﻿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;
}

.a_full {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.bg_platform {
    background: #fff;
}

/*-----文字对齐-------------------*/
.t-c {
    text-align: center;
    margin-top: 10px;
}

.t-l {
    text-align: left;
}

.t-r {
    text-align: right;
}

/*------------文字颜色------------------*/
.white {
    color: #FFF;
}

.darkgray {
    color: #444;
}

.gray {
    color: #bbb;
}

.lightgray {
    color: #999;
}

.darkwhite {
    color: #d11516;
}

.red {
    color: #d11d34;
}

.green {
    color: #25951a;
}

.blue {
    color: #1e5ec8;
}

.orgen {
    color: #8c6f4b;
}

.darkorg {
    color: #a88c6e;
}


/*----------padding-------------------*/
.p-d {
    padding: 0 10px 10px 10px;
    overflow: hidden;
}

.p-lr-d {
    padding: 0 10px;
}

.p-tb-d {
    padding: 20px 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 {
    margin: 0px auto;
}

.botcompany {
    width: 1200px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.panel .seller {
    width: 330px;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
    box-sizing: border-box;
}

.panel .seller .itemInfo {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.panel .seller .sellname {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 10px 0;
}

.panel .seller .oooicial {
    display: inline-block;
    border: 1px solid #cf152d;
    padding: 2px 10px;
    border-radius: 20px;
    color: #cf152d;
    margin: 10px 0;
}

.panel .seller .listinfo {
    color: #333;
    line-height: 20px;
}

.panel .seller .listinfo img {
    width: 14px;
    height: 14px;
    margin-top: 2px;
}

.panel .tabbox {
    width: 850px;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
}

.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;
}

input {
    border: 1px solid #dfdfdf;
}

select {
    height: 36px;
    border: 1px solid #d1d1d1; 
    font-size: 12px;
    line-height: 24px;
}

table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    vertical-align: middle;
    font-size: inherit;
}


.c_title .wq-tbody-block {
    display: table-row-group;
}

.c_title tbody {
    display: none;
}

.popdiv .c_title tbody {
    display: table-row-group;
}

.c_title>caption input[type=button] {
    float: left;
}

.tablecolspantd {
    text-align: left;
    padding-left: 15px;
    color: #b3b3b3;
    height: 40px;
    line-height: 40px;
    border-top: 0px;
}

.c_title caption {
    text-align: left;
    cursor: pointer;
}

.c_title {
    padding-top: 10px;
}

.div_title {
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 5px #f0f0f0;
}



.div_title:hover {
    border: 1px solid #f2b67e;
    margin-bottom: 10px;
}

.caption1 {
    cursor: pointer;
}

.c_title:hover caption .hidden {
    display: block;
    background-color: #d11516;
    color: #fff;
}

.c_title tr:first-child td {
    border-top-width: 0;
}

td,
caption,
th {
    border: 1px solid #e2e2e2;
}

caption,
th {
    /* background-color: #f1f1f1; */
}

th {
    text-align: center;
    line-height: 20px;
    height: 40px;
    word-break: normal;
}

td {
    /* height: 40px; */
    line-height: 20px;
    word-break: normal;
}

.td_floatleft {
    text-align: left;
    padding-left: 4px;
    position: relative;
}

table {
    word-break: normal;

}

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;
    overflow: hidden;
}

caption div {
    display: inline-block;
}

a:hover {
    text-decoration: none;
    color: #8c6f4b;
}

button {
    background-color: #d11516;
    padding: 1em 2em;
    color: #FFF;
    padding: .5em 1.5em;
    cursor: pointer;
    border-radius: 3px;
}

button.ghost {
    background-color: transparent;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    color: #444;
    padding: 0.5em 1.5em;
    cursor: pointer;
}


input[type=checkbox] {
    vertical-align: middle;
}

input[type=button] {
    cursor: pointer;
}

em {
    font-style: normal;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

.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-body {
    width: 100%;
    height: auto;
    padding: 18px 0;
}

.layout {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.p-tb-d {
    width: 100%;
    background-color: #f2f2f2;
    margin-top: -30px;
}

.p-tb-d .detailtop {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
}

.layout_div {
    width: 400px;
    float: left;
    display: inline-block;
    height: 100px;
}

.fullwidth-body {
    width: 100%;
    min-width: 1200px;
    padding: 15px 0;
    background-color: #f2f2f2;
}

.fullwidth {
    min-width: 1200px;
    padding: 0px;
    box-sizing: border-box;
    max-width: 1200px;
    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;
    top: 41px;
    left: 0;
    color: #666;
    display: none;
    z-index: 500;
}

.cartbtn:hover .cart_home_content {
    display: block;
}

.cart_home_list {
    width: 263px;
    line-height: 20px;
    background: #FFF;
    box-shadow: #666 0 0 3px;
    padding: 15px;
    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_title a {
    color: white;
}

.home_wechat_title :hover {
    color: #8c6f4b;
}

.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: #8c6f4b;
}

.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: #8c6f4b;
    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: 4px;
}

table a:hover {
    color: #d11516;
}

.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 {
    /* width: 134px; */
    height: 46px;
    background-color: #dedede;
    margin: 0px 5px 0 0px;
    line-height: 46px;
    color: #585656;
    cursor: pointer;
    border-bottom: 2px solid #f2f2f2;
    float: left;
    border-radius: 3px 3px 0 0;
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
}

.sub-title:nth-child(1) {
    margin-left: 33px;
}

.sub-title>p {
    background-image: url(/zcy/hzky/pc/static/img/user-2.png);
    background-repeat: no-repeat;
    background-position: 180px center;
}

.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 #8c6f4b;
    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: #8c6f4b;
    height: 44px;
    color: #FFF;
    padding: 0 20px;
}

.head {
    width: 100%;
    background-color: #fff;
}

#LoginUser {
    font-size: 14px;
    line-height: 14px;
    color: #d11d34;
}

#LoginUser span:first-child {
    font-weight: bold;

}

.loginuser {
    color: #00b4ff;
    width: 68px;
    height: 23px;
    border-radius: 3px;
    border: 1px solid #00b4ff;
    padding: 1px 8px;
    margin: 0 6px;
    padding-left: 25px;
    background: url("../../pc/images/testsupply-icon-small.png") no-repeat 8px center;
}

#LoginOut>a {
    width: 57px;
    height: 23px;
    padding: 4px 10px;
    padding-right: 24px;
    border-radius: 3px;
    color: #fff !important;
    background-color: #d11d34 !important;
    background: url("../../pc/images/logout-icon.png") no-repeat 40px center;
}

.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: #8c6f4b;
    color: #fff;
}

.topnav li.catgray>a {
    width: 200px;
    text-align: center;
    background-color: #8c6f4b;
}

.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;
}


.cart_home_list_statistics {
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.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 {
    max-height: 300px;
    overflow: auto;
}

.cart_home_list li {
    list-style: none;
    padding: 5px 0;
    height: 76px;
    border-bottom: 1px dashed #f3f0ed;
}


.cart_home_list li:last-child {
    border: none;
}

.cart_home_list span {
    display: inline-block;
    padding: 0 0 0 4px;
    width: auto;
}

.cart_home_list li span {
    width: 110px;
    text-align: left;
    height: 36px;
    overflow: hidden;
    float: left;
    padding-left: 10px;
    color: #333;
    line-height: 18px;
}

.cart_home_list li img {
    width: 76px;
    height: 76px;
    float: left;
}


.cart_home_list_gobtn {
    width: 100%;
    height: 42px;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
}

.cart_home_list li p {
    width: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    padding-left: 10px;
}

.cart_home_list_del {
    float: right;
    text-indent: 0;
}

.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: #8c6f4b;
    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: #8c6f4b;
    background-color: rgba(253, 242, 203, 0.36); */
    border-color: #ce0505;
    color: #e3582a;
}

.userdefaultaddress:hover {}

.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/hzky/pc/static/img/logo-h.png) no-repeat;
    font-size: 0;
}

.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/login-welcome.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: none;
    color: red;
    line-height: 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 5px;
    line-height: 30px
}

.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 !important;
}

.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: 100%;
    /* background-color: #fff; */
    margin-bottom: 10px;
}

.sidebar-l_topimg {
    background-color: #fff;
    margin-bottom: 2px;
}

.sidebar-l .sidebar-nav {
    /* padding-bottom: 15px; */
    margin-top: 20px;
    position: relative;
}

.sidebar-l .sidebar-nav ul {
    height: 0px;
    overflow: hidden;
}

.sidebar-l .sidebar-nav ul.subshow {
    padding: 5px;
    width: 1188px;
    height: 38px;
    background-color: #FFF;
    display: flex;
    border-radius: 28px;
    position: absolute;
    top: 47px;
    z-index: 1;
}

.sidebar-l .sidebar-nav li {
    text-indent: 42px;
    background-color: #ffffff;
    color: #585656;
    line-height: 36px;
    cursor: pointer;
    height: 36px;
}

.sidebar-l .sidebar-nav a {
    color: #666;
    width: 100%;
    height: 100%;
    display: block;
}

.sidebar-l .sidebar-nav a.curr,
.sidebar-l .sidebar-nav a:hover {
    color: #d11516;
    font-weight: bold;
    background-image: url(/zcy/hzky/pc/static/img/user-left-ka.png);
    background-repeat: no-repeat;
    background-position: 28px center;
}

.curr {
    font-weight: bold;
}


div#pageTitle {
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    color: #585656;
    margin-left: 10px;
}

.Pagination {
    background-color: #fff;
    width: calc(100% - 16px);
    height: 32px;
    padding: 8px;
    /* box-shadow: 0 0 5px #ccc; */
    float: left;
    /* margin-bottom: 10px; */
    border-radius: 40px;
}

.Pagination1 {
    background-color: #fff;
    width: calc(100% - 30px);
    height: 23px;
    padding: 20px 15px 33px 15px;
    margin: 10px 0px 0 0px;
    box-shadow: 0 0 5px #ccc;
    float: left;
}

.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 {
    width: 100%;
    overflow: hidden;
    float: left;
    background-repeat: no-repeat;
    background-position: 23px center;
    color: #969696;
}

.map .fr {
    margin-right: 10px;
}

.map .locaIng {
    position: absolute;
    right: 0;
    top: -52px;
}

.sub-titleCurr {
    background-color: #d11516;
    color: #fff;
}

.sub-title:hover {
    background-color: #d11516;
    color: #fff;
}


.wq-search-1 {}


.wq-search-btn {
    height: 36px;
    overflow: hidden;
}

.wq-search-btn>span {
    overflow: hidden;
    background-color: #dedede;
    color: #585656;
    border-bottom: 0;
    border: 1px solid #dedede;
}

.m-t-84 {
    margin-top: 84px;
}



.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% - 242px); */
    width: 100%;
    min-height: 480px;
    position: relative;
}

.fullwidth .Container-r .location_r {
    position: absolute;
    top: -52px;
    right: 0;
}

.frm-search {
    width: calc(100% - 20px);
    background: #fff;
    /* margin-bottom: 10px; */
    margin: 22px 0 10px 0 !important;
    padding: 10px;
    float: left;
    height: auto !important;
    border-radius: 28px;
}

.frm-search-tab {
    width: 100%;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    box-shadow: 0 0 0 #ccc;
}


.frm-user_search:first-child {
    margin-top: 10px;
}

.frm-user_search {
    width: calc(100% - 16px);
    padding: 10px 8px;
    background: #fff;
    border-radius: 28px;
}

.wq-search-btn {}


.search-input {
    height: 30px;
    width: 118px;
    background-image: url(/zcy/hzky/pc/static/img/product-body-4.png);
    background-repeat: no-repeat;
    background-position: 100px center;
    border: 1px solid #dfdfdf;
    font-size: 16px;
}

.frm-search-lf {
    width: 81%;
}

.frm-search-lf li {
    margin-bottom: 10px;
}

.frm-search-lf li:last-child {
    margin-bottom: 0;
}


.frm-search-lf li>span:last-child {
    width: 80px;
    text-align: right;
}


.wd-20b {
    width: 20%;
}


.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;
    line-height: 36px;
}


.easyui-tooltip label {
    line-height: inherit;
}



.lab {
    display: inline-block;
    text-align: right;
    width: 100px;
}

.frm-search .long {
    width: 150px;
}

.frm-search label {}

.frm-search label.wa {
    width: auto;
    padding-right: 8px;
}

.frm-search .lab-lx label {
    width: 240px;
}

.frm-search h3 {
    /* background-color: #f1f1f1; */
}

input[type=text],
input[type=password] {
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
}


.frm-search input,
.frm-search select,
.frm-search textarea {
    font-size: 12px;
    margin: 1px 4px;
    width: 130px;
    height: 26px;
    padding: 0 4px;


}

.frm-search select {
    height: 28px;
    vertical-align: middle;
    border: 1px solid #dfdfdf;
}

.frm-search input {
    height: 26px;
    border: 1px solid #dfdfdf;
    vertical-align: middle;
}

.frm-search input[type=button] {
    background: #f8f8f8;
    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 #bfbfbf;
}

.frm-search input[type=button]:hover {
    color: #d11516;
}

.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] {
    margin: 4px;
    width: auto;
    height: auto;
}

.frm-search .datepicker {
    position: relative;
}




.frm-search .datepicker input[type=text] {
    height: 26px;
    line-height: 28px;
    width: 70px;
    border: 1px solid #dfdfdf;
    background-size: auto;
    margin: 1px 4px;
    padding: 0 4px;
    padding-right: 20px;
}

.frm-search .datepicker:after {
    position: absolute;
    display: inline-block;
    font-family: "iconfont";
    font-size: 16px;
    content: "\e62d";
    color: #d11516;
    line-height: 26px;
    right: 8px;
    top: -2px;
    pointer-events: none;
}

.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: #000;
    text-align: left;
}

td.iteminfo .itempropertys {
    line-height: 36px;
}

td.t-l {
    padding-left: 9px;
}

.jiajian {
    width: 10px;
    height: 10px;
    position: center;
    cursor: pointer;
    vertical-align: middle;
    padding: 2px;
    border: 1px solid #ddd;
}

.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 #e1e1e1 solid;
    color: #8c6f4b;
}

.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 !important;*/
    line-height: 30px;
    margin-bottom: -1px;
}

.xieyi {
    height: 180px;
    overflow-y: scroll;
}

.commodity-list {
    width: 100%;
    background-color: #f2f2f2;
}

.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: #8c6f4b;
}

.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 {
    vertical-align: middle !important;
    width: 68px;
    background: #8c6f4b;
    color: #FFF;
    height: 28px;
    line-height: 28px;
    width: auto;
    margin-right: 0;
    text-align: center;
    padding: 0 1.5em;
    border-radius: 3px;
    border: 1px solid #8c6f4b;
}





.box-sha {
    box-shadow: 0 0 5px #ccc;
}

.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 {
    height: 34px;
    display: inline-block;
    padding: 0 8px;
    line-height: 34px;
}

.commodity-list .brand hr {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}

.commodity-list .brand dt {
    width: 80px;
    padding-left: 15px;
    height: 34px;
    line-height: 34px;
    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 {
    background-color: #fff;
    font-size: 0;
    box-shadow: 0 0 5px #ccc;
    padding: 0 30px;
    box-sizing: border-box;
    border-radius: 30px;
    margin-bottom: 10px;
    overflow: hidden;
}

.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 {}

.commodity-list .sort a.baion {
    background-color: #8c6f4b;
    color: #fff;
}

.commodity-list .sort a.bai:hover {
    background-color: #8c6f4b;
    color: #fff;
}

.commodity-list .sort a.gray {
    background-color: #f0f0f0;
}

.commodity-list .sort a.gray:hover,
.commodity-list .sort a.gray.curr {
    background-color: #8c6f4b;
    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 20px 13px 0;
    border: solid 1px #e8e8e8;
    overflow: hidden;
    background-color: #fff;
    border-radius: 15px;
}

.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 10px;
    font-weight: 400;
    font-family: Verdana;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
}

.commodity-list .item-datu li .price .priceval {
    color: #cf152d;
    font-size: 14px;
    font-weight: bold;
}

.commodity-list .item-datu li .botinfo {
    display: flex;
    justify-content: space-between;
    line-height: 20px;
    padding: 10px;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.commodity-list .item-datu li .botinfo .botType {
    border: 1px solid #00b4ff;
    border-radius: 10px;
    color: #00b4ff;
    padding: 0 5px;
}

.price-input-product {
    height: 32px;
    border: 1px solid #ccc;
}

.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: 100%;
    height: 100%;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}



.mycart {
    position: absolute;
    z-index: 9;
    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 11px;
    overflow: hidden;
    word-wrap: break-word;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.commodity-list .item-datu .iteminfo {
    padding: 0 11px;
    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;
    margin: 0 auto;
    background-color: #fff;
    /* padding:40px 30px;
    box-sizing:border-box;
    border-radius:30px;*/
}

.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;
    width: 100%;
    overflow: hidden;
}

.itembrief .item-txt .toptype {
    border: 1px solid #00b4ff;
    color: #00b4ff;
    display: inline-block;
    margin-bottom: 12px;
    border-radius: 20px;
    padding: 5px 10px;
}

.item-name:hover {
    color: #cf152d;
}

.item-detail-price {
    background-color: #fafafa;
    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: #9e6c2f;
    border-color: #9e6c2f;
}

.itembrief .item-txt .operate a {
    float: right;
}

.itembrief .item-txt .operate span {
    float: left;
}

.itembrief .item-txt .operate span button {
    border: 1px solid #9e6c2f;
    border-radius: 2px;
    width: 160px;
    height: 42px;
    line-height: 42px;
    padding: 0;
    font-size: 14px;
}

.itembrief .item-txt .operate span button:first-child {
    background-color: #9e6c2f;
}

.itembrief .item-txt .price {
    padding: 5px;
}

.itembrief .item-txt .dprice {
    padding: 5px 25px;
    margin-right: 5px;
    display: inline-block;
    cursor: pointer;
    background-color: #ededed;
}


.itembrief .item-txt .on,
.itembrief .item-txt .dprice:hover {
    background-color: #a98c6e;
    color: #fff;
}

.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;
}

.yunfei 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;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 10px;
}

.brieftitle label {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    margin-left: 30px;
}

.brieftitle label.curr,
.brieftitle label:hover {
    border: 1px solid #FFF;
    border-bottom: 2px solid #cf152d;
    background-color: #FFF;
}

.pingjia {
    width: 850px;
    box-sizing: border-box;
}

.pingjia .pinjia-p {
    padding: 16px 20px;
    line-height: 30px;
    border: 1px solid #ccc;
}

.pingjia .detail {
    background-color: #f7f7f7;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
}

.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;
}

.xinagqing .goodsDetail {
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 20px;
    color: #333;
}

.xinagqing .imgbox {
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    margin: 30px 0;
}

.xinagqing .imgbox img {
    width: 100%;
    height: 1080px;
}

.news {
    width: 100%;
    margin: 15px 20px;
    box-sizing: border-box;
}

.news .newsitem {
    padding: 14px 14px;
    display: block;
    border-bottom: 1px dashed #e0e0e0;

}

.news .newsitem:last-child {
    border: none;
}

.news .newsitem:hover {
    background-color: #f1f1f1;
    color: #8c6f4b;

}

.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;
}

.copyright p {
    line-height: initial;
}

.uploadify-button {
    color: #FFF;
    height: 26px;
    line-height: 26px;
    padding: 0 1em;
    width: auto;
    margin-right: 0;
    text-align: center;
}

.richtext {
    width: 0px;
    float: left;
    border: 0px;
    padding: 0px;
    resize: none;
}




.searchlist {
    display: none;
    position: absolute;
    /*border: 1px solid #8c6f4b;*/
    z-index: 100;
    width: 370px;
    border-top: 0px;
}

.searchlist li {
    background-color: #FFF;
    line-height: 28px;
    padding: 0 1em;
    cursor: pointer;
}


.lishover {
    color: #D11D34;
    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: 99999;
}

.popdivalert {
    position: relative;
    width: 90%;
    margin: auto;
    background-color: #FFF;
    top: 40%;
    z-index: 1100;
}

.popdivalerth3 {
    padding: 10px 10px;
    font-size: 1rem;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}

.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: 1rem;
    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;
}

.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 #8c6f4b 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;
}

/* .uploadify-button :hover {
        background-color: #8c6b4f;
    } */

#xiangqing .lazy {
    min-height: 200px;
    min-width: 88px;
    display: block;
    background-image: url(/zcy/default/pc/images/product-bg.png?id=001);
    background-position: center 50px;
    background-repeat: no-repeat;
}

.news img {
    max-width: 95%;
}

a.button_ {
    height: 24px;
    line-height: 24px;
}

.button_ {
    border: 1px solid #dfdfdf;
    padding: 0 10px;
    background-color: #fff;
    margin: 4px 2px;
    font-size: 12px;
    min-width: 40px;
    color: #000;
    border-radius: 4px;
}

/* .button_:nth-child(2) {
    width: 70px;
} */

.button_action {
    background-color: #d11516;
    color: #fff;
    height: 32px;
    line-height: 32px;
    padding: 0 1em;
    letter-spacing: 1px;
    width: auto;
    margin-right: 0;
    font-weight: bold;
    font: bold 13px/180% Tahoma, sans-serif;
    margin-left: 5px;
    border: 1px solid #d11516;
    border-radius: 4px;
}



/*--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 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .5);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 2px;
    z-index: 9999;
}

.loadingTdiv {
    width: 60px;
    height: 20px;
}

.loadingTdiv span {
    display: inline-block;
    width: 8px;
    height: 100%;
    border-radius: 4px;
    background: #8c6f4b;
    -webkit-animation: load 1s ease infinite;
    margin: 0 2px !important;
}

@keyframes load {

    0%,
    100% {
        height: 20px;
        background: #8c6f4b;
        margin: 0 2px;
    }

    50% {
        height: 40px;
        margin: -10px 2px;
        background: #f7f7f7;
    }
}

@-webkit-keyframes load {

    0%,
    100% {
        height: 20px;
        background: #8c6f4b;
        margin: 0 2px;
    }

    50% {
        height: 40px;
        margin: -10px 2px;
        background: #f7f7f7;
    }
}

@-moz-keyframes load {

    0%,
    100% {
        height: 20px;
        background: #8c6f4b;
        margin: 0 2px;
    }

    50% {
        height: 40px;
        margin: -10px 2px;
        background: #f7f7f7;
    }
}

@-ms-keyframes load {

    0%,
    100% {
        height: 20px;
        background: #8c6f4b;
        margin: 0 2px;
    }

    50% {
        height: 40px;
        margin: -10px 2px;
        background: #f7f7f7;
    }
}

@-o-keyframes load {

    0%,
    100% {
        height: 20px;
        background: #8c6f4b;
        margin: 0 2px;
    }

    50% {
        height: 40px;
        margin: -10px 2px;
        background: #f7f7f7;
    }
}

.loadingTdiv span:nth-child(2) {
    -webkit-animation-delay: 0.2s;
}

.loadingTdiv span:nth-child(3) {
    -webkit-animation-delay: 0.4s;
}

.loadingTdiv span:nth-child(4) {
    -webkit-animation-delay: 0.6s;
}

.loadingTdiv span:nth-child(5) {
    -webkit-animation-delay: 0.8s;
}




.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: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}



.turnpage #CurrePageIndex {
    position: absolute;
    right: 30px;
    font-weight: bold;
    color: #000;
    font-size: 14px;
}

.turnpage span {
    display: inline-block;
    padding: 0 4px;
    line-height: 28px;
    display: flex;
}

.turnpage a {
    display: inline-block;
    font-style: normal;
    padding: 0px 10px;
    border: 1px solid #e2e2e2;
    margin: 0 2px;
    color: #000;
    font-size: 16px;
    border-radius: 3px;
    font-weight: bold;
}

.turnpage a:last-child {
    margin-right: 0;
}

.turnpage a:hover,
.turnpage a.cur {
    color: #d11516;
    border: 1px solid #d11516;
    font-weight: bold;
}

.turnpage span:last-child {
    padding-right: 0;
}


/*------弹出层----------------*/
.mask {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    overflow-y: scroll;
    height: 100% !important;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.popdiv_01 {
    position: relative;
    width: 970px;
    top: 40%;
    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% !important;
    //top: 40% !important;
    z-index: 1100;
    padding-bottom: 15px;
    //transform: translateY(-40%);
    //-webkit-transform: translateY(-40%);
    //-o-transform: translateY(-40%);
    //-moz-transform: translateY(-40%);
    //-ms-transform: translateY(-40%);
    //margin-top: 0 !important;
    border-radius: 15px;
}

.popdiv>h3>.closepopwindow {
    position: absolute;
    top: -30px;
    right: 0;
    display: block !important;
}

.popdiv>h3>.closepopwindow>img {
    vertical-align: top;
}

.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: 60%;
    float: left;
    text-align: left;
}

.popdiv h3 {
    border-bottom: 1px solid #ccc;
    line-height: 36px;
    padding: 0 8px 0 12px;
    position: relative;
}

.popdiv span {}

#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;
}

.popdiv input[type=button] {
    margin: 0;
    width: 100px;
}

.lansum {
    font-size: 10px;
}

.meun_a_grade {
    /*background-color: #8c6f4b;*/
    color: #fff;
}

.content_details {
    min-height: 450px;
    padding: 0 15px 15px 15px;
    min-height: 330px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px !important;
    border-radius: 28px;
    background-color: #fff;
}

.content_search {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 10px;
}

.caption1-span-right {
    width: 50px;
    height: 40px;
    float: right;
    background-image: url("/zcy/hzky/pc/static/img/user-2.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.caption1-span-right-click {
    background-image: url("/zcy/hzky/pc/static/img/user-9.png");
}

.notdata {
    padding: 2.5rem 0;
    text-align: center;
    width: calc(100% - 2px);
    font-size: 14px;
    margin: 10px 0;
    height: 232px;
    background: url(/zcy/hzky/pc/static/img/nodata.png) no-repeat;
    background-position: center top;
    background-size: auto;
    background-color: #fff;
    line-height: 280px;
    margin-top: 60px;
    font-weight: bold;
    color: #7b7b7b;
    overflow: hidden;
}

.ielowversionwarn {
    background-color: #FFFDE9;
    padding: 15px;
    border: 1px solid #F4F5CF;
    text-align: center;
    font-size: 14px;
    display: none;
}

.goodsList {
    background-color: #fff;
    /* box-shadow: 0 0 5px #ccc; */
}

.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 !important;
}


.list_tab {
    background-color: #dedede;
    border: 1px solid #bfbfbf;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
    padding: 6px 15px;
    color: #444;
    cursor: pointer;
    display: inline-block;
    margin-top: 4px;
}

.list_tab.curr {
    background-color: #ea821f;
    color: #fff;
    border: 1px solid #ea821f;
}

.list_tab:first-child {
    margin-left: 33px;
}

.list_tab:hover {
    background-color: #ea821f;
    border: 1px solid #ea821f;
    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: #8c6f4b;
}

.welecome .w_b {
    padding-top: 1rem;
    font-size: 40px;
    text-align: center;
}


.foot_link_a {
    display: inline-block;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
}





.wq-advcddiv {
    width: 80%;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    display: none;
    top: 50px;
    left: 0;
    z-index: 99;
}

.wq-advcddiv {}




.uploadify {
    clear: left;
    display: inline-block;
    margin-bottom: 1em;
    width: auto !important;
}

.uploadify-button {
    cursor: pointer;
    background-color: #ffffff;
    color: #7b7b7b;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-align: center;
    /* text-shadow: 0 -1px 0 rgba(0,0,0,0.25); */
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ccc;
}

/* .uploadify:hover .uploadify-button {
    background-color: #8c6b4f;
    color: #fff;
} */

.uploadify-button.disabled {
    background-color: #D0D0D0;
    color: #ff7200;
}

.uploadify-queue {
    float: left;
    margin-bottom: 1em;
}

.uploadify-queue-item {
    background-color: #F5F5F5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 11px Verdana, Geneva, sans-serif;
    margin-top: 5px;
    max-width: 350px;
    padding: 10px;
}

.uploadify-error {
    background-color: #FDE5DD !important;
}

.uploadify-queue-item .cancel a {
    background: url('../img/uploadify-cancel.png') 0 0 no-repeat;
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}

.uploadify-queue-item.completed {
    background-color: #E5E5E5;
}

.uploadify-progress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}

.uploadify-progress-bar {
    background-color: #0099FF;
    height: 3px;
    width: 1px;
}

#divLicenceUrl {
    text-align: center;
}

.uploadify-button {
    height: 30px;
    line-height: 30px;
    width: 120px;
}




input[type=text] {
    text-indent: 0.3em;
}




.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;
        }*/
/*购物车顶部右侧导航*/
.crumbs {
    display: flex;
    align-items: center;
}

.crumbs li {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: -26px;
}

.crumbs li span:first-child {
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    font-weight: bold;
    background-color: transparent;
    /*position: absolute;*/
    transform: translateX(32px);
    z-index: 3;
}

.crumbs li span:nth-child(2) {
    display: block;
    width: 27px;
    height: 27px;
    transform: translateX(50%) rotateZ(45deg);
    background-color: #c0c0c0;
    z-index: 2;
}

.crumbs li span:nth-child(3) {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 12px 18px 12px 38px;
    color: #222222;
    background-color: #e6e6e6;
    z-index: 1;
}

.crumbs li span:nth-child(4) {
    display: block;
    width: 27px;
    height: 27px;
    transform: translateX(-50%) rotateZ(45deg);
    background-color: #e6e6e6;
}

.crumbs>.select span:nth-child(2) {
    background-color: #d01515;
}

.crumbs>.select span:nth-child(3) {
    font-size: 14px;
    line-height: 14px;
    color: #d01515;
}

.wq-cart-head {
    font-size: 20px;
    font-weight: bold;
    float: left;
    text-indent: 60px;
    background-image: url("/zcy/hzky/pc/static/img/cart-bg-1.png");
    background-repeat: no-repeat;
    background-position: 30px center;
}

.w-145 {
    width: 145px;
}


.frm-search .sctxtOrderNo-hzky {
    margin-right: 0;
    float: left;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    width: 168px;
}

.frm-search .btnSearch-hzky[type=button] {
    margin-left: 0;
    float: left;
    border-radius: 0 5px 5px 0;
}

.sub-title>.iconfont {
    float: right;
    /* margin-right: 10px; */
    display: none;
}

.c_title {
    min-height: 0;
    overflow: hidden;
}

.c_title>caption>div:first-child {
    width: 100%;
    background: url("/zcy/hzky/pc/static/img/user-left.png") no-repeat 97% center;
}

.fl-ub>caption>div:first-child {
    background: url("/zcy/hzky/pc/static/img/user-bom-h.png") no-repeat 97% center;
    background-color: #f1f1f1;
}

.c_title tbody {
    display: none;
}

.fl-ub tbody {
    display: table-row-group;
}

.c_title caption {
    cursor: pointer;
    border: 0;
}



.hzky-mar0 {
    margin: 0 !important;
}

.hzky-mt-10 {
    margin-top: 10px;
}


.frm-search-abs {
    width: 100%;
    background: none;
    margin: 0;
    padding: 0;
    float: left;
    height: auto !important;
    box-shadow: 0 0 0 #ccc;
    position: relative;
}

.frm-search-abs>.fl:first-child {
    position: absolute;
    bottom: 0;
}


.frm-search-abs .frm-user_search {
    margin-bottom: 43px;
}

#IsTaxRate {
    float: none;
}

.hzky-noMt {
    margin-top: 0 !important;
}

.hzky-mt10 {
    margin-top: 10px !important;
}

.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: 100%;
} */

.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: 45px
}

.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: #8c6f4b !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;
}


.frm-search input[type=checkbox],
.frm-search input[type=radio] {
    float: none;
}

.warn .iconfont {
    font-size: 12px;
}

.warn {
    background: 0;
}

.icon-chahao:before {
    color: red;
}


.img-auto {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.taropie {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    /* box-shadow: 0 0 5px #ccc; */
}

.jOrgChart .node {
    height: auto !important;
}

input {
    height: 26px;
}

input[type=radio] {
    vertical-align: middle;
}

body .logindiv {
    width: 1170px;
    box-shadow: #aaa 0 0 5px;
    background-color: #fff;
    margin: 15px auto;
    padding: 15px;
}

body .logindiv .logindiv_left {
    width: 720px;
    background: url(/zcy/hzky/pc/static/img/login-welcome.jpg) no-repeat;
    background-position-x: left;
    background-position-y: center;
    height: 396px;
    background-size: 100%;
}

body .logindiv .login {
    position: relative;
    width: 430px;
    margin: 0 auto;
    overflow: hidden;
    height: 300px;
}

.logindiv .panel-d {
    padding: 0;
}

body .logindiv input:not([type=checkbox]) {
    width: 268px;
    height: 30px;
    margin-top: 8px;
    text-indent: 0;
}

body .logindiv input[type=button] {
    width: 100%;
    background-color: #8c6f4b;
    border-color: #8c6f4b;
    height: 40px;
    border-radius: 0;
}

.logindiv .p-d {
    padding: 10px 0;
}

.logindiv input[type=checkbox] {
    vertical-align: middle !important;
}

body .logindiv button.curr {
    border: 0;
    padding: 0;
    color: #8c6f4b;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #8c6f4b;
}

.logindiv .login {
    box-shadow: 0 0 0 #000;
}

.logindiv>.fr>.panel-d {
    border-bottom: 1px solid #ccc;
}


body {
    background: #f7f7f7;
}


.forgetdiv a.curr {
    border-bottom: 2px solid #8c6f4b;
}

.cart_home_list>ul:last-child>li {
    overflow: hidden;
    padding: 0 !important;
}

.cart_home_list>ul:last-child>li>.fl {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 10px 0;
    width: 100%;
}

.cart_home_list>ul:last-child>li>.fl>em:last-child {
    float: right;
}

.cart_home_list>ul:last-child>li>.fr {
    margin-top: 10px;
    width: 100%;
}

.cart_home_list>ul:last-child>li>.fr>button {
    width: 100%;
    font-size: 14px;
    padding: .7em;
}

.cart_home_list_del:hover {
    color: #8c6f4b;
}

.commodity-list .brand dl input {
    vertical-align: middle !important;
}

.commodity-list .brand .btn {
    height: 28px;
    line-height: 28px;
}



.iteminfo>div>a>img {
    width: 100px;
    height: 100px;
}


.fullwidth .iconfont {
    vertical-align: inherit;
    width: auto;
    height: auto;
    background-image: none;
    line-height: inherit;
}

#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;
    background-color: transparent;
}

.info-left {
    width: 230px;
    float: left;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
}

.info-right {
    float: right;
    width: 950px;
    overflow: hidden;
}

.info-left>ul>li {
    line-height: 37px;
    text-indent: 26px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.info-left>ul>li>div:first-child {
    background-color: #585656;
    color: #fff;
    margin-bottom: 8px;
}

.info-left>ul>li>div:last-child>ul>li {
    font-weight: initial;
    margin-bottom: 8px;
    background-color: #f8f8f8;
    color: #585656;
    background-image: url("/zcy/hzky/pc/static/img/info-arrleft.png");
    background-repeat: no-repeat;
    background-position: 92% center;
}






ul li {
    list-style: none;
}

.package-status {
    padding: 18px 0;
}

.package-status .status-list {
    margin: 0;
    padding: 0;
    margin-top: -5px;
    padding-left: 8px;
    list-style: none;
}

.package-status .status-list>li {
    border-left: 2px solid #8c6f4b;
    text-align: left;
    padding: 0;
}


.package-status .status-list>li:before {
    /* 流程点的样式 */
    content: '';
    border: 3px solid #8c6f4b;
    background-color: #8c6f4b;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    margin-left: -7px;
    margin-right: 10px
}

.package-status .status-box {
    overflow: hidden
}

.package-status .status-list>li {
    height: auto;
    width: 85%;
    float: left;
    margin-left: 10%;
}

.package-status .status-list {
    margin-top: -8px
}

.package-status .status-box {
    position: relative;
}

.package-status .status-box:before {
    content: " ";
    background-color: #f3f3f3;
    display: block;
    position: absolute;
    top: -8px;
    left: 20px;
    width: 10px;
    height: 4px
}

.package-status .status-list {
    margin-top: 0px;
}

.status-list>li:not(:first-child) {
    padding-top: 10px;
}

.status-content-before {
    text-align: left;
    margin-left: 25px;
    margin-top: -10px;
}

.status-content-latest {
    text-align: left;
    margin-left: 25px;
    color: #8c6f4b;
    margin-top: -20px;
}

.status-time-before {
    text-align: left;
    margin-left: 25px;
    font-size: 10px;
    margin-top: 5px;
}

.status-time-latest {
    text-align: left;
    margin-left: 25px;
    color: #8c6f4b;
    font-size: 10px;
    margin-top: 5px;
}

.status-line {
    border-bottom: 1px solid #ccc;
    margin-left: 25px;
    margin-top: 10px;
}

.list {
    padding: 0 20px;
    background-color: #F8F8F8;
    margin: 10px 0 0 25px;
    border: 1px solid #EBEBEB;
}

.list li {
    line-height: 30px;
    color: #616161;
}

.status-list div {
    text-indent: 1em;
}

.popdiv .package-status li div:first-child {
    width: auto;
    float: none;
    text-align: left;
    padding-top: 0;
}

#goPage {
    margin-top: 5px;
}

.combo-panel {
    height: auto !important;
    max-height: 200px;
}

#goodsList table thead tr th label input[type=checkbox]{
    margin-top: -3px;
}

.div2sub{
    position: relative;
}
.div3sub a:hover{
    color: red;
}
.div3sub{
    color: #3a3a3a !important;
    background-color: #fff;
    z-index: 1;
    display: none;
    position: absolute;
    width: 350px;
    padding: 20px;
    flex-wrap: wrap;
    gap: 8px;
    border-radius: 8px;
    box-shadow: 0px 0px 21px 4px rgba(195,195,195,0.5);
}