header>div>div>a:nth-child(1){ background-color: #344671; }
header>div>div>a:nth-child(2){ background-color: #2F3A54; }

#banner{
    /* height: 535px; */
    height: 470px;
    background: url(../images/trial/banner.jpg) no-repeat center center;
    background-size: cover;
}
#banner>div{
    margin: 0 auto;
    width: 1200px;
    /* padding-top: 171px; */
    padding-top: 160px;
}
#banner>div>.title{
    font-size: 34px;
    color: #fff;
    margin-bottom: 44px;
}
#banner>div>.content{
    color: #FFFFFF;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 43px;
    color: rgba(255, 255, 255, .6);
}
#banner>div>a{
    display: inline-block;
    color: #fff;
    line-height: 38px;
    padding: 0 37px;
    border: 1px solid #fff;
    border-radius: 6px;
    text-decoration: none !important;
}
#banner>div>a:hover{
    background-color: rgba(255, 255, 255, .1);
}

#trial{
    background-color: #FFFFFF;
}
#trial>div{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 181px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#trial>div>div.title{
    padding: 70px 0 79px;
    text-align: center;
    margin: 0;
    font-size: 24px;
    color: #101010;
}
#trial>div>p{
    font-size: 18px;
    color: #8B8D94;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}
#trial>div._Step_1 .price,
#trial>div._Step_1 .contact_txt,
#trial>div._Step_1 .contact,
#trial>div._Step_1 .refresh{
    display: none !important;
}
#trial>div._Step_2 .area_and_quantity,
#trial>div._Step_2 .contact_txt,
#trial>div._Step_2 .contact{
    display: none !important;
}
#trial>div._Step_3 .area_and_quantity{
    display: none !important;
}

#trial .area_and_quantity,
#trial .price,
#trial .contact{
    width: 690px;
    border-radius:6px;
    box-sizing: border-box;
    margin-bottom: 74px;
}
#trial .area_and_quantity{
    background-color: #F7F7F7;
    padding: 0 35px;
}

#trial .area_and_quantity>div{
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: #5D5D5D;
}
#trial .area_and_quantity>div.area{
    border-bottom: 1px solid #fff;
    cursor: pointer;
    position: relative;
}
#trial .area_and_quantity>div.area>div{
    position: absolute;
    left:0;
    bottom: 100%;
    width: 100%;

    background-color: #fff;
    display: none;
    border: 1px solid #D0D5DD;
    border-radius: 6px;
    
    flex-wrap: wrap;
}
#trial .area_and_quantity>div.area:hover > div{
    display: flex;
}
#trial .area_and_quantity>div.area>div>p{
    width: 25%;
    padding: 15px 0;
    font-size: 21px;
    color: #5D5D5D;
    text-align: center;
    margin: 0;
}
.b-r{ border-right: 1px solid #D0D5DD; }
.b-b{ border-bottom: 1px solid #D0D5DD; }


#trial .area_and_quantity>div.quantity{
    border-top: 1px solid #fff;
}

#trial .area_and_quantity>div.quantity>img{
    display: inline-block;
    width: 27px;
    cursor: pointer;
}
#trial .area_and_quantity>div.quantity>div{
    width: 264px;
    cursor: text;
    display: flex;
    align-items: center;
}
#trial input{
    border-width: 0;
    background-color: #F7F7F7;
    text-align: right;
    padding: 0;
    width: 52%;
}
#trial input:focus{
    outline: none;
}
#trial .area_and_quantity>div.quantity>div>span{
    flex: 1;
}

#trial .price{
    border: 1px solid #D0D5DD;   
    margin-bottom: 125px;
    position: relative;
}
#trial .price::after{
    display: inline-block;
    width: 19px;
    height: 20px;
    background: url(../images/trial/down.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: -69px;
    left: 335px;
}
#trial>div._Step_3 .price::after{
    content: ' ';
}
#trial .price>div{
    box-sizing: border-box;
    padding: 0 42px;
}
#trial .price>div.aq{
    height: 101px;
    border-bottom: 1px solid #D0D5DD;
    display: flex;
    align-items: center;
    cursor: default;
}
#trial .price>div.aq>span{
    display: inline-block;
    font-size: 19px;
    color: #8B8D94;
    margin-right: 44px;
}
#trial .price>div.aq>p{
    margin: 0;
    font-size: 27px;
    color: #5D5D5D;
}
#trial .price>div.aq>p.address{
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#trial .price>div.tp{
    height: 204px;
    padding-top: 33px;
    display: flex;
    justify-content: space-between;
}
#trial .price>div.tp>div.d1>p{
    font-size: 19px;
    color: #8B8D94;
}
#trial .price>div.tp>div.d1>p:last-child{ 
    /* margin-bottom: 0;
    color: #87A6FF; */
}
#trial .price>div.tp>div.d2>p{
    text-align: right;
}
#trial .price>div.tp>div.d2>p.p1{
    font-size: 23px;
    color: #5D5D5D;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
#trial .price>div.tp>div.d2>p.p1>img{
    display: inline-block;
    width: 16px;
    margin-right: 22px;
}

#trial .contact{
    background-color: #F7F7F7;
}
#trial .contact>div{
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#trial .contact>div:first-child{
    border-bottom: 1px solid #fff;
}
#trial .contact>div>span{
    display: inline-block;
    color: #8B8D94;
    font-size: 18px;
    margin-right: 50px;
}
#trial .contact>div>input{
    width: 200px;
    text-align: left;
    color: #5D5D5D;
    font-size: 18px;
}

#trial .btnDiv{
    width: 387px;
    line-height: 51px;
    background-color: #3D6EFF;
    text-align: center;
    font-size: 21px;
    color: #fff;
    border-radius:6px;
    cursor: pointer;
}
#trial .btnDiv:hover{
    opacity: .9;
}

#trial .refresh{
    color: #8B8D94;
    font-size: 18px;
    display: flex;
    align-items: center;
    width: 110px;
    padding-top: 31px;
    cursor: pointer;
}
#trial .refresh>img{
    display: inline-block;
    width: 17px;
    margin-right: 12px;
}



.myModal-content{
    width: 375px;
    /* height: 677px; */
    background-color: #fff;
    margin: 0 auto;
    margin-top: 200px !important;
    box-sizing: border-box;
}
.mheader,
.mbody{
    display: flex;
    padding: 0 30px;
    color: #4F515E;
}
.mheader{
    height: 62px;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;
    align-items: center;
    font-size: 20px;
}
.mbody{ margin-bottom: 30px; }
.mbody>iframe{
   height: 520px;
}
.mfooter{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 30px;
}
.mfooter>div{
    line-height: 36px;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.mfooter>div:first-child{
    margin-right: 18px;
    background-color: #CCC;
}
.mfooter>div:last-child{
    background-color: #3D6EFF;
}
#myModalMap .myModal-content{
    padding-bottom: 20px;
}
#myModalMap .mbody{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 15px;
}
#myModalMap .mbody>p{
    width: 30%;
    padding: 10px 0;
    font-size: 18px;
    color: #5D5D5D;
    text-align: center;
    border: 1px solid #D0D5DD;
    border-radius: 6px;
    cursor: pointer;
}
#myModalMap .mbody>p:hover{
    background-color: #D0D5DD;
    color: #fff;
}


#myModalSuccess>.myModal-content{
    width: 442px;
    height: 520px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 200px !important;

    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 162px;
}
#myModalSuccess img,
#myModalSuccess span{
    display: inline-block;
}
#myModalSuccess span.s1{
    color: #4F515E;
    font-size: 23px;
    margin-bottom: 161px;
}
#myModalSuccess span.s2{
    color: #959595;
    font-size: 17px;
}

.search-wrap.init-status{
    padding: 8px 0 !important;
}