@media (max-width: 768px) {
    .swiper-m .swiper-slide {
        width: 100%;
        height: 5.27rem;
        overflow: hidden;
        border-radius: .14rem;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .swiper-m .swiper-slide::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        backdrop-filter: blur(.1rem);
        -webkit-backdrop-filter: blur(.1rem);
        background-color: rgba(255, 255, 255, 0.1);
        z-index: 1;
    }

    .swiper-m .swiper-slide img {
        position: relative;
        width: 100%;
        z-index: 2;
    }

    .swiper-pagination-bullet-active {
        background-color: orange;
    }

    .swiper-pagination-bullet {
        background-color: orange;
        opacity: 1;
    }

    .el-image-viewer__prev {
        left: .5rem !important;
    }

    .el-image-viewer__next {
        right: .5rem !important;
    }

    .el-image-viewer__actions {
        display: block !important;
    }

    .title {
        font-weight: 700;
        font-size: .2rem;
        color: #1b1b1b;
        line-height: .33rem;
        margin-bottom: .05rem;
        margin-top: .05rem;
    }

    .desc {
        margin-bottom: .36rem;
        display: flex;
    }

    .desc>div {
        display: flex;
        align-items: center;
    }

    .desc>div>img {
        width: .14rem;
        height: .14rem
    }

    .desc>div>span {
        font-size: .13rem;
        color: #7F7F7F;
        padding-left: .05rem;
    }

    .desc>div:last-child {
        margin-left: .2rem;
    }

     .recommend {
        display: flex;
        align-items: center;
        height: .37rem;
        font-size: .18rem;
        color: #313030;
        line-height: .19rem;
        font-weight: 700;
        margin-top: .2rem;
        margin-bottom: .23rem;
    }

     .recommend::before {
        content: "";
        width: .03rem;
        height: .19rem;
        background: #ff6f08;
        display: inline-block;
        margin-right: .11rem;
    }

     .img-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: .11rem;
        width: 100%;
        max-width: 12rem;
        margin: 0 auto;
    }

     .recommend-item {
        position: relative;
        overflow: hidden;
    }

     .grid-image {
        width: 100%;
        height: 1.54rem;
        object-fit: cover;
        border-radius: .14rem;
        display: block;
    }

     .recommend-item p {
        font-size: .14rem;
        color: #272727;
        line-height: .19rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: .05rem;
        text-align: left;
    }
     .content p{
        text-align: left;
        line-height: 1.8;
        font-size: 16px;        
    }
}