body {
    background: #F1F5FA;
}
/*---- 顾问主体 ----*/
.adviser-body{
    padding: 30px;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 19px;
}

.adviser-flex-box{
    margin-top: 2px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}


.adviser-flex-index{
    width: 212px;
    height: 328px;
    margin:0 20px 30px 0;
}
.adviser-flex-index:nth-child(5n){
    margin-right: 0!important;
}

.consultant-index-all{
    width: 212px;
    height: 328px;
    margin-top: 20px;
    background: #F5F7FC;
    border-radius: 5px;
    overflow: hidden;
    border-radius: 5px 5px 5px 5px;
    transition: .3s;
}


.consultant-photo{
    position: relative;
    height: 272px;
}


.consultant-img{
    width: 212px;
    height: 272px;
}

.consultant-introduce{
    display: block;
    position: absolute;
    bottom: 0;
    height: 62px;
    background: rgba(239, 70, 57, .9);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    transition: .3s;
}


.adviser-flex-index:hover .consultant-index-all{
    margin-top: 0;
    transition: .3s;
}

.adviser-flex-index:hover .consultant-introduce{
    height: 282px;
    transition: .3s;
}

.adviser-flex-index:hover .adviser-name{
    margin-top: 35px;
    transition: .3s;
}


.adviser-flex-index:hover .contact-adviser {
    color:#EF4639;
}




/*---- 预约到访 ----*/
.reserve-visit {
    position: relative;
    height: 267px;
    background: #F1F5FA url("../image/aboutUs/about_us_07.png") no-repeat 0 0/100% 267px;
    overflow: hidden;
}

.reserve-visit-form-l {
    position: absolute;
    left: -357px;
    top: -186px;
    width: 278px;
    height: 257px;
}

.reserve-visit-background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 267px;
    object-fit: cover;
    z-index: 1;
}

.reserve-visit-title {
    position: relative;
    display: flex;
    margin: 128px 0 0 361px;
    color: #fff;
    font-size: 20px;
    z-index: 2;
}

.visit-big-title {
    margin: -5px 15px 0 0;
    font-size: 32px;
    font-weight: bold;
}

.success-rate {
    width: 69px;
    height: 34px;
    margin: 4px 9px 0;
    text-align: center;
    line-height: 34px;
    background: #FFFFFF;
    box-shadow: 0 1px 0 #fff;
    opacity: 1;
    border-radius: 4px;
}

.probability {
    font-size: 29px;
    font-weight: bold;
}

.percent-sign {
    display: inline-block;
    margin-left: -5px;
}

.reserve-visit-info {
    padding-top: 10px;
}

.reserve-visit-form {
    position: relative;
    display: flex;
    width: 780px;
    height: 50px;
    margin: 20px 0 0 361px;
    z-index: 2;
}

.visit-form-item {
    display: flex;
    align-items: center;
    width: 298px;
    height: 48px;
    margin-right: 15px;
    background: #fff;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.16);
    border-radius: 5px;
}

.reserve-visit-btn {
    width: 150px;
    height: 48px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #EF4639;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 3px 0 #C91E1E;
    opacity: 1;
    border-radius: 5px;
}

.reserve-visit-btn .iconfont {
    font-weight: normal;
}

.visit-form-title {
    flex-shrink: 0;
    height: 20px;
    padding: 0 13px 0 15px;
    color: #29345C;
    font-size: 16px;
    border-right: 1px solid #8A92AC;
}

.visit-title-red {
    color: #FF3636;
}

.visit-title-input {
    width: 215px;
    padding-left: 15px;
    outline: none;
    border: none;
}

@media screen and (max-width: 1300px) {
    .adviser-flex-index{
        width: 192px;
        height: 350px;
        overflow: hidden;
        margin:0 20px 30px 0;
    }

    .adviser-flex-index:nth-child(5n){
        margin-right: 0!important;
    }
    .adviser-introduce-content{
        width: 150px;
    }
    .make-appointment{
        width: 192px;
    }
    .consultant-index-all{
        width: 192px;
        overflow: hidden;
    }
}