.head {
    height: 400px;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 70px;
    background-position: center;
}

.headgx {
    background-image: url("../img/gxcg/zhgx.png");
}

.headzq {
    background-image: url("../img/gxcg/zhzq.png");
}

.headyy {
    background-image: url("../img/gxcg/zhyy.png");
}

.head h1 {
    margin-bottom: 10px;
}

.head p {
    margin-bottom: 35px;
    line-height: 1.5;
    font-size: 18px;
}

.head .mobilebutton {
    display: none;
}

.call-to-action {
    display: inline-block;
    background-color: orange;
    color: white;
    width: 136px;
    height: 44px;
    padding: 5px 15px;
    border-radius: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.call-to-action a {
    background: orange;
    border-radius: 100px;
    color: #fff;
    font-size: 18px;

    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    display: inline-block;
}

.grid-container {
    display: flex;
    flex-wrap: wrap;
    width: 1380px;
    margin: 0 auto; /* 水平居中 */
}

.grid-item {
    width: 200px;
    height: 120px;
    aspect-ratio: 1;
    border-radius: 10px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(250, 252, 255, 1) 0%, rgba(245, 248, 255, 0.3) 98.61%);
    background-color: #FAFFFF;
    border: 1px solid rgba(189, 220, 255, 0.5);
    margin: 15px;
    padding: 10px 0px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.grid-item2 {
    width: 670px;
    height: 70px;
    aspect-ratio: 1;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(250, 252, 255, 1) 0%, rgba(245, 248, 255, 0.3) 98.61%);
    border: 1px solid rgba(189, 220, 255, 0.5);
    margin: 15px 10px;
    padding-left: 10px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    align-items: center;
    text-align: left;
    cursor: pointer;
}

.grid-item3 {
    width: 438px;
    height: 70px;
    aspect-ratio: 1;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(250, 252, 255, 1) 0%, rgba(245, 248, 255, 0.3) 98.61%);
    border: 1px solid rgba(189, 220, 255, 0.5);
    margin: 15px 10px;
    padding-left: 10px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    align-items: center;
    text-align: left;
    cursor: pointer;
}

.grid-item.selected {
    border: 1px solid rgba(0, 82, 217, 1);
}

.grid-item2.selected {
    border: 1px solid rgba(0, 82, 217, 1);
}

.grid-item3.selected {
    border: 1px solid rgba(0, 82, 217, 1);
}

.icon {
    margin-top: 20px;

}

.icon img {
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

.text {
    margin-top: 10px;
}

.hxgn {
    background-color: #f5f5f5; /* 背景色为浅灰色 */
    align-items: center;
    padding-bottom: 20px;
}

.cptd {
    margin-bottom: 80px;
    align-items: center;
}

h2 {
    display: inline-block;
    text-align: center !important;
    font-size: 36px;
}

.center {
    text-align: center;
}

.grid-cp {
    width: 438px;
    height: 60px;
    aspect-ratio: 1;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(250, 252, 255, 1) 0%, rgba(245, 248, 255, 0.3) 98.61%);
    border: 1px solid rgba(189, 220, 255, 0.5);
    margin: 15px 10px;
    padding-left: 10px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    align-items: center;
    text-align: left;
    cursor: pointer;
}

.grid-cp2 {
    width: 670px;
    height: 64px;
    aspect-ratio: 1;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(250, 252, 255, 1) 0%, rgba(245, 248, 255, 0.3) 98.61%);
    border: 1px solid rgba(189, 220, 255, 0.5);
    margin: 15px 10px;
    padding-left: 10px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    align-items: center;
    text-align: left;
    cursor: pointer;
}

.grid-cp3 {
    width: 1380px;
    height: 64px;
    aspect-ratio: 1;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(250, 252, 255, 1) 0%, rgba(245, 248, 255, 0.3) 98.61%);
    border: 1px solid rgba(189, 220, 255, 0.5);
    margin: 15px 10px;
    padding-left: 10px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    align-items: center;
    text-align: left;
    cursor: pointer;
}

.grid-cp.selected {
    border: 1px solid blue;
}

.grid-cgzxt.selected {
    border: 1px solid rgba(0, 82, 217, 1);
}

.grid-cp2.selected {
    border: 1px solid blue;
}

.grid-cp3.selected {
    border: 1px solid blue;
}

.purchase-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.purchase-item img {

    margin-right: 12px;
}

.purchase-item p {
    padding: 18px 8px 8px 8px;
}

.cptd .center h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ccontainer-cgxt-nr > .call-to-action a {
    background: orange;
    border-radius: 100px;
    color: #fff;
    font-size: 18px;

    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    display: inline-block;
}

.container-cgxt-nr {
    position: relative;
    top: 70px;
    width: 1380px;
    margin-left: 15px;
}

.container-cgxt-nr-h1 {
    opacity: 1;
    /** 文本1 */
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 54px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    vertical-align: top;
}

.cgzxt {
    align-items: center;
    padding-bottom: 20px;
}

.grid-cgzxt {
    width: 264px;
    height: 150px;
    aspect-ratio: 1;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(247, 251, 255, 1) 0%, rgba(245, 249, 255, 1) 47.22%, rgba(237, 245, 255, 1) 100%);
    border: 1px solid rgba(189, 220, 255, 0.5);
    margin: 5px;
    padding: 25px 0px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.grid-cgzxt p.newrf_tx.more {
    text-align: center;
    font-size: 18px;
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .head {
        height: 520px;
        margin-top: 49px;
        width: 100%;
    }


    .headgx {
        background-image: url(../img/gxcg/zhgxmobile.png);
        background-size: 100% 100%;
    }

    .headzq {
        background-image: url(../img/gxcg/zhzqmobile.png);
        background-size: 100% 100%;
    }

    .headyy {
        background-image: url(../img/gxcg/zhyymobile.png);
        background-size: 100% 100%;
    }

    .container-cgxt-nr-h1 {
        font-size: 23px;
        font-weight: bold;
    }

    .head .container-cgxt-nr {
        display: block;
        width: 90%;
        position: static;
        padding-top: 10%;
        margin: 0;
    }

    .head p {
        text-align: justify;
        font-size: 18px;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }

    .head .call-to-action {
        width: 96px;
        height: 36px;
        padding: 0;
        background-color: rgba(255, 141, 26, 1);
    }

    .call-to-action a {
        background: none;
        font-size: 16px;
    }


    h2 {
        font-size: 24px;
        font-weight: bold;
    }

    .grid-container a {
        width: 30%;
    }

    .grid-cgzxt {
        width: 100%;
        height: 84px;
        padding: 0;
        margin: 0 0 6px 0;
    }

    .grid-cgzxt .new_rq {
        padding: 8px 0;
    }

    .grid-cgzxt p img {
        width: 35px;
        height: 35px;
    }

    .grid-cgzxt p.newrf_tx {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: -0.3px;
        line-height: 15.84px;
        color: rgba(51, 51, 51, 1);
    }

    .grid-cgzxt p.newrf_tx.more {
        text-align: center;
        font-size: 18px;
        margin-top: 30px;
    }

    .grid-container a:last-child:nth-child(3n - 2) {
        margin-right: calc(63% + 8% / 3);
    }

    .grid-container a:last-child:nth-child(3n - 1) {
        margin-right: calc(27% + 15% / 3);
    }

    .grid-container {
        width: auto;
        justify-content: space-evenly;
    }

    .grid-container .grid-item:last-child:nth-child(3n - 2) {
        margin-right: calc(63% + 8% / 3);
    }

    .grid-container .grid-item:last-child:nth-child(3n - 1) {
        margin-right: calc(27% + 15% / 3);
    }

    .grid-container .grid-item .text {
        margin-top: 0;
        font-size: 12px;
        color: rgba(51, 51, 51, 1);
        height: calc(100% - 45px);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    p {
        font-size: 16px;
    }

    .grid-item3 {
        width: 95%;
        margin: 4px auto;
        height: 60px;
    }

    .grid-item {
        width: 30%;
        height: 100px;
        margin: 0 0 6px 0;
    }

    .grid-cp {
        width: 95%;
        margin: 4px auto;
    }

    .grid-cp2 {
        width: 95%;
        margin: 4px auto;
    }

    .icon {
        margin: 5px 0;
    }

    .icon img {
        margin: 0;
    }

    .purchase-item {
        flex-wrap: nowrap;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;

    }

    .purchase-item p {
        padding: 0;
        font-size: 14px;
        color: rgba(51, 51, 51, 1);
        letter-spacing: 0px;
    }

    .cptd {
        margin-bottom: 20px;
    }

    .cptd .center h2 {
        margin-top: 32px;
        margin-bottom: 35px;
    }

    .center h2 span {
        border-bottom: 2px solid #FF8D1A;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .head {
        width: 100%;
    }

    .grid-cgzxt {
        width: auto;
    }

    .grid-container {
        width: auto;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .head {
        width: 100%;
        height: 300px;
    }

    .grid-cgzxt {
        width: auto;
    }

    .grid-container {
        width: auto;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {


    /**子页面**/
    .grid-container {
        max-width: 1160px;
    }

    .grid-item {
        width: 201px;
    }

    .grid-item2 {
        width: 559px;
    }

    .grid-item3 {
        width: 365px;
    }

    .grid-cgzxt {
        width: 221px;
    }

    .grid-cp {
        width: 365px;
    }

    .grid-cp2 {
        width: 559px;
    }

    .grid-cp3 {
        width: 1179px;
    }

    .container-cgxt-nr {
        width: 1160px;
    }
}

