* {
    margin: 0;
    padding: 0;
}

.main1 {
    width: 14.4rem;
    margin: 0 auto;
}

.bt {
    width: 1.2rem;
    height: 0.4rem;
    font-weight: bold;
    font-size: 0.3rem;
    color: #333333;
}

.heng-1 {
    width: 0.4rem;
    height: 0.03rem;
    background: #FF5905;
    border-radius: 0rem 0rem 0rem 0rem;
    margin-top: 0.1rem;
    margin-bottom: 0.5rem;
}

.main2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.zheng {
    width: 4.5rem;
    height: 3.2rem;
    background: #E9E9E9;
    box-shadow: 0rem 0.03rem 0.09rem 0.01rem rgba(0, 0, 0, 0.23);
    border-radius: 0rem 0rem 0rem 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
}
.zheng img {
    height: 2.8rem;
    
}
.zheng:nth-child(3n){
    margin-right: 0;
}
.main3{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 0.13rem;
    margin-bottom: 0.3rem;
}
.text1 {
    height: 0.21rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.3rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    transition: var(--s_tran);
}
.page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xq {
    width: 0.53rem;
    height: 0.19rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #7D7D7D;
    line-height: 0.28rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.page {
    margin: 0 auto;
    padding-top: 0.76rem;
}

.page a {
    width: 0.32rem;
    height: 0.32rem;
    background: #FFFFFF;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    border: 0.01rem solid #EEEEEE;
    margin: 0 .06rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #7D7D7D;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.page span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #7D7D7D;
}

.pageActive {
    background: #FF5905 !important;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    color: #ffffff !important;
}

.xq1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #7D7D7D;
    line-height: 0.28rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
}

.kk {
    width: 0.6rem;
    height: 0.32rem;
    background: rgba(255, 255, 255, 0);
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    border: 0.01rem solid #DEDEDE;
    margin-left: 0.08rem;
    margin-right: 0.08rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.kk img {
    width: 0.1rem;
    height: 0.05rem;

}

.qr {
    width: 0.72rem;
    height: 0.32rem;
    line-height: 0.32rem;
    background: #FF5905;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    color: white;
    font-size: 0.14rem;
    text-align: center;
    margin-left: 0.2rem;
}
@media screen and (max-width:1024px){
    .main1{
        width: 100%;
        margin-top: 60px;
    }.bt{
        font-size: 18px;
        width: 94%;
        margin: 0 auto;
        margin-bottom: 20px;
    }.heng-1{
        margin-left: 10px;
    }.main2{
        width: 94%;
        margin: 0 auto;
    }.zheng{
        width: 100%;
        margin-right: 0;
    }.text1{
        font-size: 12px;
    }
}