img {
    width: 100%;
}
.zbox {
    background-color: #fff;
    padding: .4rem 0;
}
.main-w {
    width: 96%;
}
.banner {
    cursor: pointer;
}
.zbox h1 {
    font-size: .4rem;
    text-align: center;
    color: #f00;
    padding-bottom: .4rem;
}

.zbox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.zbox ul li {
    border-radius: .0667rem;
    overflow: hidden;
    width: 48%;
    height: auto;
    overflow: hidden;
    margin-bottom: .2rem;
}
.zbox .btn {
    width: 50%;
    height: .8rem;
    border-radius: .3333rem;    
    background-color: #f79c07;
    color: #fff;
    font-size: .32rem;
    text-align: center;
    line-height: .8rem;
    margin: .4rem auto;
    font-weight: bold;
}
.zbox ul li p {
    text-align: center;
    font-size: .24rem;
    padding: .1333rem 0;
}

.zy ul li {
    border-radius: .1333rem;
    overflow: hidden;
    border: 1px solid #ccc;
}
.zy ul li .img {
    height: 2.8rem;
    overflow: hidden;
}
.zy ul li span {
    display:inline-block;
    width: 100%;
    height: .6133rem;
    text-align: center;
    font-size: .2933rem;
    line-height: .6133rem;

}
.zy .btn {
    width: 3.8267rem;
    height: .7467rem;
    background-size: 3.8267rem .7467rem;
    margin: .2667rem auto 0 auto;
    line-height: .7467rem;
    font-size: .32rem;

}