@media screen and (max-width: 768px) {

    /* ============================================
       一、模板列表区域整体适配
       ============================================ */
    .as_style_bg {
        width: 100% !important;
        padding: 20px 0 10px !important;
        overflow: hidden;
    }

    .as_style_bg .service_title {
        margin-bottom: 10px;
    }

    .as_style_bg .service_title ul h3 {
        font-size: 22px !important;
        height: auto !important;
        line-height: 1.4;
        padding: 0 5px;
    }

    .as_style_bg .service_title ul p {
        font-size: 13px !important;
        height: auto !important;
        line-height: 1.6;
        padding: 5px 10px;
    }

    /* ============================================
       二、搜索和分类模块 - 手机端隐藏并不占位
       ============================================ */
    .as_style_bg form[name="searchform"],
    .as_style_bg .ym_content,
    .as_style_bg .ym_xx,
    .as_style_bg .domain_select {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        width: 0 !important;
        overflow: hidden !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        position: absolute !important;
        left: -9999px !important;
    }

    /* ============================================
       三、模板列表 - 手机端每行显示一个
       ============================================ */
    .as_templete {
        width: 100% !important;
        margin-top: 20px !important;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .as_templete > ul {
        width: 100%;
        overflow: hidden;
    }

    .as_templete li {
        width: 100% !important;
        max-width: 375px;
        height: auto !important;
        float: none !important;
        margin: 0 auto 20px auto !important;
        padding: 5px 0 15px 0;
        background: url(mb_pcbg.png) no-repeat center top;
        background-size: 100% auto;
        box-sizing: border-box;
    }

    .as_templete li:last-child {
        margin-bottom: 0 !important;
    }

    /* 模板图片区域 */
    .as_img {
        padding: 5px 10px 2px 2px;
        position: relative;
        text-align: center;
    }

    .as_img img {
        width: 100% !important;
        max-width: 370px;
        height: auto !important;
        display: block;
        margin: 0 auto;
    }

    /* ============================================
       四、隐藏 back-face 遮挡层（鼠标悬停显示的价格/编号层）
       ============================================ */
    .as_img .back-face {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        width: 0 !important;
        overflow: hidden !important;
        position: absolute !important;
        left: -9999px !important;
    }

    /* 移除 hover 效果，避免误触发 */
    .as_img:hover .back-face {
        display: none !important;
    }

    /* 手机预览图区域 - 手机端隐藏 */
    .xsj-kuang {
        display: none !important;
    }

    /* 按钮区域 */
    .as_tem_btn {
        width: 100% !important;
        max-width: 280px;
        height: auto !important;
        margin: 15px auto 0 !important;
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .as_tem_btn span {
        float: none !important;
        display: inline-block;
        margin: 0 !important;
    }

    .as_tem_btn span a {
        padding: 8px 25px;
        font-size: 13px;
    }

    /* ============================================
       五、分页区域
       ============================================ */
    .quotes {
        width: 100% !important;
        height: auto !important;
        padding: 15px 10px !important;
        box-sizing: border-box;
    }

    .quotes .page {
        text-align: center !important;
        font-size: 14px !important;
    }

    .quotes .page a {
        display: inline-block !important;
        font-size: 14px !important;
        padding: 8px 15px !important;
        margin: 0 3px !important;
        border: 1px solid #ccc;
        color: #333;
        text-decoration: none;
        border-radius: 3px;
    }
    .quotes .page a:hover {
        background: #c4181f;
        color: #fff;
        border-color: #c4181f;
    }

}
