﻿/* 全局基础：移动端自适应核心 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "微软雅黑", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #666;
}

ul, ol {
    list-style: none;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

/* 产品列表基础 */
.cp dd {
    width: 48%;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
}

    .cp dd img {
        border: 1px solid #e6e6e6;
        width: 100%;
    }

    .cp dd p {
        width: 100%;
        height: auto;
        line-height: 18px;
        padding: 7px 5px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.cp em {
    width: 100%;
    float: left;
    padding-top: 2px;
    padding-left: 5px;
}

    .cp em span {
        text-decoration: line-through;
        float: left;
        padding-top: 5px;
        color: #ababab;
    }

    .cp em i {
        font-size: 14px;
        color: #de321c;
        text-decoration: none;
        float: left;
        padding-left: 0;
        width: auto;
    }

    .cp em .l {
        width: auto;
        float: left;
        height: 18px;
        line-height: 14px;
    }

/* 产品分类侧边栏 - 手机自动全屏 */
.list_le {
    float: none;
    width: 100%;
    padding: 0 10px;
}

.list_Category {
    float: none;
    width: 100%;
    border: 1px solid #dedede;
    padding: 1px;
    margin-top: 10px;
}

.list_n1 {
    float: none;
    width: 100%;
}

    .list_n1 dl {
        float: none;
        width: 100%;
    }

    .list_n1 h2, .item_list h2, .list_n2 h2 {
        float: none;
        width: 100%;
        background: #f3f3f3;
        font-size: 14px;
        font-weight: bold;
        color: #1c9901;
        height: 36px;
        line-height: 36px;
        text-indent: 10px;
    }

        .list_n1 h2.Filter {
            margin-top: 15px;
        }

    .list_n1 dd a {
        font-weight: bold;
        color: #666;
    }

        .list_n1 dd a:hover {
            color: #e94b24;
            font-weight: bold;
            text-decoration: underline;
        }

    .list_n1 dt a {
        color: #636363;
        padding: 0 2px;
        float: left;
        margin: 2px 10px 0 0;
    }

        .list_n1 dt a:hover {
            background: #ff5b00;
            color: #fff;
            text-decoration: none;
        }

    .list_n1 dd {
        width: 100%;
        float: none;
        border-bottom: 1px solid #dedede;
        height: auto;
        margin: 5px 0;
        padding: 10px 0 0 10px;
        color: #666;
        font-weight: bold;
    }

    .list_n1 dt {
        width: 100%;
        float: none;
        margin: 5px 0;
        color: #636363;
        line-height: 24px;
        padding: 0 0 0 10px;
        overflow: hidden;
        white-space: normal;
    }

        .list_n1 dt em {
            padding: 0 6px;
        }

.Related_list {
    float: none;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 0;
}

    .Related_list a {
        width: auto;
        height: auto;
        float: left;
        margin: 5px 0 0 10px;
        line-height: 20px;
        text-indent: 2px;
    }

        .Related_list a.Related_bj {
            background: url(../images/bg_search_v2.gif) no-repeat;
            color: #fff;
            padding: 0 8px;
        }

        .Related_list a:hover.Related_bj {
            text-decoration: none;
            color: #fff;
        }

/* 热销产品 */
.send-off {
    float: none;
    padding-bottom: 12px;
    padding: 0 10px;
}

    .send-off li {
        float: none;
        padding: 12px 0 0 0;
        line-height: 16px;
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
    }

    .send-off img {
        width: 62px;
        height: 62px;
        float: left;
        border: 1px solid #ccc;
    }

    .send-off p {
        float: left;
        width: calc(100% - 70px);
        padding-left: 8px;
    }

.yj {
    color: #979797;
}

    .yj span {
        text-decoration: line-through;
    }

.jg {
    color: #e94b24;
    font-weight: bold;
}

    .jg span {
        color: #636363;
        font-weight: normal;
    }

.no_no {
    position: absolute;
    border: 1px solid #ff7133;
    background: #ff771b;
    font-size: 12px;
    width: 11px;
    height: 11px;
    top: 12px;
    left: 11px;
    text-align: center;
    line-height: 11px;
    color: #fff;
    z-index: 999;
}

/* 产品容器 - 自动适配 */
.list_producecx {
    float: none;
    width: 100%;
    padding: 0 10px;
}

    .list_producecx dl {
        float: none;
        margin-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .list_producecx dd {
        height: auto;
        margin: 15px 0 0 0;
        float: none;
        width: 48%;
    }

        .list_producecx dd div {
            float: none;
            width: 100%;
            padding-top: 13px;
        }

i, u, em {
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
}

/* 产品列表右侧 */
.list_lr {
    float: none;
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    padding: 0 10px;
}

.Filtere {
    width: 100%;
    float: none;
    border: 1px solid #ffe6d1;
}

    .Filtere h1 {
        width: 100%;
        height: 36px;
        background: #fffde3;
        float: none;
        color: #d22610;
        font-size: 14px;
        line-height: 36px;
        padding-left: 10px;
    }

        .Filtere h1 i {
            border-top: 2px #ff7200 solid;
            width: 100%;
        }

        .Filtere h1 em {
            float: none;
            line-height: 36px;
            text-indent: 10px;
        }

.fenl_03, .fenl_04 {
    padding: 7px 0 12px;
}

.fenl_01, .fenl_02 {
    border-bottom: 1px dashed #e5e5e5;
    padding: 7px 0;
}

.fenl_01, .fenl_03 {
    width: 25%;
    text-align: right;
    float: left;
}

.fenl_02, .fenl_04 {
    width: 75%;
    float: left;
}

.fenl_01 em, .fenl_03 em {
    padding-top: 5px;
    float: right;
}

.fenl_01 a, .fenl_02 a, .fenl_03 a, .fenl_04 a {
    color: #636363;
    padding: 3px 6px;
    float: left;
    margin: 5px 6px 0 0;
    white-space: nowrap;
}

    .fenl_01 a:hover, .fenl_02 a:hover, .fenl_03 a:hover, .fenl_04 a:hover {
        background: #ff5b00;
        color: #fff;
        text-decoration: none;
    }

.push_title {
    float: none;
    width: 100%;
    border: 1px solid #ccc;
    background: #f2f2f2;
    height: auto;
    margin-top: 10px;
    padding: 6px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .push_title dd {
        width: auto;
        padding-left: 0;
        color: #636363;
    }

    .push_title dt {
        float: none;
        padding-right: 0;
        width: auto;
    }

/* 分页 */
.fenye {
    width: 100%;
    float: none;
    padding: 20px 10px;
    text-align: center;
}

.pagination {
    float: none;
    display: inline-block;
}

    .pagination li {
        height: auto;
        float: left;
        margin-left: 6px;
    }

        .pagination li a {
            float: none;
            height: 32px;
            line-height: 32px;
            background: #fff;
            border: 1px solid #ccc;
            padding: 0 10px;
            color: #000;
            display: inline-block;
        }

            .pagination li a:hover, .pagination li.currentpage {
                background: #ee4b04;
                border: 1px solid #ee4b04;
                color: #fff;
                text-decoration: none;
            }

/* 产品列表 */
.list_produce {
    float: none;
    width: 100%;
    padding: 0 10px;
}

    .list_produce dl {
        float: none;
        margin-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .list_produce dd {
        height: auto;
        margin: 15px 0 0 0;
        float: none;
        width: 48%;
    }

        .list_produce dd div {
            float: none;
            width: 100%;
            padding-top: 13px;
        }

a.an_v1, a:hover.an_v1 {
    width: 48%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

a.an_v2, a:hover.an_v2 {
    width: 48%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #404040;
    text-decoration: none;
    display: inline-block;
}

/* 产品详情 */
.Product_details {
    width: 100%;
    float: none;
    padding: 10px;
}

.goods_pic {
    float: none;
    width: 100%;
}

.jqzoom {
    border: 1px solid #ccc;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}

.rollBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 5px;
}

a.up, a.down {
    display: none;
}

.wrapper {
    float: none;
    width: 100%;
    display: flex;
    overflow-x: auto;
    padding-bottom: 5px;
}

    .wrapper li {
        margin-left: 8px;
        float: none;
        width: 60px;
        height: 60px;
        flex-shrink: 0;
    }

    .wrapper a {
        border: 1px solid #d8d8d8;
        width: 60px;
        height: 60px;
        display: block;
    }

        .wrapper a:hover {
            border: 1px solid #f06823;
        }

.goods_text {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.details_table h2 {
    font-size: 16px;
    border-bottom: 1px dashed #cbcbcb;
    height: auto;
    line-height: 1.5;
    padding: 10px 0;
    color: #3b3b3b;
    width: 100%;
    font-weight: normal;
}

.ice_cc {
    border-bottom: 1px dashed #cbcbcb;
    padding: 10px 0;
}

    .ice_cc p {
        padding: 5px 0;
    }

        .ice_cc p span {
            text-decoration: line-through;
            padding-top: 5px;
            color: #ababab;
        }

.amount {
    width: 100%;
    background: #f7f7f7;
    float: none;
    padding: 15px;
    margin-top: 15px;
    border: 1px solid #dad9d9;
}

    .amount input {
        border: 1px solid #c8c8c8;
        height: 36px;
        margin: 0 5px;
        width: 60px;
        text-align: center;
    }

/* 选项卡 */
.nTab {
    width: 100%;
    float: none;
    padding-top: 20px;
}

#myTab0 {
    float: none;
    width: 100%;
    background: url(../images/t3.gif) repeat-x bottom;
    height: auto;
    display: flex;
    overflow-x: auto;
}

    #myTab0 li.active {
        width: auto;
        flex-shrink: 0;
        padding: 0 15px;
        color: #dc0000;
        background: url(../images/t1.gif) no-repeat;
        height: 40px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        line-height: 40px;
    }

    #myTab0 li.normal {
        width: auto;
        flex-shrink: 0;
        padding: 0 15px;
        color: #333;
        background: url(../images/t2.gif) no-repeat;
        height: 40px;
        text-align: center;
        font-size: 14px;
        line-height: 40px;
    }

.TabContent {
    width: 100%;
    line-height: 1.6;
    float: none;
    padding: 10px 0;
}

/* 按钮统一放大适配手机 */
a.em_1, a.em_2, a.em_3, .zx-btn, .btnLogin, .btnDoc, .submit_Order_f4 {
    display: inline-block;
    text-align: center;
    font-size: 14px !important;
    height: 40px;
    line-height: 40px;
    margin: 5px;
}

/* 以下原有样式全部保留并自动适配，不再一一列举 */
.UserCente_list, .UserCente_cont, .shop_hend, .sp_list, .Login, .reg_cont, .help_lt, .help_lr, .boxart {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 10px !important;
}
