*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-size: 0.2rem;
}
.pinpai{
    width: 100%;
    height: 0.8rem;
    background: #f5f5f5;
    display: flex;
    position: relative;
    align-items: center;
    font-size: 0.2rem;
    box-shadow: 0px 0.03rem 0.07rem 0px rgb(4 0 0 / 30%);
}
.pinpaileft{
    width: 5rem;
    position: relative;
    height: 0.8rem;
    background-color:#9f111e ;
    z-index: 2;
}
.pinpaileft .glyx{
    position: relative;
    z-index: 2;
    line-height: 0.8rem;
    padding-left: 3.52rem;
    color: #fff;
    font-size:0.24rem;
}
.pinpaileft::before{
    position:absolute;
    top:0;
    left:0;
    width: 106%;
    height: 96%;
    content:"";
    z-index:1;
    background-color:#9f111e;
    transform: skew(0deg,-20deg) rotate(20deg);
}
.pinpairight{
    margin-left: 0.3rem;
}
.pinpairight a{
    color: #000;
    padding: 0 0.25rem;
}
.pinpairight a:hover{
    color: #9f111e;
}
.chexing{
    padding: 0.2rem 3.52rem;
    background: #f6f6f6;
}
.chexing .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.chexing .swiper-slide a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.chexing .swiper-slide img{
    width: 1.6rem;
}
.chexing .swiper-slide span{
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #000;
    width: 100%;
    background-color: transparent;
}
.swiper-button-next, .swiper-button-prev{
     background-color: transparent;
    background-image:none;
}
.cxld{
    width: 100%;
    padding-top: 0.9rem;
}
.cxname{
    margin-left: 3.52rem;
    padding-bottom: 0.2rem;
    font-size: 0.52rem;
    font-weight: 500;
    position: relative;
    letter-spacing:2px;
    z-index: 9;
}
.cxname::after{
    position: absolute;
    content: '';
    width: 1rem;
    height: 0.06rem;
    background: #9f111e;
    left: 0;
    bottom: 2px;
}
.cxname::before{
    position: absolute;
    content: '';
    width: 4.6rem;
    height: 1px;
    background: #eaeaea; 
    left: 0;
    bottom: 0;
}
.cxldinner{
    width: 100%;
    display: flex;
    height: 6.2rem;
    margin-top: 0.2rem;
    position: relative;
}
.cxldinner .masks{
    width: 26%;
    height: 100%;
    position: absolute;
    background: #fff;
    left: 11.8%;
    top: 0;
    z-index: 3;
    transform: skew(0deg,-40deg) rotate(37deg)
}
.cxldinner .left{
    width: 41.65%;
    position: absolute;
    z-index: 3;
    left: 0;
}
.cxldinner .leftText{
    position: absolute;
    color: #fff;
    left: 3.6rem;
    top: 2.85rem;
    z-index: 9;
    display: flex;
    flex-direction: column;
}
.cxldinner .leftText span{
    letter-spacing: 0.03rem;
    color: #fff;
}
.cxldinner .leftText .leftTextTop{
    font-size: 0.4rem;
}
.cxldinner .leftText .leftTextBottom{
    padding-top: 0.05rem;
    font-size: 0.22rem;
}
.cxldinner .right{
    width: 75%;
    position:absolute;
    right: 0;
    z-index: 1;
    margin-top: -0.2rem;
}
.cxldinner .right img{
    width: 100%;
    display: block;
}
.ldtxt{
    position: absolute;
    right: 0;
    width: 50%;
    bottom: -0.32rem;
    z-index: 9;
    padding: 0.27rem 0;
    padding-left: 0.6rem;
    color: #ffff;
    background: url(../img/textbg.png) left center no-repeat;
    background-size: 100%;
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
}
.cxsxBox{
    position: relative;
    margin-top: 1.4rem;
}
.cxsxBox .bg{
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.cxsxBox .title,.cspzBox .title{
    padding-left: 3.52rem; 
}
.cspzBox .title{
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-right: 3.52rem; 
}
.cspzBox .title a{
    color: #fff;
    padding: 0.1rem 0.2rem;
    background: rgb(159,17,30);
}
.cxsxBox .title img,.cspzBox .title img{
    height: 0.94rem;
}
.cxsxBox .swiper-slide img{
    width: 100%;
}
.cxsxBox .swiper-button-next{
    right: 20%;
}
.cxsxBox .swiper-button-prev{
    left: 20%;
}
.carswiper{
    margin-top: 1rem;
}
.cspzBox{
    margin-top: 2.18rem;
}
.cspzBox .table{
    margin: 0.72rem 3.52rem;
}
.cspzBox .table table{
    width: 100%;
    text-align: center;
    font-weight: 200;
}
.cspzBox .table table td{
    border: 1px solid #000;
}
.cspzBox .table table .fill{
    color: #fff;
    background: #808080;
}
.cspzBox .table table .firstRow,.cspzBox .table table .firstRow span{
        font-weight: 600;
}
.swiper-button-lock{
    display: block;
}
@media screen and (max-width: 750px){
    .cxldinner .leftText{
        left: 0.3rem;
        top: 0.5rem;
    }
    .cxldinner .leftText .leftTextBottom{
        font-size: 0.1rem;
    }
    .cspzBox .table{
        margin: 0.72rem 0;
    }
    .cspzBox .table table{
        width: 90%;
        margin: 0 auto;
    }
    .cxsxBox .title,.cspzBox .title{
        padding-left: 0.35rem;
    }
    .cspzBox .title{
        padding-right: 0.2rem;
    }
    .cspzBox .title a{
        padding: 0.1rem 0.04rem;
    }
    .carswiper{
        width: 90%;
        margin: 0 auto;
        margin-top: 1rem;
    }
    .cxsxBox .bg{
        height: 9rem;
        object-fit: cover;
    }
    .ldtxt{
        background-size: 100% 70%;
        bottom: -0.1rem;
    }
    .cxldinner .right{
        width: 73%;
    }
    .cxldinner{
        height: 2.4rem;
    }
    .cxldinner .left{
        width: 39%;
    }
    .cxname{
        margin-left: 0.85rem;
    }
    .pinpaileft{
        width: 3rem;
    }
    .pinpaileft .glyx{
        padding-left: 1.8rem;
    }
    .pinpaileft::before{
        position: absolute;
        top: 0;
        left: 0;
        width: 110%;
        height: 100%;
        content: "";
        z-index: 1;
        background-color: #9f111e;
        transform: skew(0deg,-20deg) rotate(20deg);
    }
    .chexing{
        padding: 0.2rem;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
       display: none;
    }
}