/* 适用于移动端 */
@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: 8.75%;
        left: 0;
        width: 100%;
    }

    .caption1-p1 {
        position: relative;
        font-weight: bold;
        font-weight: bold;
        font-size: 18px;
        color: #FFFFFF;
        text-align: center;
        z-index: 2;
    }

    .caption1-p2 {
        margin-top: 10px;
        font-weight: bold;
        font-size: 18px;
        color: #FFCF74;
        text-align: center;
        line-height: 28px;
    }

    .caption1-p3 {
        margin-top: 12px;
        font-size: 12px;
        color: #E3EAFD;
        text-align: center;
    }

    .caption1-btns {
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }

    .caption1-btns-btn1 {
        display: inline-block;
        padding: 0 20px;
        height: 35px;
        background: #FFCF74;
        border-radius: 24px;
        font-size: 14px;
        color: #372C26;
        line-height: 35px;
        text-align: center;
        cursor: pointer;
    }

    .caption1-btns-btn2 {
        margin-left: 15px;
        display: inline-block;
        padding: 0 20px;
        height: 35px;
        border: 1px solid #FFFFFF;
        border-radius: 24px;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 35px;
        text-align: center;
        cursor: pointer;
    }

    .caption1-btns-btn1:hover {
        background: #FFD582;
        transform: translateY(-2px) scale(1.03);
        /* 增加轻微缩放 */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .caption1-btns-btn1:active {
        background: #F0C05E;
        transform: translateY(0) scale(0.98);
        /* 按下时轻微缩小 */
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .caption1-btns-btn2:hover {
        background-color: rgba(255, 255, 255, 0.15);
        border-color: rgba(255, 255, 255, 0.8);
        transform: translateY(-2px) scale(1.03);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .caption1-btns-btn2:active {
        background-color: rgba(255, 255, 255, 0.25);
        transform: translateY(0) scale(0.98);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .carousel-item-caption2 {
        position: absolute;
        top: 4%;
        left: 0;
        width: 100%;
    }

    .caption2-link {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 12px;
        color: #525E77;
    }

    /* .caption2-link a:hover {
        color: #2C6BFC;
    } */

    .caption2-p {
        margin-left: 9%;
    }

    .caption2-p1 {
        margin-top: 25px;
        font-weight: bold;
        font-size: 16px;
        color: #2C6BFC;
        line-height: 34px;
        text-shadow: 0px 4px 0px rgba(125, 156, 212, 0.25);
    }

    .caption2-p1-black {
        color: #242B40;
    }

    .caption2-p2 {
        display: block;
        position: relative;
        margin-top: 10px;
        padding-left: 5px;
        font-size: 12px;
        color: #212A46;
        line-height: 25px;
        background: linear-gradient(90deg, #FFEB9D 0%, rgba(255, 235, 157, 0) 100%);
    }

    .caption2-p3 {
        margin-top: 15px;
        font-weight: bold;
        font-size: 14px;
        color: #242B40;
    }

    .carousel-item-caption3 {
        position: absolute;
        top: 13%;
        width: 100%;
    }

    .caption3-p1 {
        font-weight: bold;
        font-size: 16px;
        color: #242B40;
        text-align: center;
        line-height: 34px;
    }

    .caption3-line {
        margin-top: 5px;
        width: 230px;
        height: 4px;
        background: linear-gradient(90deg, #2C6BFC 0%, rgba(44, 107, 252, 0) 100%);
    }

    .caption3-p2 {
        margin-top: 15px;
        font-size: 12px;
        color: #212A46;
        text-align: center;
        line-height: 14px;
    }

    .banner-tabs {
        max-width: 540px;
        /* padding: 0 15px; */
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner-tabs .tab {
        margin-bottom: 10px;
        background-size: 164px 98px;
        padding: 10px 15px;
        width: 100%;
        /* height: 150px; */
        border-radius: 8px;
    }

    .banner-tabs .tab .tab-top {
        display: flex;
        align-items: center;
    }

    .banner-tabs .tab .tab-icon {
        width: 30px;
        height: 30px;
    }

    .banner-tabs .tab .tab-title {
        margin: 12px 0;
        margin-left: 10px;
        font-weight: bold;
        font-size: 18px;
        color: #2C2D3F;
    }

    .banner-tabs .tab .tab-intro {
        margin-top: 10px;
        font-size: 16px;
        color: #72767C;
    }

    .content {
        padding: 10px 15px;
    }

    .module1 {
        max-width: 540px;
    }

    .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; */
    }

    .module1-album {
        /* padding: 0 15px; */
        width: 100%;
    }

    .module1-album .album-item {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

    .module1-album .album-item .item-img {
        position: relative;

    }

    .module1-album .album-item:last-child {
        margin-right: 0;
    }

    .module1-album .album-item .item-img-right {
        margin-right: 10px;
    }

    .module1-album .album-item .img_two {
        width: 100%;
    }

    .module1-album .album-item .img-overlay {
        position: absolute;
        bottom: 18px;
        left: 0;
        padding: 0 20px;
    }

    .module1-album .album-item .img-overlay .img-title {
        font-weight: bold;
        font-size: 16px;
        color: #FFFFFF;
    }

    .module1-album .album-item .img-overlay .img-intro {
        margin-top: 5px;
        font-size: 13px;
        color: #FFFFFF;
        line-height: 20px;
    }

    .module2 {
        max-width: 540px;
        position: relative;
    }

    .module2-main {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .module2-main-bg {
        margin-top: 30px;
    }

    .module2-main-bg img {
        width: 245px;
    }

    .module2-main-scene {
        margin-top: 30px;
        position: relative;
        z-index: 2;
        padding: 10px 15px;
        /* width: 356px; */
        background: #FFFFFF;
        border-radius: 8px;
    }

    .module2-main-scene .wrap {
        margin-bottom: 10px;
    }

    .module2-main-scene .scene-title {
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 16px;
        color: #393D45;
    }

    .module2-main-scene .scene-row {
        margin-bottom: 5px;
        font-size: 14px;
        color: #6B717E;
        line-height: 20px;
    }

    .content3 {
        background-image: url('../../img/home/module3_bg.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .module3 {
        max-width: 540px;
    }

    .module3 .module-title {
        margin-bottom: 5px;
    }

    .module3 .module-intro {
        margin-bottom: 10px;
    }

    .module3-main {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .module3-main-way {
        position: relative;
        flex: 1;
        margin-bottom: 10px;
        padding: 30px 14px 20px 14px;
        background: #FFFFFF;
        border-radius: 12px;
    }

    .way-img {
        position: absolute;
        top: 42px;
        right: 28px;
        width: 100px;
        /* height: 202px; */
    }

    .way-title {
        display: inline-block;
        position: relative;
    }

    .way-title p {
        font-weight: bold;
        font-size: 18px;
        color: #2C2D3F;
    }

    .way-title-tag {
        position: absolute;
        top: -15px;
        right: -60px;
    }

    .way-title-tag span {
        display: inline-block;
        position: relative;
        padding: 0 14px;
        height: 25px;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 25px;
        background: #F29A35;
        border-radius: 30px;
    }

    .way-title-tag span::before {
        content: '';
        display: inline-block;
        position: absolute;
        left: 2px;
        bottom: 0;
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-right: 15px solid transparent;
        border-left: 0px solid transparent;
        border-bottom: 15px solid #F29A35;
    }

    .way-intro {
        margin-top: 10px;
        font-size: 14px;
        color: #6B717E;
    }

    .way-intro span {
        font-weight: bold;
        font-size: 14px;
    }

    .way-btn {
        margin-top: 20px;
        margin-bottom: 15px;
        display: inline-block;
        padding: 0 30px;
        height: 40px;
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF !important;
        line-height: 40px;
        background: #2C6BFC;
        border-radius: 25px;
        cursor: pointer;
        user-select: none;
    }

    .way-btn:hover {
        color: #c4c4c4 !important;
    }

    .way-row {
        margin-top: 15px;
        display: flex;
        align-items: center;
    }

    .way-row img {
        width: 18px;
        height: 18px;
    }

    .way-row span {
        margin-left: 5px;
        font-weight: bold;
        font-size: 14px;
        color: #393D45;
    }

    .way-row-intro {
        margin-top: 5px;
        font-size: 12px;
        color: #9298A4;
    }

    .content4 {
        background: #FAFCFF;
    }

    .module4 {
        max-width: 540px;
    }

    .module4 .module-title {
        margin-bottom: 20px;
    }

    .module4 .module-intro {
        margin-bottom: 20px;
    }

    .module4-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: 22px;
        background: #344362;
        border-radius: 4px;
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 22px;
    }

    .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.8em;
        /* 与第一行文字垂直对齐 */
        display: inline-block;
        width: 4px;
        height: 4px;
        background: #407EFA;
        border-radius: 50%;
    }

    .row-text {
        font-size: 13px;
        color: #808692;
    }

    .module4-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;
    }

    .module4-more a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .module4-more:hover {
        background: #2961e4;
    }

    .module4-more:active {
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    }
}

/* 除移动端的屏幕 */
@media (min-width:768px) {}

@media (min-width:768px) and (max-width:992px) {
    .banner {
        /* margin-bottom: 10px; */
    }

    .carousel-item img {
        height: 264px;
    }

    .carousel-item-caption {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 768px;
    }

    .caption1-p1 {
        position: relative;
        font-weight: bold;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 25px;
        z-index: 2;
    }

    .caption1-p1-line {
        position: absolute;
        left: 0;
        bottom: 5px;
        width: 150px;
        height: 4px;
        background: #3775FD;
        z-index: -1;
    }

    .caption1-p2 {
        margin-top: 7px;
        font-weight: bold;
        font-size: 18px;
        color: #FFCF74;
        line-height: 28px;
    }

    .caption1-p3 {
        margin-top: 10px;
        font-size: 16px;
        color: #E3EAFD;
    }

    .caption1-btns {
        margin-top: 20px;
    }

    .caption1-btns-btn1 {
        display: inline-block;
        width: 145px;
        height: 30px;
        background: #FFCF74;
        border-radius: 24px;
        font-size: 12px;
        color: #372C26;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
    }

    .caption1-btns-btn2 {
        margin-left: 29px;
        display: inline-block;
        width: 145px;
        height: 30px;
        border: 1px solid #FFFFFF;
        border-radius: 24px;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
    }

    .caption1-btns-btn1:hover {
        background: #FFD582;
        transform: translateY(-2px) scale(1.03);
        /* 增加轻微缩放 */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .caption1-btns-btn1:active {
        background: #F0C05E;
        transform: translateY(0) scale(0.98);
        /* 按下时轻微缩小 */
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .caption1-btns-btn2:hover {
        background-color: rgba(255, 255, 255, 0.15);
        border-color: rgba(255, 255, 255, 0.8);
        transform: translateY(-2px) scale(1.03);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .caption1-btns-btn2:active {
        background-color: rgba(255, 255, 255, 0.25);
        transform: translateY(0) scale(0.98);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .caption2-link {
        display: flex;
        justify-content: center;
        font-size: 12px;
        color: #525E77;
    }

    /* .caption2-link a:hover {
        color: #2C6BFC;
    } */

    .caption2-p1 {
        /* margin-top: 30px; */
        font-weight: bold;
        font-size: 18px;
        color: #2C6BFC;
        line-height: 34px;
    }

    .caption2-p2 {
        display: inline-block;
        position: relative;
        margin-top: 10px;
        padding-left: 5px;
        font-size: 13px;
        color: #212A46;
        line-height: 25px;
        background: linear-gradient(90deg, #FFEB9D 0%, rgba(255, 235, 157, 0) 100%);
        border-radius: 6px;
    }

    .caption2-p3 {
        margin-top: 15px;
        font-weight: bold;
        font-size: 14px;
        color: #242B40;
    }

    .caption3-p1 {
        font-weight: bold;
        font-size: 20px;
        color: #242B40;
        line-height: 34px;
    }

    .caption3-line {
        margin-top: 5px;
        width: 230px;
        height: 4px;
        background: linear-gradient(90deg, #2C6BFC 0%, rgba(44, 107, 252, 0) 100%);
    }

    .caption3-p2 {
        margin-top: 30px;
        font-size: 14px;
        color: #212A46;
        line-height: 14px;
    }

    .content {
        padding: 40px 0;
    }

    .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; */
    }

    .content-banner-tabs {
        padding: 26px 0 0;
    }

    .banner-tabs {
        max-width: 768px;
        /* margin-top: -38px; */
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .banner-tabs .tab {
        background-size: 104px 62px;
        padding: 10px 12px;
        width: 229px;
        height: 96px;
        border-radius: 8px;
    }

    .banner-tabs .tab .tab-top {
        display: flex;
        align-items: center;
    }

    .banner-tabs .tab .tab-icon {
        width: 21px;
        height: 21px;
    }

    .banner-tabs .tab .tab-title {
        margin-left: 7px;
        font-weight: bold;
        font-size: 14px;
        color: #2C2D3F;
    }

    .banner-tabs .tab .tab-intro {
        margin-top: 10px;
        font-size: 12px;
        color: #72767C;
    }

    .module1 {
        max-width: 768px;
    }

    .module1-album {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .module1-album .album-item {
        position: relative;
        margin-bottom: 14px;
        margin-right: 14px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .module1-album .album-item .item-img-right {
        margin-right: 14px;
    }

    .module1-album .album-item .item-img {
        position: relative;
        height: 155px;
        overflow: hidden;
    }

    .module1-album .album-item:last-child {
        margin-right: 0;
    }

    .module1-album .album-item img {
        height: 155px;
    }

    .module1-album .album-item .img_two {
        width: 372px;

    }

    .module1-album .album-item .img_one {
        width: 179px;
    }

    /* 图片悬停效果 */
    .module1-album .album-item .item-img:hover img {
        transform: scale(1.3);
        filter: blur(3px);
    }

    .module1-album .album-item .img-overlay {
        position: absolute;
        bottom: 15px;
        left: 0;
        padding: 0 20px;
        width: 100%;
    }

    .module1-album .album-item .item-img .img-overlay .img-title {
        font-weight: bold;
        font-size: 16px;
        color: #FFFFFF;
    }

    .module1-album .album-item .item-img .img-overlay .img-intro {
        display: none;
        margin-top: 5px;
        font-size: 13px;
        color: #FFFFFF;
        line-height: 20px;
        transition: opacity 0.5s ease;
    }

    .module1-album .album-item .item-img:hover .img-intro {
        display: inline-block;
        transition: transform 0.5s ease 0.1s;
    }

    .content2 {
        padding: 40px 0 50px;
        background: linear-gradient(180deg, #EBF1FF 0%, rgba(235, 241, 255, 0) 100%);
    }

    .module2 {
        max-width: 768px;
        position: relative;
    }

    .module2-main {
        display: flex;
        justify-content: space-between;
    }

    .module2-main-bg {
        margin-top: 30px;
    }

    .module2-main-bg img {
        width: 349px;
    }

    .module2-main-scene {
        position: relative;
        z-index: 2;
        padding: 10px 15px;
        width: 356px;
        background: #FFFFFF;
        border-radius: 8px;
    }

    .module2-main-scene .wrap {
        margin-bottom: 10px;
    }

    .module2-main-scene .scene-title {
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 16px;
        color: #393D45;
    }

    .module2-main-scene .scene-row {
        margin-bottom: 5px;
        font-size: 14px;
        color: #6B717E;
        line-height: 20px;
    }

    .content3 {
        padding: 40px 0 50px;
        background-image: url('../../img/home/module3_bg.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .module3 {
        max-width: 768px;
    }

    .module3 .module-title {
        margin-bottom: 20px;
    }

    .module3 .module-intro {
        margin-bottom: 20px;
    }

    .module3-main {
        display: flex;
        justify-content: space-between;
    }

    .module3-main-way:last-child {
        margin-right: 0;
    }

    .module3-main-way {
        position: relative;
        flex: 1;
        margin-right: 40px;
        padding: 30px 14px 20px 14px;
        background: #FFFFFF;
        border-radius: 12px;
    }

    .way-img {
        position: absolute;
        top: 42px;
        right: 28px;
        width: 100px;
        /* height: 202px; */
    }

    .way-title {
        display: inline-block;
        position: relative;
    }

    .way-title p {
        font-weight: bold;
        font-size: 20px;
        color: #2C2D3F;
    }

    .way-title-tag {
        position: absolute;
        top: -30px;
        right: -80px;
    }

    .way-title-tag span {
        display: inline-block;
        position: relative;
        padding: 0 14px;
        height: 30px;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 30px;
        background: #F29A35;
        border-radius: 30px;
    }

    .way-title-tag span::before {
        content: '';
        display: inline-block;
        position: absolute;
        left: 2px;
        bottom: 0;
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-right: 15px solid transparent;
        border-left: 0px solid transparent;
        border-bottom: 15px solid #F29A35;
    }

    .way-intro {
        margin-top: 20px;
        font-size: 16px;
        color: #6B717E;
    }

    .way-intro span {
        font-weight: bold;
        font-size: 16px;
    }

    .way-btn {
        margin-top: 30px;
        margin-bottom: 15px;
        display: inline-block;
        padding: 0 30px;
        height: 45px;
        font-weight: bold;
        font-size: 16px;
        color: #FFFFFF !important;
        line-height: 45px;
        background: #2C6BFC;
        border-radius: 25px;
        cursor: pointer;
        user-select: none;
    }

    .way-btn:hover {
        color: #c4c4c4 !important;
    }

    .way-row {
        margin-top: 15px;
        display: flex;
        align-items: center;
    }

    .way-row img {
        width: 18px;
        height: 18px;
    }

    .way-row span {
        margin-left: 5px;
        font-weight: bold;
        font-size: 15px;
        color: #393D45;
    }

    .way-row-intro {
        margin-top: 5px;
        font-size: 13px;
        color: #9298A4;
    }

    .content4 {
        padding: 78px 0 70px;
        background: #FAFCFF;
    }

    .module4 {
        max-width: 768px;
    }

    .module4 .module-title {
        margin-bottom: 20px;
    }

    .module4 .module-intro {
        margin-bottom: 20px;
    }

    .module4-partner {
        padding: 0 0 36px;
        background: #F9FBFE;
        box-shadow: 0px 4px 12px 0px rgba(121, 144, 199, 0.14);
        border-radius: 8px;
        overflow: hidden;
    }

    .partner-header {
        padding-left: 39px;
        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 120px;
        background-color: rgba(255, 255, 255, 0.7);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .partner-header-title {
        font-weight: bold;
        font-size: 20px;
        color: #2C2D3F;
    }

    .partner-header-wrap {
        margin-top: 15px;
        display: flex;
        align-items: center;
    }

    .partner-header-wrap-item {
        margin-right: 30px;
        display: flex;
        align-items: center;
    }

    .partner-header-wrap-item img {
        width: 24px;
        height: 24px;
    }

    .partner-header-wrap-item span {
        margin-left: 3px;
        font-weight: bold;
        font-size: 14px;
        color: #2C6BFC;
    }

    .partner-tips {
        margin: 17px 0 17px 39px;
        font-size: 15px;
        color: #10203D;
    }

    .scroll-container {
        margin: 0 39px;
    }

    .scroll-item:last-child {
        margin-right: 0;
    }

    .scroll-item {
        margin-bottom: 10px;
        flex-shrink: 0;
        margin-right: 40px;
        padding: 12px 20px;
        width: 550px;
        height: 380px;
        background: #FFFFFF;
        border-radius: 8px;
        border: 1px solid #CED2DE;
    }

    .item-top {
        margin-bottom: 16px;
        display: flex;
    }

    .item-top img {
        width: 340px;
    }

    .top-content {
        margin-left: 15px;
    }

    .top-content .top-content-title {
        font-weight: bold;
        font-size: 13px;
        color: #2C2D3F;
        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;
        color: #8B92A1;
        line-height: 20px;
    }

    .item-name {
        display: inline-block;
        padding: 0 10px;
        height: 22px;
        background: #344362;
        border-radius: 4px;
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 22px;
    }

    .item-list {
        margin-top: 10px;
    }

    .list-row:last-child {
        margin-bottom: 0;
    }

    .list-row {
        position: relative;
        margin-bottom: 5px;
        display: flex;
        padding-left: 20px;
    }

    .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;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .banner {
        /* margin-bottom: 10px; */
    }

    .carousel-item img {
        height: 413px;
    }

    .carousel-item-caption {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 992px;
    }

    .caption1-p1 {
        position: relative;
        font-weight: bold;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 25px;
        z-index: 2;
    }

    .caption1-p1-line {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 180px;
        height: 4px;
        background: #3775FD;
        z-index: -1;
    }

    .caption1-p2 {
        margin-top: 12px;
        font-weight: bold;
        font-size: 22px;
        color: #FFCF74;
        line-height: 28px;
    }

    .caption1-p3 {
        margin-top: 15px;
        font-size: 18px;
        color: #E3EAFD;
    }

    .caption1-btns {
        margin-top: 30px;
    }

    .caption1-btns-btn1 {
        display: inline-block;
        width: 165px;
        height: 40px;
        background: #FFCF74;
        border-radius: 24px;
        font-size: 16px;
        color: #372C26;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
    }

    .caption1-btns-btn2 {
        margin-left: 29px;
        display: inline-block;
        width: 165px;
        height: 40px;
        border: 1px solid #FFFFFF;
        border-radius: 24px;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
    }

    .caption1-btns-btn1:hover {
        background: #FFD582;
        transform: translateY(-2px) scale(1.03);
        /* 增加轻微缩放 */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .caption1-btns-btn1:active {
        background: #F0C05E;
        transform: translateY(0) scale(0.98);
        /* 按下时轻微缩小 */
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .caption1-btns-btn2:hover {
        background-color: rgba(255, 255, 255, 0.15);
        border-color: rgba(255, 255, 255, 0.8);
        transform: translateY(-2px) scale(1.03);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .caption1-btns-btn2:active {
        background-color: rgba(255, 255, 255, 0.25);
        transform: translateY(0) scale(0.98);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .caption2-link {
        /* margin-top: 25px; */
        display: flex;
        justify-content: center;
        font-size: 16px;
        color: #525E77;
    }

    /* .caption2-link a:hover {
        color: #2C6BFC;
    } */

    .caption2-p1 {
        font-weight: bold;
        font-size: 24px;
        color: #2C6BFC;
        line-height: 34px;
    }

    .caption2-p2 {
        display: inline-block;
        position: relative;
        margin-top: 10px;
        padding-left: 13px;
        font-size: 16px;
        color: #212A46;
        line-height: 32px;
        background: linear-gradient(90deg, #FFEB9D 0%, rgba(255, 235, 157, 0) 100%);
        border-radius: 6px;
    }

    .caption2-p3 {
        margin-top: 25px;
        font-weight: bold;
        font-size: 20px;
        color: #242B40;
    }

    .caption3-p1 {
        font-weight: bold;
        font-size: 26px;
        color: #242B40;
        line-height: 34px;
    }

    .caption3-line {
        margin-top: 15px;
        width: 300px;
        height: 6px;
        background: linear-gradient(90deg, #2C6BFC 0%, rgba(44, 107, 252, 0) 100%);
    }

    .caption3-p2 {
        margin-top: 40px;
        font-size: 16px;
        color: #212A46;
        line-height: 16px;
    }

    .content {
        padding: 60px 0;
    }

    .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; */
    }

    .content-banner-tabs {
        padding: 36px 0 0;
    }

    .banner-tabs {
        max-width: 992px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .banner-tabs .tab {
        background-size: 135px 81px;
        padding: 14px 16px;
        width: 297px;
        height: 125px;
        border-radius: 8px;
    }

    .banner-tabs .tab .tab-top {
        display: flex;
        align-items: center;
    }

    .banner-tabs .tab .tab-icon {
        width: 28px;
        height: 28px;
    }

    .banner-tabs .tab .tab-title {
        margin-left: 10px;
        font-weight: bold;
        font-size: 16px;
        color: #2C2D3F;
    }

    .banner-tabs .tab .tab-intro {
        margin-top: 18px;
        font-size: 14px;
        color: #72767C;
    }

    .module1 {
        max-width: 992px;
    }

    .module1-album {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .module1-album .album-item {
        margin-bottom: 18px;
        margin-right: 18px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .module1-album .album-item .item-img-right {
        margin-right: 18px;
    }

    .module1-album .album-item .item-img {
        position: relative;
        height: 200px;
        overflow: hidden;
    }

    .module1-album .album-item:last-child {
        margin-right: 0;
    }

    .module1-album .album-item img {
        height: 200px;
    }

    .module1-album .album-item .img_two {
        width: 481px;

    }

    .module1-album .album-item .img_one {
        width: 231px;
    }

    /* 图片悬停效果 */
    .module1-album .album-item .item-img:hover img {
        transform: scale(1.3);
        filter: blur(3px);
    }

    .module1-album .album-item .img-overlay {
        position: absolute;
        bottom: 27px;
        left: 0;
        padding: 0 20px;
        width: 100%;
    }

    .module1-album .album-item .item-img .img-overlay .img-title {
        font-weight: bold;
        font-size: 20px;
        color: #FFFFFF;
    }

    .module1-album .album-item .item-img .img-overlay .img-intro {
        display: none;
        margin-top: 10px;
        font-size: 14px;
        color: #FFFFFF;
        transition: opacity 0.5s ease;
    }

    .module1-album .album-item .item-img:hover .img-intro {
        display: inline-block;
        transition: transform 0.5s ease 0.1s;
    }

    .content2 {
        padding: 72px 0 96px;
        background: linear-gradient(180deg, #EBF1FF 0%, rgba(235, 241, 255, 0) 100%);
    }

    .module2 {
        max-width: 992px;
        position: relative;
    }

    .module2-main {
        display: flex;
        justify-content: space-between;
    }

    .module2-main-bg {
        margin-top: 30px;
    }

    .module2-main-bg img {
        width: 450px;
    }

    .module2-main-scene {
        position: relative;
        z-index: 2;
        padding: 25px 30px;
        width: 460px;
        background: #FFFFFF;
        border-radius: 8px;
    }

    .module2-main-scene .wrap {
        margin-bottom: 20px;
    }

    .module2-main-scene .scene-title {
        margin-bottom: 12px;
        font-weight: bold;
        font-size: 18px;
        color: #393D45;
    }

    .module2-main-scene .scene-row {
        margin-bottom: 12px;
        font-size: 14px;
        color: #6B717E;
        line-height: 20px;
    }

    .content3 {
        padding: 58px 0 90px;
        background-image: url('../../img/home/module3_bg.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .module3 {
        max-width: 992px;
    }

    .module3 .module-title {
        margin-bottom: 32px;
    }

    .module3 .module-intro {
        margin-bottom: 100px;
    }

    .module3-main {
        display: flex;
        justify-content: space-between;
    }

    .module3-main-way:last-child {
        margin-right: 0;
    }

    .module3-main-way {
        position: relative;
        flex: 1;
        margin-right: 66px;
        padding: 77px 28px 45px 43px;
        background: #FFFFFF;
        border-radius: 12px;
    }

    .way-img {
        position: absolute;
        top: 42px;
        right: 28px;
        width: 150px;
        /* height: 202px; */
    }

    .way-title {
        display: inline-block;
        position: relative;
    }

    .way-title p {
        font-weight: bold;
        font-size: 25px;
        color: #2C2D3F;
    }

    .way-title-tag {
        position: absolute;
        top: -40px;
        right: -100px;
    }

    .way-title-tag span {
        display: inline-block;
        position: relative;
        padding: 0 14px;
        height: 40px;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 40px;
        background: #F29A35;
        border-radius: 30px;
    }

    .way-title-tag span::before {
        content: '';
        display: inline-block;
        position: absolute;
        left: 2px;
        bottom: 0;
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-right: 15px solid transparent;
        border-left: 0px solid transparent;
        border-bottom: 15px solid #F29A35;
    }

    .way-intro {
        margin-top: 20px;
        font-size: 18px;
        color: #6B717E;
    }

    .way-intro span {
        font-weight: bold;
        font-size: 18px;
    }

    .way-btn {
        margin-top: 30px;
        margin-bottom: 15px;
        display: inline-block;
        padding: 0 30px;
        height: 50px;
        font-weight: bold;
        font-size: 16px;
        color: #FFFFFF !important;
        line-height: 50px;
        background: #2C6BFC;
        border-radius: 25px;
        cursor: pointer;
        user-select: none;
    }

    .way-btn:hover {
        color: #c4c4c4 !important;
    }

    .way-row {
        margin-top: 15px;
        display: flex;
        align-items: center;
    }

    .way-row img {
        width: 18px;
        height: 18px;
    }

    .way-row span {
        margin-left: 5px;
        font-weight: bold;
        font-size: 16px;
        color: #393D45;
    }

    .way-row-intro {
        margin-top: 5px;
        font-size: 14px;
        color: #9298A4;
    }

    .content4 {
        padding: 78px 0 70px;
        background: #FAFCFF;
    }

    .module4 {
        max-width: 992px;
    }

    .module4 .module-title {
        margin-bottom: 32px;
    }

    .module4 .module-intro {
        margin-bottom: 40px;
    }

    .module4-partner {
        padding: 0 0 36px;
        background: #F9FBFE;
        box-shadow: 0px 4px 12px 0px rgba(121, 144, 199, 0.14);
        border-radius: 8px;
        overflow: hidden;
    }

    .partner-header {
        padding-left: 39px;
        height: 142px;

        background-image: url('../../img/home/module4-bg.png');
        background-repeat: no-repeat;
        background-origin: content-box;
        /* 背景图片从内容区域开始定位 */
        background-position: right bottom;
        /* 相对于内容区域的右下角 */
        background-size: 553px auto;
        background-color: rgba(255, 255, 255, 0.7);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .partner-header-title {
        font-weight: bold;
        font-size: 26px;
        color: #2C2D3F;
    }

    .partner-header-wrap {
        margin-top: 22px;
        display: flex;
        align-items: center;
    }

    .partner-header-wrap-item {
        margin-right: 78px;
        display: flex;
        align-items: center;
    }

    .partner-header-wrap-item img {
        width: 24px;
        height: 24px;
    }

    .partner-header-wrap-item span {
        font-weight: bold;
        font-size: 19px;
        color: #2C6BFC;
    }

    .partner-tips {
        margin: 17px 0 17px 39px;
        font-size: 18px;
        color: #10203D;
    }

    .scroll-container {
        margin: 0 39px;
    }

    .scroll-item:last-child {
        margin-right: 0;
    }

    .scroll-item {
        margin-bottom: 16px;
        flex-shrink: 0;
        margin-right: 40px;
        padding: 16px 29px;
        width: 694px;
        height: 460px;
        background: #FFFFFF;
        border-radius: 8px;
        border: 1px solid #CED2DE;
    }

    .item-top {
        margin-bottom: 16px;
        display: flex;
    }

    .item-top img {
        width: 340px;
    }

    .top-content {
        margin-left: 15px;
    }

    .top-content .top-content-title {
        font-weight: bold;
        font-size: 16px;
        color: #2C2D3F;
        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;
        color: #8B92A1;
    }

    .item-name {
        display: inline-block;
        padding: 0 10px;
        height: 36px;
        background: #344362;
        border-radius: 4px;
        font-weight: 400;
        font-size: 15px;
        color: #FFFFFF;
        line-height: 36px;
    }

    .item-list {
        margin-top: 18px;
    }

    .list-row:last-child {
        margin-bottom: 0;
    }

    .list-row {
        position: relative;
        margin-bottom: 12px;
        padding-left: 20px;
    }

    .row-circle {
        position: absolute;
        left: 0;
        top: 0.7em;
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #407EFA;
        border-radius: 50%;
    }

    .row-text {
        font-size: 15px;
        color: #808692;
    }
}

@media (min-width:1200px) {
    .banner {
        /* margin-bottom: 20px; */
    }

    .carousel-inner {
        display: flex;
    }

    .carousel-item img {
        height: 500px;
    }

    .carousel-item-caption1 {
        position: absolute;
        top: 26%;
        left: 19%;
        width: 100%;
    }

    .caption1-p1 {
        /* margin-top: 110px; */
        position: relative;
        font-weight: bold;
        font-size: 30px;
        color: #FFFFFF;
        line-height: 30px;
        z-index: 2;
    }

    .caption1-p1-line {
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 296px;
        height: 8px;
        background: #3775FD;
        z-index: -1;
    }

    .caption1-p2 {
        margin-top: 15px;
        font-weight: bold;
        font-size: 34px;
        color: #FFCF74;
        line-height: 34px;
    }

    .caption1-p3 {
        margin-top: 25px;
        font-size: 22px;
        color: #E3EAFD;
    }

    .caption1-btns {
        margin-top: 60px;
    }

    .caption1-btns-btn1 {
        display: inline-block;
        width: 200px;
        height: 48px;
        background: #FFCF74;
        border-radius: 24px;
        font-size: 19px;
        color: #372C26;
        line-height: 48px;
        text-align: center;
        cursor: pointer;
    }

    .caption1-btns-btn2 {
        margin-left: 35px;
        display: inline-block;
        width: 200px;
        height: 48px;
        border: 1px solid #FFFFFF;
        border-radius: 24px;
        font-size: 19px;
        color: #FFFFFF;
        line-height: 48px;
        text-align: center;
        cursor: pointer;
    }

    .caption1-btns-btn1:hover {
        background: #FFD582;
        transform: translateY(-2px) scale(1.03);
        /* 增加轻微缩放 */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .caption1-btns-btn1:active {
        background: #F0C05E;
        transform: translateY(0) scale(0.98);
        /* 按下时轻微缩小 */
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .caption1-btns-btn2:hover {
        background-color: rgba(255, 255, 255, 0.15);
        border-color: rgba(255, 255, 255, 0.8);
        transform: translateY(-2px) scale(1.03);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .caption1-btns-btn2:active {
        background-color: rgba(255, 255, 255, 0.25);
        transform: translateY(0) scale(0.98);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .carousel-item-caption2 {
        position: absolute;
        top: 32%;
        left: 19%;
        width: 100%;
    }

    .caption2-link {
        position: absolute;
        top: 7%;
        display: flex;
        justify-content: center;
        width: 100%;
        font-size: 20px;
        color: #525E77;
    }

    /* .caption2-link a:hover {
        color: #2C6BFC;
    } */

    .caption2-p1 {
        /* margin-top: 100px; */
        font-weight: bold;
        font-size: 34px;
        color: #2C6BFC;
        line-height: 34px;
    }

    .caption2-p2 {
        display: inline-block;
        position: relative;
        margin-top: 30px;
        padding-left: 13px;
        font-size: 22px;
        color: #212A46;
        line-height: 42px;
        background: linear-gradient(90deg, #FFEB9D 0%, rgba(255, 235, 157, 0) 100%);
        border-radius: 6px 6px 6px 6px;
    }

    .caption2-p3 {
        margin-top: 30px;
        font-weight: bold;
        font-size: 26px;
        color: #242B40;
    }

    .carousel-item-caption3 {
        position: absolute;
        top: 24%;
        left: 19%;
        width: 100%;
    }

    .caption3-p1 {
        font-weight: bold;
        font-size: 34px;
        color: #242B40;
        line-height: 34px;
    }

    .caption3-line {
        margin-top: 30px;
        width: 382px;
        height: 8px;
        background: linear-gradient(90deg, #2C6BFC 0%, rgba(44, 107, 252, 0) 100%);
    }

    .caption3-p2 {
        margin-top: 60px;
        font-size: 22px;
        color: #212A46;
        line-height: 22px;
    }

    .content-banner-tabs {
        padding: 36px 0 0;
    }

    .banner-tabs {
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
        /* align-items: center; */
    }

    .banner-tabs .tab {
        background-size: 164px 98px;
        padding: 16px 18px;
        width: 360px;
        height: 126px;
        border-radius: 8px;
    }

    .banner-tabs .tab .tab-top {
        display: flex;
        align-items: center;
    }

    .banner-tabs .tab .tab-icon {
        width: 32px;
        height: 32px;
    }

    .banner-tabs .tab .tab-title {
        margin-left: 13px;
        font-weight: bold;
        font-size: 20px;
        color: #2C2D3F;
    }

    .banner-tabs .tab .tab-intro {
        margin-top: 24px;
        font-size: 18px;
        color: #72767C;
    }

    .content1 {
        padding: 60px 0;
    }

    .module1 {
        max-width: 1200px;
    }

    .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-album {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .module1-album .album-item {
        margin-bottom: 22px;
        margin-right: 22px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .module1-album .album-item .item-img-right {
        margin-right: 22px;
    }

    .module1-album .album-item .item-img {
        position: relative;
        height: 242px;
        overflow: hidden;
    }

    .module1-album .album-item:last-child {
        margin-right: 0;
    }

    .module1-album .album-item img {
        height: 242px;
    }

    .module1-album .album-item .img_two {
        width: 582px;

    }

    .module1-album .album-item .img_one {
        width: 280px;
    }

    /* 图片悬停效果 */
    .module1-album .album-item .item-img:hover img {
        transform: scale(1.3);
        filter: blur(3px);
    }

    .module1-album .album-item .img-overlay {
        position: absolute;
        bottom: 27px;
        left: 0;
        padding: 0 20px;
        width: 100%;
    }

    .module1-album .album-item .item-img .img-overlay .img-title {
        font-weight: bold;
        font-size: 24px;
        color: #FFFFFF;
    }

    .module1-album .album-item .item-img .img-overlay .img-intro {
        display: none;
        margin-top: 10px;
        font-size: 16px;
        color: #FFFFFF;
        transition: opacity 0.5s ease;
    }

    .module1-album .album-item .item-img:hover .img-intro {
        display: inline-block;
        transition: transform 0.5s ease 0.1s;
    }

    .content2 {
        padding: 72px 0 96px;
        background: linear-gradient(180deg, #EBF1FF 0%, rgba(235, 241, 255, 0) 100%);
    }

    .module2 {
        max-width: 1200px;
        position: relative;
    }

    .module2-main {
        margin-top: 90px;
        display: flex;
        justify-content: space-between;
    }

    .module2-main-bg {
        margin-top: 30px;
    }

    .module2-main-bg img {
        width: 545px;
    }

    .module2-main-scene {
        position: relative;
        z-index: 2;
        padding: 25px 30px;
        width: 557px;
        background: #FFFFFF;
        border-radius: 8px;
    }

    .module2-main-scene .wrap {
        margin-bottom: 30px;
    }

    .module2-main-scene .scene-title {
        margin-bottom: 12px;
        font-weight: bold;
        font-size: 20px;
        color: #393D45;
    }

    .module2-main-scene .scene-row {
        margin-bottom: 12px;
        font-size: 18px;
        color: #6B717E;
        line-height: 30px;
    }

    .content3 {
        padding: 58px 0 90px;
        background-image: url('../../img/home/module3_bg.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .module3 {
        max-width: 1200px;
    }

    .module3 .module-title {
        margin-bottom: 32px;
    }

    .module3 .module-intro {
        margin-bottom: 100px;
    }

    .module3-main {
        display: flex;
        justify-content: space-between;
    }

    .module3-main-way:last-child {
        margin-right: 0;
    }

    .module3-main-way {
        position: relative;
        flex: 1;
        margin-right: 66px;
        padding: 77px 28px 45px 43px;
        background: #FFFFFF;
        border-radius: 12px;
    }

    .way-img {
        position: absolute;
        top: 42px;
        right: 28px;
        width: 174px;
        height: 202px;
    }

    .way-title {
        display: inline-block;
        position: relative;
    }

    .way-title p {
        font-weight: bold;
        font-size: 28px;
        color: #2C2D3F;
    }

    .way-title-tag {
        position: absolute;
        top: -40px;
        right: -100px;
    }

    .way-title-tag span {
        display: inline-block;
        position: relative;
        padding: 0 14px;
        height: 40px;
        font-size: 22px;
        color: #FFFFFF;
        line-height: 40px;
        background: #F29A35;
        border-radius: 30px;
    }

    .way-title-tag span::before {
        content: '';
        display: inline-block;
        position: absolute;
        left: 2px;
        bottom: 0;
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-right: 15px solid transparent;
        border-left: 0px solid transparent;
        border-bottom: 15px solid #F29A35;
    }

    .way-intro {
        margin-top: 20px;
        font-size: 22px;
        color: #6B717E;
    }

    .way-intro span {
        font-weight: bold;
        font-size: 22px;
    }

    .way-btn {
        margin-top: 42px;
        margin-bottom: 24px;
        display: inline-block;
        padding: 0 34px;
        height: 58px;
        font-weight: bold;
        font-size: 20px;
        color: #FFFFFF !important;
        line-height: 58px;
        background: #2C6BFC;
        border-radius: 29px;
        cursor: pointer;
        user-select: none;
    }

    .way-btn:hover {
        color: #c4c4c4 !important;
    }

    .way-row {
        margin-top: 24px;
        display: flex;
        align-items: center;
    }

    .way-row img {
        width: 18px;
        height: 18px;
    }

    .way-row span {
        margin-left: 5px;
        font-weight: bold;
        font-size: 18px;
        color: #393D45;
    }

    .way-row-intro {
        margin-top: 8px;
        font-size: 17px;
        color: #9298A4;
    }

    .content4 {
        padding: 78px 0 70px;
        background: #FAFCFF;
    }

    .module4 {
        max-width: 1200px;
    }

    .module4 .module-title {
        margin-bottom: 32px;
    }

    .module4 .module-intro {
        margin-bottom: 40px;
    }

    .module4-partner {
        padding: 0 0 36px;
        background: #F9FBFE;
        box-shadow: 0px 4px 12px 0px rgba(121, 144, 199, 0.14);
        border-radius: 8px;
        overflow: hidden;
    }

    .partner-header {
        padding-left: 39px;
        height: 142px;

        background-image: url('../../img/home/module4-bg.png');
        background-repeat: no-repeat;
        background-origin: content-box;
        /* 背景图片从内容区域开始定位 */
        background-position: right bottom;
        /* 相对于内容区域的右下角 */
        background-size: 553px auto;
        background-color: rgba(255, 255, 255, 0.7);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .partner-header-title {
        font-weight: bold;
        font-size: 26px;
        color: #2C2D3F;
    }

    .partner-header-wrap {
        margin-top: 22px;
        display: flex;
        align-items: center;
    }

    .partner-header-wrap-item {
        margin-right: 78px;
        display: flex;
        align-items: center;
    }

    .partner-header-wrap-item img {
        width: 24px;
        height: 24px;
    }

    .partner-header-wrap-item span {
        font-weight: bold;
        font-size: 19px;
        color: #2C6BFC;
    }

    .partner-tips {
        margin: 17px 0 17px 39px;
        font-size: 18px;
        color: #10203D;
    }

    .scroll-container {
        margin: 0 39px;
    }

    .scroll-item:last-child {
        margin-right: 0;
    }

    .scroll-item {
        flex-shrink: 0;
        margin-right: 40px;
        padding: 16px 29px;
        width: 694px;
        height: 460px;
        background: #FFFFFF;
        border-radius: 8px;
        border: 1px solid #CED2DE;
    }

    .item-top {
        margin-bottom: 16px;
        display: flex;
    }

    .item-top img {
        width: 340px;
    }

    .top-content {
        margin-left: 24px;
    }

    .top-content .top-content-title {
        font-weight: bold;
        font-size: 16px;
        color: #2C2D3F;
        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;
        color: #8B92A1;
    }

    .item-name {
        display: inline-block;
        padding: 0 10px;
        height: 36px;
        background: #344362;
        border-radius: 4px;
        font-weight: 400;
        font-size: 15px;
        color: #FFFFFF;
        line-height: 36px;
    }

    .item-list {
        margin-top: 18px;
    }

    .list-row:last-child {
        margin-bottom: 0;
    }

    .list-row {
        position: relative;
        margin-bottom: 12px;
        padding-left: 20px;
    }

    .row-circle {
        position: absolute;
        left: 0;
        top: 0.7em;
        /* 与第一行文字垂直对齐 */
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #407EFA;
        border-radius: 50%;
    }

    .row-text {
        font-size: 15px;
        color: #808692;
    }
}

body {
    background: #F6F7FB;
}

.text-blue {
    color: #2C6BFC;
}

.banner {
    position: relative;
    width: 100%;
}

.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-size: contain;
    /* 背景图片从内容区域开始定位 */
    background-position: right center;
    /* 相对于内容区域的右下角 */
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content {
    width: 100%;
}

.module {
    margin-right: auto;
    margin-left: auto;
}

input {
    outline: none;
}

/* PC端样式 */
@media (min-width:768px) {

    /* 卡片悬停效果 */
    .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);
    }

    .carousel-moblie {
        display: none;
    }

    .carousel-item img {
        width: 100%;
        object-fit: cover;
    }

    .carousel-item-caption1 {
        position: absolute;
        top: 26%;
        left: 19%;
        width: 100%;
    }

    .carousel-item-caption2 {
        position: absolute;
        top: 32%;
        left: 19%;
        width: 100%;
    }

    .caption2-link {
        position: absolute;
        top: 7%;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    
    .caption2-link a {
        cursor: auto;
    }

    .carousel-item-caption3 {
        position: absolute;
        top: 24%;
        left: 19%;
        width: 100%;
    }

    /* 自定义轮播图箭头样式 */
    .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;
    }

    .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 {
        /* scroll-behavior: smooth; */
        /* 滚动时平滑过渡 */
        /* cursor: grab; */
        /* 显示拖拽光标 */
    }

    .scroll-container:active {
        cursor: grabbing;
        /* 拖拽时显示拖拽光标 */
    }

    .module4-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;
        border-color: #007bff;
    }

    .module4-more a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .module4-more:hover {
        background: #2961e4;
    }

    .module4-more:active {
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    }
}