﻿html, body, ul, li, ol, h1, h2, h3, h4, h5, hr, dt, dd, img {
    margin: 0;
    border: 0;
    padding: 0;
}

body {
    width: 100%;
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    color: #666;
    min-width: 1200px;
}

    body.gray {
        background-color: #f1f1f1;
    }

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #444;
    cursor: pointer;
}

.bg_platform {
    background: #fff;
}

/*-----文字对齐-------------------*/
.t-c {
    text-align: center;
}

.t-l {
    text-align: left;
}

.t-r {
    text-align: right;
}

/*------------文字颜色------------------*/
.white {
    color: #FFF;
}

.darkgray {
    color: #444;
}

.gray {
    color: #bbb;
}

.lightgray {
    color: #999;
}

.darkwhite {
    color: #b3b3b3;
}

.red {
    color: #F00;
}

.green {
    color: #25951a;
}

.blue {
    color: #1e5ec8;
}

.orgen {
    color: #ff5a00;
}

.darkorg {
    color: #a88c6e;
}


/*----------padding-------------------*/
.p-d {
    padding: 10px;
    overflow: hidden;
}

.p-lr-d {
    padding: 0 10px;
}

.p-tb-d {
    padding: 10px 0;
}

.p-tb-d-c {
    text-align: center;
}

/*------margin----------------------*/
.m-b {
    margin-bottom: 10px;
}

.m-bx {
    margin-bottom: 40px;
}

.m-t {
    margin-top: 10px;
}

.m-bt {
    margin: 10px 0;
}

.m-r {
    margin-right: 10px;
}

.m-l {
    margin-left: 10px;
}

.m-rl {
    margin: 0 10px;
}

.marg {
    margin: 10px;
}

/*--------边框-----------------*/
.panel {
    border: 1px solid #e2e2e2;
}

.panel-d {
    border-bottom: 1px solid #d1d1d1;
}

.fs-12-n {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
}
/*---字体大小----*/
.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-lg {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}
/**/
.sd {
    box-shadow: #999 1px 1px 3px;
}
/*-------width-----------------------*/
.w-80per {
    width: 80%;
}

input, button, select {
    outline: 0;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 12px;
}

select {
    height: 26px;
    border: 1px solid #d1d1d1;
    font-size: 12px;
    padding: 3px 5px;
    line-height: 24px;
    background: -webkit-linear-gradient(top,#f0f0f0,#fff);
    background: -moz-linear-gradient(top,#f0f0f0,#fff);
    background: -o-linear-gradient(top,#f0f0f0,#fff);
    background: linear-gradient(#f0f0f0,#fff);
    background-repeat: no-repeat;
    background-size: 100% 30%;
}

table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    vertical-align: middle;
    min-height: 50px;
    font-size: inherit;
}

.tablecolspantd {
    text-align: left;
    padding-left: 15px;
    color: #b3b3b3;
    height: 40px;
    line-height: 40px;
    border-top: 0px;
}

.c_title caption {
    text-align: left;
}

.c_title {
    padding-top: 10px;
}

.div_title {
    margin-bottom: 10px;
}

    .div_title:hover {
        border: 1px solid #FF6803;
        margin-bottom: 8px;
    }

.c_title:hover caption .hidden {
    display: block;
    background-color: #ff6600;
    color: #fff;
    padding: 7px;
}

.c_title tr:first-child td {
    border-top-width: 0;
}

td, caption, th {
    border: 1px solid #e2e2e2;
}

caption, th {
    background-color: #f7f7f7;
}

th {
    text-align: center;
    line-height: 20px;
    height: 40px;
}

td {
    height: 40px;
    line-height: 20px;
}

.td_floatleft {
    text-align: left;
    padding-left: 4px;
}

caption {
    height: 40px;
    line-height: 40px;
    text-align: left;
}

table.tttt {
    margin-bottom: 10px;
}

table.c_title {
    margin-bottom: 10px;
}

    table.c_title:last-child {
        margin-bottom: 0px !important;
    }

caption div {
    display: inline-block;
}

a:hover {
    text-decoration: none;
    color: #cf152d;
}

button {
    background-color: #ff7200;
    border-radius: 3px;
    color: #FFF;
    padding: .5em 1.5em;
    cursor: pointer;
}

    button.ghost {
        background-color: transparent;
        border: 1px solid #e3e3e3;
        border-radius: 3px;
        color: #444;
        padding: 0.5em 1.5em;
        cursor: pointer;
    }


input[type=text], input[type=password] {
    border: 1px solid #d1d1d1;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
}

input[type=checkbox] {
    vertical-align: middle;
}

input[type=button] {
    cursor: pointer;
}

em {
    font-style: normal;
    color: #F00;
    font-weight: bold;
}

.main h3 {
    font-size: 16px;
    font-family: 'Microsoft YaHei Light';
    padding: 0px 0px 0.7em 0px;
    border-bottom: 1px solid #f4f4f4;
    line-height: 1.1em;
    color: #333;
}

    .main h3:before {
        content: url(/zcy/default/pc/images/icon-1.png);
        display: inline-block;
        margin-right: 8px;
        vertical-align: middle;
        margin-top: 1px;
    }

    .main h3 .more, .main h3 a {
        color: #666;
        font-size: 12px;
        margin-left: 15px;
        font-family: 'Microsoft YaHei';
    }

        .main h3 a:hover {
            color: #ff6a00;
        }

.mainTitle {
    position: relative;
    font-size: 15px;
    font-family: 'Microsoft YaHei Light';
    padding: 0 20px 0.7em;
    border-bottom: 1px solid #f4f4f4;
    line-height: 1.1em;
}

    .mainTitle:after {
        content: "";
        display: inline-block;
        width: 114px;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.main {
    background: #f2f2f2;
    padding-top: 30px;
}

    .main .panal {
        width: 1200px;
        margin: 0 auto 20px;
    }

        .main .panal > img {
            display: block;
        }

.panal {
    width: 1200px;
    margin: 20px auto;
}

.pad {
    padding: 15px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main .pad {
    padding: 0 0 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*公用样式*/
.clean {
    zoom: 1;
}

    .clean:after {
        content: '';
        display: block;
        clear: both;
    }

.fl {
    float: left;
    color:#333;
}

.fr {
    float: right;
}

.layout {
    width: 1200px;
    margin: auto;
}

.layout_div {
    width: 400px;
    float: left;
    display: inline-block;
    height: 100px;
}

.fullwidth {
    min-width: 1200px;
    padding: 0px;
    box-sizing: border-box;
    max-width: 1366px;
    margin: 0 auto;
}


.logodiv {
    background-color: #FFF;
    width: 100%;
}

.topnav li.catgray > a:hover {
    color: #FFF;
}

.catgraylist {
    position: absolute;
    left: 0;
    top: 30px;
    background-color: #f3f3f3;
    width: 200px;
    padding-bottom: 4px;
    z-index: 999;
    display: none;
}

    .catgraylist li {
        /*border: 1px solid #f3f3f3;
        padding: 4px;
        border-right: 0;*/
    }

    .catgraylist > li > a {
        position: relative;
        display: block;
        background: url(/zcy/default/pc/images/righrarrow.png) no-repeat 8px center;
        text-decoration: none;
        padding: 8px 14px 6px 30px;
        line-height: 20px;
        border: 1px solid #f3f3f3;
    }

    .catgraylist > li:hover > a {
        background-color: #FFF;
        border-color: #666;
        border-right-color: #FFF;
        z-index: 2;
    }
    /*.catgraylist > li:hover {
        background-color: #FFF;
        border-color: #666;
    }*/

    .catgraylist li:hover .subcatgray {
        display: block;
    }

.subcatgray {
    display: none;
    position: absolute;
    width: 978px;
    min-height: 458px;
    background-color: #FFF;
    top: 0;
    left: 199px;
    padding: 10px 20px;
    line-height: 22px;
    border: 1px solid #666;
    z-index: 1;
}

    .subcatgray > div {
        margin: 8px auto;
    }

    .subcatgray a {
        display: inline-block;
        margin: 0 8px;
        cursor: pointer;
    }

.cart_home_content {
    position: absolute;
    right: 0;
    color: #666;
    display: none;
    z-index: 500;
}

.cartbtn:hover .cart_home_content {
    display: block;
}

.cart_home_list {
    width: 293px;
    line-height: 20px;
    background: #FFF;
    box-shadow: #666 0 0 3px;
    padding: 5px 10px 15px 10px;
    display: none;
}

.more {
    display: block;
    float: right;
    font-size: 12px;
    font-weight: 400;
}

.tdmore {
    background: url(/zcy/default/pc/images/more.png) no-repeat 90% center;
    background-size: 14px;
}

.affiche {
    width: 275px;
    background: #fff;
    height: 180px;
}

.afficheList ul {
    display: none;
    padding: 10px 20px;
    overflow: hidden;
    height: 138px;
    box-sizing: border-box;
    padding: 8px 20px\9;
}

    .afficheList ul li {
        padding-left: 12px;
        background: url("/zcy/default/pc/images/liBg.jpg") no-repeat left center;
        border-bottom: 1px dashed #e5e5e5;
    }

        .afficheList ul li:last-child {
            border-bottom: none;
        }

        .afficheList ul li a {
            color: #464646;
            white-space: nowrap;
            overflow: hidden;
            display: block;
            height: 29px;
            line-height: 29px;
            text-overflow: ellipsis;
        }

            .afficheList ul li a:hover {
                color: #ff6a00;
            }

.home_wechat {
    width: 275px;
    height: 152px;
    margin-top: 12px;
}

.home_wechat_title {
    z-index: 33;
    position: relative;
    left: 0;
    bottom: 0;
    height: 18px;
    padding-top: 3px;
    width: 255px;
    bottom: 23px;
    text-align: center;
    background-color: #000;
    filter: alpha(Opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    color: white;
    font-size: 12px;
    overflow: hidden;
    padding: 0 10px;
}

.home_wechat img {
    max-height: 152px;
}

.home_wechat_title a {
    color: white;
}

.home_wechat_title :hover {
    color: #ff6600;
    text-decoration: underline;
}

.afficheList .active {
    display: block;
}

.option {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #f4f4f4;
}

    .option a {
        border-bottom: 1px solid transparent;
        text-align: center;
        color: #666;
        float: left;
        display: block;
        width: 50%;
        background: url("/zcy/default/pc/images/line.jpg") no-repeat right center;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .option .noBorder {
        background: none;
    }

    .option .active {
        color: #ff6a00;
        border-bottom: 1px solid #ff6a00;
        margin-bottom: -1px;
    }

    .option a:hover {
        text-decoration: none;
    }
/*公共的样式*/
.item-list {
    width: 100%;
}

    .item-list:after {
        content: "";
        display: block;
        clear: both;
    }

    .item-list li {
        width: 25%;
        float: left;
        background-color: #FFF;
        text-align: center;
        line-height: 24px;
        padding-top: 24px;
        padding-bottom: 20px;
        box-sizing: border-box;
        position: relative;
    }

        .item-list li .item-pic {
            padding-bottom: 20px;
            height: 164px;
            overflow: hidden;
        }

        .item-list li:last-child {
            border-right: none;
        }

        .item-list li .item-pic img {
            max-height: 164px;
        }

.item-title, .item-a {
    margin: 0 30px;
    height: 24px;
    overflow: hidden;
}

.offer {
    width: 909px;
}

    .offer .more a {
        line-height: normal;
        display: inline-block;
        margin: 0 0.5em;
    }

    .offer .item-list li {
        width: 33.33%;
        border-right: 1px solid #f4f4f4;
    }

        .offer .item-list li:last-child {
            border-right: none;
        }

.commodity-list .item-list {
    display: none;
}

.item-a a:hover {
    color: #ff6600;
}

.item-a a {
    color: #bbb;
}

.item-sell li {
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

    .item-sell li:nth-child(3) {
        border-right: none;
    }

.item-list .li-w {
    padding: 0;
    width: 50%;
}

    .item-list .li-w .item-pic {
        width: 100%;
        height: 304px;
        padding: 0;
    }

        .item-list .li-w .item-pic img {
            width: 100%;
            height: 100%;
            max-height: 304px;
        }

    .item-list .li-w .li-w-c * {
        text-align: left;
    }

    .item-list .li-w .li-w-c .item-title, .item-list .li-w .li-w-c .item-a {
        margin-left: 0;
    }

    .item-list .li-w .li-w-c {
        position: absolute;
        left: 356px;
        top: 110px;
    }

.li-w .li-w-c .li-btn {
    margin-top: 10px;
}

    .li-w .li-w-c .li-btn a {
        background: #ff6a00;
        width: 76px;
        font: 400 14px/30px 'Microsoft YaHei';
        color: #fff;
        height: 30px;
        text-align: center;
        display: block;
    }

        .li-w .li-w-c .li-btn a:hover {
            text-decoration: none;
        }

.item-newGoods li {
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

    .item-newGoods li:nth-child(2) {
        border-right: none;
    }

.item-brand {
    color: #666;
}

.item-name {
    color: #444;
}

.titleP {
    display: block;
    width: 196px;
    height: 24px;
    overflow: hidden;
    margin: auto;
}

.item-price {
    text-align: center;
    color: #ff6600;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -1px;
}

.partner {
    background-color: #FFF;
}

    .partner a {
        display: inline-block;
        padding: 12px 0px;
        letter-spacing: 1px;
        margin: 5px;
    }

    .partner.panal.pad {
        padding-left: 20px;
        padding-top: 15px;
    }


.bottomnav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #333333;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.bottom-footer {
    width: 100%;
    background-color: #F2F2F2;
    padding: 20px 0;
}

.bottom-banner {
    margin-top: 15px;
    background: #fff;
    border: 1px solid #e2e2e2;
}

.bottomnav span {
    display: inline-block;
    margin: 0 30px;
}

.bottomnav img {
    vertical-align: bottom;
    margin-right: 8px;
}

.pagefooter {
    width: 1200px;
    margin: auto;
}

    .pagefooter:after {
        content: "";
        display: block;
        clear: both;
    }

    .pagefooter img {
        margin: 0;
    }

    .pagefooter div {
        border-right: 1px solid #E9E9E8;
        width: 170px;
        float: left;
        text-align: left;
    }

        .pagefooter div a {
            display: inline-block;
            margin: 0;
            line-height: 24px;
            width: 100%;
            padding: 0 20px;
        }

            .pagefooter div a.tou {
                font-weight: bold;
                font-size: 16px;
                line-height: 30px;
            }

.copyright span {
    display: inline-block;
    margin: 0 0.5em;
}

.copyright a {
    color: #767676;
}

caption span {
    display: inline-block;
    margin: 0 8px;
}


tfoot th {
    font-style: normal;
    font-weight: normal;
    text-align: left;
}

table a {
    display: inline-block;
    padding: 0 4px;
}

    table a:hover {
        color: #FF6600;
    }

.title {
    background-color: #444;
    height: 35px;
    color: #FFF;
    font-size: 14px;
    line-height: 35px;
    padding-left: 16px;
}

    .title span {
        display: inline-block;
        margin-right: 0.5em;
    }

    .title .title-more {
        width: 955px;
        background-color: #f2f2f2;
        color: #666;
        text-align: right;
        margin: 0;
        height: 32px;
    }

.sub-title {
    background-color: #fff;
    color: #444;
    height: 29px;
    line-height: 29px;
    padding-left: 16px;
    font-weight: bold;
    cursor: pointer;
}

.Brown {
    color: #d8bb9c;
    font-size: 12px;
}

.orderid {
    font-weight: bold;
}

/*公共部分结束*/

.pagetop {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: auto;
    background-color: #f2f2f2;
}

    .pagetop a {
        display: inline-block;
        padding: 0 12px;
    }

.search {
    width: 800px;
    height: 90px;
    padding-top: 50px;
    text-align: center;
}

.searchType {
    width: 80px;
    z-index: 666;
    position: absolute;
    left: 112px;
    background-color: #fff;
    margin-top: 45px;
    color: #333;
    display: none;
}

.searchSelect {
    width: 80px;
    z-index: 666;
    position: absolute;
    left: 112px;
    background-color: #fff;
    margin-top: 2px;
    color: #333;
}

    .searchSelect .select {
        height: 40px;
        width: 70px;
        float: left;
        font-size: 14px;
        cursor: pointer;
    }

.selectscType {
    background-color: #f2f2f2;
}

.searchSelect .line {
    height: 16px;
    border-right: 1px solid #e8e8e8;
    width: 9px;
    margin-top: 12px;
    float: left;
    cursor: pointer;
}

.searchSelect li {
    height: 40px;
    line-height: 40px;
}


    .searchSelect li:after {
        content: "▼";
        display: block;
        font-size: 14px;
        position: absolute;
        top: 11px;
        right: 10px;
        top: 0px;
    }

.searchType ul {
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 5px 1px #cacaca;
}

.searchType li {
    display: inline-block;
    line-height: 30px;
    border-bottom: none;
    width: 100%;
    font-size: 14px;
}

    .searchType li:hover {
        background-color: #f2f2f2;
        font-size: 14px;
        cursor: pointer;
    }

.search input {
    border: 2px solid #ff6600;
    line-height: 26px;
    height: 40px;
    outline: 0;
    vertical-align: top;
}

    .search input[type=text] {
        height: 40px;
        width: 410px;
        padding-left: 88px;
    }

    .search input[type=button] {
        background-color: #ff6600;
        height: 44px;
        color: #FFF;
        padding: 0 20px;
    }

.head {
    width: 100%;
    background-color: #fff;
}

.loginuser {
    color: #FF6600;
}

.padding_head {
    height: 15px;
}

.menutop {
    width: 100%;
    height: 30px;
    background-color: #444;
}

.topnav {
    position: relative;
}

    .topnav > li {
        float: left;
        border-left: 1px solid #3a3a3a;
        border-right: 1px solid #525252;
    }

        .topnav > li > a {
            display: block;
            color: #FFF;
            font-size: 12px;
            width: 112px;
            line-height: 30px;
            text-align: center;
            text-decoration: none;
        }

        .topnav > li:hover {
            background-color: #ff6600;
            color: #fff;
        }

    .topnav li.catgray > a {
        width: 200px;
        text-align: center;
        background-color: #ff6600;
    }

.subcatgray label {
    font-size: 14px;
    line-height: 26px;
}

.topnav li.catgray:hover .catgraylist {
    display: block;
}

.sx_top_catgray {
    text-align: center;
    padding-top: 3px;
}

    .sx_top_catgray:hover {
        background-color: #444 !important;
    }

.cartbtn {
    position: relative;
    background: url(/zcy/default/pc/images/cartbg.jpg) no-repeat left 50%;
    background-color: #161616;
    width: auto;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    float: right;
    cursor: pointer;
    padding-left: 50px;
    padding-right: 25px;
}

.cart_home_content {
    position: absolute;
    right: 0;
    color: #666;
    display: none;
    z-index: 9999;
}

.cart_home_empty {
    width: 273px;
    background: #FFF;
    box-shadow: #ddd 0 0 6px;
    padding: 20px;
}

    .cart_home_empty img {
        margin-right: 10px;
        vertical-align: middle;
    }

.cart_home_list h3 {
    margin: 0;
    line-height: 28px;
    text-align: left;
}

.cart_home_list ul {
    border-top: 1px solid #ddd;
    max-height: 300px;
    overflow: auto;
}

.cart_home_list li {
    list-style: none;
    padding: 5px 0;
    height: 50px;
    border-bottom: 1px solid #ddd;
}

    .cart_home_list li:last-child {
        border: none;
    }

.cart_home_list span {
    display: inline-block;
    padding: 4px 0 0 4px;
    width: auto;
}

.cart_home_list li span {
    width: 120px;
    text-align: left;
    height: 43px;
    overflow: hidden;
}

.cart_home_list_del {
    padding: 5px 10px;
    float: right;
}

.dir-ad {
    margin-top: 8px;
    height: 413px;
}

    .dir-ad .main-nav {
        width: 247px;
        margin-right: 8px;
    }

        .dir-ad .main-nav .nav-content {
            position: relative;
            background-color: #fbfbfb;
            border: 1px solid #e7e2e2;
            line-height: 30px;
            padding: 8px 0;
        }

            .dir-ad .main-nav .nav-content li {
                display: list-item;
                color: #444;
                list-style-position: inside;
                padding-left: 16px;
                cursor: pointer;
            }

            .dir-ad .main-nav .nav-content .sub-menu {
                position: absolute;
                display: none;
                background-color: #FFF;
                top: -36px;
                left: 246px;
                width: 628px;
                height: 413px;
                z-index: 100;
            }

            .dir-ad .main-nav .nav-content li:hover .sub-menu {
                display: block;
            }

            .dir-ad .main-nav .nav-content .sub-menu .sub-mu-top {
                height: 36px;
                background-color: #f2f2f2;
                border-bottom: 1px solid #e7e2e2;
            }

            .dir-ad .main-nav .nav-content .sub-menu .sub-mu-list {
                height: 376px;
                border-bottom: 1px solid #e7e2e2;
                border-right: 1px solid #e7e2e2;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 1em;
            }

                .dir-ad .main-nav .nav-content .sub-menu .sub-mu-list label {
                    display: inline-block;
                    width: 90px;
                    color: #9f6c2f;
                    vertical-align: top;
                }

                .dir-ad .main-nav .nav-content .sub-menu .sub-mu-list .sub-mu-lis-item {
                    display: inline-block;
                    width: 509px;
                }

                    .dir-ad .main-nav .nav-content .sub-menu .sub-mu-list .sub-mu-lis-item a {
                        display: inline-block;
                        padding: 0 1em;
                    }

            .dir-ad .main-nav .nav-content li:hover {
                background-color: #e7e2e2;
            }

                html > body .dir-ad .main-nav .nav-content li:hover .sub-menu {
                    display: block;
                }

    .dir-ad .main-ad {
        width: 620px;
        overflow: hidden;
    }

        .dir-ad .main-ad .ad-lunbo {
            width: 437px;
            height: 315px;
        }

        .dir-ad .main-ad .ad-right {
            background-color: #e7e2e2;
            border: 1px solid #e7e2e2;
            color: #444;
        }

            .dir-ad .main-ad .ad-right .ad-square {
                background-color: #FFF;
                width: 172px;
                height: 156px;
                text-align: center;
                margin-bottom: 1px;
            }

                .dir-ad .main-ad .ad-right .ad-square span {
                    display: block;
                    line-height: 20px;
                }

                .dir-ad .main-ad .ad-right .ad-square img {
                    width: 117px;
                    height: 117px;
                }

        .dir-ad .main-ad .ad-transverse {
            font-size: 0;
            margin-top: 8px;
        }

            .dir-ad .main-ad .ad-transverse img {
                width: 306px;
                height: 88px;
            }

    .dir-ad .aside {
        width: 317px;
    }

        .dir-ad .aside .announcement {
            border: 1px solid #e7e2e2;
        }

            .dir-ad .aside .announcement .tab {
                background-color: #FF6600;
                height: 35px;
                color: #FFF;
                font-size: 14px;
                line-height: 35px;
            }

                .dir-ad .aside .announcement .tab .tab-item {
                    display: inline-block;
                    width: 110px;
                    padding-left: 16px;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    cursor: pointer;
                }

                    .dir-ad .aside .announcement .tab .selected, .dir-ad .aside .announcement .tab .tab-item:hover {
                        background-color: #FFF;
                        color: #000;
                        padding-left: 16px;
                        font-weight: bold;
                    }

                .dir-ad .aside .announcement .tab .selected {
                    cursor: default;
                }

                .dir-ad .aside .announcement .tab a {
                    display: inline-block;
                    margin-right: 0.5em;
                }

            .dir-ad .aside .announcement .annou-list {
                padding: 15px 1em;
            }

                .dir-ad .aside .announcement .annou-list > a {
                    display: list-item;
                    list-style-position: inside;
                    line-height: 29px;
                }

        .dir-ad .aside .quicknav {
            background-color: #F2F2F2;
            padding: 10px;
            margin-top: 8px;
            font-size: 0;
        }

            .dir-ad .aside .quicknav .quicknav-item {
                display: inline-block;
                font-size: 12px;
                width: 72px;
                height: 72px;
                padding: 0 13px;
            }

                .dir-ad .aside .quicknav .quicknav-item img {
                    display: block;
                }

.userdefaultaddress {
    font-weight: bold;
    color: #FF6600;
    background-color: rgba(253, 242, 203, 0.36);
    border-color: #ce0505;
}

.goods {
    margin-top: 8px;
    width: 1200px;
}

    .goods .goods-aside-ad {
        display: inline-block;
        width: 245px;
        overflow: hidden;
    }

    .goods .goods-cont {
        width: 1208px;
        font-size: 0;
        margin-top: 10px;
    }

    .goods .goods-list {
        display: inline-block;
        margin-left: 7px;
        width: 956px;
        font-size: 0;
        vertical-align: top;
    }

        .goods .goods-list .goods-item {
            position: relative;
            font-size: 12px;
            display: inline-block;
            width: 231px;
            text-align: center;
            margin-right: 8px;
            vertical-align: top;
            line-height: 25px;
            padding-bottom: 14px;
        }

            .goods .goods-list .goods-item .name {
                font-size: 14px;
            }

            .goods .goods-list .goods-item .price {
                color: #ff7800;
                font-size: 16px;
            }

            .goods .goods-list .goods-item .sole {
                position: absolute;
                right: 0;
                top: 0;
                background-image: url(/zcy/default/pc/images/sole-bk.png);
                padding: 4px 8px;
                color: #666;
            }

.logindiv {
    width: 1168px;
    margin: 60px auto 100px auto;
    padding: 16px;
    box-shadow: #aaa 0 0 5px;
}

.logodiv .logodiv_top_left {
    width: 430px;
    height: 96px;
    background: url(/zcy/default/pc/images/logo.jpg) no-repeat;
}

.logodiv_top_left a {
    color: #fff;
    display: inline-block;
    width: 430px;
    height: 96px;
}

    .logodiv_top_left a:hover {
        color: #fff;
        list-style: none;
    }

.logindiv .logindiv_left {
    width: 680px;
    background: url(/zcy/default/pc/images/loginlb.jpg) no-repeat;
    background-position-x: left;
    background-position-y: center;
    height: 380px;
}

.logindiv button {
    border-bottom: 1px solid #e7e2e2;
    background-color: transparent;
    color: #a4a3a3;
    border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    line-height: 28px;
    width: 225px;
    font-size: 16px;
}

    .logindiv button.curr {
        border-bottom: 3px solid #ff7200;
        color: #ff7200;
    }

.logindiv .login {
    position: relative;
    width: 450px;
    margin: 10px auto;
    overflow: hidden;
    height: 320px;
}

.warn {
    display: none;
    width: auto;
    background-color: #fffdd6;
    color: #ff7200;
    line-height: 24px;
    margin-top: 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.logindiv .login .goreg {
    padding: 10px;
}

    .logindiv .login .goreg .fr a {
        color: #8c6f4b;
    }

.logindiv input:not([type=checkbox]) {
    width: 280px;
    height: 48px;
    border: 0;
}

.logindiv input[type=button] {
    width: 100%;
    border-radius: 3px;
    color: #FFF;
    background: #ff7200;
    font-size: 18px;
}

.forgetdiv {
    width: 1168px;
    margin: 0 auto 100px auto;
    padding: 16px 0;
    background-color: #FFF;
    box-shadow: #aaa 0 0 5px;
}

    .forgetdiv .tag {
        border-bottom: 1px solid #e0e0e0;
        text-align: center;
    }

    .forgetdiv a {
        display: inline-block;
        background-color: transparent;
        color: #a4a3a3;
        height: 36px;
        line-height: 36px;
        width: 285px;
        font-size: 16px;
        text-align: center;
    }

        .forgetdiv a.curr {
            border-bottom: 2px solid #8c6f4b;
            color: #8c6f4b;
        }

.forget {
    position: relative;
    width: 570px;
    margin: 10px auto;
    padding: 10px;
    overflow: hidden;
    font-size: 14px;
}

    .forget input {
        border: 1px solid #e0e0e0;
        width: 300px;
        height: 32px;
    }

    .forget span {
        display: inline-block;
        padding-left: 20px;
    }

    .forget input[type=button] {
        background-color: #ff7200;
        border-color: #ff7200;
        border-radius: 5px;
        color: #FFF;
        height: 50px;
        width: 180px;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 6px;
    }

.sidebar-l {
    width: 200px;
    background-color: #fff;
}

.sidebar-l_topimg {
    border: 1px solid #e2e2e2;
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 2px;
}

.sidebar-l .sidebar-nav {
    border: 1px solid #e2e2e2;
}

    .sidebar-l .sidebar-nav ul {
        height: 1px;
        overflow: hidden;
    }

        .sidebar-l .sidebar-nav ul.subshow {
            padding: 5px;
            height: auto;
            background-color: #FFF;
            border-bottom: 1px solid #f1f1f1;
            border-top: 1px solid #FF6803;
        }

    .sidebar-l .sidebar-nav li {
        list-style: none;
        padding-left: 24px;
        line-height: 30px;
    }

    .sidebar-l .sidebar-nav a {
        color: #666;
    }

        .sidebar-l .sidebar-nav a.curr, .sidebar-l .sidebar-nav a:hover {
            color: #FF6600;
            font-weight: bold;
        }


div#pageTitle {
    color: #FF6600;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

.Pagination {
    background-color: #fff;
    width: calc(100% - 30px);
    height: 15px;
    padding: 20px 15px 33px 15px;
    margin: 15px 0px 5px 0px;
}

.Pagination_first {
    margin-top: 6px;
}

.Pagination_last {
    margin-bottom: 6px;
}

.Paginationfixed {
    position: fixed;
    bottom: -6px;
    width: 1123px;
    -moz-box-shadow: 0px -3px 4px #BFBFBF;
    -webkit-box-shadow: 0px -3px 4px #BFBFBF;
    box-shadow: 0px -3px 4px #BFBFBF;
}

.Container-r {
    width: 970px;
}

    .Container-r .map {
        background-color: #fff;
        background: url(/zcy/default/pc/images/list_map.jpg) no-repeat left 0 #fff;
        width: calc(100% - 30px);
        height: 20px;
        border-top: 1px solid #e2e2e2;
        padding: 11px 15px;
        color: #b3b3b3;
    }

    .Container-r .operation {
        background-color: #fff;
    }

    .Container-r .list {
        background-color: #fff;
    }

    .Container-r h2 {
        border-bottom: 1px solid #e4e4e4;
        line-height: 35px;
    }

        .Container-r h2 a, .Container-r h2 span {
            display: inline-block;
            margin-left: 16px;
        }

        .Container-r h2 button {
            background: #FFF;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            color: #666;
            border: 1px solid #e7e2e2;
            border-bottom: none;
            margin-left: 4px;
            line-height: normal;
            *line-height: 20px;
        }

            .Container-r h2 button:hover, .Container-r h2 button.curr {
                background-color: #ff7200;
                color: #FFF;
                border-color: #ff7200;
            }

.fullwidth .Container-r {
    width: calc(100% - 212px);
    min-height: 550px;
}

.frm-search {
    padding: 15px;
    background-color: #fff;
    margin: 15px 0px;
    width: calc(100% - 30px);
}

.frm-user_search {
    width: 100%;
    border-top: 1px solid #e2e2e2;
    padding-top: 8px;
    margin-top: 10px;
}

input#NowSearch {
    font-size: 16px;
}

.frm-search-lf {
    width: 81%;
}

    .frm-search-lf li:first-child {
        margin-bottom: 10px;
    }

.frm-search-rt {
    padding-top: 20px;
}

.frm-search:after {
    content: "";
    display: block;
    clear: both;
}

.frm-search .lab, .frm-search label {
    display: inline-block;
    text-align: right;
    width: 100px;
    line-height: 36px;
}

.lab {
    display: inline-block;
    text-align: right;
    width: 100px;
}

.frm-search .long {
    width: 150px;
}

.frm-search label {
    width: 80px;
}

    .frm-search label.wa {
        width: auto;
        padding-right: 8px;
    }

.frm-search .lab-lx label {
    width: 240px;
}

.frm-search h3 {
    background-color: #f1f1f1;
}

.frm-search input, .frm-search select, .frm-search textarea {
    font-size: 12px;
    margin: 1px 4px;
    width: 130px;
    padding: 0 4px;
}

    .frm-search input[type=button] {
        background: #F4F4F4;
        color: #666;
        height: 28px;
        line-height: 28px;
        padding: 0 1em;
        width: auto;
        margin-right: 0;
        border-radius: 5px;
        font-weight: bold;
        font: bold 13px/180% Tahoma, sans-serif;
        border: 1px solid #D5D5D5;
    }

        .frm-search input[type=button]:hover {
            color: #ff6600;
        }

        .frm-search input[type=button].qx {
            background-color: #b9b9b7;
        }

    .frm-search input[disabled] {
        background: #FFF;
        border: 0;
        color: #999;
    }

    .frm-search input[type=checkbox], .frm-search input[type=radio] {
        width: auto;
    }

.frm-search .datepicker {
    position: relative;
}

    .frm-search .datepicker:after {
        position: absolute;
        display: inline-block;
        font-family: "iconfont";
        font-size: 16px;
        content: "\e62d";
        color: #a88c6e;
        line-height: 26px;
        right: 8px;
    }

    .frm-search .datepicker input[type=text] {
        width: 70px;
        padding-right: 20px;
    }

.frm-search textarea, .frm-search img {
    vertical-align: top;
}

.frm-search img {
    width: 91px;
    height: 91px;
    margin: 10px;
}

.address {
    padding: 10px;
}

    .address .operate {
        display: none;
        margin-left: 16px;
    }

    .address li {
        list-style: none;
        line-height: 30px;
        padding-left: 10px;
    }

        .address li:hover {
            background-color: #f7f7f7;
        }

            .address li:hover .operate {
                display: inline-block;
            }

        .address li > label {
            cursor: pointer;
            width: auto;
        }

.sub-app-address {
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    width: 850px;
    margin-bottom: 10px;
}

.iteminfo {
    max-width: 100%;
    overflow: hidden;
    text-align: left;
}

td.iteminfo .itemproperty {
    padding-left: 5px;
    color: #b3b3b3;
    text-align: left;
}

td.t-l {
    padding-left: 9px;
}

.jiajian {
    width: 10px;
    height: 10px;
    position: center;
    cursor: pointer;
    vertical-align: middle;
}

.cartnav {
    width: 100%;
    overflow: hidden;
}

    .cartnav span {
        display: inline-block;
        width: 134px;
        height: 32px;
        line-height: 32px;
        background: url(/zcy/default/pc/images/ti.png) no-repeat;
        margin-left: -16px;
        padding-left: 66px;
        font-size: 14px;
    }

        .cartnav span.curr {
            background: url(/zcy/default/pc/images/tii.png) no-repeat;
            color: #FFF;
        }

.button_cart {
    background-color: #FFF;
    border: 1px #ff7200 solid;
    color: #ff7200;
}

.content {
    background-color: #FFF;
    margin-top: 20px;
}

    .content .caption a {
        display: inline-block;
        font-size: 16px;
        text-align: center;
        width: 240px;
        border-bottom: 2px solid #8c6f4b;
        line-height: 30px;
        margin-bottom: -1px;
    }

        .content .caption a:hover{
            color:#8c6f4b;
        }
        .xieyi {
            height: 180px;
            overflow-y: scroll;
        }

.commodity-list {
}

    .commodity-list .commodity-dir {
        width: 220px;
    }

        .commodity-list .commodity-dir li {
            list-style: none;
            margin-bottom: 1px;
        }

        .commodity-list .commodity-dir .dir-content a {
            display: block;
            background-color: #f1f1f1;
            height: 35px;
            line-height: 35px;
            padding-left: 2em;
        }

            .commodity-list .commodity-dir .dir-content a:hover {
                background-color: #efe9e2;
                color: #9f6c2f;
            }

        .commodity-list .commodity-dir .record {
            margin-top: 30px;
            border: 1px solid #e0e0e0;
        }

            .commodity-list .commodity-dir .record .title {
                background-color: #f1f1f1;
                color: #444;
            }

                .commodity-list .commodity-dir .record .title a {
                    color: #FF6600;
                }

            .commodity-list .commodity-dir .record ul {
                padding: 0 8px;
            }

            .commodity-list .commodity-dir .record li {
                padding: 8px 0;
                border-bottom: 1px dashed #e0e0e0;
            }

                .commodity-list .commodity-dir .record li .fl {
                    margin-right: 4px;
                }

                .commodity-list .commodity-dir .record li:last-child {
                    border-bottom: none;
                }

        .commodity-list .commodity-dir .hotbrand {
            width: 220px;
        }

            .commodity-list .commodity-dir .hotbrand table {
                border-collapse: collapse;
            }

            .commodity-list .commodity-dir .hotbrand td {
                border: 1px solid #e0e0e0;
                width: 110px;
            }

                .commodity-list .commodity-dir .hotbrand td img {
                    width: 100%;
                }

    .commodity-list .commodity-title {
        border-top: 1px solid #f1f1f1;
    }

        .commodity-list .commodity-title b {
            padding: 8px 0;
            line-height: 40px;
            font-size: 14px;
        }

    .commodity-list .commodity-title-result {
        width: 1182px;
        background-color: #F0F0F0;
        line-height: 26px;
        height: 28px;
        padding: 4px;
        border-bottom: 1px solid #f1f1f1;
        border-top: 1px solid #f1f1f1;
        font-family: simsun;
        padding-left: 15px;
    }

    .commodity-list .brand {
        border-top: 1px solid #f1f1f1;
        line-height: 24px;
        border-radius:30px;
    }

        .commodity-list .brand .btn {
            background: #ff7200;
            color: #FFF;
            height: 26px;
            line-height: 26px;
            padding: 0 1em;
            width: auto;
            margin-right: 0;
        }

.sysbtn {
    background: #C9C9C9;
    color: #666;
    height: 26px;
    line-height: 26px;
    padding: 0 1em;
    width: auto;
    margin-right: 0;
    border-radius: 5px;
    font-weight: bold;
    font: bold 13px/180% Tahoma, sans-serif;
}

.commodity-list .brand dl {
    padding: 6px 0;
}

    .commodity-list .brand dl input {
        width: 80px;
    }

    .commodity-list .brand dl span {
        display: inline-block;
        padding: 0 8px;
    }

.commodity-list .brand hr {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}

.commodity-list .brand dt {
    width: 80px;
    padding-left: 15px;
    font-size: 14px;
}

.commodity-list .brand dd {
    overflow: hidden;
}

.commodity-list .brand .brand-value a {
    display: block;
    border: 1px solid #fff;
    height: 46px;
    width: 114px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    zoom: 1;
    color: #005aa0;
    line-height: 48px;
}

.commodity-list .sort {
    border: 1px solid #ddd;
    font-size: 0;
    border-bottom:10px solid #f2f2f2;
   
}

    .commodity-list .sort a {
        font-size: 12px;
        display: inline-block;
        width: auto;
        padding: 0 15px;
        line-height: 40px;
        text-align: center;
    }

        .commodity-list .sort a.bai {
            background-color: #f1f1f1;
            border-right: 1px solid #ddd;
        }

        .commodity-list .sort a.gray {
            background-color: #f0f0f0;
        }

            .commodity-list .sort a.gray:hover, .commodity-list .sort a.gray.curr {
                background-color: #444;
                text-decoration: none;
                color: #FFF;
            }

.commodity-list .item-list table {
    border: 1px solid #e2e2e2;
}

.commodity-list .item-list td {
    border-left: none;
    border-right: none;
}

.commodity-list .item-datu {
    display: block;
    width: 1200px;
    overflow: hidden;
    background-color:#f2f2f2;
    margin-top:30px;
}

    .commodity-list .item-datu ul {
        width: 1200px;
    }

    .commodity-list .item-datu li {
        list-style: none;
        width: 222px;
        line-height: 22px;
        float: left;
        margin: 0px 20px 20px 0;
        border: solid 1px #e8e8e8;
        background-color:#fff;
    }

        .commodity-list .item-datu li:nth-child(5n) {
            margin-right: auto;
        }

        .commodity-list .item-datu li:hover {
            border-color: #ccc;
            -webkit-box-shadow: 0 0 3px 2px #e8e8e8;
            -moz-box-shadow: 0 0 3px 2px #e8e8e8;
            box-shadow: 0 0 3px 2px #e8e8e8;
        }

        .commodity-list .item-datu li .price {
            padding: 0 8px;
            color: #e4393c;
            font-weight: 400;
            font-family: Verdana;
        }

.price_f {
    border: 1px solid #CCCCCC;
    margin: 0 3px 3px 0;
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;
    min-width: 50px;
    display: inline-block;
    text-align: center;
}

.fromate_f {
    padding: 5px 5px 5px 0;
    margin: 0 3px 3px 0;
    display: inline-block;
}

.commodity-list .itempic {
    position: relative;
}

    .commodity-list .itempic a {
        display: block;
        width: 222px;
        height: 222px;
        overflow: hidden;
        background-image: url(/zcy/default/pc/images/product-bg.png);
        background-position: center center;
        background-repeat: no-repeat;
    }

        .commodity-list .itempic a img {
            width: 100%;
        }

.mycart {
    position: absolute;
    z-index: 200;
    right: 0;
    bottom: 0;
    cursor: pointer;
    display: none;
}

.commodity-list .item-datu li .price img {
    padding-left: 10px;
}

.commodity-list .item-datu li .buy {
    width: 80px;
    float: right;
    color: #fff;
    font-size: 13px;
}

    .commodity-list .item-datu li .buy a:hover {
        background-color: #ff7200;
        padding: 0 2px 0 2px;
        color: #fff;
        text-decoration: none;
    }

.commodity-list .item-datu ul:last-child:after {
    content: "";
    display: block;
    clear: both;
}

.commodity-list .item-datu .pro_title {
    /*width: 204px;*/
    padding: 0 8px;
    overflow: auto;
    word-wrap: break-word;
    height: 44px;
}

.commodity-list .item-datu .iteminfo {
    padding: 0 8px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.title_overflowHiden {
    line-height: 18px;
    width: 230px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


.itembrief {
    width: 1200px;
}

    .itembrief .item-pic {
        float: left;
        width: 300px;
    }

        /*.itembrief .item-pic img {
            width: 100%;
        }*/

        .itembrief .item-pic .item-pic-big {
            border: 1px solid #e0e0e0;
            width: 298px;
            height: 298px;
            overflow: hidden;
        }

        .itembrief .item-pic .thmpic-list {
            position: relative;
            margin-top: 8px;
            width: 300px;
            overflow: hidden;
        }

            .itembrief .item-pic .thmpic-list .ctl {
                position: relative;
                display: inline-block;
                width: 15px;
                height: 52px;
                border: 1px solid #e0e0e0;
                border-radius: 2px;
                background-color: #f1f1f1;
                z-index: 100;
                cursor: pointer;
            }

                .itembrief .item-pic .thmpic-list .ctl:hover {
                    background-color: #FFF;
                }

.ctl.next:after {
    content: "";
    display: block;
    position: absolute;
    border: 7px solid #acacac;
    border-color: transparent transparent transparent #acacac;
    top: 20px;
    left: 5px;
}

.ctl.prev:after {
    content: "";
    display: block;
    position: absolute;
    border: 7px solid #acacac;
    border-color: transparent #acacac transparent transparent;
    top: 20px;
    right: 5px;
}

.marquee {
    width: 263px;
    overflow: hidden;
    position: absolute;
    top: 1px;
    left: 18px;
}

.itembrief .item-pic .thmpic-list ul {
    width: 1000px;
}

    .itembrief .item-pic .thmpic-list ul:after {
        content: "";
        display: block;
        clear: both;
    }

.itembrief .item-pic .thmpic-list li {
    float: left;
    cursor: pointer;
    margin-right: 2px;
}

.itembrief .item-pic .thmpic {
    border: 1px solid #e0e0e0;
    width: 49px;
    height: 49px;
    overflow: hidden;
    margin-right: 2px;
}

.itembrief .item-txt {
    float: right;
    width: 870px;
}

    .itembrief .item-txt .item-name {
        font-weight: bold;
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 8px;
        border-bottom: 1px solid #e0e0e0;
        width: 100%;
        overflow: hidden;
    }

.item-name:hover {
    color: #ff7200;
    border-color: #ff7200;
    border-bottom: 1px solid #ff7200;
}

.item-detail-price {
    line-height: 30px;
}

    .item-detail-price .red {
        font-weight: bold;
        font-size: 24px;
    }

.unit {
    line-height: 28px;
}

    .unit span {
        display: inline-block;
        padding-right: 16px;
    }

.itembrief .item-txt .operate {
    line-height: 30px;
    padding-top: 20px;
}

    .itembrief .item-txt .operate a {
        font-size: 14px;
        float: left;
    }

    .itembrief .item-txt .operate button.ghost {
        margin-left: 8px;
        color: #ff7200;
        border-color: #ff7200;
    }

.itembrief .item-txt .price {
    padding: 5px;
}

.itembrief .item-txt .dprice {
    border: 1px solid #ccc;
    padding: 5px;
    margin-right: 5px;
    display: inline-block;
    cursor: pointer;
}

.itembrief .item-txt .on {
    color: red;
    border: 1px solid #F00;
}

.itembrief .item-txt .price .p1 {
    width: 10%;
    float: left;
}

.itembrief .item-txt .price .p2 {
    width: 89%;
    float: left;
    padding-bottom: 15px;
}

#AccountPeriod .Period {
    padding: 5px;
    border: 1px solid #ccc;
    margin-right: 5px;
    cursor: pointer;
}

#AccountPeriod .PSel {
    list-style: none;
    color: red;
    border: 1px solid #F00;
}

.item-txt #dlCount {
    padding: 12px 0;
}

.spec {
    padding: 13px 0;
    line-height: 26px;
    min-height: 26px;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
}

    .spec em {
        display: inline-block;
        padding: 0 16px;
        border: 1px solid #e0e0e0;
        color: #444;
    }

    .spec a {
        display: inline-block;
        padding: 0 8px;
        border: 1px solid #e0e0e0;
        margin-left: 4px;
    }

        .spec a:hover, .spec a.curr {
            color: #ff7200;
            border-color: #ff7200;
        }

.itembrief .item-txt .item-detail label {
    display: inline-block;
    padding: 0 24px;
    background: #ededed;
    margin-left: 4px;
}

    .itembrief .item-txt .item-detail label.curr {
        background-color: #ff7200;
        color: #FFF;
    }

.brieftitle {
    line-height: 50px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fafafa;
}

    .brieftitle label {
        display: inline-block;
        border: 1px solid #e0e0e0;
        border-top: none;
        margin-bottom: -2px;
        width: 150px;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        cursor: pointer;
        border-bottom: 0px;
    }

        .brieftitle label.curr, .brieftitle label:hover {
            border: 1px solid #FFF;
            border-bottom: 2px solid #ff7200;
            background-color: #FFF;
        }

.pingjia {
}

    .pingjia .pinjia-p {
        padding: 16px 20px;
        line-height: 30px;
        border-bottom: 1px solid #e0e0e0;
    }

        .pingjia .pinjia-p:last-child {
            border: none;
        }

        .pingjia .pinjia-p span {
            display: inline-block;
            margin-right: 20px;
        }

.xinagqing {
    line-height: 30px;
}

    .xinagqing img {
        max-width: 1100px;
    }

    .xinagqing > div {
        padding: 16px;
    }

    .xinagqing span {
        display: inline-block;
        margin-right: 20px;
    }

.news {
    width: 90%;
    margin: 15px auto;
}

    .news .newsitem {
        display: block;
        border-bottom: 1px dashed #e0e0e0;
    }

        .news .newsitem:last-child {
            border: none;
        }

        .news .newsitem:hover {
            background-color: #f1f1f1;
            text-decoration: underline;
        }

    .news p {
        font-size: 14px;
        text-indent: 2em;
        line-height: 24px;
    }

.copyright {
    background-color: #E5E5E5;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #767676;
}

.uploadify-button {
    background: #9f6c2f;
    color: #FFF;
    height: 26px;
    line-height: 26px;
    padding: 0 1em;
    width: auto;
    margin-right: 0;
    text-align: center;
    border-radius: 3px;
}

.richtext {
    width: 0px;
    float: left;
    border: 0px;
    padding: 0px;
    resize: none;
}




.searchlist {
    display: none;
    position: absolute;
    border: 1px solid #ff6600;
    z-index: 100;
    width: 390px;
    border-top: 0px;
}

    .searchlist li {
        background-color: #FFF;
        line-height: 28px;
        padding: 0 1em;
        cursor: pointer;
    }


.lishover {
    color: #ff6600;
    background-color: #f3f3f3;
}


.logindiv .supplier {
    display: none;
}

.imgValidateCode {
    margin-left: 12px;
    width: 80px;
    line-height: 26px;
    cursor: pointer;
    vertical-align: middle;
}

.maskalert {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}

.popdivalert {
    position: relative;
    width: 90%;
    margin: auto;
    background-color: #FFF;
    top: 40%;
    z-index: 1100;
}

.popdivalerth3 {
    background: #ff6600;
    color: #fff;
    padding: 15px 10px;
    font-size: 1rem;
    font-weight: 500;
}

.p-dalert {
    padding: 15px 10px;
    text-align: center;
    border-bottom: 1px solid #dedede;
    max-height: 200px;
    overflow-y: auto;
}

.ppbutton {
    height: 44px;
    overflow: hidden;
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.ppalertbtn {
    background: #f2f2f2;
    display: table-cell !important;
    padding: 0 5px;
    height: 44px;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-size: 1.125rem;
    line-height: 44px;
    text-align: center;
    color: #000;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.moneyLogo {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    line-height: 28px;
    color: red;
}

.money:before {
    content: "￥";
}

._member {
    width: auto;
    height: 30px;
    float: left;
}

.arrow_down {
    background: no-repeat center url(/zcy/default/pc/images/jt_c_16.png);
    background-color: #e9e9e9;
    display: inline-block;
    width: 16px;
    background-size: 9px;
    float: right;
}

.arrow_down_h {
    background: no-repeat center url('/zcy/default/pc/images/jt_g_16.png');
    background-color: #e9e9e9;
    width: 16px;
    display: inline-block;
    background-size: 9px;
}

#_membershow {
    width: 112px;
    padding: 0px;
    text-align: right;
}

    #_membershow a {
        width: 112px;
        display: inline-block;
        padding: 0 !important;
        text-align: center;
    }

.member_info {
    width: 112px;
    height: auto;
    z-index: 888;
    position: absolute;
    background-color: #fff;
    margin-right: 0px;
    display: none;
}

    .member_info ul {
        border: 1px solid #e8e8e8;
        box-shadow: 0 0 5px 1px #cacaca;
    }

    .member_info li {
        display: inline-block;
        line-height: 30px;
        border-bottom: none;
        width: 112px;
        font-size: 12px;
        text-align: center;
    }

        .member_info li :hover {
            width: 88px;
            background-color: #f2f2f2;
            font-size: 12px;
            cursor: pointer;
        }



.btnBorder {
    background-color: #FFF;
    border: 1px #ff7200 solid;
    color: #000;
    border-radius: 3px;
    padding: 4px 10px;
}

.CountStyle div {
    border-bottom: 1px dashed #E5E5E5;
    color: #aaa;
    margin: 0 10px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .CountStyle div:last-child {
        border: 0px;
    }

    .CountStyle div:first-child {
        color: #666;
    }

.uploadify-button {
    cursor: pointer;
    border-radius: 3px;
}

#xiangqing .lazy {
    min-height: 200px;
    min-width: 88px;
    display: block;
    background-image: url(/zcy/default/pc/images/product-bg.png);
    background-position: center 50px;
    background-repeat: no-repeat;
}

.news img {
    max-width: 95%;
}

.button_ {
    border: 1px solid #dfdfdf;
    padding: 5px 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 6px;
    background-color: #fff;
    margin: 2px;
    font-size: 12px;
    min-width: 40px;
}

.button_action {
    background: url(/zcy/default/pc/images/button_bg.png) no-repeat left 50% #ff6600;
    color: #fff;
    height: 32px;
    line-height: 32px;
    padding: 0 1em;
    padding-left: 30px;
    letter-spacing: 1px;
    width: auto;
    margin-right: 0;
    border-radius: 8px;
    font-weight: bold;
    font: bold 13px/180% Tahoma, sans-serif;
    margin-left: 5px;
}



/*--loading--*/
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(/zcy/default/pc/images/loading.gif) center center no-repeat;
    background-size: 40px 40px;
    z-index: 99999;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}

.loadingT {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(/zcy/default/pc/images/loading.gif) center center no-repeat;
    background-size: 40px 40px;
    z-index: 99999;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}

.hidden {
    display: none;
}

.show {
    display: block;
}
/*轮播*/
.lunbo {
    position: relative;
    width: 100%;
    /*height: 388px;*/
    overflow: hidden;
    z-index: 100;
}

    .lunbo .lunbodiv {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        opacity: 0;
    }

        .lunbo .lunbodiv > img {
            display: block;
            width: 100%;
        }

        .lunbo .lunbodiv .lunbobanner {
            position: absolute;
            top: 0;
        }

        .lunbo .lunbodiv.curr {
            position: relative;
            z-index: 100;
            opacity: 1;
        }

    .lunbo .lunbonav {
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #FFF;
        z-index: 100;
    }

        .lunbo .lunbonav a {
            display: inline-block;
            font-size: 14px;
            padding: 0 4px;
        }

            .lunbo .lunbonav a:hover, .lunbo .lunbonav a.curr {
                color: #884e0a;
            }



/*-----翻页-------------*/
.turnpage {
    text-align: right;
}

    .turnpage span {
        display: inline-block;
        padding: 0 4px;
    }

    .turnpage a {
        display: inline-block;
        font-style: normal;
        padding: 6px 10px;
        border: 1px solid #e2e2e2;
        margin: 0 2px;
    }

        .turnpage a:last-child {
            margin-right: 0;
        }

        .turnpage a:hover, .turnpage a.cur {
            border:1px solid  #cf152d;
            font-weight:bold;
        }

    .turnpage span:last-child {
        padding-right: 0;
    }


/*------弹出层----------------*/
.mask {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}

.popdiv_01 {
    position: relative;
    width: 970px;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -500px;
    background-color: #FFF;
    z-index: 1100;
}

.popdiv {
    position: relative;
    width: 970px;
    margin: auto;
    background-color: #FFF;
    top: 20%;
    z-index: 1100;
    padding-bottom: 15px;
}

    .popdiv div {
        margin: 0 auto;
    }

        .popdiv div li {
            min-height: 20px;
            padding: 10px;
        }

            .popdiv div li div:first-child {
                width: 30%;
                float: left;
                text-align: right;
                padding-top: 4px;
            }

            .popdiv div li div:last-child {
                width: 70%;
                float: left;
                text-align: left;
            }

    .popdiv h3 {
        background-color: #f1f1f1;
        line-height: 36px;
        padding: 0 8px 0 12px;
    }

    .popdiv span {
        margin-right: 40px;
        font-size: 14px;
    }

#operateTree span {
    margin-right: 0px;
}

.popdiv textarea {
    width: 100%;
    height: 120px;
    padding: 6px;
    border: 1px solid #d1d1d1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 8px;
}

.popdiv input[type=button] {
    margin: 0;
    width: 100px;
}

.lansum {
    font-size: 10px;
}

.meun_a_grade {
    background-color: #ff6600;
    color: #fff;
}

.content_details {
    min-height: 450px;
    padding: 15px;
    background-color: #fff;
}

.content_search {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

.notdata {
    background-color: #FFFDE9;
    padding: 2.5rem 0;
    padding-top: 5.5rem;
    border: 1px solid #F4F5CF;
    text-align: center;
    width: calc(100% - 2px);
    line-height: 30px;
    font-size: 14px;
    margin: 10px 0;
    background: url(/zcy/default/pc/images/nodata.png) no-repeat #fffde9;
    background-position: center 30%;
    background-size: 4rem;
}

.ielowversionwarn {
    background-color: #FFFDE9;
    padding: 15px;
    border: 1px solid #F4F5CF;
    text-align: center;
    font-size: 14px;
    display: none;
}

.goodsList {
    background-color: #fff;
}

    .goodsList div:last-child {
        margin-bottom: 0px !important;
    }

.goodsList_top {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
    padding: 7px 0 15px 10px;
}

    .goodsList_top span {
        display: inline-block;
        padding: 0 20px;
    }

    .goodsList_top label {
    }

.notnull {
    color: red;
    font-size: 14px;
    vertical-align: middle;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow: 0 0 0 60px #fff inset;
    -webkit-text-fill-color: #444;
}

.costprice {
    text-decoration: line-through;
    font-size: 14px;
    color: #b3b3b3;
}

.notprice {
    text-decoration: line-through;
    text-decoration-color: #393939;
    font-size: 12px;
    color: #666;
}

.showprice {
    font-weight: bold;
    font-size: 24px;
    color: red;
}

.CustomerService {
    position: fixed;
    right: 6px;
    border: 1px solid #d3d3d3;
    background-color: white;
    border-radius: 5px;
    bottom: 200px;
    width: 110px;
    top: auto;
    padding: 4px;
}

span#showWhere {
    margin: 8px 0px;
    display: inline-block;
}

a#UserCenter {
    font-weight: bold;
}
/*内页样式--------start*/
.user_body {
    background-color: #F2F2F2;
}

.list_tab {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 8px 15px;
    color: #444;
    cursor: pointer;
    display: inline-block;
}

    .list_tab:hover {
        border: 1px solid #D5D5D5;
    }

    .list_tab.curr {
        background-color: #FF6600;
        color: #fff;
    }

/*内页样式--------end*/


/*jOrgChart----------start*/
.node-cell div {
    line-height: 20px;
    height: 20px;
}

._node-cell {
    color: #F38630;
}

.node-container td {
    line-height: 20px !important;
}
/*jOrgChart----------end*/
.welecome {
    background: url('/zcy/default/pc/images/welecome.jpg') no-repeat;
    width: 970px;
    height: 540px;
    background-position-x: center;
    background-position-y: center;
    margin: 0 auto;
}

    .welecome .w_t {
        font-size: 28px;
        text-align: center;
        padding-top: 14rem;
        color: #FF6600;
    }

    .welecome .w_b {
        padding-top: 1rem;
        font-size: 40px;
        text-align: center;
    }


/*
mycart*/



.css-top {
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    margin: 10px 0;
    overflow: hidden;
}

.css-top > ul {
    float: right;
    overflow: hidden;
    margin-right: 2em;
    margin-top: 5px;
}

    .css-top > ul > li {
        float: left;
        line-height: 24px;
        overflow: hidden;
        color: #cccccc;
    }

        .css-top > ul > li > span {
            width: 24px;
            height: 24px;
            overflow: hidden;
            border-radius: 50%;
            display: block;
            line-height: 24px;
            text-align: center;
            font-size: 12px;
            float: left;
            margin: 0 5px;
            background-color: #cccccc;
            color: #fff;
        }

    .css-top > ul > .select > span {
        background-color: #8c6f4b;
    }

    .css-top > ul > .select {
        color: #8c6f4b;
    }

        .css-top > ul > .select > .hen {
            border-color: #8c6f4b;
        }

    .css-top > ul > li > .hen {
        width: 38px;
        height: 0;
        border-bottom: 1px solid #ccc;
        margin-top: 12px;
        float: right;
    }

    .css-top > ul > li:last-child > .hen {
        display: none;
    }

.wq-cart-head {
    font-size: 20px;
    font-weight: bold;
    float: left;
    text-indent: 60px;
    background-image: url("/zcy/wd/pc/static/img/cart-bg-1.png");
    background-repeat: no-repeat;
    background-position: 30px center;
    margin:0;
}




.wq-login-body .wq-login-div select {
    margin: 0 4px;
}



.wq-login-body {
    height: auto;
    float: left;
}

.wq-login-div {
    height: auto;
    float: left;
    position: relative;
}

.wq-login-w600 {
    width: 550px;
}

.wq-login-w850 {
    width: 850px;
}

.wq-login-w250 {
    width: 250px;
}

.wq-login-w285 {
    width: 285px;
}

.wq-login-w1200 {
    width: 1200px;
}

.wq-login-w1100 {
    width: 1100px;
}

.wq-login-w400 {
    width: 400px;
}

.wq-login-w500 {
    width: 500px;
}

.wq-login-w100 {
    width: 100px;
}

.wq-login-div > .warn {
    width: auto;
    background-color: #fff;
    padding: 0;
    font-size: 12px;
    padding-left: 154px;
    color: red;
    display: none;
    margin-top: 0;
    position: relative;
    white-space: nowrap;
}

.wq-login-w250 > .warn {
    padding-left: 100px;
}

.wq-login-w850 > .warn {
    padding-left: 0;
    display: inline-block;
}

.frm-search .wq-login-div input {
    margin: 0 4px;
}

.h-80 {
    height: 72px
}

.wq-login-div > .warn .iconfont {
    font-size: 12px;
}

.w-auto {
    width: auto;
}


.wq-login-body .wq-login-div .uploadify-button {
    cursor: pointer;
    background-color: #f1e3d1;
    color: #8c6f4b;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    width: 100%;
    background-image: none;
    border: 0;
    border-radius: 0;
}

.uploadify:hover .uploadify-button {
    background-color: #9f6c2f !important;
    color: #fff !important;
    background-image: none !important;
}


.register-header {
    width: 100%;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #8c6b4f;
    line-height: 30px;
    border: 0;
    text-indent: 15px;
    float: left;
}

.wq-login-body .wq-login-div input {
    padding: 0;
    background: none;
}

.lwbutton {
    border-radius: 0;
    background-color: #9f6c2f;
    text-align: left;
}

#SupplyArea {
    width: 122px;
    height: 28px;
    border-radius: 0;
    margin: 0;
    margin-left: 4px;
    padding: 0;
    text-align: center;
    color: #8c6b4f;
    line-height: 28px;
    margin:1px 0;
}

.frm-search .lab, .frm-search label{
}

.caption{
    border-bottom:1px solid #8c6f4b;
}

.uploadify-button{
    border:0;
}


.warn .iconfont {
    font-size: 12px;
}

.warn {
    background: 0;
}

.commenClass {
    width: 200px;
    height: auto;
    margin-left: 148px;
    overflow: hidden;
}
    .commenClass img {
        width: 50px !important;
        height: 50px !important;
        float: left;
    }
