/*公共*/
/* -----版心----- */
.w {
    width: 1200px;
    margin: 0 auto;
}

/* -----body背景色----- */
body {
    background: #FFFFFF;
    min-width: 1200px;
    max-width: 1920px;
}

/* -----公共 头部 ----- */
.common-header {
    /*position: fixed;*/
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    /*height: 70px;*/
    /*background: #F3F3F3;*/
    box-shadow: 0 3px 15px rgba(27, 38, 56, 0.18);
}
.header-flex-common{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.header-flex-common2{
    display: flex;

}

.header-box-top {
    background: #F3F3F3;
}
.header-box-top .header-flex-common{
    padding: 8px 0;
}

.header-box-top-link{
    display: flex;
}
.header-box-top-link>a{
    font-weight: 400;
    font-size: 14px;
    color: #8F94A1;
    line-height: 20px;
    padding: 0 12px 0 0;
    border-right: 1px solid #CBCDD2;
    margin: 0 0 0 12px;
    display: flex;
    align-items: center;
}
.translate-btn>*{
    font-weight: 400;
    font-size: 14px;
    color: #8F94A1;
    line-height: 20px;
    padding: 0 12px 0 0;
    margin: 0 0 0 12px;
    cursor: pointer;
}
.header-box-top-link>a:first-child{
    margin: 0;
}
.header-box-top-link>a:last-child{
    border: none;
}

.header-box-top-link>a>img{
    margin-right: 4px;
    width: 14px;
}
.header-box-top-link>a:hover,.translate-btn>*:hover{
    color: #0085F9;
}
.header-top-img-show{
    display: none;
}
.header-box-top-link>a:hover .header-top-img{
    display: none;
}

.header-box-top-link>a:hover .header-top-img-show{
    display: inline-block;
}
.header-box-top-link>a:hover .header-phone-qr{
    display: inline-block;
}

.translate-btn-in{
    display: none;
}
.translate-btn-in.translate-btn-show{
    display: inline-block;
}

.header-phone-change{
    position: relative;
}
.header-phone-qr{
    display: none;
    position: absolute;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.18);
    border-radius: 5px;
    bottom: -126px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px;
    box-sizing: border-box;
}
.header-phone-qr>img{
    width: 114px;
}
.header-box-search{
    background: #FFFFFF;
    height: 106px;
}
.header-box-search .header-flex-common{
    height: 100px;
    padding: 0;
}
.header-search-box{
    display: flex;
    width: 426px;
}
.header-search{
    width: 332px;
    border: 1px solid #E6ECF6;
    border-radius: 5px 0 0 5px;
    height: 40px!important;
    box-sizing: border-box;
    padding-left: 15px;
}
.header-search-btn{
    padding: 0 20px;
    height: 40px;
    background: #0085F9;
    display: flex;
    align-items: center;
    border-radius: 0px 5px 5px 0px;
    border: none;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF!important;
    line-height: 22px;
}
.header-search-btn>img{
    margin-right: 6px;
}
.header-search::-webkit-input-placeholder { /* Chrome/Safari/Edge */
    font-weight: 400;
    font-size: 14px;
    color: #9C9DAA;
    line-height: 20px;
}
.header-search::-moz-placeholder { /* Firefox */
    font-weight: 400;
    font-size: 14px;
    color: #9C9DAA;
    line-height: 20px;
    opacity: 1; /* Firefox 默认降低透明度，需要手动调整 */
}
.header-search:-ms-input-placeholder { /* IE 10-11 */
    font-weight: 400;
    font-size: 14px;
    color: #9C9DAA;
    line-height: 20px;
}
.header-search::placeholder { /* 现代浏览器 */
    font-weight: 400;
    font-size: 14px;
    color: #9C9DAA;
    line-height: 20px;
}

.header-box-nav{
    background: #0085F9;
}


.box-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #9C9DAA;
    line-height: 20px;
}

.header-logo {
    display: block;
    width: 148px;
    height: 44px;
}

.header-logo img {
    width: 148px;
}

.header-nav {
    display: flex;
    height: 100%;
    color: #1D2143;
    font-size: 16px;
    background: #0085F9;
    /*position: relative;*/
}

/*.header-nav > a {*/
/*    line-height: 70px;*/
/*}*/

.nav-item {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF!important;
    line-height: 25px;
    padding: 14px 24px;
    box-sizing: border-box;
}

.nav-item:hover {
    /*color: #0067ED;*/
    background: #0072F9;
}

.nav-item .iconfont {
    color: #1D2143;
    font-size: 12px;
}

.icon-daohang-xiala1 {
    display: none;
}

.nav-item-project:hover .nav-menu {
    display: inline-block;
}

.nav-item-project:hover .icon-daohang-xiala1 {
    display: inline-block;
}

.nav-item-project:hover .icon-daohang-xiala2 {
    display: none;
}
/* ---- S 移民项目 ---- */
.nav-project{
    /*position: relative;*/
}

.nav-project:hover {

}

.nav-project-box{
    position: absolute;
    /*bottom: -100%;*/
    width: 100%;
    background: #F9FAFD;
    display: none;
    z-index: 1;
}
.nav-project-inner{
    padding: 30px 0;
    display: flex;
}
.nav-project-left{
    flex-shrink: 0;
}
.nav-project-left-item{
    padding: 16px 16px 16px 20px;
    border: 1px solid #E6ECF6;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 20px;
    cursor: pointer;
}
.nav-project-left-item:last-child{
    margin-bottom: 0;
}

.nav-project-left-item-img{
    width: 46px;
    height: 32px;
    flex-shrink: 0;
    margin-right: 10px;
    background: #FFFFFF;
}

.nav-project-active{
    background: #0085F9;
    color: #FFFFFF;
}

.nav-project-right{
    width: calc(100% - 142px);
    /*margin-left: 30px;*/
}
.nav-project-title{
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-left: 30px;
}
.nav-project-list{
    /*margin-top: 10px;*/
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.nav-project-list-item{
    width: 234px;
    margin: 10px 0 0 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.nav-project-list-item-name{
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav-project-list-item-hot{
    width: 30px;
    height: 15px;
    flex-shrink: 0;
    margin-left: 5px;
}
.nav-project-list-item:hover .nav-project-list-item-name{
    color: #0085F9;
}


/* ---- E 移民项目 ---- */
/* ---- S 海外留学 ---- */
.nav-abroad-box{
    width: 100%;
    background: #F9FAFD;
    display: none;
    position: absolute;
    z-index: 1;
}
.nav-abroad-box .nav-project-inner{
    padding-bottom: 0;
}
.nav-project-inner-item{
    width: 175px;
    flex-shrink: 0;
    margin: 0 30px 30px 0;
}
.nav-project-inner-item>img{
    width: 100%;
    height: 120px;
}
.nav-project-inner-item-text{
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-top: 6px;
}
.nav-project-inner-item:hover .nav-project-inner-item-text{
    color: #0085F9;
}
/* ---- E 海外留学 ---- */




/*---- 顶部导航 ----*/
.nav-item-project {
    position: relative;
    margin-left: 38px;
    cursor: pointer;
}

.nav-item-project .project-title {
    line-height: 70px;
}

.nav-item-project .iconfont {
    font-size: 14px;
}

.nav-item-project:hover .project-title {
    color: #0067ED;
}

.nav-item-project:hover .icon-daohang-xiala2 {
    color: #0067ED;
}

.nav-menu {
    display: none;
    position: absolute;
    top: 59px;
    left: -33px;
    /*width: 486px;*/
    /* height: 435px; */
    padding: 12px;
    cursor: default;
    background: #fff url("https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/menu_logo.png") no-repeat 310px 96px/165px 164px;
    box-shadow: 0 3px 10px rgba(0, 103, 237, 0.26);
    border-radius: 5px;
    z-index: 9999;
}

.nav-menu2 {
    left: -22px;
    padding: 26px 20px;
}

.nav-menu2 .menu-project-info:last-child {
    margin-bottom: 0;
}

.nav-menu-box {
    display: flex;
    width: 100%;
    height: 100%;
}

.menu-l {
    width: 126px;
}

.menu-l-item {
    display: flex;
    justify-content: space-between;
    width: 86px;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 20px;
    background: #F9FBFD;
    border-radius: 5px;
    color: #1D2143;
    font-size: 15px;
    line-height: 40px;
    position: relative;
}

.menu-l-item:last-child {
    margin: 0;
}

.menu-l-item .iconfont {
    font-size: 12px;
}

.menu-l-item-active {
    background: #E5EFFD;
}

.menu-l-item-link {
    display: block;
    width: 100%;
}

.menu-l-item-link:hover {
    color: #1D2143;
}

.menu-r-item {
    display: none;
    padding: 26px 20px 0;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 1px rgba(0, 103, 237, 0.26);
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    position: absolute;
    left: 134px;
    width: 262px;
    box-sizing: border-box;
}

.menu-project-show {
    display: block;
}

.menu-project-info {
    display: block;
    width: 148px;
    margin-bottom: 26px;
    font-size: 15px;
    font-weight: 400;
    color: #29345C;
    line-height: 15px;
    white-space: nowrap;
}

.menu-project-info2 {
    width: unset;
}

.menu-project-info:hover {
    color: #0067ED;
}

/* -----首页轮播----- */
.index-carousel {
    width: 100%;
}
.index-carousel .swiper-slide{
    width: 100%!important;
}
.index-banner {
    width: 100%;
    height: 500px;
}

.index-banner {
    width: 100%;
}

.swiper-slide img {
    width: 100%;
}
.swiper-slide {
    width: auto!important;
}
/* -----公共 顾问轮播 ----- */
.common-data-from {
    width: 100%;
    height: 380px;
    box-shadow: 0 5px 20px rgba(116, 75, 226, 0.6);
}

/* -----公共 免费获取表单样式 ----- */
.common-adviser {
    width: 100%;
    /*height: 635px;*/
    background: #F1F5FA;
    /*height: 546px;*/
    /*background: url(../static/static/pc/image/common/common-adviser2.jpg) no-repeat center center/1920px 546px;*/
}

/* -----公共 成功案例 ----- */
.common-cases {
    width: 100%;
    padding-top: 36px;
    box-sizing: border-box;
    height: 500px;
    /*background: url(https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/new-common-cases.jpg) no-repeat 0 -5px  /1920px 466px;*/
}

/* -----公共 移民方案表单 ----- */
.common-data-programme {
    width: 100%;
    height: 354px;
    background: url(https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/form_background_img4.png) no-repeat center center/1920px 355px;
    box-shadow: 0 5px 20px rgba(0, 103, 237, 0.6);
}

/* -----公共 底部----- */
.common-footer {
    background: #1A2B48;
}

.footer-record {
    border-top: 1px solid #314054;
    height: 54px;
    line-height: 54px;
    color: #5A697C;
    background: #0F1E32;
}

.footer-record .w {
    display: flex;
    justify-content: space-between;
}

.record-title {
    font-size: 14px;
}

.record {
    color: #5A697C;
}

.record:hover {
    color: #5A697C;
}

/* ----公共footer 友情链接----- */
.footer-links {
    background: #0F1E32;
    padding: 16px 0 14px;
}

.footer-links .w {
    display: flex;
}

.record {
    color: #667180;
}

.record:hover {
    color: #CCD1D8;
}

.footer-links-left {
    font-weight: 400;
    font-size: 14px;
    color: #5A697C;
    line-height: 20px;
    flex-shrink: 0;
}

.footer-links-right {
    display: flex;
    /*justify-content: flex-start;*/
    flex-wrap: wrap;
}

.footer-links-index {
    font-weight: 400;
    font-size: 14px;
    color: #5A697C;
    line-height: 20px;
    margin: 0 0 4px 20px;
}

.footer-links-index:hover {
    color: #9CA5B1;
}

.footer-body {
    /*margin-bottom: 50px;*/
    background: #1A2B48;
}

.footer-body .w {
    display: flex;
    justify-content: space-between;
}

.footer-nav {
    width: 50%;
    display: flex;
    flex-shrink: 0;
    padding-right: 100px;
    box-sizing: border-box;
    justify-content: space-between;
    margin-right: -50px;
}

.footer-line {
    width: 1px;
    height: 186px;
    background: #526B8E;
    margin: 60px 0 0;
    flex-shrink: 0;
}

.nav-icon {
    margin-bottom: 17px;
    margin-top: 57px;
}

.nav-icon .iconfont {
    font-size: 18px;
    color: #9DADC4;
    margin-right: 14px;
}

.nav-title {
    font-weight: 600;
    font-size: 20px;
    color: #9DADC4;
    line-height: 28px;
    margin-bottom: 20px;
}

.nav-index {
    /*max-width: 96px;*/
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #9DADC4;
    line-height: 22px;
    margin-bottom: 10px;
}

.nav-index:hover {
    color: #E2E7F1;
}

.nav-group {
    /*margin-left: 38px;*/
}

.nav-last .nav-group {
    margin-left: 0;
}

.nav-left {
    /*width: 210px;*/
}

.nav-right {
    /*margin-left: 54px;*/
}

.nav-last {
    margin-top: 98px;
    margin-left: 20px;
}

.footer-contact {
    display: flex;
    margin-left: 55px;
    justify-content: space-between;
    flex: 1;
    flex-shrink: 0;
}

.contact-left {
    /*width: 360px;*/
    margin-left: -20px;
}

.contact-left > p {
    margin-left: 38px;
}

.foot_branch_address {
    font-size: 16px;
    color: #9DADC4;
    padding-left: 38px;
    display: flex;
    height: 70px;
}

.foot_branch_address .branch-city-text {
    flex: 1;
}

.contact-phone {
    margin-bottom: 11px;
    font-weight: 600;
    font-size: 24px;
    color: #9DADC4;
    line-height: 33px;
}

.contact-index {
    font-size: 16px;
    color: #9DADC4;
    margin-bottom: 9px;
    white-space: nowrap
}

.contact-index-end {
    display: flex;
    font-size: 16px;
    color: #9DADC4;
    margin-bottom: 9px;
    margin-left: 38px;
}

.contact-index-left {
    width: 80px;
}

.contact-index-right {
    width: 368px;
    white-space: pre-wrap !important;
}

.contact-right img {
    /*margin: 60px 0 0 0;*/
    width: 115px;
    height: 115px;
}

.contact-right-weixin {
    margin: 13px 0 0 0;
    width: 114px;
    height: 22px;
    background: #9DADC4;
    border-radius: 5px;
    display: flex;
    line-height: 22px;
    font-size: 14px;
}

.contact-right-weixin .iconfont {
    font-size: 12px;
}

.icon-dibu-erweima-zuo {
    margin-left: 2px;
}

.weixin-title {
    font-size: 14px;
    color: #1A2B48;
}
.foot-link-box{
    padding: 50px 0 54px;
    border-bottom: 1px solid #31425A;
}

.foot-link-project{
    width: 252px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-link-project .nav-index{
    width: 100px;
    display: inline-block;
    flex-shrink: 0;
}

.foot-serve-list{
    width: 470px;
}

.footer-serve-text{
    display: flex;
    font-weight: 400;
    font-size: 16px;
    color: #9DADC4;
    line-height: 22px;
    margin-bottom: 10px;
}
.footer-serve-name{
    flex-shrink: 0;
}
.footer-serve-inner{
    flex: 1;

}
.foot-qr-box .nav-title{
    margin-bottom: 12px;
}
.foot-follow-box{
    align-items: center;
    padding: 30px 0;
}

.foot-follow-title{
    font-weight: 600;
    font-size: 20px;
    color: #9DADC4;
    line-height: 28px;
}

.foot-follow-list{
    display: flex;
}
.foot-follow-list-item{
    width: 38px;
    min-height: 38px;
    flex-shrink: 0;
    margin-left: 20px;
    position: relative;
}
.foot-follow-list-item>img{
    width: 100%;
}
.foot-follow-img-show{
    display: none;
}
.foot-follow-list-item:hover .foot-follow-img-hide{
    display: none;
}
.foot-follow-list-item:hover .foot-follow-img-show{
    display: inline-block;
}

.foot-follow-wx{
    display: none;
    position: absolute;
    width: 150px;
    min-height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.18);
    border-radius: 5px;
    padding: 3px;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.foot-follow-wx img{
    width: 100%;
}
.foot-follow-wx-btn:hover .foot-follow-wx{
    display: block;
}

/* ---- E 公共footer 友情链接----- */
/*---- 公共标题 ----*/
.common-title {
    display: flex;
    justify-content: space-between;
    margin-top: -6px;
}

.common-title-p {
    margin-top: 7px;
    font-size: 16px;
    line-height: 26px;
    color: #565872;
}

.title-big {
    position: relative;
    color: #EEEFF2;
    font-size: 48px;
    font-weight: bold;
}

.title-info {
    position: absolute;
    top: 14px;
    left: 5px;
    color: #29345C;
    font-size: 28px;
    font-weight: bold;
}

.common-title-r {
    display: block;
    width: 122px;
    height: 43px;
    margin-top: 5px;
    background: #F5F7FC;
    color: #29345C;
    font-size: 16px;
    text-align: center;
    line-height: 43px;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    transition: .2s;
}

.common-title-r:hover {
    background: #0085F9;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(0, 133, 249, 0.4);
    transition: .3s;
}

.title-big-dark {
    color: #DCE3EB;
}

/*---- 全程服务 ----*/
.index-service {
    width: 100%;
    /*padding-bottom: 50px;*/
}

.index-service-box {
    padding-top: 45px;
}

.service-content-wrap {
    display: flex;
    height: 414px;
    margin-top: 45px;
}

.service-content-item {
    width: 220px;
    height: 333px;
    flex-shrink: 0;
    position: relative;
    padding: 30px 0 20px 29px;
    box-sizing: border-box;
    margin-right: 25px;
    background: #0085F9;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 103, 237, 0.3);
    border: 1px solid #0085F9;
}
.service-content-item-top{
    width: 100%;
    padding-right: 28px;
    box-sizing: border-box;
}
.service-content-item:last-child {
    margin-right: 0;
}

/*.service-content-item:nth-of-type(2n) {*/
/*    margin-top: 50px;*/
/*    background: #F9FBFD;*/
/*    border: 1px solid #E9ECF1;*/
/*    box-shadow: 0 3px 6px rgba(0, 103, 237, 0.05);*/
/*}*/

/*.service-content-item:nth-of-type(2n) .iconfont {*/
/*    color: #0067ED;*/
/*}*/

/*.service-content-item:nth-of-type(2n) .icon-border {*/
/*    background: #656C8A;*/
/*}*/

/*.service-content-item:nth-of-type(2n) .service-title {*/
/*    color: #29345C;*/
/*}*/

/*.service-content-item:nth-of-type(2n) .service-info {*/
/*    color: #565872;*/
/*}*/

/*.service-content-item:nth-of-type(2n) .service-step-num .iconfont {*/
/*    color: #8A92AC;*/
/*}*/


.service-content-item-second {
    position: relative;
    flex-shrink: 0;
    margin-top: 40px;
    background: #F9FBFD;
    border: 1px solid #E9ECF1;
    box-shadow: 0 3px 6px rgba(0, 103, 237, 0.05);
    width: 220px;
    height: 333px;
    padding: 30px 0 20px 30px;
    box-sizing: border-box;
    margin-right: 25px;
    color: #fff;
    border-radius: 5px;
}

.service-content-item-second .iconfont {
    color: #0067ED;
}

.service-content-item-second .icon-border {
    background: #656C8A;
}

.service-content-item-second .service-title {
    color: #29345C;
}

.service-content-item-second .service-info {
    color: #565872;
}

.service-content-item-second .service-step-num .iconfont {
    color: #8A92AC;
}

.service-content-item-second .iconfont {
    color: #0067ED;
    font-size: 42px;
}

.service-content-item .iconfont {
    color: #fff;
    font-size: 40px;
}


.icon-border {
    width: 40px;
    height: 1px;
    margin-top: 21px;
    background: #fff;
}

.service-title {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}

.service-info {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
}

.service-step-num {
    display: flex;
    align-items: center;
    width: 168px;
    justify-content: space-between;
    margin-top: 20px;
    box-sizing: border-box;
    position: absolute;
    bottom: 20px;
}

.service-step-num .iconfont {
    /*padding-top: 4px;*/
    color: #CCE6FD;
    font-size: 34px;
}
.service-content-item-second .step-num-info{
    color: #8A92AC;
}
.step-num-info {
    color: #CCE6FD;
    font-size: 40px;
    line-height: 56px;
}

.step-num-info-01 {
    width: 54px;
    height: 60px;
}

.step-num-info-02 {
    width: 65px;
    height: 60px;
}

.step-num-info-03 {
    width: 65px;
    height: 60px;
}

.step-num-info-04 {
    width: 68px;
    height: 60px;
}

.step-num-info-05 {
    width: 65px;
    height: 60px;
}

/*---- 优势 ----*/
.index-advantage {
    width: 100%;
    /*height: 345px;*/
    background: #F1F5FA;
    padding: 30px 0 50px;
    box-sizing: border-box;
    /*height: 287px;*/
    /*background: url(https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/index-advantage.jpg) no-repeat 0/1920px 287px;*/
}

.advantage-box {
    display: flex;
    justify-content: space-between;
    padding-top: 23px;
}

.advantage-item {
    flex-shrink: 0;
    width: 282px;
    height: 237px;
}

.advantage-item-info {
    display: inline-block;
    width: 282px;
    height: 217px;
    margin-top: 20px;
    background: #fff;
    box-shadow: 0 0 15px rgba(138, 146, 172, 0.05);
    border-radius: 5px;
    overflow: hidden;
    transition: .3s;
}

.branch_address-box {
    justify-content: space-between;
    margin-top: 23px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

}

.branch_address-item {
    width: 384px;
    height: 144px;
    background: #F9FBFD;
    box-shadow: 0 4px 8px 1px rgba(0, 103, 237, 0.1);
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    margin: 0 0 15px 0;
    display: flex;
}

.branch_address-img {
    height: 140px;
    width: 90px;
    text-align: center;
}

.branch_address-img img {
    width: 38px;
    margin: 50px auto 0 auto;
}

.branch_address-text {

}

.branch_address-title {
    /*height: 70px*/
    margin-top: 27px;
}

.branch_address-title p {
    font-size: 20px;
    font-weight: bold;
    color: #29345C;
    line-height: 30px;
    -webkit-background-clip: text;

}

.branch_address-content {
    /*height: 70px;*/
    width: 260px;
    margin-top: 16px;
}

.branch_address-content p {
    font-size: 16px;
    font-weight: 400;
    color: #565872;
    line-height: 26px;
    text-align-last: start;
}

.advantage-item:hover .advantage-item-info {
    /*margin-top: 0;*/
    transition: .3s;
    transform: translate(0, -20px);
}

.advantage-top {
    width: 100%;
    display: flex;
    justify-content: center;

}

.advantage-top-blue {
    margin-top: 29px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #ECF7FF;
    text-align: center;
    border-radius: 5px;
}

.advantage-top-blue .iconfont {
    font-size: 38px;
    color: #0067ED;
}

.advantage-index-title {
    text-align: center;
    margin: 15px 0;
    font-size: 22px;
    line-height: 30px;
    color: #29345C;
}

.advantage-index-content {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #565872;
}

/*表单区*/
.form-box-wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.form-box {
    width: 470px;
    height: 240px;
    padding: 30px;
    background: #fff;
    border-radius: 16px;
}

.progress-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    border-radius: 5px;
    background: #ECEBFF;
}

.progress-bar-title {
    flex-shrink: 0;
    color: #29345C;
    font-size: 18px;
    font-weight: bold;
}

.surplus-num {
    padding: 2px 4px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #FF4F01;
    border-radius: 5px;
}

.progress-bar-box {
    width: 290px;
    height: 20px;
    background: #C3B3E2;
    border-radius: 25px;
    overflow: hidden;
}

.progress-bar-info {
    width: 78%;
    height: 20px;
    padding-right: 2%;
    color: #fff;
    font-size: 16px;
    text-align: right;
    line-height: 20px;
    background: #8A58E6;
}

.layui-form-select .layui-edge {
    display: none;
}

.choice-box {
    display: flex;
    align-items: center;
    position: relative;
    height: 43px;
    margin-top: 15px;
    background: #ECEBFF;
    border: 1px solid #907DB3;
    border-radius: 5px;
    transition: .3s;
}

.switch-arrow {
    position: absolute;
    right: 15px;
}

.switch-arrow .iconfont {
    color: #6D5A91;
    font-size: 14px;
}

.choice-box:hover {
    border: 1px solid #7023FF;
    box-shadow: 0 0 10px rgba(138, 88, 230, 0.4);
    transition: .3s;
}

.choice-box-title {
    flex-shrink: 0;
    height: 20px;
    padding: 0 15px;
    color: #29345C;
    font-size: 16px;
    font-weight: bold;
    border-right: 1px solid #6D5A91;
}

.choice-box-title span {
    color: #FF3636;
}

.layui-form-select {
    width: 85%;
}

.layui-input, .layui-select, .layui-textarea {
    height: 43px;
}

.layui-form-select .layui-input {
    background: #ECEBFF;
    border: none;
    font-size: 16px;
}

.phone-number {
    display: flex;
    justify-content: space-between;
}

.submit-btn {
    margin-top: 15px;
}

.submit-btn button:hover {
    opacity: 1 !important;
}

.submit-btn .layui-btn {
    padding: 0 14px;
}

.phone-number-box {
    width: 303px;
    overflow: hidden;
}

.obtain-data {
    width: 150px;
    height: 43px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    background: #FB3D3D;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 3px 0 #C91E1E;
    opacity: 1;
    border-radius: 5px;
}

.free-icon {
    margin-top: 10px;
    width: 16px;
    height: 16px;
}

.phone-number-box .layui-input {
    background: #ECEBFF;
    border: none;
    font-size: 16px;
}

.layui-input::placeholder{
    color: #A0A2BF!important;
}

.layui-form-select dl dd.layui-this {
    background: #8A58E6;
}

/*---- 免费获取资料左侧文字 ----*/
.free-data {
    position: relative;
    width: 540px;
    height: 300px;
}

.free-data-item {
    position: absolute;
    display: inline-block;
    padding: 4px;
    background: #996AF8;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 3px 0 rgba(85, 51, 164, 0.5);
    border-radius: 7px;
}

.data-item01 {
    top: 100px;
    left: 73px;
}

.data-item02 {
    top: 100px;
    left: 258px;
}

.data-item03 {
    top: 100px;
    left: 403px;
}

.data-item04 {
    top: 166px;
    left: 20px;
}

.data-item05 {
    top: 166px;
    left: 204px;
}

.data-item06 {
    top: 166px;
    left: 348px;
}

.data-item07 {
    top: 233px;
    left: 110px;
}

.data-item08 {
    top: 233px;
    left: 276px;
}

.data-item09 {
    top: 166px;
    left: 184px;
}

.free-data-inside {
    padding: 3px 10px;
    background: #F3ECFF;
    color: #6D47C7;
    font-size: 20px;
    font-weight: bold;
    border: 2px dashed #6D47C7;
    border-radius: 5px;
}

.free-data-icon {
    width: 15px;
    height: 15px;
    margin-top: 6px;
}

.free-data-title {
    position: absolute;
    left: 75px;
    top: 11px;
    color: #FF6F01;
    font-size: 48px;
    font-weight: bold;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}

.free-data-info {
    margin-left: -3px;
    color: #fff;
    text-shadow: none;
}

/*---- 金牌顾问表单 ----*/
.common-data-programme .w {
    position: relative;
}

.programme-box {
    position: absolute;
    top: 40px;
    left: 0;
    width: 455px;
    height: 275px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 16px;
}

.programme-title {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 26px;
    color: #29345C;
    padding: 30px 0 5px;
}

.form-index {
    width: 395px;
    height: 45px;
    line-height: 45px;
}

.user-name {
    margin-left: 30px;
    margin-top: 15px;
    background: #E5EEFF;
    width: 100%;
    display: flex;
    align-items: center;
    height: 45px;
    overflow: hidden;
    border: 1px solid #788FB9;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.16);
    border-radius: 5px;
    transition: .3s;
}

.user-name2 {
    width: 260px;
    margin-top: 15px;
    margin-left: 30px;
    background: #E5EEFF;
    flex-shrink: 0;
    display: flex;
    height: 45px;
    overflow: hidden;
    border: 1px solid #788FB9;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.16);
    border-radius: 5px;
    transition: .3s;
}

.user-left {
    flex-shrink: 0;
    margin: 0 10px;
    font-size: 14px;
    /*line-height: 40px;*/
    font-weight: bold;
    color: #29345C;
}

.user-name2 .user-left {
    margin-right: 20px;
}

.user-name2 .user-line {
    margin-top: 13px;
}

.user-left .red {
    color: #FF3636;
}

.user-line {
    flex-shrink: 0;
    /*margin-top: 13px;*/
    width: 1px;
    height: 14px;
    background: #A4AABC;
}

.programme-box .layui-form-item .layui-input, .layui-textarea {
    background: #E5EEFF;
    border: none;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
}

.user-btn {
    display: flex;
    align-items: center;
    /*margin-left: 30px;*/
}

.programme-btn {
    margin-top: 12px;
    margin-left: 15px;
    width: 120px;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 5px;
    flex-shrink: 0;
    background: #FB3D3D;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 3px 0 #c91e1e;
}

.programme-btn .iconfont {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
}

.user-name2:hover {
    border: 1px solid #0067ED;
    box-shadow: 0 0 10px rgba(0, 103, 237, 0.35);
    transition: .3s;
}

.user-name:hover {
    border: 1px solid #0067ED;
    box-shadow: 0 0 10px rgba(0, 103, 237, 0.35);
    transition: .3s;
}

/*---- 金牌顾问表单文字样式 ----*/
.programme-text {
    width: 400px;
    height: 275px;
    /*background: hotpink;*/
    position: absolute;
    left: 500px;
    top: 40px;
}

.gold-name {
    margin-top: 32px;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
}

.gold-center {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}

.center-text {
    padding-top: 10px;
    font-size: 20px;
    color: #FFFFFF;
}

.center-top {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.center-border {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    padding: 0 7px;
    border: 1px solid #FFFFFF;
    line-height: 28px;
    height: 28px;
}

.success-rate {
    width: 69px;
    height: 34px;
    margin: 7px 9px 2px;
    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;
    color: #FFFFFF;
}

.percent-sign {
    font-size: 20px;
    display: inline-block;
    margin-left: -5px;
    color: #FFFFFF;
}


.gold-bottom {
    width: 393px;
    height: 41px;
    background: rgba(0, 0, 0, 0);
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    display: flex;
    margin-top: 30px;
}

.gold-bottom-left {
    width: 185px;
    text-align: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0);
    line-height: 41px;
    font-size: 26px;
    font-weight: bold;
}

.gold-bottom-right {
    width: 195px;
    background: #FFFFFF;
    color: #0066ED;
    line-height: 41px;
    font-size: 26px;
    font-weight: bold;
    padding-left: 13px;
}

.center-border span {
    margin-left: 2px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

/*---- 深资顾问 ----*/
.common-adviser{
    padding-bottom: 50px;
}
.common-adviser-box {
    padding-top: 50px;
}

.common-adviser-text {
    font-weight: 400;
    font-size: 16px;
    color: #565872;
    line-height: 24px;
    margin-top: 13px;
}

.common-adviser-btn {
    /*margin: 0 36px 0!important;*/
    /*display: flex;*/
    /*margin-top: 36px;*/
    /*padding-left: 5px;*/
    margin: 0!important;
    flex: 1;
}

.common-adviser-btn-a {
    height: 35px;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    padding: 0 14px;
    font-weight: 400;
    font-size: 16px;
    color: #565872;
    line-height: 35px;
    display: inline-block;
    /*margin-right: 10px;*/
}

/* 样式写在 CSS 中更清晰 */
.common-adviser-btn-a.hovering {
    background: #0067ED;
    color: #FFFFFF;
}


/*.common-adviser-btn-a-active {*/
/*    background: #0067ED;*/
/*    color: #FFFFFF;*/
/*}*/
.common-adviser-tab-box{
    margin-top: 36px;
    display: flex;
    gap: 10px;
}

.common-adviser-prev,.common-adviser-next{
    width: 26px!important;
    height: 35px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF!important;
    margin: 0!important;
    top: 0!important;
    flex-shrink: 0;
}
.common-adviser-prev{
    left: 0!important;
    border-radius: 5px 0 0 5px!important;
}
.common-adviser-next{
    right: 0!important;
    border-radius: 0 5px 5px 0!important;
}
.common-adviser-prev>img,.common-adviser-next>img{
    width: 16px;
    height: 16px;
}
.common-swiper-button-disabled{
    display: none;
}
.adviser-container {
    height: 438px;
    margin-top: 26px;
}

.adviser-info-title {
    margin-top: 13px;
    color: #565872;
    font-size: 16px;
}

.adviser-info-box {
    width: 282px;
    height: 418px;
    margin-top: 20px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(138, 146, 172, 0.05);
    transition: .3s;
}

.adviser-slide:hover .adviser-info-box {
    margin-top: 0;
    box-shadow: 0 0 20px rgba(138, 146, 172, 0.15);
    transition: .3s;
}

.adviser-photo {
    position: relative;
    height: 362px;
}

.adviser-photo img {
    width: 282px;
    height: 362px;
}

.adviser-introduce {
    position: absolute;
    bottom: 0;
    width: 242px;
    padding: 0 20px;
    height: 62px;
    background: rgba(0, 103, 237, .9);
    overflow: hidden;
    transition: .3s;
}

.adviser-slide:hover .adviser-introduce {
    /*height: 150px;*/
    height: 100%;
    transition: .3s;
}


.adviser-pagination {
    position: relative;
    margin-top: 35px;
}

/*---- 顾问轮播按钮 ----*/
.swiper-btn-box {
    display: flex;
    justify-content: space-between;
    width: 105px;
    margin-top: 8px;
}

.swiper-btn-box div {
    position: relative;
    width: 40px;
    height: 40px;
    color: #0067ED;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    background: unset;
    background: #FFFFFF;
    transition: .3s;
    box-shadow: 0 1px 10px rgba(0, 111, 255, 0.16);
}

.swiper-btn-box div:hover {
    background: #0067ED;
    transition: .5s;
}

.swiper-btn-box .swiper-button-prev {
    border-radius: 5px 0 0 5px;
}

.swiper-btn-box .swiper-button-next {
    border-radius: 0 5px 5px 0;
}

.swiper-button-prev:hover {
    background: #0085F9;
    color: #FFFFFF;
}

.swiper-button-next:hover {
    background: #0085F9;
    color: #FFFFFF;
}

/*---- 移民新闻 ----*/
.index-news {
    width: 100%;
    height: 545px;
    padding-top: 50px;
}

.news-box {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.news-left {
    flex-shrink: 0;
    width: 474px;
    height: 392px;
    position: relative;
    transition: .3s;
    margin-top: 20px;
}

.news-left img {
    width: 474px;
    height: 392px;
    border-radius: 5px;
}

.news-left-index {
    position: absolute;
    bottom: 0;
    padding: 15px 20px;
    background: #FFFFFF;
    opacity: .9;
    z-index: 1;
}

.news-left-index p {
    max-height: 46px;
}

.news-left-index a {
    display: inline-block;
    width: 434px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-weight: bold;
    color: #29345C;
}

.news-left-index a:hover {
    color: #0067ED;
}

.news-left-index p {
    margin-top: 11px;
    color: #29345C;
    font-size: 16px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-left:hover {
    margin-top: 0;
    transition: .3s;
}

.news-right {
    margin-left: 20px;
    height: 392px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-right-index {
    padding: 30px;
    width: 80%;
    height: 126px;
    background: #F5F7FC;
    border-radius: 5px;
    transition: .3s;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.news-father:hover .news-right-index {
    margin-top: 10px;
    transition: .3s;
    background: #0085F9;
    box-shadow: 0 0 20px rgba(0, 103, 237, 0.3);
}

.index-year {
    font-size: 14px;
    color: #565872;
    text-align: right;
    margin-top: 4px;
}

.index-month {
    margin-top: 7px;
    font-size: 22px;
    font-weight: bold;
    color: #29345C;
}

.index-img {
    margin: 26px 0 0 18px;
    width: 42px;
    height: 42px;
    background: url("https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/index/index-star-off.png") no-repeat center / 42px 42px;
}

.news-father:hover .index-img {
    background: url("https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/index/index-star-on.png") no-repeat center / 42px 42px;
}

.right-index-right {
    margin-left: 30px;
}

.right-index-right p {
    max-height: 46px;
}

.right-index-title {
    display: inline-block;
    width: 281px;
    font-size: 20px;
    font-weight: bold;
    color: #29345C;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-index-right p {
    width: 193px;
    margin-top: 11px;
    font-size: 16px;
    line-height: 23px;
    color: #565872;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.right-index-more {
    display: inline-block;
    font-size: 16px;
    color: #29345C;
    margin-top: 13px;
}

.news-father:hover .index-month {
    color: #FFFFFF;
}

.news-father:hover .index-year {
    color: #FFFFFF;
}

.news-father:hover .right-index-right p {
    color: #FFFFFF;
}

.news-father:hover .right-index-title {
    color: #FFFFFF;
}

.news-father:hover .right-index-more {
    color: #FFFFFF;
}

.news-father {
    height: 206px;
    width: 348px;
}


/*---- 热门项目 ----*/

.hot-project {
    width: 100%;
    padding-bottom: 50px;
}

.hot-project .common-title {
    padding-top: 45px;
    padding-bottom: 10px;
}

.hot-project-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hot-father {
    margin-bottom: 24px;
    height: 280px;
    opacity: 1;
}

.hot-index {
    width: 528px;
    height: 220px;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 103, 237, 0.1);
    transition: .3s;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px
}

.hot-index-left {
    width: 220px;
    height: 220px;
}

.hot-index-left img {
    width: 220px;
    height: 220px;
    border-radius: 5px;
}

.hot-index-right {
    width: 288px;
}

.right-index-right .right-index-title {
    width: 193px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #29345C;

}

.right-index-title:hover {
    color: #0067ED;
}

.right-index-text {
    max-height: 48px;
    color: #565872;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 14px;
}

.right-index-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.orange-index {
    min-width: 50%;
    /*align-items: center;*/
    margin-bottom: 13px;
    display: flex;
}

.orange-title {
    padding: 2px 3px;
    height: 21px;
    box-sizing: border-box;
    background: #FFEBDD;
    border-radius: 2px;
    font-size: 13px;
    color: #FF6A00;
    flex-shrink: 0;
}
.orange-inline{
    display: inline-block;
}
.orange-white {
    margin-left: 4px;
    font-size: 13px;
    color: #565872;
    padding-top: 2px;
    height: 21px;
    box-sizing: border-box;
}

.orange-white span {
    font-size: 17px;
    font-weight: bold;
    color: #FF4F01;
    margin: 0 -2px;
}

/* 推荐指数星星 */
.orange-star {
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1px;
}

.orange-star .iconfont {
    font-size: 14px;
    line-height: 14px;
    color: #FFB300;
}

.orange-star span {
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-right: 6px;
}

.right-index-btn {
    display: flex;
    margin-top: 15px;
}

.line-btn {
    width: 102px;
    height: 35px;
    line-height: 35px;
    display: flex;
    align-items: center;
    background: #0085F9;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 133, 249, 0.4);
    border-radius: 5px;
    font-size: 14px;
    color: #FFFFFF;
    transition: .3s;
}

.line-icon {
    margin-left: 13px;
    margin-right: 7px;
    width: 13px;
    height: 13px;
    background: url(https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/line-btn2.png) no-repeat center /100%;
}

.line-btn:hover {
    color: #FFFFFF;
    background: #0067ED;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 133, 249, 0.4);
    transition: .5s;
}

.line-btn:hover .line-icon {
    margin-left: 13px;
    margin-right: 7px;
    width: 13px;
    height: 13px;
    background: url(https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/line-btn1.png) no-repeat center /100%;
}

.project-btn {
    margin-left: 20px;
    width: 102px;
    height: 35px;
    line-height: 35px;
    display: flex;
    align-items: center;
    background: #FEFEFE;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    font-size: 14px;
    color: #29345C;
    transition: .3s;
}

.project-icon {
    margin-left: 13px;
    margin-right: 7px;
    width: 13px;
    height: 13px;
    background: url(https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/project-bnt2.png) no-repeat center /100%;
}

.project-btn:hover {
    background: #0067ED;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 133, 249, 0.4);
    color: #FFFFFF;
    border-radius: 5px;
    transition: .5s;
}

.project-btn:hover .project-icon {
    margin-left: 13px;
    margin-right: 7px;
    width: 13px;
    height: 13px;
    background: url(https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/project-bnt1.png) no-repeat center /100%;
}

.hot-father:hover .hot-index {
    /*margin-top: 10px;*/
    transition: .3s;
    transform: translate(0, -10px);
}

/*---- 成功案例 两个版本 ----*/
.common-cases-two {
    background: #FFFFFF;
    height: auto;
    padding: 50px 0;
}

.common-cases-two .common-title {
    padding-bottom: 45px;
}

.common-case-banner {
    /*width: 100%;*/
    height: 354px;
    background: url('https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/form_background_img7.png') no-repeat center /100% 100%;
    display: flex;
    justify-content: center;
}

.common-case-banner img {
    width: 100%;
}

.common-case-banner .banner-title {
    margin-top: 40px;
}

.common-case-banner .banner-title .top {
    transform: translateX(6px);
    font-size: 66px;
    /*font-family: Alibaba-PuHuiTi-H, Alibaba-PuHuiTi;*/
    font-weight: bold;
    color: #FFFFFF;
    line-height: 92px;
    text-shadow: 6px 6px 0 #0B72F1,
    6px -6px 0 #0B72F1,
    -6px -6px 0 #0B72F1,
    -6px 6px 0 #0B72F1,
    6px 5px 0 #0B72F1,
    6px -5px 0 #0B72F1,
    -6px -5px 0 #0B72F1,
    -6px 5px 0 #0B72F1,
    6px 5px 0 #0B72F1,
    6px -5px 0 #0B72F1,
    -6px -5px 0 #0B72F1,
    -6px 5px 0 #0B72F1,
    6px 4px 0 #0B72F1,
    6px -4px 0 #0B72F1,
    -6px -4px 0 #0B72F1,
    -6px 4px 0 #0B72F1,
    6px 3px 0 #0B72F1,
    6px -3px 0 #0B72F1,
    -6px -3px 0 #0B72F1,
    -6px 3px 0 #0B72F1,
    6px 2px 0 #0B72F1,
    6px -2px 0 #0B72F1,
    -6px -2px 0 #0B72F1,
    -6px 2px 0 #0B72F1,
    6px 1px 0 #0B72F1,
    6px -1px 0 #0B72F1,
    -6px -1px 0 #0B72F1,
    -6px 1px 0 #0B72F1,
    6px 0px 0 #0B72F1,
    6px -0px 0 #0B72F1,
    -6px -0px 0 #0B72F1,
    -6px 0px 0 #0B72F1,
    5px 6px 0 #0B72F1,
    5px -6px 0 #0B72F1,
    -5px -6px 0 #0B72F1,
    -5px 6px 0 #0B72F1,
    4px 6px 0 #0B72F1,
    4px -6px 0 #0B72F1,
    -4px -6px 0 #0B72F1,
    -4px 6px 0 #0B72F1,
    3px 6px 0 #0B72F1,
    3px -6px 0 #0B72F1,
    -3px -6px 0 #0B72F1,
    -3px 6px 0 #0B72F1,
    2px 6px 0 #0B72F1,
    2px -6px 0 #0B72F1,
    -2px -6px 0 #0B72F1,
    -2px 6px 0 #0B72F1,
    1px 6px 0 #0B72F1,
    1px -6px 0 #0B72F1,
    -1px -6px 0 #0B72F1,
    -1px 6px 0 #0B72F1,
    0px 6px 0 #0B72F1,
    0px -6px 0 #0B72F1,
    0px -6px 0 #0B72F1,
    0px 6px 0 #0B72F1,
    5px 5px 0 #0B72F1,
    5px -5px 0 #0B72F1,
    -5px -5px 0 #0B72F1,
    -5px 5px 0 #0B72F1,
    5px 4px 0 #0B72F1,
    5px -4px 0 #0B72F1,
    -5px -4px 0 #0B72F1,
    -5px 4px 0 #0B72F1,
    5px 3px 0 #0B72F1,
    5px -3px 0 #0B72F1,
    -5px -3px 0 #0B72F1,
    -5px 3px 0 #0B72F1,
    5px 2px 0 #0B72F1,
    5px -2px 0 #0B72F1,
    -5px -2px 0 #0B72F1,
    -5px 2px 0 #0B72F1,
    5px 1px 0 #0B72F1,
    5px -1px 0 #0B72F1,
    -5px -1px 0 #0B72F1,
    -5px 1px 0 #0B72F1,
    5px 0px 0 #0B72F1,
    5px -0px 0 #0B72F1,
    -5px -0px 0 #0B72F1,
    -5px 0px 0 #0B72F1,
    4px 5px 0 #0B72F1,
    4px -5px 0 #0B72F1,
    -4px -5px 0 #0B72F1,
    -4px 5px 0 #0B72F1,
    3px 5px 0 #0B72F1,
    3px -5px 0 #0B72F1,
    -3px -5px 0 #0B72F1,
    -3px 5px 0 #0B72F1,
    2px 5px 0 #0B72F1,
    2px -5px 0 #0B72F1,
    -2px -5px 0 #0B72F1,
    -2px 5px 0 #0B72F1,
    1px 5px 0 #0B72F1,
    1px -5px 0 #0B72F1,
    -1px -5px 0 #0B72F1,
    -1px 5px 0 #0B72F1,
    0px 5px 0 #0B72F1,
    0px -5px 0 #0B72F1,
    0px -5px 0 #0B72F1,
    0px 5px 0 #0B72F1, 4px 4px 0 #0B72F1, 4px -4px 0 #0B72F1, -4px -4px 0 #0B72F1, -4px 4px 0 #0B72F1, 4px 3px 0 #0B72F1, 4px -3px 0 #0B72F1, -4px -3px 0 #0B72F1, -4px 3px 0 #0B72F1, 4px 2px 0 #0B72F1, 4px -2px 0 #0B72F1, -4px -2px 0 #0B72F1, -4px 2px 0 #0B72F1, 4px 1px 0 #0B72F1, 4px -1px 0 #0B72F1, -4px -1px 0 #0B72F1, -4px 1px 0 #0B72F1, 4px 0px 0 #0B72F1, 4px 0px 0 #0B72F1, -4px 0px 0 #0B72F1, -4px 0px 0 #0B72F1, 3px 4px 0 #0B72F1, 3px -4px 0 #0B72F1, -3px -4px 0 #0B72F1, -3px 4px 0 #0B72F1, 3px 3px 0 #0B72F1, 3px -3px 0 #0B72F1, -3px -3px 0 #0B72F1, -3px 3px 0 #0B72F1, 3px 2px 0 #0B72F1, 3px -2px 0 #0B72F1, -3px -2px 0 #0B72F1, -3px 2px 0 #0B72F1, 3px 1px 0 #0B72F1, 3px -1px 0 #0B72F1, -3px -1px 0 #0B72F1, -3px 1px 0 #0B72F1, 3px 0px 0 #0B72F1, 3px 0px 0 #0B72F1, -3px 0px 0 #0B72F1, -3px 0px 0 #0B72F1, 2px 4px 0 #0B72F1, 2px -4px 0 #0B72F1, -2px -4px 0 #0B72F1, -2px 4px 0 #0B72F1, 2px 3px 0 #0B72F1, 2px -3px 0 #0B72F1, -2px -3px 0 #0B72F1, -2px 3px 0 #0B72F1, 2px 2px 0 #0B72F1, 2px -2px 0 #0B72F1, -2px -2px 0 #0B72F1, -2px 2px 0 #0B72F1, 2px 1px 0 #0B72F1, 2px -1px 0 #0B72F1, -2px -1px 0 #0B72F1, -2px 1px 0 #0B72F1, 2px 0px 0 #0B72F1, 2px 0px 0 #0B72F1, -2px 0px 0 #0B72F1, -2px 0px 0 #0B72F1, 1px 4px 0 #0B72F1, 1px -4px 0 #0B72F1, -1px -4px 0 #0B72F1, -1px 4px 0 #0B72F1, 1px 3px 0 #0B72F1, 1px -3px 0 #0B72F1, -1px -3px 0 #0B72F1, -1px 3px 0 #0B72F1, 1px 2px 0 #0B72F1, 1px -2px 0 #0B72F1, -1px -2px 0 #0B72F1, -1px 2px 0 #0B72F1, 1px 1px 0 #0B72F1, 1px -1px 0 #0B72F1, -1px -1px 0 #0B72F1, -1px 1px 0 #0B72F1, 1px 0px 0 #0B72F1, 1px 0px 0 #0B72F1, -1px 0px 0 #0B72F1, -1px 0px 0 #0B72F1, 0px 4px 0 #0B72F1, 0px -4px 0 #0B72F1, 0px -4px 0 #0B72F1, 0px 4px 0 #0B72F1, 0px 3px 0 #0B72F1, 0px -3px 0 #0B72F1, 0px -3px 0 #0B72F1, 0px 3px 0 #0B72F1, 0px 2px 0 #0B72F1, 0px -2px 0 #0B72F1, 0px -2px 0 #0B72F1, 0px 2px 0 #0B72F1, 0px 1px 0 #0B72F1, 0px -1px 0 #0B72F1, 0px -1px 0 #0B72F1, 0px 1px 0 #0B72F1, 0px 0px 0 #0B72F1, 0px 15px 16px #2520CF, 0px 15px 16px #2520CF, 0px 15px 16px #2520CF, 0px 15px 16px #2520CF;;
    /*-webkit-text-stroke: 2px #0B72F1;*/
    /*text-stroke: 4px #0B72F1;*/
    letter-spacing: 6px;
}

.common-case-banner .banner-title .bottom {
    background: #FFFFFF;
    border-radius: 32px 32px 32px 32px;
    opacity: 1;
    border: 7px solid #0B72F1;
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    color: #0B72F1;
    line-height: 35px;
    padding: 8px 30px;
    box-sizing: border-box;
    margin-top: 24px;
    white-space: nowrap;
    height: 65px;
    width: 623px;
}

.common-case-banner .banner-img {
    margin-left: 58px;
    width: 519px;
    height: 354px;
    flex-shrink: 0;
}


.country-case-box {
    display: flex;
    justify-content: space-between;
}

.case-index-info {
    display: flex;
    padding: 30px 32px;
    height: 268px;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 103, 237, 0.1);
    border-radius: 5px;
    width: 524px;
}

.case-info-left {
    flex-shrink: 0;
    width: 200px;
    height: 248px;
    background: #8A92AC;
    border-radius: 5px;
    border: 10px solid #8A92AC;

}

.case-info-left img {
    width: 200px;
    height: 248px;
    border-radius: 5px;
}

.case-info-right {
    margin-left: 20px;
}

.info-name {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #29345C;
}

.info-project {
    margin-left: 3px;
    font-size: 14px;
    line-height: 30px;
    color: #2869EB;

}

.case-info-gray {
    padding: 10px 10px 8px 10px;
    width: 276px;
    background: #F9FBFD;
    opacity: 1;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
}

.info-gray-index {
    width: 50%;
    margin-bottom: 3px;
}

.info-gray-occupation {
    width: unset;
}

.info-gray-index .iconfont {
    font-size: 12px;
    color: #2869EB;
}

.gray-index-title {
    margin-left: 3px;
    font-size: 14px;
    color: #565872;
}

.gray-index-show {
    margin-left: 3px;
    font-size: 14px;
    color: #29345C;
}

.case-info-content {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #565872;
}

/*---- 移民流程 ----*/
.immigration-process {
    width: 100%;
    padding-top: 45px;
    padding-bottom: 50px;
    background: #F1F5FA;
}

.ym-process-pic {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 158px;
    margin-top: 24px;
}

.ym-process-bg {
    position: absolute;
    width: 1200px;
    height: 173px;
}

.ym-process-icon-item,
.ym-process-icon-item img {
    width: 97px;
    height: 97px;
}

.ym-process-icon {
    display: flex;
    justify-content: space-around;
    width: 1200px;
    height: 97px;
    margin: 33px auto 0;
}

.ym-process-title {
    position: relative;
    width: 20%;
    font-size: 14px;
    margin-top: 130px;
    font-weight: bold;
    text-align: center;
    color: #0085F9;
    z-index: 9;
}

.ym-process-title:nth-of-type(1) {
    left: 9px;
}

.ym-process-title:nth-of-type(2) {
    left: 4px;
}

.ym-process-title:nth-of-type(3) {
    left: -2px;
}

.ym-process-title:nth-of-type(4) {
    left: -9px;
}

.ym-process-title:nth-of-type(5) {
    left: -14px;
}

.ym-process-title:nth-child(2n) {
    color: #FFFFFF;
}

.ym-process-content {
    display: flex;
    margin-top: 24px;
}

.ym-content-item {
    position: relative;
    width: 20%;
    text-align: center;
    margin-left: 12px;
}

.ym-content-item:nth-of-type(1) {
    left: 9px;
}

.ym-content-item:nth-of-type(2) {
    left: 5px;
}

.ym-content-item:nth-of-type(3) {
    left: -5px;
}

.ym-content-item:nth-of-type(4) {
    left: -8px;
}

.ym-content-item:nth-of-type(5) {
    left: -20px;
}

.ym-content-item:first-child {
    margin: 0;
}

.ym-content-title {
    margin-bottom: 10px;
    color: #29345C;
    font-size: 20px;
    font-weight: bold;
}

.ym-content-text {
    color: #29345C;
    font-size: 16px;
}

/* -----项目优势 (五颜六色) ----- */
.common-color .common-title {
    padding-top: 50px;
}

.common-color-box {
    display: flex;
    justify-content: space-between;
    padding-top: 23px;
}

.common-color-item {
    flex-shrink: 0;
    width: 282px;
    height: 124px;
}

.common-color-item-info {
    padding: 30px;
    width: 222px;
    height: 44px;
    margin-top: 20px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    transition: .3s;
    display: flex;
    justify-content: space-between;
}

.common-color-text {
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.common-color-item-info img {
    width: 43px;
    height: 42px;
    flex-shrink: 0;
}

.color-index1 {
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    background: url(https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/color-index1.png) no-repeat center /282px 104px, linear-gradient(90deg, #B67FEC 0%, #9858E1 100%);
}

.color-index2 {
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    background: url(https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/color-index2.png) no-repeat center /282px 104px, linear-gradient(90deg, #FF9C45 0%, #FF8001 100%);
}

.color-index3 {
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    background: url(https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/color-index3.png) no-repeat center /282px 104px, linear-gradient(90deg, #0085F9 0%, #006CEF 100%);
}

.color-index4 {
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    background: url(https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/color-index4.png) no-repeat center /282px 104px, linear-gradient(90deg, #EB8484 0%, #ED6464 100%);
}

.common-color-item:hover .color-index1 {
    margin-top: 10px;
    transition: .3s;
    box-shadow: 3px 5px 25px rgba(152, 88, 225, 0.6);
}

.common-color-item:hover .color-index2 {
    margin-top: 10px;
    transition: .3s;
    box-shadow: 3px 5px 25px rgba(255, 156, 69, 0.6);
}

.common-color-item:hover .color-index3 {
    margin-top: 10px;
    transition: .3s;
    box-shadow: 3px 5px 25px rgba(0, 133, 249, 0.6);
}

.common-color-item:hover .color-index4 {
    margin-top: 10px;
    transition: .3s;
    box-shadow: 3px 5px 25px rgba(237, 100, 100, 0.6);
}

/*---- 头部banner ----*/
.visa-banner {
    width: 100%;
    /*background: #8A92AC;*/
}

.visa-banner img {
    width: 100%;
}

/*---- 项目介绍 ----*/
.china-project {
    display: flex;
    justify-content: space-between;
    margin-top: -60px;
}

.china-project-info {
    display: flex;
    width: 744px;
    height: 260px;
    padding: 30px;
    background: #FFFFFF;
    border: 1px solid #E2EAFC;
    box-shadow: 0 10px 10px rgba(138, 146, 172, 0.05);
    opacity: 1;
    border-radius: 5px;
    z-index: 9;
}

.china-project-pic {
    margin-right: 30px;
}

.china-project-pic img {
    width: 260px;
    height: 260px;
    border-radius: 5px;
}

.china-project-content {
    position: relative;
}

.china-visa-title {
    color: #29345C;
    font-size: 17px;
    font-weight: bold;
}

.visa-title-cn {
    display: inline-block;
    margin-right: 5px;
    font-size: 29px;
}

.china-visa-trait {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 424px;
    height: 92px;
    padding: 0 16px;
    text-align: center;
    background: #F8FAFF;
    border-radius: 5px;
}

.visa-trait-item {
    flex-shrink: 0;
    margin: 20px 13px 0;
}

.trait-item-info {
    display: flex;
    height: 26px;
    color: #29345C;
    font-size: 18px;
    font-weight: bold;
    justify-content: center;
}

.trait-red {
    margin: 1px 2px 0;
    color: #FF4F01;
    font-size: 22px;
}

.trait-rmb {
    display: inline-block;
    margin: 3px 0 0 2px;
    font-size: 19px;
}

.trait-item-text {
    margin-top: 9px;
    color: #565872;
    font-size: 15px;
}

.china-visa-text {
    margin-top: 10px;
    color: #565872;
    font-size: 16px;
    line-height: 26px;
}

.china-project-form {
    position: relative;
    width: 308px;
    height: 260px;
    padding: 30px;
    background: #FFFFFF;
    border: 1px solid #E2EAFC;
    box-shadow: 0 8px 10px rgba(138, 146, 172, 0.05);
    opacity: 1;
    border-radius: 5px;
    z-index: 9
}

.project-form-title {
    display: flex;
    margin-top: -3px;
    color: #565872;
    font-size: 20px;
    font-weight: bold;
}

.project-form-title .iconfont {
    margin: 3px 8px 0 0;
    color: #565872;
    font-size: 20px;
}

.today-answer {
    margin-left: auto;
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.today-answer-red {
    color: #FF3636;
}

.china-project-free {
    margin-top: 30px;
}

.form-input-item {
    display: flex;
    align-items: center;
    height: 55px;
    padding: 0 15px;
    margin-bottom: 20px;
    background: #F8FAFF;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.16);
}

.input-item-title {
    height: 20px;
    margin-right: 5px;
    padding-right: 15px;
    border-right: 1px solid #8A92AC;
    color: #29345C;
    font-size: 16px;
}

.input-item-container {
    margin-top: 2px;
}

.china-visa-input {
    outline: none;
    border: none;
    background: #F8FAFF;
}

.china-visa-btn {
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #FF3636;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 5px rgba(220, 0, 0, 0.3);
    opacity: 1;
    border-radius: 5px;
}

.china-visa-btn img {
    width: 16px;
    height: 16px;
    margin: 5px 2px 0 0;
}

/*----分页 ----*/
.page {
    overflow: hidden;
    text-align: center;
}

.page .pagination {
    display: inline-block;
    margin-top: 50px;
}

.page .pagination > li {
    display: inline;
}

.pagination .iconfont {
    font-size: 14px;
}

.page .pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    color: #999999;
}

.page .pagination > li:last-child > a,
.pagination > li:last-child > span {
    margin-right: 0;
    color: #333333;
}

.page .pagination > li > a,
.pagination > li > span {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #cfd1e2;
    float: left;
    padding: 10px 16px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #161515;
    text-decoration: none;
    margin-right: 9px;
    border-radius: 3px;
    transition: .3s;
}

.page .pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #FFFFFF;
    cursor: default;
    background-color: #0085F9;
    border-color: #FFFFFF;
    border-radius: 3px;
}

.page .pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #999999;
    cursor: not-allowed;
    background: #FFFFFF;
    border-color: #ddd;
}

.page a:hover {
    background: #0085F9 !important;
    color: #FFFFFF !important;
    transition: .3s;
}

/* 富文本样式 */
article {
    color: #565872;
}

article table th,
article table td {
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6 !important;
}

article table td {
    background-color: #fff !important;
    border: solid 1px #000 !important;
}

article p {
    word-wrap: break-word;
    line-height: 2em;
}

article a {
    color: #0255d5;
    font-weight: bold;
    text-decoration: underline;
    word-wrap: break-word;
}

article img {
    width: 100% !important;
    height: unset;
    padding: 10px 0;
}

/* ----公共面包屑--- */
.common-bread {
    line-height: 86px;
    font-size: 16px;
    height: 86px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.common-bread-index {
    font-size: 16px;
    color: #565872;
}

.common-bread-index:hover {
    color: #0067ED;
}

.common-bread-gray {
    margin: 0 10px;
    color: #565872;
}

.common-bread-active {
    color: #151515;
}

.common-nav-box {
    display: flex;
    align-items: center;

}

/* ----公共tag标签样式--- */
.nav-box-index {
    flex-shrink: 0;
    /*display: inline-block;*/
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    padding: 0 14px 0;
    text-align: center;
    font-size: 16px;
    background: #F5F7FC;
    border-radius: 5px;
    color: #565872;
    margin-right: 10px;
    border: 1px solid #F5F7FC;
    transition: .3s;
}

.nav-box-index:hover {
    background: #0085F9;
    border: 1px solid #FFFFFF;
    transition: .5s;
    border-radius: 5px;
    color: #FFFFFF;
}

.common-nav-box .active {
    background: #0085F9;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #FFFFFF;
}

/* ----公共轮播样式--- */
.index-carousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px 7px;
}

.index-carousel .swiper-pagination-bullet {
    margin: 0 3px;
    background: #fff;
    border-radius: 4px;
    outline: none;
    opacity: .5;
}

.index-carousel .swiper-pagination-bullet-active {
    background: #fff;
    width: 25px;
    height: 8px;
    opacity: 1;
    transition: .2s ease-in-out;
}

.swiper-button-prev {
    outline: none;
}

.swiper-button-next {
    outline: none;
}

/*---- 提交成功弹窗 ----*/
.layer-bg {
    border-radius: 5px !important;
}

.submit-popup {
    position: relative;
    width: 100%;
    height: 497px;
    background: url("https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/submit_success.png") no-repeat center 0/100% 475px;
    overflow: hidden;
}

.submit-popup-title {
    margin-top: 40px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.submit-popup-content {
    margin-top: 15px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.qr-code-box {
    width: 400px;
    height: 184px;
    margin: 70px auto 30px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 103, 237, 0.15);
    border-radius: 5px;
}

.qr-code-logo {
    position: relative;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    color: #0085F9;
    text-align: center;
    line-height: 80px;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 103, 237, 0.16);
    border-radius: 50%;
    opacity: 1;
}

.qr-code-logo .iconfont {
    font-size: 36px;
}

.qr-code-info {
    display: flex;
    justify-content: space-between;
    margin-top: -20px;
    padding: 0 30px;
}

.qr-code-info-l {
    width: 201px;
    color: #29345C;
    font-size: 18px;
    line-height: 34px;
}

.qr-code-info-r,
.qr-code-info-r img {
    width: 108px;
    height: 108px;
}

.i-know {
    width: 400px;
    height: 57px;
    margin: 45px auto 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 57px;
    background: #0085F9;
    border: 1px solid #FFFFFF;
    box-shadow: 0 3px 20px rgba(0, 133, 249, 0.36);
    opacity: 1;
    border-radius: 5px;
    cursor: pointer;
}

.layui-layer-close2 {
    display: none !important;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 18px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    z-index: 9998;
}

/*---- 公共 侧边栏 ----*/
.common-side {
    z-index: 999;
    position: fixed;
    bottom: 40px;
    right: 15px;
    width: 80px;
}

.side-red {
    width: 80px;
    padding-bottom: 18px;
    background: #0085F9;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0,103,237,0.2);
    border-radius: 5px;
}

.side-index {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 17px;
    cursor: pointer;
}

.side-index .iconfont {
    font-size: 28px;
    color: #FFFFFF;
}

.index-text {
    /*margin-top: 3px;*/
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    color: #FFFFFF;
}

.side-line {
    margin-left: 25px;
    margin-top: 14px;
    width: 30px;
    height: 1px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 1px;
}


.side-jump {
    cursor: pointer;
    margin-top: 9px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #F4F6FA;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 10px rgba(86, 88, 114, 0.3);
    opacity: 1;
    border-radius: 5px;
}

.side-jump .iconfont {
    font-size: 28px;
    color: #0085F9;
}

/*----  侧边栏  微信部分----*/
.side-vx {
    position: relative;
}

.side-vx-text {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: #29345C;
}

.vx-box {
    display: none;
    position: absolute;
    left: -171px;
    top: -50px;
    width: 149px;
    height: 155px;
}

.vx-box img {
    width: 105px;
    height: 105px;
}

.side-arrow {
    position: absolute;
    right: 0;
    top: 42%;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border-top: 1px solid #E5E7F2;
    border-right: 1px solid #E5E7F2;
    background: #fff;
    z-index: 9;
}

.side-info {
    position: absolute;
    top: 0;
    width: 116px;
    padding: 12px 12px 12px 12px;
    background: #FFFFFF;
    z-index: 2;
    border: 1px solid #E3E5F2;
    border-radius: 5px;
    box-shadow: 0 3px 20px rgba(86, 88, 114, 0.1);
}

.side-vx:hover .vx-box {
    display: block;
}

/*---- 侧边栏  条件评估 ----*/
.side-assess {
    position: relative;
}

.assess-box {
    display: none;
    position: absolute;
    left: -193px;
    top: -42px;
    width: 199px;
    height: 183px;
    cursor: default;
}

.assess-title {
    font-size: 14px;
    text-align: center;
    color: #29345C;
}

.assess-info {
    position: absolute;
    top: -10px;
    right: 35px;
    height: 156px;
    box-sizing: border-box;
    padding: 20px;
    background: #FFFFFF;
    z-index: 2;
    border: 1px solid #E3E5F2;
    border-radius: 5px;
    box-shadow: 0 3px 20px rgba(86, 88, 114, 0.1);
}

.assess-box .side-arrow {
    position: absolute;
    right: 27px;
    top: 35%;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border-top: 1px solid #E5E7F2;
    border-right: 1px solid #E5E7F2;
    background: #fff;
    box-shadow: 0 3px 20px rgba(86, 88, 114, 0.1);
}

.assess-red {
    display: flex;
    margin-top: 8px;
}

.assess-only {
    margin-top: 12px;
    font-size: 14px;
    color: #29345C;
}

.assess-title-box {
    position: relative;
    z-index: 9;
    line-height: 1;
}

.assess-text {
    padding-left: 6px;
    font-weight: bold;
    font-size: 25px;
    color: #0085F9;
    line-height: 36px;
}

.assess-title-red {
    position: absolute;
    bottom: 4px;
    left: 14%;
    z-index: -1;
    width: 87%;
    height: 5px;
    background: #0085F9;
    border-radius: 2px;
    opacity: .2;
}

.assess-red-jump {
    height: 40px;
    margin-top: 12px;
    display: inline-block;
    text-align: center;
    padding: 10px 28px;
    box-sizing: border-box;
    background: #0085F9;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

.assess-red-jump:hover {
    background: #0085F9;
    color: #FFFFFF;
}

.side-assess:hover .assess-box {
    display: block;
}

/*----  侧边栏  合同预览部分----*/
.side-preview {
    position: relative;
}

.preview-box {
    display: none;
    position: absolute;
    left: -309px;
    top: -140px;
    width: 313px;
    height: 318px;
}

.preview-info {
    position: absolute;
    right: 33px;
    top: 0;
    width: 240px;
    height: 220px;
    padding: 20px;
    border: 1px solid #E4E6F2;
    background: #fff;
    box-shadow: 0 3px 20px rgba(86, 88, 114, 0.1);
    z-index: 99;
    border-radius: 5px;
    cursor: default;
}

.preview-box .side-arrow {
    position: absolute;
    right: 25px;
    top: 51%;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border-top: 1px solid #E5E7F2;
    border-right: 1px solid #E5E7F2;
    background: #fff;
    z-index: 999;
}

.preview-info-title {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #29345C;
}

.preview-box .form-index {
    width: 100%;
    height: 45px;
    line-height: 45px;
}

.preview-box .user-name {
    margin-left: 0;
    margin-top: 10px;
    background: #FFFFFF;
    border: 1px solid #CFD1E2;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    height: 40px;
    overflow: hidden;
    border-radius: 4px;
    transition: .3s;
}

.preview-box .user-name:hover {
    box-shadow: none;
    transition: .3s;
}

.preview-box .user-btn {
    margin-left: 0;
}

.preview-box .user-name2 {
    width: 100%;
    margin-top: 13px;
    background: #FFFFFF;
    flex-shrink: 0;
    display: flex;
    height: 45px;
    overflow: hidden;
    border: 1px solid #CFD1E2;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.16);
    border-radius: 5px;
    transition: .3s;
}

.preview-box .layui-form-item .layui-input, .layui-textarea {
    background: #FFFFFF;
    border: none;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
}

.preview-info-btn {
    margin-top: 13px;
    width: 240px;
    height: 40px;
    text-align: center;
    background: #0085F9;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    color: #FFFFFF;
    border-radius: 4px;
}

.preview-info-btn:hover {
    background: #0085F9;
    color: #FFFFFF;
}

.side-preview:hover .preview-box {
    display: block;
}
.user-name input::placeholder{
    color: #A4AABC;
}
/*@media screen  and (max-width: 1440px) {*/
/*    .common-side {*/
/*        z-index: 999;*/
/*        position: fixed;*/
/*        bottom: 40px;*/
/*        right: 0px;*/
/*        width: 60px;*/
/*    }*/

/*    .side-red {*/
/*        width: 58px;*/
/*        padding-bottom: 18px;*/
/*        background: #0085F9;*/
/*        border: 1px solid #FFFFFF;*/
/*        box-shadow: 0 0 10px 0 rgba(0,103,237,0.2);*/
/*        border-radius: 5px;*/
/*    }*/

/*    .side-index .iconfont {*/
/*        font-size: 18px;*/
/*        color: #FFFFFF;*/
/*    }*/

/*    .index-text {*/
/*        margin-top: 3px;*/
/*        text-align: center;*/
/*        font-size: 12px;*/
/*        line-height: 26px;*/
/*        color: #FFFFFF;*/
/*    }*/

/*    .side-line {*/
/*        margin-left: 16px;*/
/*        margin-top: 14px;*/
/*        width: 30px;*/
/*        height: 1px;*/
/*        background: #FFFFFF;*/
/*        opacity: 1;*/
/*        border-radius: 1px;*/
/*    }*/

/*    .side-jump {*/
/*        cursor: pointer;*/
/*        margin-top: 9px;*/
/*        width: 58px;*/
/*        height: 58px;*/
/*        line-height: 60px;*/
/*        text-align: center;*/
/*        background: #F4F6FA;*/
/*        border: 1px solid #FFFFFF;*/
/*        box-shadow: 0px 0px 10px rgba(86, 88, 114, 0.3);*/
/*        opacity: 1;*/
/*        border-radius: 5px;*/
/*    }*/

/*    .side-jump .iconfont {*/
/*        font-size: 18px;*/
/*        color: #0085F9;*/
/*    }*/
/*}*/

/*---- S 新增资深顾问2022-6-28 ----*/
.add-expert {
    /*height: 416px;*/
    margin-top: 26px;
    display: flex;
    /*gap: 24px;*/
    /*justify-content: space-between;*/
}
.add-expert2{
    gap: 24px;
}
.expert-index {
    width: 220px;
    height: 358px;
    border-radius: 5px 5px 5px 5px;
}

.expert-photo {
    position: relative;
    height: 282px;
}


.expert-img {
    width: 220px;
    height: 282px;
}

.expert-introduce {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    height: 50px;
    background: rgba(0, 103, 237, .9);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    transition: .3s;
    cursor: pointer;
}

.expert-index-all {
    width: 220px;
    height: 338px;
    margin-top: 20px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 20px 1px rgba(138, 146, 172, 0.15);
    transition: .3s;
}

.adviser-name {
    margin-top: 14px;
    margin-bottom: 14px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.adviser-slide:hover .adviser-name {
    margin-top: 35px;
}

.adviser-introduce-content {
    margin: 12px 20px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.adviser-introduce-content-new {
    cursor: pointer;
    margin: 12px 20px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.contact-adviser {
    color: #29345C;
    font-size: 16px;
}

.make-appointment {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
}

.make-appointment img {
    width: 16px !important;
    height: 16px !important;
    margin-right: 10px;
}

.expert-index:hover .expert-index-all {
    /*margin-top: 0;*/
    transition: .3s;
    transform: translate(0, -21px);
}

.expert-index:hover .expert-introduce {
    height: 282px;
    transition: .3s;
}

.expert-index:hover .adviser-name {
    margin-top: 35px;
    transition: .3s;
}


.expert-index:hover .contact-adviser {
    color: #0067ED;
}

/*---- S  案例 2023-4-24 ----*/

.common-new-bg {
    width: 100%;
    /*padding-bottom: 50px;*/
    box-sizing: border-box;
    /*height: 1447px;*/
    /*background: url("https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/submit_success.png") no-repeat center 0/100% 475px;*/
    /*background: url(../image/common/common-new-bg2.jpg) no-repeat center 0/100% 100%;*/
}

.add-cases-box {
    /*height: 515px;*/
}

.add-case-swiper {
    margin-top: 41px;
    display: flex;
    justify-content: space-between;
    height: 328px;
}

/*.add-case-swiper .swiper-slide {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/

.cases-swiper-item {
    width: 527px;
    height: 268px;
    padding: 29px;
    background: #F9FBFD;
    border-radius: 5px 5px 5px 5px;
    display: flex;
}

.case-item-img {
    background: #8A92AC;
    border-radius: 15px;
    border: 10px solid #8A92AC;
}

.case-item-img img {
    width: 200px;
    height: 248px;
    border-radius: 5px;
}

.case-item-content {
    margin-left: 20px;
}

.case-content-top {
    display: flex;
}

.top-black {
    font-size: 20px;
    font-weight: bold;
    color: #29345C;
    line-height: 30px;
}

.top-blue {
    margin: 9px 0 0 10px;
    font-size: 14px;
    color: #2869EB;
}

.case-item-supplement {
    padding: 6px;
    margin-top: 14px;
    width: 275px;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    display: flex;
    flex-wrap: wrap;
}

.supplement-nav {
    width: 50%;
}

.supplement-nav .iconfont {
    font-size: 14px;
    color: #2869EB;
    margin-right: 5px;
}

.supplement-nav span {
    font-size: 14px;
    color: #565872;
}

.supplement-nav:last-child {
    margin-top: 4px;
    width: 100%;
}

.supplement-nav .study {
    color: #29345C;
}

.case-item-text {
    margin-top: 16px;
    font-size: 14px;
    color: #565872;
    line-height: 22px;
}

.jisuan {
    background: unset !important;
}

.jisuan #aa {
    overflow: unset !important;
}

.mainbox {
    background: #ffffff;
    width: 150px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #FF6666 !important;
    border-radius: 9px;
    text-align: center;
    position: absolute;
    left: 173px;
    top: -2px;
    line-height: 20px;
}

.jian1 {
    /*content: "";*/
    /*display: block;*/
    border-width: 7px 14px;
    position: absolute;
    left: 147px;
    top: 30px;
    transform: translateY(-50%);
    border-style: solid dashed dashed;
    border-color: transparent #FFFFFF transparent transparent;
    font-size: 0;
    line-height: 0;
    z-index: 3;
}

.jian2 {
    /*content: "";*/
    /*display: block;*/
    border-width: 7px 14px;
    position: absolute;
    left: 145px;
    top: 30px;
    transform: translateY(-50%);
    border-style: solid dashed dashed;
    border-color: transparent #FF6666 transparent transparent;
    font-size: 0;
    line-height: 0;
    z-index: 2;
}


.fuChuang-img {
    position: relative;
    width: 188px;
    height: 167px;
    background: url('https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/mascot-show.svg') no-repeat center;
    display: none;
    /*padding: 0 0 17px 17px;*/
    margin: 0 0 17px 17px;
}

.fuChuang-img2 {
    position: fixed;
    bottom: 17px;
    left: 0;
    width: 78px;
    height: 152px;
    background: url('https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/mascot-hide.svg') no-repeat center;
    z-index: 9999;
    /*display: none;*/
    /*padding: 0 0 17px 17px;*/
    /*margin: 0 0 17px 0;*/
}

.layui-layer {
    box-shadow: none !important;
}

.main-box-black {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

.main-box-yellow {
    font-size: 14px;
    font-weight: 400;
    color: #FFC409;
    line-height: 20px;
}

.main-box-red {
    font-size: 14px;
    font-weight: 400;
    color: #FF6666;
    line-height: 20px;
}

.main-box-blue {
    font-size: 14px;
    font-weight: 400;
    color: #2982FF;
    line-height: 20px;
}

.fu-close {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    position: absolute;
    left: 323px;
    top: -26px;
    cursor: pointer;
}

.fu-close img {
    width: 100%;
}

.fu-close-hode {
    left: 68px;
    top: 11px;
}

.show1 {
    border: 1px solid #2982FF !important;
}

.show2 {
    border: 1px solid #FFC409 !important;
}

.btn-show1 {
    border-color: transparent #2982FF transparent transparent;
}

.btn-show2 {
    border-color: transparent #FFC409 transparent transparent;
}


body .toKefu {
    border-radius: 5px !important;
    overflow: hidden;
    box-shadow: 0px 0px 20px 1px rgba(41, 52, 92, 0.3) !important;
}

body .toKefu .layui-layer-title {
    padding: 30px 30px 0 !important;
    box-sizing: border-box;
    text-align: center !important;
    border: none;
    background: #FFFFFF;
    height: 58px;
    font-size: 20px;
    font-weight: bold;
    color: #29345C;
    line-height: 30px;
}

body .toKefu .layui-layer-content {
    padding-bottom: 30px;
    height: auto !important;
    max-height: 70vh;
    overflow: auto;
}

body .toKefu .layui-layer-btn {
    padding: 0 50px 40px !important;
    box-sizing: border-box;
}

body .toKefu .layui-layer-btn0 {
    margin: 0 !important;
    width: 100%;
    height: 57px;
    background: #0085F9;
    box-shadow: 0px 3px 20px 1px rgba(0, 133, 249, 0.36);
    border-radius: 5px;
    line-height: 57px;
    border: none;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

.toKefu-open {
    display: none;
    padding: 20px 50px 0;
    font-size: 16px;
    font-weight: 400;
    color: #29345C;
    line-height: 27px;
}

.toKefu-open .toKefu-text2 {
    text-align: center;
}

.toKefu-open .toKefu-url {
    color: #006FFF;
    width: 100%;
    word-wrap: break-word;
}


/*---- S  新增资深顾问2022-6-28 ----*/
@media screen and (max-width: 1300px) {
    /*.w {*/
    /*    width: 1140px;*/
    /*}*/

    .country-item {
        margin-right: 4px !important;
    }

    .news-father {
        width: 316px !important;
    }

    .hot-index .right-index-title {
        display: inline-block;
        width: 100%;
        font-size: 20px;
        font-weight: bold;
        color: #29345C;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .right-index-right {
        margin-left: 18px !important;
    }

    /*.nav-title {*/
    /*    font-size: 16px !important;*/
    /*}*/

    .nav-index {
        font-size: 13px !important;
    }

    .country-index {
        margin-right: 4px;
    }

    .hot-index {
        width: 500px;
    }

    .hot-index-right {
        width: 258px;
    }

    .case-index-info {
        padding: 25px 20px;
    }

    .case-info-right {
        margin-left: 14px;
    }

    .expert-index-all {
        width: 200px;
    }


    .right-index-right p {
        width: 186px;
    }

    .visa-title-cn {
        font-size: 27px;
    }

    .china-visa-title {
        font-size: 15px;
    }

    .advantage-item-info {
        width: 270px;
    }

    .orange-white span {
        font-size: 12px;
    }

    .orange-white {
        font-size: 12px;
    }

    .service-info {
        font-size: 15px;
    }

    .adviser-introduce {
        /*width: 222px;*/
        width: 241px;
    }

    .adviser-introduce-content {
        font-size: 15px;
    }

    .ym-process-bg {
        position: absolute;
        width: 1140px;
        height: 173px;
    }
}
/* 无线滚动*/
.scroll-container {
    width: 100%;
    /*min-height: 458px;*/
    overflow: hidden;
    position: relative;
    /*margin-top: 41px;*/
}
.scroll-content {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    white-space: nowrap;
}

.scroll-content-left {
    display: flex;
    width: max-content;
    animation: scroll-left 60s linear infinite;
}
.scroll-content-right {
    display: flex;
    width: max-content;
    animation: scroll-right 60s linear infinite;
}

.scroll-container .scroll-item{
    margin-right: 24px;
}
@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}


@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.swiper-wrapper {
    transition-timing-function: linear!important; /* 线性动画，速度恒定 */
}
#translate{
    display: none;
}
/*视频轮播部分*/
.shipin #cc {
    position: relative;
    overflow: hidden!important;
}

.video-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 18px;
    color: black;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    z-index: 9998;
}

.doings{
    width: 100%;height: 100%;
}


.fixed-btn-box {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 637px;
    display: flex;
    justify-content: space-between;
    width: 110px;
    height: 45px;
}

.video-jump .swiper-button-prev {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: unset;
    opacity: 1;
    color: #FFFFFF;
    transition: .5s;
}

.video-jump .swiper-button-next {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: unset;
    color: #FFFFFF;
    transition: .3s;
    opacity: 1;
}

.video-jump .swiper-button-next:hover {
    background: #FFFFFF;
    color: #0085F9;
    box-shadow: 0 0 10px rgba(0, 103, 237, 0.1);
    border-radius: 0 5px 5px 0;
    transition: .3s;
}

.video-jump .swiper-button-prev:hover {
    background: #FFFFFF;
    color: #0085F9;
    box-shadow: 0 0 10px rgba(0, 103, 237, 0.1);
    border-radius: 5px 0 0 5px;

    transition: .5s;
}

.video-overlay-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    object-fit: cover;
    z-index: 10;
}
.video-item .play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    width: 48px!important;
    height: 48px!important;
    z-index: 99999;
}
.user-name  .user-left{
    margin-right: 17px!important;
    font-size: 16px!important;
}

.user-name2  .user-left{
    font-size: 16px!important;
}

.user-name2 .user-line {
    margin-top: 15px;
}