.section-appointment{
    padding-top: 38px;
    margin-bottom: 20px;
    min-height: 700px;
    background: linear-gradient(180deg, rgba(128,177,236,0.5) 0%, rgba(238,245,254,0.5) 70%, rgba(255,255,255,0.5) 100%);
}
.section-appointment .appointment-main-box{
    display: flex;
    padding-bottom: 95px;
}
.section-appointment .appointment-main-box .left-box{
    width: 60%;
    padding-right: 100px;
}
.section-appointment .appointment-main-box .left-box h4{
    font-size: 38px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #252B3A;
    line-height: 68px;
}
.section-appointment .appointment-main-box .left-box h4 span{
    font-size: 28px;
    font-weight: 400;
}
.section-appointment .appointment-main-box .left-box .img-box{
    margin-top: 90px;
}
.section-appointment .appointment-main-box .left-box .img-box img{
    width: 100%;
}
.mobile_prefix-select{
    display: none;
}

.section-appointment .appointment-main-box .right-box{
    box-shadow: 0px 0px 19px 1px rgba(36, 104, 242, 0.1);
    border-radius: 4px;
    padding: 45px 68px 20px 68px;
    position: relative;
    background: #fff;
    width: 40%;
}
.section-appointment .right-box:after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    height: 4px;
    background: #2468F2;
    border-radius: 4px 4px 0px 0px;
    width: 100%;
}
.section-appointment .appointment-main-box .right-box h4{

    font-size: 32px;
    font-weight: 400;
    color: #333333;
    text-align: center;
}
.section-appointment .appointment-main-box .right-box .step-one .contact-box{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin: 18px 0;
}
.section-appointment .appointment-main-box .right-box .step-one .contact-box span{
    color: #FF0000;
}
.appointment_nav{
    border-bottom: 1px solid #E0E0E0;
    border-radius: 1px;
    text-align: center;
    margin-bottom: 30px;
}
.appointment_nav a{
    font-size: 18px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    display: inline-block;
    position: relative;
    width: 48.5%;
    padding: 20px 10px;
}
.appointment_nav a.active{
    color: rgba(36, 104, 242, 1);
    border-bottom: 2px solid #2468F2;;
    border-radius: 2px 2px 0px 0px;
}

.appointment_nav a img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.phone_code{
    width: 60%;
}

.btn-code{
    background: #2468F2;
    border: 1px solid #2468F2;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #FCFCFC;
    padding: 0 10px;
}

.country_name{
    display: none;
}
.type-two{
    margin-left: 14px;
}
.message-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 20px;
    font-size: 14px;
    color: #000000;
}
.message-box p{
    width: 100%;
}
.message-box p span{
    color: red;
}
.message-box p i.fa-check-circle{
    font-size: 60px;
    color: rgba(82, 196, 26, 1);
    margin: 0;
}
.message-box p i.fa-times-circle{
    font-size: 60px;
    color: red;
    margin: 0;
}
.layui-form-label{
     float: unset;
     width: 100%;
     text-align: left;
     color: #333333;
    display: flex;
    align-items: center;
    padding-left: 0;
}
.layui-form-label span{
    color: rgba(255, 0, 0, 1);
    width: 6px;
    height: 14px;
}
.layui-input-block{
    margin-left: unset;
}
.section-appointment .appointment-main-box .right-box .address-box{
    display: flex;
    justify-content: space-between;

}
/*.section-appointment .mobile-prefix-box{*/
/*    display: none;*/
/*}*/
.section-appointment .appointment-main-box .right-box .address-box .layui-unselect.layui-form-select{
  /*width: 48%;*/
}
.layui-btn.submit-box{

    height: 50px;
    background: #2468F2;
    border-radius: 4px;
    color: #fff;
    width: 100%;
    line-height: 50px;
}
.order-box {
    display: flex;
    flex: 1;
    overflow: hidden;
    flex-wrap: wrap;

}

.order-box > div {
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 5px;
}

 .order-box > div span {
    width: 23px;
    height: 30px;
    background: #2468F2;
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: -14px;
    right: -7px;
    transform: rotate(50deg);
    display: none;
}

.order-box > div.active {

    color: #2468F2;
    border: 1px solid #2468F2;
}

.order-box > div.active span {
    display: block;
}

.order-box > div span > i {
    transform: rotate(-54deg);
    position: absolute;
    left: -12px;
    right: -1px;
    bottom: 9px;
}

.order-box > div:last-child {
    margin-right: 0;
}

/* 通用 */
.section-appointment ::-webkit-input-placeholder { color:#666666; }
.section-appointment ::-moz-placeholder { color:#666666; } /* firefox 19+ */
.section-appointment :-ms-input-placeholder { color:#666666; } /* ie */
.section-appointment input:-moz-placeholder { color:#666666; }