body {
    background: #fff;
    font-family: PingFang SC;
    font-size: 14px
}

a {
    color: #fff;
    text-decoration: none
}

a,
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
label,
li,
p,
section,
ul {
    margin: 0;
    padding: 0
}

.trangle-bottom:after,
.trangle-top:after {
    display: inline-block;
    margin-left: 3px;
    content: "";
    width: 9px;
    height: 6px;
    background: url(/static/img/arrow-icon.svg) no-repeat
}

.trangle-top:after {
    transform: rotate(180deg)
}

.consult-container {
    position: fixed;
    right: 0;
    top: calc(50% - 40px);
    z-index: 1000
}

.consult-container img {
    width: 45px
}

@-webkit-keyframes animation-left-to-right {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes animation-left-to-right {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes animation-right-to-left {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes animation-right-to-left {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes animation-bottom-to-top {
    0% {
        opacity: 0;
        transform: translateY(50%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes animation-bottom-to-top {
    0% {
        opacity: 0;
        transform: translateY(50%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.header-container {
    position: sticky;
    width: 100%;
    top: 0;
    color: #fff;
    font-size: 15px;
    background: hsla(0, 0%, 100%, .15);
    z-index: 11
}

.header-container.deep {
    background: #fff;
    box-shadow: 0 0 3px 0 #98a9bc
}

.header-container.deep a {
    color: #6b6b6b
}

.header-container.deep .page-icon .page-icon-deep {
    display: block
}

.header-container.deep .page-icon .page-icon-white {
    display: none
}

.header-container.deep .page-nav .trangle-bottom:after {
    background: url(/static/img/arrow-icon-deep.svg) no-repeat
}

.header-container.deep .page-login .login-in-container .login-skip {
    color: #fff
}

.header-container.deep .page-login .login-in-container .register-skip {
    color: #98a9bc
}

.header-container.deep .page-login .login-out-container .email.trangle-bottom:after {
    background: url(/static/img/arrow-icon-deep.svg) no-repeat
}

.header-container .header-container-c {
    display: flex;
    align-items: center;
    width: 1200px;
    height: 68px;
    line-height: 68px;
    margin: 0 auto
}

.header-container .page-icon a {
    display: flex
}

.header-container .page-icon a img {
    height: 50px
}

.header-container .page-icon a .page-icon-deep {
    display: none
}

.header-container .page-nav {
    flex: 1;
    margin: 0;
    list-style: none
}

.header-container .page-nav .nav-item {
    position: relative;
    float: left;
    margin-left: 60px
}

.header-container .page-nav .nav-item a {
    cursor: pointer;
    font-family: PingFangSC-Regular;
    text-decoration: none
}

.header-container .page-nav .nav-item a:hover {
    color: #02b4be
}

.header-container .page-nav .nav-item a.index {
    font-family: PingFangSC-Semibold;
    font-weight: 600
}

.header-container .page-nav .nav-item .menu {
    overflow: hidden;
    position: absolute;
    top: 64px;
    left: -34px;
    width: 250px;
    height: 0;
    background: hsla(0, 0%, 100%, .9);
    border-radius: 4px;
    box-shadow: 5px 10px 30px 0 rgba(9, 98, 188, .13);
    opacity: 0;
    transition: all .3s ease
}

.header-container .page-nav .nav-item .menu ul {
    display: flex;
    height: 100%;
    list-style: none
}

.header-container .page-nav .nav-item .menu ul .menu-item {
    flex: 1;
    margin-left: 25px
}

.header-container .page-nav .nav-item .menu ul .menu-item .sub-title {
    position: relative;
    margin-top: 20px;
    color: #02b4be;
    font: 600 18px PingFangSC-Semibold
}

.header-container .page-nav .nav-item .menu ul .menu-item .sub-title:before {
    position: absolute;
    display: block;
    left: -10px;
    top: 50%;
    margin-top: -8px;
    content: "";
    width: 4px;
    height: 16px;
    background: linear-gradient(109deg, #39bdb5, rgba(0, 181, 182, .99) 44%, rgba(0, 179, 191, .99) 52%, #89c1f4);
    border-radius: 2px
}

.header-container .page-nav .nav-item .menu ul .menu-item .sub-item {
    transition: all .2s ease;
    margin-top: 20px
}

.header-container .page-nav .nav-item .menu ul .menu-item .sub-item .name {
    color: #262b2e;
    line-height: 25px;
    font-size: 17px;
    font-weight: 600
}

.header-container .page-nav .nav-item .menu ul .menu-item .sub-item .des {
    white-space: nowrap;
    color: #6b6b6b;
    font: 400 14px PingFangSC-Regular
}

.header-container .page-nav .nav-item .menu ul .menu-item .sub-item .scheme-item {
    display: flex;
    align-items: center;
    color: #262b2e;
    font-size: 16px;
    line-height: normal
}

.header-container .page-nav .nav-item .menu ul .menu-item .sub-item .scheme-item img {
    width: 28px;
    height: 28px;
    margin-right: 10px
}

.header-container .page-nav .nav-item .menu ul .menu-item .sub-item:hover {
    transform: translateY(-1px)
}

.header-container .page-nav .nav-item .menu ul .menu-item .sub-item:hover .des,
.header-container .page-nav .nav-item .menu ul .menu-item .sub-item:hover .name,
.header-container .page-nav .nav-item .menu ul .menu-item .sub-item:hover .scheme-item {
    color: #02b4be
}

.header-container .page-nav .nav-item .menu.scheme-menu {
    width: 478px
}

.header-container .page-nav .nav-item .menu.scheme-menu ul .menu-item {
    margin-top: 0
}

.header-container .page-nav .nav-item .menu.scheme-menu ul .menu-item .sub-item {
    margin-top: 28px
}

.header-container .page-nav .nav-item.nav-solution .menu-item {
    margin-top: 20px
}

.header-container .page-nav .nav-item:hover:before {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -28px;
    content: "";
    width: 55px;
    height: 2px;
    background: #fff
}

.header-container .page-nav .nav-item:hover .trangle-bottom:after {
    transform: rotate(180deg);
    margin-top: -4px
}

.header-container .page-nav .nav-item:hover .menu {
    height: 203px;
    opacity: 1
}

.header-container .page-nav .nav-item:hover .menu.scheme-menu {
    height: 184px
}

.header-container .page-nav .trangle-bottom {
    position: relative
}

.header-container .page-nav .trangle-bottom:after {
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -2px
}

.header-container .page-login .header-button {
    display: inline-block;
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: linear-gradient(135deg, #f7781c, #fab061);
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer
}

.header-container .page-login .header-button:active {
    transform: scale(1.1);
    box-shadow: 5px 10px 30px 0 rgba(41, 26, 204, .12);
    border-radius: 4px 4px 4px 4px;
    z-index: 1
}

.header-container .page-login .login-in-container {
    display: none
}

.header-container .page-login .login-in-container .login-skip {
    display: inline-block;
    width: 90px;
    height: 40px;
    line-height: 40px;
    margin-right: 24px;
    text-align: center;
    background: linear-gradient(135deg, #f7781c, #fab061);
    border-radius: 3px
}

.header-container .page-login .login-in-container a {
    text-decoration: none;
    font-weight: 500
}

.header-container .page-login .login-out-container {
    display: none;
    position: relative
}

.header-container .page-login .login-out-container .email {
    cursor: pointer
}

.header-container .page-login .login-out-container .menu {
    position: absolute;
    top: 64px;
    left: 0;
    width: 200px;
    height: 0;
    overflow: hidden;
    background: hsla(0, 0%, 100%, .9);
    border-radius: 4px;
    box-shadow: 5px 10px 30px 0 rgba(9, 98, 188, .13);
    opacity: 0;
    transition: all .3s ease
}

.header-container .page-login .login-out-container .menu .item {
    line-height: 30px;
    margin: 12px 25px;
    cursor: pointer
}

.header-container .page-login .login-out-container .menu .item a {
    display: flex;
    color: #4a4a4a
}

.header-container .page-login .login-out-container .menu .item:hover {
    transform: translateY(-1px)
}

.header-container .page-login .login-out-container .menu .item:hover a {
    color: #02b4be
}

.header-container .page-login .login-out-container:hover .menu {
    height: 100px;
    opacity: 1
}

.header-container .page-login .login-out-container:hover .menu:before {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -28px;
    content: "";
    width: 55px;
    height: 2px;
    background: #fff
}

.header-container .page-login .login-out-container:hover .email.trangle-bottom:after {
    transform: rotate(180deg) translateY(2px)
}

.footer-content {
    height: 560px;
    padding-top: 55px
}

.footer-content .footer-about {
    display: flex;
    position: relative;
    height: 360px;
    width: 1100px;
    margin: 0 auto;
    border-top: 1px solid hsla(0, 0%, 100%, .5);
    padding-top: 60px
}

.footer-content .footer-about .product {
    flex: 1;
    display: flex
}

.footer-content .footer-about .product ul {
    flex: 1
}

.footer-content .footer-about .product ul.scheme {
    flex: 1.5
}

.footer-content .footer-about .product ul li {
    line-height: 35px;
    list-style: none
}

.footer-content .footer-about .product ul li .margin {
    margin-left: 50px
}

.footer-content .footer-about .product ul li a {
    font-weight: 300
}

.footer-content .footer-about .product ul li a:hover {
    text-decoration: underline
}

.footer-content .footer-about .product ul li a.product-tit {
    text-decoration: none;
    font-weight: 400
}

.footer-content .footer-about .qr-code {
    display: flex;
    width: 340px
}

.footer-content .footer-about .qr-code div {
    width: 149px;
    margin: 0 7px;
    text-align: center
}

.footer-content .footer-about .qr-code .qr-code-1 {
    margin-right: 34px
}

.footer-content .footer-about .qr-code img {
    width: 134px;
    height: 134px
}

.footer-content .footer-about .qr-code .follow {
    display: block;
    width: 149px;
    height: 49px;
    line-height: 49px;
    margin-top: 42px;
    background: linear-gradient(137deg, #f7781c, #fab061);
    border-radius: 100px
}

.footer-content .footer-about .qr-code .follow span {
    font-size: 20px;
    font-weight: 500
}

.footer-content .footer-about .address {
    position: absolute;
    font-weight: 400;
    bottom: 30px;
    color: #fff
}

.footer-content .footer-about .address .logo {
    position: relative;
    bottom: 0;
    width: 150px;
}

.footer-content .footer-info {
    width: 1100px;
    margin: 0 auto;
    padding: 26px 0;
    line-height: 21px;
    border-top: 1px solid hsla(0, 0%, 100%, .5);
    color: #fff;
    text-align: center;
    font-weight: 400
}

.footer-content .footer-info a:hover {
    text-decoration: underline
}

.footer-content .footer-info1 {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 16px;
    line-height: 21px;
    color: #fff;
    font-weight: 400
}

.footer-content .footer-info1 a {
    margin-right: 10px
}

.footer-content .footer-info1 a:hover {
    text-decoration: underline
}

#modal,
#modalsuccess {
    display: none
}

#modalsuccess .modal {
    display: flex;
    flex-direction: column;
    align-items: center
}

#modalsuccess .success {
    margin-top: 20px
}

#modalsuccess .successTitle {
    margin-top: 20px;
    text-align: center;
    line-height: 1.5715;
    font-size: 15px;
    font-weight: 500
}

#modalsuccess .successInfo {
    margin-top: 20px;
    text-align: center;
    line-height: 1.5715;
    font-size: 12px;
    color: #4e5969
}

#modalsuccess .close {
    width: 100px;
    margin: 14px auto 0;
    height: 16px;
    text-align: center;
    background: linear-gradient(90deg, rgba(0, 187, 168, .91), rgba(101, 191, 224, .98) 43%, #89c1f4);
    cursor: pointer;
    border-radius: 4px;
    line-height: 16px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    opacity: 1;
    text-shadow: none
}

#modalsuccess .close:active {
    transform: scale(1.1);
    box-shadow: 5px 10px 30px 0 rgba(41, 26, 204, .12);
    border-radius: 4px 4px 4px 4px;
    z-index: 1
}

.mask {
    height: 100%;
    background-color: rgba(0, 0, 0, .45)
}

.mask,
.modal-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000
}

.modal-wrap {
    overflow: auto;
    outline: 0
}

.modal {
    width: 500px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .85);
    background-color: #fff;
    position: relative;
    top: 100px;
    margin: 0 auto;
    padding: 0 0 24px;
    border-radius: 10px
}

.modal .header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal .header-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.25rem
}

.modal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    cursor: pointer
}

.modal .modal-content {
    padding-top: 16px
}

.modal .content-form {
    display: flex;
    flex-wrap: wrap;
    width: 436px;
    margin: 0 auto
}

.modal .content-form .content-form-item {
    width: 436px;
    height: 46px;
    margin-top: 14px;
    background: #fff;
    display: flex;
    border-radius: 4px;
    align-items: center;
    border: 1px solid rgba(136, 143, 147, .21)
}

.modal .content-form .content-form-item .red {
    color: #f53f3f;
    margin-left: 12px;
    margin-right: 8px
}

.modal .content-form .content-form-item .form-item-name {
    font-weight: 400;
    color: #000;
    line-height: 22px;
    font-size: 14px;
    margin-right: 14px
}

.modal .content-form .content-form-item input {
    width: 300px;
    border: none;
    -webkit-appearance: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
    height: 22px
}

.modal .content-form .content-form-item input:focus-visible {
    border: 0
}

.modal .content-form .content-form-item ::-webkit-input-placeholder {
    color: rgba(146, 149, 156, .89)
}

.modal .content-form .content-form-hezuo {
    height: 80px;
    padding-top: 15px;
    align-items: baseline
}

.modal .content-form .content-form-hezuo textarea {
    width: 300px;
    height: 60px;
    border: none;
    -webkit-appearance: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
    resize: none
}

.modal .content-form .content-form-hezuo textarea:focus-visible {
    border: 0
}

.modal .content-form .error {
    display: none;
    color: #f53f3f;
    width: 100%;
    margin-top: 8px;
    margin-left: 12px
}

.modal .content-form .content-form-button {
    width: 300px;
    margin: 14px auto 0;
    height: 46px;
    text-align: center;
    background: linear-gradient(90deg, rgba(0, 187, 168, .91), rgba(101, 191, 224, .98) 43%, #89c1f4);
    cursor: pointer;
    border-radius: 4px;
    line-height: 46px;
    color: #fff;
    font-weight: 600;
    font-size: 16px
}

.modal .content-form .content-form-button:active {
    transform: scale(1.1);
    box-shadow: 5px 10px 30px 0 rgba(41, 26, 204, .12);
    border-radius: 4px 4px 4px 4px;
    z-index: 1
}

.container-fluid {
    margin-top: -68px;
    padding: 0
}

.container-fluid .banner-container {
    width: 100%;
    height: 574px
}

.container-fluid .banner-container .swiper-wrapper img {
    width: 100%;
    height: 100%
}

.container-fluid .banner-container .swiper-wrapper .swiper-slide.swiper-slide-active .left-ani {
    -webkit-animation: animation-left-to-right 1s ease forwards;
    animation: animation-left-to-right 1s ease forwards
}

.container-fluid .banner-container .swiper-wrapper .swiper-slide.swiper-slide-active .right-ani {
    -webkit-animation: animation-right-to-left 1s ease forwards;
    animation: animation-right-to-left 1s ease forwards
}

.container-fluid .banner-container .swiper-wrapper .swiper-slide h1 {
    color: #fff
}

.container-fluid .banner-container .swiper-wrapper .swiper-slide.data-slide {
    display: flex;
    justify-content: center;
    position: relative;
    background: url(/static/img/banner-bg-2.png) no-repeat bottom/100% auto
}

@media screen and (max-width:1400px) {
    .container-fluid .banner-container .swiper-wrapper .swiper-slide.data-slide {
        background: url(/static/img/banner-bg-2.png) no-repeat top/100% auto
    }
}

.container-fluid .banner-container .swiper-wrapper .swiper-slide.data-slide h1 {
    margin-top: 200px;
    font-size: 54px;
    font-weight: 500
}

.container-fluid .banner-container .swiper-wrapper .swiper-slide.data-slide .des {
    margin-top: 32px;
    color: #fff;
    font-size: 22px
}

.container-fluid .banner-container .swiper-wrapper .swiper-slide.data-slide .contact-botton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 146px;
    height: 50px;
    margin: 100px 0 0;
    text-align: center;
    color: #02b4be;
    border-radius: 4px;
    background: #fff;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer
}

.container-fluid .banner-container .swiper-wrapper .swiper-slide.data-slide .illustration {
    width: 460px;
    height: 450px;
    margin: 100px 0 0 50px
}

.container-fluid .banner-container .swiper-wrapper .swiper-slide.data-slide .illustration img {
    width: 100%;
    height: 100%
}

.container-fluid .banner-container .swiper-wrapper .swiper-slide.platform-slide {
    text-align: center;
    background: url(/static/img/banner-bg.png) no-repeat bottom/100% auto
}

@media screen and (max-width:1400px) {
    .container-fluid .banner-container .swiper-wrapper .swiper-slide.platform-slide {
        background: url(/static/img/banner-bg.png) no-repeat top/100% auto
    }
}

.container-fluid .banner-container .swiper-wrapper .swiper-slide.platform-slide h1 {
    font-size: 54px;
    font-weight: 500;
    margin-top: 168px
}

.container-fluid .banner-container .swiper-wrapper .swiper-slide.platform-slide .des {
    margin-top: 32px;
    color: #fff;
    font-size: 22px
}

.container-fluid .banner-container .swiper-wrapper .swiper-slide.platform-slide .understand-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 288px;
    height: 58px;
    margin: 64px auto 0;
    background: #fff;
    box-shadow: 1px 1px 3px 0 #028cc0;
    border-radius: 4px;
    color: #02b4be;
    font-weight: 500;
    font-size: 20px
}

.container-fluid .banner-container .swiper-pagination {
    bottom: 134px
}

.container-fluid .banner-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: hsla(0, 0%, 100%, .5)
}

.container-fluid .banner-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
}

.container-fluid .hot-dynamic {
    max-width: 1200px;
    height: 150px;
    margin: 0 auto;
    box-shadow: 0 1px 10px 0 hsla(0, 0%, 73.3%, .25);
    border-radius: 2px
}

.container-fluid .hot-dynamic ul {
    position: relative;
    display: flex;
    padding: 20px 0 20px 0;
    list-style: none;
    overflow: hidden
}

.container-fluid .hot-dynamic ul li {
    width: 25%;
    box-sizing: border-box;
    padding: 0 46px;
    border-left: 1px solid hsla(0, 0%, 59.2%, .2578)
}

.container-fluid .hot-dynamic ul li h3 {
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.container-fluid .hot-dynamic ul li h3:hover {
    color: #02b4be
}

.container-fluid .hot-dynamic ul li:first-child {
    border: none
}

.container-fluid .hot-dynamic ul li a {
    color: #4a4a4a
}

.container-fluid .hot-dynamic ul li a.des {
    display: -webkit-box;
    width: 210px;
    line-height: 22px;
    color: #9b9b9b;
    font: 14px PingFangSC-Regular;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.container-fluid .hot-dynamic ul li.more {
    position: absolute;
    top: 10px;
    right: 0;
    flex: none;
    padding: 0 16px 0 0;
    border: none
}

.container-fluid .hot-dynamic ul li.more a {
    color: #9b9b9b;
    float: right;
    font: 500 14px PingFangSC-Medium
}

.container-fluid .hot-dynamic ul li.more a:hover {
    color: #ccc
}

.container-fluid .product {
    margin: 64px auto 0
}

.container-fluid .product .product-item-container {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none
}

.container-fluid .product .product-item-container .product-item {
    position: relative;
    width: 350px;
    height: 422px;
    background: #fff;
    box-shadow: 4px 4px 18px 0 rgba(9, 98, 188, .13);
    border-radius: 10px;
    transition: all .3s ease
}

.container-fluid .product .product-item-container .product-item:nth-child(2) {
    margin: 0 10px
}

.container-fluid .product .product-item-container .product-item .item-header {
    height: 118px;
    text-align: center
}

.container-fluid .product .product-item-container .product-item .item-header h3 {
    margin: 44px 0 29px;
    line-height: 29px;
    color: #4a4a4a;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: .5px
}

.container-fluid .product .product-item-container .product-item .item-header .des {
    line-height: 24px;
    margin: 0 40px;
    color: #9b9b9b;
    text-align: left;
    font: 400 14px PingFangSC-Regular;
    letter-spacing: .88px
}

.container-fluid .product .product-item-container .product-item .item-content {
    margin-top: 28px
}

.container-fluid .product .product-item-container .product-item .item-content .item-content-product {
    position: relative;
    margin: 32px 45px 0 37px;
    color: #4a4a4a;
    display: flex;
    align-items: center
}

.container-fluid .product .product-item-container .product-item .item-content .item-content-product .left {
    margin-right: 12px
}

.container-fluid .product .product-item-container .product-item .item-content .item-content-product:first-child {
    margin-top: 0
}

.container-fluid .product .product-item-container .product-item .item-content .item-content-product .header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.container-fluid .product .product-item-container .product-item .item-content .item-content-product .header h4 {
    line-height: 29px;
    font-size: 20px;
    font-weight: 600
}

.container-fluid .product .product-item-container .product-item .item-content .item-content-product .des {
    line-height: 22px;
    margin-top: 15px;
    font-size: 14px
}

.container-fluid .product .product-item-container .product-item .item-content .item-content-product .more {
    display: inline-block;
    width: 118px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #02b4be;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    background: linear-gradient(135deg, #39bdb5, rgba(0, 181, 182, .99) 44%, rgba(0, 179, 191, .99) 52%, #89c1f4);
    color: #fff
}

.container-fluid .product .product-item-container .product-item:hover {
    transform: scale(1.13);
    background: linear-gradient(135deg, #39bdb5, rgba(0, 181, 182, .99) 44%, rgba(0, 179, 191, .99) 52%, #89c1f4);
    box-shadow: 5px 10px 30px 0 rgba(41, 26, 204, .12);
    border-radius: 10px 6px 6px 6px;
    z-index: 1
}

.container-fluid .product .product-item-container .product-item:hover .item-content .item-content-product .header h4,
.container-fluid .product .product-item-container .product-item:hover .item-header .des,
.container-fluid .product .product-item-container .product-item:hover .item-header h3 {
    color: #fff
}

.container-fluid .product .product-item-container .product-item:hover .item-content .item-content-product .header .more {
    border: none;
    color: #02b4be;
    background: #fff
}

.container-fluid .product .product-item-container .product-item:hover .item-content .item-content-product .des {
    color: #fff
}

.container-fluid .product .data-product {
    padding: 48px 0 64px;
    background: url(/static/img/data-ability.png);
    background-size: 100%
}

.container-fluid .product .data-product .more-product {
    text-align: center;
    color: #02b4be;
    font: 500 26px PingFangSC-Semibold
}

.container-fluid .product .data-product .data-ability {
    max-width: 1140px;
    margin: 64px auto 0;
    color: #4a4a4a
}

.container-fluid .product .data-product .data-ability.animation .list .item {
    -webkit-animation: animation-left-to-right 1s ease forwards;
    animation: animation-left-to-right 1s ease forwards
}

.container-fluid .product .data-product .data-ability.animation .list .item.right {
    -webkit-animation: animation-right-to-left 1s ease forwards;
    animation: animation-right-to-left 1s ease forwards
}

.container-fluid .product .data-product .data-ability h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 600
}

.container-fluid .product .data-product .data-ability .list {
    display: flex;
    justify-content: center;
    list-style: none
}

.container-fluid .product .data-product .data-ability .list .item {
    display: flex;
    align-items: center;
    width: 400px;
    margin: 50px 0 0 100px
}

.container-fluid .product .data-product .data-ability .list .item.bottom {
    margin-top: 96px
}

.container-fluid .product .data-product .data-ability .list .item img {
    height: 71px;
    width: 71px
}

.container-fluid .product .data-product .data-ability .list .item .des {
    width: 210px;
    line-height: 38px;
    margin-left: 30px;
    color: #262b2e;
    font-size: 16px;
    font-weight: 600
}

.container-fluid .product .data-product .data-ability .list .item:hover .des {
    color: #02b4be
}

.container-fluid .product .product-data {
    height: 220px;
    background: url(/static/img/count-bg.svg) no-repeat bottom/100% auto;
    color: #fff;
    font-size: 20px;
    font-weight: 600
}

.container-fluid .product .product-data .product-data-c {
    display: flex;
    width: 1200px;
    margin: 0 auto
}

.container-fluid .product .product-data .product-data-c .text {
    flex: 1;
    margin-left: 65px;
    line-height: 220px;
    text-align: center
}

.container-fluid .product .product-data .product-data-c .text:first-child {
    margin: 0
}

.container-fluid .product .product-data .product-data-c .text span {
    font-size: 28px
}

.container-fluid .customer-container {
    text-align: center
}

.container-fluid .customer-container h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 600
}

.container-fluid .customer-container .our-customer {
    position: relative;
    width: 1200px;
    height: 300px;
    margin: 100px auto 0
}

.container-fluid .customer-container .our-customer .customer-list {
    width: 1100px;
    height: 100px;
    margin-top: 70px
}

.container-fluid .customer-container .our-customer .customer-list .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

.container-fluid .customer-container .our-customer .customer-list .swiper-slide img {
    width: 70px;
    height: 70px
}

.container-fluid .customer-container .our-customer .swiper-button-next,
.container-fluid .customer-container .our-customer .swiper-button-prev {
    cursor: pointer;
    top: 50%;
    transform: translateY(-20%);
    color: #202124;
    outline: none
}

.container-fluid .customer-container .our-customer .swiper-button-next:after,
.container-fluid .customer-container .our-customer .swiper-button-prev:after {
    font-size: 12px
}

.container-fluid .customer-container .our-customer .swiper-button-next {
    right: 0
}

.container-fluid .customer-container .our-customer .swiper-button-prev {
    left: 0
}

.container-fluid .customer-container .voice-customer {
    height: 600px;
    padding-top: 60px;
    background: url(/static/img/customer-voice.png) no-repeat left 250px/100% 100%
}

.container-fluid .customer-container .voice-customer h3 {
    font-size: 28px;
    font-weight: 600
}

.container-fluid .customer-container .voice-customer .voice-list {
    margin-top: 45px;
    padding-bottom: 20px;
    background: url(/static/img/index-voice-bg.png) no-repeat center -22px/900px, url(/static/img/index-voice-bg.png) no-repeat center 80px/730px
}

.container-fluid .customer-container .voice-customer .voice-list .swiper-wrapper {
    width: 950px;
    height: 445px;
    margin: 0 auto
}

.container-fluid .customer-container .voice-customer .voice-list .swiper-wrapper .swiper-slide {
    border-radius: 10px
}

.container-fluid .customer-container .voice-customer .voice-list .swiper-wrapper .swiper-slide.swiper-slide-active .slide-bg {
    position: relative;
    top: 10px;
    box-shadow: 1px -2px 12px 0 rgba(41, 26, 204, .12)
}

.container-fluid .customer-container .voice-customer .voice-list .swiper-wrapper .swiper-slide .slide-bg {
    position: relative;
    background: #fff;
    padding-bottom: 32px;
    border-radius: 10px;
    min-height: 322px
}

.container-fluid .customer-container .voice-customer .voice-list .swiper-wrapper .swiper-slide .slide-bg .customer {
    line-height: 34px;
    color: #4a4a4a;
    font-size: 18px
}

.container-fluid .customer-container .voice-customer .voice-list .swiper-wrapper .swiper-slide .slide-bg .customer .name {
    padding-top: 45px;
    font-size: 22px;
    font-weight: 600
}

.container-fluid .customer-container .voice-customer .voice-list .swiper-wrapper .swiper-slide .slide-bg .des {
    line-height: 34px;
    margin: 27px 127px 0 157px;
    color: #9b9b9b;
    text-align: left;
    font-size: 16px
}

.container-fluid .customer-container .voice-customer .voice-list .swiper-wrapper .swiper-slide .header-img {
    width: 134px;
    height: 134px;
    margin: 0 auto;
    transform: translateY(-50%);
    border-radius: 77px;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .14)
}

.container-fluid .customer-container .voice-customer .voice-list .swiper-wrapper .swiper-slide .header-img img {
    width: 114px;
    height: 114px;
    margin-top: 10px;
    border-radius: 67px
}

.container-fluid .customer-container .voice-customer .voice-list .swiper-pagination {
    display: flex;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    top: auto
}

.container-fluid .customer-container .voice-customer .voice-list .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-left: 10px;
    background: #e0e0e0
}

.container-fluid .customer-container .voice-customer .voice-list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #02b4be
}

.container-fluid .customer-container .voice-customer .voice-list .slide-bg-block {
    content: "";
    position: absolute;
    width: 900px;
    height: 441px;
    left: 50%;
    top: 0;
    margin-left: 450px;
    background: hsla(0, 0%, 100%, .7972);
    box-shadow: 0 0 20px 0 #dad9ec;
    border-radius: 10px;
    z-index: -1
}

.container-fluid .customer-container .voice-customer .voice-list .slide-bg-block:before {
    position: absolute;
    left: 50%;
    top: 60px;
    width: 830px;
    height: 433px;
    background: hsla(0, 0%, 100%, .7972);
    box-shadow: 0 0 20px 0 #dad9ec;
    border-radius: 10px;
    z-index: -2
}

.container-footer {
    width: 100%;
    background-color: #2cbeb6
}

.container-footer .link {
    margin-top: 88px;
    background: url(/static/img/cid-hezuo.png) no-repeat bottom/100% auto;
    text-align: center;
    height: 210px;
    background-size: cover;
    padding-top: 80px
}

.container-footer .link .i-title {
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #262b2e;
    line-height: 54px;
    letter-spacing: 1px
}

.container-footer .link .i-title-1 {
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #262b2e;
    line-height: 54px
}

.container-footer .link .banner-button {
    width: 150px;
    height: 49px;
    background: linear-gradient(90deg, rgba(0, 187, 168, .91), #42a5ff);
    margin: 23px auto 0;
    border-radius: 100px;
    color: #fff;
    font-size: 20px;
    line-height: 49px;
    cursor: pointer
}