.xszp {
    background-color: #fff;
    padding-bottom: .4rem;
}
.xszp .zbox h2 {
    font-size: .4rem;
    text-align: center;
    margin-top: .2667rem;
}
.xszp ul li {
    margin-top: .2667rem;
}
.xszp .wl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xszp .wl li {
    width: 30%;
}
.xszp .wl li .img {
    width: 100%;
}
.xszp .zbox .btnn {
    width: 200px;
    height: 50px;
    background-color: #0c97ee;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 30px;
}