.index-page {
    position: relative;
    background: linear-gradient(0, #FFFFFF 0%, #F7F8FD 100%);
}

.common-title {
    font-weight: bold;
    font-size: 30px;
    color: #233863;
    line-height: 46px;
    text-align: center;
    font-style: normal;
}

.top-top {
    /*opacity: 0;*/
}

.page-bg {
    position: absolute;
}

.bg1 {
    left: 0;
    right: 0;
    top: 0;
    height: 2316px;
    background: url("../images/index/pageBack1.png") no-repeat top left / cover;
}

.bg2 {
    right: 0;
    top: 1370px;
    width: 1457px;
    height: 946px;
    background: url("../images/index/pageBack2.png") no-repeat top left / cover;
}

.bg3 {
    left: 0;
    right: 0;
    top: 2655px;
    height: 2334px;
    background: url("../images/index/pageBack3.png") no-repeat top left / cover;
}

.bg4 {
    left: 0;
    right: 0;
    top: 3860px;
    height: 1282px;
    background: url("../images/index/pageBack4.png") no-repeat top left / cover;
}

.content-detail {
    position: relative;
}

.top-place {
    position: relative;
    padding-top: 170px;
}

.top-title {
    width: 960px;
    font-weight: 800;
    margin: 0 auto;
    font-size: 64px;
    color: #233863;
    line-height: 1.2;
    text-align: right;
    font-style: normal;
    background: linear-gradient(to left, #43BBFF 0%, #4379FF 18%, #9461D9 82%, #6166D9 100%);
    -webkit-background-clip: text;
    /*将设置的背景颜色限制在文字中*/
    -webkit-text-fill-color: transparent;
    /*给文字设置成透明*/
    text-align: center;
}

.top-text {
    font-weight: bold;
    font-size: 32px;
    color: #233863;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    padding-top: 36px;
}

.top-btn-place {
    width: 200px;
    margin: 0 auto;
    margin-top: 38px;
}

.top-btn {
    font-weight: bold;
    font-size: 18px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-style: normal;
    width: 200px;
    border-radius: 28px;
    cursor: pointer;
    position: relative;
}

.top-btn-left {
    float: left;
    color: #fff;
    background: linear-gradient(306deg, #43BBFF 0%, #4379FF 50%, #9461D9 100%);
    box-shadow: 0px 2px 20px 0px rgba(22, 25, 89, 0.1);
}

.top-btn-right {
    float: right;
    color: #7245FF;
    /*background: url("../images/index/top-btn.svg");*/
    border: 2px solid #7245FF;
    border-radius: 26px;
}

.top-btn:hover {
    background: linear-gradient(306deg, #43E4FF 0%, #4379FF 50%, #3956CC 100%);
    box-shadow: 0px 2px 20px 0px rgba(22, 25, 89, 0.1);
    color: #fff;
}

.top-image {
    width: 1326px;
    height: 490px;
    margin: 0 auto;
    position: relative;
    margin-top: 58px;
}

.top-left {
    position: absolute;
    left: -58px;
    top: 0;
    width: 455px;
}

.top-middle {
    top: 23px;
    left: 522px;
    width: 259px;
    position: absolute;
}

.top-right {
    top: 0;
    right: -48px;
    width: 537px;
    position: absolute;
}

.top-x {
    top: 142px;
    left: 386px;
    position: absolute;
    width: 474px;
}

.top-star {
    top: 30px;
    left: 491px;
    width: 63px;
    position: absolute;
}

.ai-product {
    padding-top: 30px;
}

.ai-product-title {
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
    font-style: normal;
}

.ai-product-image {
    max-width: 1350px;
    padding: 0 1%;
    margin: auto;
    margin-top: 48px;
}

.ai-product-item {
    width: 33.33%;
    padding: 0 1.8%;
    height: 520px;
    float: left;
    margin-bottom: 48px;
}

.ai-product-item .inside-box {
    height: 100%;
    border: 1px solid #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 5px 21px 0px rgba(47, 49, 55, 0.04);
}

.ai-product-item .inside-box:hover {
    box-shadow: 0px 5px 40px 0px rgba(47, 49, 55, 0.2);
}

.ai-product-item .inside-box img {
    width: 100%;
}

.ai-product-item .inside-box .title {
    font-weight: bold;
    font-size: 28px;
    color: #233863;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    margin-top: 32px;
}

.ai-product-item .inside-box .text {
    width: 292px;
    font-weight: 400;
    font-size: 16px;
    color: #233863;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    margin: 0 auto;
    margin-top: 32px;
}


.ai-product-item:first-child .inside-box {
    background: linear-gradient(141deg, #6ACBFB 0%, #F0FAFF 100%);
}

.ai-product-item:nth-child(2) .inside-box {
    background: linear-gradient(141deg, #A5D2FF 0%, #F8FCFF 100%);
}

.ai-product-item:nth-child(3) .inside-box {
    background: linear-gradient(139deg, #88D8DF 0%, #F3FFFF 100%);
}

.ai-product-item:nth-child(4) .inside-box {
    background: linear-gradient(141deg, #EDC0FB 0%, #FEFBFF 100%);
}

.ai-product-item:nth-child(5) .inside-box {
    background: linear-gradient(139deg, #93AAFF 0%, #F6F8FF 100%);
}

.ai-product-item:nth-child(6) .inside-box {
    background: linear-gradient(139deg, #FFDC93 0%, #FBF9F5 100%);
}

.module-title{
    font-size: 40px;
    font-weight: bold;
    color: #233863;
    line-height: 56px;
    text-align: center;
}
.choose .module-title .title{
    margin-top: 50px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 600;
    font-weight: bold;
    line-height: 48px;
}
.choose .module-title .des-01{
    font-weight: 400;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
}
.choose .module-title .des-02{
    font-weight: 400;
    font-size: 16px;
    color: #6B7B9B;
    line-height: 22px;
    margin-top: 7px;
}
.choose .module-title .des-01 span:first-child{
    padding-right: 30px;
    position: relative;
}
.choose .module-title .des-01 span:first-child:after{
    position: absolute;
    content: '';
    right: 10px;
    top: 6px;
    width: 1px;
    height: 16px;
    border: 1px solid #D0D5E2;
}
.choose .choose-box{
    margin: 84px -42px 40px;

}
.choose .choose-box .choose-item{
    width: 33.333%;
    float: left;
    padding: 0 42px;
    box-sizing: border-box;
    margin-bottom: 64px;
}
.choose .choose-box .choose-item .insideBox{
    height: 438px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(47, 49, 55, 0.1);
    border-radius: 16px;
    position: relative;
    box-sizing: border-box;
}

.choose .choose-box .choose-item .insideBox:hover {
    box-shadow: 0px 5px 40px 0px rgba(47, 49, 55, 0.25);
}


.choose .choose-box .choose-item .insideBox .img{
    position: relative;
    height: 220px;
    margin-bottom: 40px;
}
.choose .choose-box .choose-item .insideBox .text{
    padding: 0 32px;
    box-sizing: border-box;
}
.choose .choose-box .choose-item .insideBox .text .tit{
    font-weight: bold;
    font-size: 28px;
    color: #233863;
    line-height: 40px;
}
.choose .choose-box .choose-item .insideBox .text .des{
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 22px;
    margin-top: 24px;
}
@media screen and (max-width:1340px) {
    .choose .choose-box {
        margin: 40px 0 0;
    }

}
.swiper-container {
    transform:translate3d(0,0,0);
    overflow:hidden;
}
@media screen and (max-width:1280px) {
    .choose .choose-box .choose-item .insideBox .img {
        height: 197px;
    }
    .company-logo {
        padding-bottom: 288px;
    }
    .company-logo::after{
        height: 483px;
        background-size: contain;
    }
}
@media screen and (max-width: 768px) {
    .choose .choose-box {
        margin-top: 32px;
        margin-bottom: 48px;
    }
}
@media screen and (max-width: 768px) {
    .choose .choose-box .choose-item {
        width: 100%;
        margin-bottom: 24px;
        padding: 0px;
    }
}
@media screen and (max-width: 768px) {
    .choose .choose-box .choose-item .insideBox {
        box-shadow: rgba(84, 102, 147, 0.1) 0px 4px 20px 0px;
        padding-bottom: 40px;
        height: auto;
        border-radius: 16px;
    }
}
@media screen and (max-width: 768px) {
    .choose .choose-box .choose-item .insideBox .img {
        height: 197px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
    .choose .choose-box .choose-item .insideBox .middleCenter {
        width: 100%;
    }
}
.ai-place {
    width: 1260px;
    height: 610px;
    margin: 0 auto;
    background-image: url("../images/index/ai-bg.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding-top: 37px;
    position: relative;
}

.midtop-place {
    padding-top: 52px;
}

.midtop-title {
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
    font-style: normal;
}

.ai-left {
    width: 426px;
    height: 478px;
    position: absolute;
    left: 0;
    top: 105px;
}

.ai-left .ai-bg {
    background-image: url("../images/index/ai-left.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 100%;
}

@keyframes moveUpDown {
    0% {
        top: 0;
    }

    50% {
        top: 20px;
        /* 这里设置向上移动的距离 */
    }

    100% {
        top: 0;
    }
}

.ai-left .ai-person {
    width: 196px;
    height: 100%;
    background-image: url("../images/index/ai-person.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    left: 90px;
    z-index: -1;
    top: 0;
    animation: moveUpDown 3s ease-in-out infinite;
}

.ai-right {
    margin-left: 360px;
    width: 880px;
    margin-top: 22px;
}

.ai-item {
    width: 440px;
    height: 226px;
    position: relative;
    float: left;
    padding-left: 20px;
    padding-top: 18px;
    overflow: hidden;
}

.ai-item::before {
    content: '';
    background-image: url("../images/index/ai-item-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s linear;
}

.ai-item:hover::before {
    transform: scale(1.1);
}

.ai-item .inside-box {
    width: 395px;
    height: 180px;
    border-radius: 20px;
    backdrop-filter: blur(3px);
}

.ai-item .inside-box {
    -webkit-backdrop-filter: blur(3px);
}

.ai-icon {
    width: 56px;
    height: 56px;
    margin-left: 24px;
    margin-top: 24px;
    float: left;
}

.ai-content {
    float: left;
    width: 286px;
    margin-left: 12px;
    padding-top: 24px;
}

.ai-title {
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 33px;
    text-align: left;
    font-style: normal;
}

.ai-text {
    width: 286px;
    font-weight: 400;
    font-size: 15px;
    color: #233863;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    margin-top: 13px;
    margin-bottom: 19px;
}

.ai-link {
    font-weight: 400;
    font-size: 14px;
    color: #233863;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    cursor: pointer;
    text-decoration-line: underline;
}

.ai-link:hover {
    color: #5E5BFD;
}

.show-img {
    max-width: 1308px;
    margin: 0 auto;
    padding-top: 100px;
}

.show-img-title {
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
    font-style: normal;
}

.show-img-box {
    margin-top: 18px;
}

.cate-place {
    max-width: 1286px;
    margin: 0 auto;
    padding-top: 88px;
}

.cate-en {
    width: 320px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    font-style: normal;
    color: transparent;
    background: linear-gradient(to right, #1491F9 0%, #3A14F9 21%, #6420F3 52%, #E645DF 100%);
    -webkit-background-clip: text;
    /*将设置的背景颜色限制在文字中*/
    -webkit-text-fill-color: transparent;
}

.cate-zh {
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
    font-style: normal;
}

.cate-item {
    width: 25%;
    padding: 0 1%;
    float: left;
    position: relative;
}

.cate-inside {
    height: 455px;
    box-shadow: 0px 4px 24px 0px rgba(14, 7, 70, 0.08);
    border-radius: 31px;
    border: 1px solid #FFFFFF;
    position: relative;
}

.cate-img {
    position: relative;
    height: 134px;
    overflow: hidden;
    margin: 16px;
    margin-bottom: 0;
}

.cate-img::before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s linear;
}

.cate-top .cate-item:first-child .cate-img::before {
    background-image: url("../images/index/cate1.png");
}

.cate-top .cate-item:nth-child(2) .cate-img::before {
    background-image: url("../images/index/cate2.png");
}

.cate-top .cate-item:nth-child(3) .cate-img::before {
    background-image: url("../images/index/cate3.png");
}

.cate-top .cate-item:last-child .cate-img::before {
    background-image: url("../images/index/cate4.png");
}

.cate-bottom .cate-item:first-child .cate-img::before {
    background-image: url("../images/index/cate5.png");
}

.cate-bottom .cate-item:nth-child(2) .cate-img::before {
    background-image: url("../images/index/cate6.png");
}

.cate-bottom .cate-item:last-child .cate-img::before {
    background-image: url("../images/index/cate7.png");
}

.cate-title {
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 33px;
    text-align: center;
    font-style: normal;
    margin-top: 24px;
}

.cate-text {
    width: 216px;
    font-weight: 400;
    font-size: 16px;
    color: #233863;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    margin: 0 auto;
    margin-top: 16px;
}

.cate-link {
    position: absolute;
    width: 180px;
    height: 40px;
    border-radius: 22px;
    /* border-image: linear-gradient(180deg, rgba(79, 26, 246, 1), rgba(223, 67, 225, 1)) 2 2; */
    background: url("../images/index/cate-link.svg");
    left: 0;
    right: 0;
    bottom: 29px;
    margin: 0 auto;
    text-align: center;
    line-height: 36px;
    font-weight: 400;
    font-size: 16px;
    color: #4F1AF6;
    font-style: normal;
}

.cate-link:hover {
    background: linear-gradient(320deg, #DF43E1 0%, #4F1AF6 100%);
    border-radius: 22px;
    color: #fff;
    border-image: none;
}

.cate-item:hover .cate-img::before {
    transform: scale(1.1);
}

.cate-item:hover .cate-inside {
    border: 2px solid transparent;
    border-radius: 22px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(180deg, rgba(79, 26, 246, 1), rgba(223, 67, 225, 1));
    background-origin: border-box;
    background-clip: content-box, border-box;
}

/*.cate-item::before {*/
/*    content: '';*/
/*    left: 4%;*/
/*    right: 4%;*/
/*    height: 100px;*/
/*    bottom: 0;*/
/*    position: absolute;*/
/*    background-image: linear-gradient(to right, #5c3f92, #38ddf9);*/
/*    border-radius: 32px;*/
/*    transition: bottom 0.3s linear;*/
/*    opacity: 0;*/
/*}*/

.cate-bottom {
    width: 1286px;
    margin: 0 auto;
    margin-top: 32px;
}

.cate-item:hover::before {
    opacity: 1;
    bottom: -12px;
}

.cate-bottom .cate-item:first-child {
    margin-left: 12%;
}

.cate-top {
    padding-top: 65px;
}

.friend-place {
    padding-bottom: 40px;
}

.friend-title {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    font-style: normal;
}

.friend-num {
    font-family: "D-DINExp-Bold";
    font-size: 56px;
    background: linear-gradient(to right, #1491F9 0%, #3A14F9 21%, #6420F3 52%, #E645DF 100%);
    -webkit-background-clip: text;
    /*将设置的背景颜色限制在文字中*/
    -webkit-text-fill-color: transparent;
}

.friend-text {
    text-align: center;
    font-weight: 400;
    font-size: 32px;
    color: #233863;
    line-height: 56px;
    font-style: normal;
}

.friend-place .module-title {
    padding-top: 34px;
    box-sizing: border-box;
    line-height: 52px;
}

.friend-place .module-title .big {
    font-size: 40px;
    line-height: 56px;
}

.friend-place .module-title .big br {
    display: none;
}

.friend-place .big span {
    color: rgba(34, 154, 244, 1);
    font-size: 56px;
}

.friend-place .small {
    font-size: 32px;
    color: #233863;
    font-weight: normal;
}

/* 轮播 */
.client-box .conTabs {
    overflow: hidden;
    position: relative;
}

.client-box .conTabs .spBox {
    background: #FFFFFF;
    box-shadow: 0px 16px 50px -4px rgba(157, 168, 194, 0.2);
    border-radius: 16px;
    padding: 32px;
    box-sizing: border-box;
    height: 280px;
}

.client-box .conTabs .spBox .top {
    padding-bottom: 24px;
    border-bottom: 1px solid #DAE0E7;

    display: flex;
    align-items: center;
}

.client-box .conTabs .spBox .top .tit {
    font-size: 24px;
    font-weight: bold;
    color: #233863;
    line-height: 33px;
}

.client-box .conTabs .spBox .top .des {
    margin-top: 8px;
    font-weight: bold;
    font-size: 16px;
    color: #6B7B9B;
    line-height: 22px;
}

.client-box .conTabs .spBox .top img {
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 24px;
}

.client-box .conTabs .spBox .text {
    padding: 24px 0 23px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: normal;
    color: #4A4A4A;
    line-height: 28px;
}

.swiper-home {
    position: relative;
}

.swiper-home .swiper-pagination {
    width: 100%;
    margin: auto;
    bottom: 0px;
}

.client-box .conTabs .swiper-container {
    padding: 56px 0 100px;
}

.client-box .conTabs .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 56px;
    margin: auto;
}

.swiper-home .swiper-pagination-bullet,
.client-box .conTabs .swiper-pagination-bullet {
    margin: 0 3px;
    width: 12px;
    height: 12px;
    background: #D8D8D8;
    opacity: 1;
    cursor: pointer;
}

.swiper-home .swiper-pagination-bullet-active,
.client-box .conTabs .swiper-pagination-bullet-active {
    width: 30px;
    background: #229AF4;
    border-radius: 6px;
}

.swiper-home .swiper-slide.swiper-slide-next .spBox,
.swiper-home .swiper-slide.swiper-slide-prev .spBox,
.client-box .conTabs .swiper-slide.swiper-slide-next .spBox,
.client-box .conTabs .swiper-slide.swiper-slide-prev .spBox {
    box-shadow: 0px 16px 50px -4px rgba(157, 168, 194, 0.15);
    opacity: 0.5;
}

.logo-place {
    max-width: 1324px;
    padding: 0 20px;
    margin: 0 auto;
    margin-bottom: 76px;
}

.logo-item {
    width: 128px;
    height: 128px;
    float: left;
    padding: 12px;
}

.logo-content {
    width: 100%;
    height: 100%;
    padding: 9px;
    background: #FFFFFF;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.m-place {
    display: none;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media screen and (max-width: 768px) {
    .common-title {
        font-size: 24px;
        line-height: 40px;
    }

    .pc-place {
        display: none;
    }

    .m-place {
        display: block;
    }

    .ai-product-place {
        background: url("../images/index/m-bg2.png") no-repeat center center / cover;
    }

    .ai-product {
        padding-top: 48px;
    }

    .ai-product-image {
        margin-top: 32px;
        padding: 0 24px;
    }

    .ai-product-item {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        height: auto;
    }

    .ai-product-item:last-child {
        margin-bottom: 0;
    }

    .inside-box {
        padding: 0 0 64px;
    }

    .ai-product-item .inside-box .title {
        margin-top: 24px;
        line-height: 33px;
        font-size: 24px;
    }

    .ai-product-item .inside-box .text {
        width: 100%;
        line-height: 22px;
        padding: 0 24px;
        margin: unset;
        margin-top: 16px;
        text-align: center;
    }

    .midtop-place {
        padding-top: 48px;
    }

    .ai-place {
        width: unset;
        height: auto;
        padding: 24px;
        margin: 0 24px;
        background: url("../images/index/m-bg3.png") no-repeat center center / cover;
        border-radius: 20px;
    }

    .ai-left {
        display: none;
    }

    .ai-right {
        display: none;
    }

    .ai-m-item {
        text-align: center;
        border: 1px solid #ECE7FF;
        border-radius: 20px;
        padding: 24px;
        background: linear-gradient( 168deg, #CBC0FB 0%, rgba(250,248,255,0.44) 100%);
        box-shadow: 0 2px 20px 0 rgba(19,7,63,0.03);
        margin-bottom: 24px;
        backdrop-filter: blur(3px);
    }

    .ai-m {
        margin-top: 32px;
    }

    .ai-m-item img {
        width: 56px;
        height: 56px;
        margin-bottom: 11px;
    }

    .ai-btn {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #5E5BFD;
        text-decoration-line: underline;
    }

    .ai-m-item:last-child {
        margin-bottom: 0;
    }

    .ai-content {
        float: unset;
        width: 100%;
        margin-left: 0;
        padding: 0;
    }

    .ai-content .ai-title {
        text-align: center;
        font-size: 20px;
        line-height: 28px;
    }

    .ai-content .ai-text {
        text-align: center;
        width: 100%;
        margin-top: 12px;
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 20px;
    }

    .show-img {
        padding-top: 38px;
        padding-bottom: 48px;
        background: url("../images/index/m-bg4.png") no-repeat center center / cover;
    }

    .show-img-box {
        margin-top: 32px;
        padding: 0 16px;
    }

    .cate-place {
        margin-top:20px;
        padding-top: 0;
        padding: 0 24px 48px;
        background: url("../images/index/m-bg5.png") no-repeat center center / cover;
    }

    .cate-top {
        padding-top: 32px;
    }

    .cate-bottom {
        width: 100%;
        margin-top: 24px;
    }

    .cate-bottom .cate-item:first-child {
        margin-left: 0;
    }

    .cate-item {
        width: 100%;
        padding: 0;
        margin-bottom: 24px;
    }

    .cate-item:last-child {
        margin-bottom: 0;
    }

    .cate-item .cate-inside {
        background: rgba(255,255,255,0.3);
        border-radius: 20px;
        border: 1px solid #FFFFFF;
        height: auto;
    }

    .cate-item:hover .cate-inside {
        background: rgba(255, 255, 255, 0.3);
        border-radius: 20px;
        border: 1px solid #FFFFFF;
        height: auto;
    }

    .cate-item:hover .cate-img::before {
        transform: scale(1);
    }

    .cate-link-box {
        text-align: center;
        margin: 24px 0;
    }

    .cate-link {
        display: inline-block;
        position: unset;
        background: url(../images/index/cate-link.svg);
    }

    .cate-m {
        padding: 0 24px;
        margin-top: 32px;
    }

    .cate-m-item {
        padding: 12px;
        margin-top: 16px;
        box-shadow: 0px 2px 20px 0px rgba(22, 25, 89, 0.1);
        padding-bottom: 24px;
        border-radius: 24px;
    }

    .cate-m-item img {
        width: 100%;
    }

    .cate-title {
        margin-top: 24px;
        margin-bottom: 16px;
        font-weight: bold;
    }

    .cate-title span {
        display: inline-block;
        border: 1px solid #ddd;
        width: 40px;
        height: 40px;
    }

    .cate-text {
        margin-top: 0;
        line-height: 20px;
        font-size: 14px;
    }

    .cate-jump {
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        font-size: 18px;
        font-weight: bold;
        border-radius: 20px;
        line-height: 40px;
        text-align: center;
        border: 2px solid transparent;
        margin: 0 auto;
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        background-image: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, #8F41E9, #578AEF);
        margin-top: 24px;
    }

    .friend-title {
        font-size: 24px;
        line-height: 40px;
    }

    .friend-num {
        font-size: 36px;
    }

    .friend-text {
        font-size: 16px;
    }

    .friend-place {
        width: 100%;
        padding: 0 24px;
        position: relative;
    }

    .friend-place::after {
        content: '';
        position: absolute;
        width: 100%;
        min-height: 352px;
        bottom: 52px;
        background-size: cover;
        z-index: 0;
        margin: 0 -24px;
        background-position: center;
    }

    .friend-place .module-title {
        padding: 193px 0 0;
    }

    .friend-place .module-title .big {
        font-size: 30px;
        line-height: 45px;
    }

    .friend-place .module-title .big br {
        display: inline;
    }

    .friend-place .small {
        line-height: 45px;
        font-size: 24px;
        white-space: nowrap;
    }

    .friend-place .small span {
        display: none;
    }

    .friend-place .big span {
        font-size: 48px;
    }

    .client-box .conTabs .swiper-container {
        padding: 32px 0 76px;
    }

    .client-box .conTabs .spBox {
        height: 307px;
        padding: 32px 24px;
        box-shadow: 0px 0px 20px -4px rgba(157, 168, 194, 0.2);
        border-radius: 16px;
    }

    .client-box .conTabs .spBox .top {
        margin-bottom: 32px;
    }

    .client-box .conTabs .spBox .top img {
        width: 74px;
        height: 74px;
        margin-right: 16px;
    }

    .client-box .conTabs .spBox .text {
        padding: 0;
        font-size: 16px;
        line-height: 30px;
    }


    .client-box .conTabs .spBox .top .tit {
        font-weight: bold;
        font-size: 16px;
        line-height: 22px;
    }

    .client-box .conTabs .spBox .top .des {
        font-weight: bold;
        font-size: 12px;
        line-height: 17px;
    }

    .client-box .conTabs .swiper-pagination {
        bottom: 32px;
    }

    .logo-place {
        padding: 0;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .logo-item {
        width: 25%;
        height: auto;
    }

    .logo-item img {
        width: 100%;
    }

    .bg1 {
        background-image: url("../images/index/m-top-bg.png");
        display: none;
    }

    .bg2 {
        display: none;
    }

    .bg3 {
        display: none;
    }

    .bg4 {
        display: none;
    }

    .top-place {
        padding-top: 0;
    }

    .top-title {
        width: 100%;
        font-weight: 800;
        font-size: 40px;
        color: #233863;
        line-height: 50px;
        text-align: center;
        font-style: normal;
    }

    .common-title div {
        /*background: linear-gradient(0deg, #2FAFEA 0%, #548BEF 38%, #3616FA 100%), linear-gradient(180deg, #43BBFF 0%, #4379FF 18%, #9461D9 82%, #6166D9 100%);*/
        background: linear-gradient( to left, #43BBFF 0%, #4379FF 18%, #9461D9 82%, #6166D9 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .top-text {
        width: 100%;
        font-weight: bold;
        font-size: 24px;
        color: #233863;
        line-height: 48px;
        text-align: center;
        font-style: normal;
        margin-top: 24px;
        padding-top: 0;
    }

    .top-btn-place {
        width: 157px;
        margin: 34px auto 26px;
    }

    .top-btn {
        width: 157px;
        height: 52px;
        line-height: 52px;
        margin-top: 0;
        font-weight: bold;
    }

    .top-btn-right {
        background-size: 100% 100%;
    }

    .top-m.m-place {
        padding: 37px 0 19px;
        background: url("../images/index/m-top-bg.png") no-repeat center center / cover;
    }

    .top-m.m-place .common-title {
        line-height: 50px;
        font-size: 40px;
        font-weight: 800;
    }

    .top-m img {
        height: 303px;
    }
}
