#main{
    position: relative;
    min-height: calc(-1.01rem + 100vh);
    max-width: 19.2rem;
    margin: auto;
  
}
.fh{
    display: flex;
   
    align-items: center;
    padding: 0px 9vw;
    font-size: 0.22rem;
    line-height: 1.8;
    padding-top: 0.2rem;
   

}
.fh:hover,.fh:hover svg path{
    color: #ff0000;
    fill: #ff0000;
}
section {
    position: relative;
   
    padding: 0px 9vw;
   
    display: flex;
    justify-content: center;

}
.zp{
    margin-top: 1vw;
    line-height: 1.8;
    max-width: 1000px;
}
.zp_title{
    font-size: 0.4rem;
    font-weight: 600;

}
.zp_info{
    display: flex;
    font-size: 0.16rem;
    

}
.zp_info> div{
    display: flex;
        justify-content: center;
        align-items: center;
}
.zp_info>div>svg{
    width: 28px;
    height: 28px;
    margin-right: 4px;
}
.zp_info_time{
    margin-right: 20px;
}
.zp_info_num{
    margin-right: 20px;

}
.zp_info_dz {

}
.zp_gwms{
    margin: 0.3rem 0;

}
.zp_gwms_title{
    font-size: 0.31rem;
    font-weight: 600;
}
.zp_gwms_item{
    font-size: 0.2rem;
}
.zp_gwyq{

}
.zp_gwyq_title{
    font-size: 0.31rem;
    font-weight: 600;
}
.zp_gwyq_item{
    font-size: 0.2rem;

}
.zp_btn{
    display: flex;
   
    font-size: 0.2rem;
    margin-top: 0.3rem;
}
.zp_btn_item{
    padding: 0 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 20px;
}

.zp_btn_sq{
    background: #ff0000;
    cursor: pointer;
}
@media (max-width: 1100px) {
    div{
        text-align: left;
    }
}

@media (max-width:760px){
    .zp div{
        text-align: justify;
    }
    .fh{
        font-size: 0.14rem;
        padding-top: 0.3rem;
    }
    .fh svg{
        width: 24px;
        height: 24px;

    }
 .zp_title{
    font-size: 0.24rem;
 }
 .zp_gwms_title,.zp_gwyq_title{
    font-size: 0.18rem;

 }
 .zp_info,.zp_gwms_item,.zp_gwyq_item{
    font-size: 0.14rem;
 }
 .zp_btn{
    font-size: 0.16rem;
 }
 .zp_info>div>svg{
    width: 22px;
    height: 22px;
 }
}