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
}

.container-fluid {
    padding-bottom: 150px;
    background: url(/static/img/data-ability.png) no-repeat 100% 100%/80%, url(/static/img/triangle-bg.png) no-repeat 95% 90%/286px
}

.container-fluid .title {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 107px 0 62px;
    line-height: 62px;
    color: #02b4be
}

.container-fluid .title span {
    font-size: 28px;
    font-weight: 600
}

.container-fluid .title img {
    position: absolute;
    left: 50%;
    top: 64px;
    width: 116px;
    height: 112px;
    transform: translateX(-100%)
}

.container-fluid .product-container {
    width: 965px;
    margin: 0 auto
}

.container-fluid .product-container .product-tit {
    position: relative;
    margin: 105px 0 10px 35px;
    line-height: 46px;
    font-size: 24px;
    font-weight: 600;
    color: #02b4be
}

.container-fluid .product-container .product-tit:before {
    position: absolute;
    display: block;
    width: 10px;
    height: 30px;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: linear-gradient(109deg, #39bdb5, rgba(0, 181, 182, .99) 44%, rgba(0, 179, 191, .99) 52%, #89c1f4);
    border-radius: 2px
}

.container-fluid .product-container .product-item {
    margin-bottom: 68px;
    background: #fff;
    box-shadow: 0 2px 9px 0 hsla(0, 0%, 80.8%, .5)
}

.container-fluid .product-container .product-item .item-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    padding-left: 32px;
    color: #fff;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(135deg, #39bdb5, rgba(0, 181, 182, .99) 44%, rgba(0, 179, 191, .99) 52%, #89c1f4)
}

.container-fluid .product-container .product-item .item-header .tit {
    font-size: 22px;
    font-weight: 600
}

.container-fluid .product-container .product-item .item-header .des {
    margin-top: 10px;
    font-size: 15px
}

.container-fluid .product-container .product-item .product-item {
    box-shadow: none;
    margin-bottom: 0
}

.container-fluid .product-container .product-item .product-item .item-header {
    height: 40px;
    border-radius: 0
}

.container-fluid .product-container .product-item .item-content {
    display: flex;
    align-items: center;
    height: 69px;
    border-radius: 0 0 6px 6px;
    color: #262b2e
}

.container-fluid .product-container .product-item .item-content span {
    margin-left: 32px;
    font-size: 15px
}

.container-fluid .product-container .product-item .item-content a {
    margin-left: 67px
}

.container-fluid .product-container .product-item .item-content a .img {
    width: 37px;
    height: 36px;
    cursor: pointer;
    border: 1px solid transparent
}

.container-fluid .product-container .product-item .item-content a .img:hover {
    transform: translateY(-1px)
}

.container-fluid .product-container .product-item .item-content a .hover,
.container-fluid .product-container .product-item .item-content a:hover .img {
    display: none
}

.container-fluid .product-container .product-item .item-content a:hover .hover {
    display: block
}

.container-fluid .product-container .product-item .item-footer {
    display: flex;
    width: 965px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #e0e0e0
}

.container-fluid .product-container .product-item .item-footer a {
    margin: 0 100px;
    color: #262b2e;
    flex: 1;
    font-size: 15px
}

.container-fluid .product-container .product-item .item-footer a:hover {
    color: #02b4be
}

.container-footer {
    width: 100%;
    margin-top: -300px;
    padding-top: 200px;
    background: url(/static/img/container-footer.svg) no-repeat top/100% auto
}