.index-about{
    background: #F1F5FA;
}
.title-big{
    color: #E1E5ED;
}
.contact-us-detail{
    font-weight: 400;
    font-size: 16px;
    color: #29345C;
    line-height: 30px;
    margin-top: 3px;
}
.common-new-bg{
    background: none;
    padding-bottom: 0;
}
.common-adviser{
    box-shadow: none;
    background: #F1F5FA;
    padding-bottom: 50px;
}
/*---- 资质及荣誉 ----*/
.certificate-honor {
    height: 477px;
}

.certificate-honor-container {
    padding-top: 47px;
}

.honor-swiper-container {
    height: 315px;
    margin-top: 21px;
}

.honor-info-box {
    width: 384px;
    height: 278px;
    margin-top: 10px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    transition: .3s;
    box-shadow: 0 0 10px rgba(0, 103, 237, 0.1);
}

#honor-box .swiper-wrapper {
    margin-top: 20px;
}

#honor-box .swiper-slide {
    transition: .3s;
}

#honor-box .swiper-slide:hover {
    margin-top: -20px;
    transition: .3s;
}

.honor-info-box img {
    display: block;
    width: 384px;
    height: 278px;
    border-radius: 5px;
}

/*---- 移民内参优势 ----*/
.our-advantage {
    padding: 47px 0 20px;
    background: #F1F5FA;
}
/*---- 预约到访 ----*/
.reserve-visit {
    position: relative;
    height: 267px;
    background: #F1F5FA url("https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/form_background_img2.png") no-repeat 0px 30px/100% 237px;
    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: #FF5700;
    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;
    border: 1px solid #0067ED;
    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: #FB3D3D;
    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;
}
