/* @import "global.css"; */

@font-face {
    font-family: 'Rubik';
    src: url('./fonts/Rubik-SemiBold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Rubik';
    src: url('./fonts/Rubik-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('./fonts/Rubik-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: "iconfont";
    src: url('../font/iconfont.ttf') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: inherit;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
}

.banner {
    position: relative;
    /*margin-bottom: 58px;*/
    background: linear-gradient(180deg, #F2F8F9 0%, rgba(238, 242, 240, 0) 100%);
    padding: 80px 0;
    overflow: hidden;
}

.banner .left-box_top {
    display: flex;
    align-items: center;
    column-gap: 18px;
    margin-bottom: 20px;
    color: #000000;
}

.banner .left-box_top span {
    font-size: 28px;
    font-weight: 700;
}

.banner .left-box_top img {
    width: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 0px 0px 5.62px 0px #3766A033;
    border-radius: 6px;
}

.banner .swiper-pagination-bullets {
    text-align: center;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 50px 5px 0;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #43CA9A;
}

.banner .banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner .banner-content .left-box {
    flex: 0 0 41%;

}

.banner .banner-content .left-box .title {
    font-size: 40px;
    font-weight: bold;
    font-size: 52px;
    line-height: 125%;
    color: #080F30;
}

.banner .banner-content .left-box .desc {
    font-size: 20px;
    line-height: 150%;
    color: #41475F;
    margin-top: 13px;
    /* font-weight: lighter; */
}

.banner .banner-content .left-box .button-box {
    display: flex;
    justify-content: start;
    column-gap: 20px;
    margin-top: 50px;
}

.banner .banner-content .left-box .button-box .button-item {
    box-sizing: border-box;
    width: 220px;
    height: 65px;
    line-height: 65px;
    background: #43CA9A;
    border-radius: 6px;
    padding: 0 25px;
    color: #fff;
    font-size: 20px;
}

.banner .banner-content .left-box .button-box .button-item:hover {
    background: #31B485;
}

.banner .banner-content .left-box .button-box .button-item .text {
    display: inline-block;
    margin-left: 20px;
}

.banner .banner-content .right-box {
    flex: 0 0 45%;
}

.banner .banner-content .right-box img {
    width: 100%;
}

.banner .top-diamond {
    position: absolute;
    left: 20px;
    top: 0;
    background: url(../../../img/index/polygon-1.webp);
    background-size: 100% 100%;
    width: 275px;
    height: 175px;
}

.banner .right-diamond {
    position: absolute;
    right: 0;
    bottom: -200px;
    background: url(../../../img/index/polygon-2.webp);
    background-size: 100% 100%;
    width: 263px;
    height: 363px;
}

.banner .left-diamond {
    position: absolute;
    left: 0;
    bottom: -240px;
    background: url(../../../img/index/polygon-3.webp);
    background-size: 100% 100%;
    width: 101px;
    height: 303px;
}

.banner .more {
    display: flex;
    /* justify-content: space-between; */
    column-gap: 20px;
    margin-top: 25px;
}

.banner .more .learn-more {
    display: flex;
    color: #2DB685;
    font-size: 20px;
    transition: all .5s;
    width: 160px;
}

.learn-more:hover span {
    margin-left: 10px;
}

.banner .more .include {
    display: flex;
    font-size: 20px;
    color: #41475F;
}

.more .include span {
    margin-right: 10px;
}

.more .include img {
    width: 27px;
    height: 27px;
    margin-right: 1px;
}

.index-video {
    background: linear-gradient(90deg, #E0F6FF 0%, #DCF7FF 100%);
    padding: 70px 0 20px 0;
}

.index-video .index-video-title {
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    color: #080F30;
    margin-top: 20px;
}

.index-video .index-video-box {
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
    align-items: center;
}

.index-video .index-video-box .left-box {
    flex: 0 0 45%;
}

.index-video .index-video-box .left-box img {
    width: 100%;
}

.index-video .index-video-box .right-box {
    flex: 0 0 50%;
}

.index-video .index-video-box .right-box .title {
    font-size: 22px;
    font-weight: 700;
    color: #080F30;
}

.index-video .index-video-box .right-box .desc {
    color: #41475F;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 25px;
}

.index-video .index-video-box .right-box .more {
    display: flex;
    color: #13AC76;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    transition: all .5s;
}

.index-video .index-video-box .right-box .button-box {
    display: flex;
    margin-top: 26px;
    column-gap: 30px;
}

.index-video .button-item {
    display: flex;
    align-items: center;
    column-gap: 15px;
    border-radius: 8px;
    padding: 12px 20px;
    color: #FFFFFF;
    font-size: 14px;
    background: #43CA9A;
}

.index-video .more {
    /* flex-direction: column; */
    justify-content: space-between;
    gap: 15px;
}

.index-video .include span {
    font-size: 20px;
    color: #41475F;
}

.index-video .learn-more {
    cursor: pointer;
}

.index-video .learn-more span {
    transition: all .5s;
    margin-left: 8px;
}

.index-video .learn-more:hover span {
    margin-left: 25px;
}

.index-video .button-box .button-item:hover {
    background: #31B485;
}

.index-content-1 .title {
    font-size: 35px;
    line-height: 146%;
    margin: 0 auto;
    color: #080F30;
    font-weight: bold;
    text-align: center;
    width: 790px;
}

.index-content-1 .grid-box {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 48%);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.index-content-1 .grid-box .grid-item {
    box-sizing: border-box;
    box-shadow: 0px 1px 15px 3px rgba(198, 198, 198, 0.25);
}

.index-content-1 .grid-box .grid-item a {
    display: inline-block;
    width: 100%;
    background: rgba(238, 234, 254, 0.8);
}

.index-content-1 .grid-box .grid-item:nth-child(2) a {
    background: #FEF6EA;
}

.index-content-1 .grid-box .grid-item:nth-child(3) a {
    background: rgba(21, 139, 245, 0.1);
}

.index-content-1 .grid-box .grid-item:nth-child(4) a {
    background: rgba(247, 236, 255, 0.8);
}

.index-content-1 .grid-box .grid-item:nth-child(5) a {
    background: #FEE8E8;
}

.index-content-1 .grid-box .grid-item .span-title {
    display: inline-block;
    background: rgba(117, 92, 249, 0.5);
    border-radius: 0px 0px 25.9989px 0px;
    font-weight: 700;
    font-size: 24px;
    line-height: 218%;
    text-align: center;
    color: #FFFFFF;
    width: 443.12px;
    height: 46.48px;
}

.index-content-1 .grid-box .grid-item:nth-child(2) .span-title {
    background: rgba(237, 166, 85, 0.8);
}

.index-content-1 .grid-box .grid-item:nth-child(3) .span-title {
    background: rgba(13, 146, 242, 0.5);
}

.index-content-1 .grid-box .grid-item:nth-child(4) .span-title {
    background: #DDB3FF;
}

.index-content-1 .grid-box .grid-item:nth-child(5) .span-title {
    background: #FB9799;
}

.index-content-1 .grid-box .grid-item img {
    display: block;
    width: auto;
    height: 210px;
    margin: 29px auto 0;
}

.index-content-1 .grid-box .grid-item .b-content {
    padding: 16px 40px 30px 40px;
}

.index-content-1 .grid-box .grid-item .b-content .desc {
    font-size: 16px;
    line-height: 182%;
    text-align: center;
    color: #1A224E;
    font-weight: lighter;
}

.index-content-1 .grid-box .grid-item .b-content .button-box {
    margin-top: 27px;
    display: flex;
    justify-content: space-evenly;
}

.index-content-1 .grid-box .grid-item .b-content .button-box .button-item {
    width: 165px;
    height: 38px;
    line-height: 38px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.13);
    border-radius: 6.56716px;
    padding: 0 30px;
    font-size: 14px;
}

.index-content-1 .grid-box .grid-item .b-content .button-box .button-item.win {
    border: 1.6px solid #4596E5;
    color: #4596E5;
}

.index-content-1 .grid-box .grid-item .b-content .button-box .button-item.mac {
    background: #4596E5;
    color: #fff;
}

.index-content-1 .grid-box .grid-item .b-content .button-box .button-item .text {
    display: inline-block;
    margin-right: 6px;
}

.index-content-1 .mb-content {
    display: none;
}

.index-content-2 {
    margin-top: 150px;
}


.index-content-2 .title {
    font-weight: bolder;
    font-size: 35px;
    line-height: 146%;
    color: #080F30;
    text-align: center;
}

.index-content-2 .flex-box {
    padding: 30px 0;
    display: flex;
    justify-content: space-around;
    /* align-items: center; */
    margin-top: 76px;
}

.index-content-2 .flex-box .flex-item {
    width: 332px;
    border-radius: 80px 8px;
    position: relative;
    padding: 40px 20px 30px;
}

.index-content-2 .flex-box .flex-item.pink {
    background: rgba(255, 196, 190, 0.18);
}

.index-content-2 .flex-box .flex-item.yellow {
    background: rgba(254, 209, 176, 0.18);
}

.index-content-2 .flex-box .flex-item.blue {
    background: rgba(140, 220, 255, 0.18);
}

.index-content-2 .flex-box .flex-item img {
    width: 55px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.index-content-2 .flex-box .flex-item .item-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 146%;
    text-align: center;
    color: #080F30;
    width: 256px;
    margin: 0 auto;
}

.index-content-2 .flex-box .flex-item .item-desc {
    margin-top: 16px;
    font-size: 14px;
    line-height: 152%;
    text-align: center;
    color: #6A6D7E;
    font-weight: lighter;
}

.index-content-2 .mb-content {
    display: none;
}

.index-content-3 {
    margin-top: 108px;
}

.index-content-3 .title {
    font-weight: bolder;
    font-size: 35px;
    line-height: 146%;
    text-align: center;
    color: #080F30;
}

.index-content-3 .flex-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 52px;
}

.index-content-3 .flex-box .flex-item {
    width: 332px;
    padding: 30px 20px 0;
    text-align: left;
    min-height: 339px;
    background: #F7F8FC;
    border-radius: 19px;
}

.index-content-3 .flex-box .flex-item img {
    width: 65px;
    height: 65px;
}

.index-content-3 .flex-box .flex-item .item-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 146%;
    color: #080F30;
    margin-top: 23px;
}

.index-content-3 .flex-box .flex-item .item-desc {
    margin-top: 13px;
    font-size: 14px;
    line-height: 152%;
    color: #6A6D7E;
    font-weight: lighter;
}

.index-content-3 .mb-content {
    display: none;
}

.index-content-4 {
    background: url(../../../img/index/swiper-bg.webp) no-repeat center center;
    background-size: cover;
    margin-top: 105px;
    min-height: 589px;
    padding: 60px 0;
}

.index-content-4 .container {
    overflow: hidden;
}

.index-content-4 .title {
    font-weight: bold;
    font-size: 35px;
    line-height: 146%;
    text-align: center;
    color: #FFFFFF;
}

.index-content-4 .container .flex-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
    justify-content: space-between;
    position: relative;
}

.index-content-4 .container .flex-container .swiper-container {
    width: 100%;
}

.index-content-4 .container .flex-container .swiper-container .swiper-wrapper {
    width: 100%;
}

.index-content-4 .container .flex-container .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
}

.index-content-4 .container .flex-container .swiper-container .swiper-wrapper .swiper-slide .flex-item {
    flex-direction: column;
    align-items: center;
    position: relative;
    display: inline-flex;
    width: 100%;
}

.index-content-4 .container .flex-container .swiper-container .swiper-wrapper .swiper-slide .flex-item .ava {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 30px;
}

.index-content-4 .container .flex-container .swiper-container .swiper-wrapper .swiper-slide .flex-item .author {
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.index-content-4 .container .flex-container .swiper-container .swiper-wrapper .swiper-slide .flex-item .cont {
    padding: 0 5%;
    margin-top: 25px;
    font-size: 14px;
    width: 74%;
    line-height: 1.8;
    text-align: center;
    color: #ffffff;
    font-weight: lighter;
}

.index-content-4 .container .flex-container .pc-swiper-paginations {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.index-content-4 .container .flex-container .pc-swiper-paginations .swiper-pagination-bullet {
    background: #fff;
}

.index-content-4 .container .flex-container .pc-swiper-paginations .swiper-pagination-bullet:not(.index-content-4 .container .flex-container .pc-swiper-paginations .swiper-pagination-bullet:first-child) {
    margin-left: 14px;
}

.index-content-4 .container .flex-container .navigation {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    outline: none;
    top: 50%;
}

.index-content-4 .container .flex-container .navigation::before {
    content: '';
    background: url(../../../img/index/arrow.svg) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index-content-4 .container .flex-container .navigation.next-btn {
    right: 0;
    transform: translateY(-50%);
}

.index-content-4 .container .flex-container .navigation.prev-btn {
    left: 0;
    margin-top: -20px;
    transform: rotate(180deg);
}

.index-content-5 {
    margin-top: 155px;
}

.index-content-5 .flex-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-content-5 .flex-box .left-box {
    flex: 0 0 40%;
}

.index-content-5 .flex-box .left-box .top-imgs {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.index-content-5 .flex-box .left-box .top-imgs .user-bg {
    display: inline-block;
    width: 289px;
    height: 317px;
    background: url(../../../img/index/diamond-user-1.webp);
    background-size: 100% 100%;
    filter: drop-shadow(0px 14px 78px rgba(60, 134, 186, 0.3));
}

.index-content-5 .flex-box .left-box .top-imgs img {
    width: 80px;
    height: 80px;
}

.index-content-5 .flex-box .left-box .bottom-imgs {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    transform: translate(70px, -50px);
}

.index-content-5 .flex-box .left-box .bottom-imgs img {
    width: 130px;
    height: 130px;
}

.index-content-5 .flex-box .left-box .bottom-imgs .user-bg {
    display: inline-block;
    width: 228px;
    height: 247px;
    background: url(../../../img/index/diamond-user-2.webp);
    background-size: 100% 100%;
}

.index-content-5 .flex-box .right-box {
    flex: 0 0 45%;
}

.index-content-5 .flex-box .right-box .title {
    font-weight: bolder;
    font-size: 35px;
    line-height: 146%;
    color: #080F30;
}

.index-content-5 .flex-box .right-box .grid-box {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(2, 48%);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.index-content-5 .flex-box .right-box .grid-box .grid-item {
    border: 1px solid rgba(15, 53, 90, 0.23);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 17px 0 0 23px;
    height: 169px;
}

.index-content-5 .flex-box .right-box .grid-box .grid-item .text-box .item-title {
    font-weight: bolder;
    font-size: 42px;
    line-height: 50px;
    color: #080F30;
}

.index-content-5 .flex-box .right-box .grid-box .grid-item .text-box .item-desc {
    font-size: 16px;
    line-height: 182%;
    color: #1A224E;
    margin-top: 3px;
    font-weight: lighter;
}

.index-content-5 .flex-box .right-box .grid-box .grid-item .item-logo {
    margin-top: 16px;
}

.index-content-5 .flex-box .right-box .grid-box .grid-item .item-logo img {
    width: 33px;
}

.index-content-6 {
    margin: 196px 0 123px 0;
}

.index-content-6 .title {
    font-weight: bold;
    font-size: 35px;
    line-height: 146%;
    text-align: center;
    color: #080F30;
}

.index-content-6 .flex-box {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-content-6 .flex-box .flex-item {
    width: 300px;
    height: 346px;
    padding: 35px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 7px 37px 8px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

.index-content-6 .flex-box .flex-item img {
    width: 78px;
    height: 78px;
}

.index-content-6 .flex-box .flex-item .item-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 146%;
    text-align: center;
    color: #080F30;
    margin: 37px 0 16px 0;
}

.index-content-6 .flex-box .flex-item .item-desc {
    font-size: 16px;
    line-height: 152%;
    text-align: center;
    color: #6A6D7E;
    font-weight: lighter;
}

.index-content-6 .mb-content {
    display: none;
}

@media (max-width: 996px) {
    .banner {
        position: relative;
        margin-bottom: 104px;
        background: linear-gradient(180deg, #F2F8F9 0%, rgba(238, 242, 240, 0) 100%);
        padding: 43px 0 0 0;
    }

    .banner .banner-content {
        flex-direction: column;
    }

    .banner .banner-content .left-box .title {
        font-size: 36px;
        line-height: 137%;
        text-align: left;
    }

    .banner .banner-content .left-box .desc {
        font-size: 14px;
        line-height: 180%;
        text-align: center;
        /* padding-right: 20px; */
    }

    .banner .banner-content .left-box .button-box {
        margin-top: 28px;
        justify-content: unset;
    }

    .banner .banner-content .left-box .button-box .button-item {
        width: 45%;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        padding: 0 12px;
    }

    .banner .banner-content .left-box .button-box .button-item:last-child {
        margin-left: 15px;
    }

    .banner .banner-content .left-box .button-box .button-item .text {
        margin-left: 10px;
    }

    .banner .banner-content .right-box {
        margin-top: 58px;
    }

    .banner .top-diamond {
        display: none;
    }

    .banner .right-diamond {
        display: none;
    }

    .banner .left-diamond {
        display: none;
    }

    .banner .left-box_top {
        justify-content: center;
    }

    .banner .left-box_top span {
        font-size: 20px;
    }

    .banner .left-box_top img {
        width: 34px;
        height: 34px;
    }

    .banner .banner-content .left-box .title {
        font-size: 36px;
        text-align: center;
    }


    .banner .banner-content .left-box .button-box {
        justify-content: center;
    }

    .banner .more {
        flex-direction: column;
        align-items: center;
        row-gap: 25px;
    }

    .banner .more .learn-more {
        font-size: 16px;
        width: auto;

    }

    .banner .more .include {
        display: flex;
        font-size: 20px;
        color: #41475F;
    }

    .index-video {
        background: linear-gradient(90deg, #E0F6FF 0%, #DCF7FF 100%);
        padding: 50px 0;
    }

    .index-video .index-video-title {
        font-size: 25px;
    }

    .index-video .index-video-box {
        flex-direction: column-reverse;
    }

    .index-video .index-video-box .right-box {
        text-align: center;
        justify-content: center;
        margin-bottom: 30px;
    }


    .index-video .index-video-box .right-box .title {
        font-size: 18px;
        margin-top: 30px;
    }

    .index-video .index-video-box .right-box .desc {
        font-size: 14px;
        margin-top: 25px;
        line-height: 21px;
    }

    .index-video .index-video-box .right-box .more {
        font-size: 16px;
        justify-content: center;
        margin-top: 25px;
    }

    .index-video .button-box {
        justify-content: center;
    }

    .index-content-1 .title {
        font-size: 25px;
        width: 100%;
        padding: 0 20px;
    }

    .index-content-1 .grid-box {
        display: none;
    }

    .index-content-1 .mb-content {
        display: flex;
        flex-wrap: wrap;
        margin-top: 42px;
        justify-content: space-between;
        position: relative;
    }

    .index-content-1 .mb-content .mb-swiper-content-1 {
        width: 100%;
    }

    .index-content-1 .mb-content .mb-swiper-content-1 .swiper-wrapper {
        width: 100%;
    }

    .index-content-1 .mb-content .mb-swiper-content-1 .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 1px;
    }

    .index-content-1 .mb-content .mb-swiper-content-1 .swiper-wrapper .swiper-slide-active {
        height: auto;
    }

    .index-content-1 .mb-content .mb-swiper-content-1 .swiper-wrapper .swiper-slide .slide-item {
        width: 100%;
        box-sizing: border-box;
        box-shadow: 0px 1px 15px 3px rgba(198, 198, 198, 0.25);
    }

    .index-content-1 .mb-content .mb-swiper-content-1 .swiper-wrapper .swiper-slide .slide-item .title-box {
        width: 100%;
        text-align: center;
        background: rgba(238, 234, 254, 0.8);
    }

    .index-content-1 .mb-content .mb-swiper-content-1 .swiper-wrapper .swiper-slide:nth-child(3) .slide-item .title-box {
        background: #FEF6EA;
    }

    .index-content-1 .mb-content .mb-swiper-content-1 .swiper-wrapper .swiper-slide:nth-child(4) .slide-item .title-box {
        background: rgba(21, 139, 245, 0.1);
    }

    .index-content-1 .mb-content .mb-swiper-content-1 .swiper-wrapper .swiper-slide:nth-child(5) .slide-item .title-box {
        background: rgba(247, 236, 255, 0.8);
    }

    .index-content-1 .mb-content .mb-swiper-content-1 .swiper-wrapper .swiper-slide:nth-child(6) .slide-item .title-box {
        background: #FEE8E8;
    }

    .index-content-1 .mb-content .mb-swiper-content-1 .swiper-wrapper .swiper-slide .slide-item .span-title {
        background: rgba(117, 92, 249, 0.5);
        border-radius: 0px 0px 16.5968px 0px;
        width: 282.87px;
        height: 29.67px;
        font-weight: 700;
        font-size: 15.3208px;
        line-height: 218%;
        color: #FFFFFF;
        margin-bottom: 19px;
        float: left;
    }

    .index-content-1 .mb-content .mb-swiper-content-1 .swiper-wrapper .swiper-slide:nth-child(3) .slide-item .span-title {
        background: rgba(237, 166, 85, 0.8);
    }

    .index-content-1 .mb-content .mb-swiper-content-1 .swiper-wrapper .swiper-slide:nth-child(4) .slide-item .span-title {
        background: rgba(13, 146, 242, 0.5);
    }

    .index-content-1 .mb-content .mb-swiper-content-1 .swiper-wrapper .swiper-slide:nth-child(5) .slide-item .span-title {
        background: #DDB3FF;
    }

    .index-content-1 .mb-content .mb-swiper-content-1 .swiper-wrapper .swiper-slide:nth-child(6) .slide-item .span-title {
        background: #FB9799;
    }



    .index-content-1 .mb-content .mb-swiper-content-1 .swiper-wrapper .swiper-slide .slide-item img {
        width: 76%;
        max-width: 400px;
        height: auto;
    }

    .index-content-1 .mb-content .mb-swiper-content-1 .swiper-wrapper .swiper-slide .slide-item .b-content {
        padding: 12px 10px 23px 10px;
    }

    .index-content-1 .mb-content .mb-swiper-content-1 .swiper-wrapper .swiper-slide .slide-item .b-content .desc {
        font-size: 14px;
        line-height: 182%;
        text-align: center;
        color: #1A224E;
    }

    .index-content-1 .mb-content .mb-swiper-content-1 .swiper-wrapper .swiper-slide .slide-item .b-content .button-box {
        margin-top: 21px;
        display: flex;
        justify-content: space-evenly;
    }

    .index-content-1 .mb-content .mb-swiper-content-1 .swiper-wrapper .swiper-slide .slide-item .b-content .button-box .button-item {
        width: 45%;
        padding: 0 15px;
        height: 38px;
        line-height: 38px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.13);
        border-radius: 6px;
        font-size: 14px;
        overflow: hidden;
    }

    .index-content-1 .mb-content .mb-swiper-content-1 .swiper-wrapper .swiper-slide .slide-item .b-content .button-box .button-item.win {
        border: 1.6px solid #4596E5;
        color: #4596E5;
    }

    .index-content-1 .mb-content .mb-swiper-content-1 .swiper-wrapper .swiper-slide .slide-item .b-content .button-box .button-item.mac {
        background: #4596E5;
        color: #fff;
    }

    .index-content-1 .mb-content .mb-swiper-content-1 .swiper-wrapper .swiper-slide .slide-item .b-content .button-box .button-item .text {
        display: inline-block;
        margin-right: 6px;
    }

    .index-content-1 .mb-content .mb-swiper-paginations-1 {
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .index-content-1 .mb-content .mb-swiper-paginations-1 .swiper-pagination-bullet {
        background: rgba(69, 150, 229, 0.28);
    }

    .index-content-1 .mb-content .mb-swiper-paginations-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #4596E5;
    }

    .index-content-1 .mb-content .mb-swiper-paginations-1 .swiper-pagination-bullet:not(.index-content-1 .mb-content .mb-swiper-paginations-1 .swiper-pagination-bullet:first-child) {
        margin-left: 14px;
    }

    .index-content-2 .container,
    .index-content-3 .container,
    .index-content-6 .container {
        overflow: hidden;
    }

    .index-content-2 {
        margin-top: 90px;
    }

    .index-content-2 .title {
        font-size: 25px;
        line-height: 146%;
    }

    .index-content-2 .flex-box {
        display: none;
    }

    .index-content-2 .mb-content {
        display: flex;
        flex-wrap: wrap;
        margin-top: 42px;
        justify-content: space-between;
        position: relative;
    }

    .index-content-2 .mb-content .mb-swiper-content-2 {
        width: 100%;
    }

    .index-content-2 .mb-content .mb-swiper-content-2 .swiper-wrapper {
        width: 100%;
    }

    .index-content-2 .mb-content .mb-swiper-content-2 .swiper-wrapper .swiper-slide {
        width: 100%;
    }

    .index-content-2 .mb-content .mb-swiper-content-2 .swiper-wrapper .swiper-slide .slide-item {
        width: 100%;
        border-radius: 80px 8px;
        position: relative;
        padding: 40px 20px 30px;
        margin: 27px 0;
    }

    .index-content-2 .mb-content .mb-swiper-content-2 .swiper-wrapper .swiper-slide .slide-item.pink {
        background: rgba(255, 196, 190, 0.18);
    }

    .index-content-2 .mb-content .mb-swiper-content-2 .swiper-wrapper .swiper-slide .slide-item.yellow {
        background: rgba(254, 209, 176, 0.18);
    }

    .index-content-2 .mb-content .mb-swiper-content-2 .swiper-wrapper .swiper-slide .slide-item.blue {
        background: rgba(140, 220, 255, 0.18);
    }

    .index-content-2 .mb-content .mb-swiper-content-2 .swiper-wrapper .swiper-slide .slide-item img {
        width: 55px;
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .index-content-2 .mb-content .mb-swiper-content-2 .swiper-wrapper .swiper-slide .slide-item .item-title {
        font-weight: bold;
        font-size: 22px;
        line-height: 146%;
        text-align: center;
        color: #080F30;
        width: 256px;
        margin: 0 auto;
    }

    .index-content-2 .mb-content .mb-swiper-content-2 .swiper-wrapper .swiper-slide .slide-item .item-desc {
        margin-top: 16px;
        font-size: 14px;
        line-height: 152%;
        text-align: center;
        color: #6A6D7E;
        font-weight: lighter;
    }

    .index-content-2 .mb-content .mb-swiper-paginations-2 {
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .index-content-2 .mb-content .mb-swiper-paginations-2 .swiper-pagination-bullet {
        background: rgba(69, 150, 229, 0.28);
    }

    .index-content-2 .mb-content .mb-swiper-paginations-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #4596E5;
    }

    .index-content-2 .mb-content .mb-swiper-paginations-2 .swiper-pagination-bullet:not(.index-content-2 .mb-content .mb-swiper-paginations-2 .swiper-pagination-bullet:first-child) {
        margin-left: 14px;
    }

    .index-content-3 {
        margin-top: 60px;
    }

    .index-content-3 .title {
        font-size: 25px;
    }

    .index-content-3 .flex-box {
        display: none;
    }

    .index-content-3 .mb-content {
        display: flex;
        flex-wrap: wrap;
        margin-top: 42px;
        justify-content: space-between;
        position: relative;
    }

    .index-content-3 .mb-content .mb-swiper-content-3 {
        width: 100%;
    }

    .index-content-3 .mb-content .mb-swiper-content-3 .swiper-wrapper {
        width: 100%;
    }

    .index-content-3 .mb-content .mb-swiper-content-3 .swiper-wrapper .swiper-slide {
        width: 100%;
    }

    .index-content-3 .mb-content .mb-swiper-content-3 .swiper-wrapper .swiper-slide .slide-item {
        width: 100%;
        padding: 30px 20px 0;
        text-align: left;
        min-height: 358px;
        background: #F7F8FC;
        border-radius: 19px;
    }

    .index-content-3 .mb-content .mb-swiper-content-3 .swiper-wrapper .swiper-slide .slide-item img {
        width: 65px;
        height: 65px;
    }

    .index-content-3 .mb-content .mb-swiper-content-3 .swiper-wrapper .swiper-slide .slide-item .item-title {
        font-weight: bold;
        font-size: 22px;
        line-height: 146%;
        color: #080F30;
        margin-top: 23px;
    }

    .index-content-3 .mb-content .mb-swiper-content-3 .swiper-wrapper .swiper-slide .slide-item .item-desc {
        margin-top: 13px;
        font-size: 14px;
        line-height: 152%;
        color: #6A6D7E;
        font-weight: lighter;
    }

    .index-content-3 .mb-content .mb-swiper-paginations-3 {
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .index-content-3 .mb-content .mb-swiper-paginations-3 .swiper-pagination-bullet {
        background: rgba(69, 150, 229, 0.28);
    }

    .index-content-3 .mb-content .mb-swiper-paginations-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #4596E5;
    }

    .index-content-3 .mb-content .mb-swiper-paginations-3 .swiper-pagination-bullet:not(.index-content-3 .mb-content .mb-swiper-paginations-3 .swiper-pagination-bullet:first-child) {
        margin-left: 14px;
    }

    .index-content-4 {
        min-height: 494px;
    }

    .index-content-4 .title {
        font-size: 25px;
    }

    .index-content-4 .container .flex-container {
        margin-top: 50px;
    }

    .index-content-4 .container .flex-container .swiper-container .swiper-wrapper .swiper-slide .flex-item .author {
        font-size: 22px;
        line-height: 22px;
    }

    .index-content-4 .container .flex-container .swiper-container .swiper-wrapper .swiper-slide .flex-item .cont {
        width: 100%;
    }

    .index-content-4 .container .flex-container .pc-swiper-paginations {
        bottom: -40px;
    }

    .index-content-4 .container .flex-container .navigation {
        display: none;
    }

    .index-content-5 {
        margin-top: 155px;
    }

    .index-content-5 .flex-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .index-content-5 .flex-box .left-box {
        display: none;
    }

    .index-content-5 .flex-box .right-box {
        flex: unset;
    }

    .index-content-5 .flex-box .right-box .title {
        font-size: 25px;
        text-align: center;
    }

    .index-content-5 .flex-box .right-box .grid-box {
        margin-top: 48px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .index-content-5 .flex-box .right-box .grid-box .grid-item {
        padding: 0;
        height: 130px;
        display: flex;
        width: 100%;
        align-items: center;
    }

    .index-content-5 .flex-box .right-box .grid-box .grid-item:not(.index-content-5 .flex-box .right-box .grid-box .grid-item:first-child) {
        margin-top: 28px;
    }

    .index-content-5 .flex-box .right-box .grid-box .grid-item .text-box {
        order: 2;
        margin-left: 35px;
    }

    .index-content-5 .flex-box .right-box .grid-box .grid-item .item-logo {
        order: 1;
        margin-top: unset;
        margin-left: 35px;
    }

    .index-content-5 .flex-box .right-box .grid-box .grid-item .item-logo img {
        width: 49px;
    }

    .index-content-6 {
        margin: 96px 0 90px 0;
    }

    .index-content-6 .title {
        font-size: 25px;
    }

    .index-content-6 .flex-box {
        display: none;
    }

    .index-content-6 .mb-content {
        display: flex;
        flex-wrap: wrap;
        margin-top: 42px;
        justify-content: space-between;
        position: relative;
    }

    .index-content-6 .mb-content .mb-swiper-content-6 {
        width: 100%;
    }

    .index-content-6 .mb-content .mb-swiper-content-6 .swiper-wrapper {
        width: 100%;
    }

    .index-content-6 .mb-content .mb-swiper-content-6 .swiper-wrapper .swiper-slide {
        width: 100%;
    }

    .index-content-6 .mb-content .mb-swiper-content-6 .swiper-wrapper .swiper-slide .slide-item {
        width: 100%;
        height: 346px;
        padding: 35px 32px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #FFFFFF;
        box-shadow: 0px 7px 37px 8px rgba(0, 0, 0, 0.06);
        border-radius: 10px;
    }

    .index-content-6 .mb-content .mb-swiper-content-6 .swiper-wrapper .swiper-slide .slide-item img {
        width: 78px;
        height: 78px;
    }

    .index-content-6 .mb-content .mb-swiper-content-6 .swiper-wrapper .swiper-slide .slide-item .item-title {
        font-weight: bold;
        font-size: 24px;
        line-height: 146%;
        text-align: center;
        color: #080F30;
        margin: 37px 0 16px 0;
    }

    .index-content-6 .mb-content .mb-swiper-content-6 .swiper-wrapper .swiper-slide .slide-item .item-desc {
        font-size: 16px;
        line-height: 152%;
        text-align: center;
        color: #6A6D7E;
        font-weight: lighter;
    }

    .index-content-6 .mb-content .mb-swiper-paginations-6 {
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .index-content-6 .mb-content .mb-swiper-paginations-6 .swiper-pagination-bullet {
        background: rgba(69, 150, 229, 0.28);
    }

    .index-content-6 .mb-content .mb-swiper-paginations-6 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #4596E5;
    }

    .index-content-6 .mb-content .mb-swiper-paginations-6 .swiper-pagination-bullet:not(.index-content-6 .mb-content .mb-swiper-paginations-6 .swiper-pagination-bullet:first-child) {
        margin-left: 14px;
    }
}

.mobile_nav_all ul {
    height: unset;
}

.foot .flex-container .flex-row .flex-col {
    flex: 0 0 20%;
}

.foot .flex-container .flex-row .flex-col .name {
    font-weight: bolder;
    font-size: 16px;
    color: #fff;
}

.foot .flex-container .flex-row .flex-col ul li a {
    font-weight: lighter;
    font-size: 12px;
    /* max-width: 120px; */
    display: inline-block;
}

.foot .flex-container .flex-row .flex-col .flex-col__cont p {
    font-weight: lighter;
    font-size: 12px;
}

.foot .flex-container .flex-row .flex-col .flex-col__cont .popup {
    background: linear-gradient(93.03deg, #4596E5 -9.17%, #4539CC 105.48%);
    border-radius: 8px;
    border: none;
    height: 44px;
    display: inline-block;
    line-height: 44px;
    padding: 0 20px;
    font-weight: bolder;
    margin-top: 0;
}

.foot .flex-container .flex-row .flex-col .flex-col__cont .icons {
    margin-top: 35px;
    display: flex;
    align-items: center;
}

.foot .flex-container .flex-row .flex-col .flex-col__cont .icons .icons-item {
    background: rgba(243, 243, 243, 0.1);
    border-radius: 11px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot .flex-container .flex-row .flex-col .flex-col__cont .icons .icons-item:not(.foot .flex-container .flex-row .flex-col .flex-col__cont .icons .icons-item:first-child) {
    margin-left: 18px;
}

.foot .flex-container .flex-row .flex-col .flex-col__cont .icons .icons-item img {
    width: 22px;
}

.foot .foot-bottom .flex-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot .foot-bottom .flex-box .foot-bottom p {
    font-size: 14px;
    line-height: 60px;
    color: #eaeaea;
}

.foot .foot-bottom .flex-box .language-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 10%;
    position: relative;
}

.foot .foot-bottom .flex-box .language-box img.lan-img {
    width: 17px;
    margin-right: 10px;
}

.foot .foot-bottom .flex-box .language-box img.arrow {
    margin-left: 6px;
    width: 8px;
}

.foot .foot-bottom .flex-box .language-box .lan-text {
    font-size: 12px;
    color: #D7DAED;
    cursor: pointer;
}

.foot .foot-bottom .flex-box .language-box .language-list {
    position: absolute;
    background: #2C465C;
    border: 1px solid #415264;
    box-sizing: border-box;
    width: 122px;
    padding: 13px 0 8px 16px;
    right: 0;
    bottom: 35px;
    display: none;
}

.foot .foot-bottom .flex-box .language-box .language-list ul {
    margin-top: 0;
}

.foot .foot-bottom .flex-box .language-box .language-list ul li:not(.foot .foot-bottom .flex-box .language-box .language-list ul li:first-child) {
    margin-top: 8px;
}

.foot .foot-bottom .flex-box .language-box .language-list ul li a {
    font-size: 12px;
    line-height: 200%;
    color: #D7DAED;
}

@media (max-width: 996px) {
    .foot .flex-container .flex-row {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .foot .flex-container .flex-row .flex-col {
        border-bottom: 1px solid #404f5d;
        padding-bottom: 15px;
    }

    .foot .flex-container .flex-row .flex-col .name {
        padding-top: 10px;
        width: 100%;
        position: relative;
        margin-bottom: 15px;
    }

    .foot .flex-container .flex-row .flex-col .name.down-arrow::after,
    .foot .flex-container .flex-row .flex-col .name:after {
        position: absolute;
        content: '';
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
        background: url(../../../img/index/down-arrow.svg);
        width: 15px;
        height: 10px;
        background-size: 100% 100%;
    }

    .foot .flex-container .flex-row .flex-col .name.down-arrow:after {
        transform: translateY(-50%) rotate(0deg);
    }

    .foot .flex-container .flex-row .flex-col ul {
        margin-top: 0;
    }

    .foot .foot-bottom {
        border-top: unset;
    }

    .foot .foot-bottom .flex-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .foot .foot-bottom .flex-box p {
        font-size: 12px;
        line-height: 24px;
    }

    .foot .foot-bottom .flex-box .language-box {
        display: none;
    }
}