.bar-left{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.concat-page{
    background-image: url(../images/concat/page-bg.png);
}
.concat-page .header{
    background-image: url(../images/concat/header-bg.png);
}
.concat_content .content-01,.concat_content .content-01 h3{
    color: white;
    text-align: center;
}
.online-concat-text{
    font-size: 18px;
    line-height: 40px;
    margin-top: 22px;
}
.concat-page .main-slider__content{
    position: absolute;
    height: 56px;
    top: 20%;
}
.concat-page .content_02{
    width: 100%;
    /*height: 438px;*/
    /*background-image: url(../images/concat/phone_bg.png);*/
}
.phone_box{
    padding: 40px 50px;
    background-color: #2859de;
}
.phone_num{
    font-size: 24px;
    border-bottom: 1px solid #83a5ff;
    padding: 20px;
    display: flex;
    flex-direction: row;
}
.lianxi{
    width: 100px;
}
.num{
    width: calc(100% - 100px);
}
.phone_box span{
    color: white;
}
.user_phone{
    padding: 20px;
}
.information_text,.information_text h3{
    text-align: center;
    color: white;
}
.information_box{
    padding: 58px 0;
    position: relative;
    background: #411fbb;
}
.yuyue_btn{
    position: absolute;
    right: 8px;
    bottom: 13px;
}
.why_trust_us h3{
    color: white;
}
.why_trust_us .white_txt{
    color: white;
    font-size: 16px;
}
.why_trust_us .purple_txt{
    color: #83a5ff;
    font-size: 16px;
    border-bottom: 1px solid #83a5ff;
    margin: 35px 0;
}
.content_03 .col-md-6{
    padding: 2%;
}
.cart_img_box{
    display: flex;
    align-items: center;
}
.cart_img_box img{
    width: 100%;
}
.list-style{
    margin-right: 10px;
    margin-top: -6px;
}
/*我们的优势*/
.advantage-box{
    padding: 5px 0 30px 0;
    background-image: url("../images/concat/ad-bg.png");
}
.advantage{
    min-height: 180px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 25px;
}
.advantage img{
    width: 90px;
}
.advantage .txt{
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.advantage div{
    color: white;
}
.advantage>div:nth-child(2){
    padding: 15px;
}
.content_04_title{
    text-align: center;
    padding: 60px 0;
}
.service-txt{
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.photo-title{
    font-size: 24px;
}
.problem-box{
    margin-bottom: 100px;
}
.problem-title{
    color: white;
    font-size: 24px;
    margin: 22px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.problem-item{
    padding: 0;
}
.problem-header{
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    background-color: #411fbb;
    align-items: center;
    justify-content: center;
    color: white;
}
.problem-header>div{
    width: calc(100% / 3);
    text-align: center;
}
.problem-body{
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: row;
}
.problem-body>div{
    width: calc(100% / 3);
    text-align: center;
    padding: 15px;
    font-size: 14px;
}
.problem-body{
    color: white;
    display: flex;
    flex-direction: column;
}
.problem-body li{
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}
.photo{
    height: 530px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.photo .member_01{
    width: 492px;
    height: 296px;
    top: 3px;
    left: 3px;
    position: absolute;
    z-index: 99;
}
.photo .member{
    position: absolute;
    width: 540px;
}
#informationBox{
    display: none;
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #120f1acf;
    z-index: 999;
}
#enjoyBox{
    display: none;
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #120f1acf;
    z-index: 999;
}
.appointment-box{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 450px;
    height: 50%;
    background: white;
}
.close{
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
}
.close img{
    width: 100%;
    height: 100%;
}
.form-box{
    padding: 30px;
}
.form-group{
    display: flex;
    flex-direction: row;
    margin: 15px 0;
}
.control-label{
    width: 110px;
}
.captcha-input-box{
    display: flex;
}
.captcha-input-box input{
    width: 115px;
    margin-right: 10px;
}
.submit-btn{
    margin-top: 50px;
    text-align: center;
}
.submit-btn input{
    width: 100px;
    background: #2859de;
    border-radius: 10px;
    border-color: #2859de;
    box-shadow: none;
    color: white;
}
.contacts{
    display: flex;
    flex-wrap: wrap;
    padding: 18px;
}
.contacts-item{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px dashed #bfb6b6;
    font-size: 14px;
}
.mem-name{
    padding-left: 14px;
    font-size: 14px;
    line-height: 20px;
}
.circle-box{
    width: 400px;
    height: 400px;
    position: relative;
}
.circle{
    border: 2px solid #3a47b9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle.b-circle{
    width: 400px;
    height: 400px;
}
.circle.m-circle{
    width: 280px;
    height: 280px;
}
.circle.s-circle{
    width: 160px;
    height: 160px;
    border: 1px dashed #3a47b9;
}
.member-photo{
    position: absolute;
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
}
.BSL{
    top: 10px;
    right: 23px;
}
.BWLJ{
    top: 128px;
    left: -33px;
}
.XLMG{
    bottom: 10px;
    right: 30px;
}
.XR{
    bottom: 54px;
    left: 80px;
}
.blue-c{
    bottom: 175px;
    right: 28px;
}
.blue-outside-1{
    width: 35px;
    position: absolute;
    bottom: 58px;
    right: -45px;
}
.blue-outside-2{
    width: 35px;
    position: absolute;
    bottom: 58px;
    left: -66px;
}
@media (max-width: 992px){
    .information_box{
        height: 225px;
    }
    .information_box .yuyue_btn{
        right: 0;
        left: 0;
        margin: auto;
        bottom: -19px;
        width: 212px;
    }
    .advantage{
        margin-bottom: 0px;
    }
    .advantage img{
        width: 70px;
    }
}