body {
    color: #000000; !important;
}

.main-wrapper {
    position: relative;
    background-color: #f9faff;
    min-width: 1200px;
}

.service-banner-title {
    margin-top: 80px;
    margin-bottom: 17px;
    font-size: 38px;
}

.service-banner-desc {
    width: 500px;
    line-height: 2;
    font-size: 14px;
    margin-bottom: 26px;
}

@media only screen and (min-width: 576.01px) {
    .service-banner-btns .gaia-btn:first-child {
        padding: 0 30px;
    }
}

.service-banner-btns .gaia-btn {
    margin-right: 10px;
}

.gaia-btn {
    display: inline-block;
    box-sizing: content-box;
    padding: 0 20px;
    font-size: 14px;
    line-height: 32px;
    height: 30px;
    border: 1px solid #8393ac;
    cursor: pointer;
    text-decoration: none;
    color: #8393ac;
    border-radius: 3px;
    background-color: #ffffff;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.gaia-btn-primary {
    background-color: #4a81ff;
    border-color: #4a81ff;
    color: #fff;
}

.gaia-btn-large {
    font-size: 16px;
    line-height: 44px;
    height: 44px;
}

.gaia-btn, .gaia-btn:active, .gaia-btn:focus {
    outline: 0;
}

.gaia-btn-success {
    background-color: #21c286;
    border-color: #21c286;
    color: #fff;
}

.gaia-btn-warning {
    background-color: #ec971f;
    border-color: #ec971f;
    color: #fff;
}

.banner-anchor {
    position: relative;
    padding-bottom: 66px;
}

section {
    padding-top: 70px;
}

section:first-child {
    padding-top: 0;
}

.section-banner.left {
    text-align: left;
}

.section-banner {
    min-height: 365px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    color: #24374e;
}

section > .container {
    box-sizing: border-box;
    padding-left: 260px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.banner-anchor .section-anchor {
    position: absolute;
    left: calc(50% - 600px);
    top: calc(100% - 66px);
    padding-top: 0;
    padding-bottom: 0;
}

.section-anchor {
    z-index: 1;
}

.anchor-tabs {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e6e8f4;
}

.anchor-tabs, .anchor-tab-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.anchor-tab-item {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    height: 65px;
}

.anchor-tabs, .anchor-tab-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.anchor-tab-item a {
    position: relative;
    display: inline-block;
    padding: 0 14px;
    font-size: 16px;
    text-decoration: none;
    line-height: 65px;
    height: 65px;
    color: #24374e;
    cursor: pointer;
}

section > .container .section-title {
    margin-top: 0;
}

.section-title {
    margin-top: 70px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #000000;
}

.section-title span::before {
    content: '<';
    position: absolute;
    left: -30px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #4a81ff;
}

.section-title span::after {
    content: '>';
    position: absolute;
    right: -30px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #4a81ff;
}

.section-title span {
    position: relative;
}

.gaia-row {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 -10px;
}

@media only screen and (min-width: 576.01px) {
    .gaia-col-3 {
        float: left;
        display: block;
        padding: 0 10px;
        box-sizing: border-box;
        width: 33.33333%;
        margin-bottom: 20px;
    }
}

.advantage-card {
    font-size: 14px;
    padding: 40px 20px;
    background-color: #ffffff;
    border: 1px solid #e6e8f4;
}

.advantage-card__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    height: 40px;
    overflow: hidden;
}

.advantage-card__body {
    height: 100px;
    overflow: hidden;
    color: #8393ac;
    line-height: 1.8;
}

.advantage-card__head img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.advantage-card__head .title {
    font-size: 16px;
    color: #24374e;
    font-weight: 500;
}

@media only screen and (min-width: 576.01px) {
    .gaia-col-4 {
        float: left;
        display: block;
        padding: 0 10px;
        box-sizing: border-box;
        width: 25%;
        margin-bottom: 20px;
    }
}

.product-price-card {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #e6e8f4;
    padding: 20px 18px;
    font-size: 14px;
}

.product-price-card__head {
    padding: 15px 0 20px;
    border-bottom: 1px solid #e6e8f4;
}

.product-price-card__head .title {
    font-size: 16px;
    color: #24374e;
    font-weight: 500;
    margin-bottom: 12px;
}

.product-price-card__head .desc {
    color: #8393ac;
    height: 40px;
    overflow: hidden;
}

.product-price-card__body {
    padding-top: 16px;
    height: 174px;
    border-bottom: 1px solid #e6e8f4;
}

.product-price-card__body .spec {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    color: #24374e;
}

.product-price-card__body .spec > div {
    -ms-flex: 1;
    flex: 1;
}

.product-price-card__footer {
    padding-top: 20px;
    padding-bottom: 4px;
    text-align: center;
}

.product-price-card__footer .price {
    margin-bottom: 15px;
}

.product-price-card__footer .price span {
    font-size: 22px;
    color: #fe581c;
    font-weight: 500;
}

.product-price-card__footer .price .old-price {
    display: block;
    margin-left: 15px;
    font-weight: normal;
    font-size: 14px;
    color: #8393ac;
    text-decoration: line-through;
}

.product-price-card__footer .btns {
    min-height: 32px;
}

.gaia-btn-danger {
    background-color: #ff4d4f;
    border-color: #ff4d4f;
    color: #fff;
}

.section-rich-text {
    position: relative;
    padding: 30px 20px;
    font-size: 14px;
}

.developer-resource-card {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #e6e8f4;
    background-image: url(/images/bg_developer-resource.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 30px 20px;
    font-size: 14px;
}

.developer-resource-card__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.developer-resource-card__head img {
    margin-right: 20px;
}

.developer-resource-card__head .title {
    font-size: 16px;
    color: #24374e;
    font-weight: 500;
}

.developer-resource-card__body {
    height: 100px;
    overflow: hidden;
}

.developer-resource-card__body .desc {
    color: #8393ac;
    line-height: 1.8;
}

.developer-resource-card__footer .gaia-btn:last-child {
    margin-right: 0px;
}

.gaia-btn-primary.gaia-btn-background-ghost {
    background-color: transparent;
    border-color: #4a81ff;
    color: #4a81ff;
}

.footer {
    overflow: hidden;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    font-feature-settings: 'tnum';
}

.footer .footer-top {
    width: 100%;
    height: 575px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    background: url(/images/footer.png) top center no-repeat;
    background-size: cover;
}

.footer .footer-top .top-text {
    margin-top: 90px;
    color: #ffffff;
}

.footer-top .top-btn, .footer-small-top .top-btn {
    width: 290px;
    height: 43px;
    background: linear-gradient(179deg, #2F92FF 0%, #2D75E1 100%);
    border-radius: 4px;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 53px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
}

.footer-top .top-btn .right-arrow, .footer-small-top .top-btn .right-arrow {
    width: 15px;
    height: 11px;
    display: inline-block;
    margin-left: 8px;
    background: url(/images/arrow-right.png) center center no-repeat;
    background-size: contain;
}

.footer-content {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 1200px;
    margin: -264px 0 20px 0px;
}

.footer-content .content-text {
    margin: 210px 0px 0 30px;
    position: relative;
    z-index: 10;
}

.footer-content .content-text .im {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    padding: 10px 0;
}

.footer-content .content-text .support {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-content .content-text .im .im-logo {
    width: 43px;
    height: 43px;
    margin-right: 10px;
    background: url(/images/im.png) center top no-repeat;
}

.footer-content .content-text .im a {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    color: #4a81ff;
    cursor: pointer;
}

.footer-content .content-text .support-item {
    width: 50%;
    padding: 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.footer-content .content-text .support-item .item {
    margin-right: 30px;
    display: -ms-flexbox;
    display: flex;
}

.footer-content .content-text .support a, .footer-content .content-text .support p {
    width: 100%;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #1a1d3c;
}

.footer-content .content-text .contact {
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    margin-top: 60px;
}

.tooltip {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}

.footer-content .content-text .contact .weixin {
    width: 24px;
    height: 24px;
    background: url(/images/weixin.png) center center no-repeat;
}

.footer-content .content-text .contact .weibo {
    width: 24px;
    height: 24px;
    background: url(/images/weibo.png) center center no-repeat;
}

.footer-content .content-text .contact .facebook {
    width: 24px;
    height: 24px;
    background: url(/images/facebook.png) center center no-repeat;
}

.footer-content .content-text .contact .twitte {
    width: 24px;
    height: 24px;
    background: url(/images/twite.png) center center no-repeat;
}

.footer-content .content-image {
    margin-top: 180px;
    width: 27px;
    background: url(/images/content-divide.png) center center no-repeat;
    background-size: contain;
    margin-right: 26px;
}

.animate {
    width: 900px;
    height: 540px;
}

.animate-content {
    width: 100%;
    height: 100%;
    position: relative;
    background: url(/images/foot.png) center center no-repeat;
}

.animate-thing1-1 {
    position: absolute;
    width: 29px;
    height: 29px;
    background: url(/images/thing1-1.png) center center no-repeat;
    animation: thing1-1 3s linear 0s infinite both
}

.animate-thing1-3 {
    position: absolute;
    width: 25px;
    height: 33px;
    background: url(/images/thing1-3.png) center center no-repeat;
    animation: thing1-3 3s linear -1s infinite both
}

.animate-thing1-4 {
    position: absolute;
    width: 31px;
    height: 33px;
    background: url(/images/thing1-4.png) center center no-repeat;
    animation: thing1-4 3s linear -2s infinite both
}

.animate-thing1-5 {
    position: absolute;
    width: 30px;
    height: 37px;
    background: url(/images/thing1-5.png) center center no-repeat;
    animation: thing1-5 2s linear -1s infinite both
}

.animate-thing1-6 {
    position: absolute;
    width: 29px;
    height: 38px;
    background: url(/images/thing1-6.png) center center no-repeat;
    animation: thing1-6 2s linear 0s infinite both
}

.animate-thing2 {
    width: 27px;
    height: 25px;
    background: url(/images/thing2-2.png) center center no-repeat;
    animation: thing2 1s linear 0s infinite both
}

.animate-thing3-copy1 {
    width: 32px;
    height: 27px;
    position: absolute;
    background: url(/images/thing3-3.png) center center no-repeat;
    animation: thing3-copy1 1s linear 0s infinite both
}

.animate-thing3-copy2 {
    width: 32px;
    height: 27px;
    position: absolute;
    background: url(/images/thing3-3.png) center center no-repeat;
    animation: thing3-copy2 1s linear 0s infinite both
}

.animate-thing4 {
    width: 32px;
    height: 43px;
    position: absolute;
    background: url(/images/thing4-4.png) center center no-repeat;
    animation: thing4 2s linear -1s infinite both
}

.animate-thing5 {
    top: 174px;
    left: 733px;
    width: 32px;
    height: 43px;
    position: absolute;
    background: url(/images/thing3-3.png) center center no-repeat;
    animation: thing5 2s steps(1, start) 0s infinite both
}

.animate-fan1 {
    width: 121px;
    height: 121px;
    top: 29px;
    left: 109px;
    position: absolute;
    background: url(/images/fan1.png) center center no-repeat;
    animation: rotate 4s linear infinite
}

.animate-fan2 {
    width: 86px;
    height: 86px;
    top: 43px;
    left: 219px;
    position: absolute;
    background: url(/images/fan2.png) center center no-repeat;
    animation: rotate 2s linear infinite
}

.animate-fan3 {
    width: 61px;
    height: 61px;
    top: 61px;
    left: 298px;
    position: absolute;
    background: url(/images/fan3.png) center center no-repeat;
    animation: rotate 1s linear infinite
}

.animate-rocket {
    width: 97px;
    height: 129px;
    top: 100px;
    left: 50px;
    position: absolute;
    background: url(/images/rocket.png) center center no-repeat;
    animation: shake 2s linear infinite
}

.animate .wave-frame {
    top: -218px;
    position: absolute;
    left: 452px;
    width: 600px;
    height: 600px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: rotateX(45deg) rotateY(5deg)
}

.animate .wave-frame .wave-item {
    position: absolute;
    border-radius: 1000px;
    border: solid 1px #ffffff;
    background: url(/images/wave-bg.png);
    opacity: 0
}

.animate .wave-frame .wave-1 {
    animation: wave-gone 6s linear infinite
}

.animate .wave-frame .wave-2 {
    animation: wave-gone 6s linear infinite;
    animation-delay: 2s
}

.animate .wave-frame .wave-3 {
    animation: wave-gone 6s linear infinite;
    animation-delay: 4s
}

.animate-circle1 {
    position: absolute;
    width: 200px;
    height: 200px;
    display: block;
    border: none;
    border-bottom: 1px solid #6392ff;
    border-radius: 50%;
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    right: 280px;
    top: -34px;
    animation: fadeOut 3s linear infinite;
    right: 100px;
    top: -34px
}

.animate-circle1::after {
    content: "";
    background: #ffffff;
    opacity: 0;
    position: absolute;
    z-index: 1
}

.animate-circle2 {
    position: absolute;
    width: 300px;
    height: 300px;
    display: block;
    border: none;
    border-bottom: 1px solid #6392ff;
    border-radius: 50%;
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    right: 280px;
    top: -34px;
    animation: fadeOut 3s linear infinite -2s;
    right: 100px;
    top: -48px
}

.animate-circle2::after {
    content: "";
    background: #ffffff;
    opacity: 0;
    position: absolute;
    z-index: 1
}

.animate-circle3 {
    position: absolute;
    width: 400px;
    height: 400px;
    display: block;
    border: none;
    border-bottom: 1px solid #6392ff;
    border-radius: 50%;
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    right: 280px;
    top: -34px;
    animation: fadeOut 3s linear infinite -1s;
    right: 100px;
    top: -61px
}

.animate-circle3::after {
    content: "";
    background: #ffffff;
    opacity: 0;
    position: absolute;
    z-index: 1
}

.animate-ball {
    width: 23px;
    height: 23px;
    position: absolute;
    transform: translate3d(696px, 392px, 0);
    background: url(/images/ball.png) center center no-repeat;
    animation: ball 1s linear -1s infinite both
}

.animate-arrow-copy1 {
    position: absolute;
    top: 93px;
    left: 384px;
    width: 21px;
    height: 24px;
    background: url(/images/arrow-dark.png) center center no-repeat;
    animation: arrow 1s steps(2) 0s infinite both
}

.animate-arrow-copy2 {
    position: absolute;
    top: 101px;
    left: 405px;
    width: 21px;
    height: 24px;
    background: url(/images/arrow-dark.png) center center no-repeat;
    animation: arrow 1s steps(2) -0.6s infinite both
}

.animate-arrow-copy3 {
    position: absolute;
    top: 109px;
    left: 426px;
    width: 21px;
    height: 24px;
    background: url(/images/arrow-dark.png) center center no-repeat;
    animation: arrow 1s steps(2) -0.3s infinite both
}

.animate-image {
    position: absolute;
    top: 363px;
    left: 505px;
    width: 19px;
    height: 29px;
    animation: image 1s cubic-bezier(1, 0, 0, 1) 0s infinite both alternate-reverse
}

.animate-voice {
    position: absolute;
    top: 352px;
    left: 533px;
    width: 19px;
    height: 29px;
    animation: voice 1s cubic-bezier(1, 0, 0, 1) 0s infinite both alternate-reverse
}

.animate-nlp {
    position: absolute;
    top: 340px;
    left: 561px;
    width: 19px;
    height: 29px;
    animation: nlp 1s cubic-bezier(1, 0, 0, 1) 0s infinite both alternate-reverse
}

@keyframes wave-gone {
    0% {
        opacity: 0.5;
        width: 0px;
        height: 0px
    }

    100% {
        opacity: 0;
        width: 500px;
        height: 500px
    }
}

@keyframes thing1-1 {
    0% {
        transform: translate3d(32px, 255px, 0)
    }

    72% {
        transform: translate3d(110px, 220px, 0)
    }

    80% {
        opacity: 0.8
    }

    100% {
        transform: translate3d(168px, 232px, 0);
        opacity: 0
    }
}

@keyframes thing1-2 {
    0% {
        transform: translate3d(32px, 255px, 0)
    }

    72% {
        transform: translate3d(110px, 220px, 0)
    }

    80% {
        opacity: 0.8
    }

    100% {
        transform: translate3d(168px, 232px, 0);
        opacity: 0
    }
}

@keyframes thing1-3 {
    0% {
        transform: translate3d(32px, 255px, 0)
    }

    72% {
        transform: translate3d(118px, 217px, 0)
    }

    80% {
        opacity: 0.8
    }

    100% {
        transform: translate3d(168px, 223px, 0);
        opacity: 0
    }
}

@keyframes thing1-4 {
    0% {
        transform: translate3d(32px, 246px, 0)
    }

    72% {
        transform: translate3d(110px, 220px, 0)
    }

    80% {
        opacity: 0.8
    }

    100% {
        transform: translate3d(168px, 224px, 0);
        opacity: 0
    }
}

@keyframes thing1-5 {
    0% {
        transform: translate3d(322px, 283px, 0)
    }

    80% {
        opacity: 0.8
    }

    100% {
        transform: translate3d(395px, 312px, 0);
        opacity: 0
    }
}

@keyframes thing1-6 {
    0% {
        transform: translate3d(322px, 281px, 0)
    }

    80% {
        opacity: 0.8
    }

    100% {
        transform: translate3d(395px, 310px, 0);
        opacity: 0
    }
}

@keyframes thing2 {
    0% {
        transform: translate3d(582px, 331px, 0)
    }

    70% {
        opacity: 0.8
    }

    100% {
        transform: translate3d(645px, 303px, 0);
        opacity: 0
    }
}

@keyframes thing3-copy1 {
    0% {
        transform: translate3d(607px, 215px, 0)
    }

    80% {
        opacity: 0.8
    }

    100% {
        transform: translate3d(565px, 202px, 0);
        opacity: 0
    }
}

@keyframes thing3-copy2 {
    0% {
        transform: translate3d(693px, 229px, 0)
    }

    100% {
        transform: translate3d(731px, 157px, 0)
    }
}

@keyframes thing4 {
    0% {
        transform: translate3d(733px, 139px, 0)
    }

    80% {
        opacity: 0.8
    }

    100% {
        transform: translate3d(574px, 96px, 0);
        opacity: 0
    }
}

@keyframes thing5 {
    0% {
        opacity: 1
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes fadeOut {
    from {
        opacity: 0.9
    }

    to {
        opacity: 0
    }
}

@keyframes ball {
    from {
        transform: translate3d(596px, 392px, 0);
        opacity: 1
    }

    50% {
        opacity: 0.3
    }

    to {
        transform: translate3d(548px, 370px, 0);
        opacity: 0
    }
}

@keyframes arrow {
    from {
        background: url(/images/arrow-dark.png) center center no-repeat
    }

    to {
        background: url(/images/arrow-light.png) center center no-repeat
    }
}

@keyframes image {
    0% {
        background: url(/images/image-light.png) center center no-repeat
    }

    to {
        background: url(/images/image-dark.png) center center no-repeat
    }
}

@keyframes voice {
    0%,50% {
        background: url(/images/voice-light.png) center center no-repeat
    }

    to {
        background: url(/images/voice-dark.png) center center no-repeat
    }
}

@keyframes nlp {
    from {
        background: url(/images/nlp-dark.png) center center no-repeat
    }

    to {
        background: url(/images/nlp-light.png) center center no-repeat
    }
}

@keyframes shake {
    from,to,89% {
        transform: rotate(0)
    }

    90%,100% {
        transform: rotate(-15deg)
    }

    95% {
        transform: rotate(15deg)
    }
}