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
}

.header-container {
    position: relative
}

.container-fluid {
    width: 100%;
    margin: 0 auto
}

.container-fluid .product-banner {
    height: 600px;
    margin-top: -68px;
    color: #fff;
    text-align: center;
    background: #02b4be;
    background: url(/static/img/link-product-bg.svg) no-repeat bottom/100% auto
}

.container-fluid .product-banner .banner-text {
    padding-top: 200px
}

.container-fluid .product-banner .banner-text .title {
    font-size: 40px;
    font-weight: 500
}

.container-fluid .product-banner .banner-text .des {
    margin-top: 32px;
    font-size: 20px
}

.container-fluid .product-banner .banner-button {
    margin-top: 96px
}

.container-fluid .product-banner .banner-button .button {
    display: inline-block;
    width: 120px;
    height: 48px;
    line-height: 48px;
    margin-right: 32px;
    border-radius: 4px;
    border: 1px solid hsla(0, 0%, 100%, .5);
    cursor: pointer
}

.container-fluid .product-banner .banner-button .button span {
    font-size: 18px;
    font-weight: 500
}

.container-fluid .product-banner .banner-button .button:last-child {
    margin: 0
}

.container-fluid .product-banner .banner-button .button:hover {
    color: #02b4be;
    background: #fff
}

.container-fluid .product-detial .nav {
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #c2cdd9;
    z-index: 10
}

.container-fluid .product-detial .nav .nav-list {
    display: flex;
    width: 750px;
    margin: 0 auto;
    text-align: center;
    list-style: none
}

.container-fluid .product-detial .nav .nav-list .nav-item {
    flex: 1;
    font-size: 18px
}

.container-fluid .product-detial .nav .nav-list .nav-item a {
    display: inline-block;
    padding: 15px 0;
    color: #6b6b6b
}

.container-fluid .product-detial .nav .nav-list .nav-item:first-child {
    margin: 0
}

.container-fluid .product-detial .nav .nav-list .nav-item.active {
    transition: all .3s ease
}

.container-fluid .product-detial .nav .nav-list .nav-item.active a {
    color: #02b4be;
    font-weight: 600;
    border-bottom: 6px solid #02b4be
}

.container-fluid .product-detial .content .content-item {
    background: url(/static/img/data-ability.png) no-repeat 100% 0/80%
}

.container-fluid .product-detial .content .content-item .i-title {
    width: 1200px;
    margin: 64px auto 0;
    color: #4a4a4a;
    font-size: 28px;
    font-weight: 600;
    text-align: center
}

.container-fluid .product-detial .content .content-item .content {
    margin: 0 auto
}

.container-fluid .product-detial .content .content-item.product-introduce {
    height: 630px;
    padding-top: 110px
}

.container-fluid .product-detial .content .content-item.product-introduce .i-title {
    margin-top: 0
}

.container-fluid .product-detial .content .content-item.product-introduce .i-title div {
    position: relative;
    display: inline-block
}

.container-fluid .product-detial .content .content-item.product-introduce .i-title div .parallax {
    position: absolute;
    width: 114px;
    height: 111px;
    left: -50px;
    top: -20px
}

.container-fluid .product-detial .content .content-item.product-introduce .i-title div .parallax .parallax-1 {
    position: absolute;
    width: 68px;
    height: 66px;
    left: 0;
    top: 0
}

.container-fluid .product-detial .content .content-item.product-introduce .i-title div .parallax .parallax-2 {
    position: absolute;
    width: 90%;
    height: 90%;
    right: 0;
    bottom: 0
}

.container-fluid .product-detial .content .content-item.product-introduce .content {
    position: relative;
    width: 1200px;
    margin: 80px auto 36px
}

.container-fluid .product-detial .content .content-item.product-introduce .content .content-item-c {
    width: 454px;
    margin: 0 0 36px 122px
}

.container-fluid .product-detial .content .content-item.product-introduce .content .content-item-c p {
    line-height: 36px;
    color: #000;
    font-size: 15px;
    letter-spacing: 1.5px
}

.container-fluid .product-detial .content .content-item.product-introduce .content .content-item-c .content-tit {
    font-size: 24px;
    font-weight: 600
}

.container-fluid .product-detial .content .content-item.product-introduce .content img {
    position: absolute;
    width: 370px;
    right: 100px;
    top: 30px
}

.container-fluid .product-detial .content .content-item.product-use {
    width: 1036px;
    height: 1036px;
    margin: 0 auto;
    background: url(/static/img/product-use-bg.svg) no-repeat 50%
}

.container-fluid .product-detial .content .content-item.product-use .i-title {
    margin-top: 20px;
    padding-top: 116px;
    width: 100%
}

.container-fluid .product-detial .content .content-item.product-use .content {
    position: relative;
    height: 608px;
    margin-top: 120px
}

.container-fluid .product-detial .content .content-item.product-use .content .swiper-wrapper {
    box-sizing: border-box;
    padding-left: 406px;
    height: 100%;
    margin-top: -18px
}

.container-fluid .product-detial .content .content-item.product-use .content .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center
}

.container-fluid .product-detial .content .content-item.product-use .content .swiper-wrapper .swiper-slide .slide-div {
    position: relative;
    width: 230px;
    height: 460px;
    margin-right: 131px
}

.container-fluid .product-detial .content .content-item.product-use .content .swiper-wrapper .swiper-slide .slide-div img {
    position: absolute;
    left: 0;
    top: 0
}

.container-fluid .product-detial .content .content-item.product-use .content .swiper-wrapper .swiper-slide .slide-div .box-bg {
    width: 100%;
    height: 100%
}

.container-fluid .product-detial .content .content-item.product-use .content .swiper-wrapper .swiper-slide .slide-div .img {
    width: 214px;
    height: 440px;
    transform: translate(8px, 8px);
    z-index: -1
}

.container-fluid .product-detial .content .content-item.product-use .content .swiper-wrapper .swiper-slide .des {
    display: none;
    width: 250px;
    right: 91px
}

.container-fluid .product-detial .content .content-item.product-use .content .swiper-wrapper .swiper-slide .des p {
    font-size: 18px;
    line-height: 24px
}

.container-fluid .product-detial .content .content-item.product-use .content .swiper-wrapper .swiper-slide .des p.tit {
    margin-bottom: 14px;
    font-size: 24px;
    font-weight: 600
}

.container-fluid .product-detial .content .content-item.product-use .content .swiper-wrapper .swiper-slide.swiper-slide-active .des {
    display: block
}

.container-fluid .product-detial .content .content-item.product-use .content .swiper-pagination {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 220px;
    height: 558px;
    top: 0;
    left: 35px
}

.container-fluid .product-detial .content .content-item.product-use .content .swiper-pagination .pagination-box {
    width: 50%;
    color: #4a4a4a
}

.container-fluid .product-detial .content .content-item.product-use .content .swiper-pagination .pagination-box .box {
    width: 220px;
    height: 58px;
    line-height: 58px;
    margin: 28px auto 0;
    cursor: pointer;
    color: #000;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    border-radius: 10px
}

.container-fluid .product-detial .content .content-item.product-use .content .swiper-pagination .pagination-box .box.active {
    background: linear-gradient(320deg, #4c83ff, #00d9bd);
    opacity: .7395;
    color: #fff
}

.container-fluid .product-detial .content .content-item.product-use .content .swiper-pagination .pagination-box .box.active .title {
    color: #fff
}

.container-fluid .product-detial .content .content-item.product-use .content .swiper-pagination .pagination-box .box .title {
    font-size: 18px;
    font-weight: 400
}

.container-fluid .product-detial .content .content-item.product-use .content .swiper-pagination .pagination-box .box .des {
    margin-top: 12px;
    line-height: 22px;
    font-size: 16px
}

.container-fluid .product-detial .content .content-item.product-superiority {
    background: none
}

.container-fluid .product-detial .content .content-item.product-superiority .content {
    width: 1200px;
    margin-top: 111px
}

.container-fluid .product-detial .content .content-item.product-superiority .content table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    text-align: center
}

.container-fluid .product-detial .content .content-item.product-superiority .content table td {
    opacity: 0;
    width: 25%;
    vertical-align: top
}

.container-fluid .product-detial .content .content-item.product-superiority .content table td .td-top {
    display: inline-block
}

.container-fluid .product-detial .content .content-item.product-superiority .content table td .td-top .icon {
    width: 60px;
    height: 60px
}

.container-fluid .product-detial .content .content-item.product-superiority .content table td .td-top .name {
    white-space: nowrap;
    margin-top: 47px;
    color: #02b4be;
    font-size: 20px;
    font-weight: 600
}

.container-fluid .product-detial .content .content-item.product-superiority .content table td .des {
    line-height: 24px;
    width: 240px;
    margin: 29px auto 0;
    text-align: left;
    color: #262b2e;
    font-size: 16px
}

.container-fluid .product-detial .content .content-item.product-superiority .content table.animation td {
    -webkit-animation: animation-bottom-to-top 1s ease forwards;
    animation: animation-bottom-to-top 1s ease forwards
}

.container-fluid .product-detial .content .content-item.product-superiority .content table.animation tr:first-child td:first-child {
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.container-fluid .product-detial .content .content-item.product-superiority .content table.animation tr:first-child td:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.container-fluid .product-detial .content .content-item.product-superiority .content table.animation tr:first-child td:nth-child(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.container-fluid .product-detial .content .content-item.product-superiority .content table.animation tr:first-child td:nth-child(4) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.container-fluid .product-detial .content .content-item.product-demo {
    background: #02b4be;
    height: 597px;
    padding-top: 85px
}

.container-fluid .product-detial .content .content-item.product-demo .i-title {
    color: #fff
}

.container-fluid .product-detial .content .content-item.product-demo .content {
    width: 417px;
    margin: 0 auto
}

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

.container-fluid .product-detial .content .content-item.product-demo .content .input-container label {
    color: #fff;
    font-size: 18px;
    font-weight: 600
}

.container-fluid .product-detial .content .content-item.product-demo .content .input-container .input-box {
    display: flex;
    width: 417px;
    height: 46px;
    margin-top: 10px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #fff
}

.container-fluid .product-detial .content .content-item.product-demo .content .input-container .input-box input {
    flex: 1;
    height: 100%;
    margin-left: 24px;
    outline: none;
    border: none
}

.container-fluid .product-detial .content .content-item.product-demo .content .input-container .input-box img {
    margin: 12px 25px;
    width: 22px;
    height: 22px;
    border-radius: 100%
}

.container-fluid .product-detial .content .content-item.product-demo .content .input-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 209px;
    height: 60px;
    margin: 46px auto 0;
    background: #fff;
    color: #02b4be;
    font-size: 20px;
    font-weight: 600;
    border-radius: 4px
}

.container-fluid .product-detial .content .content-item.product-demo .content .tip {
    line-height: 24px;
    margin-top: 40px;
    color: #fff
}

.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;
    background-size: cover;
    height: 210px;
    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
}