﻿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;
    background: #f2f2f2;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #444;
    cursor: pointer;
}

.bg_platform {
    background: #fff;
}


/*----------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%;
}

caption, th {
    background-color: #f7f7f7;
    text-align: left;
    line-height: 36px;
    height: 36px;
}

table.tttt {
    margin-bottom: 10px;
}

table.c_title {
    margin-bottom: 10px;
}

table.c_title:last-child {
    margin-bottom: 0px !important;
}

.c_title caption {
    text-align: left;
    line-height: 40px;
    height: 40px;
}


caption div {
    display: inline-block;
}

a:hover {
    text-decoration: none;
    color: #c49c4f;
}

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;
}

.fr {
    float: right;
}

.layout {
    width: 1200px;
    margin: auto;
}

.layout_div {
    width: 400px;
    float: left;
    display: inline-block;
    height: 100px;
}

.fullwidth {
    min-width: 1200px;
    padding: 0 10px;
    box-sizing: border-box;
    max-width: 1366px;
    margin: 0 auto;
}


.logodiv {
    background-color: #FFF;
    width: 100%;
    position:relative;
    z-index:7;
}

.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 .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;
}

/*公共的样式*/
.item-list {
    width: 100%;
}

.item-list:after {
    content: "";
    display: block;
    clear: both;
}

.item-list li {
    position: relative;
    width: 25%;
    height: 304px;
    float: left;
    background-color: #FFF;
    text-align: center;
    line-height: 24px;
    padding-top: 24px;
    padding-bottom: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.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: #c49c4f;
}

.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: #c49c4f;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -1px;
}

.partner {
    background-color: #FFF;
}

.partner a {
    display: inline-block;
    margin: 6px 8px;
}

.partner.panal.pad {
    padding-left: 20px;
    padding-top: 15px;
}


.bottomnav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #ae8432;
    text-align: center;
    color: #FFF;
    font-size: 16px;
}

.bottom-banner {
    margin-top: 15px;
    background: #fff;
    border: 1px solid #e2e2e2;
    overflow: hidden;
}

.bottomnav span {
    display: inline-block;
    margin: 0 30px;
}

.bottomnav img {
    vertical-align: bottom;
    margin-right: 8px;
}

.pagefooter {
    width: 1200px;
    margin: auto;
    padding: 24px 0;
    background-color: #f2f2f2;
    text-align: center;
}

.pagefooter > div {
    border-right: 1px solid #E9E9E8;
    width: 170px;
    float: left;
    text-align: left;
}

.pagefooter img {
    vertical-align: middle;
    margin: 0;
}

.pagefooter a {
    display: inline-block;
    margin: 0;
    line-height: 24px;
    width: 100%;
    padding: 0 20px;
}

.pagefooter a.tou {
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
}

.pagefooter .logodiv {
    background-color: transparent;
    margin-top: 24px;
    width: auto;
}

.copyright span {
    display: inline-block;
    margin: 0 0.5em;
}

.copyright a {
    color: #767676;
}

caption span {
    display: inline-block;
    margin: 0 8px;
}

th {
    text-align: center;
    border: 1px solid #e0e0e0;
}

tfoot th {
    font-style: normal;
    font-weight: normal;
    text-align: left;
}

td {
    border: 1px solid #e2e2e2;
    height: 36px;
    padding: 0 5px;
}

table a {
    display: inline-block;
    padding: 0 4px;
}

table a:hover {
    color: #c49c4f;
}

.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: #f1f1f1;
    color: #444;
    height: 29px;
    line-height: 29px;
    padding-left: 16px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

.Brown {
    color: #d8bb9c;
    font-size: 12px;
}

.orderid {
    font-weight: bold;
}

/*公共部分结束*/

.pagetop {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: auto;
    background-color: #f2f2f2;
    position:relative;
    z-index:8;
}

.pagetop a {
    display: inline-block;
    padding: 0 12px;
}

.search {
    width: 700px;
    height: 90px;
    padding-top: 50px;
    text-align: center;
}

.searchType {
    width: 80px;
    z-index: 666;
    position: absolute;
    left: 57px;
    background-color: #fff;
    margin-top: 45px;
    color: #333;
    display: none;
}

.searchSelect {
    width: 80px;
    z-index: 666;
    position: absolute;
    left: 58px;
    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: 0;
}

.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 #c49c4f;
    line-height: 26px;
    height: 40px;
    outline: 0;
    vertical-align: top;
}

    .search input[type=text] {
        height: 42px;
        width: 410px;
        padding-left: 88px;
        border: 1px solid #d1d1d1;
    }

    .search input[type=button] {
        background-color: #333333;
        height: 44px;
        color: #FFF;
        padding: 0 20px;
    }

.head {
    width: 100%;
    background-color: #fff;
}

.loginuser {
    color: #c49c4f;
}

.padding_head {
    height: 15px;
}


.topnav {
    position: relative;
}

.topnav > li {
    float: left;
    border-left: 1px solid #c49c4f;
    border-right: 1px solid #c49c4f;
}

.topnav > li > a {
    display: block;
    color: #FFF;
    font-size: 12px;
    min-width: 92px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    padding: 0 10px;
}

.topnav > li > a:hover {
    color: #fff;
    background-color: #ae8432;
}

.topnav li.catgray > a {
    width: 200px;
    text-align: center;
    background-color: #ae8432;
}

.subcatgray label {
    font-size: 14px;
    line-height: 26px;
}

.topnav li.catgray:hover .catgraylist {
    display: block;
}

.cartbtn {
    position: relative;
    background: url(/zcy/default/pc/images/cart_empty1.png) no-repeat 20px 50%;
    background-color: #ae8432;
    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: #c49c4f;
    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: #c49c4f;
    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;
}

.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: #c49c4f;
    text-decoration: underline;
}

.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: 60px 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: 45px;
    line-height: 28px;
    width: 285px;
    font-size: 16px;
    text-align: center;
}

.forgetdiv a.curr {
    border-bottom: 2px solid #ff7200;
    color: #ff7200;
}

.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;
}

.sidebar-l_topimg {
    border: 1px solid #e2e2e2;
    background-color: #fff;
    border-bottom: 0px;
}

.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;
}

.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: #c49c4f;
    font-weight: bold;
}


div#pageTitle {
    color: #c49c4f;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

.Pagination_first {
    margin-top: 6px;
}

.Pagination_last {
    margin-bottom: 6px;
}

.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);
}

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;
    background: #FFF -webkit-linear-gradient(top, #f0f0f0, #fff);
    background: #FFF -moz-linear-gradient(top, #f0f0f0, #fff);
    background: #FFF -o-linear-gradient(top, #f0f0f0, #fff);
    background: #FFF linear-gradient(#f0f0f0, #fff);
    background-repeat: no-repeat;
    background-size: 100% 30%;
    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: #c49c4f;
}

.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 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;
}

td.iteminfo .itemname {
    padding: 6px 0;
    max-width: 100%;
    overflow: hidden;
    text-align: left;
    height: 13px;
}

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 #FFF;
    line-height: 30px;
    margin-bottom: -1px;
}

.content .caption a.curr {
    border-bottom: 2px solid #ff7200;
}

.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: #c49c4f;
}

.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;
}

.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;
}

.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;
}

.commodity-list .item-datu ul {
    width: 1200px;
}

.commodity-list .item-datu li {
    list-style: none;
    width: 222px;
    line-height: 22px;
    float: left;
    margin: 0px 13px 13px 0;
    border: solid 1px #e8e8e8;
}

.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 .itemname {
    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;
}

.itembrief .item-txt .item-detail {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}

.item-detail-price {
    padding: 20px 0;
    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;
    position: relative;
}

.brieftitle label.curr, .brieftitle label:hover {
    border: 1px solid #FFF;
    border-bottom: 2px solid #ae8432;
    background-color: #FFF;
}

.pingjia {
}

.pingjia .pinjia-p, .xinagqing .pinjia-p {
    padding: 16px 16px;
    line-height: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.pingjia .pinjia-p:last-child {
}

.pingjia .pinjia-p span {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

.xinagqing {
    line-height: 30px;
}

.xinagqing img {
    max-width: 1100px;
}


.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: 40px;
    line-height: 40px;
    color: #767676;
}
    .copyright p{
        margin:0;
        padding:0;
    }

    .partner a {
        display: inline-block;
        min-height: 100px;
        margin: 6px 8px;
    }

.uploadify-button {
    background: #c49c4f;
    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 #c49c4f;
    z-index: 100;
    width: 390px;
    border-top: 0px;
}

.searchlist li {
    background-color: #FFF;
    line-height: 28px;
    padding: 0 1em;
    cursor: pointer;
}


.lishover {
    color: #c49c4f;
    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: #c49c4f;
    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;
}

._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;
    width: 80%;
    padding: 2px 5px;
    line-height: 15px;
    margin-left: auto;
    margin-right: auto;
}

.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: 72px;
}

.button_action {
    background: #F4F4F4;
    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;
    border: 1px solid #D5D5D5;
}


/*--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;
    /*padding: 10px 0;*/
    text-align: center;
}

.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;
    line-height: initial;
}

.turnpage a:last-child {
    margin-right: 0;
}

.turnpage a:hover, .turnpage a.cur {
    background-color: #F1F1F1;
}

.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;
}

.content_details {
    min-height: 450px;
    padding: 15px;
    background-color: #fff;
}

.content_search {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

.goodsList {
    background-color: #fff;
}


.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: #c49c4f;
    color: #fff;
}

.file-body {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.bottomnav > ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottomnav > ul > li {
    padding: 0 50px;
    background: url("../img/img-3.png") no-repeat right center;
}

.bottomnav > ul > li:last-child {
    background: none;
}

.son-nav {
    overflow: hidden;
}

.son-nav > li {
    float: left;
    padding: 0 20px;
    cursor: pointer;
    margin: 0 4px;
}


.son-nav > li:hover {
    background-color: #ae8432;
    color: #ffffff;
}


.son-nav > li.curr {
    background-color: #ae8432;
    color: #ffffff;
}

.file-list{
    display: none;
}


.file-list-title {
    font-size: 14px;
    font-weight: bold;
}

.file-list-title:hover {
    color: #ae8432;
}


/*内页样式--------end*/






/*
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;
}

.lvLogo{
    position: relative;
}

.lvLogo-div{
    width: 490px;
    height: 256px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    display: none;
    padding: 20px;
    box-shadow: 0 0 4px #ccc;
}

.lvLogo:hover .lvLogo-div{
    display: block;
}

.lvLogo-div-header{
    font-size: 14px;
    font-weight: bold;
    color:#ae8432;
    background: url("../images/img-1.png") no-repeat left center;
    height: 20px;
    line-height: 20px;
    text-indent: 30px;
}

.lvLogo-div-section{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lvLogo-div-section div{
    width: 150px;
    height: 96px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

/*//end*/


.logindiv .login input[type=button] {
    background-color: #c49c4f;
    border-color: #c49c4f;
}

.logindiv .panel-d button.curr {
    border-bottom: 3px solid #c49c4f;
    color: #c49c4f;
}

.logindiv .panel-d button.curr {
    border-bottom: 3px solid #c49c4f;
    color: #c49c4f;
}

.register a {
    color: #c49c4f !important
}












