﻿/*===================================*/
/*===========电脑版公共样式==========*/
/*===================================*/
/* href="javascript:history.back();" :first-child  :last-child  :nth-child(2) */
/* @media only screen and (min-width:0px) and (max-width:480px){} @media only screen and (min-width:480px){} */


/*#region ===========全局属性===========*/
body {
    font: 13px/1.8 Verdana, Tahoma, Arial,"Microsoft Yahei",sans-serif;
    margin: 0px;
    padding: 0px;
    position: relative;
    /*background: #f9f9f9;*/
}

html {
    scroll-behavior: smooth;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, a, img {
    margin: 0;
    padding: 0;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, dl, dt, dd, em, th {
    font-size: 100%;
    font-weight: normal;
}

input, textarea, select {
    margin: 0px;
    padding: 0px;
    font: 13px/1.8 Verdana, Tahoma, Arial,"Microsoft Yahei",sans-serif;
}

ul, li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
}

li {
    vertical-align: top;
}

table, tr, td {
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

td {
    border: 1px solid #ddd;
}

img {
    border: none;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

    a:hover {
        color: #f42424;
    }

p {
    margin: 0px;
    padding: 0px;
}
/*常用样式*/
.clear {
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    *zoom: 1;
}

.hidden {
    display: none !important;
}

.inline {
    display: inline !important;
}

.left, .fl {
    float: left !important;
}

.right, .fr {
    float: right !important;
}

.center {
    text-align: center !important;
}

.oh {
    overflow: hidden;
}

.body {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.bai {
    background: #fff !important;
}

.mask {
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    background: rgba(0,0,0,0.75);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1003;
}
/*图片垂直居中*/
img.v {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
/*暂无数据*/
.NodataTips {
    line-height: 30px;
    display: block;
    overflow: hidden;
    padding: 30px 10px;
    text-align: center;
    color: #666;
    font-size: 14px;
}

#trans-tooltip, #tip-arrow-bottom, #tip-arrow-top {
    display: none;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.p-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-img-scale img {
    transition: transform .5s;
}

.p-img-scale:hover img {
    transform: scale(1.05);
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    position: relative;
}

    input[type="checkbox"]::after {
        position: absolute;
        top: 0;
        width: 18px;
        height: 18px;
        display: inline-block;
        visibility: visible;
        text-align: center;
        content: ' ';
        border-radius: 2px;
    }

    input[type="checkbox"]:checked::after {
        content: "🗸";
        background-color: #015030;
        color: #fff;
        font-size: 14px;
        line-height: 20px;
    }

.layui-layer-iframe {
    border-radius: 10px !important;
    border: 10px solid #fff !important;
}

.layui-layer-content {
}
/*#endregion */


/*#region ==========滚动条美化==========*/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f9f9f9;
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f9f9f9;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #999;
}
/*#endregion */


/*#region ===========顶部===========*/
.head_bg {
    width: 100%;
    height: 40px;
    background: #f9f9f9;
    position: relative;
    z-index: 300;
}

.head {
    max-width: 1300px;
    height: 40px;
    margin: 0 auto;
}
/*左边*/
.head_left {
    float: left;
    overflow: hidden;
    line-height: 40px;
}

    .head_left span {
        float: left;
        color: #666;
        margin: 0 15px 0 0;
    }

    .head_left a {
        float: left;
        color: #666;
        margin: 0 10px 0 0;
    }

        .head_left a:hover {
            color: #f42424;
        }
/*右边*/
.head_right {
    float: right;
    width: auto;
    height: 40px;
}

.headnav {
    float: left;
    width: auto;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

    .headnav a.btn {
        display: block;
        overflow: hidden;
        padding: 0 10px;
    }

    .headnav span {
        float: left;
        display: inline-block;
        overflow: hidden;
        color: #666;
    }

    .headnav i {
        float: left;
        width: 18px;
        display: inline-block;
        overflow: hidden;
        font-size: 14px;
        color: #666;
        text-align: center;
    }

    .headnav ul {
        display: none;
        width: 100%;
        overflow: hidden;
        background: #fff;
        position: absolute;
        left: 0;
        top: 36px;
        z-index: 100;
        border-bottom: 1px solid #e0e0e0;
    }

        .headnav ul li {
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            border-left: 1px solid #e0e0e0;
            border-right: 1px solid #e0e0e0;
        }

            .headnav ul li a {
                display: block;
                overflow: hidden;
                padding: 0 0 0 9px;
                color: #666;
            }

                .headnav ul li a:hover {
                    background: #f5f5f5;
                }

.head_qrcode {
    display: none;
    width: 130px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 2000;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

    .head_qrcode div {
        overflow: hidden;
    }

    .head_qrcode p {
        text-align: center;
        line-height: 160%;
        display: block;
        overflow: hidden;
        padding: 10px 0 5px;
        color: #666;
    }

    .head_qrcode img {
        width: 120px;
        display: block;
        margin: 0 auto 5px auto;
    }

.headnav:hover {
    background: #fff;
}

    .headnav:hover a.btn {
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        padding: 0 9px;
    }

    .headnav:hover ul {
        display: block;
    }

    .headnav:hover div.head_qrcode {
        display: block;
    }
/*#endregion */


/*#region ===========头部===========*/
.top_bg {
    width: 100%;
    height: 120px;
    position: relative;
    z-index: 200;
    background: #fff;
}

.top {
    max-width: 1300px;
    height: 120px;
    margin: 0 auto;
}

.logo {
    float: left;
    width: 220px;
    height: 120px;
    line-height: 120px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .logo img {
        max-height: 60px;
    }
/*搜索*/
.search_box {
    float: left;
    width: 550px;
    overflow: hidden;
    margin: 0 0 0 20px;
    padding: 30px 0 0 100px;
}

.search_txt {
    float: left;
    width: 440px;
    height: 36px;
    line-height: 36px;
    border: 2px solid #f42424;
    padding: 0 10px;
    color: #666;
    outline: none;
    font-size: 13px;
}

.search_btn {
    display: block;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #f42424;
    font-size: 16px;
}

    .search_btn:hover {
        color: #fff;
    }

.search_box p {
    display: block;
    overflow: hidden;
    line-height: 20px;
    padding: 5px 0 0 0;
}

    .search_box p a {
        float: left;
        color: #999;
        margin: 0 10px 0 0;
    }

        .search_box p a:hover {
            color: #f42424;
        }


/*购物车下拉*/
.topcart {
    float: right;
    width: 160px;
    margin: 30px 0 0 0;
    position: relative;
    z-index: 99;
}

    .topcart .dorpdown-layer {
        position: absolute;
        top: 39px;
        right: 0;
        width: 320px;
        z-index: -1;
        background: #fff;
        border: 1px solid #ddd;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
        display: none;
    }

    .topcart .prompt {
        padding: 20px 20px 20px 36px;
    }

        .topcart .prompt .nogoods {
            overflow: hidden;
        }

        .topcart .prompt b {
            background: url(../images/cart-nogoods.png) no-repeat;
            display: block;
            width: 110px;
            height: 68px;
            float: right;
        }

        .topcart .prompt span {
            float: left;
            display: block;
            font-size: 12px;
            color: #8c8c8c;
            margin: 6px 0 0 14px;
            line-height: 25px;
            width: 132px;
        }

    .topcart:hover .dorpdown-layer {
        display: block;
    }

.settleup-content {
    position: relative;
    width: 100%;
    z-index: 2;
    background: #fff;
}

    .settleup-content .mc {
        height: auto;
        max-height: 290px;
        overflow: auto;
    }

    .settleup-content ul {
        margin-top: -1px;
    }

    .settleup-content li {
        padding: 10px;
        border-top: 1px dashed #ccc;
        overflow: hidden;
        line-height: 18px;
        vertical-align: bottom;
    }

        .settleup-content li:hover {
            background-color: #f9f9f9;
        }

    .settleup-content .p-img {
        float: left;
        width: 50px;
        height: 50px;
        border: 1px solid #ddd;
        padding: 0;
        margin-right: 10px;
        font-size: 0;
    }

    .settleup-content .p-name {
        float: left;
        width: 140px;
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        margin: 5px 0 0 0;
    }

    .settleup-content .p-oper {
        float: right;
        width: 90px;
        overflow: hidden;
        text-align: right;
    }

        .settleup-content .p-oper .price {
            font-size: 14px;
            color: #f42424;
            margin: 5px 0;
        }

    .settleup-content .mb {
        padding: 10px;
        background: #eee;
        overflow: hidden;
    }

    .settleup-content .p-total {
        float: left;
        line-height: 28px;
        color: #666;
    }

    .settleup-content .btn-cart {
        display: block;
        float: right;
        width: 100px;
        height: 30px;
        line-height: 30px;
        background: #f42424;
        text-align: center;
        color: #fff;
    }

/*按钮*/
.topcartbtn {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #f9f9f9;
    position: relative; /*transition: all 0.3s ease;*/
}

    .topcartbtn i {
        float: left;
        font-size: 20px;
        color: #a6a6a6;
        margin: 0 10px 0 16px;
    }

    .topcartbtn span {
        float: left;
        color: #666;
        margin: 0 0 0 0;
    }

    .topcartbtn b {
        float: right;
        padding: 0 5px;
        max-width: 30px;
        height: 18px;
        line-height: 18px;
        display: inline-block;
        overflow: hidden;
        border-radius: 10px;
        color: #fff;
        text-align: center;
        background: #f42424;
        font-weight: lighter;
        margin: 11px 1px 0 0;
        font-size: 13px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
    }

.topcart:hover .topcartbtn.hav {
    background: #fff;
    border-width: 1px 1px 0 1px;
}
/*.topcartbtn:hover { border:1px solid #f42424; background:#f42424; color:#fff; }
.topcartbtn:hover i { color:#fff; }
.topcartbtn:hover span { color:#fff; }
.topcartbtn:hover b { background:#fff; color:#f42424; }*/

/*#endregion */


/*#region ===========导航===========*/
.nav_bg {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 100;
    /*    border-bottom: 2px solid #f42424;*/
    background: #015030;
}

.nav_div {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}

.nav_class {
    float: left;
    width: 220px;
    height: 42px;
    position: relative;
}

    .nav_class:hover div.navpclass {
        display: block;
    }

.nav_firstc {
    width: 220px;
    height: 42px;
    line-height: 42px;
    display: block;
    overflow: hidden;
    color: #fff;
    background: #f42424;
    font-size: 16px;
    text-align: center;
}

    .nav_firstc:hover {
        color: #fff;
    }

.nav_list {
    overflow: hidden;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .nav_list li {
        float: left;
        /*height: 40px;
        line-height: 40px;*/
        overflow: hidden;
    }

        .nav_list li a {
            display: block;
            overflow: hidden;
            padding: 0 30px;
            font-size: 14px;
            color: white;
        }

            .nav_list li a.aon {
                /*color: #f42424;*/
            }

.nav_class:hover div.navpclass {
    display: block;
}
/*分类菜单*/
.navpclass {
    width: 220px;
    height: 500px;
    position: relative;
    display: none;
    background: #000;
    background: #333;
    z-index: 2000;
}

.navpbtn {
    width: 100%;
    height: 70px;
}

    .navpbtn:hover .leftbtn {
        background: #222;
    }

    .navpbtn:hover .navp_hid {
        display: block;
    }
/*左侧一个块*/
.leftbtn {
    height: 50px;
    line-height: 25px;
    display: block;
    overflow: hidden;
    padding: 10px 20px;
}

    .leftbtn p {
        height: 25px;
        line-height: 25px;
        display: block;
        overflow: hidden;
    }

        .leftbtn p a {
            float: left;
            font-size: 14px;
            color: #bfbfbf;
            margin: 0 13px 0 0;
        }

            .leftbtn p a.title {
                color: #fff;
            }

            .leftbtn p a:hover {
                color: #f42424;
            }
/*右侧一片*/
.navp_hid {
    display: none;
    width: 980px;
    height: 500px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,.1);
    position: absolute;
    left: 220px;
    top: 0px;
    z-index: 1000;
}

.navp_hid_class {
    box-sizing: border-box;
    width: 760px;
    padding: 20px;
}

    .navp_hid_class li {
        line-height: 25px;
        overflow: hidden;
        padding-bottom: 10px;
    }

        .navp_hid_class li h4 {
            float: left;
            width: 70px;
            display: block;
            overflow: hidden;
            margin: 0 10px 0 0;
        }

            .navp_hid_class li h4 a {
                font-size: 14px;
                color: #333;
                font-weight: bold;
                line-height: 200%;
            }

        .navp_hid_class li p {
            display: block;
            min-height: 32px;
            overflow: hidden;
            border-bottom: 1px dashed #e0e0e0;
        }

            .navp_hid_class li p a {
                float: left;
                display: inline-block;
                overflow: hidden;
                line-height: 160%;
                margin: 5px 0;
                padding: 0 10px;
                white-space: nowrap;
                border-left: 1px solid #e0e0e0;
            }

                .navp_hid_class li p a:hover {
                    color: #f42424;
                }

.navp_hid_img {
    height: 160px;
    overflow: hidden;
    padding: 0 0 20px 0;
}

    .navp_hid_img li {
        float: left;
        width: 260px;
        height: 160px;
        overflow: hidden;
        margin-left: 25px;
    }

        .navp_hid_img li img {
            width: 260px;
            height: 160px;
            display: block;
        }

.navp_hid_cate {
    box-sizing: border-box;
    width: 740px;
    padding: 30px 20px 0;
}

    .navp_hid_cate a {
        line-height: 200%;
        float: left;
        padding: 0 10px;
        margin-right: 10px;
        background: #666;
        color: #fff;
    }

        .navp_hid_cate a i {
            display: inline-block;
            font-size: 12px;
            transform: scale(0.7);
            margin-left: 5px;
        }

        .navp_hid_cate a:hover {
            background: #f42424;
            color: #fff;
        }

.navp_hid_adimg {
    box-sizing: border-box;
    width: 220px;
    padding: 20px 20px 20px 0;
}

    .navp_hid_adimg ul li {
        float: left;
        max-height: 140px;
        margin-bottom: 20px;
    }

        .navp_hid_adimg ul li:last-child {
            margin-bottom: 0;
        }

        .navp_hid_adimg ul li img {
            max-width: 100%;
        }

        .navp_hid_adimg ul li:hover img {
            opacity: 0.8;
        }
/*#endregion */


/*#region ===========底部===========*/
/*图标*/
.foot_bg {
    overflow: hidden;
    background: #eee;
}

.foot_icon {
    overflow: hidden;
    width: 1200px;
    padding: 30px 0;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}

    .foot_icon li {
        float: left;
        width: 20%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        text-align: center;
        position: relative;
    }

        .foot_icon li i {
            width: 50px;
            height: 40px;
            line-height: 45px;
            display: inline-block;
            overflow: hidden;
            color: #f42424;
            text-align: center;
            font-size: 40px;
        }

        .foot_icon li span {
            display: inline-block;
            overflow: hidden;
            color: #333;
            font-size: 20px;
            font-weight: bold;
            margin-left: 10px;
        }

        .foot_icon li b {
            width: 1px;
            height: 20px;
            display: block;
            overflow: hidden;
            background: #ccc;
            position: absolute;
            right: 0;
            top: 12px;
            z-index: 1;
        }
/*导航*/
.foot_navbg {
    overflow: hidden;
    width: 1200px;
    padding: 25px 0;
    margin: 0 auto;
}

.foot_nav {
    float: left;
    overflow: hidden;
}

    .foot_nav li {
        float: left;
        width: 170px;
        overflow: hidden;
    }

        .foot_nav li p {
            color: #555;
            font-size: 16px;
            line-height: 25px;
            padding-bottom: 10px;
        }

        .foot_nav li a {
            line-height: 25px;
            color: #666;
            display: block;
            overflow: hidden;
        }

            .foot_nav li a:hover {
                color: #f42424;
            }
/*联系*/
.foot_lianxi {
    float: right;
    overflow: hidden;
}

.foot_hotline {
    float: left;
    width: 150px;
    overflow: hidden;
}

    .foot_hotline h4 {
        line-height: 25px;
        color: #333;
        font-size: 16px;
        display: block;
        overflow: hidden;
        padding-bottom: 10px;
    }

    .foot_hotline p {
        line-height: 25px;
        color: #f42424;
        font-size: 20px;
        display: block;
        overflow: hidden;
    }

    .foot_hotline a.btn {
        display: inline-block;
        width: auto;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        background: #f42424;
        color: #fff;
        padding: 0 20px 0 10px;
        margin: 15px 0 0;
        text-align: left;
    }

        .foot_hotline a.btn i {
            float: left;
            font-size: 20px;
            margin: 0 10px;
        }

        .foot_hotline a.btn span {
            font-size: 14px;
            color: #fff;
        }

.foot_qrcode {
    float: left;
    width: 120px;
    overflow: hidden;
    margin-left: 70px;
}

    .foot_qrcode img {
        width: 110px;
        display: block;
        overflow: hidden;
        border: 1px solid #ddd;
        padding: 4px;
        background: #fff;
    }

    .foot_qrcode p {
        line-height: 30px;
        color: #999;
        text-align: center;
    }
/*底部内容*/
.foot_conts {
    overflow: hidden;
    padding: 20px 0;
    background: #333;
}

    .foot_conts p {
        height: 30px;
        line-height: 30px;
        display: block;
        overflow: hidden;
        text-align: center;
        color: #b5b5b5;
        line-height: 30px;
    }

        .foot_conts p.link a {
            margin: 0 5px;
        }

    .foot_conts a {
        height: 30px;
        line-height: 30px;
        display: inline-block;
        overflow: hidden;
        color: #b5b5b5;
    }

        .foot_conts a:hover {
            color: #fff;
        }

    .foot_conts span {
        height: 30px;
        line-height: 30px;
        display: inline-block;
        overflow: hidden;
    }

    .foot_conts .yyzz {
        height: 30px;
        line-height: 30px;
        display: inline-block;
        overflow: hidden;
        color: #ccc;
    }

        .foot_conts .yyzz img {
            float: left;
            height: 20px;
            margin: 5px 3px 5px 5px;
        }
/*#endregion */


/*#region ===========工具===========*/
/*工具栏*/
.toolbar {
    width: 40px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
}

.toolbar_div {
    width: 40px;
    height: 100%;
    position: relative;
}
/*按钮*/
.toolbar_btn {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: #222;
}

    .toolbar_btn a.icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: block;
        text-align: center;
        color: #fff;
        font-size: 22px;
        position: relative;
    }

        .toolbar_btn a.icon:last-child {
            font-size: 16px;
        }

        .toolbar_btn a.icon:hover {
            background: #f42424;
            color: #fff;
        }

.mp_tooltip {
    height: 40px;
    line-height: 40px;
    width: 92px;
    position: absolute;
    z-index: 99;
    left: -121px;
    top: 0;
    background: #222;
    color: #fff;
    text-align: center;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

    .mp_tooltip span {
        display: inherit;
        font-size: 13px;
        line-height: 40px;
    }

.icon_arrow_right_black {
    display: inline-block;
    background: url(../images/ibar_sprites.png) no-repeat;
    vertical-align: top;
    position: absolute;
    right: -5px;
    top: 15px;
    width: 5px;
    height: 9px;
    background-position: 0 -234px;
    overflow: hidden;
}

.toolbar_btn a.icon:hover .mp_tooltip {
    left: -92px;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
}

.undericon {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.icon_qrcode {
    position: relative;
    overflow: visible !important;
}

    .icon_qrcode img {
        width: 120px;
        height: 120px;
        display: none;
        position: absolute;
        right: 40px;
        bottom: 0px;
        z-index: 777;
        padding: 4px;
        background: #222;
    }

    .icon_qrcode:hover img {
        display: block;
    }
/*购物车按钮*/
.tb_cart {
    width: 40px;
    overflow: hidden;
    display: block;
    text-align: center;
    position: relative;
    color: #fff;
    margin: 15px 0;
}

    .tb_cart i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: block;
        overflow: hidden;
        font-size: 20px;
        text-align: center;
    }

    .tb_cart span {
        font-size: 13px;
        width: 15px;
        display: block;
        overflow: hidden;
        margin: 0 auto;
        text-align: center;
    }

    .tb_cart b {
        display: inline-block;
        overflow: hidden;
        height: 18px;
        line-height: 18px;
        color: #fff;
        background: #f42424;
        border-radius: 10px;
        padding: 0 6px;
        font-weight: lighter;
        font-size: 13px;
        margin: 5px 0 10px 0;
    }

    .tb_cart:hover {
        background: #f42424;
        color: #fff;
    }

        .tb_cart:hover b {
            background: #fff;
            color: #f42424;
        }
/*购物车*/
.toolbar_cart {
    width: 260px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -295px;
    z-index: 9;
    background: #f9f9f9;
    border-left: solid 1px #ddd;
    box-shadow: -3px 0 10px rgba(0,0,0,0.1);
}

.bcart_title {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 10px;
}

    .bcart_title span {
        float: left;
        color: #333;
        font-size: 15px;
    }

    .bcart_title a {
        float: right;
        color: #666;
        font-size: 22px;
    }

.bcart_iframe {
    overflow: hidden;
}
/*列表*/
.bcart_list {
    overflow: hidden;
    padding: 20px;
}

    .bcart_list li {
        width: 218px;
        height: 50px;
        padding: 5px 0;
        position: relative;
        background: #fff;
        margin-bottom: 20px;
        border: 1px solid #ddd;
    }

        .bcart_list li:hover {
            border: 1px solid #f42424;
        }

        .bcart_list li a.img {
            float: left;
            display: block;
            overflow: hidden;
            margin: 0 5px;
        }

            .bcart_list li a.img img {
                width: 50px;
                height: 50px;
                display: block;
            }

        .bcart_list li a.name {
            line-height: 20px;
            height: 20px;
            display: block;
            overflow: hidden;
            padding: 5px 10px 0 0;
        }

        .bcart_list li p.price {
            line-height: 200%;
            font-size: 14px;
        }

            .bcart_list li p.price span {
                color: #f42424;
                margin: 0 5px 0 0;
            }

            .bcart_list li p.price em {
                color: #666;
                font-style: normal;
            }

        .bcart_list li a.del {
            width: 18px;
            height: 18px;
            line-height: 20px;
            display: block;
            overflow: hidden;
            text-align: center;
            color: #fff;
            background: #999;
            border-radius: 100%;
            position: absolute;
            top: -6px;
            right: -6px;
            z-index: 10;
        }

        .bcart_list li:hover a.del {
            background: #f42424;
        }

.bcart_none {
    height: 60px;
    overflow: hidden;
}

.bcart_foot {
    width: 260px;
    overflow: hidden;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 5px;
    z-index: 10;
}

    .bcart_foot p.price {
        color: #666;
        line-height: 20px;
        padding: 0 0 10px 0;
    }

        .bcart_foot p.price span {
            color: #f42424;
            font-size: 16px;
            font-weight: bold;
        }

        .bcart_foot p.price em {
            font-style: normal;
        }

    .bcart_foot a.btn {
        display: inline-block;
        width: 220px;
        height: 36px;
        line-height: 36px;
        overflow: hidden;
        display: inline-block;
        color: #fff;
        background: #f42424;
    }
/*#endregion */


/*#region ===========其他通用样式===========*/
/*猜你喜欢*/
.product_like {
    width: 100%;
    height: 370px;
    padding: 30px 0 0 0;
}

.plike_title {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
}

    .plike_title p {
        width: 530px;
        height: 1px;
        overflow: hidden;
        background: #ddd;
        margin: 20px 0 0 0;
    }

    .plike_title span {
        width: 140px;
        height: 40px;
        overflow: hidden;
        display: block;
        overflow: hidden;
        text-align: center;
        color: #666;
        font-size: 18px;
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 20;
        margin-left: -70px;
    }

.plike_list {
    width: 1225px; /*330px*/
}

    .plike_list li {
        float: left;
        width: 198px;
        height: 288px;
        overflow: hidden;
        border: 1px solid #fff;
        margin: 20px 25px 0 0;
        padding: 10px;
        background: #fff;
    }

        .plike_list li:hover {
            border: 1px solid #e9e9e9;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .plike_list li a.img {
            display: block;
            overflow: hidden;
        }

            .plike_list li a.img img {
                width: 198px;
                height: 198px;
                display: block;
            }

        .plike_list li p.price {
            height: 30px;
            line-height: 30px;
            display: block;
            overflow: hidden;
            padding: 10px 0 0 0;
            color: #f42424;
        }

            .plike_list li p.price i {
                font-style: normal;
                font-size: 16px;
                font-family: "微软雅黑";
            }

            .plike_list li p.price span {
                font-size: 20px;
                font-family: Arial;
            }

        .plike_list li a.name {
            height: 40px;
            line-height: 20px;
            padding: 5px 0;
            display: block;
            overflow: hidden;
        }
/*#endregion */


/*#region ===========图标字体===========*/
@font-face {
    font-family: "iconfont";
    src: url('iconfont/iconfont.eot'); /* IE9*/
    src: url('iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('iconfont/iconfont.woff') format('woff'), /* chrome、firefox */
    url('iconfont/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('iconfont/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    /*-webkit-text-stroke-width: 0.2px;*/
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\e648";
}

.icon-top:before {
    content: "\e653";
}

.icon-share:before {
    content: "\e64a";
}

.icon-favorite:before {
    content: "\e66e";
}

.icon-gouwuche:before {
    content: "\e655";
}

.icon-gerenzhongxin:before {
    content: "\e60f";
}

.icon-shouye:before {
    content: "\f004a";
}

.icon-fanhui:before {
    content: "\e608";
}

@font-face {
    font-family: "GilroyR";
    src: url("font/GilroyR.otf") format("otf"), url("font/GilroyR.woff") format("woff"), url("font/GilroyR.ttf") format("truetype"), url("font/GilroyR.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
/*#endregion */


/*#region ===========分页样式===========*/
.aspnetpager {
    overflow: hidden;
    padding: 30px 0 10px;
}

.paginator {
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    margin: 0 auto;
    text-align: center;
    border: none;
}

    .paginator a {
        height: 32px;
        line-height: 32px;
        padding: 0 10px;
        margin: 0 5px;
        font-size: 14px;
        display: inline-block;
        text-decoration: none;
        color: #666;
        background: #fff;
        border: 1px solid #ddd;
    }

        .paginator a:hover {
            text-decoration: none;
            color: #fff;
            background: #f42424;
            border: 1px solid #f42424;
        }

    .paginator span.cpb {
        width: 32px;
        height: 32px;
        line-height: 32px;
        padding: 0;
        margin: 0 5px;
        font-size: 14px;
        color: #666;
        display: inline-block;
        color: #fff;
        background: #f42424;
        border: 1px solid #f42424;
    }

.paginatordis {
    display: none;
}

.paginator input[type="text"] {
    text-align: center;
    height: 22px;
    line-height: 22px;
    border: 1px solid #dadad8;
    padding: 0;
}

.paginator input[type="submit"] {
    padding: 0 5px;
    height: 24px;
    line-height: 22px;
    margin-left: 3px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    color: #666;
}
/*#endregion */


/*#region ===========顶部提示===========*/
.WebTopTips {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.6);
    position: relative;
    font-size: 14px;
    padding: 0 30px;
}

    .WebTopTips p {
    }

    .WebTopTips b {
        width: 30px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        font-size: 15px;
        padding: 0 3px;
        cursor: pointer;
    }
/*#endregion */


/*#region ===========定制===========*/

/*#region ===========头部左上汉堡包菜单===========*/
.hamburger-container {
    position: relative;
}

.hamburger {
    width: 30px;
    height: 22px;
    cursor: pointer;
    position: relative;
    line-height: initial;
}

    .hamburger span {
        display: block;
        width: 80%;
        height: 3px;
        background-color: #0E573A;
        margin: 6px 0;
        transition: 0.3s ease;
        border-radius: 2px;
    }

        .hamburger span:first-child {
            margin-top: 0;
            margin-bottom: 6px;
        }

        .hamburger span:last-child {
            margin-top: 6px;
            margin-bottom: 0;
        }

    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(7px, 6.5px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

.menu {
    position: absolute;
    top: -6px;
    left: 30px;
    background-color: #0E573A;
    width: 180px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    visibility: hidden;
    margin-top: 10px;
    /*transform: translateY(-10px);*/
    transform: translateX(-5px); /* 关键：初始藏在左侧 */
    opacity: 0;
    z-index: 1000;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

    .menu.show {
        opacity: 0.92;
        transform: translateX(0); /* 打开时滑出来 */
        transform: translateY(0);
        visibility: visible;
    }

.menu-item {
    display: block;
    padding: 10px 25px;
    color: white !important;
    text-decoration: none;
    transition: background-color 0.3s ease;
    letter-spacing: 1px;
}

    .menu-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .menu-item:last-child {
        margin-bottom: 10px;
        border-bottom: none;
        /*border-radius: 0 0 8px 8px;*/
    }

    .menu-item:first-child {
        margin-top: 10px;
        /*        border-radius: 8px 8px 0 0;*/
    }
/*#endregion */

/*#region ===========头部右上语言切换===========*/
.lang-dropdown-container {
    position: relative;
    width: 100px;
}

.lang-dropdown-trigger {
    display: flex;
    padding: 10px 0;
    background-color: #F9F9F9;
    border: none;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
    position: absolute;
    right: 0;
}

    .lang-dropdown-trigger .text {
        flex: 1;
        text-align: right;
        margin-right: 10px;
    }

/*.lang-dropdown-trigger:hover {
        background-color: #eee;
    }*/

.lang-dropdown-arrow {
    transition: transform 0.3s ease;
    width: 12px;
}

.lang-dropdown-trigger.active .lang-dropdown-arrow {
    transform: rotate(180deg);
}

.lang-dropdown-menu {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    background: white;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    overflow: hidden;
}

    .lang-dropdown-menu.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.lang-dropdown-item {
    padding: 12px 16px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: background-color 0.15s ease;
    border-bottom: 1px solid #f0f0f0;
}

    .lang-dropdown-item:last-child {
        border-bottom: none;
    }

    .lang-dropdown-item:hover {
        background-color: #f8f8f8;
    }

    .lang-dropdown-item.selected {
        background-color: #e5e5e5;
    }
/*#endregion */

/*#region ===========头部选择地址===========*/
.address-selector-container {
    /*max-width: 400px;
    margin: 0 auto;*/
    width: 215px;
    position: relative;
    overflow: visible;
    margin-left: 40px;
}

.selector-header {
    display: flex;
    align-items: center;
    padding: 16px 0;
    transition: background-color 0.2s;
    width: 200px;
}

.location-icon {
    height: 17px;
    width: 15.5px;
    margin-right: 8px;
}

.selector-title {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
}

.selector-value {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    max-width: 180px;
    min-width: 0;
    cursor: pointer;
}

    .selector-value a {
        flex: 1 1 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-left: 23.5px;
    }

.address-dropdown-arrow {
    margin-left: auto;
    width: 12px;
    height: 12px;
    transition: transform 0.3s ease;
    margin-left: 10px;
}

    .address-dropdown-arrow.open {
        transform: rotate(180deg);
    }

.options-container {
    position: absolute;
    left: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
    background: white;
    border-radius: 12px;
    width: 455px;
    border: 1px solid transparent;
    transition: max-height 0.4s ease, border-color 0.3s ease;
}

    .options-container.open {
        max-height: 200px;
        border: 1px solid #e5e5e5;
    }

.options-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 20px 0;
    /* 隐藏滚动条但保持滚动功能 */
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 0 20px;
}

    .options-scroll::-webkit-scrollbar {
        display: none;
    }

.options-list {
    display: flex;
    gap: 16px;
    /* 防止flex换行 */
    flex-wrap: nowrap;
}

.option-item {
    background: white;
    border-radius: 8px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    /* 防止收缩，保持固定宽度 */
    flex-shrink: 0;
    min-width: 160px;
    position: relative;
}

    .option-item:hover {
        background-color: #f6f6f6;
        transform: translateY(-2px);
    }

    .option-item.selected {
        background-color: #EEEEEE;
    }

.option-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

    .option-title span {
        font-size: 13px;
        font-weight: 400;
    }

.option-address {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

/* 滚动指示器 */
.scroll-indicator {
    position: relative;
    height: 4px;
    background: #f1f1f1;
    margin: 0 20px 16px;
    border-radius: 2px;
    cursor: pointer;
}

.scroll-thumb {
    position: absolute;
    top: 0;
    height: 100%;
    background: #005030;
    border-radius: 2px;
    cursor: grab;
    transition: background-color 0.2s ease;
}

    .scroll-thumb:hover {
        background: #059669;
    }

    .scroll-thumb:active {
        background: #059669;
    }

.scroll-hint {
    text-align: center;
    padding: 0 20px 16px;
    font-size: 12px;
    color: #999;
}

/* 动画效果 */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.options-container.open .anim {
    animation: slideIn 0.4s ease forwards;
    animation-fill-mode: none; /* 动画结束后不保持状态 */
}

    .options-container.open .anim:nth-child(2) {
        animation-delay: 0.1s;
    }

    .options-container.open .anim:nth-child(3) {
        animation-delay: 0.2s;
    }

    .options-container.open .anim:nth-child(4) {
        animation-delay: 0.3s;
    }
/*#endregion */

/*#region ===========头部搜索框===========*/
.search-component {
    position: relative;
    display: flex;
    width: 385px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: visible;
    margin-top: 14px;
}

/* 左侧下拉选择器 */
.category-selector {
    position: relative;
    background: #f5f5f5;
    border-right: 1px solid #ddd;
    border-radius: 8px 0 0 8px;
}

.category-trigger {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background: #f5f5f5;
    cursor: pointer;
    transition: background-color 0.2s;
    min-width: 120px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 4px;
}

    .category-trigger:hover {
        background: #eee;
    }

.category-text {
    flex: 1;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}

.category-arrow {
    height: 7px;
    margin-left: 8px;
    transition: transform 0.3s ease;
    color: #666;
}

.category-trigger.active .category-arrow {
    transform: rotate(180deg);
}

/* 下拉菜单 */
.category-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    /*transition: max-height 0.3s ease;*/
}

    .category-dropdown.open {
        max-height: 200px;
        /*overflow-y: auto;*/
        border: 1px solid #ddd;
        z-index: 1000;
    }

    /* 自定义滚动条样式 */
    .category-dropdown::-webkit-scrollbar {
        width: 8px;
    }

    .category-dropdown::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .category-dropdown::-webkit-scrollbar-thumb {
        background: #015030;
        border-radius: 4px;
    }

        .category-dropdown::-webkit-scrollbar-thumb:hover {
            background: #013d26;
        }

/* Firefox滚动条样式 */
.category-dropdown {
    scrollbar-width: thin;
    scrollbar-color: #015030 #f1f1f1;
}

.category-item {
    padding: 12px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: background-color 0.15s ease;
    border-bottom: 1px solid #f0f0f0;
}

    .category-item:last-child {
        border-bottom: none;
    }

    .category-item:hover {
        background-color: #f8f8f8;
    }

    .category-item.selected {
        background-color: #e5e5e5;
        color: #333;
    }

/* 搜索输入框 */
.search-input-container {
    flex: 1;
    position: relative;
    display: flex;
}

.search-input {
    flex: 1;
    padding: 10px 50px 10px 15px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #333;
    background: white;
    height: 40px;
    box-sizing: border-box;
    border-radius: 4px;
}

    .search-input::placeholder {
        color: #999;
    }

.search-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    background-color: white;
    border-radius: 4px;
}

    .search-button img {
        width: 18px;
        height: 18px;
        color: white;
    }
/*#endregion */

/*#region ===========底部===========*/

/*.footerdom {
    background: #015030;
    color: white;
    padding: 60px 0 30px;
}*/
.footerdom {
    background: #015030;
    padding: 60px 0 30px;
    position: relative; /* 為偽元素定位 */
    overflow: hidden; /* 防止圖片溢出 */
}

.footer-bgimg {
    max-width: 1200px;
    position: absolute;
    top: -100px;
    right: -150px;
    bottom: 0;
    width: 800px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    opacity: 0.03;
    filter: brightness(0) invert(1);
    pointer-events: none;
    z-index: 1;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(271px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
    position: relative;
}

.footer-section h3 {
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 1px;
    color: white;
}

.footer-section ul {
    list-style: none;
}

    .footer-section ul li {
        margin-bottom: 15px;
        color: rgba(255, 255, 255, 0.8);
    }

.footer-section a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
    letter-spacing: 1px;
}

    .footer-section a:hover {
        color: white;
    }

.contact-info {
    margin-bottom: 15px;
    color: white;
}

.lp1 {
    letter-spacing: 1px;
}

.contact-info2 {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    color: white;
}

    .contact-info2 span {
        line-height: 1;
        color: white;
    }

    .contact-info2 .qr-code {
        width: 100px;
        height: 100px;
        background: white;
        padding: 5px;
        margin-left: 10px;
        border-radius: 4px;
    }

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

    .social-links a {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s;
    }

        .social-links a img {
            height: 50px;
        }

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .intro-container {
        flex-direction: column;
    }

    .intro-image {
        flex: 0 0 auto;
    }

    .circular-image {
        width: 300px;
        height: 300px;
    }

    .products-grid {
        grid-template-columns: 1fr;
    }

    .cta-container {
        flex-direction: column;
    }

    .cta-image {
        flex: 0 0 200px;
        width: 100%;
    }
}
/*#endregion */

/*#region ===========登录/注册===========*/

/* 遮罩层 */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/* 弹窗主体 */
.modal {
    background: white;
    border-radius: 12px;
    width: 800px;
    max-width: 90vw;
    max-height: 90vh;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* 关闭按钮 */
.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 10;
    font-size: 24px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

    .close-btn:hover {
        background-color: #f5f5f5;
        color: #333;
    }

/* 弹窗内容区域 */
.modal-content {
    display: flex;
    height: 500px;
}

/* 左侧登录区域 */
.login-section {
    flex: 1;
    padding: 60px 50px 40px;
    display: flex;
    flex-direction: column;
}

.login-title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
    text-align: center;
}

.form-group {
    margin-bottom: 24px;
}

.form-label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    font-weight: 500;
}

.form-input {
    width: 100%;
    height: 48px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    padding: 0 16px;
    font-size: 14px;
    transition: border-color 0.2s ease;
    background-color: #fff;
}

    .form-input:focus {
        outline: none;
        border-color: #1a7347;
    }

    .form-input::placeholder {
        color: #999;
    }

.forgot-password {
    text-align: right;
    margin-top: 8px;
}

    .forgot-password a {
        color: #e74c3c;
        text-decoration: none;
        font-size: 13px;
    }

        .forgot-password a:hover {
            text-decoration: underline;
        }

.login-btn {
    width: 100%;
    height: 48px;
    background-color: #1a7347;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 32px;
    transition: background-color 0.2s ease;
}

    .login-btn:hover {
        background-color: #015030;
    }

/* 右侧注册区域 */
.register-section {
    flex: 1;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 60px 50px 40px;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #e1e1e1;
}

.register-title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
    text-align: center;
}

.benefits-list {
    list-style: none;
    margin-bottom: 40px;
}

.benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: #555;
}

.benefit-icon {
    width: 20px;
    height: 20px;
    background-color: #1a7347;
    border-radius: 50%;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .benefit-icon::after {
        content: '✓';
        color: white;
        font-size: 12px;
        font-weight: bold;
    }

.register-btn {
    width: 100%;
    height: 48px;
    background-color: #1a7347;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin-top: auto;
    transition: background-color 0.2s ease;
}

    .register-btn:hover {
        background-color: #145a38;
    }

/* 响应式设计 */
@media (max-width: 768px) {
    .modal {
        width: 95vw;
        height: auto;
    }

    .modal-content {
        flex-direction: column;
        height: auto;
    }

    .login-section,
    .register-section {
        padding: 40px 30px;
    }

    .register-section {
        border-left: none;
        border-top: 1px solid #e1e1e1;
    }
}

/*#endregion */

.layui-layer-btn .layui-layer-btn0 {
    background-color: #015030 !important;
    border-color: #015030 !important;
}

/*#region ===========快速订购、登入/注册、购物车===========*/
.person3 {
    display: flex;
    align-items: center;
    margin: 14px 0 0 40px;
    position: relative;
}

.person3-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 30px;
    cursor: pointer;
}

.ps3-item1:hover img:first-child {
    opacity: 0.8;
}

.ps3-item1:hover a {
    color: #777;
}

.person3-item:first-child {
    margin-left: 0;
}

/*    .person3-item:last-child {
        margin-left: 20px;
    }*/

.person3-item img:first-child {
    width: 18px;
}

.ps3-item2 img:first-child {
    width: 18px;
    padding-right: 8px;
}

/*#region ===========登入/注冊===========*/
.person-dropdown-arrow {
    transition: transform 0.3s ease;
    width: 12px;
    margin-left: 7px;
}

.person-dropdown-trigger {
    display: flex;
    align-items: center;
}

/*.person-dropdown-trigger.active .person-dropdown-arrow {
        transform: rotate(180deg);
    }*/

.person-dropdown-arrow.active {
    transform: rotate(180deg);
}

.person-menu {
    position: absolute;
    top: 100%;
    left: 100px;
    background-color: #0E573A;
    width: 130px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    visibility: hidden;
    margin-top: 15px;
    transform: translateY(-10px);
    opacity: 0;
    z-index: 1000;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

    .person-menu.show {
        opacity: 0.92;
        transform: translateY(0);
        visibility: visible;
    }

.person-menu-item {
    display: block;
    padding: 10px 25px;
    color: white !important;
    text-decoration: none;
    transition: background-color 0.3s ease;
    letter-spacing: 1px;
}

    .person-menu-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .person-menu-item:first-child {
        margin-top: 10px;
    }

    .person-menu-item:last-child {
        margin: 10px 12px 15px 12px;
        padding: 8px 0;
        text-align: center;
        border-bottom: none;
        background: linear-gradient(180deg, #ff8c61 0%, #f53a3a 100%);
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        cursor: pointer;
    }

        .person-menu-item:last-child:hover {
            background: linear-gradient(180deg, #ff7a4d 0%, #d92e2e 100%);
            opacity: 1;
        }
/*#endregion */
/*#endregion */

/*#region ===========新首页轮播图===========*/
.carousel-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    /*border-radius: 12px;*/
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin: 0 auto 100px auto;
    max-width: 1920px;
    display: flex;
    justify-content: center;
    overflow: visible;
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

/* 默认背景样式，当图片未加载或加载失敗时显示 */
.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #374F73;
}

    .carousel-slide.active {
        opacity: 1;
    }

    .carousel-slide::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /*background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%);*/
    }

.carousel-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 60px;
    color: white;
}

.carousel-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.carousel-subtitle {
    font-size: 1.2rem;
    line-height: 1.6;
    opacity: 0.98;
    max-width: 600px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* 导航点样式 */
.carousel-dots {
    position: absolute;
    bottom: 85px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 3;
}

.carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

    .carousel-dot:hover {
        background: rgba(255, 255, 255, 0.7);
        transform: scale(1.1);
    }

    .carousel-dot.active {
        width: 30px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.9);
        /*box-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);*/
    }

/* 左右切换按钮 */
.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

    .carousel-nav:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: translateY(-50%) scale(1.1);
    }

.carousel-prev {
    left: 20px;
}

.carousel-next {
    right: 20px;
}

.carousel-nav::before {
    content: '';
    width: 12px;
    height: 12px;
    border: 2px solid white;
    border-bottom: none;
    border-right: none;
}

.carousel-prev::before {
    transform: rotate(-45deg);
    margin-left: 4px;
}

.carousel-next::before {
    transform: rotate(135deg);
    margin-right: 4px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .carousel-container {
        height: 400px;
        margin: 10px;
        /*border-radius: 8px;*/
    }

    .carousel-content {
        padding: 0 30px;
    }

    .carousel-title {
        font-size: 2rem;
    }

    .carousel-subtitle {
        font-size: 1rem;
    }

    .carousel-nav {
        width: 40px;
        height: 40px;
    }

    .carousel-prev {
        left: 15px;
    }

    .carousel-next {
        right: 15px;
    }
}
/*#endregion */

/*#region ===========首页服务项（轮播图下方）===========*/

.services-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    position: absolute;
    top: 88%;
    z-index: 999;
}

.service-item {
    display: flex;
    flex: 1;
    align-items: center;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    min-width: 280px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

    .service-item:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    }

.icon-container {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    position: relative;
    flex-shrink: 0;
}

.icon {
    /*width: 40px;*/
    height: 40px;
    /*fill: white;*/
}

.badge {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 22px;
    height: 22px;
    background-color: #2d6e3e;
    border: 3px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.service-content {
    flex: 1;
}

.service-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 6px;
}

.service-description {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .services-container {
        flex-direction: column;
        gap: 20px;
    }

    .service-item {
        min-width: 100%;
        max-width: 400px;
    }
}
/*#endregion */

/*#region ===========首页（右方向图标）===========*/
.arrow-icon path {
    fill: white;
}

.arrow-icon {
    transition: transform 0.3s ease;
}
/*#endregion */

/*#region ===========首页（关于我们）===========*/
.company-intro {
    background: white;
    padding: 30px 0 70px 0;
    position: relative;
    overflow: hidden;
}

.intro-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.intro-content {
    flex: 1;
}

    .intro-content h1 {
        font-size: 36px;
        margin-bottom: 30px;
        color: #1a1a1a;
    }

    .intro-content p {
        margin-bottom: 20px;
        line-height: 1.8;
        color: #666;
    }

.cta-button {
    display: inline-flex;
    background: #0e5e3a;
    color: white;
    padding: 14px 26px;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
    width: 160px;
    font-size: 16px;
}

    .cta-button:hover {
        background: #0a4a2d;
        color: white;
    }

        .cta-button:hover .arrow-icon {
            transform: translateX(3px);
        }

.intro-image {
    position: relative;
    flex: 0 0 500px;
}

.circular-image {
    width: 400px;
    border-radius: 50%;
    position: relative;
}

    .circular-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.logo-badge {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background: #0e5e3a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    z-index: 10;
}

.red-circle {
    position: absolute;
    top: -50px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: #e74c3c;
    border-radius: 50%;
    z-index: -1;
}
/*#endregion */

/*#region ===========首页（姐妹公司）===========*/
.swiper-slide2 {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    /*box-shadow: inset 0 0 0 3px #E0CCA8;*/
    border-top: 3px solid #015030;
}

.arrow-button {
    position: relative;
    color: white;
    width: 40px;
    height: 40px;
    z-index: 999;
    cursor: pointer;
    transition: all 0.3s, color 0.3s;
    border-radius: 5px;
    background-color: #015030;
}

    .arrow-button:hover {
        opacity: 0.85;
    }

.sis-service-card {
    text-align: center;
    padding: 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sis-service-title {
    font-size: 19px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 25px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}

.sis-service-content {
    text-align: left;
    line-height: 1.8;
    color: #555;
    font-size: 14px;
    margin-bottom: 30px;
    min-height: 120px;
    padding-bottom: 20px;
    border-bottom: 2px solid #eee;
    letter-spacing: 1px;
}

.sis-service-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-top: auto;
}

.sis-service-logo {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    flex-shrink: 0;
    object-fit: cover;
}

.sis-service-name {
    font-size: 16px;
    font-weight: 600;
    color: #015030;
    letter-spacing: 1px;
}

.sis-companies-static {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.sis-company-item {
    width: 100%;
    max-width: 400px;
    min-width: 300px;
}

.sis-companies-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 40px auto 0;
}

.sis-companies-swiper {
    overflow: hidden;
}

    .sis-companies-swiper .sis-company-item {
        max-width: none;
        min-width: auto;
    }


@media (max-width: 768px) {
    .sis-companies-static {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .sis-company-item {
        max-width: 350px;
    }

    .sis-companies-wrapper {
        padding: 0 50px;
    }

    .sis-service-card {
        padding: 25px 15px;
    }

    .sis-service-title {
        font-size: 17px;
        min-height: 50px;
    }

    .sis-service-content {
        font-size: 13px;
        min-height: 100px;
    }
}

@media (max-width: 480px) {
    .sis-company-item {
        max-width: 300px;
        min-width: 280px;
    }

    .sis-companies-wrapper {
        padding: 0 40px;
    }

    .sis-service-card {
        padding: 20px 15px;
    }

    .sis-service-title {
        font-size: 16px;
    }
}
/*#endregion */

/*#region ===========首页（产品展示）===========*/
.products-section {
    background: white;
    padding: 40px 0;
    background-image: url('/pcshop/images/productbg.jpg');
    background-repeat: no-repeat; /* 不平铺 */
    background-position: center top; /* 水平居中，垂直贴底（可改成 top/center） */
    background-size: auto 80%;
}

.section-title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: bold;
}

.products-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.product-card {
    background: white;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s;
    cursor: pointer;
    border: 1px solid #e6e6e6;
}

    .product-card:hover {
        transform: translateY(-5px);
    }

.cylinders-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 280px;
}

    .cylinders-container img {
        object-fit: cover;
        max-height: 100%;
        max-width: 100%;
        justify-content: center;
        align-items: center;
    }

.cylinder {
    margin: 0 5px;
    border-radius: 10px 10px 5px 5px;
    position: relative;
}

    .cylinder::before {
        content: '';
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 20px;
        height: 15px;
        background: gold;
        border-radius: 3px;
    }

.product-foot {
    margin-top: 15px;
    text-align: center;
}

.product-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
    cursor: pointer;
}

    .product-name span {
        font-size: 14px;
        color: #666;
    }

.product-desc {
    font-size: 14px;
    color: #666;
}

.view-more-btn {
    display: flex;
    width: 160px;
    margin: 50px auto 0;
    padding: 14px 26px;
    background: #0e5e3a;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
    font-size: 16px;
}

    .view-more-btn:hover {
        background: #0a4a2d;
        color: white;
    }

        .view-more-btn:hover .arrow-icon {
            transform: translateX(3px);
        }
/*#endregion */

/*#region ===========首页（留言）===========*/

.feedback-container {
    max-width: 1200px;
    margin: 30px auto 70px auto;
    background: #f6f6f6;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 400px;
}

.image-section {
    background: url('/pcshop/images/liuyanbg.png') center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 400px;
}

.image-overlay {
    position: absolute;
    inset: 0;
}

.form-section {
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f6f6f6;
}

.form-title {
    font-size: 26px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 40px;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 10px;
}

.input-group {
    margin-bottom: 20px;
}

.form-input {
    width: 100%;
    padding: 10px 20px;
    border: 2px solid #eee;
    border-radius: 8px;
    font-size: 16px;
    background: white;
    transition: all 0.3s ease;
    color: #4a5568;
    box-sizing: border-box;
}

    .form-input:focus {
        outline: none;
        border-color: #0e5e3a;
    }

.submit-btn {
    background: linear-gradient(135deg, #0e5e3a 0%, #015030 100%);
    color: white;
    border: none;
    padding: 14px 26px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 160px;
    letter-spacing: 0.5px;
    margin-top: 10px;
    justify-content: space-between;
}

    .submit-btn:hover {
        background: linear-gradient(135deg, #015030 0%, #005030 100%);
        color: white;
    }

        /*    .submit-btn:active {
        transform: translateY(0);
    }*/

        .submit-btn:hover .arrow-icon {
            transform: translateX(3px);
        }

/* 响应式设计 */
@media (max-width: 768px) {
    .feedback-container {
        grid-template-columns: 1fr;
        margin: 10px;
    }

    .form-section {
        padding: 40px 30px;
    }

    .form-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .form-input {
        padding: 14px 16px;
        font-size: 15px;
    }

    .image-section {
        min-height: 200px;
    }
}

@media (max-width: 480px) {
    .form-section {
        padding: 30px 20px;
    }

    .form-title {
        font-size: 22px;
    }

    .submit-btn {
        width: 100%;
        justify-content: center;
    }
}

/* 动画效果 */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.layui-layer-dialog .layui-layer-content {
    max-height: 400px !important;
}

/*#endregion */

/*#endregion */










