/* 适用于移动端 */
@media (max-width:768px) {

    /* 自定义轮播图箭头样式 */
    .custom-arrow {
        top: 50%;
        transform: translateY(-50%);
        width: 25px;
        height: 25px;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        /* border: 2px solid rgba(255, 255, 255, 0.8); */
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease-in-out;
    }

    .custom-arrow:hover {
        transform: translateY(-50%) scale(1.1);
    }

    .custom-arrow .custom-arrow-img {
        width: 15px;
        height: 15px;
    }

    .custom-arrow.carousel-control-prev {
        left: 20px;
    }

    .custom-arrow.carousel-control-next {
        right: 20px;
    }

    .carousel-pc {
        display: none;
    }

    .carousel-item-caption1 {
        position: absolute;
        top: 10%;
        left: 0;
        padding: 0 20px;
        width: 100%;
    }

    .caption1-p1 {
        font-weight: bold;
        font-size: 16px;
        color: #242B40;
        line-height: 20px;
    }

    .caption1-line {
        margin-top: 15px;
        width: 244px;
        height: 5px;
        background: linear-gradient(90deg, #2C6BFC 0%, rgba(44, 107, 252, 0) 100%);
    }

    .caption1-p2 {
        margin-top: 10px;
        font-size: 14px;
        color: #212A46;
        line-height: 28px;
    }

    .caption1-btn {
        margin-top: 10px;
        display: inline-block;
        padding: 0 20px;
        height: 31px;
        background: linear-gradient(90deg, #2655EF 0%, #306EFC 100%);
        border-radius: 16px;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 31px;
    }

    .carousel-item-caption2 {
        position: absolute;
        top: 10%;
        left: 0;
        width: 100%;
    }

    .caption2-p1 {
        font-weight: bold;
        font-size: 18px;
        color: #242B40;
        text-align: center;
        line-height: 20px;
    }

    .caption2-p2 {
        margin-top: 30px;
        padding: 0 30px;
        font-size: 14px;
        color: #212A46;
        text-align: center;
        line-height: 28px;
    }

    .banner-tabs {
        position: relative;
        max-width: 540px;
        padding: 0 15px;
        margin-top: -30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 100;
    }

    .banner-tabs .tab {
        margin-bottom: 10px;
        background-size: 164px 98px;
        padding: 10px 15px;
        width: 100%;
        /* height: 150px; */
        border-radius: 8px;
    }

    .banner-tabs .tab .tab-icon {
        width: 30px;
        height: 30px;
    }

    .banner-tabs .tab .tab-title {
        margin: 12px 0;
        font-weight: bold;
        font-size: 18px;
        color: #2C2D3F;
    }

    .banner-tabs .tab .tab-intro {
        font-size: 16px;
        color: #72767C;
    }

    .module-title {
        margin-bottom: 15px;
        padding: 0 20px;
        width: 100%;
        font-weight: bold;
        font-size: 22px;
        line-height: 30px;
        color: #2C2D3F;
        text-align: center;
    }

    .module-intro {
        padding: 0 15px;
        width: 100%;
        font-size: 14px;
        color: #393D45;
        text-align: center;
    }

    .module-main {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }

    .content {
        padding: 20px 15px;
    }

    .module {
        max-width: 540px;
    }

    .content1 {
        /* aspect-ratio: 12 / 5; */
        background-image: url('../../img/ecommerce/distribution/module1_bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .module1 {
        max-width: 540px;
    }

    .main-card1 {
        padding: 20px;
        width: 100%;
        border-radius: 12px;
    }

    .main-card1-black {
        margin-bottom: 20px;
        background-image: url('../../img/ecommerce/distribution/module1_cardBg1.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .main-card1-white {
        background-image: url('../../img/ecommerce/distribution/module1_cardBg2.png');
        background-repeat: no-repeat;
        /* background-size: cover; */
        background-position: center;
    }

    .main-card1-black .card1-title {
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
        /* 初始渐变 */
        background-image: linear-gradient(360deg, #F2F5FA 0%, #D0DAE9 100%);
    }

    .main-card1-black .card1-p {
        font-size: 16px;
        color: #DCDEE2;
    }

    .main-card1-white .card1-title {
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
        /* 初始渐变 */
        background-image: linear-gradient(360deg, #5B6276 0%, #404563 100%);
    }

    .main-card1-white .card1-p {
        font-size: 16px;
        color: #3C404C;
    }

    .card1-p .card1-p-name {
        color: #2C6BFC;
    }

    .card1-title {
        margin-bottom: 20px;
    }

    .card1-p {
        margin-bottom: 15px;
        line-height: 25px;
    }

    .main-card2 {
        margin-bottom: 20px;
        padding: 20px;
        width: 100%;
        background: #FFFFFF;
        border-radius: 8px;
    }

    .card2-icon {
        display: block;
        margin: 0 auto;
        width: 200px;
    }

    .card2-title {
        margin-top: 20px;
        font-size: 20px;
        font-weight: bold;
        color: #2C2D3F;
        text-align: center;
    }

    .card2-intro {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 16px;
        color: #2C2D3F;
        text-align: center;
    }

    .card2-p {
        margin-bottom: 8px;
        font-size: 14px;
        color: #737481;
    }

    .card2-p-circle {
        margin-bottom: 3px;
        margin-right: 10px;
        width: 4px;
        height: 4px;
        display: inline-block;
        background: #21CCA4;
        border-radius: 50%;
    }

    .card2-tag {
        margin: 0 0 20px;
        padding: 0 10px;
        display: inline-block;
        background: #EDEFF3;
        border-radius: 12px;
        height: 25px;
        font-size: 13px;
        line-height: 25px;
        color: #262633;
    }

    .content3 {
        background-image: url('../../img/ecommerce/distribution/module3_bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .main3-img {
        position: relative;
    }

    .main3-img img {
        width: 100%;
    }

    .main3-content {
        margin-top: 20px;
    }

    .main3-content-title {
        font-size: 16px;
        font-weight: bold;
        color: #7A819C;
        display: flex;
        align-items: center;
    }

    .main3-content-title-line {
        margin-right: 10px;
        width: 4px;
        height: 16px;
        background: #2B5BF8;
        border-radius: 8px;
    }

    .main3-content-subname {
        margin-top: 20px;
        font-size: 14px;
        font-weight: bold;
        color: #2C2D3F;
    }

    .main3-content-p {
        margin-top: 0;
        font-size: 14px;
        color: #737481;
    }

    .module-main4 {

        display: flex;
        justify-content: center;
    }

    .module-main4-img {
        position: relative;
        margin-top: 100px;
        display: flex;
        justify-content: center;
    }

    .module-main4-img img {
        width: 50%;
    }

    .module-main4-tag {
        position: absolute;
        font-weight: bold;
        border-radius: 16px;
        padding: 5px 10px;
        font-size: 10px;
        line-height: 15px;
        color: #FFFFFF;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .module-main4-tag1 {
        bottom: 50px;
        left: 0px;
        background: #2C6BFC;
    }

    .module-main4-tag2 {
        top: -30px;
        left: 30px;
        background: #19D0A5;
    }

    .module-main4-tag3 {
        top: -30px;
        right: 30px;
        background: #F6A612;
    }

    .module-main4-tag4 {
        bottom: 50px;
        right: 0;
        background: #A92CFC;
    }

    .content5 {
        background: #FAFCFF;
    }

    .module5 {
        max-width: 540px;
    }

    .module5 .module-title {
        margin-bottom: 20px;
    }

    .module5 .module-intro {
        margin-bottom: 20px;
    }

    .module5-partner {
        /* background: #F9FBFE; */
        /* box-shadow: 0px 4px 12px 0px rgba(121, 144, 199, 0.14); */
        border-radius: 8px;
        overflow: hidden;
    }

    .partner-header {
        padding-left: 15px;
        /* height: 120px; */
        background-image: url('../../img/home/module4-bg.png');
        background-repeat: no-repeat;
        background-origin: content-box;
        /* 背景图片从内容区域开始定位 */
        background-position: right top;
        /* 相对于内容区域的右下角 */
        background-size: auto 100%;
        background-color: rgba(255, 255, 255, 0.7);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .partner-header-title {
        margin-top: 10px;
        font-weight: bold;
        font-size: 15px;
        color: #2C2D3F;
    }

    .partner-header-wrap {
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
    }

    .partner-header-wrap-item {
        margin-top: 3px;
        display: flex;
        align-items: center;
    }

    .partner-header-wrap-item img {
        width: 18px;
        height: 18px;
    }

    .partner-header-wrap-item span {
        margin-left: 10px;
        font-weight: bold;
        font-size: 14px;
        color: #2C6BFC;
    }

    .partner-tips {
        margin: 17px 0;
        font-size: 14px;
        color: #10203D;
        text-align: center;
    }

    .scroll-item {
        flex-shrink: 0;
        margin-bottom: 10px;
        padding: 10px;
        width: 100%;
        background: #FFFFFF;
        border-radius: 8px;
        border: 1px solid #CED2DE;
    }

    .item-top {}

    .item-top img {
        width: 100%;
    }

    .top-content {
        margin-top: 10px;
    }

    .top-content .top-content-title {
        font-weight: bold;
        font-size: 14px;
        color: #2C2D3F;
    }

    .top-content .top-content-intro:last-child {
        margin-bottom: 0;
    }

    .top-content .top-content-intro {
        margin-top: 2px;
        margin-bottom: 8px;
        font-size: 13px;
        color: #8B92A1;
    }

    .item-name {
        display: inline-block;
        margin-top: 10px;
        padding: 0 10px;
        height: 36px;
        background: #344362;
        border-radius: 4px;
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 36px;
    }

    .item-list {
        margin-top: 10px;
    }

    .list-row:last-child {
        margin-bottom: 0;
    }

    .list-row {
        position: relative;
        margin-bottom: 5px;
        padding-left: 15px;
    }

    .row-circle {
        position: absolute;
        left: 0;
        top: 0.7em;
        /* 与第一行文字垂直对齐 */
        display: inline-block;
        width: 4px;
        height: 4px;
        background: #407EFA;
        border-radius: 50%;
    }

    .row-text {
        font-size: 13px;
        color: #808692;
    }

    .module5-more {
        display: block;
        margin: 10px auto 20px;
        width: 200px;
        height: 40px;
        background: #2C6BFC;
        border-radius: 8px;
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
        line-height: 40px;
    }

    .module5-more a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .module5-more:hover {
        background: #2961e4;
    }

    .module5-more:active {
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    }
}

@media (min-width:768px) and (max-width:992px) {
    .banner {
        /* margin-bottom: 10px; */
    }

    .carousel-item img {
        height: 315px;
    }

    .carousel-item-caption {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translateX(-50%);
        width: 768px;
    }

    .caption1-btn {
        display: inline-block;
        width: 120px;
        height: 35px;
        background: linear-gradient(90deg, #2655EF 0%, #306EFC 100%);
        border-radius: 26px;
        font-size: 13px;
        color: #FFFFFF;
        text-align: center;
        line-height: 35px;
        cursor: pointer;
        user-select: none;
    }

    .banner-tabs {
        width: 768px;
        bottom: -38px;
    }

    .banner-tabs .tab {
        background-size: 104px 62px;
        padding: 10px 12px;
        width: 229px;
        height: 96px;
    }

    .banner-tabs .tab .tab-icon {
        width: 21px;
        height: 21px;
    }

    .banner-tabs .tab .tab-title {
        font-size: 14px;
    }

    .banner-tabs .tab .tab-intro {
        font-size: 12px;
    }

    .module-title {
        margin-bottom: 28px;
        padding: 0 20px;
        width: 100%;
        font-weight: bold;
        font-size: 30px;
        line-height: 40px;
        color: #2C2D3F;
        text-align: center;
    }

    .module-intro {
        padding: 0 15px;
        width: 100%;
        font-size: 16px;
        color: #393D45;
        text-align: center;
    }

    .module1 {
        max-width: 768px;
    }

    .main-card1 {
        padding: 25px 21px 108px 28px;
        width: 365px;
        height: 268px;
        border-radius: 8px;
    }

    .main-card1-black .card1-title {
        font-size: 16px;
        line-height: 16px;
    }

    .main-card1-black .card1-p {
        font-size: 13px;
    }

    .main-card1-white .card1-title {
        font-size: 16px;
        line-height: 16px;
    }

    .main-card1-white .card1-p {
        font-size: 13px;
    }

    .card1-title {
        margin-bottom: 15px;
    }

    .card1-p {
        margin-bottom: 10px;
        line-height: 20px;
    }

    .content2 {
        padding-top: 72px;
        padding-bottom: 90px;
    }

    .module2 {
        max-width: 768px;
    }

    .main-card2 {
        padding: 20px 36px 30px;
        width: 247px;
    }

    .card2-icon {
        width: 153px;
        height: 133px;
    }

    .card2-title {
        margin-top: 12px;
        font-size: 16px;
    }

    .card2-intro {
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .card2-p {
        margin-bottom: 8px;
        font-size: 13px;
    }

    .card2-p-circle {
        margin-bottom: 3px;
        margin-right: 10px;
        width: 6px;
        height: 6px;
    }

    .card2-tag {
        margin: 20px 0 10px;
        padding: 0 10px;
        height: 30px;
        font-size: 13px;
        line-height: 30px;
    }

    .content3 {
        padding-top: 75px;
        padding-bottom: 100px;
    }

    .module3 {
        max-width: 768px;
    }

    .module3 .module-title {
        margin-bottom: 24px;
    }

    .module3 .module-intro {
        margin-bottom: 42px;
    }

    .main3-img img {
        width: 397px;
    }

    .main3-content {
        margin-left: 91px;
    }

    .main3-content-title {
        font-size: 18px;
    }

    .main3-content-title-line {
        margin-right: 15px;
        width: 4px;
        height: 18px;
    }

    .main3-content-subname {
        margin-top: 20px;
        font-size: 16px;
    }

    .main3-content-p {
        margin-top: 2px;
        font-size: 14px;
    }

    .content4 {
        padding-top: 73px;
    }

    .module4 {
        max-width: 768px;
    }

    .module-main4-img {
        margin-top: 173px;
    }

    .module-main4-img img {
        width: 375px;
        height: 215px;
    }

    .module-main4-tag {
        width: 205px;
        height: 64px;
        font-size: 16px;
        line-height: 20px;
    }

    .module-main4-tag1 {
        top: 186px;
        left: -32px;
    }

    .module-main4-tag2 {
        top: 45px;
        left: 32px;
    }

    .module-main4-tag3 {
        top: 45px;
        left: 512px;
    }

    .module-main4-tag4 {
        top: 186px;
        left: 595px;
    }

    .content5 {
        padding: 78px 0 70px;
    }

    .module5 {
        max-width: 768px;
    }

    .module5 .module-title {
        margin-bottom: 20px;
    }

    .module5 .module-intro {
        margin-bottom: 20px;
    }

    .module5-partner {
        padding: 0 0 36px;
    }

    .partner-header {
        padding-left: 39px;
        height: 120px;
        /* 相对于内容区域的右下角 */
        background-size: auto 120px;
    }

    .partner-header-title {
        font-size: 20px;
    }

    .partner-header-wrap {
        margin-top: 15px;
    }

    .partner-header-wrap-item {
        margin-right: 30px;
    }

    .partner-header-wrap-item img {
        margin-right: 10px;
        width: 24px;
        height: 24px;
    }

    .partner-header-wrap-item span {
        font-size: 14px;
    }

    .partner-tips {
        margin: 17px 0 17px 39px;
        font-size: 15px;
    }

    .scroll-container {
        margin: 0 39px;
    }

    .scroll-item:last-child {}

    .scroll-item {
        margin-bottom: 10px;
        margin-right: 40px;
        padding: 12px 20px;
        width: 550px;
        height: 380px;
    }

    .item-top {
        margin-bottom: 16px;
    }

    .item-top img {
        width: 340px;
    }

    .top-content {
        margin-left: 15px;
    }

    .top-content .top-content-title {
        font-size: 13px;
        line-height: 13px;
    }

    .top-content .top-content-intro:last-child {
        margin-bottom: 0;
    }

    .top-content .top-content-intro {
        margin-top: 3px;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 20px;
    }

    .item-name {
        padding: 0 10px;
        height: 22px;
        font-size: 12px;
        line-height: 22px;
    }

    .item-list {
        margin-top: 10px;
    }

    .list-row:last-child {
        margin-bottom: 0;
    }

    .list-row {
        margin-bottom: 5px;
    }

    .row-circle {
        margin-right: 8px;
        width: 4px;
        height: 4px;
    }

    .row-text {
        font-size: 13px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .banner {
        /* margin-bottom: 10px; */
    }

    .carousel-item img {
        height: 413px;
    }

    .carousel-item-caption {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translateX(-50%);
        width: 992px;
    }

    .caption1-btn {
        display: inline-block;
        width: 160px;
        height: 45px;
        background: linear-gradient(90deg, #2655EF 0%, #306EFC 100%);
        border-radius: 26px;
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
        line-height: 45px;
        cursor: pointer;
        user-select: none;
    }

    .banner-tabs {
        width: 992px;
        bottom: -80px;
    }

    .banner-tabs .tab {
        background-size: 135px 81px;
        padding: 14px 16px;
        width: 297px;
        height: 125px;
    }

    .banner-tabs .tab .tab-icon {
        width: 28px;
        height: 28px;
    }

    .banner-tabs .tab .tab-title {
        font-size: 16px;
    }

    .banner-tabs .tab .tab-intro {
        font-size: 14px;
    }

    .module-title {
        margin-bottom: 38px;
        padding: 0 20px;
        width: 100%;
        font-weight: bold;
        font-size: 40px;
        line-height: 40px;
        color: #2C2D3F;
        text-align: center;
    }

    .module-intro {
        padding: 0 15px;
        width: 100%;
        font-size: 20px;
        color: #393D45;
        text-align: center;
    }

    .module1 {
        max-width: 992px;
    }

    .main-card1 {
        padding: 25px 21px 108px 28px;
        width: 471px;
        height: 347px;
        border-radius: 8px;
    }

    .main-card1-black .card1-title {
        font-size: 22px;
        line-height: 22px;
    }

    .main-card1-black .card1-p {
        font-size: 16px;
    }

    .main-card1-white .card1-title {
        font-size: 22px;
        line-height: 22px;
    }

    .main-card1-white .card1-p {
        font-size: 16px;
    }

    .card1-title {
        margin-bottom: 30px;
    }

    .card1-p {
        margin-bottom: 15px;
        line-height: 28px;
    }

    .content2 {
        padding-top: 72px;
        padding-bottom: 90px;
    }

    .module2 {
        max-width: 992px;
    }

    .main-card2 {
        padding: 20px 36px 30px;
        width: 319px;
    }

    .card2-icon {
        width: 198px;
        height: 172px;
    }

    .card2-title {
        margin-top: 12px;
        font-size: 20px;
    }

    .card2-intro {
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 16px;
    }

    .card2-p {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .card2-p-circle {
        margin-bottom: 3px;
        margin-right: 10px;
        width: 6px;
        height: 6px;
    }

    .card2-tag {
        margin: 20px 0 10px;
        padding: 0 10px;
        height: 30px;
        font-size: 13px;
        line-height: 30px;
    }

    .content3 {
        padding-top: 75px;
        padding-bottom: 100px;
    }

    .module3 {
        max-width: 992px;
    }

    .module3 .module-title {
        margin-bottom: 24px;
    }

    .module3 .module-intro {
        margin-bottom: 42px;
    }

    .main3-img img {
        width: 513px;
    }

    .main3-content {
        margin-left: 117px;
    }

    .main3-content-title {
        font-size: 21px;
    }

    .main3-content-title-line {
        margin-right: 15px;
        width: 4px;
        height: 21px;
    }

    .main3-content-subname {
        margin-top: 30px;
        font-size: 18px;
    }

    .main3-content-p {
        margin-top: 5px;
        font-size: 15px;
    }

    .content4 {
        padding-top: 73px;
    }

    .module4 {
        max-width: 992px;
    }

    .module-main4-img {
        margin-top: 173px;
    }

    .module-main4-img img {
        width: 484px;
        height: 278px;
    }

    .module-main4-tag {
        width: 265px;
        height: 83px;
        font-size: 18px;
        line-height: 24px;
    }

    .module-main4-tag1 {
        top: 240px;
        left: -41px;
    }

    .module-main4-tag2 {
        top: 58px;
        left: 41px;
    }

    .module-main4-tag3 {
        top: 58px;
        left: 661px;
    }

    .module-main4-tag4 {
        top: 240px;
        left: 769px;
    }

    .content5 {
        padding: 78px 0 70px;
    }

    .module5 {
        max-width: 992px;
    }

    .module5 .module-title {
        margin-bottom: 32px;
    }

    .module5 .module-intro {
        margin-bottom: 40px;
    }

    .module5-partner {
        padding: 0 0 36px;
    }

    .partner-header {
        padding-left: 39px;
        height: 142px;
        /* 相对于内容区域的右下角 */
        background-size: 553px auto;
    }

    .partner-header-title {
        font-size: 26px;
    }

    .partner-header-wrap {
        margin-top: 22px;
    }

    .partner-header-wrap-item {
        margin-right: 78px;
    }

    .partner-header-wrap-item img {
        margin-right: 10px;
        width: 24px;
        height: 24px;
    }

    .partner-header-wrap-item span {
        font-size: 19px;
    }

    .partner-tips {
        margin: 17px 0 17px 39px;
        font-size: 18px;
    }

    .scroll-container {
        margin: 0 39px;
    }

    .scroll-item:last-child {}

    .scroll-item {
        margin-bottom: 16px;
        margin-right: 40px;
        padding: 16px 29px;
        width: 694px;
        height: 460px;
    }

    .item-top {
        margin-bottom: 16px;
    }

    .item-top img {
        width: 340px;
    }

    .top-content {
        margin-left: 15px;
    }

    .top-content .top-content-title {
        font-size: 16px;
        line-height: 16px;
    }

    .top-content .top-content-intro:last-child {
        margin-bottom: 0;
    }

    .top-content .top-content-intro {
        margin-top: 3px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .item-name {
        padding: 0 10px;
        height: 36px;
        font-size: 15px;
        line-height: 36px;
    }

    .item-list {
        margin-top: 18px;
    }

    .list-row:last-child {
        margin-bottom: 0;
    }

    .list-row {
        margin-bottom: 12px;
    }

    .row-circle {
        margin-right: 8px;
        width: 6px;
        height: 6px;
    }

    .row-text {
        font-size: 15px;
    }
}

@media (min-width:1200px) {
    .banner {
        /* margin-bottom: 10px; */
    }

    .carousel-item img {
        height: 500px;
    }

    .carousel-item-caption {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translateX(-50%);
        width: 1200px;
    }

    .caption1-btn {
        display: inline-block;
        width: 196px;
        height: 52px;
        background: linear-gradient(90deg, #2655EF 0%, #306EFC 100%);
        border-radius: 26px;
        font-size: 20px;
        color: #FFFFFF;
        text-align: center;
        line-height: 52px;
        cursor: pointer;
        user-select: none;
    }

    .banner-tabs {
        width: 1200px;
        bottom: -100px;
    }

    .banner-tabs .tab {
        background-size: 164px 98px;
        padding: 18px 20px;
        width: 360px;
        height: 152px;
    }

    .banner-tabs .tab .tab-icon {
        width: 32px;
        height: 32px;
    }

    .banner-tabs .tab .tab-title {
        font-size: 20px;
    }

    .banner-tabs .tab .tab-intro {
        font-size: 18px;
    }

    .module-title {
        margin-bottom: 58px;
        padding: 0 20px;
        width: 100%;
        font-weight: bold;
        font-size: 40px;
        line-height: 40px;
        color: #2C2D3F;
        text-align: center;
    }

    .module-intro {
        padding: 0 15px;
        width: 100%;
        font-size: 20px;
        color: #393D45;
        text-align: center;
    }

    .module1 {
        max-width: 1200px;
    }

    .main-card1 {
        padding: 25px 21px 108px 28px;
        width: 570px;
        height: 420px;
        border-radius: 12px;
    }

    .main-card1-black .card1-title {
        font-size: 32px;
        line-height: 32px;
    }

    .main-card1-black .card1-p {
        font-size: 20px;
    }

    .main-card1-white .card1-title {
        font-size: 32px;
        line-height: 32px;
    }

    .main-card1-white .card1-p {
        font-size: 20px;
    }

    .card1-title {
        margin-bottom: 43px;
    }

    .card1-p {
        margin-bottom: 24px;
        line-height: 28px;
    }

    .content2 {
        padding-top: 72px;
        padding-bottom: 90px;
    }

    .module2 {
        max-width: 1200px;
    }

    .main-card2 {
        padding: 20px 36px 30px;
        width: 386px;
    }

    .card2-icon {
        width: 240px;
        height: 208px;
    }

    .card2-title {
        margin-top: 12px;
        font-size: 24px;
    }

    .card2-intro {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 20px;
    }

    .card2-p {
        margin-bottom: 8px;
        font-size: 17px;
    }

    .card2-p-circle {
        margin-bottom: 3px;
        margin-right: 10px;
        width: 8px;
        height: 8px;
    }

    .card2-tag {
        margin: 0 0 20px;
        padding: 0 10px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
    }

    .content3 {
        padding-top: 75px;
        padding-bottom: 100px;
    }

    .module3 {
        max-width: 1200px;
    }

    .module3 .module-title {
        margin-bottom: 24px;
    }

    .module3 .module-intro {
        margin-bottom: 42px;
    }

    .main3-img img {
        width: 620px;
    }

    .main3-content {
        margin-left: 142px;
    }

    .main3-content-title {
        font-size: 25px;
    }

    .main3-content-title-line {
        margin-right: 20px;
        width: 6px;
        height: 28px;
    }

    .main3-content-subname {
        margin-top: 46px;
        font-size: 22px;
    }

    .main3-content-p {
        margin-top: 10px;
        font-size: 19px;
    }

    .content4 {
        padding-top: 73px;
    }

    .module4 {
        max-width: 1200px;
    }

    .module-main4-img {
        margin-top: 173px;
    }

    .module-main4-img img {
        width: 586px;
        height: 336px;
    }

    .module-main4-tag {
        width: 320px;
        height: 100px;
        font-size: 24px;
        line-height: 30px;
    }

    .module-main4-tag1 {
        top: 290px;
        left: -50px;
    }

    .module-main4-tag2 {
        top: 70px;
        left: 50px;
    }

    .module-main4-tag3 {
        top: 70px;
        left: 800px;
    }

    .module-main4-tag4 {
        top: 290px;
        left: 930px;
    }

    .content5 {
        padding: 78px 0 70px;
    }

    .module5 {
        max-width: 1200px;
    }

    .module5 .module-title {
        margin-bottom: 32px;
    }

    .module5 .module-intro {
        margin-bottom: 40px;
    }

    .module5-partner {
        padding: 0 0 36px;
    }

    .partner-header {
        padding-left: 39px;
        height: 142px;
        /* 相对于内容区域的右下角 */
        background-size: 553px auto;
    }

    .partner-header-title {
        font-size: 26px;
    }

    .partner-header-wrap {
        margin-top: 22px;
    }

    .partner-header-wrap-item {
        margin-right: 78px;
    }

    .partner-header-wrap-item img {
        margin-right: 10px;
        width: 24px;
        height: 24px;
    }

    .partner-header-wrap-item span {
        font-size: 19px;
    }

    .partner-tips {
        margin: 17px 0 17px 39px;
        font-size: 18px;
    }

    .scroll-container {
        margin: 0 39px;
    }

    .scroll-item:last-child {}

    .scroll-item {
        margin-bottom: 16px;
        margin-right: 40px;
        padding: 16px 29px;
        width: 694px;
        height: 460px;
    }

    .item-top {
        margin-bottom: 16px;
    }

    .item-top img {
        width: 340px;
    }

    .top-content {
        margin-left: 24px;
    }

    .top-content .top-content-title {
        font-size: 16px;
        line-height: 16px;
    }

    .top-content .top-content-intro:last-child {
        margin-bottom: 0;
    }

    .top-content .top-content-intro {
        margin-top: 3px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .item-name {
        padding: 0 10px;
        height: 36px;
        font-size: 15px;
        line-height: 36px;
    }

    .item-list {
        margin-top: 18px;
    }

    .list-row:last-child {
        margin-bottom: 0;
    }

    .list-row {
        margin-bottom: 12px;
    }

    .row-circle {
        margin-right: 8px;
        width: 6px;
        height: 6px;
    }

    .row-text {
        font-size: 15px;
    }
}

/* 除移动端的屏幕 */
@media (min-width:768px) {
    .carousel-moblie {
        display: none;
    }

    .carousel-item img {
        width: 100%;
        object-fit: cover;
    }

    /* 自定义轮播图箭头样式 */
    .custom-arrow {
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        /* border: 2px solid rgba(255, 255, 255, 0.8); */
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease-in-out;
    }

    .custom-arrow:hover {
        transform: translateY(-50%) scale(1.1);
    }

    .custom-arrow .custom-arrow-img {
        width: 28px;
        height: 28px;
    }

    .custom-arrow.carousel-control-prev {
        left: 20px;
    }

    .custom-arrow.carousel-control-next {
        right: 20px;
    }

    /* 卡片悬停效果 */
    .shadow {
        transform: translateY(0);
        /* box-shadow: none; */
        transition: all 0.3s ease;
    }

    .shadow:hover {
        transform: translateY(-10px);
        box-shadow: 0px 8px 22px 0px rgba(92, 99, 125, 0.25);
    }

    .banner {
        position: relative;
        width: 100%;
    }

    .banner-tabs {
        position: absolute;
        left: 50%;
        /* 左边缘位于父元素中心 */
        transform: translateX(-50%);
        /* 向左移动自身宽度的50% */
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .banner-tabs .tab {
        /* background-size: 164px 98px;
        padding: 18px 20px;
        width: 360px;
        height: 152px; */
        border-radius: 8px;
    }

    .banner-tabs .tab .tab-icon {}

    .banner-tabs .tab .tab-title {
        font-weight: bold;
        color: #2C2D3F;
    }

    .banner-tabs .tab .tab-intro {
        color: #72767C;
    }

    .content1 {
        padding-top: 185px;
        padding-bottom: 90px;
        /* aspect-ratio: 12 / 5; */
        background-image: url('../../img/ecommerce/distribution/module1_bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .module-main {
        display: flex;
        justify-content: space-between;
    }

    .main-card1-black {
        background-image: url('../../img/ecommerce/distribution/module1_cardBg1.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .main-card1-white {
        background-image: url('../../img/ecommerce/distribution/module1_cardBg2.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .main-card1-black .card1-title {
        font-weight: bold;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
        /* 初始渐变 */
        background-image: linear-gradient(360deg, #F2F5FA 0%, #D0DAE9 100%);
    }

    .main-card1-black .card1-p {
        color: #DCDEE2;
    }

    .main-card1-white .card1-title {
        font-weight: bold;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
        /* 初始渐变 */
        background-image: linear-gradient(360deg, #5B6276 0%, #404563 100%);
    }

    .main-card1-white .card1-p {
        color: #3C404C;
    }

    .card1-p .card1-p-name {
        color: #2C6BFC;
    }

    .main-card2 {
        background: #FFFFFF;
        border-radius: 8px;
    }

    .card2-icon {
        display: block;
        margin: 0 auto;
    }

    .card2-title {
        font-weight: bold;
        color: #2C2D3F;
        text-align: center;
    }

    .card2-intro {
        color: #2C2D3F;
        text-align: center;
    }

    .card2-p {
        color: #737481;
    }

    .card2-p-circle {
        display: inline-block;
        background: #21CCA4;
        border-radius: 50%;
    }

    .card2-tag {
        display: inline-block;
        background: #EDEFF3;
        border-radius: 12px;
        color: #262633;
    }

    .content3 {
        background-image: url('../../img/ecommerce/distribution/module3_bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .main3-img {
        position: relative;
    }

    .main3-content {
        flex-shrink: 0;
        flex: 1;
    }

    .main3-content-title {
        font-weight: bold;
        color: #7A819C;
        display: flex;
        align-items: center;
    }

    .main3-content-title-line {
        background: #2B5BF8;
        border-radius: 8px;
    }

    .main3-content-subname {
        font-weight: bold;
        color: #2C2D3F;
    }

    .main3-content-p {
        color: #737481;
    }

    .module-main4 {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .module-main4-tag {
        position: absolute;
        font-weight: bold;
        border-radius: 16px;
        color: #FFFFFF;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .module-main4-tag1 {
        background: #2C6BFC;
    }

    .module-main4-tag2 {
        background: #19D0A5;
    }

    .module-main4-tag3 {
        background: #F6A612;
    }

    .module-main4-tag4 {
        background: #A92CFC;
    }

    .content5 {
        background: #FAFCFF;
    }

    .module5 {}

    .module5 .module-title {}

    .module5 .module-intro {}

    .module5-partner {
        background: #F9FBFE;
        box-shadow: 0px 4px 12px 0px rgba(121, 144, 199, 0.14);
        border-radius: 8px;
        overflow: hidden;
    }

    .partner-header {
        background-image: url('../../img/home/module4-bg.png');
        background-repeat: no-repeat;
        background-origin: content-box;
        /* 背景图片从内容区域开始定位 */
        background-position: right bottom;
        background-color: rgba(255, 255, 255, 0.7);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .partner-header-title {
        font-weight: bold;
        color: #2C2D3F;
    }

    .partner-header-wrap {
        display: flex;
        align-items: center;
    }

    .partner-header-wrap-item {
        display: flex;
        align-items: center;
    }

    .partner-header-wrap-item img {}

    .partner-header-wrap-item span {
        font-weight: bold;
        color: #2C6BFC;
    }

    .partner-tips {
        color: #10203D;
    }

    .scroll-container {
        overflow-x: auto;
        overflow-y: hidden;
        /* white-space: nowrap; */
        overflow-wrap: anywhere;
        /* 允许在任何字符处换行 */
        -webkit-overflow-scrolling: touch;
        /* 优化移动端滚动效果 */
        user-select: none;
        /* 禁用文本选择 */
        /* overflow-x: hidden; */
        /* 隐藏水平滚动条 */
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* Internet Explorer and Edge */
    }

    .scroll-container::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari and Opera */
    }

    .scroll-content {
        display: inline-flex;
        align-items: flex-start;
    }

    .scroll-container:active {
        cursor: grabbing;
        /* 拖拽时显示拖拽光标 */
    }

    .scroll-item:last-child {
        margin-right: 0;
    }

    .scroll-item {
        flex-shrink: 0;
        background: #FFFFFF;
        border-radius: 8px;
        border: 1px solid #CED2DE;
    }

    .item-top {
        display: flex;
    }

    .item-top img {}

    .top-content {}

    .top-content .top-content-title {
        font-weight: bold;
        color: #2C2D3F;
    }

    .top-content .top-content-intro:last-child {}

    .top-content .top-content-intro {
        color: #8B92A1;
    }

    .item-name {
        display: inline-block;
        background: #344362;
        border-radius: 4px;
        font-weight: 400;
        color: #FFFFFF;
    }

    .item-list {}

    .list-row:last-child {}

    .list-row {
        position: relative;
        padding-left: 20px;
    }

    .row-circle {
        position: absolute;
        left: 0;
        top: 0.7em;
        /* 与第一行文字垂直对齐 */
        display: inline-block;
        background: #407EFA;
        border-radius: 50%;
    }

    .row-text {
        color: #808692;
    }

    .module5-more {
        display: block;
        margin: 30px auto 0;
        width: 240px;
        height: 58px;
        background: #2C6BFC;
        border-radius: 8px;
        font-weight: bold;
        font-size: 20px;
        color: #FFFFFF;
        text-align: center;
        line-height: 58px;
        cursor: pointer;
        user-select: none;
    }

    .module5-more a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .module5-more:hover {
        background: #2961e4;
    }

    .module5-more:active {
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    }
}

body {
    background: #F6F7FB;
}

.banner-tabs {
    /* position: relative; */
    z-index: 10;
    margin-right: auto;
    margin-left: auto;
}

.banner-tabs .tab {
    background-image: url('../../img/home/banner_tabBg.png');
    background-repeat: no-repeat;
    background-origin: content-box;
    /* 背景图片从内容区域开始定位 */
    background-position: right bottom;
    /* 相对于内容区域的右下角 */
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content {
    width: 100%;
}

.module {
    margin-right: auto;
    margin-left: auto;
}

input {
    outline: none;
}