.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 6%);
    background: #fff;
}
.disabled-div {
    min-width: 70px;
    height: 40px;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
  
    &.greyTime {
      text-align: center;
      line-height: 40px;
      background: #fff;
      color: #999;
      border: 1px solid #d0d3dd;
      font-size: 12px;
      cursor: not-allowed;
      white-space: nowrap;
    }
  }

.w-right-login,
.w-right-consult {
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background-color: #787e86;
    cursor: pointer;
}

.w-right-login:hover,
.w-right-consult:hover {
    background-color: #2b71da;
}

.w-right-login {
    margin-right: 12px;
}

.w-right-login-img {
    width: 20px;
    height: 22px;
    margin: 10px 0px 0px 11px;
}

.w-right-consult-img {
    width: 22px;
    height: 22px;
    margin: 10px 0px 0px 10px;
}

.navbar-light .w-nav-item a {
    line-height: 14px;
    padding: 10px 1rem;
    color: #646e91;
    font-weight: 700;
}

.navbar-light .w-nav-item.active .w-nav-link {
    color: #4063d8;
}
.navbar-nav.mr-auto{
    margin-left: auto;
}
.mr-auto{
    margin-right: 0px !important;
}
.udesk_im{
    margin-left: 1.25rem;
    width: 7.5rem;
    font-size: 14px;
    font-weight: 700;
    background: #4063d8;
}
.visible-lg .btn.btn-outline-primary {
    border-color: #4063d8;
    color: #4063d8;
}
.visible-lg .btn {
    width: 7.5rem;
    font-size: 14px;
    font-weight: 700;
}
.nav-item.w-nav-item{
    margin-right: 1.25rem;
}
/* .navbar-light .w-nav-item.active .w-nav-link::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #2b71da;
    border-radius: 3px;
    margin: 10px auto 0px;
} */

/* header */
.w-header-box {
    width: 100%;
    height: 670px;
    background-image: url("../imges/top_background.png");
    background-repeat: no-repeat;
    margin-top: 100px;
}

.w-header-logo {
    height: 34px;
}

.w-header-container {
    height: 100%;
    background-image: url("../imges/刻度.png");
    background-repeat: no-repeat;
    background-position-y: 546px;
    position: relative;
}

.w-color {
    color: #2b71da;
}

.w-header-top-title {
    font-size: 48px;
    color: #333;
    font-weight: bold;
    line-height: 48px;
    padding-top: 70px;
}

.w-header-pulic-title {
    text-align: left !important;
    padding-top: 20px;
}

.w-header-trait {
    font-size: 18px;
    color: #333;
    padding-top: 30px;
}

.w-header-main {
    padding-top: 60px;
}

.w-header-main-list {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    padding-top: 20px;
}

.w-header-main-list::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    border: 1px solid #fff;
    margin-right: 10px;
}

.w-header-main-p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    width: 534px;
    padding-top: 30px;
    border-top: 1px solid #5a91e5;
    margin-top: 30px;
}

.w-header-rocket {
    position: absolute;
    right: 0;
    top: 0;
}

.w-header-bottom {
    position: absolute;
    bottom: 43px;
}

.w-header-bottom .w-header-percent {
    font-size: 56px;
    color: #fff;
    line-height: 60px;
    letter-spacing: -3px;
}

.percent {
    font-size: 60px;
    color: #fff;
    line-height: 60px;
}

.w-header-bottom .row img {
    vertical-align: bottom;
}

.w-header-synopsis {
    font-size: 14px;
    color: #fff;
}

.w-header-bottom-item {
    width: 270px;
    height: 81px;
    padding-left: 15px;
}

.w-header-bottom-item:nth-child(3) {
    width: 225px;
}

.w-header-bottom-item:nth-child(5) {
    width: 195px;
}

.w-header-icon-box {
    width: 21px;
    height: 21px;
    padding-left: 9px;
    margin-top: 32px;
}

.w-header-icon-box img {
    width: 100%;
    height: 100%;
}

.w-header-huojian {
    position: absolute;
    left: 225px;
    top: 0px;
    z-index: 9;
    animation: runhuojian 2s linear infinite;
}

@keyframes runhuojian {
    0% {
        top: 0px;
    }

    50% {
        top: 10px;
    }

    100% {
        top: 0px;
    }
}

.w-header-huojian-top {
    position: absolute;
    left: 190px;
    top: 80px;
    z-index: 10;
    animation: runhuojianTop 2s linear infinite;
    animation-delay: -1s;
}

@keyframes runhuojianTop {
    0% {
        transform: scale(1.2, 1.2);
    }

    50% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1.2, 1.2);
    }
}

.w-header-huojian-center {
    position: absolute;
    left: 158px;
    top: 115px;
    z-index: 10;
    animation: runhuojianCenter 3s linear infinite;
}

@keyframes runhuojianCenter {
    0% {
        transform: scale(1.2, 1.2);
    }

    50% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1.2, 1.2);
    }
}

.w-header-huojian-bottom {
    position: absolute;
    left: 194px;
    top: 205px;
    z-index: 10;
    animation: runhuojianBottom 2s linear infinite;
}

@keyframes runhuojianBottom {
    0% {
        transform: scale(1.2, 1.2);
    }

    50% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1.2, 1.2);
    }
}

.w-header-huojian-huoyan {
    position: absolute;
    left: 275px;
    top: 335px;
    animation: runhuojianhuoyan 2s linear infinite;
}

@keyframes runhuojianhuoyan {
    0% {
        transform: scale(1.2, 1.2);
    }

    50% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1.2, 1.2);
    }
}

.w-header-huojian1 {
    position: absolute;
    left: 0px;
    top: 342px;
    animation: runhuojian1 3s linear infinite;
}

@keyframes runhuojian1 {
    0% {
        top: 342px;
    }

    50% {
        top: 352px;
    }

    100% {
        top: 342px;
    }
}

.w-header-huojian2 {
    position: absolute;
    left: 97px;
    top: 282px;
    animation: runhuojian2 4s linear infinite;
}

@keyframes runhuojian2 {
    0% {
        top: 282px;
    }

    50% {
        top: 292px;
    }

    100% {
        top: 282px;
    }
}

.w-header-huojian3 {
    position: absolute;
    left: 137px;
    top: 398px;
    animation: runhuojian3 3s linear infinite;
}

@keyframes runhuojian3 {
    0% {
        top: 398px;
    }

    50% {
        top: 408px;
    }

    100% {
        top: 398px;
    }
}

.w-header-huojian4 {
    position: absolute;
    left: 405px;
    top: 325px;
    animation: runhuojian4 4s linear infinite;
}

@keyframes runhuojian4 {
    0% {
        top: 345px;
    }

    50% {
        top: 335px;
    }

    100% {
        top: 345px;
    }
}

.w-header-huojian5 {
    position: absolute;
    left: 496px;
    top: 196px;
    animation: runhuojian5 3s linear infinite;
}

@keyframes runhuojian5 {
    0% {
        top: 196px;
    }

    50% {
        top: 206px;
    }

    100% {
        top: 196px;
    }
}

.w-header-huojian img,
.w-header-huojian-top img,
.w-header-huojian-center img,
.w-header-huojian-bottom img,
.w-header-huojian-huoyan img,
.w-header-huojian1 img,
.w-header-huojian2 img,
.w-header-huojian3 img,
.w-header-huojian4 img,
.w-header-huojian5 img {
    width: 100%;
    height: 100%;
}

/* header */
/* 资管科技蓝图 */
.w-blueprint-box {
    background: #fff;
    padding: 80px 0px 60px;
}

.w-blueprint-container {
    position: relative;
    max-width: 1130px;
}

.w-blueprint-carousel {
    max-width: 900px;
    padding-top: 40px;
}

.w-blueprint-swiper-slide {
    display: flex;
    justify-content: center;
}

.w-blueprint-swiper-list {
    align-items: center;
}

.w-blueprint-swiper-left {
    height: 85px;
    text-align: center;
}

.w-blueprint-swiper-left img {
    width: auto;
    height: 100%;
}

.w-blueprint-swiper-title {
    font-size: 24px;
    color: #333;
    line-height: 24px;
    padding-left: 20px;
}

.w-blueprint-swiper-right {
    flex: 1;
    padding-left: 30px;
}

.w-blueprint-swiper-main {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    min-height: 60px;
}

.w-blueprint-swiper-liaojie {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding-top: 20px;
}

.w-blueprint-swiper-liaojie::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("../imges/jia.png");
    vertical-align: middle;
    margin-left: 8px;
}

.w-blueprint-container .swiper-button-next {
    width: 34px;
    height: 60px;
    background-image: url("../imges/right.png");
    background-size: 100%;
}

.w-blueprint-container .swiper-button-prev {
    width: 34px;
    height: 60px;
    background-image: url("../imges/left.png");
    background-size: 100%;
}

.w-blueprint-container .swiper-button-next,
.w-blueprint-container .swiper-button-prev {
    top: 68%;
}

.w-blueprint-main {
    width: 100%;
    height: 707px;
    margin-top: 10px;
    background-image: url("../imges/blueprint-bg.png");
    background-position-y: 75px;
    background-position-x: -49px;
}

.w-blueprint-visual {
    width: 100%;
    height: 53px;
}

.w-blueprint-zjj {
    width: 181px;
    height: 130px;
}

.w-blueprint-zsj {
    width: 181px;
    height: 142px;
    padding-top: 8px;
}

.w-blueprint-jg {
    width: 181px;
    height: 182px;
    padding-top: 33px;
}

.w-blueprint-zg {
    width: 568px;
    height: 297px;
    padding-left: 43px;
}

.w-blueprint-img-box {
    cursor: pointer;
}

.w-blueprint-img-samllbox {
    position: relative;
}

.w-blueprint-img-samllbox.on {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}

.w-blueprint-img-box .w-blueprint-img-samllbox::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .25s;
}

.w-blueprint-img-box .w-blueprint-img-samllbox:hover::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.w-blueprint-fx {
    width: 567px;
    height: 157px;
    padding: 9px 0px 0px 43px;
}

.w-blueprint-tg {
    width: 163px;
    height: 90px;
    padding-left: 40px;
}

.w-blueprint-zrz {
    width: 156px;
    height: 90px;
    padding-left: 10px;
}

.w-blueprint-yjty {
    width: 481px;
    height: 217px;
    padding-left: 40px;
    padding-top: 10px;
}

.w-blueprint-sysh {
    width: 481px;
    height: 110px;
    padding-left: 40px;
    padding-top: 10px;
}

.w-blueprint-api {
    width: 53px;
    height: 63px;
    padding-top: 10px;
}

.w-blueprint-jzsjc,
.w-blueprint-zskgl,
.w-blueprint-paas {
    width: 1160px;
    height: 63px;
    padding-top: 10px;
}

.w-w-blueprint-pl13 {
    padding-left: 13px;
}

.w-blueprint-visual img,
.w-blueprint-zjj img,
.w-blueprint-zsj img,
.w-blueprint-jg img,
.w-blueprint-zg img,
.w-blueprint-fx img,
.w-blueprint-tg img,
.w-blueprint-zrz img,
.w-blueprint-yjty img,
.w-blueprint-sysh img,
.w-blueprint-api img,
.w-blueprint-jzsjc img,
.w-blueprint-zskgl img,
.w-blueprint-paas img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.w-blueprint-main-center {
    padding-top: 12px;
}


/* 资管科技蓝图 */

/* 核心功能 */
.w-kernel-box {
    background-color: #f8f9fb;
    padding-top: 80px;
}

.w-kernel-main {
    padding-top: 40px;
    justify-content: space-between;
}

.w-kernel-main-item {
    width: 605px;
    height: 230px;
    background-color: #fff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    padding: 33px 37px;
    margin-top: 20px;
    transition: all 0.25s;
}

.w-kernel-main-item:hover {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}

.w-kernel-main-item-left {
    width: 158px;
    height: 158px;
    text-align: center;
    line-height: 158px;
}

.w-kernel-main-item-left img {
    max-height: 100%;
    max-width: 100%;
}

.w-kernel-main-item-right {
    flex: 1;
    padding-left: 38px;
}

.w-kernel-main-item-righttop {
    border-left: 3px solid #2b71da;
    padding-left: 20px;
}

.w-kernel-main-item-title {
    font-size: 24px;
    color: #333;
    line-height: 24px;
}

.w-kernel-main-item-english {
    font-size: 16px;
    color: #999;
    line-height: 16px;
    padding-top: 15px;
    text-transform: uppercase;
}

.w-kernel-main-item-rightbottom {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding-top: 25px;
}

/* 核心功能 */

/* 服务体系 */
.w-serve-box {
    background-color: #f8f9fb;
    padding: 80px 0px 60px;
}

.w-serve-main {
    padding-top: 25px;
    justify-content: space-around;
}

.w-serve-item {
    width: 400px;
    height: 160px;
    background-color: #fff;
    position: relative;
    padding: 36px 40px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    margin-top: 15px;
    position: relative;
    transition: all 0.25s;
}

.w-serve-item:hover {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}

.w-serve-item:not(:nth-child(3n+1)) {
    margin-left: 15px;
}

.w-serve-item-bar {
    width: 2px;
    height: 160px;
    background-color: #2b71da;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all 0.25s;
    display: none;
}

.w-serve-left:hover .w-serve-item-bar {
    left: 400px;
}

.w-serve-item-none .w-serve-item-bar,
.w-serve-item-right .w-serve-item-bar {
    width: 2px;
    height: 160px;
    background-color: #2b71da;
    position: absolute;
    top: 0;
    left: 400px;
}

.w-serve-item-none:hover .w-serve-item-bar,
.w-serve-item-right:hover .w-serve-item-bar {
    left: 0;
}

.w-serve-item-last .w-serve-item-bar,
.w-serve-item-bottom .w-serve-item-bar {
    width: 400px;
    height: 2px;
    background-color: #2b71da;
    position: absolute;
    top: 0;
    left: 0;
}

.w-serve-item-last:hover .w-serve-item-bar,
.w-serve-item-bottom:hover .w-serve-item-bar {
    top: 160px;
}

.w-serve-item-num {
    position: absolute;
    right: 36px;
    top: 70px;
    font-size: 60px;
    line-height: 60px;
    color: #ebebeb;
}

.w-serve-item-title {
    font-size: 24px;
    color: #333;
    line-height: 24px;
}

.w-serve-item-p {
    width: 230px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding-top: 17px;
}

.w-serve-item::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: -10px;
    top: 70px;
}



.w-serve-item-bottom::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    right: 190px;
    top: 158px;
}

.w-serve-item-right::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    border-left: none;
    position: absolute;
    right: 398px;
    top: 70px;
}

.w-serve-item-none::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

/* 服务体系 */

/* 专业团队 */
.w-professional-box {
    padding: 80px 0px 60px;
}

.w-professional-main {
    justify-content: space-between;
    padding-top: 20px;
}

.w-professional-item {
    width: 605px;
    flex: 0 0 605px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    padding: 37px 40px;
    margin-top: 20px;
    transition: all 0.25s;
}

.w-professional-item:hover {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}

.w-professional-item-top {
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
    justify-content: space-between;
}

.w-professional-item-topleft {
    width: 80px;
    height: 80px;
    border-radius: 40px;
}

.w-professional-item-topleft img {
    width: 100%;
    height: 100%;
}

.w-professional-name {
    font-size: 24px;
    color: #333;
    line-height: 30px;
}

.w-professional-name::after {
    content: "";
    display: block;
    width: 204px;
    height: 1px;
    background: #e5e5e5;
    margin: 14px 0px 0px 27px;
}

.w-professional-demonstration {
    line-height: 28px;
    padding: 0px 18px 0px 38px;
    border: 1px solid #666;
    display: flex;
    align-items: center;
    position: relative;
    background-image: url("../imges/time.png");
    background-repeat: no-repeat;
    background-position: 18px center;
    cursor: pointer;
}

.w-professional-demonstration.on {
    background-image: url("../imges/timeov.png");
}

.w-professional-demonstration.on p {
    color: #2b71da;
}

.w-professional-vx {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 9;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.w-professional-vx .w-professional-vx-img {
    width: 220px;
    height: 220px;
    margin-right: 0;
}


.w-professional-demonstration.on::before,
.w-professional-demonstration.on::after {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}

.w-professional-shu {
    width: 45px;
    height: 59px;
    background-image: url("../imges/erweima-shu.png");
    margin-top: 20px;
}

.w-professional-guanbi {
    width: 37px;
    height: 37px;
    background-image: url("../imges/guanbi.png");
}

.w-professional-demonstration .w-professional-vx p {
    width: 100%;
    font-size: 20px;
    color: #fff;
    text-align: center;
}


.w-professional-demonstration::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #2b71da;
    border-bottom: 2px solid #2b71da;
    position: absolute;
    bottom: -1px;
    left: -1px;
}

.w-professional-demonstration::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #2b71da;
    border-right: 2px solid #2b71da;
    position: absolute;
    top: -1px;
    right: -1px;
}

.w-professional-demonstration img {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}

.w-professional-demonstration p {
    font-size: 14px;
    color: #333;
}


.w-professional-job {
    display: inline-block;
    line-height: 24px;
    padding: 0px 10px;
    font-size: 14px;
    color: #3e7bdc;
    background-color: #e4effa;
    border-radius: 12px;
    margin-top: 10px;
}

.w-professional-education {
    font-size: 14px;
    color: #fe6748;
    line-height: 14px;
    padding-top: 10px;
}

.w-professional-item-bottom {
    max-height: 180px;
    overflow: hidden;
}

.w-professional-item-bottom-p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding: 16px 0px 0px 16px;
    position: relative;
}

.w-professional-item-bottom-p::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #6e6e6e;
    border-radius: 4px;
    position: absolute;
    top: 24px;
    left: 0;
}

/* 专业团队 */

/* 申请试用 */
.w-register-box {
    padding-bottom: 60px;
}

.w-register-container {
    border-top: 3px solid #2b71da;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
}

.w-register-left {
    height: 366px;
    flex: 0 0 550px;
    background-image: url("../imges/申请.png");
    border-right: 1px solid #e5e5e5;
}

.w-register-right {
    flex: 1;
    padding: 36px 0px 0px 40px;
    background-color: #f8f9fb;
}

.w-register-left-img {
    width: 187px;
    height: 188px;
    margin: 48px auto 0px;
}

.w-register-left-img img {
    width: 100%;
    height: 100%;
}

.w-register-left p:nth-child(2) {
    font-size: 28px;
    line-height: 28px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.w-register-left p:nth-child(3) {
    font-size: 14px;
    line-height: 14px;
    color: #2b71da;
    text-align: center;
    margin-top: 15px;
}

.w-register-right-input {
    width: 600px;
    height: 40px;
    border: 1px solid #e5e5e5;
    padding-left: 20px;
    font-size: 14px;
    color: #666;
    outline: none;
}

.w-register-right-verify:focus,
.w-register-right-input:focus {
    outline: none;
    color: none;
    background-color: none;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.w-register-right-input:not(:first-child) {
    margin-top: 10px;
}

.w-register-input-group {
    width: 600px;
    margin-top: 10px;
}

.btn-outline-secondary {
    background-color: #2b71da;
    color: #fff;
    border: none;
    padding: 0 4px;
}


.btn-outline-secondary:focus,
.btn-outline-secondary:hover,
.btn-outline-secondary:active {
    color: #fff;
    background-color: #2b71da !important;
    border-color: #2b71da !important;
    box-shadow: none;
}




.w-register-right-verify {
    height: 40px;
    border: 1px solid #e5e5e5;
    padding-left: 20px;
    font-size: 14px;
    color: #666;
}

.w-btn-apply {
    width: 600px;
    line-height: 40px;
    color: #fff;
    background: #2b71da;
    margin-top: 10px;
}

/* 申请试用 */
/* 客户箴言 */
.w-proverbs-customer-box {
    height: 574px;
    background-color: #f8f9fb;
    padding: 80px 0px 60px;
}

.w-proverbs-customer-swiper-box {
    margin-top: 40px;
}

.w-proverbs-customer-main {
    height: 320px;
    background-color: #fff;
    padding: 40px;
}

.w-proverbs-customer-main::before {
    content: "";
    display: block;
    width: 36px;
    height: 30px;
    background-image: url("../imges/yinhao.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.w-proverbs-customer-main p:nth-child(1) {
    height: 160px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 25px;
}

.w-proverbs-customer-main p:nth-child(2) {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.w-proverbs-customer-main p:nth-child(2) span {
    color: #769ce4;
}

/* 客户箴言 */

/* 部分客户 */
.w-some-customers-box {
    height: auto;
    padding: 65px 0;
}

.w-public-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    color: #333;
    text-align: center;
}

.w-public-title span {
    color: #2b71da;
}

.w-some-customers-nav {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

.w-some-customers-small-title {
    font-size: 16px;
    color: #333;
}

.w-some-customers-small-title li {
    height: 16px;
    line-height: 16px;
    padding: 0px 14px;
    border-left: 2px solid #333;
    border-right: 2px solid #333;
}

.w-some-customers-small-title li:not(:first-child) {
    margin-left: 80px;
}

.w-some-customers-small-title li.on {
    color: #2b71da;
    border-left: 2px solid #2b71da;
    border-right: 2px solid #2b71da;
}

.w-some-customers-main-box {
    min-height: 420px;
    max-width: 1250px;
    position: relative;
    margin-top: 40px;
}

.w-some-customers-main {
    display: none;
}

.w-some-customers-main.on {
    display: flex;
    justify-content: space-between;
}

.w-some-customers-li {
    cursor: pointer;
}

.w-some-customers-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 10px;
}

.w-some-customers-item {
    width: 300px;
    height: 85px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    transition: box-shadow 0.25s;
}

.w-some-customers-item:hover {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}

.w-some-customers-item img {
    max-height: 90%;
    max-width: 90%;
}

.swiper-pagination {
    position: unset;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #fff;
    border: 2px solid #666666;
    margin: 0px 15px;
}

.swiper-pagination-bullet-active {
    background-color: #666666;
}

/* 部分客户 */

/* 底部 */
.page-footer {
    width: 100%;
    height: 270px;
    background: #292f49;
    color: #fff;
    position: relative;
}

.page-footer .footer-content {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.page-footer .footer-content .footer-content-left {
    margin-right: 80px;
    float: left;
}

.page-footer .footer-info-section .logo {
    margin-top: 40px;
    width: 164px;
}

.page-footer .footer-content .footer-content-right {
    overflow: hidden;
}

.page-footer .footer-info-section .link-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 14px;
    margin-top: 40px;
}

.page-footer .footer-info-section .link-group .link-col {
    line-height: 20px;
    margin-right: 0;
    letter-spacing: 1px;
}

.page-footer .footer-info-section .link-group .link-col {
    line-height: 20px;
    margin-right: 0;
    letter-spacing: 1px;
}

.page-footer .footer-info-section .link-group .link-col:last-child {
    margin-right: 0;
}

.page-footer .footer-info-section h3 {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
}

.page-footer .footer-info-section .link-group .link-item {
    font-size: 14px;
    line-height: 20px;
    color: #8990af;
    display: block;
    cursor: pointer;
    margin-bottom: 12px;
    text-decoration: none;
}

.page-footer .footer-content .friend-link {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 338px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-footer .footer-content .friend-link .link-item {
    color: #8990af;
    font-size: 14px;
    margin-right: 20px;
}

.page-footer .footer-info-section .link-group .link-item {
    font-size: 14px;
    line-height: 20px;
    color: #8990af;
    display: block;
    cursor: pointer;
    margin-bottom: 12px;
    text-decoration: none;
}

.page-footer .copy-right-section {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #333c62;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 14px;
    color: #555b72;
}

.page-footer .copy-right-section div:first-child {
    margin-bottom: 8px;
}

.page-footer .copy-right-section div:nth-child(2) {
    margin-bottom: 8px;
}

.page-footer .footer-content-pc {
    display: block;
}

.page-footer .copy-right-section div:first-child {
    margin-bottom: 8px;
}

.page-footer .copy-right-section .copy-right {
    margin-right: 18px;
}

.page-footer .copy-right-section a {
    color: #555b72;
}

.page-footer .footer-content-mobile {
    display: none;
}

.page-footer .copy-right-section a {
    color: #555b72;
}

/* 底部 */
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    text-align: center;
    margin-top: 30px;
}


.swiper-pagination-one,
.swiper-pagination-two,
.swiper-pagination-three {
    margin-top: 20px;
}

.w-video-box{
    padding: 80px 0px 60px;
    background: #f8f9fb;
}

.w-video-box .container video {
    width: 100%;
    height: auto;
    -webkit-filter: brightness(108.5%);
}

.w-video-box video:focus-visible{
    border: none;
}
.w-video-box .container{
    position: relative;
}
.w-video-img-play-box{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}
.w-video-img-play{
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    z-index: 999;
    /* display: none; */
}