* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

body {
    max-width: 19.2rem;
    margin: 0 auto;
}

.banner {
    width: 100%;
    height: auto;
    aspect-ratio: 1920/800;
    background: url(../img/banner.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

h2 {
    line-height: 1.68rem;
    height: 1.68rem;
    width: 100%;
    text-align: center;
    font-size: 0.42rem;
    color: #000;
    font-family: pb;
}

.craw {
    width: 100%;
    height: 5.67rem;
    margin: 0 auto;
}

.crawcenter {
    width: 14rem;
    height: 5.67rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap:20px;
}

.crawbox {
    width: 4.4rem;
    height: 5.67rem;
    background: url(../img/a.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;

}

.crawbox1 {
    width: 4.35rem;
    height: 4.99rem;
    border: 2px solid #d5dbe7;
    position: relative;
}

.crawbox1 img {
    width: 4.35rem;
    display: block;
}

.crawtitle {
    width: 4.35rem;
    height: 0.92rem;
    background: #fff;
    font-size: 0.26rem;
    text-align: center;
    color: #000;
    font-weight: 600;
    line-height: 0.92rem;
}

.wheelecenter {
    width: 14rem;
    height: auto;
    margin: 0 auto;
}

.wheele {
    width: 100%;
    height: auto;
    margin: 0 auto;
    /* background: #f5f8f9; */
    background: linear-gradient(180deg, #ebe8e187 0%, #e6e8dc94 100%);
    padding-bottom: 1.08rem;
}

.wheelebox {
    width: 14rem;
    height: 3.5rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.wheelebox1 {
    width: 3.33rem;
    height: 3.46rem;
    border: 2px solid #f5f8f9;
    position: relative;
}

.wheelebox1 img {
    width: 3.33rem;
    height: 3.46rem;
    position: absolute;
    top: 0rem;
    left: 0rem;
}

.b {
    width: 0.73rem !important;
    height: 0.77rem !important;
    position: absolute;
    top: 0rem !important;
    left: 0.1rem !important;
}

.shot {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 0.67rem;
}

.shotcenter {
    width: 14rem;
    height: auto;
    margin: 0 auto;
}

.shotcenter h3 {
    width: 14rem;
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.42rem;
    padding-top: 0.73rem;
    padding-bottom: 0.16rem;
    color: #000;
    text-align: center;
    font-family: pb;
}

.shottitle {
    width: 14rem;
    height: 0.24rem;
    line-height: 0.24rem;
    font-size: 0.24rem;
    color: #333;
    text-align: center;
    padding-bottom: 0.41rem;
    font-family: p;
}

.shotbox {
    display: grid;
    grid-template-columns: 3.25rem 3.18rem 3.18rem 4.22rem;
    grid-template-rows: 2.35rem 1.04rem 2.55rem;
    grid-gap: 5px;
    grid-template-areas:
        "img1 img2 img3 img4"
        "img1 img5 img5 img4"
        "img1 img5 img5 img6"
    ;
}

.grid-item {
    overflow: hidden;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 给每个图片分配区域 */
.img1 {
    grid-area: img1;
}

.img2 {
    grid-area: img2;
}

.img3 {
    grid-area: img3;
}

.img4 {
    grid-area: img4;
}

.img5 {
    grid-area: img5;
}

.img6 {
    grid-area: img6;
}

.img7 {
    grid-area: img7;
}

.img8 {
    grid-area: img8;
}

.img9 {
    grid-area: img9;
}

.expert {
    width: 100%;
    height: 3rem;
    position: relative;
    max-width: 19.2rem;
    margin: 0 auto;
    background: url(../img/d.webp) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.expert1 {
    width: 100%;
    height: 3rem;
    position: absolute;
    top: 0rem;
    left: 0rem;
    transform: scale(1.3);
}

.expertbox {
    width: 100%;
    height: 3rem;
    position: absolute;
    top: 0rem;
    left: 0rem;
}

.experttitle {
    width:100%;
    height: auto;
    font-size: 0.36rem;
    line-height: 0.55rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    top: 0.6rem;
    font-family: pb;
}

.ulsbox3 {
    width: 2.66rem;
    height: 0.5rem;
    color: #333;
    text-align: center;
    background: url(../img/que.webp) no-repeat;
    background-size: 100% 100%;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 0.2rem;
    line-height: 0.5rem;
    text-align: center;
    text-indent: 0.1rem;
    margin-top: 0.2rem;
    cursor: pointer;
}

.Application {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 0.6rem;
}

.Applicationcenter {
    width: 14rem;
    height: auto;
    margin: 0 auto;
}

.Applicationcenter h3 {
    width: 14rem;
    min-height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.42rem;
    padding-top: 0.73rem;
    padding-bottom: 0.16rem;
    color: #000;
    text-align: center;
    font-family: pb;
}

.shottitle {
    width: 14rem;
    height: 0.24rem;
    line-height: 0.24rem;
    font-size: 0.22rem;
    color: #666;
    text-align: center;
    padding-bottom: 0.41rem;
}

.appbox {
    width: 14rem;
    height: 5.85rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.appbox1 {
    width: 4.55rem;
    height: 2.84rem;
    position: relative;
}

.appbox1 img {
    width: 4.55rem;
    height: 2.84rem;
    position: absolute;
    top: 0rem;
    left: 0rem;
}

.apptitle {
    width: 4.55rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.22rem;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0rem;
    left: 0rem;
}

.cases {
    width: 100%;
    height: auto;
    background: #ffcd11;
    margin: 0 auto;
}

.cases h3 {
    width: 14rem;
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.42rem;
    padding-top: 0.73rem;
    padding-bottom: 0.16rem;
    color: #000;
    text-align: center;
    margin: 0 auto;
    font-family: pb;
}

.shottitle {
    width: 14rem;
    height: 0.24rem;
    line-height: 0.24rem;
    font-size: 0.22rem;
    color: #666;
    text-align: center;
    padding-bottom: 0.41rem;
    margin: 0 auto;
}



.about h2 {
    width: 100%;
    height: 1.78rem;
    line-height: 1.78rem;
    color: #000;
    text-align: center;
    font-size: 0.48rem;
    margin: 0 auto;
}

.about {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0.87rem;
}

.about ul {
    width: 14rem;
    height: 0.66rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.about ul li {
    width: 2.55rem;
    height: 0.66rem;
    position: relative;
}

.about ul li img {
    width: 0.31rem;
    height: 0.33rem;
    float: left;
    margin-top: 0.15rem;
    margin-left: 0.1rem;
}

.aboutbox {
    float: right;
    width: 2.05rem;
    height: 0.66rem;
}

.aboutbox h2 {
    font-size: 0.36rem;
    color: #000;
    line-height: 0.36rem !important;
    height: 0.36rem;
    text-align: left;
}

.aboutbox1 {
    width: 2.15rem;
    height: 0.36rem;
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #666;
    text-align: left;
}

.abot {
    width: 14rem;
    height: 4.4rem;
    margin: 0 auto;
}

.abot1 {
    width: 6.4rem;
    height: 4.4rem;
    float: left;
}

.abot1 h2 {
    font-size: 0.26rem;
    height: 0.36rem;
    width: 100%;
    text-align: left;
    line-height: 0.36rem !important;
    color: #000;
}

.abot2 {
    width: 100%;
    height: 1px;
    background: #eeeeee;
    margin-top: 0.28rem;
}

.abot3 {
    width: 0.66rem;
    height: 1px;
    background: #ff952f;
    float: left;
}

.abot4 {
    width: 100%;
    height: auto;
    font-size: 0.22rem;
    line-height: 0.36rem;
    color: #666;
    text-align: left;
    margin-top: 0.3rem;
    padding-bottom: 0.2rem;
    font-family: p;
}

.abot7 {
    width: 7rem;
    height: 4.4rem;
    float: right;
}

.abot7 img {
    width: 7rem;
    height: 3.86rem;
    margin-top: 0.18rem;
}
.abot7 iframe{
    width:  7rem;
    height: auto;
    aspect-ratio: 16 /9;
    margin-top: 0.18rem;
}
.com {
    width: 14rem;
    height: auto;
    margin: 0 auto;
}

.com h2 {
    font-size: 0.26rem;
    line-height: 0.7rem !important;
    height: 0.7rem !important;
    text-align: left;
    margin: 0 auto;
}

.ccc {
    margin-top: 0.3rem;
    height: 2.51rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ccc ul {
    height: 2.51rem;
    width: 14rem;
    position: absolute;
    left: 0;
}

/*ul widthçš„å®½ä¸èƒ½è¿‡å°*/
.ccc ul li {
    display: block;
    float: left;
    margin: 5px;
    height: 2.51rem;
    border-radius: 5px;
    position: relative;
    width: 3.42rem !important;
}

.ccc ul li a {
    display: inline-block;
    height: 2.51rem;
}

.ccc ul li img {
    border-radius: 5px;
    display: block;
    width: 3.42rem !important;
    height: 2.51rem !important;
}

.ccc ul li a span {
    height: 0;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 0px;
}

.ccc ul li a:hover span {
    height: 150px;
    line-height: 150px;
    font-size: 20px;
    text-align: center;
    transition: all 0.7s;
}

.selling {
    width: 100%;
    max-width: 19.2rem;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0.6rem;
    overflow: hidden;
    background: #f5f8f9;
}

.sellingcenter {
    width: 14rem;
    height: auto;
    margin: 0 auto;
}

.sellingcenter h2 {
    width: 14rem;
    height: 1rem;
    line-height: 1.5rem;
    color: #000;
    text-align: center;
    font-size: 0.42rem;
    padding-top: .4rem;
}

.sellingbox {
    width: 14rem;
    height: 4.39rem;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 0.6rem;
}

.sellingbox1 {
    width: 3.57rem;
    height: 4.39rem;
    border-bottom: 1px solid #fffae4;
    position: relative;
}

.sellingbox1 img {
    width: 3.57rem;
    height: 3.48rem;
    display: block;
}

.sbox {
    height: 3px;
    background: #ffcc00;
    width: 0.6rem;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
}

.sellingbox1 p {
    width: 100%;
    height: 0.8rem;
    font-size: 0.22rem;
    color: #000;
    text-align: left;
    font-weight: 600;
    line-height: 0.8rem;
    font-family: pb;
}

.sellingbox1 p.xgcp {
    line-height: 1.5;
    display: flex;
    align-items: center;
}

.bb {
    width: 0.73rem !important;
    height: 0.77rem !important;
    position: absolute;
    top: 0rem !important;
    right: 0.1rem !important;
}

.leave {
    width: 100%;
    height: 7.6rem;
    max-width: 19.2rem;
    background: url(../img/760.webp) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.leavecenter {
    width: 14rem;
    height: 7.6rem;
    margin: 0 auto;
}

.leaveleft {
    width: 4.67rem;
    height: 7.6rem;
    float: left;
}

.leaveleft h2 {
    font-size: 0.38rem;
    padding-top: 0.85rem;
    height: auto;
    color: #fff;
    line-height: 0.5rem;
    text-align: left;
}

.leave2 {
    width: 4.67rem;
    height: auto;
    font-size: 0.22rem;
    line-height: 0.3rem;
    color: #fff;
    padding-top: 0.8rem;
}

.leave3 {
    width: 4.67rem;
    height: 0.6rem;
    margin-top: 0.7rem;
}

.leave3 img {
    width: 0.51rem;
    height: 0.51rem;
    float: left;
    margin-top: 0.04rem;
}

.leave4 {
    width: 4.05rem;
    height: 0.6rem;
    float: right;
}

.leave4 span {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #fff;
    float: left;
}

.leave5 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #ffcc00 !important;
    font-weight: 600;
    float: left;
}

.leave6 {
    height: auto;
    display: table;
    float: left;
    padding: 0.15rem 0.3rem;
    background: #ffcc00;
    color: #2e394b;
    height: 0.3rem;
    line-height: 0.3rem;
    border-radius: 30px;
    font-size: 0.2rem;
    margin-top: 0.75rem;
}

.leave6 img {
    width: 0.27rem;
    height: 0.27rem;
    float: left;
    margin-right: 0.12rem;
}

.leaveright {
    width: 6.8rem;
    height: auto;
    background: #2e394b;
    padding: 0.38rem 0.45rem;
    border-radius: 5px;
    float: right;
    margin-top: 0.68rem;
}

.leavebox {
    width: 6.8rem;
    height: 1.8rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-between;
}

.leavebox li {
    width: 3.3rem;
    height: 0.8rem;
}

.leavebox li input {
    width: 3.28rem;
    height: 0.38rem;
    border: 1px solid #424f60;
    display: block;
    background: transparent;
    color: #fff;
    text-indent: 0.15rem;
    margin-top: 0.1rem;
}

.leavebox li p {
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
    color: #fff;
    font-size: 0.2rem;
}

.leavebox li p span {
    color: #ffcc00;
}

.leavebox2 {
    width: 6.8rem;
    height: 0.8rem;
    margin-top: 0.2rem;
}

.leavebox2 p {
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
    color: #fff;
    font-size: 0.2rem;
}

.leavebox2 input {
    width: 6.74rem;
    height: 0.38rem;
    border: 1px solid #424f60;
    display: block;
    background: transparent;
    color: #fff;
    text-indent: 0.15rem;
    margin-top: 0.1rem;
}


.leavebox3 {
    width: 6.8rem;
    height: 1.55rem;
    margin-top: 0.2rem;
}

.leavebox3 p {
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
    color: #fff;
    font-size: 0.2rem;
}

.leavebox3 textarea {
    width: 6.54rem;
    height: 0.95rem;
    padding: 0.2rem;
    border: 1px solid #424f60;
    display: block;
    background: transparent;
    color: #fff;
    text-indent: 0.15rem;
    margin-top: 0.1rem;
    resize: none;
}

.leavebox3 p span {
    color: #ffcc00;
}

.sub {
    width: 2.23rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.2rem;
    color: #2e394b;
    font-weight: 600;
    text-align: center;
    background: #fff;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
}

.crawccc {
    width: 4.35rem;
    height: 4.99rem;
    position: absolute;
    top: 0rem;
    left: 0rem;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.cusst .crawccc {
    display: block;
}

.cusst .crawtitle {
    color: #fff !important;
}

.crawccc h2 {
    font-size: 0.26rem;
    color: #fff;
    text-align: left;
    padding-left: 0.5rem;
    width: auto;
    height: 0.26rem;
    line-height: 0.26rem;
    padding-top: 1.2rem;
    padding-bottom: 0.2rem;
}

.crawtt {
    width: auto;
    padding-left: 0.5rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #fff;
}

#bkform3 {
    position: fixed;
    z-index: 99999;
    top: 0%;
    display: none;
}

.form {
    width: 7.71rem;
    padding: 0.2rem 0.1rem;
    background: rgba(75, 74, 73, 0.8);
    box-shadow: 0px 0.03rem 0.2rem 0.01rem rgba(3, 69, 158, 0.03921569);
    font-size: 0.18rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #001323;
}

.form .dropdown.active .option {
    display: block;
}

.form .dropdown {
    position: relative;
    width: 100%;
    height: 0.58rem;
}

.form .dropdown input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(0, 19, 35, 0.03);
    border: none;
    outline: none;
    padding: 0 0.2rem;
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #001323;
}

.form .dropdown::before {
    content: "";
    position: absolute;
    right: 0.2rem;
    top: 0.15rem;
    z-index: 10000;
    width: 0.14rem;
    height: 0.14rem;
    border: 0.02rem solid #001323;
    border-top: 0.02rem solid transparent;
    border-right: 0.02rem solid transparent;
    transform: rotate(-45deg);
    transition: 0.5s;
    pointer-events: none;
}

.form .dropdown.active::before {
    top: 0.25rem;
    transform: rotate(-225deg);
}

.form .dropdown .option {
    height: 2.32rem;
    display: none;
    position: absolute;
    top: 0.58rem;
    width: 100%;
    background-color: #ffffff;
    overflow-y: auto;
}

.form .dropdown .option div {
    height: 0.58rem;
    line-height: 0.58rem;
    padding: 0 0.2rem;
    cursor: pointer;
}

.form .dropdown .option div:hover {
    background-color: rgba(0, 19, 35, 0.1);
}

.form .contact-way {
    font-size: 0.18rem;
    font-family: Arial-Regular, Arial;
    height: 1rem;
    color: #001323;
    display: flex;
    justify-content: space-between;
}

.form .contact-way div {
    width: 2.5rem;
}

.form .contact-way input {
    padding-left: 0.2rem;
    margin-top: 0.17rem;
    width: 2.87rem;
    height: 0.46rem;
    background: #fafafa;
    border: 1px solid #cccccc;
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #000;
}

.form .Requirement p {
    margin-top: 0.22rem;
    margin-bottom: 0.17rem;
}

.form .Requirement textarea {
    width: 100%;
    height: 1.29rem;
    background-color: rgba(0, 19, 35, 0.03);
    resize: none;
    border: 1px solid #ccc;
    padding: 0.2rem;
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #fff;
}

.form .submit {
    text-align: center;
    margin-top: 0.27rem;
}

.form .submit button {
    width: 1.97rem;
    height: 0.68rem;
    background: #ffc418;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #f9fbfc;
}

.casebox {
    position: relative;
    width: 100%;
    height: 7.98rem;
    background: #FFF;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 3.1rem 1.6rem 3.2rem;
    grid-gap: 0.05rem;
    grid-template-areas:
        "img1 img2 img3 img3 img4"
        "img5 img2 text-block img6 img4"
        "img5 img7 img8 img6 img9";
}

.text-block {
    grid-area: text-block;
    background-color: #1f1f1f;
    color: #fff;
    position: absolute;
    width: 3.8rem;
    height: 1.8rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0.18rem 0.4rem;
    text-align: center;
}

.text-block h1 {
    font-weight: 900;
    color: #f1cb3d;
}

.text-block p {
    font-size: clamp(8px, 1.1vw, 18px);
}

.kong {
    width: 100%;
    height: 0.81rem;
    background: #fff;
    max-width: 19.2rem;
}

.cpjs .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.cpjs .text {
    width: 50%;
}

.cpjs .video {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cpjs .video video,
.cpjs .video iframe {
    height: auto;
    aspect-ratio: 16/9
}

.contain_center {
    width: 14rem;
    height: auto;
    margin: 0 auto;
}

.font_left {
    text-align: left;
}

.tzys {
    background: url('/static/fl/img/features.jpg') no-repeat center center;
    background-size: cover;
    height: 10rem;
    width: 100%;
}

.tzys .box6 {
    position: relative;
    margin: 0 auto;
    width: 15rem;
    height: 8rem;
    /* background: #ffffff7a; */

}

.tzys .box6 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-58%, -52%);
    width: 5rem;
    border-radius: 50%;

}

.tzys .box6 .box_tit {
    font-size: 0.26rem;
    color: #000;
    font-weight: 600;
    position: relative;
    top: 2rem;
    left: 0.5rem;
    font-family: pb;
}


.tzys .box6 .box_ms {
    color: #333;
    font-size: 0.22rem;
    position: relative;
    top: 2.1rem;
    left: 0.5rem;
}

.tzys .box6 .box_center {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 4.5rem;
}

/* 左上 */
.tzys .box6 .box_center1 {
    top: -15%;
    left: 4%;
}

/* 右上 */
.tzys .box6 .box_center2 {
    top: -15%;
    left: 82%;
}

/* 右 */
.tzys .box6 .box_center3 {
    top: 20%;
    left: 91%;
}

/* 右下 */
.tzys .box6 .box_center4 {
    top: 57%;
    left: 82%;
}

/* 左下 */
.tzys .box6 .box_center5 {
    top: 57%;
    left: 5%;
}

/* 左 */
.tzys .box6 .box_center6 {
    top: 20%;
    left: -2%;
}

.cpcs {
    padding: 30px 0;
    background: #fff;
}

.cpcs .cpcs-container {
    display: flex;
    align-items: center;
    gap: 40px;
    background: #fff;
    overflow: hidden;
}

.cpcs .cpcs-image {
    flex: 0 0 45%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.cpcs .cpcs-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.cpcs .cpcs-image img:hover {
    transform: scale(1.02);
}

.cpcs .cpcs-params {
    background-color: #ebebeb;
    flex: 1;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.cpcs .cpcs-params ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
}

.cpcs .cpcs-params li {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.cpcs .cpcs-params li:last-child {
    border-bottom: none;
}

.cpcs .cpcs-params li:hover {
    background: #f8f9fa;
    padding-left: 10px;
}

.cpcs .cpcs-params .param-key {
    flex: 0 0 140px;
    font-weight: 500;
    color: #555;
    font-size: 15px;
    position: relative;
    padding-left: 15px;
}

/* .cpcs .cpcs-params .param-key:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #f4541a;
    font-weight: bold;
    font-size: 20px;
}

.cpcs .cpcs-params .param-value {
    flex: 1;
    color: #f4541a;
    font-size: 15px;
    font-weight: 600;
} */

/* .cpzlbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
} */
.cpzl {
    background: linear-gradient(180deg, #ebe8e187 0%, #e6e8dc94 100%);
}

.cpzlbox {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column;
    grid-auto-columns: minmax(1.5rem, 3rem);
    gap: 0.3rem;
    padding: 0.4rem 0;
    justify-content: space-around
}

.cpzlbox1 {
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.cpzlbox1 .img-wrap {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0.16rem;
}

.cpzlbox1 .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.cpzlbox1:hover .img-wrap img {
    transform: scale(1.05);
}

.cpzlbox1 h3 {
    font-size: 0.26rem;
    color: #333;
    font-weight: 500;
    margin-top: 0.1rem;
    flex-shrink: 0;
}

/* 响应式调整，小屏幕缩小最大宽度 */
@media screen and (max-width: 375px) {
    .cpzlbox {
        grid-auto-columns: minmax(0.9rem, 1.5rem);
        gap: 0.2rem;
    }
}

.divider {
    width: 100%;
    height: 15px;
    margin: 0.8rem 0;
    background: repeating-linear-gradient(90deg,
            #fff9e6,
            #fff9e6 15px,
            #ffedcc 15px,
            #ffedcc 30px,
            #ffe0b2 30px,
            #ffe0b2 45px);
    opacity: 0.6;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .cpjs .flex {
        flex-direction: column;
    }

    .cpjs .text {
        width: 100%
    }

    .cpcs .cpcs-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}