.pBanner-zt {
    background-color: #fff7e4;
}

.pBanner-zt .banner-img {
    width: calc(100% - 3.76rem);
}

.pBanner-zt .banner-img img {
    height: 1.07rem;
}

.qy-box {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: -0.35rem;
    margin-bottom: 0.37rem;
    padding: 0.35rem 0.4rem 0.35rem 1.25rem;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, #fff7ea, #fffffe);
    box-shadow: 0 0 0.1rem #ffe2c2;
    z-index: 2;
}

.qy-box span {
    font-size: 0.18rem;
    line-height: 1.8;
    letter-spacing: 1.35px;
    color: #000;
    text-align: justify;
}

.qy-box .qy {
    position: absolute;
    top: 0;
    left: 0.38rem;
    width: 0.54rem;
}

.ly-title {
    font-size: 0.24rem;
    font-weight: 900;
    letter-spacing: 2.4px;
    color: #d80f10;
    text-align: center;
}

.ly-title i {
    display: block;
    margin: 0.11rem auto 0 auto;
    width: 0.5rem;
    height: 0.04rem;
    background-color: #d80f10;
}

.ly-list {
    margin-top: 0.3rem;
}

.ly-list li {
    float: left;
    margin-right: 0.25rem;
    margin-bottom: 0.3rem;
    width: calc((100% - 1.25rem) / 6);
    height: 1.6rem;
    background-color: #f9f9f9;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.ly-list li:nth-child(6n + 6) {
    margin-right: 0;
}

.ly-list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    padding-top: 0.25rem;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.ly-list li .image-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.55rem;
    height: 0.55rem;
    border: solid 0.01rem #fdd7bf;
    box-shadow: 0 0 0.07rem 0.5px #ffe2c2;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.ly-list li .image-box img {
    display: block;
    /* max-width: 0.27rem;
  max-height: 0.26rem; */
    width: 100%;
    height: 100%;
}

.ly-list li span {
    display: block;
    margin-top: 0.15rem;
    padding: 0 0.15rem;
    font-size: 0.17rem;
    color: #333;
    box-sizing: border-box;
    text-align: center;
}

.ly-list li:hover {
    background-color: #d80f10;
}

.ly-list li:hover span {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .pBanner-zt {
        overflow: hidden;
    }

    .pBanner-zt .banner-img {
        padding-top: 2.8rem;
        width: 100%;
    }

    .pBanner-zt .banner-img img {
        height: 0.67rem;
    }

    .qy-box {
        margin-top: -0.15rem;
        margin-bottom: 0.2rem;
        padding: 0.15rem 0.15rem 0.15rem 0.7rem;
    }

    .qy-box span {
        font-size: 0.18rem;
        line-height: 1.6;
    }

    .qy-box .qy {
        left: 0.15rem;
        width: 0.44rem;
    }

    .ly-title {
        font-size: 0.2rem;
    }

    .ly-list {
        margin-top: 0.15rem;
    }

    .ly-list li {
        float: left;
        margin-right: 0.15rem;
        margin-bottom: 0.15rem;
        width: calc((100% - 0.15rem) / 2);
        height: 1.35rem;
    }

    .ly-list li:nth-child(6n + 6) {
        margin-right: 0;
    }

    .ly-list li:nth-child(2n + 2) {
        margin-right: 0;
    }

    .ly-list li a {
        padding-top: 0.15rem;
    }

    .ly-list li .image-box {
        width: 0.5rem;
        height: 0.5rem;
    }

    .ly-list li span {
        margin-top: 0.12rem;
        padding: 0 0.1rem;
    }
}