@charset "utf-8";
*//*默认页面主体样式定义*/
body
{
    color: #787878;
    background: #f0f0f0;
}
a
{
    color: #414141;
}
.w-main .row, .topLogBox .topLogBox-in, .w-footer-in
{
    max-width: 1200px;
    margin: 0 auto;
}
.w-admin-header .w-admin-row
{
    max-width: 100%;
    width: 100%;
}
.body
{
    overflow: hidden;
    font-size: 14px;
}
.w-system
{
    padding-top: 60px;
}
.menu-tel
{
    display: none;
}/*---------------------header-----------------------*/
.w-header-common .col-logo
{
    display: none;
}
.col-logo
{
    padding: 27px 0 20px;
}
.w-logo
{
    min-height: 50px;
    min-width: 40px;
    text-align: center;
}
.w-logo h1
{
    font-size: 42px;
    padding: 0 20px;
}
.w-logo h1, .w-logo a
{
    color: #000;
}
.menu-pc
{
    position: relative;
    z-index: 100;
    background: #fff;
}
.menu-pc .menu-pc-in
{
    position: relative;
    z-index: 1;
}
.w-nav
{
    background: #0095d9;
}
.w-nav
{
    font-size: 0;
    text-align: center;
}
.w-nav .w-nav-in
{
    max-width: 1200px;
    margin: 0 auto;
}
.w-nav .nav_inner
{
    display: block;
}
.w-nav .nav_inner>li
{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: none;
}
.w-nav li a
{
    text-decoration: none;
    color: #fff;
    padding: 0 10px;
    font-size: 15px;
}
.w-nav .nav_inner>li>a, .w-nav .nav_inner>li>.li-parent-div>a
{
    line-height: 50px;
    padding: 0 27px;
    display: block;
    color: #fff;
    position: relative;
    z-index: 1;
}
.w-nav .nav_inner>li .nav_simpline_cur
{
    display: block;
    width: 0;
    position: absolute;
    left: 50%;
    margin-left: 0;
    top: 0;
    bottom: 0;
}
.w-nav .nav_inner li:hover .nav_simpline_cur, .w-nav .nav_inner li.active .nav_simpline_cur
{
    width: 100%;
    margin-left: -50%;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.body-login-special .w-nav .nav_inner>li .nav_simpline_cur
{
    bottom: 0;
}
.login-navPc .w-admin-nav>.nav_inner>li>a, .login-navPc .w-admin-nav>.nav_inner>li>.li-parent-div>a
{
    padding: 0 20px;
}
.w-nav .nav_inner>li>.submenu
{
    top: 50px;
}
.w-nav .nav_inner>li:hover>.submenu, .w-nav .submenu li:hover>.submenu
{
    display: none;
}
.w-nav .submenu a
{
    font-size: 13px;
    text-align: left;
}
.topLogBox
{
    background: #fff;
}
.topLogBox, .topLogBox a
{
    font-size: 12px;
    color: #777;
}
.topLogBox a
{
    margin: 0 6px;
    text-decoration: none;
}
.topLogBox a:hover
{
    text-decoration: underline;
}
.topLogBox .topLogBox-in
{
    overflow: hidden;
}
.topLogBox .w-loginRegister, .topLogBox .w-shopCart
{
    float: left;
    position: relative;
    z-index: 9;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 2px;
}
.topLogBox .w-loginRegister
{
    margin-left: 20px;
}
.topLogBox .w-languege
{
    float: right;
    position: relative;
    z-index: 9;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    padding-top: 2px;
}
.w-shopCart i
{
    background: url(../img/shopcart.png) no-repeat center;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    display: inline-block;
    *zoom: 1;
    margin-right: 2px;
}
.topLogBox .w-search
{
    position: relative;
    margin-left: 5px;
    float: right;
    position: relative;
    z-index: 9;
    margin: 5px 10px;
}
.topLogBox .w-search .input-search-w
{
    background: none;
    width: 235px;
    height: 32px;
    *width: 200px;
    *height: 30px;
    line-height: 30px;
    padding: 0 35px 0 5px;
    border: 2px solid #666;
}
.topLogBox .w-search .search-btn-w
{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #666;
    cursor: pointer;
}
.topLogBox .w-search .search-btn-w span
{
    display: block;
    color: #fff;
    line-height: 30px;
    padding: 0 13px;
}
.nav_right_mask
{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #000;
    opacity: .3;
    *filter: alpha(opacity=30);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}/*-----------------------banner------------------*/
.bannerBox
{
    z-index: 101;
}
.banner .bx-controls-direction
{
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    display: none;
}
.banner .bx-wrapper:hover .bx-controls-direction
{
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.banner .bx-wrapper .bx-prev
{
    background-image: url("../img/banner_pre.png")!important;
    left: 0!important;
    background-position: left center!important;
}
.banner .bx-wrapper .bx-next
{
    background-image: url("../img/banner_next.png")!important;
    right: 0!important;
    background-position: right center!important;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a
{
    background: #fff!important;
    opacity: .5;
    *filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}/*---------------footer------------------*/
.w-footer
{
    border-top: 8px solid #17ada4;
    background: #e8e8e8;
}
.w-footer a
{
    color: #333333;
}/*----------------------------组件-----------------------*/
.w-text
{
    line-height: 1.8;
}
.btn-default-w
{
    color: #999;
    padding: 12px 35px;
    text-align: center;
    border: 1px solid #9f9f9f;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.btn-small-w
{
    padding: 8px 20px;
}
.w-form-filebox .w-form-file-upload .btn-default-w
{
    padding: 10px 12px;
}
.icon-social
{
    background-image: url('../img/icon-social-w.png');
}
.social-item
{
    background-color: #d9d9d9;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 1px;
}
.w-social .social-item:hover .icon-social
{
    background-image: url('../img/icon-social-hover-w.png');
}
.search-defaut-w .input-search-w
{
    background: #fff;
    border: 1px solid #ddd;
    line-height: 2.8em;
    height: 2.8em;
    padding-right: 4.5em;
    color: #41494f;
}
.search-defaut-w
{
    max-width: 100%;
}
.search-defaut-w .search-btn-w
{
    height: 100%;
    border: none;
    background: none;
    width: auto;
}
.search-defaut-w .search-btn-w span
{
    display: block;
    padding: 0 1em;
    color: #fff;
    line-height: 2.8em;
}
.w-form-submit .w-buttom .btn-default-w
{
    background: #2d9bce;
    border: 1px solid #2d9bce;
    color: #fff;
}
.w-form-submit .w-buttom .btn-default-w:hover
{
    background-color: #17ada4;
    border-color: #17ada4;
}
.w-lantern-h .w-lantern-in
{
    padding: 0 30px;
}
.w-lantern-marquee .w-lantern-in
{
    padding: 0;
}
.w-lantern-h .lantern_pre, .w-lantern-h .lantern_next
{
    width: 30px;
    height: 50px;
    margin-top: -25px;
}
.w-option .radio-simulation
{
    background-image: url(../img/radio.png);
}
.w-option input.checked[type="hidden"]+label
{
    background-image: url(../img/radio_selected.png);
}
.w-checkbox .checkbox-simulation
{
    border-color: #bbb;
}/*title*/
.color_vice
{
    color: #888;
}
.linebg
{
    background: #e3e3e3;
}
.w-title .title-h-in>span
{
    font-family: Arial,Helvetica,sans-serif;
    letter-spacing: .2em;
}
.w-title1, .w-title1 h2, .w-title16, .w-title16 h2
{
    line-height: 1.5;
}
.w-title1 h2, .w-title16 h2
{
    font-size: 24px;
}
.w-title1 .title-h-in>span, .w-title16 .title-h-in>span
{
    font-size: 110%;
    letter-spacing: .5em;
    font-family: "Times New Roman",Times,serif;
}
.w-title1 .simpline
{
    height: 1px;
    width: 60px;
    margin: 5px auto 0;
}
.w-title33 .title-h-in h2
{
    color: #666;
    font-size: 24px;
    font-weight: bold;
}
.w-title33 .title-h-in>span
{
    font-size: 110%;
}
.w-title34 .tith .line
{
    background: #999;
}/*--------------------系统------------------------*/
.systitle
{
    font-size: 20px;
    text-align: left;
    padding: 10px 15px 10px 20px;
    color: #fff;
    font-weight: bold;
}
.crumbs
{
    background: none;
    padding: 0;
    line-height: 1.3;
}
.w-pages a
{
    border-color: #d5d5d5;
    color: #5a5a5a;
    margin-left: 2px;
    margin-right: 1px;
}
.w-pages
{
    text-align: center;
}
.w-pages a:hover, .w-pages a.cur
{
    color: #d00;
}
.w-pages a.disabled
{
    color: #aaa;
    background: none;
    border: 1px solid #aaa;
}
.w-pages a.disabled:hover
{
    color: #aaa;
    background: none;
    border: 1px solid #aaa;
}
.upload_more, .upload_wait
{
    background-color: #d9d9d9;
}/*-----------------------------产品----------------------*/
.w-prd-list-cell .w-prd-price-groups .product-price-prefix
{
    font-weight: normal;
}
.w-prd-list-cell .w-prd-con
{
    padding: 15px;
    border: 1px solid #dfdfdf;
}
.w-prd-list1 .w-prd-list-cell
{
    margin-bottom: 8px;
}
.w-prd-list1 .w-prd-list-cell-in
{
    padding: 0 3%;
}
.w-prd-list1 .w-prd-list-cell .w-prd-con
{
    padding-bottom: 0;
}
.w-prd-list2 .w-prd-list-cell .w-prd-con
{
    padding-right: 0;
}
.w-product1 .w-prd-list-cell .w-prd-con
{
    padding-bottom: 0;
}
.w-product2 .w-prd-list-cell .w-prd-con
{
    padding-right: 0;
}
.w-product3 .w-prd-list-cell .w-prd-con
{
    padding-left: 0;
}
.w-prd-list2 .w-prd-list-cell .w-prd-con
{
    overflow: hidden;
}
.w-prd-list-cell .w-prd-btns a.btn-buy
{
    background: #628a82;
    border-color: #628a82;
    color: #fff;
}
.w-prd-list-cell .w-prd-price-groups, .w-prd-list-cell .w-prd-infobox h2, .w-product .w-prd-infobox h2
{
    margin-bottom: .2em;
    text-align: center;
}
.w-prd-list-cell .w-prd-infobox h2 a
{
    font-size: 15px;
}
.w-prd-list-cell .w-prd-infobox h2 a:hover
{
    text-decoration: none;
}
.w-prd-list-cell .w-prd-price-groups .w-prd-price-sale
{
    color: #acacac;
}
.w-prd-list-cell .w-prd-price-groups .w-prd-price-sale .product-price-amount
{
    color: #ff3c00;
    font-size: 110%;
}
.w-prd-list-cell .w-prd-price-groups .w-prd-price-markit .product-price-amount
{
    color: #000;
}
.w-prd-list-cell .w-prd-sum
{
    font-size: 90%;
}
.w-prd-list-cell .w-prd-btns
{
    line-height: 1.3;
}
.product-detail-info .product-grayBox
{
    background: #f9f9f9;
}
.evalInfo .evalInfo-title .evalInfo-title-inner
{
    background: #f0f0f0;
}
.prd_detInfo_con
{
    border-color: #d9d9d9;
}/*----------------------------新闻-------------------------*/
.w-News-list1 li, .w-News-list3 li, .w-News-list4 li, .w-News-list6 li, .w-News-list7 li, .w-adNews5 li, .w-adNews6 .adNewsTL li, .w-adNews9 li, .w-adNews11 li .news-sum
{
    border-bottom-style: dashed;
}
.w-News-list1 li, .w-News-list2 li .news-item, .w-News-list3 li, .w-News-list4 li, .w-News-list6 li, .w-News-list7 li, .w-adNews4 li, .w-adNews5 li, .w-adNews6 .adNewsTL li, .w-adNews9 li, .w-adNews11 li .news-sum
{
    border-color: #d0d0d0;
}
.newsDetail .newsTitle
{
    color: #000;
}
.w-News-list1 .news-com .date, .w-News-list1 .news-com .news-sum
{
    margin-top: 0;
}
.w-News-list8 .news-item .news-com .news-h a:hover
{
    color: #fff;
}
.w-adNews
{
    line-height: 1.2;
}
.w-adNews1 li .news-item .news-com .news-h a
{
    color: #444;
}
.w-adNews1 li .news-item .news-com .news-sum
{
    color: #999;
}
.w-adNews2 li .news-item
{
    border: none;
}
.w-adNews2 li .viewDetail
{
    display: none;
}
.w-adNews2 li .news-item .news-com
{
    padding: 8px 3px;
}
.w-adNews2 li .news-item .news-com .news-com-top
{
    margin-bottom: 0;
}
.w-adNews2 li .news-item .news-com .news-h
{
    line-height: 1.2;
    font-size: 110%;
    font-weight: normal;
}
.w-adNews2 li .news-item .news-com .news-sum
{
    margin-top: 0;
    line-height: 1.2;
    height: 3.6em;
    font-size: 95%;
}
.w-adNews3 .w-adNews-texts li .w-adNews-textH h3
{
    font-size: 115%;
}
.w-adNews7 .adNewsR .news-com .news-sum, .w-adNews7 .adNewsL li:hover .news-com .news-sum
{
    color: #bbb;
}
.w-adNews5 li .news-com
{
    margin-left: 27%;
}
.w-adNews6 .adNewsF
{
    padding-bottom: .7em;
    border-bottom: 1px dashed #d0d0d0;
}
.w-adNews6 .adNewsF .news-imgbox
{
    margin-right: 2%;
}
.w-adNews6 .adNewsF .news-h
{
    font-weight: normal;
    float: none;
    width: 100%;
}
.w-adNews6 .adNewsF .date
{
    float: none;
    width: 100%;
    text-align: left;
}
.w-adNews6 .adNewsF .news-sum
{
    font-size: 90%;
    margin-top: 10px;
}
.w-adNews6 .adNewsTL
{
    padding-top: .3em;
}
.w-adNews6 .adNewsTL li .news-h a
{
    color: #000;
}
.w-adNews9 li .news-com .news-h
{
    line-height: 1.3;
    font-size: 115%;
    margin-bottom: 0;
    margin-top: 5px;
}
.w-adNews9 li .news-com .news-sum
{
    line-height: 1.3;
    height: 2.6em;
}
.w-adNews li .news-btn
{
    padding: 8px 25px;
}
.newsDetail .newsSummary
{
    background: #fafafa;
}/*----------------------菜单----------------------------*/
.w-com-menu li>.div-parent>.fa-plus::before
{
    content: "";
}
.w-com-menu li.open>.div-parent>.fa-plus::before
{
    content: "";
}/*-----------------------会员中心和购物车--------------------*/
.w-admin-header .w-admin-nav
{
    float: none;
    margin-left: 0;
}/*---------------------登录注册--------------------------*/
.body-login
{
    background: #fff;
}
.signbox-A .login-h2A, .login-input-A, .register-A a, .password-forget-A a, .login-button-A, .signfoot, .login-checkA span
{
    color: #666;
}
input[class*='login-input-A']::-webkit-input-placeholder
{
    color: #666;
}
input[class*='login-input-A']:-moz-placeholder
{
    color: #666;
}
input[class*='login-input-A']::-moz-placeholder
{
    color: #666;
}
input[class*='login-input-A']:-ms-input-placeholder
{
    color: #666;
}
.sign-content-A
{
    background-image: url("../img/signboxbg.png");
}
.login-button-A
{
    background-image: url("../img/signbtnbg.png");
}
.login-checkA input.checked[type="checkbox"]+label
{
    background-image: url("../img/login-checked.png");
}
.login-input-A, .login-button-A, .login-checkA label
{
    border-color: #999;
}
@media(min-width: 768px)
{/*---------------------------菜单-------------------------*/
    .side_bar
    {
        width: 200px;
    }
    .side_left
    {
        margin-left: 230px;
    }
    .systitle
    {
        margin-bottom: 15px;
    }
    .w-com-menu-V
    {
        background: #343434;
    }
    .w-com-menu-V .fa
    {
        font-size: 100%;
        font-weight: normal;
        right: 0;
        bottom: auto;
        color: #fff;
    }
    .w-com-menu-V>.w-com-menu-in>.ul-parent
    {
        padding: 0 10px 60px;
    }
    .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent
    {
        margin-bottom: 10px;
    }
    .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent>.div-parent
    {
        background: none;
        border: 0;
    }
    .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent>.div-parent a
    {
        font-size: 15px;
        color: #fff;
    }
    .w-com-menu-V li a
    {
        padding: 14px 10px;
        font-size: 100%;
        line-height: 1.2;
    }
    .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent:hover>.div-parent
    {
        box-sizing: content-box;
    }
    .w-com-menu-V .ul-submenu
    {
        background: none;
        padding: 5px 0;
    }
    .w-com-menu-V .ul-submenu .div-parent
    {
        padding: 2px 0;
    }
    .w-com-menu-V .ul-submenu a
    {
        color: #fff;
        padding: 5px 10px;
        *position: relative;
        font-size: 13px;
    }
    .w-com-menu-V .ul-submenu .li-parent .div-parent
    {
        border-bottom: 0;
    }
    .w-com-menu-V .ul-submenu .li-parent .div-parent .fa
    {
        line-height: 1.8;
        top: 2px;
        right: -10px;
        color: #fff;
    }
    .w-com-menu-V .ul-submenu .ul-submenu
    {
        background: none;
    }
    .w-com-menu-V .ul-submenu .ul-submenu a
    {
        padding: 3px 10px 3px 20px;
        font-size: 12px;
    }
    .w-com-menu .fa
    {
        width: 30px;
    }
    .w-com-menu-H
    {
        text-align: center;
    }
    .w-com-menu-H>.w-com-menu-in
    {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }
    .w-com-menu-H>.w-com-menu-in>ul:after
    {
        content: "";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    .w-com-menu-H>.w-com-menu-in>ul>li
    {
        float: left;
        position: relative;
        margin: 0;
    }
    .w-com-menu-H>.w-com-menu-in>.ul-parent>li>.div-parent a
    {
        padding: 0 25px;
        line-height: 50px;
        display: block;
        color: #fff;
    }
    .w-com-menu-H .ul-submenu
    {
        padding-top: 15px;
        top: 50px;
    }
    .w-com-menu-H .ul-parent>li>.ul-submenu>ul
    {
        background: #f0f0f0;
    }
    .w-com-menu-H .ul-submenu .ul-submenu
    {
        padding-top: 5px;
        top: 30px;
        background: #f0f0f0;
    }
    .w-com-menu-H .ul-submenu li .div-parent
    {
        margin: 0 5px;
    }
    .w-com-menu-H .ul-submenu li a
    {
        line-height: 2;
        color: #444;
        font-size: 15px;
    }
    .w-com-menu-H .ul-submenu .ul-submenu-up
    {
        display: none;
    }
    .order-progress .order-progress-line .order-progress-line-sec .line
    {
        width: 111px;
    }
}
@media(min-width: 961px)
{
    .w-logo h1
    {
        line-height: 60px;
    }
    .w-nav .nav_inner>li
    {
        text-align: center;
    }
    .w-nav .nav_inner>li>a, .w-nav .nav_inner>li>.li-parent-div>a
    {
        position: relative;
        z-index: 2;
    }
    .w-nav .li-parentOne-div .fa
    {
        display: none;
    }
    .w-nav .submenu
    {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }
    .w-nav .submenu li
    {
        width: 171px;
    }
    .w-nav .submenu li .submenu
    {
        left: 171px;
    }
    .w-admin-shopCart
    {
        position: absolute;
        right: 10px;
        margin-right: 0;
        padding-top: 12px;
        z-index: 2;
        top: 21px;
    }
    .w-admin-shopCart a
    {
        background: #fff;
        padding: 7px 15px;
    }
    .w-admin-shopCart a span, .w-admin-shopCart a .fa-angle-right
    {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }
    .w-admin-shopCart a .num
    {
        left: 111px;
    }
    .w-nav .li-parent-div .fa-plus:before
    {
        content: "";
    }
}
@media(min-width: 1201px)
{
    .w-nav .nav_inner>li
    {
        min-width: 148px;
    }
    .bx-controls-direction
    {
        width: 1170px;
        position: absolute;
        height: 1.66rem;
        top: 50%;
        margin-top: -.83rem;
        left: 50%;
        margin-left: -585px;
    }
    .w-com-menu-H>.w-com-menu-in>.ul-parent>li>.div-parent
    {
        min-width: 210px;
    }
    .w-com-menu-H .ul-submenu
    {
        text-align: center;
    }
}
@media(max-width: 1200px)
{
    .w-main .row, .w-header .row, .w-footer-in, .topLogBox .topLogBox-in
    {
        max-width: 100%;
    }
    .col-table
    {
        margin: 0;
    }
    .w-com-menu-H
    {
        margin-left: 0;
    }
}
@media(min-width: 768px) and (max-width: 1300px)
{/*---------------------头部--------------------------------*/
    .w-admin-shopCart a
    {
        padding: 7px 5px;
    }
    .w-admin-shopCart a span, .w-admin-shopCart a .fa-angle-right
    {
        display: none;
    }
    .w-admin-shopCart a .num
    {
        left: 20px;
    }
}
@media(max-width: 960px)
{
    html
    {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
    body
    {
        height: 100%;
        min-width: 100%;
    }
    .body
    {
        padding-top: 1.4rem;
    }
    .menu-tel, .search-tel
    {
        display: block;
    }
    .menu-pc
    {
        display: none;
    }
    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto
    {
        bottom: 0!important;
    }
    .mobile-nav-toggle, .signTel, .shopCartTel, .signQuitTel
    {
        top: .34rem;
    }/*--------------------header---------------------*/
    .w-header, .w-admin-header, .body-login .w-admin-header
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 0;
        height: 1.4rem;
        background: #fff;
        z-index: 999;
        color: #434343;
        box-shadow: 0 0 1px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 1px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,.1);
    }
    .w-header-common .col-logo
    {
        display: block;
    }
    .col-logo
    {
        padding: 0;
    }
    .w-logo
    {
        padding: 0 1.2rem;
        height: auto;
        min-height: 0;
        min-width: 0;
    }
    .w-logo h1
    {
        font-size: .7rem;
        margin-top: .25rem;
        margin-bottom: 0;
    }
    .w-logo-img
    {
        display: block;
        padding: .17rem .25rem;
        line-height: 1.06rem;
    }
    .w-logo-img img
    {
        max-height: 1.06rem;
    }
    .col-right
    {
        position: fixed;
        left: -70%;
        width: 70%;
        background: #fff;
        top: 0;
        bottom: 0;
        padding: 0;
        padding-bottom: 9em;
        margin-top: 0;
        z-index: 3;
    }
    .w-header .w-search
    {
        float: none;
        margin: .5em 1em;
    }
    .w-header .w-search .input-search-w
    {
        width: 100%;
        box-sizing: border-box;
        height: 2.5em;
        line-height: 2.5em;
    }
    .menu-tel
    {
        background: none;
        overflow-y: auto;
        height: 100%;
    }
    .w-admin-header .w-admin-nav
    {
        margin-left: 0;
    }
    .w-nav
    {
        margin-top: 0;
    }
    .w-nav ul
    {
        list-style: none;
        padding-left: 0;
    }
    .w-nav .nav_inner>li
    {
        display: block;
    }
    .w-nav .nav_inner>li>a, .w-nav .nav_inner>li>.li-parent-div>a
    {
        line-height: 2.5;
        color: #fff;
        padding: 0 .8em;
        font-size: 14px;
    }
    .w-nav li
    {
        border-bottom: 0;
        border-top: 0;
        float: none;
    }
    .w-nav li a, .w-nav .submenu li a
    {
        display: block;
        color: #fff;
        text-align: left;
        box-shadow: 0 0 1px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 1px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,.1);
    }
    .w-nav .submenu li a
    {
        font-size: 14px;
    }
    .w-nav .nav_inner>li:hover>.submenu, .w-nav .submenu li:hover>.submenu
    {
        display: none;
    }
    .w-nav .nav_inner>li>.submenu, .w-nav .submenu li .submenu
    {
        top: 0;
        left: 0;
    }
    .w-nav .submenu
    {
        position: relative;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }
    .w-nav .submenu li
    {
        width: auto;
    }
    .w-nav .submenu ul, .w-nav .submenu .submenu ul
    {
        background: none;
    }
    .w-nav .li-parent-div .fa
    {
        position: absolute;
        top: 50%;
        margin-top: -1em;
        right: 0;
        width: 2em;
        height: 2em;
        line-height: 2em;
        text-align: center;
        font-size: 150%;
    }
    .w-nav .li-parent-div .fa-plus::before
    {
        content: "";
    }
    .w-nav .li-parent-div.open .fa-plus::before
    {
        content: "";
    }
    .w-nav .submenu li a
    {
        padding: .5em .5em .5em 1.5em;
        text-align: left;
    }
    .w-nav .submenu .submenu li a
    {
        padding-left: 2.5em;
    }
    .w-nav .nav_inner>li .nav_simpline_cur
    {
        display: none;
    }
    .mobile-nav-toggle
    {
        display: block;
    }/*---------------------------topLogBox--------------------------*/
    .topLogBox .w-loginRegister, .topLogBox .w-shopCart, .topLogBox .w-languege
    {
        float: none;
        margin: 0;
    }
    .topLogBox
    {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
        -moz-box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
    }
    .topLogBox, .topLogBox a
    {
        color: #fff;
    }
    .col-com
    {
        float: none;
    }
    .w-languege, .w-loginRegister, .w-shopCart
    {
        float: none;
        margin: 0;
        padding: .5em;
    }
    .w-header .w-search
    {
        float: none;
        margin: .5em 1em;
    }
    .w-header .w-search .input-search-w
    {
        width: 100%;
        box-sizing: border-box;
        height: 2.5em;
        line-height: 2.5em;
        border-color: #fff;
    }
    .topLogBox .w-search .search-btn-w
    {
        background: #fff;
    }/*-------------------系统菜单----------------------*/
    .w-com-menu
    {
        background: none;
    }/*-----------------------会员中心和购物车--------------------*/
    .w-admin-header .col-logo
    {
        float: none;
    }
    .w-admin-shopCart, .w-admin-top
    {
        display: none;
    }
    .signTel, .shopCartTel, .signQuitTel
    {
        display: block;
    }
    .w-admin-header .w-admin-nav
    {
        position: fixed;
        left: -70%;
        width: 70%;
        top: 0;
        bottom: 0;
        padding: 0;
        margin-top: 0;
        z-index: 3;
        display: block;
        overflow-y: auto;
    }
    .w-admin-nav .w-nav-in
    {
        height: 100%;
    }
    .order-progress
    {
        display: none;
    }
}
@media(max-width: 767px)
{
    .scrollTop
    {
        display: none;
    }/*----------------------系统页-------------------*/
    .w-system
    {
        padding-top: .5rem;
    }
    .systitle
    {
        font-size: 125%;
    }
    .w-com-menu-V
    {
        border: 0;
    }
    .w-prd-list2 .w-prd-list-cell-in
    {
        padding-left: 0;
    }
    .product-detail-info .product-grayBox
    {
        background: none;
    }/*----------------------新闻---------------------------*/
    .w-adNews5 li .news-h
    {
        font-size: 105%;
    }
}
@media only screen and (max-width: 479px)
{
    .body
    {
        font-size: .375rem;
    }
    .w-prd-list-cell .w-prd-con
    {
        padding: .5em;
    }
    .w-prd-list-cell .w-prd-infobox h2 a
    {
        font-size: 100%;
    }
    .w-title33 .title-h-in h2, .w-title1 h2, .w-title16 h2
    {
        font-size: 130%;
    }
    .w-title33 .title-h-in>span, .w-title1 .title-h-in>span, .w-title16 .title-h-in>span
    {
        font-size: 90%;
    }
    .w-lantern-h .w-lantern-in
    {
        padding: 0 15px;
    }
    .w-lantern-marquee .w-lantern-in
    {
        padding: 0;
    }
    .w-lantern-h .lantern_pre, .w-lantern-h .lantern_next
    {
        width: 14px;
    }
}