﻿@keyframes ball {
    0% {
        transform: scale(1.3)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.3)
    }
}

@keyframes ball-reverse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes line {
    0% {
        top: 15%
    }

    100% {
        top: 30%
    }
}

@keyframes robot {
    0% {
        top: 20%
    }

    50% {
        top: 25%
    }

    100% {
        top: 20%
    }
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 25px;
    line-height: 1;
    border-radius: 6px;
    font-size: 14px;
    word-wrap: nowrap;
    color: #fff;
    background: linear-gradient(90deg, #fc354c 0%, #ff4e4e 100%);
    transition: box-shadow .3s ease-in-out;
    margin-bottom: 20px
}

.button:hover {
    box-shadow: 0 10px 25px 0 rgba(255, 77, 77, .4)
}

.button-border {
    color: #fc354c;
    border: 2px solid #fc354c;
    padding: 10px 23px;
    background: rgba(0, 0, 0, 0)
}

.top-nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 65px;
    background: url("../images/index_top_nav.png") no-repeat center center/cover;
    transition: height .3s ease-in-out
}

.top-nav-bar .box {
    height: 100%;
    color: #fff;
    font-size: 16px;
    gap: 10px 40px;
    position: relative
}

.top-nav-bar .box a {
    width: 102px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fd4343;
    background-color: #fff
}

.top-nav-bar .box span {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    padding: 6px;
    border-radius: 90px;
    display: flex;
    align-items: center;
    color: #fd4343;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .6);
    transition: background-color .2s ease-in-out
}

.top-nav-bar .box span:hover {
    background-color: #fff
}

.top-nav-bar-close {
    height: 0;
    overflow: hidden
}

nav {
    transition: top .3s ease-in-out
}

.nav-top-active {
    top: 65px;
    transition: top .3s ease-in-out
}

.swiper-banner {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden
}

.swiper-banner .banner-apply-box {
    display: flex;
    align-items: center;
    gap: 20px
}

.swiper-banner .banner-apply-box a:nth-child(2) {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #ea3e41;
    border: 2px solid #ea3e41;
    background: rgba(0, 0, 0, 0)
}

.swiper-banner .swiper-slide {
    width: 100%
}

.swiper-banner .banner1-wrap {
    background: url("../images/index_banner11_bg.png") no-repeat center center/cover
}

.swiper-banner .banner-text-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url("../images/index_banner1.png") no-repeat right center/auto 65%
}

.swiper-banner .banner-text-box h2 {
    font-size: 32px;
    color: #333
}

.swiper-banner .banner-text-box p {
    max-width: 51%;
    font-size: 18px;
    line-height: 1.7;
    margin-top: 15px;
    color: #666
}

.swiper-banner .banner2-wrap {
    background: url("../images/banner2_bg.png") no-repeat center center/cover
}

.swiper-banner .banner2-wrap .banner-text-box {
    background: url("../images/index_banner2.png") no-repeat right 40%/auto 55%
}

.swiper-banner .banner3-wrap {
    background: #0f1149
}

.swiper-banner .banner3-wrap .banner-text-box {
    background: url("../images/index_banner3.png") no-repeat right 40%/auto 85%
}

.swiper-banner .banner3-wrap .banner-text-box h2 {
    color: #fff
}

.swiper-banner .banner3-wrap .banner-text-box h2 a {
    color: #fff
}

.swiper-banner .banner3-wrap .banner-text-box p {
    color: #fff;
    opacity: .8
}


.swiper-banner .banner4-wrap {
    background: url("../images/website_banner_bg.png") no-repeat top center/cover
}

.swiper-banner .banner4-wrap .banner-text-box {
    background: url("../images/index_banner4.png") no-repeat right center/46% auto
}

.swiper-banner .banner4-wrap .banner-text-box h2 {
    color: #fff
}

.swiper-banner .banner4-wrap .banner-text-box h2 a {
    color: #fff
}

.swiper-banner .banner4-wrap .banner-text-box p {
    color: #fff;
    opacity: .8
}


.swiper-banner .banner5-wrap {
    background: url("../images/index_banner11_bg.png") no-repeat top center/cover
}

.swiper-banner .banner5-wrap .banner-text-box {
    background: url("../images/index_banner5.png") no-repeat right center/46% auto
}

.swiper-banner .banner5-wrap .banner-text-box h2 {
    color: #fff
}

.swiper-banner .banner5-wrap .banner-text-box h2 a {
    color: #333
}

.swiper-banner .banner5-wrap .banner-text-box p {
    color: #333;
    opacity: .8
}

.swiper-banner .swiper-pagination {
    bottom: 65px !important
}

.swiper-banner .swiper-pagination-bullet {
    width: 32px;
    height: 6px;
    opacity: .6;
    margin: 0 6px !important;
    background: #fff;
    border-radius: 3px
}

.swiper-banner .swiper-pagination-bullet-active {
    background: #3569ef;
    width: 48px;
    height: 6px;
    opacity: 1
}

.flag-wrap {
    max-width: 1200px;
    margin: -49px auto 0;
    background-color: #f7f8fc;
    height: 98px;
    position: relative;
    z-index: 3;
    background: linear-gradient(180deg, #f2f6fc 0%, #ffffff 100%);
    box-shadow: 2px 4px 27px 0px rgba(168, 181, 198, .32);
    border-radius: 4px
}

.flag-wrap .box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    padding: 20px 0
}

.flag-wrap .flag {
    width: 20%;
    color: #fff;
    border-right: 1px solid #dedfea;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: default;
    transition: all .3s ease-in-out;
    position: relative
}

.flag-wrap .flag:before {
    content: "";
    width: 1px;
    height: 7px;
    background-color: #f7f8fc;
    position: absolute;
    right: -1px;
    top: 0
}

.flag-wrap .flag:after {
    content: "";
    width: 1px;
    height: 7px;
    background-color: #f7f8fc;
    position: absolute;
    right: -1px;
    bottom: 0
}

.flag-wrap .flag:last-child {
    border: none
}

.flag-wrap .flag div {
    transition: all .3s ease-in-out
}

.flag-wrap .flag .flag-img {
    display: flex;
    align-items: center;
    width: 35px;
    height: 42px;
    margin-right: 15px
}

.flag-wrap .flag .flag-img img {
    width: 100%;
    max-width: 35px
}

.flag-wrap .flag h3 {
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #333
}

.flag-wrap .flag h3 span {
    font-size: 16px;
    font-weight: normal;
    margin-left: 4px
}

.flag-wrap .flag p {
    font-size: 14px;
    opacity: .8;
    color: #666
}

.flag-wrap .flag:hover div {
    transform: translateY(-6px)
}

.flag-wrap .flag:nth-child(2) img {
    max-height: 36px
}

.index-mana-wrap .price-box {
    display: flex;
    margin: 30px auto 0;
    justify-content: center
}

.index-mana-wrap .price-box a {
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    color: #666;
    background-color: #f0f0f0;
    transition: all .3s ease-in-out
}

.index-mana-wrap .price-box a:hover {
    box-shadow: 3px 15px 15px rgba(0, 0, 0, .1)
}

.index-mana-wrap .price-box a:last-child {
    margin-left: 25px;
    color: #fff;
    background-color: #e83820;
    background: linear-gradient(to right, #f45b4b, #ea3e41)
}

.index-mana-wrap .price-box a:last-child:hover {
    box-shadow: 0 10px 25px 0 rgba(238, 77, 45, .4)
}

.mana-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1260px;
    padding: 0 30px
}

.mana-box .mana-link {
    display: block;
    width: 49%
}

.mana-box .mana-link:nth-child(n+4) {
    margin-top: 24px
}

.mana-box .mana-link-top {
    width: 100%
}

.mana-top {
    width: 100%;
    padding: 40px;
    position: relative;
    margin-bottom: 24px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #f0f5ff, #d6ddfe 100%);
    transition: all .3s ease-in-out
}

.mana-top .mana-more-box {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all .4s ease-in-out
}

.mana-top .mana-more-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    padding: 4px 12px;
    color: #fff;
    border: 2px solid rgba(0, 0, 0, 0);
    background: linear-gradient(90deg, #fc354c 0%, #ff4e4e 100%);
    border-radius: 4px;
    transition: all .3s ease-in-out
}

.mana-top .mana-more-box a:nth-child(2) {
    color: #fc354c;
    background: rgba(0, 0, 0, 0);
    border: 2px solid #fc354c
}

.mana-top .mana-more-box a:hover {
    box-shadow: 0 10px 15px 0 rgba(255, 77, 77, .2)
}

.mana-top:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 20px 0px rgba(47, 72, 88, .07)
}

.mana-top:hover .mana-more-box {
    opacity: 1;
    transform: translateY(0)
}

.mana-top .mana-text {
    flex: 1
}

.mana-top .mana-text .mana-link-link {
    display: block;
    font-size: 24px;
    line-height: 1;
    color: #000;
    margin-bottom: 15px;
    transition: all .2s ease-in-out
}

.mana-top .mana-text .mana-link-link:hover {
    color: #e6251f
}

.mana-top .mana-text .mana-link-link img {
    height: 18px;
    vertical-align: top
}

.mana-top .mana-text p {
    font-size: 14px;
    line-height: 1.7;
    color: #999;
    margin-bottom: 20px
}

.mana-top .mana-text ul {
    padding-left: 20px;
    margin-bottom: 25px
}

.mana-top .mana-text ul li {
    color: #333;
    line-height: 2;
    list-style: disc
}

.mana-top .mana-text .mana-more-link {
    display: flex;
    align-items: center
}

.mana-top .mana-text .mana-more-link a {
    display: block;
    color: #999;
    line-height: 1;
    padding: 0 16px;
    position: relative;
    transition: all .2s ease-in-out
}

.mana-top .mana-text .mana-more-link a:not(:last-child):after {
    content: "|";
    font-weight: bold;
    color: #ccc;
    font-size: 12px;
    position: absolute;
    top: 1px;
    right: 6px
}

.mana-top .mana-text .mana-more-link a:first-child {
    padding-left: 0;
    color: #2bd89c
}

.mana-top .mana-text .mana-more-link a:nth-child(2) {
    padding-left: 0;
    color: #e83820
}

.mana-top .mana-text .mana-more-link a:nth-child(3) {
    padding-left: 0;
    color: #2190fb
}

.mana-top .mana-text .mana-more-link a:nth-child(4) {
    padding-left: 0;
    color: #f90
}

.mana-top .mana-top-img {
    width: 48%;
    margin-right: 5%
}

.mana-item-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.mana-item-box .mana-item:nth-child(n+3) {
    padding: 40px 8px 15px 15px
}

.mana-item {
    width: 49%;
    padding: 20px 0 20px 15px;
    margin-bottom: 24px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f0f0f0;
    background: linear-gradient(90deg, #f0f5ff, #d6ddfe 100%);
    background-size: 200% 100%;
    transition: all .3s ease-in-out
}

.mana-item .mana-more-box {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all .4s ease-in-out
}

.mana-item .mana-more-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    padding: 4px 12px;
    margin-bottom: 25px;
    color: #fff;
    border: 2px solid rgba(0, 0, 0, 0);
    background: linear-gradient(90deg, #fc354c 0%, #ff4e4e 100%);
    border-radius: 4px;
    transition: all .3s ease-in-out
}

.mana-item .mana-more-box a:nth-child(2) {
    color: #fc354c;
    background: rgba(0, 0, 0, 0);
    border: 2px solid #fc354c
}

.mana-item .mana-more-box a:hover {
    box-shadow: 0 10px 15px 0 rgba(255, 77, 77, .2)
}

.mana-item .mana-text {
    flex: 1
}

.mana-item .mana-text .mana-link-link {
    display: block;
    font-size: 24px;
    line-height: 1;
    color: #000;
    margin-bottom: 20px;
    transition: all .2s ease-in-out
}

.mana-item .mana-text .mana-link-link:hover {
    color: #e6251f
}

.mana-item .mana-text p {
    font-size: 14px;
    line-height: 1.7;
    color: #999;
    margin-bottom: 12px
}

.mana-item .mana-text ul {
    padding-left: 20px;
    margin-bottom: 20px
}

.mana-item .mana-text ul li {
    color: #333;
    line-height: 1.7;
    list-style: disc;
    margin-top: 8px;
    margin-bottom: 8px
}

.mana-item .mana-text .mana-more {
    display: block;
    width: 200px;
    overflow: hidden;
    color: #e6251f;
    text-indent: -80px;
    margin: 0;
    transition: all .3s ease-in-out
}

.mana-item .mana-img {
    width: 43%
}

.mana-item .mana-img img {
    max-width: 100%;
    opacity: 1;
    transition: all .3s ease-in-out
}

.mana-item:nth-child(2) {
    background: linear-gradient(90deg, #ebf3fd, #d2e0f1 100%)
}

.mana-item:nth-child(3) {
    background: linear-gradient(90deg, #f4eff8, #e0d8f5 100%)
}

.mana-item:nth-child(4) {
    background: linear-gradient(90deg, #e8eeff, #e8eeff 100%)
}

.mana-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 20px 0px rgba(47, 72, 88, .07)
}

.mana-item:hover .mana-more-box {
    opacity: 1;
    transform: translateY(0)
}

.mana-item:hover .mana-img img {
    transform: scale(1);
    opacity: .9
}

.mana-item:hover .mana-text .mana-more {
    text-indent: 10px
}

.index-mana-tab {
    display: flex;
    max-width: 1180px;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 20px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0
}

.index-mana-tab li {
    position: relative;
    font-size: 18px;
    margin-top: -10px;
    line-height: 2;
    color: #666;
    margin-right: 98px;
    border-bottom: 2px solid #e41c1c
}

.index-mana-tab li span {
    position: absolute;
    left: 0;
    bottom: -2px;
    display: block;
    height: 8px;
    width: 100%;
    z-index: 20;
    background-color: #fff;
    transition: all .3s ease-in-out
}

.index-mana-tab li.active,
.index-mana-tab li:hover {
    color: #e72735
}

.index-mana-tab li.active:after,
.index-mana-tab li:hover:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: -4.5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #e41c1c;
    border-left: 2px solid #e41c1c;
    background-color: #fff;
    z-index: 10;
    transform: rotate(45deg)
}

.index-mana-tab li.active span,
.index-mana-tab li:hover span {
    transform: translateX(120px)
}

.index-mana-tab li:last-child {
    margin-right: 0
}

.index-mana {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: all .4s ease-in-out
}

.index-mana .index-mana-img {
    width: 57%;
    height: 415px;
    padding: 0 2% 10px 0;
    display: flex;
    align-items: center
}

.index-mana .index-mana-img img {
    width: 100%
}

.index-mana .index-mana-img-big {
    padding: 0 2% 10px
}

.index-mana-right {
    width: 43%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.index-mana-right .index-mana-right-item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 20px
}

.index-mana-right .index-mana-right-item img {
    max-width: 24px;
    margin-right: 20px
}

.index-mana-right .index-mana-right-item .index-mana-right-icon {
    max-width: 26px;
    margin-right: 18px
}

.index-mana-right .index-mana-right-item .index-mana-right-icon-small-small {
    max-width: 21px;
    margin-right: 21px
}

.index-mana-right .index-mana-right-item:hover h4 {
    color: #e8232a
}

.index-mana-right h4 {
    font-size: 18px;
    line-height: 2;
    color: #000
}

.index-mana-right p {
    font-size: 14px;
    line-height: 2;
    color: #999
}

.index-mana-right .index-mana-apply {
    width: 100%;
    overflow: hidden;
    background: url("https://www.7x24cc.com/assets2/images/tele_mana_right_bg.png") no-repeat right bottom/80%
}

.index-mana-right .index-mana-apply a {
    display: block;
    margin: 40px 0;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    background-color: #e83820;
    background: linear-gradient(to right, #f45b4b, #ea3e41);
    transition: all .4s ease-in-out
}

.index-mana-right .index-mana-apply a:hover {
    box-shadow: 10px 10px 25px 0 rgba(238, 77, 45, .4)
}

.banner-wrap {
    width: 100%;
    height: 550px;
    background: url("../images/index_banner.png") no-repeat left top/cover
}

.banner-wrap .banner-box {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative
}

.banner-wrap .banner-box .banner-title {
    font-size: 36px;
    color: #fff
}

.banner-wrap .banner-box p {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #fff;
    opacity: .8
}

.banner-wrap .banner-box .banner-right {
    width: 550px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center
}

.banner-wrap .banner-box .banner-right .banner-right-ball1 {
    width: 55px;
    position: absolute;
    top: 30%;
    left: 0;
    animation: ball-reverse 2.5s ease-in-out infinite
}

.banner-wrap .banner-box .banner-right .banner-right-ball2 {
    width: 55px;
    position: absolute;
    top: 45%;
    left: 10%;
    animation: ball 2.5s ease-in-out infinite
}

.banner-wrap .banner-box .banner-right .banner-right-ball3 {
    width: 55px;
    position: absolute;
    top: 17%;
    left: 66%;
    animation: ball-reverse 2.5s ease-in-out infinite
}

.banner-wrap .banner-box .banner-right .banner-right-ball4 {
    width: 55px;
    position: absolute;
    top: 26%;
    left: 90%;
    animation: ball 2.5s ease-in-out infinite
}

.banner-wrap .banner-box .banner-right .banner-right-line {
    position: absolute;
    top: 30%;
    left: 0;
    animation: line 1s ease-in-out 1
}

.banner-wrap .banner-box .banner-right .banner-right-robot {
    width: 70%;
    position: absolute;
    top: 20%;
    left: 20%;
    animation: robot 2.5s ease-in-out infinite
}

.banner-wrap .banner-box .banner-apply {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    transition: all .3s ease-in-out;
    background: linear-gradient(90deg, #fc354c 0%, #ff4e4e 100%)
}

.banner-wrap .banner-box .banner-apply:hover {
    box-shadow: 0 10px 15px 0 rgba(238, 77, 45, .2)
}

.banner-article-wrap {
    width: 100%;
    height: 100px;
    padding: 28px 0;
    display: flex;
    position: absolute;
    left: 0;
    bottom: -50px;
    z-index: 10;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .2)
}

.banner-article-wrap .banner-article {
    flex: 1;
    display: flex;
    align-items: center
}

.banner-article-wrap .banner-article a {
    display: block;
    max-width: 70%;
    margin-left: 18%;
    text-align: center
}

.banner-article-wrap .banner-article a h3 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
    color: #333;
    transition: all .1s ease-in-out
}

.banner-article-wrap .banner-article a p {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.banner-article-wrap .banner-article a:hover h3 {
    color: #fc354c
}

.banner-article-wrap .banner-article:nth-child(2) {
    border-left: 1px solid #d5dbe2;
    border-right: 1px solid #d5dbe2
}

.product-wrap {
    overflow: hidden;
    padding-top: 50px;
    background: #f9fafc url("../images/product_wrap_bg.png") no-repeat left top/cover
}

.product-wrap .product-box {
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: 0px 10px 18px rgba(29, 63, 128, .08)
}

.product-wrap .product-box .product-tab-wrap {
    box-shadow: 0px 10px 18px rgba(26, 38, 100, .08)
}

.product-tab-box {
    width: 80%;
    margin: 0 auto
}

.product-tab-box .product-tab {
    width: 20%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    text-align: center;
    cursor: pointer
}

.product-tab-box .active {
    color: #fff;
    background: linear-gradient(90deg, #fc354c 0%, #ff4e4e 100%)
}

.product-con-wrap {
    padding: 5% 10%
}

.product-con-wrap .product-con-box {
    display: none
}

.product-con-wrap .active {
    display: flex
}

.product-con-wrap .product-right {
    width: 50%
}

.product-left {
    width: 50%
}

.product-left .product-left-img {
    width: 35px;
    margin-right: 15px
}

.product-left .product-left-item {
    justify-content: flex-start;
    margin-bottom: 40px
}

.product-left .product-left-item:hover {
    color: #fc354c
}

.product-left .product-left-item h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    transition: all .1s ease-in-out
}

.product-left .product-left-item h4 a {
    color: #333;
    transition: all .1s ease-in-out
}

.product-left .product-left-item h4 a:hover {
    color: #fc354c
}

.product-left .product-left-item p {
    font-size: 14px;
    color: #999
}

.product-left .product-left-item:last-child {
    margin-bottom: 0
}

.product-left a {
    color: #f54c49
}

.product-left a i {
    vertical-align: middle;
    font-size: 14px;
    margin-left: 2px;
    transition: all .3s ease-in-out
}

.product-left a:hover i {
    margin-left: 8px
}

.webchat-wrap {
    background: #fff url("../images/product_wrap_bg.png") no-repeat left top/cover
}

.webchat-wrap .webchat-box {
    max-width: 1080px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.webchat-wrap .webchat-box .webchat-left {
    width: 44%
}

.webchat-wrap .webchat-box .webchat-center {
    width: 14%
}

.webchat-wrap .webchat-box .webchat-right {
    width: 39%
}

.webchat-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.webchat-left a {
    position: relative;
    z-index: 9;
    font-size: 18px;
    width: 48%;
    height: 92px;
    line-height: 85px;
    text-indent: 45%;
    transition: all .3s ease-in-out
}

.webchat-left a .webchat-bg {
    position: absolute;
    top: 23.5px;
    left: 65px;
    width: 0;
    z-index: -1;
    height: 40px;
    transition: all .3s ease-in-out
}

.webchat-left a:nth-child(1) {
    background: url("../images/index_webchat_bg5t.png") no-repeat center center/cover
}

.webchat-left a:nth-child(1) .webchat-bg-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url("../images/index_webchat_bg5t.png") no-repeat center center/cover
}

.webchat-left a:nth-child(1):hover .webchat-bg {
    background: #2bd89c
}

.webchat-left a:nth-child(2) {
    background: url("../images/index_webchat_bg1t.png") no-repeat center center/cover
}

.webchat-left a:nth-child(2) .webchat-bg-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url("../images/index_webchat_bg1t.png") no-repeat center center/cover
}

.webchat-left a:nth-child(2):hover .webchat-bg {
    background: #5382ff
}

.webchat-left a:nth-child(3) {
    background: url("../images/index_webchat_bg3t.png") no-repeat center center/cover
}

.webchat-left a:nth-child(3) .webchat-bg-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url("../images/index_webchat_bg3t.png") no-repeat center center/cover
}

.webchat-left a:nth-child(3):hover .webchat-bg {
    background: #5382ff
}

.webchat-left a:nth-child(4) {
    background: url("../images/index_webchat_bg7t.png") no-repeat center center/cover
}

.webchat-left a:nth-child(4) .webchat-bg-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url("../images/index_webchat_bg7t.png") no-repeat center center/cover
}

.webchat-left a:nth-child(4):hover .webchat-bg {
    background: #2bd89c
}

.webchat-left a:nth-child(5) {
    background: url("../images/index_webchat_bg2t.png") no-repeat center center/cover
}

.webchat-left a:nth-child(5) .webchat-bg-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url("../images/index_webchat_bg2t.png") no-repeat center center/cover
}

.webchat-left a:nth-child(5):hover .webchat-bg {
    background: #ff6664
}

.webchat-left a:nth-child(6) {
    background: url("../images/index_webchat_bg4t.png") no-repeat center center/cover
}

.webchat-left a:nth-child(6) .webchat-bg-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url("../images/index_webchat_bg4t.png") no-repeat center center/cover
}

.webchat-left a:nth-child(6):hover .webchat-bg {
    background: #ff6664
}

.webchat-left a:nth-child(7) {
    background: url("../images/index_webchat_bg6t.png") no-repeat center center/cover
}

.webchat-left a:nth-child(7) .webchat-bg-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url("../images/index_webchat_bg6t.png") no-repeat center center/cover
}

.webchat-left a:nth-child(7):hover .webchat-bg {
    background: #edaf35
}

.webchat-left a:nth-child(8) {
    background: url("../images/index_webchat_bg8t.png") no-repeat center center/cover
}

.webchat-left a:nth-child(8) .webchat-bg-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url("../images/index_webchat_bg8t.png") no-repeat center center/cover
}

.webchat-left a:nth-child(8):hover .webchat-bg {
    background: #edaf35
}

.webchat-left a .webchat-left-show {
    opacity: 1;
    transition: opacity .3s ease-in-out
}

.webchat-left a .webchat-left-hover {
    position: absolute;
    opacity: 0;
    transform: rotateX(90deg);
    transition: opacity .3s ease-in-out
}

.webchat-left a:hover {
    text-indent: 38%;
    color: #fff
}

.webchat-left a:hover .webchat-left-show {
    opacity: 0;
    position: absolute;
    transform: scale(0)
}

.webchat-left a:hover .webchat-left-hover {
    position: static;
    transform: rotateX(0deg);
    opacity: 1
}

.webchat-left a:hover .webchat-bg {
    border-radius: 0 99px 99px 0;
    width: 148px
}

@keyframes tpm-solution__nav-icon-enter {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 0 -800px
    }
}

@keyframes tpm-solution__nav-icon-leave {
    0% {
        background-position: 0 -800px
    }

    to {
        background-position: 0 0
    }
}

.strong-wrap {
    background: #f9fafc url("../images/index_strong_bg.png") no-repeat left top/cover
}

.strong-wrap .strong-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.strong-wrap .strong-box .strong .strong-img {
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top
}

.strong-wrap .strong-box .strong:hover .strong-img {
    animation: tpm-solution__nav-icon-enter .3s steps(16) forwards
}

.strong-wrap .strong-box .strong:first-child .strong-img {
    background-image: url("../images/index_strong1.png")
}

.strong-wrap .strong-box .strong:nth-child(2) .strong-img {
    background-image: url("../images/index_strong2.png")
}

.strong-wrap .strong-box .strong:nth-child(3) .strong-img {
    background-image: url("../images/index_strong3.png")
}

.strong-wrap .strong-box .strong:nth-child(4) .strong-img {
    background-image: url("../images/index_strong4.png")
}

.strong-wrap .strong-box .strong:nth-child(5) .strong-img {
    background-image: url("../images/index_strong5.png")
}

.strong-wrap .strong-box .strong:nth-child(6) .strong-img {
    background-image: url("../images/index_strong6.png")
}

.strong-wrap .strong-box .strong:nth-child(7) .strong-img {
    background-image: url("../images/index_strong7.png")
}

.strong-wrap .strong-box .strong:nth-child(8) .strong-img {
    background-image: url("../images/index_strong8.png")
}

.strong-img.is-enter {
    animation: tpm-solution__nav-icon-enter .3s steps(16) forwards
}

.strong-img.is-leave {
    animation: tpm-solution__nav-icon-leave .3s steps(16) forwards
}

.strong {
    width: 23.5%;
    margin-bottom: 2%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
    background: #fff;
    box-shadow: 0px 8px 10px rgba(100, 115, 155, .2);
    transition: all .3s ease-in-out
}

.strong:hover {
    transform: translatey(-5px);
    box-shadow: 0px 20px 10px rgba(100, 115, 155, .2)
}

.strong:hover h4 {
    color: #fc354c
}

.strong h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    transition: all .1s ease-in-out
}

.strong p {
    font-size: 14px;
    color: #999
}

.solve-wrap {
    overflow: hidden;
    background: #fff url("../images/index_solve_bg.png") no-repeat left top/cover
}

.solve-wrap .solve-box {
    background-color: #fff;
    box-shadow: 0px 10px 18px rgba(29, 63, 128, .08)
}

.solve-tab-box {
    width: 100%;
    padding: 0 10%;
    position: relative;
    z-index: 9;
    box-shadow: 10px 10px 18px rgba(29, 63, 128, .08)
}

.solve-tab-box .solve-tab {
    width: 20%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    text-align: center;
    cursor: pointer
}

.solve-tab-box .active {
    color: #fff;
    background: linear-gradient(90deg, #fc354c 0%, #ff4e4e 100%)
}

.solve-con-wrap {
    width: 100%
}

.solve-con-wrap .solve-con-box {
    padding: 8% 10% 4%
}

.solve-con-wrap .solve-con-box:nth-child(1) {
    background: url("../images/index_solve_con_bg1.png") no-repeat left top/cover
}

.solve-con-wrap .solve-con-box:nth-child(2) {
    background: url("../images/index_solve_con_bg2.png") no-repeat left top/cover
}

.solve-con-wrap .solve-con-box:nth-child(3) {
    background: url("../images/index_solve_con_bg3.png") no-repeat left top/cover
}

.solve-con-wrap .solve-con-box:nth-child(4) {
    background: url("../images/index_solve_con_bg4.png") no-repeat left top/cover
}

.solve-con-wrap .solve-con-box:nth-child(5) {
    background: url("../images/index_solve_con_bg5.png") no-repeat left top/cover
}

.solve-con-wrap .solve-con-box:nth-child(6) {
    background: url("../images/index_solve_con_bg6.png") no-repeat left top/cover
}

.solve-con-wrap .solve-con-box:nth-child(7) {
    background: url("../images/index_solve_con_bg7.png") no-repeat left top/cover
}

.solve-left {
    width: 100%
}

.solve-left .solve-left-img {
    width: 35px;
    margin-right: 15px
}

.solve-left .solve-left-item {
    justify-content: flex-start
}

.solve-left .solve-left-item:hover {
    color: #fc354c
}

.solve-left .solve-left-item a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    transition: all .2s ease-in-out
}

.solve-left .solve-left-item p {
    font-size: 14px;
    color: #999;
    width: 52%
}

.solve-left .solve-bottom {
    width: -moz-fit-content;
    width: fit-content;
    height: 34px;
    margin: 60px 0 30px;
    background-color: #fff
}

.solve-left .solve-bottom a {
    text-align: center;
    height: 100%;
    line-height: 34px;
    font-size: 14px;
    padding: 0 20px;
    transition: all .3s ease-in-out
}

.solve-left .solve-bottom a i {
    font-size: 14px;
    margin-left: 3px;
    transition: all .3s ease-in-out;
    display: inline-block
}

.solve-left .solve-bottom a:hover {
    color: #fc354c
}

.solve-left .bottom-link {
    display: block;
    line-height: 34px;
    font-size: 14px;
    padding: 0 20px;
    font-weight: 500;
    color: #fc354c;
    border-right: 0;
    transition: all .3s ease-in-out
}

.solve-left .bottom-link i {
    font-size: 14px;
    margin-left: 3px;
    transition: all .3s ease-in-out;
    display: inline-block
}

.solve-left .bottom-link:hover {
    color: #fc354c
}

.solve-left .bottom-link:hover i {
    transform: translateX(5px)
}

.custom-wrap {
    background-color: #f9fafc
}

.custom-box {
    margin-top: -10px
}

.custom-box .custom-swiper {
    padding: 10px 75px 30px
}

.custom-box .custom-swiper .swiper-slide {
    display: block;
    width: 320px;
    box-shadow: 0px 10px 18px rgba(29, 63, 128, .08);
    transition: all .1s ease-in-out
}

.custom-box .custom-swiper .swiper-slide:hover {
    transform: translateY(-5px)
}

.custom-box .custom-swiper .swiper-button-prev {
    top: 0;
    left: -15px;
    height: 440px;
    width: 75px;
    font-weight: bolder;
    color: #b6bac3;
    background-color: #f9fafc;
    transition: all .3s ease-in-out
}

.custom-box .custom-swiper .swiper-button-prev:hover {
    color: #fd4b4e
}

.custom-box .custom-swiper .swiper-button-next {
    top: 0;
    right: -15px;
    height: 440px;
    width: 75px;
    font-weight: bolder;
    color: #b6bac3;
    background-color: #f9fafc;
    transition: all .3s ease-in-out
}

.custom-box .custom-swiper .swiper-button-next:hover {
    color: #fd4b4e
}

.swiper-slide-box {
    padding: 6%
}

.swiper-slide-box h4 {
    font-size: 16px;
    font-weight: bold
}

.swiper-slide-box p {
    font-size: 14px;
    color: #999;
    margin: 10px 0 12%
}

.swiper-slide-box .swiper-slide-bottom .swiper-slide-flag {
    width: 48px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #fd4b4e
}

.swiper-slide-box .swiper-slide-bottom a {
    color: #fd4b4e
}

.swiper-slide-box .swiper-slide-bottom a i {
    font-size: 14px;
    margin-left: 10px;
    display: inline-block;
    transition: all .3s ease-in-out
}

.swiper-slide-box .swiper-slide-bottom a:hover i {
    transform: translateX(5px)
}

.custom-logo-box {
    padding: 0 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.custom-logo-box .custom-logo {
    width: 19%;
    margin-bottom: 1%;
    border: 1px dashed #d5dbe2;
    transition: all .3s ease-in-out
}

.custom-logo-box .custom-logo:hover {
    box-shadow: 0px 10px 18px rgba(29, 63, 128, .08)
}

.custom-logo-box .custom-logo img {
    width: 100%
}

.why-wrap {
    background: url("../images/index_why_bg.png") no-repeat left top/cover
}

.why-wrap .why {
    width: 18.5%;
    padding: 4% 2%;
    background-color: #fff;
    text-align: center
}

.why-wrap .why img {
    width: 50px
}

.why-wrap .why h3 {
    font-size: 18px;
    margin-top: 15%;
    color: #fc444d;
    font-weight: bold
}

.why-wrap .why h4 {
    font-size: 18px
}

.why-wrap .why p {
    font-size: 14px;
    margin-top: 15%;
    line-break: anywhere
}

.why-wrap .why-bot-box {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 4%
}

.why-wrap .why-bot {
    width: 18%;
    display: flex;
    align-items: center
}

.why-wrap .why-bot:nth-child(1) {
    width: 12%
}

.why-wrap .why-bot:nth-child(2) {
    width: 21%
}

.why-wrap .why-bot img {
    height: 55px;
    margin-right: 15px
}

.why-wrap .why-bot p {
    color: #fff
}

.compare-wrap .compare-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.compare-wrap .button-apply-big {
    margin-top: 60px
}

.compare-item {
    width: 23%;
    border-radius: 4px;
    transition: all .3s ease-in-out;
    position: relative
}

.compare-item .iconfont {
    font-size: 25px;
    color: #fff;
    margin-right: 8px;
}

.compare-item .compare-head {
    border-radius: 4px;
    overflow: hidden;
    background: linear-gradient(121deg, #8ba9fc 0%, #638df7 100%);
    text-align: center;
    padding: 30px 0
}

.compare-item .compare-head h2 {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px
}

.compare-item .compare-head p {
    width: 90%;
    margin: 15px auto 0;
    font-size: 14px;
    color: #fff;
    opacity: .8
}


.compare-item ul {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    gap: 10px;
}

.compare-item li {
    flex: 1 1 calc(50% - 10px);
    min-width: 100px;
    margin: 5px 0;
}

.compare-item a {
    display: block;
    padding: 12px 20px;
    background: #f8f9fa;
    border-radius: 6px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 14px;
    text-align: center;
}

.compare-item a:hover {
    background: #e9ecef;
    transform: translateY(-2px);
}

/* 移动端适配 */
@media (max-width: 768px) {
    .compare-item ul {
        justify-content: center;
    }

    .compare-item li {
        flex: auto;
        min-width: auto;
    }

    .compare-item a {
        padding: 5px;
        font-size: 13px;
    }

    .compare-head h2 {
        font-size: 18px;
    }
}

/* 大屏幕适配 */
@media (min-width: 1200px) {
    .compare-item ul {
        padding: 20px;
        gap: 15px;
    }

    .compare-item a {
        padding: 10px 5px;
        font-size: 14px;
    }
}



.compare-item .compare-buy {
    display: block;
    margin: 25px auto;
    width: 220px;
    height: 38px;
    line-height: 38px;
    color: #6ba3f7;
    border: 1px solid #6ba3f7;
    background: rgba(107, 163, 247, .1);
    text-align: center;
    transition: all .3s ease-in-out
}

.compare-item .compare-con {
    padding-left: 30px;
    padding-bottom: 80px
}

.compare-item .compare-con h4 {
    font-size: 14px;
    line-height: 1.7;
    color: #999;
    margin-left: 18%;
    margin-bottom: 5px
}

.compare-item .compare-con .compare-con-text {
    padding-left: 18%;
    font-size: 13px
}

.compare-item .compare-con .compare-con-text h3 {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin-top: 15px;
    margin-bottom: 5px
}

.compare-item .compare-con .compare-con-text p {
    line-height: 2;
    color: #666
}

.compare-item .compare-con .compare-con-text p i {
    font-size: 13px;
    color: #5b93f1;
    margin-right: 5px
}

.compare-item:hover {
    box-shadow: 0px 9px 34px 1px rgba(212, 213, 222, .47)
}

.compare-item:hover .compare-buy {
    color: #fff;
    border: 1px solid #6ba3f7;
    background: #6ba3f7
}

.compare-item hr {
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0
}

.compare-item .price-detail-link {
    position: absolute;
    left: 50%;
    bottom: 7px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 15px auto;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
    color: #ec3a3a;
    transform: translateX(-50%);
    transition: all .3s ease-in-out, transform 0s;
    border-bottom: 1px solid
}

.compare-item .price-detail-link:hover {
    color: #ec3a3a;
    border-bottom: 1px solid rgba(0, 0, 0, 0)
}

.compare-item-base {
    background: #f6f7ff
}

.compare-item-base .compare-head {
    background: linear-gradient(101deg, #9a9fea 0%, #6d74cc 100%)
}

.compare-item-base .compare-buy {
    color: #6d74cc;
    background: #f2efff;
    border: 1px solid #6d74cc
}

.compare-item-base .compare-con-text p i {
    color: #9b95eb !important
}

.compare-item-base:hover .compare-buy {
    color: #fff;
    border: 1px solid #6d74cc;
    background: #6d74cc
}

.compare-item-classic {
    background: #fcf8f7;
    overflow: visible;
    position: relative
}

.compare-item-classic .price-most-hot {
    position: absolute;
    top: -6px;
    right: -8px
}

.compare-item-classic .compare-head {
    background: linear-gradient(-36deg, #f15555 0%, #f99191 100%)
}

.compare-item-classic .compare-con-text i {
    color: #f15b5b !important
}

.compare-item-classic .compare-buy {
    color: #ec3a3a;
    background: #ffe7e7;
    border: 1px solid #ec3a3a
}

.compare-item-classic:hover .compare-buy {
    color: #fff;
    border: 1px solid #f46b6b;
    background: #f46b6b
}

.compare-item-com {
    background: linear-gradient(92deg, #efbf63 1%, #d7b16b 100%)
}

.news-wrap {
    background-color: #f9fafc;
    padding-bottom: 40px
}

.news-box {
    background-color: #fff;
    box-shadow: 0px 10px 18px rgba(29, 63, 128, .08)
}

.news-box .news-tab-box {
    display: flex;
    align-items: center;
    height: 38px;
    line-height: 38px;
    padding: 0 2%;
    box-shadow: 0px 10px 18px rgba(29, 63, 128, .08)
}

.news-box .news-tab-box .news-tab {
    height: 100%;
    padding: 0 4%
}

.news-box .news-tab-box .active {
    color: #fff;
    background: linear-gradient(90deg, #fc354c 0%, #ff4e4e 100%)
}

.news-box .news-con-wrap {
    padding: 2%;
    min-height: 294px
}

.news-box .news-con-wrap .active {
    display: flex
}

.news-con {
    display: none;
    justify-content: space-between
}

.news-con .news-con-img {
    width: 40%
}

.news-con .news-con-img img {
    width: 100%;
    height: 254px
}

.news-con .news-con-right {
    width: 58%;
    margin-top: -8px
}

.news-con .news-con-right a {
    display: block
}

.news-con .news-con-right a div {
    width: 100%;
    border-bottom: 1px solid #e8eaed
}

.news-con .news-con-right a h3 {
    max-width: 60%;
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .1s ease-in-out
}

.news-con .news-con-right a span {
    font-weight: normal;
    color: #666
}

.news-con .news-con-right a p {
    height: 0;
    overflow: hidden;
    padding: 0 10px;
    font-size: 14px;
    font-weight: light;
    color: #666;
    background-color: #f7f9fd;
    transition: all .2s ease-in-out
}

.news-con .news-con-right a:hover h3 {
    transform: translateX(-1px);
    color: #f54c49
}

.news-con .news-con-right a:hover h3 span {
    color: #f54c49
}

.news-con .news-con-right .active {
    display: block
}

.news-con .news-con-right .active p {
    height: 58px;
    padding: 8px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal
}

.news-con .news-con-right .news-con-more {
    margin-top: 10px;
    color: #f54c49
}

.news-con .news-con-right .news-con-more i {
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    margin-left: 5px;
    transition: all .3s ease-in-out
}

.news-con .news-con-right .news-con-more:hover i {
    transform: translateX(5px)
}

.agent-fix-wrap {
    position: fixed;
    bottom: 0;
    left: 10%;
    z-index: 10;
    width: 80%;
    height: 64px;
    padding: 0 15px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    transition: all .5s ease-in-out;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .12) 0px 0px 43px 7px
}

.agent-fix-wrap .box {
    height: 100%;
    border-radius: 8px 8px 0 0;
    align-items: center;
    flex-wrap: nowrap
}

.agent-fix-wrap .box .flex {
    flex: 1;
    align-items: flex-start
}

.agent-fix-wrap .box .flex .iconfont {
    color: #ec8f00;
    font-size: 16px;
    margin-top: -2px;
    margin-right: 5px
}

.agent-fix-wrap h3 {
    font-size: 20px;
    color: #fff
}

.agent-fix-wrap p {
    font-size: 14px;
    color: #6e7080;
    margin-right: 10px
}

.agent-fix-wrap .button-close {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: 30px;
    padding: 0 15px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(to right, #f45b4b, #ea3e41);
    transition: all .3s ease-in-out
}

.agent-fix-wrap .button-close:hover {
    box-shadow: 0 10px 25px 0 rgba(238, 77, 45, .4)
}

.agent-fix-wrap .agent-btn {
    display: flex;
    align-items: center;
    position: relative
}

.agent-fix-wrap .agent-btn a {
    display: block;
    width: 102px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 30px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to right, #f45b4b, #ea3e41);
    transition: all .3s ease-in-out
}

.agent-fix-wrap .agent-btn a:hover {
    box-shadow: 0 10px 25px 0 rgba(238, 77, 45, .4)
}

.agent-fix-wrap .agent-btn i {
    position: absolute;
    top: -10px;
    right: 0;
    color: #fff;
    font-size: 18px;
    cursor: pointer
}

.agent-fix-wrap-active {
    height: 0
}

.bottom-apply-wrap {
    padding-top: 40px
}

.bottom-apply-wrap .bottom-apply-box {
    background: url("../images/index_bottom_apply.png") no-repeat left top/100% 100%;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3% 0
}

.bottom-apply-wrap .bottom-apply-box h4 {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px
}

.bottom-apply-wrap .bottom-apply-box .bottom-apply {
    display: flex;
    justify-content: space-between;
    width: 30%;
    height: 38px;
    line-height: 38px;
    padding: 2px;
    overflow: hidden;
    background: #feffff;
    box-shadow: 0px 9px 6px rgba(52, 16, 16, .19);
    opacity: 1;
    border-radius: 10px
}

.bottom-apply-wrap .bottom-apply-box .bottom-apply form{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.bottom-apply-wrap .bottom-apply-box .bottom-apply input {
    flex: 1;
    text-indent: 25px;
    height: 100%;
    line-height: 34px;
    outline: none;
    padding: 0;
    border: none
}

.bottom-apply-wrap .bottom-apply-box .bottom-apply input:active,
.bottom-apply-wrap .bottom-apply-box .bottom-apply input:focus {
    box-shadow: none
}

.bottom-apply-wrap .bottom-apply-box .bottom-apply .bottom-apply-btn {
    text-align: center;
    padding: 0 20px;
    border-radius: 8px;
    height: 100%;
    line-height: 34px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    background-color: #fd4040
}

@media screen and (min-width: 992px)and (max-width: 1199px) {
    .why-box {
        align-items: stretch
    }

    .swiper-slide-box p {
        height: 63px
    }
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    .banner-wrap {
        height: 450px
    }

    .banner-wrap .banner-box h1 {
        font-size: 24px
    }

    .banner-wrap .banner-box p {
        font-size: 16px
    }

    .banner-wrap .banner-box .banner-right {
        width: 40%
    }

    .banner-wrap .banner-box .banner-right .banner-right-ball1 {
        width: 45px
    }

    .banner-wrap .banner-box .banner-right .banner-right-ball2 {
        width: 45px
    }

    .banner-wrap .banner-box .banner-right .banner-right-ball3 {
        width: 45px
    }

    .banner-wrap .banner-box .banner-right .banner-right-ball4 {
        width: 45px
    }

    .banner-wrap .banner-box .banner-right .banner-right-line {
        position: absolute;
        top: 40%;
        left: 5%
    }

    .banner-wrap .banner-box .banner-right .banner-right-robot {
        width: 70%
    }

    .banner-wrap .banner-box .banner-apply {
        display: block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .banner-article-wrap {
        height: 70px;
        bottom: -35px
    }

    .banner-article-wrap .banner-article a {
        max-width: 90%
    }

    .banner-article-wrap .banner-article a h3 {
        font-size: 16px;
        margin-bottom: 0
    }

    .banner-article-wrap .banner-article a p {
        display: none
    }

    .product-wrap {
        padding-top: 30px
    }

    .product-wrap .product-box {
        margin-bottom: 40px
    }

    .product-tab-box {
        width: 100%
    }

    .product-tab-box .product-tab {
        padding: 0 2%
    }

    .product-con-wrap {
        padding: 5% 2%
    }

    .webchat-wrap .webchat-box {
        margin-bottom: 40px
    }

    .webchat-wrap .webchat-box .webchat-slide {
        display: none
    }

    .webchat {
        width: 100%
    }

    .webchat .webchat-left {
        width: 32%;
        height: auto;
        min-height: 335px
    }

    .webchat .webchat-center {
        width: 40%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .webchat .webchat-right {
        width: 28%
    }

    .webchat .webchat-right .webchat-right-top {
        height: 34px
    }

    .webchat .webchat-right .webchat-right-top .webchat-right-top-item {
        font-size: 12px;
        transform: scale(0.9);
        line-height: 1.3
    }

    .webchat .webchat-right .webchat-right-img {
        position: absolute;
        top: 34px
    }

    .webchat .webchat-right .webchat-right-img img {
        transform: translateX(-100%)
    }

    .webchat-left {
        padding-bottom: 10%
    }

    .webchat-left .webchat-left-item {
        padding: 10px 5px;
        transition: all .3s ease-in-out
    }

    .webchat-left .webchat-left-item .webchat-left-img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        transition: all .3s ease-in-out
    }

    .webchat-left .webchat-left-item .webchat-left-con h4 span {
        display: none
    }

    .webchat-left .webchat-left-item .webchat-left-con .webchat-left-long {
        width: 55px;
        height: 5px
    }

    .webchat-left .webchat-left-item .webchat-left-con .webchat-left-short {
        width: 35px;
        height: 5px
    }

    .webchat-left .active .webchat-left-con h4 {
        height: 12px
    }

    .webchat-left .active .webchat-left-con .webchat-left-long {
        height: 0
    }

    .webchat-left .active .webchat-left-con .webchat-left-short {
        width: 55px;
        height: 5px
    }

    .webchat-center-box {
        position: absolute;
        overflow: hidden
    }

    .webchat-center-box .webchat-center-img {
        height: auto
    }

    .webchat-center-box .webchat-center-img img {
        transform: translateX(-100%)
    }

    .webchat-center-box .webchat-center-bot {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-top: 1px solid #ccd5e5
    }

    .webchat-center-box .webchat-center-bot .webchat-center-bot-con {
        padding: 5px;
        transform: translateX(-100%)
    }

    .webchat-center-box .webchat-center-bot img {
        display: block;
        height: 8px;
        margin: 0
    }

    .webchat-center-box .webchat-center-bot .webchat-center-bot-button {
        width: 53px;
        height: 18px;
        line-height: 18px;
        margin-top: 25px;
        margin-left: auto;
        font-size: 12px;
        color: #fff;
        text-align: center;
        background-color: #dfe4ed;
        border-radius: 4px
    }

    .webchatCenterActive .webchat-center-img img {
        transform: translateX(0);
        transition: all .3s ease-in-out
    }

    .webchatCenterActive .webchat-center-bot .webchat-center-bot-con {
        transform: translateX(0);
        transition: all .3s ease-in-out
    }

    .strong p {
        max-width: 90%;
        text-align: center
    }

    .solve-tab-box {
        padding: 0 2%
    }

    .solve-con-wrap .solve-con-box {
        padding: 8% 2%
    }

    .custom-box .custom-swiper .swiper-slide {
        box-shadow: 0px 10px 18px rgba(29, 63, 128, .08);
        transition: all .1s ease-in-out
    }

    .swiper-slide-box h4 {
        height: 63px;
        font-size: 14px;
        font-weight: bold
    }

    .swiper-slide-box p {
        font-size: 12px;
        height: 54px
    }

    .why-box {
        align-items: stretch
    }

    .why-bot {
        width: 18%
    }

    .why-bot:nth-child(1) {
        width: 12%
    }

    .why-bot:nth-child(2) {
        width: 21%
    }

    .why-bot p {
        display: none
    }

    .bottom-apply-wrap {
        padding-top: 20px
    }

    .bottom-apply-wrap .bottom-apply-box h4 {
        font-size: 14px
    }

    .bottom-apply-wrap .bottom-apply-box .bottom-apply {
        width: 45%;
        height: 38px;
        line-height: 38px;
        border-radius: 8px
    }

    .bottom-apply-wrap .bottom-apply-box .bottom-apply .bottom-apply-btn {
        padding: 0 15px;
        font-size: 14px
    }
}

@media screen and (max-width: 768px) {
    .swiper-banner {
        width: 100%;
        height: 42rem
    }

    .swiper-banner .button-apply {
        width: 10.2rem;
        height: 3.4rem;
        font-size: 1.4rem;
        line-height: 3.4rem;
        margin-top: 1rem
    }

    .swiper-banner .banner-text-box {
        width: 100%;
        justify-content: flex-start;
        background: none
    }

    .swiper-banner .banner-text-box .top-banner-text {
        height: 42rem;
        justify-content: flex-start;
        align-items: center
    }

    .swiper-banner .banner-text-box h2 {
        text-align: center;
        font-size: 2rem;
        margin-top: 4rem;
        margin-bottom: 3%
    }

    .swiper-banner .banner-text-box p {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1.4rem;
        line-height: 1.7;
        color: #666;
        margin-bottom: 1.5rem !important
    }

    .swiper-banner .banner-text-box .button-apply {
        margin: 2rem auto 0
    }

    .swiper-banner .banner-text-box .banner-apply-box {
        margin-top: 1rem;
        justify-content: center
    }

    .swiper-banner .banner-text-box object .button-link {
        width: 10.2rem !important;
        height: 3.2rem !important;
        font-size: 1.4rem !important;
        line-height: 3.2rem !important;
        margin-top: 1rem !important
    }

    .swiper-banner .banner1-wrap {
        background: url("../images/index_banner1.png") no-repeat center bottom/75% auto, url("../images/index_banner11_bg.png") no-repeat left center/auto 100%
    }

    .swiper-banner .banner2-wrap {
        background: url("../images/banner2_bg.png") no-repeat left center/auto 100%
    }

    .swiper-banner .banner2-wrap .banner-text-box {
        background: url("../images/index_banner2.png") no-repeat center 95%/75% auto
    }

    .swiper-banner .banner2-wrap .banner-text-box p {
        white-space: normal !important
    }

    .swiper-banner .banner3-wrap {
        background: url("../images/banner3_bg.png") no-repeat left center/auto 100%
    }

    .swiper-banner .banner3-wrap .banner-text-box {
        background: url("../images/index_banner3.png") no-repeat center 95%/75% auto
    }

    .swiper-banner .banner3-wrap .banner-text-box p {
        white-space: normal !important
    }


    .swiper-banner .banner4-wrap {
        background: url("../images/website_banner_bg.png") no-repeat top center/cover
    }

    .swiper-banner .banner4-wrap .banner-text-box {
        background: url("../images/index_banner4.png") no-repeat center bottom/65% auto
    }

    .swiper-banner .banner5-wrap .banner-text-box{
        background: url("../images/index_banner5.png") no-repeat center bottom/65% auto
    }

    .swiper-banner .swiper-pagination {
        display: none
    }

    .index-mana-wrap .price-box {
        display: flex;
        margin: 3rem auto 0;
        justify-content: center
    }

    .index-mana-wrap .price-box a {
        display: block;
        width: 11rem;
        height: 4rem;
        line-height: 4rem;
        text-align: center;
        font-size: 1.4rem;
        border-radius: .4rem;
        color: #666;
        background-color: #f0f0f0;
        transition: all .3s ease-in-out
    }

    .index-mana-wrap .price-box a:hover {
        box-shadow: .3rem 1.5rem 1.5rem rgba(0, 0, 0, .1)
    }

    .index-mana-wrap .price-box a:last-child {
        height: 5rem;
        margin-left: 2.5rem;
        color: #fff;
        background-color: #e83820;
        background: linear-gradient(to right, #f45b4b, #ea3e41)
    }

    .index-mana-wrap .price-box a:last-child:hover {
        box-shadow: 0 1rem 2.5rem 0 rgba(238, 77, 45, .4)
    }

    .mana-box {
        max-width: 100%;
        padding: 0 2%
    }

    .mana-box .mana-link:nth-child(n+4) {
        margin-top: 2%
    }

    .mana-top {
        width: 100%;
        padding: 3rem 1.5rem;
        margin-bottom: 2rem;
        border-radius: .8rem;
        transition: all .3s ease-in-out
    }

    .mana-top:hover {
        transform: translateY(-5px);
        box-shadow: 0px 5px 20px 0px rgba(47, 72, 88, .07)
    }

    .mana-top .mana-text .mana-link-link {
        display: block;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1;
        color: #444;
        margin-bottom: 1.5rem
    }

    .mana-top .mana-text p {
        font-size: 1.2rem;
        line-height: 1.7;
        color: #666;
        margin-bottom: 1rem
    }

    .mana-top .mana-text ul {
        padding-left: 1.5rem;
        margin-bottom: 0
    }

    .mana-top .mana-text ul li {
        color: #333;
        font-size: 1.1rem;
        line-height: 2;
        list-style: disc
    }

    .mana-top .mana-text .mana-more {
        display: none
    }

    .mana-item {
        width: 49%;
        padding: 2rem 0 2rem 1rem;
        margin-bottom: 2rem;
        flex-wrap: wrap
    }

    .mana-item .mana-text {
        width: 100%;
        min-width: 100%
    }

    .mana-item .mana-text .mana-link-link {
        display: block;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1;
        color: #444;
        margin-bottom: 1.5rem;
        min-height: 0
    }

    .mana-item .mana-text p {
        font-size: 1.2rem;
        line-height: 1.7;
        min-height: 6.7rem;
        color: #666;
        margin-bottom: 0
    }

    .mana-item .mana-img {
        width: 90%;
        margin-left: 2%
    }

    .mana-item .mana-img img {
        max-width: 100%;
        opacity: 1;
        transform: scale(0.95);
        transition: all .3s ease-in-out
    }

    .mana-item:hover {
        transform: translateY(-0.5rem);
        box-shadow: 0rem .5rem 2rem 0rem rgba(47, 72, 88, .07)
    }

    .mana-item:hover .mana-img img {
        transform: scale(1);
        opacity: .9
    }

    .mana-item:hover .mana-text .mana-more {
        text-indent: 1rem
    }

    .banner-wrap {
        height: 400px
    }

    .banner-wrap .banner-box .banner {
        margin-top: -40%
    }

    .banner-wrap .banner-box .banner-title {
        font-size: 24px;
        text-align: center
    }

    .banner-wrap .banner-box p {
        font-size: 14px;
        text-align: center
    }

    .banner-wrap .banner-box .banner-right {
        width: 60%;
        height: 50%;
        right: 20%;
        top: 45%
    }

    .banner-wrap .banner-box .banner-right .banner-right-ball1 {
        width: 25px
    }

    .banner-wrap .banner-box .banner-right .banner-right-ball2 {
        width: 25px;
        left: 10%
    }

    .banner-wrap .banner-box .banner-right .banner-right-ball3 {
        width: 25px
    }

    .banner-wrap .banner-box .banner-right .banner-right-ball4 {
        width: 25px
    }

    .banner-wrap .banner-box .banner-right .banner-right-line {
        top: 35%
    }

    .banner-wrap .banner-box .banner-apply {
        width: 102px;
        height: 34px;
        line-height: 34px;
        border-radius: 4px;
        font-size: 14px;
        margin: 15px auto 0
    }

    .banner-article-wrap {
        height: 50px;
        padding: 10px 0;
        bottom: -25px;
        border-radius: 4px
    }

    .banner-article-wrap .banner-article {
        justify-content: center;
        align-items: center
    }

    .banner-article-wrap .banner-article a {
        max-width: 100%;
        width: 100%;
        margin: 0
    }

    .banner-article-wrap .banner-article a h3 {
        max-width: 80%;
        margin: 0 auto;
        font-size: 12px;
        text-align: center;
        line-height: 1.7
    }

    .banner-article-wrap .banner-article a p {
        display: none
    }

    .product-wrap {
        padding-top: 30px
    }

    .product-wrap .product-box {
        margin-bottom: 40px
    }

    .product-tab-box {
        width: 100%
    }

    .product-tab-box .product-tab {
        display: flex;
        align-items: center;
        height: 45px;
        padding: 0 2%;
        font-size: 13px;
        line-height: 1.3
    }

    .product-con-wrap {
        padding: 5% 2%
    }

    .product-con-wrap .product-right {
        width: 50%
    }

    .product-left {
        width: 50%
    }

    .product-left .product-left-img {
        width: 35px;
        margin-right: 5px
    }

    .product-left .product-left-item {
        margin-bottom: 20px
    }

    .product-left .product-left-item h4 {
        font-size: 14px;
        margin-bottom: 5px
    }

    .product-left .product-left-item p {
        font-size: 12px
    }

    .webchat-wrap .webchat-box {
        margin-bottom: 0
    }

    .webchat-wrap .webchat-box .webchat-left {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .webchat-wrap .webchat-box .webchat-left a {
        position: relative;
        z-index: 9;
        font-size: 14px;
        width: 48%;
        height: 60px;
        line-height: 56px;
        text-indent: 45%;
        transition: all .3s ease-in-out
    }

    .webchat-wrap .webchat-box .webchat-left a .webchat-bg {
        position: absolute;
        top: 23.5px;
        left: 65px;
        width: 0;
        z-index: -1;
        height: 40px;
        transition: all .3s ease-in-out
    }

    .webchat-wrap .webchat-box .webchat-left a:hover {
        color: #444
    }

    .webchat-wrap .webchat-box .webchat-left a .webchat-bg-top {
        display: none
    }

    .strong-wrap .strong-box .strong .strong-img {
        width: 40px;
        height: 40px;
        margin-bottom: 10px
    }

    .strong {
        width: 32%;
        padding: 10px 0
    }

    .strong h4 {
        font-size: 14px
    }

    .strong p {
        width: 90%;
        margin: 0 auto;
        font-size: 12px;
        text-align: center
    }

    .strong:nth-last-child(2) {
        margin-left: auto
    }

    .strong:last-child {
        margin-left: 2%;
        margin-right: auto
    }

    .solve-tab-box {
        width: 100%;
        padding: 0
    }

    .solve-tab-box .solve-tab {
        width: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 45px;
        line-height: 1.5;
        font-size: 12px
    }

    .solve-con-wrap {
        width: 100%
    }

    .solve-con-wrap .solve-con-box {
        padding: 5% 0
    }

    .solve-con-wrap .solve-con-box:nth-child(1) {
        background: url("../images/index_solve_con_bg1.png") no-repeat right top/100% auto
    }

    .solve-con-wrap .solve-con-box:nth-child(2) {
        background: url("../images/index_solve_con_bg2.png") no-repeat right top/100% auto
    }

    .solve-con-wrap .solve-con-box:nth-child(3) {
        background: url("../images/index_solve_con_bg3.png") no-repeat right top/100% auto
    }

    .solve-con-wrap .solve-con-box:nth-child(4) {
        background: url("../images/index_solve_con_bg4.png") no-repeat right top/100% auto
    }

    .solve-con-wrap .solve-con-box:nth-child(5) {
        background: url("../images/index_solve_con_bg5.png") no-repeat right top/100% auto
    }

    .solve-con-wrap .solve-con-box:nth-child(6) {
        background: url("../images/index_solve_con_bg6.png") no-repeat right top/100% auto
    }

    .solve-con-wrap .solve-con-box:nth-child(7) {
        background: url("../images/index_solve_con_bg7.png") no-repeat right top/100% auto
    }

    .solve-left {
        width: 100%
    }

    .solve-left .solve-left-img {
        min-width: 35px;
        margin-right: 10px;
        margin-left: 15px
    }

    .solve-left .solve-left-item {
        justify-content: flex-start
    }

    .solve-left .solve-left-item:hover {
        color: #fc354c
    }

    .solve-left .solve-left-item h4 {
        font-size: 14px
    }

    .solve-left .solve-left-item p {
        font-size: 13px
    }

    .solve-left .solve-bottom {
        height: 45px;
        margin: 20px auto 0
    }

    .solve-left .solve-bottom a {
        height: 100%;
        display: flex;
        align-items: center;
        line-height: 1.5;
        font-size: 12px;
        padding: 0 2%
    }

    .solve-left .solve-bottom a i {
        font-size: 12px
    }

    .custom-box {
        margin-top: -10px
    }

    .custom-box .custom-swiper {
        padding: 10px 0
    }

    .custom-box .swiper-slide-box {
        padding: 3%
    }

    .custom-box .swiper-slide-box h4 {
        font-size: 14px;
        font-weight: bold
    }

    .custom-box .swiper-slide-box p {
        font-size: 12px;
        margin: 5px 0 3%
    }

    .custom-box .swiper-slide-box .swiper-slide-bottom .swiper-slide-flag {
        font-size: 13px
    }

    .custom-box .swiper-slide-box .swiper-slide-bottom a {
        color: #fd4b4e
    }

    .custom-box .swiper-slide-box .swiper-slide-bottom a i {
        font-size: 13px
    }

    .custom-box .swiper-button-prev {
        display: none
    }

    .custom-box .swiper-button-next {
        display: none
    }

    .swiper-slide-box {
        padding: 6%
    }

    .swiper-slide-box h4 {
        font-size: 14px;
        font-weight: bold
    }

    .swiper-slide-box p {
        font-size: 12px
    }

    .swiper-slide-box .swiper-slide-bottom a {
        font-size: 12px
    }

    .swiper-slide-box .swiper-slide-bottom a i {
        font-size: 12px
    }

    .custom-logo-box {
        padding: 0
    }

    .custom-logo-box .custom-logo {
        width: 33%
    }

    .why-wrap .why-box {
        flex-wrap: wrap;
        align-items: stretch
    }

    .why-wrap .why {
        width: 33%;
        padding: 2% 1%;
        margin-bottom: .7%
    }

    .why-wrap .why img {
        width: 40px
    }

    .why-wrap .why h3 {
        font-size: 14px;
        margin-top: 10%
    }

    .why-wrap .why h4 {
        font-size: 14px
    }

    .why-wrap .why p {
        font-size: 12px;
        margin-top: 5%
    }

    .why-wrap .why:nth-last-child(2) {
        margin-left: auto
    }

    .why-wrap .why:last-child {
        margin-left: .5%;
        margin-right: auto
    }

    .why-wrap .why-bot-box {
        margin-top: 8%
    }

    .why-wrap .why-bot {
        width: 18%;
        display: flex;
        align-items: center
    }

    .why-wrap .why-bot:nth-child(1) {
        width: 12%
    }

    .why-wrap .why-bot:nth-child(2) {
        width: 21%
    }

    .why-wrap .why-bot img {
        height: 55px;
        margin-right: 15px
    }

    .why-wrap .why-bot p {
        color: #fff;
        display: none
    }

    .compare-wrap .button-apply-big {
        margin-top: 4rem
    }

    .compare-item {
        width: 48%;
        border-radius: .4rem;
        transition: all .3s ease-in-out
    }

    .compare-item:nth-child(n+3) {
        margin-top: 1.5rem
    }

    .compare-item .iconfont {
        font-size: 2rem;
        margin-bottom: 1.5rem
    }

    .compare-item .compare-head {
        height: 100%;
        border-radius: .4rem;
        padding: 2rem 0
    }

    .compare-item .compare-head h2 {
        font-size: 2rem;
        margin-top: 1rem
    }

    .compare-item .compare-head p {
        width: 90%;
        margin: 1.5rem auto 0;
        font-size: 1.3rem
    }

    .compare-item:hover {
        box-shadow: 0rem .9rem 3.4rem .1rem rgba(212, 213, 222, .47)
    }

    .compare-item:hover .compare-buy {
        border: .1rem solid #6ba3f7
    }

    .news-con .news-con-img {
        display: none
    }

    .news-con .news-con-right {
        width: 100%
    }

    .news-con .news-con-right a h3 {
        max-width: 60%;
        font-size: 13px
    }

    .news-con .news-con-right a p {
        font-size: 13px
    }

    .news-con .news-con-right .news-con-more {
        margin-top: 10px;
        color: #f54c49
    }

    .news-con .news-con-right .news-con-more i {
        font-size: 13px;
        line-height: 21px
    }

    .news-wrap {
        padding-bottom: 20px
    }

    .news-box .news-con-wrap {
        padding: 2%;
        min-height: auto
    }

    .bottom-apply-wrap {
        padding-top: 20px;
        margin-bottom: 2rem
    }

    .bottom-apply-wrap .bottom-apply-box {
        background: url("../images/index_bottom_apply.png") no-repeat left top/cover;
        border-radius: 8px;
        padding: 10% 0
    }

    .bottom-apply-wrap .bottom-apply-box h4 {
        font-size: 14px
    }

    .bottom-apply-wrap .bottom-apply-box .bottom-apply {
        width: 90%;
        height: 38px;
        line-height: 38px;
        border-radius: 8px
    }

    .bottom-apply-wrap .bottom-apply-box .bottom-apply .bottom-apply-btn {
        padding: 0 15px;
        font-size: 14px
    }

    .footer-wrap .navb-box {
        justify-content: center
    }

    .footer-wrap .navb-box ul {
        display: none
    }

    .footer-wrap .navb-box .navb-box-tel {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .agent-fix-wrap {
        left: unset;
        right: 0;
        bottom: 22%;
        width: 80px;
        height: 40px;
        padding: 0;
        border-radius: 20px 0 0 20px;
        transition: transform .5s ease-in-out;
        background-image: linear-gradient(to right, #ff8989, #ed4040)
    }

    .agent-fix-wrap .box {
        border-radius: 8px 8px 0 0
    }

    .agent-fix-wrap h3 {
        display: none
    }

    .agent-fix-wrap .agent-btn {
        position: static
    }

    .agent-fix-wrap .agent-btn a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 40px;
        line-height: 1.2;
        font-size: 10px;
        border-radius: 4px;
        margin-right: 0;
        color: #fff;
        background: rgba(0, 0, 0, 0);
        transition: all .3s ease-in-out
    }

    .agent-fix-wrap .agent-btn a i {
        position: static;
        font-size: 30px;
        margin-left: 10px;
        margin-right: 5px
    }

    .agent-fix-wrap-active {
        height: 40px;
        transform: translateX(100%)
    }
}

/*# sourceMappingURL=index.css.map */