@media (max-width:768px) {
    .banner {
        max-width: 540px;
    }

    .carousel-pc {
        display: none;
    }

    .carousel-item-caption {
        position: absolute;
        top: 10%;
        left: 0;
        width: 100%;
        padding: 0 20px;
    }

    .caption-p1 {
        margin-bottom: 30px;
        position: relative;
        font-weight: bold;
        font-size: 20px;
        color: #2D3D5E;
        text-align: center;
        line-height: 22px;
        z-index: 2;
    }

    .caption-p1-blue {
        color: #2C6BFC;
    }

    .caption-p2 {
        margin-top: 10px;
        font-size: 14px;
        color: #555F7B;
        line-height: 20px;
    }

    .content {
        padding: 20px 15px;
    }

    .module {
        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-main {
        margin-top: 20px;
    }

    .caption-p1-blue {
        color: #2C6BFC;
    }

    .caption-p2 {
        margin-top: 15px;
        font-size: 16px;
        color: #555F7B;
        line-height: 22px;
    }

    .caption-p2 br {
        display: none;
    }

    /* 产品简介 */

    .intro {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .intro-title {
        margin-bottom: 15px;
        font-size: 24px;
        color: #193C7F;
        font-weight: bold;
    }

    .intro-content {
        /* background: url('../../img/system/features/introBg.png'); */
        width: 100%;
        /* height: 246px; */
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .content-text {
        height: 100%;
        padding: 15px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .content-text p {
        margin-bottom: 10px;
    }

    .content-img {
        width: 280px;
    }


    /* 应用场景 */
    .module2-main .gridBox-scene {
        margin-top: 12px;
        background: url('../../img/system/features/sceneBg.png');
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .module2-main .gridBox-scene .scene-item {
        margin-bottom: 20px;
        padding: 28px 0 49px;
        width: 100%;
        background: #FFFFFF;
        border-radius: 12px;
        /* box-shadow: 0px 8px 22px 0px rgba(92, 99, 125, 0.15); */
    }

    .item-img {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .item-img img {
        width: 242px;
        height: 177px;
    }

    .module2-main .gridBox-scene .scene-item h1 {
        margin: 30px 0 12px;
        font-size: 20px;
        color: #2E466F;
        text-align: center;
        line-height: 35px;
    }

    .module2-main .gridBox-scene .item-content {
        padding: 0 30px;
    }

    .module2-main .gridBox-scene .item-content p {
        margin-top: 10px;
        font-size: 14px;
        color: #10203D;
        line-height: 21px;
    }

    /* 核心功能 */
    .gridBox-core {
        display: grid;
        grid-template-columns: repeat(auto-fill, 100%);
        /* 每行三个等宽的列 */
        gap: 20px;
        /* 设置网格项之间的间隔为30px，这将同时影响行和列之间的间隔 */
        /* justify-content: center; */
    }

    .core-item {
        height: 226px;
        padding: 30px 30px 20px;
        background-position: center !important;
        background: url('/img/system/features/module3_cardbg.jpg');
    }

    .core-item h1 {
        font-size: 20px;
        font-weight: bold;
        color: #2E466F;
        line-height: 35px;
        display: flex;
        align-items: center;
    }

    .core-item-icon {
        margin-right: 10px;
        width: 30px;
    }

    .core-item p {
        margin-top: 10px;
        font-weight: 500;
        font-size: 15px;
        color: #435470;
        line-height: 21px;
    }

    /* 价值与优势 */
    .gridBox-advantage {
        display: grid;
        grid-template-columns: repeat(auto-fill, 350px);
        /* 每行三个等宽的列 */
        gap: 20px;
        /* 设置网格项之间的间隔为30px，这将同时影响行和列之间的间隔 */
        justify-content: center;
    }

    .advantage-item {
        height: 226px;
        padding: 30px 0 20px 20px;
        background-size: auto 244px !important;
        background-position: center !important;
    }

    .advantage-item h1 {
        /* margin-top: 8px; */
        margin-left: 45px;
        font-size: 20px;
        font-weight: bold;
        color: #2E466F;
        line-height: 35px;
    }

    .advantage-item p {
        margin-top: 15px;
        padding-right: 20px;
        font-weight: 500;
        font-size: 15px;
        color: #435470;
        line-height: 21px;
    }

    /* 功能与应用场景 */
    .gridBox-use {
        margin-top: 60px;
    }

    .use-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .use-item-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .item-info {
        flex: 1;
        /* margin-right: 100px; */
    }

    .item-info h1 {
        margin-bottom: 12px;
        font-size: 20px;
        font-weight: bold;
        color: #10203D;
        line-height: 35px;
    }

    .item-info ul {
        list-style: disc;
    }

    .item-info li {
        margin-left: 17px;
        list-style: disc;
    }

    .item-info li p {
        font-size: 18px;
        color: #435470;
        line-height: 30px;
    }

    .item-image1 img {
        margin-top: 20px;
        width: 100%;
        /* height: 252px; */
    }

    .item-image2 img {
        margin-top: 20px;
        width: 100%;
        /* height: 252px; */
    }

    /* 解决方案 */
    .solution-img {
        display: none;
    }
}

/* 除移动端的屏幕 */
@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-item img {
        width: 100%;
        object-fit: cover;
    }

    .carousel-moblie {
        display: none;
    }

    .carousel-item-img2 {
        display: none;
    }

    .module-title {
        padding: 0 20px;
        width: 100%;
        font-weight: bold;
        color: #2C2D3F;
        text-align: center;
    }

    .module-intro {
        margin-top: 22px;
        padding: 0 15px;
        width: 100%;
        color: #393D45;
        text-align: center;
    }

    .content1 {
        background: url('../../img/system/features/module1_bg.jpg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .content2 {
        background: url('../../img/system/features/module2_bg.jpg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .content4 {
        background: linear-gradient(180deg, #EBF1FF 0%, rgba(235, 241, 255, 0) 100%);
    }

    .content5 {
        background: url('../../img/system/features/module5_bg.jpg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .content6 {
        background: linear-gradient(180deg, #EBF1FF 0%, rgba(235, 241, 255, 0) 100%);
    }

    .solution-img-moblie {
        display: none;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .carousel-item img {
        height: 320px;
    }

    .carousel-item-caption {
        position: absolute;
        top: 22%;
        left: 50%;
        transform: translateX(-50%);
        width: 768px;
    }

    .caption-p1 {
        margin-bottom: 42px;
        position: relative;
        font-weight: bold;
        font-size: 22px;
        color: #2D3D5E;
        line-height: 22px;
        z-index: 2;
    }

    .caption-p1-blue {
        color: #2C6BFC;
    }

    .caption-p2 {
        margin-top: 15px;
        font-size: 14px;
        color: #555F7B;
        line-height: 20px;
    }

    .module-title {
        font-size: 26px;
        line-height: 26px;
    }

    .module-intro {
        font-size: 17px;
    }

    .module {
        max-width: 768px;
    }

    /* 产品简介 */
    .module1 {
        padding: 53px 0 60px;
    }

    .module1-main {
        margin-top: 36px;
    }

    .intro {
        width: 100%;
    }

    .intro-content {
        padding: 31px 19px;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        background: linear-gradient(270deg, rgba(237, 244, 254, 0) 0%, #F6FAFE 53%, #FFFFFF 100%);
        box-shadow: 0px 5px 12px 0px rgba(160, 182, 211, 0.2);
        border-radius: 12px;
    }

    .content-text {
        flex: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 14px;
        color: #10203D;
    }

    .content-text p {
        margin-bottom: 20px;
    }

    .content-img {
        width: 300px;
    }

    /* 应用场景 */
    .module2 {
        padding: 70px 0 68px;
    }

    .module2-main {
        margin-top: 53px;
    }

    .module2-main .gridBox-scene {
        margin-top: 12px;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        justify-content: space-evenly;
        /* grid-column-gap: 20px; */
    }

    .module2-main .gridBox-scene .scene-item {
        padding: 15px;
        width: 100%;
        background: #FFFFFF;
        border-radius: 12px;
        box-shadow: 0px 8px 22px 0px rgba(92, 99, 125, 0.15);
    }

    .item-img {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .item-img img {
        width: 155px;
    }

    .module2-main .gridBox-scene .scene-item h1 {
        margin: 5px 0 0;
        font-size: 16px;
        color: #435470;
        text-align: center;
    }

    .module2-main .gridBox-scene .item-content p {
        margin-top: 8px;
        font-size: 13px;
        color: #545050;
        line-height: 25px;
    }

    /* 核心功能 */
    .module3 {
        padding: 84px 0 111px;
    }

    .module3-main {
        margin-top: 56px;
    }


    .gridBox-core {
        display: grid;
        grid-template-columns: repeat(auto-fill, 578px);
        /* 每行三个等宽的列 */
        gap: 36px;
        /* 设置网格项之间的间隔为30px，这将同时影响行和列之间的间隔 */
        justify-content: center;
    }

    .core-item {
        min-height: 228px;
        padding: 23px 36px 40px;
        background: url('../../img/system/features/module3_cardbg.jpg');
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .core-item h1 {
        margin-bottom: 30px;
        font-size: 20px;
        font-weight: bold;
        color: #2E466F;
        line-height: 35px;
        display: flex;
        align-items: center;
    }

    .core-item-icon {
        margin-right: 10px;
        width: 36px;
    }

    .core-item p {
        margin-top: 10px;
        font-weight: 500;
        font-size: 14px;
        color: #435470;
        line-height: 25px;
    }

    /* 价值与优势 */
    .module4 {
        padding: 63x 0 64px;
    }

    .module4-main {
        margin-top: 46px;
    }

    .gridBox-advantage {
        display: grid;
        grid-template-columns: repeat(auto-fill, 350px);
        /* 每行三个等宽的列 */
        gap: 30px;
        /* 设置网格项之间的间隔为30px，这将同时影响行和列之间的间隔 */
        justify-content: center;
    }

    .advantage-item {
        height: 226px;
        padding: 30px 0 20px 20px;
        background-size: auto 244px !important;
        background-position: center !important;
    }

    .advantage-item h1 {
        /* margin-top: 8px; */
        margin-left: 45px;
        font-size: 18px;
        font-weight: bold;
        color: #2E466F;
        line-height: 35px;
    }

    .advantage-item p {
        margin-top: 15px;
        padding-right: 20px;
        font-weight: 500;
        font-size: 13px;
        color: #435470;
        line-height: 21px;
    }

    /* 功能与应用场景 */
    .module5 {
        padding: 46px 0 64px;
    }

    .module5-main {
        margin-top: 64px;
    }

    .gridBox-use {
        margin-top: 39px;
    }

    .use-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .item-info {
        flex: 1;
        /* margin-right: 100px; */
    }

    .item-info-wrap {
        margin-right: 64px;
    }

    .item-info-reverse {
        margin-left: 30px;
    }

    .item-info h1 {
        margin-bottom: 12px;
        font-size: 15px;
        font-weight: bold;
        color: #10203D;
        line-height: 35px;
    }

    .item-info ul {
        list-style: disc;
    }

    .item-info li {
        margin-left: 17px;
        list-style: disc;
    }

    .item-info li p {
        font-size: 13px;
        color: #42587c;
        line-height: 30px;
    }

    .item-image1 img {
        width: 423px;
        /* height: 452px; */
    }

    .item-image2 img {
        width: 448px;
        /* height: 452px; */
    }

    /* 解决方案 */
    .module6 {
        padding: 27px 0 64px;
    }

    .module6-main {
        margin-top: 53px;
    }

    .gridBox-solution {
        margin-top: 26px;
    }

    .solution-img img {
        width: 100%;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .carousel-item img {
        height: 413px;
    }

    .carousel-item-caption {
        position: absolute;
        top: 22%;
        left: 50%;
        transform: translateX(-50%);
        width: 992px;
    }

    .caption-p1 {
        margin-bottom: 54px;
        position: relative;
        font-weight: bold;
        font-size: 26px;
        color: #2D3D5E;
        letter-spacing: 3px;
        line-height: 26px;
        z-index: 2;
    }

    .caption-p1-blue {
        color: #2C6BFC;
    }

    .caption-p2 {
        margin-top: 25px;
        font-size: 18px;
        color: #555F7B;
        line-height: 25px;
    }

    .module-title {
        font-size: 33px;
        line-height: 33px;
    }

    .module-intro {
        font-size: 17px;
    }

    .module {
        max-width: 992px;
    }

    /* 产品简介 */
    .module1 {
        padding: 69px 0 78px;
    }

    .module1-main {
        margin-top: 46px;
    }

    .intro {
        width: 100%;
    }

    .intro-content {
        padding: 40px 25px;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        background: linear-gradient(270deg, rgba(237, 244, 254, 0) 0%, #F6FAFE 53%, #FFFFFF 100%);
        box-shadow: 0px 5px 12px 0px rgba(160, 182, 211, 0.2);
        border-radius: 12px;
    }

    .content-text {
        flex: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 16px;
        color: #10203D;
    }

    .content-img {
        width: 336px;
    }

    /* 应用场景 */
    .module2 {
        padding: 91px 0 88px;
    }

    .module2-main {
        margin-top: 69px;
    }

    .module2-main .gridBox-scene {
        margin-top: 12px;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        justify-content: space-evenly;
        /* grid-column-gap: 20px; */
    }

    .module2-main .gridBox-scene .scene-item {
        padding: 20px;
        width: 100%;
        background: #FFFFFF;
        border-radius: 12px;
        box-shadow: 0px 8px 22px 0px rgba(92, 99, 125, 0.15);
    }

    .item-img {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .item-img img {
        width: 200px;
    }

    .module2-main .gridBox-scene .scene-item h1 {
        margin: 5px 0 7px;
        font-size: 17px;
        color: #435470;
        text-align: center;
        line-height: 35px;
    }

    .module2-main .gridBox-scene .item-content p {
        margin-top: 8px;
        font-size: 13px;
        color: #545050;
        line-height: 25px;
    }

    /* 核心功能 */
    .module3 {
        padding: 84px 0 111px;
    }

    .module3-main {
        margin-top: 56px;
    }


    .gridBox-core {
        display: grid;
        grid-template-columns: repeat(auto-fill, 478px);
        /* 每行三个等宽的列 */
        gap: 36px;
        /* 设置网格项之间的间隔为30px，这将同时影响行和列之间的间隔 */
        justify-content: center;
    }

    .core-item {
        min-height: 188px;
        padding: 23px 36px 40px;
        background: url('../../img/system/features/module3_cardbg.jpg');
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .core-item h1 {
        margin-bottom: 30px;
        font-size: 20px;
        font-weight: bold;
        color: #2E466F;
        line-height: 35px;
        display: flex;
        align-items: center;
    }

    .core-item-icon {
        margin-right: 10px;
        width: 36px;
    }

    .core-item p {
        margin-top: 10px;
        font-weight: 500;
        font-size: 15px;
        color: #435470;
        line-height: 25px;
    }

    /* 价值与优势 */
    .module4 {
        padding: 81px 0 83px;
    }

    .module4-main {
        margin-top: 59px;
    }

    .gridBox-advantage {
        display: grid;
        grid-template-columns: repeat(auto-fill, 350px);
        /* 每行三个等宽的列 */
        gap: 30px;
        /* 设置网格项之间的间隔为30px，这将同时影响行和列之间的间隔 */
        justify-content: center;
    }

    .advantage-item {
        height: 226px;
        padding: 30px 0 20px 20px;
        background-size: auto 244px !important;
        background-position: center !important;
    }

    .advantage-item h1 {
        /* margin-top: 8px; */
        margin-left: 45px;
        font-size: 18px;
        font-weight: bold;
        color: #2E466F;
        line-height: 35px;
    }

    .advantage-item p {
        margin-top: 15px;
        padding-right: 20px;
        font-weight: 500;
        font-size: 13px;
        color: #435470;
        line-height: 21px;
    }

    /* 功能与应用场景 */
    .module5 {
        padding: 60px 0 83px;
    }

    .module5-main {
        margin-top: 83px;
    }

    .gridBox-use {
        margin-top: 50px;
    }

    .use-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .item-info {
        flex: 1;
        /* margin-right: 100px; */
    }

    .item-info-wrap {
        margin-right: 83px;
    }

    .item-info-reverse {
        margin-left: 30px;
    }

    .item-info h1 {
        margin-bottom: 12px;
        font-size: 17px;
        font-weight: bold;
        color: #10203D;
        line-height: 35px;
    }

    .item-info ul {
        list-style: disc;
    }

    .item-info li {
        margin-left: 17px;
        list-style: disc;
    }

    .item-info li p {
        font-size: 15px;
        color: #42587c;
        line-height: 30px;
    }

    .item-image1 img {
        width: 546px;
        /* height: 452px; */
    }

    .item-image2 img {
        width: 579px;
        /* height: 452px; */
    }

    /* 解决方案 */
    .module6 {
        padding: 35px 0 83px;
    }

    .module6-main {
        margin-top: 69px;
    }

    .gridBox-solution {
        margin-top: 33px;
    }

    .solution-img img {
        width: 100%;
    }
}

@media (min-width:1200px) {
    .carousel-item img {
        height: 500px;
    }

    .carousel-item-caption {
        position: absolute;
        top: 22%;
        left: 50%;
        transform: translateX(-50%);
        width: 1200px;
    }

    .caption-p1 {
        margin-bottom: 65px;
        position: relative;
        font-weight: bold;
        font-size: 32px;
        color: #2D3D5E;
        letter-spacing: 3px;
        line-height: 32px;
        z-index: 2;
    }

    .caption-p1-blue {
        color: #2C6BFC;
    }

    .caption-p2 {
        margin-top: 30px;
        font-size: 22px;
        color: #555F7B;
        line-height: 30px;
    }

    .module-title {
        font-size: 40px;
        line-height: 40px;
    }

    .module-intro {
        font-size: 20px;
    }

    .module {
        max-width: 1200px;
    }

    /* 产品简介 */
    .module1 {
        padding: 83px 0 94px;
    }

    .module1-main {
        margin-top: 56px;
    }

    .intro {
        box-sizing: border-box;
    }

    .intro-content {
        padding: 48px 30px;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        background: linear-gradient(270deg, rgba(237, 244, 254, 0) 0%, #F6FAFE 53%, #FFFFFF 100%);
        box-shadow: 0px 5px 12px 0px rgba(160, 182, 211, 0.2);
        border-radius: 12px;
    }

    .content-text {
        flex: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 18px;
        color: #10203D;
    }

    .content-img {
        width: 406px;
    }

    /* 应用场景 */
    .module2 {
        padding: 110px 0 106px;
    }

    .module2-main {
        margin-top: 83px;
    }

    .module2-main .gridBox-scene {
        margin-top: 12px;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        justify-content: space-evenly;
        /* grid-column-gap: 20px; */
    }

    .module2-main .gridBox-scene .scene-item {
        padding: 40px;
        width: 100%;
        background: #FFFFFF;
        border-radius: 12px;
        box-shadow: 0px 8px 22px 0px rgba(92, 99, 125, 0.15);
    }

    .item-img {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .item-img img {
        width: 242px;
    }

    .module2-main .gridBox-scene .scene-item h1 {
        margin: 5px 0 12px;
        font-size: 20px;
        color: #435470;
        text-align: center;
        line-height: 35px;
    }

    .item-content p {
        margin-top: 8px;
        font-size: 14px;
        color: #545050;
        line-height: 25px;
    }

    /* 核心功能 */
    .module3 {
        padding: 102px 0 134px;
    }

    .module3-main {
        margin-top: 68px;
    }


    .gridBox-core {
        display: grid;
        grid-template-columns: repeat(auto-fill, 578px);
        /* 每行三个等宽的列 */
        gap: 44px;
        /* 设置网格项之间的间隔为30px，这将同时影响行和列之间的间隔 */
        justify-content: center;
    }

    .core-item {
        min-height: 228px;
        padding: 23px 36px 40px;
        background: url('../../img/system/features/module3_cardbg.jpg');
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .core-item h1 {
        margin-bottom: 30px;
        font-size: 20px;
        font-weight: bold;
        color: #2E466F;
        line-height: 35px;
        display: flex;
        align-items: center;
    }

    .core-item-icon {
        margin-right: 10px;
        width: 36px;
    }

    .core-item p {
        margin-top: 10px;
        font-weight: 500;
        font-size: 18px;
        color: #687891;
        line-height: 25px;
    }

    /* 价值与优势 */
    .module4 {
        padding: 98px 0 100px;
    }

    .module4-main {
        margin-top: 71px;
    }

    .gridBox-advantage {
        display: grid;
        grid-template-columns: repeat(auto-fill, 350px);
        /* 每行三个等宽的列 */
        gap: 30px;
        /* 设置网格项之间的间隔为30px，这将同时影响行和列之间的间隔 */
        justify-content: center;
    }

    .advantage-item {
        height: 226px;
        padding: 30px 0 20px 20px;
        background-size: auto 244px !important;
        background-position: center !important;
    }

    .advantage-item h1 {
        /* margin-top: 8px; */
        margin-left: 45px;
        font-size: 18px;
        font-weight: bold;
        color: #2E466F;
        line-height: 35px;
    }

    .advantage-item p {
        margin-top: 15px;
        padding-right: 20px;
        font-weight: 500;
        font-size: 13px;
        color: #435470;
        line-height: 21px;
    }

    .module5 {
        padding: 73px 0 100px;
    }

    .module5-main {
        margin-top: 100px;
    }

    /* 功能与应用场景 */
    .gridBox-use {
        margin-top: 60px;
    }

    .use-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .item-info {
        flex: 1;
        /* margin-right: 100px; */
    }

    .item-info-wrap {
        margin-right: 100px;
    }

    .item-info-reverse {
        margin-left: 30px;
    }

    .item-info h1 {
        margin-bottom: 12px;
        font-size: 20px;
        font-weight: bold;
        color: #10203D;
        line-height: 35px;
        /* text-decoration-line: underline; */
    }

    .item-info ul {
        list-style: disc;
    }

    .item-info li {
        margin-left: 17px;
        list-style: disc;
    }

    .item-info li p {
        font-size: 16px;
        color: #42587c;
        line-height: 30px;
    }

    .item-image1 img {
        width: 660px;
        /* height: 452px; */
    }

    .item-image2 img {
        width: 700px;
        /* height: 452px; */
    }

    /* 解决方案 */
    .module6 {
        padding: 42px 0 100px;
    }

    .module6-main {
        margin-top: 83px;
    }

    .gridBox-solution {
        margin-top: 40px;
    }

    .solution-img img {
        width: 100%;
        /* height: 157px; */
    }
}

body {
    background: #F6F7FB;
}

.content {
    width: 100%;
}

.module {
    margin-right: auto;
    margin-left: auto;
}