.section-appointment{
    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%);
    padding-top: 70px;
}

.section-appointment>.container>.main-box{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: flex-start;
}
.section-appointment .left-box{
    padding-bottom: 100px;
    flex: 1;
}


.appointment_left_max_title{
    margin-top: 20px;
    font-size: 48px;
    font-weight: bold;
    color: #252B3A;
    line-height: 68px;
    text-align: center;
}
.appointment_left_title{

    font-size: 30px;
    font-weight: 500;
    color: #252B3A;
    text-align: center;
}
.appointment_left_content{
    padding-top: 50px;
    display: flex;
    justify-content: center;
}
.appointment_left_content img{
    width: 65%;
}

.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: 35%;
    margin-left: 5%;
    margin-bottom: 80px;
}
.section-appointment .right-box:after{
    position: absolute;
    content: " ";
    top:0;
    left: 0;
    height: 4px;
    background: #2269f0;
    border-radius: 4px 4px 0px 0px;
    width: 100%;
}

.appointment_nav{
    border-bottom: 1px solid #E0E0E0;
    border-radius: 1px;
    text-align: center;
    margin-bottom: 25px;
}
.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 #2269f0;;
    border-radius: 2px 2px 0px 0px;
}

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


.phone-code-box{
    display: flex;
}
.phone-code-box .btn-code{
    width: 90%;
    height: inherit;
    background: #2269f0;
    color: #fff;
    border: 1px solid #2269f0;
    border-radius: 4px;
    margin-left: 20px;
}
.phone-code-box #phone_code{
    width: 65%;
}
.section-appointment .layui-form-radio>i:hover,.section-appointment .layui-form-radioed>i{
    color: #2269f0;
}


._right_desc{
    margin-top: 40px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    opacity: 0.85;
}



.section-appointment .right-box .appointment_right_title{
    font-size: 30px;
    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;
}

.section-appointment .right-box .layui-btn.submit-box {
    height: 50px;
    background: #2269f0;
    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:nth-child(3n) {
    margin-right: 0;
}
.systems-title{
    text-align: left;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 0;
}
.systems-title span{
    color: red;
    width: 9px;
    height: 14px;
    display: inline-block;
}
.systems-content{
  margin: 0;
}
