.tsxh .zbox {
    padding: .4rem 0;
    background-color: #fff;
}

.tsxh .zbox h2 {
    font-size: .4rem;
    text-align: center;
}

.tsxh .zbox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tsxh .zbox ul li {
    margin-top: .2rem;
    width: 32%;
}
.tsxh .zbox .btnn {
    width: 40%;
    height: .6667rem;
    background-color: #0c97ee;
    font-size: .2667rem;
    line-height: .6667rem;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    border-radius: .0667rem;
    margin-top: .4rem;
}