.form-group{
    margin-bottom: 20px;
}
.form-control{
    height: 50px;
}

.section-appointment{
    background: linear-gradient(180deg, rgba(128, 177, 236, 1) 0%, rgba(238, 245, 254, 0.5) 70%, rgba(255, 255, 255, 0.5) 100%);
    padding-top: 120px;
}
.section-appointment>.container{
    margin-top: 0px;
}
.section-appointment .left-box{
    padding-bottom: 100px;
    width: 55%;
    text-align: center;

}

.appointment_left_min_title{
    font-size: 22px;
    font-weight: 400;
    color: #252B3A;
    margin-top: 30px;
}
.appointment_left_max_title{

    font-size: 50px;
    font-weight: bold;
    color: #252B3A;
}
.appointment_img_content{
    position: relative;
}
.appointment_left_title{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.appointment_img_content img{
    width: 100%;
}

.section-appointment .right-box{
    background: #FFFFFF;
    box-shadow: 0px 0px 19px 1px rgba(36, 104, 242, 0.1);
    border-radius: 4px;
    padding: 45px 45px 20px 45px;
    position: relative;
    width: 40%;
    margin-left: 5%;
    margin-bottom: 50px;
}
.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 .right-box .appointment_right_title{
    font-size: 32px;
    font-weight: 400;
    color: #333333;
    text-align: center;
}
.section-appointment .right-box .appointment_right_desc{
    font-size: 16px;
    font-weight: 500;
    color: rgba(51, 51, 51, 0.85);
    line-height: 28px;
}
.appointment_nav{
    border-bottom: 1px solid #E0E0E0;
    border-radius: 1px;
    text-align: center;
}
.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;
}
.telephone-box{
    display: flex;
}
.telephone-box .dept_select{
    width: 30%;
    height: 34px;
}
.telephone-box #phone{
    width: 70%;
    border-radius: 0px 4px 4px 0px;
    border-left: 0px;
}
.chosen-container-single{
    width: 200px !important;
    text-align: center;
}
.chosen-container-single .chosen-single{
    line-height: 46px;
    height:50px;
    border-radius: 4px 0 0 4px;
    width: 160px;
}
.chosen-container-single .chosen-single div b{
    background-position-y: 15px;
}
.phone-code-box{
    display: flex;
}
.phone-code-box .btn-code{
    width: 90%;
    height: inherit;
    background: #2468F2;
    color: #fff;
    border: 1px solid #2468F2;
    border-radius: 4px;
    margin-left: 20px;
}

.distpicker-box{
    display: flex;
    justify-content: space-between;
    height: 50px;
}
.distpicker-box>div{
    width: 47.5%;
}
.appointment_right_form{
    margin-top: 30px;
}
.appointment_right_form .btn-default,.appointment_right_form .btn-default:focus{
    width: 100%;
    background: #2468F2;
    border: 1px solid #2468F2;
    border-radius: 4px;
    color: #fff;
    height: 50px;
}

._right_desc{
    margin-top: 40px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    opacity: 0.85;
}
.firstname_company{
    display: flex;
    justify-content: space-between;
}
.firstname_company input{
    width: 48%;
}
.mobile_prefix_txt{
    display: none;
}
.order-box {
    display: none;
    flex: 1;
    overflow: hidden;
    flex-wrap: wrap;

}
.order-box>div{

    color:#333333;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    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;
    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;
}
 #order-box{
    display: none;
}
#phone_code{
    border-radius: 0px 4px 4px 0;
    width: 65%;
}
.order-name-box{
    color:red;
}
.message-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 20px 36px;
    line-height: 28px;
    font-size: 14px;
    color: #858585;
}
.message-box p{
    width: 100%;
}
.message-box p span{
    color: red;
}
.message-box p i.fa-check-circle{
    font-size: 36px;
    color: rgba(82, 196, 26, 1);
    margin: 0;
    margin-right: 10px;
}
.message-box p.title{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.option-erp{
    width: 20px;
    display: inline-block;
}
.section-appointment .layui-form-select dl dd.layui-this{
    background-color: #2269f0;
}
.section-appointment .layui-form-radio{
    margin: 0;
}
.section-appointment .layui-form-radio>i:hover, .section-appointment .layui-form-radioed>i{
    color: #2269f0;
}
/***************手机端************************/
@media screen and (max-width: 768px) {
    .form-control {
        height: 40px;
    }
    .section-appointment>.container{
        margin-top: 40px;
    }
    .section-appointment{
        padding-top: 20px;
    }
    .appointment_left_min_title{
        font-size: 1em;
    }
    .appointment_left_max_title{
        font-size: 30px;
        margin-top: 20px;
    }

    .chosen-container-single .chosen-single{
        display: none;
    }
    .mobile_prefix_txt{
        width: 50%;
        border-radius: 4px 0 0 4px;
        text-align: center;
    }

    .section-appointment .left-box,.section-appointment .right-box{
        width: 100%;
        padding: 0;
    }

    .section-appointment .right-box{
        margin: 0;
        padding: 30px 25px;
        margin-bottom: 50px;
        margin-top: 20px;
    }
    .section-appointment .right-box .appointment_right_title{
        font-size: 24px;
    }
    ._right_desc{
        margin-top:20px;
    }
    .appointment_right_form .btn-default {
        margin: 0px;
        height: 40px;

    }
    .appointment_right_form .btn-default,.appointment_right_form .btn-default:focus{
        height:40px;
    }
}