﻿@charset "UTF-8";
/*
   公用变量
*/
/* color
-------------------------- */
/* Border
-------------------------- */
/* Box-shadow
-------------------------- */
/* Fill
-------------------------- */
/* Font
-------------------------- */
/* Disable base
-------------------------- */
/* Transition
-------------------------- */
/*
   公用变量
*/
/* color
-------------------------- */
/* Border
-------------------------- */
/* Box-shadow
-------------------------- */
/* Fill
-------------------------- */
/* Font
-------------------------- */
/* Disable base
-------------------------- */
/* Transition
-------------------------- */
/*
   公用变量
*/
/* color
-------------------------- */
/* Border
-------------------------- */
/* Box-shadow
-------------------------- */
/* Fill
-------------------------- */
/* Font
-------------------------- */
/* Disable base
-------------------------- */
/* Transition
-------------------------- */
/*
   公用变量
*/
/* color
-------------------------- */
/* Border
-------------------------- */
/* Box-shadow
-------------------------- */
/* Fill
-------------------------- */
/* Font
-------------------------- */
/* Disable base
-------------------------- */
/* Transition
-------------------------- */
html {
    /*-webkit-text-size-adjust是解决 iPhone 横屏时默认会放大文字的问题*/
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /*取消掉300ms的延迟，chrome和safari可以生效*/
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

html, body {
    font: 14px "Microsoft Yahei", Tahoma, Simsun, sans-serif, -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti;
    /*-webkit-user-select:none禁止用户进行复制.选择.*/
    width: 100%;
    /*使用min-height:100%代替height：100%*/
    height: 100%;
    min-height: 100%;
    color: #333333;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
}

body {
    /*弹性滚动-局部滚动开启弹性滚动：将属性挂在body上，可以避免很多奇怪的bug。*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, div, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    /*把所有元素的内边距和边框不再会增加它的宽度*/
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    box-sizing: border-box;
}

ol, ul {
    /*去掉列表点*/
    list-style: none;
}

table {
    /*去掉表格的双行线*/
    border-collapse: collapse;
    border-spacing: 0;
}

/*取消a标签在移动端点击时的背景颜色*/
a, a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    /*background: none;*/
    text-decoration: none;
}

a, img {
    /* 禁止长按链接与图片弹出菜单 */
    -webkit-touch-callout: none;
}

input {
    /*ios去除input默认样式*/
    /*-webkit-appearance: none;*/
}

i, em {
    font-style: normal;
}

.clearfix {
    zoom: 1;
}

    .clearfix:before, .clearfix:after {
        content: '';
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

.max-width {
    max-width: 7.5rem;
}

.wrapper {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 379px);
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.w1190 {
    margin: 0 auto;
    width: 1160px;
    position: relative;
}

    .w1190::after {
        content: "";
        display: block;
        clear: both;
    }

body {
    background-color: #FFFFFF;
}

/* 头部公共样式 */
.header {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-bottom: 1px solid #7931F8;
}

    .header .headtop {
        background-color: #2e2e2e;
        color: #fff;
        border: none;
        height: 32px;
        line-height: 32px;
    }

        .header .headtop .content {
            display: flex;
            align-items: center;
            font-size: 13px;
        }

            .header .headtop .content .wec-word {
                flex: 1;
            }

            .header .headtop .content a {
                color: #fff;
                font-size: 13px;
            }

            .header .headtop .content .inlet {
                margin-left: 15px;
            }

                .header .headtop .content .inlet:hover a {
                    color: #7931F8;
                }

    .header .header-content {
        display: flex;
        align-items: center;
        height: 150px;
        padding: 0;
    }

        .header .header-content .logo img {
            width: 270px;
            height: 120px;
            object-fit: contain;
        }

        .header .header-content .search {
            margin: 0 0 0 40px;
            border-radius: 5px;
            overflow: hidden;
        }

            .header .header-content .search label {
                padding: 0;
                border: none;
                width: 440px;
            }

                .header .header-content .search label input {
                    border: 1px solid #e5e5e5;
                    padding: 0 20px;
                    box-sizing: border-box;
                    border-radius: 5px 0 0 5px;
                }

                    .header .header-content .search label input:focus {
                        border-color: #7931F8;
                    }

            .header .header-content .search .search-btn {
                width: 92px;
                font-size: 16px;
            }

    .header .head-title {
        border-bottom: 2px solid #7931F8;
    }

    .header .header-content {
        padding: 28px 0;
        min-height: 100px;
        display: flex;
        align-items: center;
        height: 150px;
    }

        .header .header-content > div {
            float: left;
        }

        .header .header-content .logo {
            width: 270px;
            text-align: center;
        }

        .header .header-content .search {
            margin-left: 40px;
            margin-top: 0px;
            border-radius: 5px;
            overflow: hidden;
        }

            .header .header-content .search label {
                float: left;
                width: 440px;
                height: 40px;
                /*border: 1px solid #7931F8;*/
                border-right: 5px;
            }

                .header .header-content .search label input {
                    background: none;
                    border: 1px solid #e5e5e5;
                    padding: 0 20px;
                    box-sizing: border-box;
                    border-radius: 5px 0 0 5px;
                    outline: none;
                    width: 100%;
                    height: 100%;
                    color: #333;
                }

                    .header .header-content .search label input:focus {
                        border-color: #7931F8;
                    }

                    .header .header-content .search label input::-moz-input-placeholder {
                        color: #ccc;
                    }

                    .header .header-content .search label input::-webkit-input-placeholder {
                        color: #ccc;
                    }

                    .header .header-content .search label input::-ms-input-placeholder {
                        color: #ccc;
                    }

            .header .header-content .search .search-btn {
                float: left;
                width: 80px;
                height: 40px;
                line-height: 40px;
                color: #fff;
                font-size: 15px;
                text-align: center;
                background-color: #7931F8;
                cursor: pointer;
            }

        .header .header-content .items {
            width: 188px;
            height: 40px;
            margin-left: 40px;
        }

            .header .header-content .items > a {
                display: block;
                width: 115px;
                line-height: 38px;
                height: 100%;
                text-align: center;
                border: 1px solid #e1e1e1;
                border-radius: 5px;
                font-size: 12px;
                color: #333;
            }

                .header .header-content .items > a > img {
                    width: 20px;
                    height: 20px;
                    margin-right: 5px;
                }

    .header .headtop {
        height: 32px;
        line-height: 32px;
        color: #fff;
        background-color: #2e2e2e;
        overflow: hidden;
        font-size: 13px;
    }

        .header .headtop .items {
            display: inline-block;
            margin-left: 9px;
            float: right;
            min-width: 120px;
            text-align: left;
        }

        .header .headtop .block {
            display: flex;
            align-items: center;
            margin-left: 15px;
            height: 32px;
        }

            .header .headtop .block::after {
                content: "";
                display: block;
                width: 1px;
                height: 16px;
                background-color: #fff;
            }

        .header .headtop a {
            color: #fff;
            font-size: 13px;
        }

        .header .headtop .shopping-carts > a {
            display: block;
            padding-left: 50px;
            padding-right: 10px;
            margin-left: 40px;
            color: #fff;
            background: url(../../images/icon2.png) #2e2e2e 8px 5px no-repeat;
            background-size: 22px;
            z-index: 2;
        }

        .header .headtop .login > a {
            display: block;
            padding-left: 40px;
            background: url(../../images/icon3.png) 4px 5px no-repeat;
            background-size: 20px;
            z-index: 2;
        }

        .header .headtop .user > span {
            display: block;
            word-break: break-all;
            white-space: nowrap;
            font-size: 15px;
            color: #985ffb;
            padding-left: 38px;
            background: url(../../images/icon3.png) 10px center no-repeat;
            background-size: 20px;
            cursor: pointer;
            z-index: 1;
        }

        .header .headtop .quit > a {
            color: #985ffb;
        }

    .header .header-content .phone {
        float: right;
        height: 50px;
        padding-top: 10px;
        padding-left: 50px;
        margin-right: 20px;
        color: #7931F8;
        font-size: 22px;
        font-weight: bold;
        font-style: italic;
        background: url(../../images/ca_09.png) 10px 1px no-repeat;
        background-size: 35px;
    }

        .header .header-content .phone span {
            display: block;
            font-size: 12px;
            text-align: center;
            color: #757575;
            font-style: normal;
            font-weight: normal;
        }
    /*修改前*/
    .header .header-content .shopping-carts {
        position: relative;
        margin-left: 18px;
    }

        .header .header-content .shopping-carts > a {
            position: absolute;
            top: 0;
            left: 0;
            height: 40px;
            color: #c01132;
            background: url(../../images/icon2.png) #fff 10px 8px no-repeat;
            z-index: 2;
            display: block;
            line-height: 35px;
            width: 110px;
        }

        .header .header-content .shopping-carts .cart {
            position: absolute;
            left: 0;
            top: 50px;
            z-index: 4;
            display: none;
            padding: 10px 5px 10px 10px;
            background-color: #fff;
            border: 1px solid #ccc;
        }

            .header .header-content .shopping-carts .cart .cart-content-items {
                padding-right: 10px;
                width: 378px;
                max-height: 386px;
                min-height: 89px;
                overflow-x: auto;
            }

                .header .header-content .shopping-carts .cart .cart-content-items .cart-items {
                    padding-bottom: 10px;
                    margin-bottom: 10px;
                    width: 364px;
                    border-bottom: 1px solid #ccc;
                    overflow: hidden;
                }

                    .header .header-content .shopping-carts .cart .cart-content-items .cart-items > div {
                        float: left;
                    }

                    .header .header-content .shopping-carts .cart .cart-content-items .cart-items .img {
                        width: 78px;
                        height: 78px;
                        font-size: 0;
                    }

                        .header .header-content .shopping-carts .cart .cart-content-items .cart-items .img > img {
                            width: 100%;
                        }

                    .header .header-content .shopping-carts .cart .cart-content-items .cart-items .text {
                        margin-left: 10px;
                    }

                        .header .header-content .shopping-carts .cart .cart-content-items .cart-items .text p {
                            color: #666;
                        }

                        .header .header-content .shopping-carts .cart .cart-content-items .cart-items .text h6 {
                            margin-top: 14px;
                            color: #666;
                        }

                    .header .header-content .shopping-carts .cart .cart-content-items .cart-items > a {
                        float: right;
                        color: #666;
                    }

                        .header .header-content .shopping-carts .cart .cart-content-items .cart-items > a:hover {
                            color: #c01132;
                            text-decoration: underline;
                        }

            .header .header-content .shopping-carts .cart .cart-content-bottom {
                padding-top: 10px;
                overflow: hidden;
            }

                .header .header-content .shopping-carts .cart .cart-content-bottom p {
                    float: left;
                }

                    .header .header-content .shopping-carts .cart .cart-content-bottom p span {
                        margin-left: 10px;
                    }

                    .header .header-content .shopping-carts .cart .cart-content-bottom p em {
                        color: #c01132;
                    }

                .header .header-content .shopping-carts .cart .cart-content-bottom a {
                    float: right;
                    width: 80px;
                    height: 34px;
                    line-height: 34px;
                    color: #fff;
                    background: #c01132;
                    text-align: center;
                    background: -webkit-gradient(linear, left top, left bottom, from(#e60133), to(#c01132));
                    background: -webkit-linear-gradient(#e60133, #c01132);
                    background: -o-linear-gradient(#e60133, #c01132);
                    background: linear-gradient(#e60133, #c01132);
                }

        .header .header-content .shopping-carts .line {
            position: absolute;
            top: 40px;
            left: 0;
            z-index: 2;
            width: 188px;
            height: 2px;
            background-color: #c01132;
        }

        .header .header-content .shopping-carts.on > a {
            padding-bottom: 50px;
            border-bottom: 0;
        }
    /* 修改前 end */
    .header .header-content .login {
        position: relative;
        float: right;
    }

        .header .header-content .login > a {
            position: absolute;
            top: 0;
            left: 0;
            height: 40px;
            color: #c01132;
            background: url(../../images/icon3.png) #fff 10px center no-repeat;
            z-index: 1;
            display: block;
            line-height: 40px;
        }

    .header .header-content .quit {
        position: relative;
        float: right;
    }

        .header .header-content .quit > a {
            position: absolute;
            top: 0;
            left: 0;
            height: 40px;
            color: #c01132;
            background: url(../../images/icon20.png) #fff 10px center no-repeat;
            z-index: 1;
            display: block;
            line-height: 40px;
        }

    .header .header-content .user {
        position: relative;
        /*float: right;*/
    }

        .header .header-content .user > span {
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: break-all;
            white-space: nowrap;
            cursor: pointer;
            border: 1px solid #ccc;
            position: absolute;
            margin-left: 9px;
            padding-left: 38px;
            height: 40px;
            color: #c01132;
            background: url(../../images/icon3.png) #fff 10px center no-repeat;
            font-size: 15px;
            z-index: 1;
            display: block;
            line-height: 40px;
            width: 94.5%
        }

    .header .header-content .login .login-list {
        position: absolute;
        left: 0;
        top: 40px;
        display: none;
        width: 188px;
        padding: 10px;
        background-color: #fff;
        border: 1px solid #ccc;
        border-top: 0;
    }

        .header .header-content .login .login-list > a {
            display: block;
            color: #666;
        }

            .header .header-content .login .login-list > a em {
                color: #c01132;
            }

    .header .header-content .login.on > a {
        border-bottom: 2px solid #c01132;
    }

.container {
    height: auto;
    min-height: 465px;
}

    .container .nav-slide {
        width: calc(100% - 268px);
        margin-left: 268px;
    }
/* 尾部公共样式 */
.footer .footer-content {
    background-color: #2e2e2e;
    padding: 20px 0;
    color: #fff;
}

    .footer .footer-content .w1190 {
        font-size: 0;
    }

    .footer .footer-content .title {
        display: inline-block;
        width: 60%;
        text-align: center;
    }

        .footer .footer-content .title li {
            display: inline-block;
            width: 25%;
            text-align: center;
            font-size: 13px;
        }

            .footer .footer-content .title li a {
                display: inline-block;
                height: 30px;
                color: #fff;
            }

            .footer .footer-content .title li i {
                display: inline-block;
                width: 35px;
                height: 35px;
                margin-right: 20px;
                background-position: center;
                background-repeat: no-repeat;
                background-size: 100%;
                vertical-align: middle;
            }

            .footer .footer-content .title li.about i {
                background-image: url(../../images/icon8.png);
            }

            .footer .footer-content .title li.server i {
                background-image: url(../../images/icon9.png);
            }

            .footer .footer-content .title li.question i {
                background-image: url(../../images/icon10.png);
            }

    .footer .footer-content .contact {
        display: inline-block;
        width: 40%;
        vertical-align: middle;
    }

        .footer .footer-content .contact div {
            height: 28px;
        }

        .footer .footer-content .contact .wechat {
            height: 100px;
            background: url(../../images/hygzh.jpg) center no-repeat;
            background-size: 80px;
        }

        .footer .footer-content .contact .dy {
            height: 100px;
            background: url(../../images/hydy.png) center no-repeat;
            background-size: 80px;
        }

        .footer .footer-content .contact .phone {
            font-size: 20px;
            font-weight: bold;
            font-style: italic;
            color: #fff;
        }

        .footer .footer-content .contact li {
            display: inline-block;
            width: 50%;
            font-size: 13px;
            vertical-align: middle;
        }

.footer .remark {
    padding: 10px 0;
    text-align: center;
    color: #FFFFFF;
    background-color: #292929;
}

#loadingPage .loading-shade {
    cursor: wait;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.0;
    filter: alpha(opacity=00);
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100009;
}

#loadingPage .loading-content {
    cursor: default;
    position: absolute;
    z-index: 100019;
    width: auto;
    border: 1px solid rgb(187, 187, 187);
    height: 80px;
    line-height: 80px;
    padding-left: 80px;
    padding-right: 20px;
    border-radius: 10px;
    color: rgb(102, 102, 102);
    font-size: 20px;
    left: 0px;
    top: 0px;
    background: url(/Content/images/loading.gif) 5px 50% no-repeat rgb(255, 255, 255);
    box-shadow: 0 1px 15px rgba(0,0,0,.175);
}

.bg-primary {
    /** 主题颜色 */
    background: #c01132;
    text-align: center;
    background: -webkit-gradient( linear, left top, left bottom, from(#e60133), to(#c01132) );
    background: -webkit-linear-gradient(#e60133, #c01132);
    background: -o-linear-gradient(#e60133, #c01132);
    background: linear-gradient(#e60133, #c01132);
    color: #ffffff;
    border: none;
}

.bg-white {
    background-color: #ffffff;
}

.margin-0 {
    margin: 0 !important;
}

.img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-radius: 3px;
    height: 100%;
}

/* 没有数据 */
.no-data {
    clear: both;
    background: url('../../images/no-data.png') no-repeat center;
    width: 100%;
    height: 168px;
    margin: 20px auto;
}

.layui-form-select dl dd.layui-this {
    background-color: #f5f5f5 !important;
    color: #0b0b0b !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #7931F8 !important;
}

.layui-laydate .layui-this {
    background-color: #df0433 !important;
}

.layui-laydate-content td.laydate-selected {
    background-color: #f4eae6 !important;
}

/** lyc 新增公共css 2018-08-14 begin*/
/** 右箭头 css3 */
.arrow-gray {
    border-color: #666;
}

.arrow-white {
    border-color: #fff;
}

.menu-arrow-right {
    position: relative;
    top: 2px;
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    -webkit-transform: translate(0,-50%) rotate(45deg);
    transform: translate(0,-50%) rotate(45deg);
}
/** lyc 新增公共css 2018-08-14 end*/

.quick-link {
    display: flex;
    flex-direction: row;
    /*margin-bottom: 15px;*/
}

/** 左侧商品分类css begin */
/** 与首页区分 begin */
.goods-menu-wrap {
    width: auto;
}

    .goods-menu-wrap .title-list-content {
        display: none
    }

    .goods-menu-wrap .title {
        position: relative;
        font-size: 16px;
        font-weight: bold;
        background-color: #c01132;
        width: 191px;
        padding: 8px 11px;
        color: #fff;
    }

        .goods-menu-wrap .title:before {
            position: absolute;
            right: 20px;
            top: 16px;
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px;
            border-color: #fff transparent transparent transparent;
        }

    .goods-menu-wrap .title-list-content {
        position: absolute;
        left: 0;
        top: 48px;
        /*background: rgb(76, 76, 76);*/
        padding-bottom: 111px;
        display: none;
        z-index: 100;
    }

.head-title .all:hover + .goods-menu-wrap .title-list-content.nav-col,
.head-title .goods-menu-wrap .title-list-content.nav-col:hover {
    display: block;
}

.title-list-content dl .cate_part {
    top: 2px;
}

.nav-col.menu-bar::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(255,255,255,0.1);
    opacity: .5;
}

.nav-col.menu-bar::-webkit-scrollbar-thumb {
    background-color: #7931f8;
}

/** 与首页区分 end */
.nav-l {
    position: absolute;
    top: 50px;
    z-index: 9;
    background: #f9f9f9;
}
    .nav-col.menu-bar::-webkit-scrollbar {
        width: 2px;
        background-color: rgba(255,255,255,0.1);
        opacity: .5;
    }
    .nav-col.menu-bar::-webkit-scrollbar-thumb {
        background-color: #7931f8;
    }

.menu-bar {
    width: 268px;
}

    .menu-bar dl dt {
        display: block;
        line-height: 70px;
        font-weight: bold;
        word-spacing: 1px;
        /*border-bottom: 1px solid #E0E0E0;*/
    }

    .menu-bar dl {
        display: block;
        cursor: pointer;
        height: 68px;
        padding: 0px 20px;
        /*border-left: 1px solid #fff;*/
    }

    .menu-bar dd {
        display: inline-block;
        line-height: 21px;
    }

    .menu-bar dl:hover {
        border: 1px solid #7931F8;
        border-right: none;
    }

        .menu-bar dl:hover dt {
            border-bottom: 1px solid rgba(255,255,255,0);
        }

            .menu-bar dl:hover dt a {
                color: #7931F8 !important;
            }

        .menu-bar dl:hover .shelter-block {
            display: inline-block;
        }

        .menu-bar dl:hover .cate_part {
            display: block;
        }

    .menu-bar dd a {
        display: inline-block;
        padding: 0;
        padding: 0 3px;
    }

    .menu-bar dt a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        padding: 0 3px;
        font-size: 15px;
        height: 68px;
        color: #fff;
        white-space: nowrap;
    }

    .menu-bar .kind-two {
        font-weight: bold;
        font-size: 13px;
        color: #000;
    }

    .menu-bar dl:hover .shelter-block, .menu-bar dl:hover ~ dl .shelter-block {
        float: right;
        display: inline-block;
        position: relative;
        margin-top: -68px;
        margin-right: -22px;
        width: 2px;
        height: 70px;
        z-index: 999;
        background-color: #f9f9f9;
    }

    .menu-bar dl .cate_part {
        display: none;
        width: 780px;
        height: 100%;
        position: absolute;
        left: 268px;
        padding: 15px 10px;
        color: #666;
        background-color: #fff;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border: 1px solid #7931F8;
        border-top: none;
        bottom: 0;
        z-index: 3;
        overflow-y: auto;
    }

        .menu-bar dl .cate_part ul li {
            padding: 0px 10px;
            color: #666;
            margin-bottom: 6px;
            border-bottom: 1px dashed #eaeaea;
            display: flex;
            align-items: center;
        }

            .menu-bar dl .cate_part ul li .two {
                display: inline-block;
                /*margin-bottom: 7px;*/
                width: 120px;
                height: 30px;
                text-align: center;
                /*border-right: 1px solid #E0E0E0;*/
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

                .menu-bar dl .cate_part ul li .two a {
                    color: #000;
                    font-size: 14px;
                }

            .menu-bar dl .cate_part ul li .one {
                display: inline-block;
                width: calc(100% - 160px);
                min-height: 27px;
                padding: 7px 0;
                vertical-align: bottom;
            }

    .menu-bar .cate_part a {
        display: inline-block;
        padding: 5px 10px;
        font-size: 12px;
        color: #666;
    }

        .menu-bar .cate_part a:hover {
            color: #7931F8;
        }

#swpic img {
    object-fit: cover;
}

.menu-bar .title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
}

    .menu-bar .title img {
        width: 28px;
        height: 28px;
        object-fit: contain;
        margin-right: 3px;
    }

.menu-bar .subTitle {
    color: #919499;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    width: 180px;
    overflow: hidden;
}

    .menu-bar .subTitle > span:not(:last-child)::after {
        content: "/";
        display: inline-block;
    }

.menu-bar dl {
    padding: 0 20px;
}

    .menu-bar dl:hover {
        background-color: #fff;
        border: none;
    }

        .menu-bar dl:hover .title {
            color: #7931F8
        }

        .menu-bar dl:hover .shelter-block {
            background: #fff;
        }
/** 左侧商品分类css end */

/** 分类 一行 lyc begin*/
.kind-navbar {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #fff;
}

    .kind-navbar .king-content {
        width: 100%;
        display: flex;
        flex-direction: row;
        padding-top: 8px;
    }

        .kind-navbar .king-content .kind-name {
            font-weight: bold;
            line-height: 25px;
        }

            .kind-navbar .king-content .kind-name a {
                color: #333;
            }

        .kind-navbar .king-content a.on {
            color: #7931F8;
        }

        .kind-navbar .king-content .king-item {
            display: flex;
            flex-wrap: wrap;
            align-content: flex-start;
        }

            .kind-navbar .king-content .king-item .item {
                padding: 0 5px;
                border-right: 1px solid #ccc;
                height: 25px;
                line-height: 25px;
            }

                .kind-navbar .king-content .king-item .item:last-child {
                    border-right: none;
                }

[v-cloak] {
    display: none;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}
/** end */

/*
    根据不同品牌设置不同样式
    品牌6的样式
*/
/** 左侧商品分类css begin */
/** 与首页区分 begin */
/*.brand1097 .goods-menu-wrap {
    display: block;
    overflow: hidden;
    width:100%;
}
.brand1097 .goods-menu-wrap .title-list-content {
    position:static;
    padding-bottom:0;
    border-radius:0;
    display: flex;
    background: #f9f9f9;
}
.brand1097 .goods-menu-wrap .title-list-content>div{
    display:flex;
}
.brand1097 .goods-menu-wrap .title-list-content a{
    white-space:nowrap;
    color:#333;
}
.brand1097 .menu-bar dl:hover ~ dl .shelter-block {
    display: none;
}*/
/* 与首页区分 end */
/*.brand1097 .nav-l {
    position: static;
    flex: 1;
    overflow: hidden;
}

.brand1097 .menu-bar {
    display:flex;
    width:100%
}
.brand1097 .menu-bar dl{
    height:48px;
}
.brand1097 .menu-bar dt a{
    height:48px;
}
.brand1097 .menu-bar dl:hover dt a {
    color: #7931F8;
}
.brand1097 .menu-bar img {
    display: none;
}
.brand1097 .menu-bar .subTitle {
    display: none;
}
.brand1097 .menu-bar .title{
    white-space:nowrap;
}
.brand1097 .menu-bar dl .cate_part{
    width:100%;
    height:auto;
    left: 0;
    top:48px;
    bottom:unset;
    z-index:100;
}
.brand1097 .nav-slide {
    width:100%;
    margin-left:0;
}*/
/** 与首页区分 begin */
.nav-row.menu-bar.title-list-content {
    top: 0;
    background: #fff;
    width: 890px;
}

.nav-row.title-list-content > div {
    display: flex;
}

.goods-menu-wrap .nav-row.title-list-content dt a {
    color: #333;
}
/* 与首页区分 end */
.nav-col.menu-bar {
    min-height: 478px;
    /*height: 480px;
    overflow: hidden auto;*/
}

.nav-row.menu-bar {
    display: flex;
    position: absolute;
    top: -50px;
    left: 270px;
    padding-bottom: 0;
}

    .nav-row.menu-bar dl {
        height: 48px;
    }

        .nav-row.menu-bar dl dt {
            line-height: 48px;
        }

            .nav-row.menu-bar dl dt a {
                height: 48px;
            }

        .nav-row.menu-bar dl .cate_part {
            left: 0;
            top: 48px;
            bottom: revert;
            height: auto;
            width: 890px;
        }

        .nav-row.menu-bar dl .shelter-block {
            display: none !important;
        }
/** 左侧商品分类css end */

/* 客服按钮样式 */
.customer-service-btn {
    position: fixed;
    bottom: 150px;
    right: 20px;
    background-color: #7931F8;
    color: white;
    width: 60px;
    height: 60px;
    padding: 8px 0px 0px 0px;
    border-radius: 60px;
    cursor: pointer;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* SVG 图标样式 */
.svg-icon {
    fill: white;
    width: 27px;
    height: 27px;
}
/* span 样式 */
.customer-service-btn span {
    display: inline-block;
    vertical-align: middle;
}

