.grid-container {
    width: 1420px; /* 六个格子的总宽度为 6 * 120px + 5 * 25px = 870px */
    height: 370px;
    margin: 0 auto; /* 水平居中 */
    display: flex; /* 使用 flex 布局 */
    justify-content: space-between; /* 将控件均匀分布在行中 */
}

.grid {
    width: 210px;
    height: 210px;
    background-color: white;
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.grid .num {
    font-size: 60px;
    font-weight: bold;
    height: 60px; /* 统一设置编号高度 */
    color: rgba(0, 82, 217, 1);
    margin-bottom: 10px;
}

.grid .content {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 20px;
    margin-top: 5px;
}

.grid:hover {
    box-shadow: 0px 0px 10px rgba(117, 177, 255, 0.3);
    transition: all 0.3s ease;
    border-radius: 5px; /* 添加 5px 圆角效果 */
}

.jszc-h2 {
    display: inline-block;
    border-bottom: 2px solid #FF8D1A;
    padding-bottom: 5px;
    text-align: center !important;
    margin-top: 20px;
    margin-bottom: 40px;
}

.center {
    text-align: center;
    margin: 20px;
}

/* 省略前面的代码 */

.faq-container {
    width: 1500px;
    height: 550px;
    margin: 25px auto;
    display: flex;
    justify-content: space-between;
}

.faq {
    width: 1380px;
    height: 450px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    cursor: pointer;
    border-radius: 15px;
    box-sizing: border-box; /* 添加该属性 */
}


.faq > .left {
    width: 650px;
    height: 100%;
    background-color: white;
    display: flex; /* 添加该属性 */
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
    background-image: url("../img/gxcg/cjwt.png");
    background-repeat: no-repeat;
    background-size: 160px 160px;
    background-position: bottom right;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;

}


.faq > .left > h3 {
    margin-top: -80px;
    text-align: center;
    margin-bottom: 40px;
}

.faq > .left > p {
    margin-left: 40px;
    width: 95%;
    font-size: 14px;
}

.faq > .rights {
    width: 650px;
    height: 100%;
    background-color: rgba(0, 82, 217, 1);
    padding-left: 20px;
    padding-top: 30px;
    display: flex; /* 添加该属性 */
    flex-direction: column;
    justify-content: center;
    background-image: url("../img/gxcg/jjfa.png");
    background-repeat: no-repeat;
    background-size: 160px 160px;
    background-position: bottom 0px right;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;

}

.faq > .rights:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 10px rgba(117, 177, 255, 0.3);
}

.faq > .left:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 10px rgba(117, 177, 255, 0.3);
}

.faq > .rights > h3 {
    color: white;
    margin-top: -65px;
    margin-bottom: 40px;
    text-align: center;
}

.faq > .rights > .purchase-item {
    color: white;
    margin-left: 8px;
    width: 95%;
    font-size: 14px;
}

.bg_color {
    background-color: #f5f5f5; /* 背景色为浅灰色 */
    padding-top: 10px;
}

.js_color {
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white; /* 背景色为浅灰色 */
}

.head {
    width: 100%;
    height: 400px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: 1920px 400px;
    background-position: center;
}

.headgx {
    background-image: url("../img/gxcg/gxbanner.png");
}

.headzq {
    background-image: url("../img/gxcg/zqbanner.png");
}

.headyy {
    background-image: url("../img/gxcg/yybanner.png");
}

.js-grid {
    display: grid;
    grid-template-columns: repeat(5, 264px);
    grid-template-rows: 240px 240px;
    grid-gap: 20px;
    margin: 10px;
    background-color: white;
}

.js-grid-item {
    width: 240px;
    height: 224px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 5px;
}

.js-grid-item img {
    margin-top: 30px;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
}

.js-grid-item h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
}

.js-grid-item p {
    color: #666;
}

.js-grid-item:hover {

    box-shadow: 0px 0px 10px rgba(117, 177, 255, 0.3);
    border-radius: 5px; /* 添加 5px 圆角效果 */
}

.purchase-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.purchase-item img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.purchase-item p {
    margin: 0;
    text-align: left;
    font-size: 14px;
}

.swiper-container {
    display: none;
    position: relative;
    width: 100%;
    height: 500px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 438px !important;
    margin-right: 0px !important;
    background-color: rgba(39, 124, 242, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    border-radius: 10px;
    box-sizing: border-box;
}

.swiper-slide-active, .swiper-slide-duplicate-active {
    transform: scale(1);
}

@media screen and (max-width: 800px) {
    .center {
        margin: 0;
    }

    .center h2 span {
        border-bottom: 2px solid #FF8D1A;
    }

    .grid-container {
        width: 100%;
        flex-wrap: wrap;
        height: 280px;
        justify-content: space-evenly;
    }

    .head {
        height: 234px;
        width: 100%;
    }

    .headgx {
        background-image: url(../img/gxcg/gxbannermobile.png);
        background-size: 100% 100%;
    }

    .headzq {
        background-image: url(../img/gxcg/zqbannermobile.png);
        background-size: 100% 100%;
    }

    .headyy {
        background-image: url(../img/gxcg/yybannermobile.png);
        background-size: 100% 100%;
    }

    .jszc-h2 {
        font-size: 24px;
        font-weight: bold;
        margin: 32px auto;
    }

    .grid {
        width: 30%;
        background-color: white;
        justify-content: flex-start;
        height: 124px;
        margin: 0;
    }

    .grid .num {
        font-size: 36px;
        margin-bottom: 0px;
    }

    .grid .content {
        font-size: 11px;
    }

    .bg_color > .center {
        display: none;
    }

    .purchase-item {
        align-items: flex-start;
        flex-wrap: nowrap;
        line-height: 100%;
        margin-bottom: 2%;
    }

    .purchase-item p {
        font-size: 16px;
        max-width: 90%;
        line-height: 150%;
        margin-left: 5px;

    }

    .purchase-item img {
        margin-left: 24px;
        margin-top: 5px;
    }

    .purchase-item .end_item {
        margin-left: 50px;
    }
    .bg_color {
        padding-top: 0;
    }

    .faq-container {
        width: 100%;
        height: auto;
        display: block;
        margin: 0;
    }

    .faq {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        cursor: pointer;
    }

    .faq > .left:hover, .faq > .rights:hover {
        transform: none;
        box-shadow: none;
    }

    .faq > .left {
        width: 100%;
        height: 44%;
        border-radius: 0;
        padding-left: 0;
        justify-content: normal;
        background: #fff;
        display: block;
    }
    .faq > .left > h3 {
        margin: 8% 0 8% 0;
        font-size: 24px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    .faq > .left > h3 span {
        border-bottom: 2px solid #FF8D1A;
    }

    .faq > .rights {
        width: 100%;
        height: 56%;
        border-radius: 0;
        padding: 0;
        justify-content: normal;
    }

    .faq > .rights > h3 {
        margin: 8% 0 8% 0;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
    }

    .faq > .rights > h3 span {
        border-bottom: 2px solid #FF8D1A;
    }

    p {
        font-size: 8px;
    }

    .head h1 {
        font-size: 24px !important;
    }

    .js_color > .js-grid {
        display: none;
    }

    .js-grid-item {
        border-radius: 10px;
        background: rgba(245, 249, 255, 1);
        border: 2px solid rgba(255, 255, 255, 1);
        box-shadow: 0px 4px 16px rgba(39, 124, 242, 0.15);
        transform: initial;
        height: 100%;
        width: 100%;
    }

    .js-grid-item p {
        font-size: 14px;
        padding: 0 18px;
    }

    .js-grid-item h3 {
        color: rgba(0, 82, 217, 1);
        letter-spacing: 0;
        line-height: 26.4px;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 16px;
    }

    .xxjs {
        border-radius: 10px;
        background: rgba(245, 249, 255, 1);
        border: 2px solid rgba(255, 255, 255, 1);
        box-shadow: 0px 4px 16px rgba(39, 124, 242, 0.15);
        transform: initial;
        height: 100%;
    }

    .swiper-container {
        display: block;
    }

    .js_color {
        background: rgba(250, 250, 250, 1);
    }

    .swiper-container-android .swiper-slide {
        text-align: center;
        font-size: 18px;
        height: 438px !important;
        margin-right: 0px !important;
        background-color: rgba(39, 124, 242, 0.08);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 300ms;
        transform: scale(0.8);
        border-radius: 10px;
        box-sizing: border-box;
    }

    .swiper-container-android .swiper-slide-active, .swiper-container-android .swiper-slide-duplicate-active {
        transform: scale(1);
    }
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
    .js-grid {
        grid-template-columns: repeat(5, auto);
        grid-template-rows: auto;
    }

    .js-grid-item {
        width: auto;

    }

    .purchase-item p {
        font-size: 8px;
    }

    .faq-container {
        width: auto;
    }

    .faq > .left {
        width: 45%;
    }

    .grid-container {
        width: auto; /* 六个格子的总宽度为 6 * 120px + 5 * 25px = 870px */
    }

    .grid {
        width: auto;
        justify-content: flex-start;
    }

    .faq > .rights {
        width: 55%;

    }

    p {
        font-size: 8px;
    }

    .faq {
        width: 100%;
        margin: 40px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {

    .grid {
        width: 174px;
        height: 174px;
    }

    .grid-container {
        width: 1160px;
    }

    .faq {
        width: 1160px;
    }

    .faq-container {
        width: 1160px;
    }

    .faq > .left {
        width: 600px;
    }

    .faq > .rights {
        width: 560px;
    }

    .js-grid {
        grid-template-columns: repeat(5, 224px);
        grid-template-rows: 220px 220px;
    }

    .js-grid-item {
        width: 220px;
        height: 210px;
    }

    .js-grid-item h3 {

        font-size: 19px;

    }

    .faq > .rights > .purchase-item {
        width: 97%;
    }
}
