@charset "UTF-8"; html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: inherit;
    font-size: 100%;
    font-family: "Microsoft YaHei", tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;
    vertical-align: baseline;
    box-sizing: border-box;
}

body, html {
    font-size: 12px;
    color: #4d4d4d;
}

:focus {
    outline: 0;
}

a {
    color: #4d4d4d;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

th, td {
    text-align: left;
    font-weight: normal;
    word-wrap: break-word;
    word-break: break-all;
}

th.left, td.left {
    text-align: left;
}

th.right, td.right {
    text-align: right;
}

img, iframe {
    border: none;
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

input, textarea, select, button {
    font-size: 100%;
}

a, button, input[type=button] {
    cursor: pointer;
}

textarea {
    resize: vertical;
}

a > img:hover {
    opacity: 0.8;
}

* {
    outline: none;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

html, body {
    min-height: 100%;
}

body {
    background: #fff;
}

.clearfix {
    display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.fleft {
    float: left;
    display: block;
}

.fright {
    float: right;
    display: block;
}

.hide {
    display: none !important;
}

.pw {
    display: table;
    clear: both;
    content: "";
    position: relative;
}

.pw:after {
    zoom: 1; }

.big-wrap {
    padding-top: 20px;
    width: 100%;
    /* display: table;
  clear: both;*/
    content: "";
    margin-top: 40px;
    height: 100%;
    position: relative;
}

.big-wrap:after {
    zoom: 1; }

.pd-wrap {
    display: table;
    clear: both;
    content: "";
    width: 100%;
    padding: 0 12px;
    margin-top: 52px;
    position: relative;
}

.pd-wrap:after {
    zoom: 1; }

.center-pw {
    display: table;
    clear: both;
    content: "";
    position: relative;
    width: auto;
    margin: 0 auto;
}

.center-pw:after {
    zoom: 1; }

.mt-wrap {
    display: table;
    clear: both;
    content: "";
    position: relative;
    width: 100%;
    margin-top: 12px;
    background-color: #fff;
}

.mt-wrap:after {
    zoom: 1; }

.mr-auto {
    display: table;
    clear: both;
    content: "";
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.mr-auto:after {
    zoom: 1; }

.mt-12 {
    margin-top: 12px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-110 {
    margin-top: 110px;
}

.border-none {
    border: none !important;
}

img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.grey-bg {
    background: #f6f6f6;
}

.grey-txt {
    color: #999;
}

.red-txt {
    color: #fb082a;
    font-style: normal;
}

.big-red-btn {
    background: #fb082a;
    width: 100%;
    line-height: 35px;
    font-size: 14px;
    border-radius: 4px;
    border: none;
    outline: none;
    margin-bottom: 15px;
    color: #fff;
}

/*头部样式*/
.title {
    width: 100%;
    background: #fff;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #eee;
    position: fixed;
    left: 0;
    right: 0;
    top: 20px;
}

.title:before {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 20px;
    background: #fff;
    content: '';
}

.title h1 {
    font-size: 18px;
    text-align: center;
}

.title h1 i {
    color: #cccccc;
    margin-left: 4px;
}

.title .back {
    position: absolute;
    left: 3px;
    bottom: 0;
    display: block;
    padding: 0 15px;
    height: 40px;
    background: url(/client/images/cy_new/i_back_tongyi.png) no-repeat center;
    background-size: 12px 19px;
    width: 12px;
}

.title .back i {
    font-size: 18px;
    color: #999999;
    font-weight: bold;
    display: none;
}

.title .more {
    position: absolute;
    right: 6px;
    top: 0;
    display: block;
    padding: 0 12px;
    height: 40px;
    font-size: 14px;
    color: #999999;
}

.title .more i {
    font-size: 18px;
}

.title .more i.icon-weibiaoti2010103 {
    font-weight: bold;
    color: #323333;
}

.title .more i.icon-shanchu {
    font-size: 24px;
    vertical-align: -4px;
}

.title .clear_input {
    display: none;
    position: absolute;
    right: 52px;
    top: 50%;
    margin-top: -5px;
    width: 30px;
    height: 30px;
    background: url(/client/images/cy_new/comment_img_close.png) no-repeat center;
    -webkit-background-size: 18px;
    background-size: 18px;
}

.title .title-sear {
    display: block;
    width: calc(100% - 90px);
    background-color: #f0f0f0;
    border: none;
    border-radius: 20px;
    line-height: 30px;
    padding: 0 10px 0 40px;
    font-size: 13px;
    margin: 5px 52px 5px 38px;
    box-sizing: border-box;
}

.title .title-sear:after {
    zoom: 1; }

.title .sear-icon {
    color: #ccc;
    position: absolute;
    left: 52px;
    top: 0px;
}

.title .sear-icon i {
    font-size: 18px;
}

.title .sao-icon {
    position: absolute;
    left: calc(90% - 40px);
    top: 0px;
    color: #999999;
}

.title .sao-icon i {
    font-size: 18px;
}

/*table布局*/
.tbl-type {
    display: table;
    width: 100%;
}

.tbl-cell {
    display: table-cell;
    vertical-align: top;
    text-align: center;
}

/*商品分类Nav*/
.pro-sort {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fff;
    font-size: 15px;
    overflow: hidden;
    position: fixed;
    z-index: 20;
    margin-top: 1px;
}

.pro-sort .tbl-cell {
    position: relative;
    vertical-align: middle;
}

.pro-sort .tbl-cell span {
    display: table;
    clear: both;
    content: "";
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    line-height: 39px;
}

.pro-sort .tbl-cell span:after {
    zoom: 1; }

.pro-sort .tbl-cell span .icon-shangxiajiantou {
    margin: 0 0 0 4px;
    color: #999999;
    font-size: 12px;
}

.pro-sort .tbl-cell span .icon-xiangshangjiantou {
    font-size: 10px;
    margin-left: 5px;
    color: #999999;
}

/*.pro-sort .tbl-cell span .icon-sort {
  width: 16px;
  height: 20px;
  display: inline-block;
  background: url(/client/images/imgN/icon-shaixuan.png) 0 0px no-repeat;
  vertical-align: -2px;
}*/
.pro-sort .tbl-cell.active {
    color: #fb082a;
}

.pro-sort .tbl-cell.active i {
    color: #fb082a;
}

.pro-sort .left-line {
    position: absolute;
    background-color: #f0f0f0;
    width: 1px;
    height: 39px;
    left: 0;
    top: 0px;
}

.pro-sort .sort-btn i {
    color: #777777;
    margin-left: 5px;
}

/*商品列表形式展示*/
.product-box {
    display: table;
    clear: both;
    content: "";
    width: 100%;
    position: relative;
}

.product-box:after {
    zoom: 1; }

.pro-li {
    width: 100%;
    display: table;
    clear: both;
    content: "";
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.pro-li:after {
    zoom: 1; }

.pro-li .pro-tmb {
    width: 120px;
    height: 120px;
    float: left;
    margin: 5px 12px 0 0;
}

.pro-li .pro-tmb span {
    width: 120px;
    height: 120px;
    line-height: 120px;
    float: left;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.pro-li .pro-tmb span img {
    max-width: 118px;
    max-height: 118px;
}

.pro-li .pro-li-tit {
    float: left;
    width: calc(100% - 132px);
    border-bottom: 1px solid #efefef;
    padding: 12px 0;
}

.pro-li .pro-li-tit .product-more {
    bottom: 15px;
}

.pro-li .pro-li-name {
    color: #666666;
    line-height: 20px;
    height: 41px;
    font-size: 14px;
    overflow: hidden;
    padding-right: 14px;
}

.pro-li .pro-li-price {
    color: #fb082a;
    font-size: 14px;
    height: 22px;
}

.pro-li .pro-li-price i {
    font-size: 19px;
    font-style: normal;
    margin-left: 2px;
}

.pro-li .month-sale {
    font-size: 12px;
    color: #999999;
    margin-left: 16px;
}

.pro-li .pro-li-store {
    padding-top: 6px;
    font-size: 12px;
    color: #666666;
}

.pro-li .pro-li-store .site {
    font-size: 11px;
    color: #999;
    margin-left: 18px;
}
.pro-li-tag span {
    display: inline-block;
    padding: 0 4px;
    font-size: 10px;
    line-height: 14px;
    color: #fb082a;
    background-color: #fee8eb;
    margin-right: 5px;
    margin-top:5px;
}

/*商品块状形式展示*/
.uslType {
    float: left;
    display: block;
    width: calc(50% - 15px);
    /*modify0126*/
    margin: 0 0 10px 10px;
    position: relative;
    border: 1px solid #f6f6f6;
}

/*.img-box {
  width: calc(100% + 1px);
  height: 0px;
  display: table-cell;
  float: left;
  padding-bottom: 100%;
  overflow: hidden;
  margin: 0;
  position: relative;
  text-align: center;
}
.img-box img {
  width: 100%;
  position: absolute;
  left: 0;
}*/
.pro-detail {
    /*float: left;*/
    position: relative;
    display: block;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}

.pro-detail .pro-li-tag {
    display: none;
}

.pro-detail .product-name {
    line-height: 20px;
    height: 20px;
    width: 100%;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.pro-detail .price-red {
    font-size: 15px;
    color: #fb082a;
    line-height: 28px;
    /*padding-bottom: 10px;*/
}

.pro-detail .price-red i {
    font-style: normal;
    font-size: 18px;
}

.pro-detail .brand {
    border-top: 1px dashed #f6f6f6;
    line-height: 30px;
    font-size: 11px;
    color: #999999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-right: 5px;
    margin-top: -6px;
    max-width: 60%;
}

.pro-detail .brand img {
    max-height: 18px;
    vertical-align: -4px;
    margin-right: 8px;
    display: none;
}

/*搜索商品结果*/
.search-result {
    width: 100%;
    background-color: #f6f6f6;
    text-align: center;
    padding: 25px 0;
}

.search-result .result-icon {
    margin-bottom: 10px;
}

.lineT-tit div {
    display: table;
    clear: both;
    content: "";
    position: relative;
    margin: 0 auto;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
    color: #fb082a;
}

.lineT-tit div:after {
    zoom: 1; }

.lineT-tit div span {
    background: url(/client/images/imgN/lineT_tit.png) no-repeat;
    padding: 0 0 0 40px;
}

.lineT-tit div span.last {
    background-position: -40px 0;
}

/*表单*/
.form-box {
    width: 100%;
    display: table;
    clear: both;
    content: "";
    position: relative;
}

.form-box:after {
    zoom: 1; }

.form-box .form-row {
    width: 100%;
    line-height: 40px;
    display: table;
    clear: both;
    content: "";
    position: relative;
    border-bottom: 1px solid #f6f6f6;
    line-height: 44px;
    background: #fff;
}

.form-box .form-row:after {
    zoom: 1; }

.form-box .form-row .form-l {
    width: 120px;
    float: left;
    display: block;
    padding-left: 12px;
    font-size: 15px;
}

.form-box .form-row .form-input {
    float: left;
    display: block;
    width: calc(100% - 120px);
    padding-right: 12px;
    font-size: 15px;
}

.form-box .form-row .form-input .input-skin {
    width: 100%;
    border: none;
    text-indent: 6px;
    line-height: 44px;
    font-size: 15px;
}

.form-box .form-row .full-input-skin {
    width: 100%;
    background-color: #fff;
    line-height: 40px;
    text-indent: 12px;
    border: none;
    font-size: 15px;
}

.grey-tip {
    line-height: 18px;
    padding: 10px 0;
    text-indent: 2px;
    color: #999999;
}

/*弹窗*/
.pop-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.5;
    filter: opacity(50%);
    z-index: 999;
}

.white-pop-bg {
    height: calc(100% - 40px);
    width: 100%;
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 0;
    background: url(/client/images/imgN/white_bg.png) repeat;
    z-index: 9;
}

.edit-logo {
    width: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: -100%;
    z-index: 9999;
}

.edit-logo .edit-tit {
    width: 100%;
    display: table;
    clear: both;
    content: "";
    position: relative;
    line-height: 44px;
    padding: 0 12px;
    font-size: 15px;
    border-bottom: 1px solid #f7f7f7;
}

.edit-logo .edit-tit:after {
    zoom: 1; }

.edit-logo .edit-tit .red_cked {
    color: #fb082a;
}

.edit-logo .edit-tit .red_cked i {
    font-size: 20px;
    vertical-align: -2px;
}

.edit-logo .edit-tit .icon-xiangxia {
    color: #999999;
}

.edit-logo .edit-tit .icon-mjiantou {
    font-size: 12px;
    margin-left: 10px;
}

.edit-logo .edit-tit .fright {
    color: #999999;
}

.edit-logo .edit-tit .word-wrap {
    line-height: 26px;
    padding: 10px 0;
}

.edit-logo .edit-tit .word-wrap .grey-txt {
    font-size: 14px;
}

.edit-logo .edit-tit .right-tag {
    font-size: 12px;
    padding: 0 3px;
    border-radius: 6px;
    line-height: 16px;
    position: absolute;
    right: 12px;
    top: 15px;
}

.edit-logo .edit-tit .right-tag.red {
    color: #fb082a;
    border: 1px solid #fb082a;
}

.edit-logo .edit-tit .right-tag.orange {
    color: #ff9402;
    border: 1px solid #ff9402;
}

.edit-logo .edit-tit .right-btn {
    float: right;
    display: block;
}

.edit-logo .edit-tit .right-btn a {
    float: left;
    display: block;
    margin-left: 15px;
}

.edit-logo .edit-tit .right-btn a i {
    margin-right: 6px;
    font-size: 18px;
}

.edit-logo .edit-tit .p-txt {
    padding: 10px 0;
    line-height: 24px;
}

.edit-logo .ck-logo {
    width: 100%;
}

.edit-logo .ck-logo a {
    width: 25%;
    height: 0px;
    display: table-cell;
    float: left;
    padding-bottom: 25%;
    overflow: hidden;
    margin: 0;
    position: relative;
    text-align: center;
    border: 1px solid #dcdbda;
    border-top: none;
    border-left: none;
}

.edit-logo .ck-logo a img {
    width: 100%;
    position: absolute;
    left: 0;
}

.search-side {
    position: fixed;
    top: 0px;
    bottom: 0px;
    padding-left: 50px;
    padding-top: 20px;
    box-sizing: border-box;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}

/*.search-side.grey-bg {
  background: #f6f6f6;
}*/
.search-side .search-wrap {
    position: absolute;
    top: 20px;
    bottom: 0;
    background: #f6f6f6;
    left: 50px;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.search-side .search-wrap.b-50 {
    /*bottom: 50px;*/
    padding-bottom: 50px;
}

.search-side .search-p {
    position: relative;
    padding: 0 0 5px 10px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
}

.search-side .search-p:after {
    zoom: 1; }

.search-side .search-p:last-child {
    margin-bottom: 0;
}

.search-side .search-p .search-one .search-one-tit {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    padding-right: 10px;
}

.search-side .search-p .search-one .search-one-info {
    /*width: 100%;*/
    /*float: left;*/
    /*display: block;*/
    height: 44px;
    overflow-y: hidden;
}

/*.search-side .search-p .search-one .search-one-info:before{
  content:".";display:block;height:0;clear:both;visibility:hidden;
}*/
.search-side .search-p .grey-tag {
    float: left;
    width: calc(33.3% - 10px);
    margin-right: 10px;
    background: #f6f6f6;
    text-align: center;
    color: #333333;
    font-size: 12px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 0 5px;
    height: 34px;
    line-height: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
}

.search-side .search-p .grey-tag.active {
    background: #fff;
    color: #fb082a;
    line-height: 32px;
    border: 1px solid #fb082a;
}

.search-side .search-p .grey-tag p {
    line-height: 18px;
}

.search-side .search-p .grey-input {
    /*float: left;*/
    display: block;
    width: 42%;
    line-height: 33px;
    border: none;
    background: #f6f6f6;
    text-align: center;
    margin-bottom: 10px;
}

.search-side .search-p .brand-tag {
    float: left;
    display: block;
    height: 44px;
    width: calc(33.3% - 10px);
    margin-right: 10px;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 4px;
    margin-bottom: 10px;
}

.search-side .search-p .brand-tag span {
    width: 100%;
    height: 44px;
    line-height: 44px;
    float: left;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.search-side .search-p .brand-tag span img {
    max-width: 100%;
    max-height: 44px;
}

.search-side .search-btn {
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 0;
    height: 50px;
    float: left;
    display: block;
}

.search-side .search-btn button {
    width: 50%;
    line-height: 48px;
    float: left;
    display: block;
    border: none;
    color: #fff;
    font-size: 16px;
}

.search-side .search-btn button.red-btn {
    background: #fb082a;
}

.search-side .search-btn button.orange-btn {
    background: #ffae00;
}

.search-side .head-tit {
    width: 100%;
    background: #fff;
    line-height: 40px;
    height: 40px;
}

.search-side .head-tit h3 {
    font-size: 16px;
    text-align: center;
}

.search-side .head-tit h3 i {
    color: #666666;
    margin-left: 4px;
}

.search-side .head-tit .sx_back {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding: 0 10px;
    height: 40px;
    z-index: 21;
}

.search-side .head-tit .sx_back i {
    font-size: 18px;
    color: #999999;
    font-weight: bold;
}

.J_rightpop02 .search-wrap {
    overflow-y: hidden;
    overflow-x: hidden;
}

.J_rightpop02 .search-p {
    height: 100%;
    overflow-y: auto;
    padding-top: 44px !important;
}

.to-space {
    margin: 0 48%;
    height: 20px;
    width: 4%;
    border-bottom: 1px solid #333;
    display: block;
    /*margin: 0 5px;*/
    line-height: 35px;
}

/*用户中心*/
.uc-row {
    width: 100%;
    background-color: #fff;
    display: table;
    clear: both;
    content: "";
    position: relative;
    margin-bottom: 12px;
}

.uc-row:after {
    zoom: 1; }

.pd-row-one {
    width: 100%;
    display: table;
    clear: both;
    content: "";
    position: relative;
    line-height: 44px;
    padding: 0 12px;
    font-size: 15px;
    border-bottom: 1px solid #f7f7f7;
}

.pd-row-one:after {
    zoom: 1; }

.pd-row-one .red_cked {
    color: #fb082a;
}

.pd-row-one .red_cked i {
    font-size: 20px;
    vertical-align: -2px;
}

.pd-row-one .icon-xiangxia {
    color: #999999;
}

.pd-row-one .icon-mjiantou {
    font-size: 12px;
    margin-left: 10px;
}

.pd-row-one .fright {
    color: #999999;
}

.pd-row-one .word-wrap {
    line-height: 26px;
    padding: 10px 0;
}

.pd-row-one .word-wrap .grey-txt {
    font-size: 14px;
}

.pd-row-one .right-tag {
    font-size: 12px;
    padding: 0 3px;
    border-radius: 6px;
    line-height: 16px;
    position: absolute;
    right: 12px;
    top: 15px;
}

.pd-row-one .right-tag.red {
    color: #fb082a;
    border: 1px solid #fb082a;
}

.pd-row-one .right-tag.orange {
    color: #ff9402;
    border: 1px solid #ff9402;
}

.pd-row-one .right-btn {
    float: right;
    display: block;
}

.pd-row-one .right-btn a {
    float: left;
    display: block;
    margin-left: 15px;
}

.pd-row-one .right-btn a i {
    margin-right: 6px;
    font-size: 18px;
}

.pd-row-one .p-txt {
    padding: 10px 0;
    line-height: 24px;
}

.custom-radio {
    float: left;
    display: block;
    width: 20px;
    height: 19px;
    background: url(/client/images/imgN/radio_bg.png) 0 -19px no-repeat;
    margin: 12px 6px 0 0;
}

.custom-radio.active {
    background-position: 0 0;
}

.agreement-p {
    line-height: 24px;
}

.grey-row-tit {
    line-height: 18px;
    padding: 10px 0;
    text-indent: 2px;
    color: #999999;
    padding-top: 0;
}

.red-success-tip {
    color: #fb082a;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}

.select-option {
    border-bottom: 1px solid #e3e3e3;
    background-color: #efefef;
}

.select-option:last-child {
    border-bottom: none;
}

.select-option .pd-row-one {
    border-bottom: 1px solid #e3e3e3;
}

.select-option .pd-row-one:last-child {
    border-bottom: none;
}

.bottom-btn {
    display: table;
    clear: both;
    content: "";
    width: 100%;
    padding: 0 12px;
    margin-top: 52px;
    position: relative;
    padding-top: 110px;
    margin: 0 auto 15px auto;
    background: #fff;
}

.bottom-btn:after {
    zoom: 1; }

.radio-row {
    float: left;
    display: block;
}

.center-txt {
    text-align: center;
    font-size: 15px;
}

.user-logo {
    width: 100%;
    background: #f5f5f5;
    height: 100px;
    display: table;
    clear: both;
    content: "";
    position: relative;
    margin-top: 40px;
    border-bottom: 1px solid #e8e8e8;
}

.user-logo:after {
    zoom: 1; }

.user-logo .logo-img {
    margin: 22px auto 0 auto;
    width: 59px;
    height: 59px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    padding: 2px;
    position: relative;
}

.user-logo .logo-img span {
    width: 55px;
    height: 55px;
    line-height: 55px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.user-logo .logo-img span img {
    max-width: 55px;
    max-height: 55px;
    margin-top: -2px;
}

.user-logo .logo-img a {
    display: block;
    width: 18px;
    height: 18px;
    background: url(/client/images/imgN/edit_logo.jpg);
    position: absolute;
    right: 0;
    bottom: 0;
}

.more-sort-box {
    width: 100%;
    display: table;
    clear: both;
    content: "";
    position: relative;
    background: #fff;
}

.more-sort-box:after {
    zoom: 1; }

.more-sort-box .wrapper03 {
    background: #fff;
    height: 40px;
    padding: 0 15px;
}

.more-sort-box .wrapper03 .scroller li {
    font-size: 12px;
    height: 40px;
}

.more-sort-box .wrapper03 .scroller li a {
    width: auto;
    line-height: 18px;
    border-radius: 2px;
    border: 1px solid #fff;
    margin: 10px 30px 0 0;
    padding: 0 8px;
    font-size: 12px;
    height: 20px;
    color: #000;
}

.more-sort-box .wrapper03 .scroller li.cur a {
    color: #fb082a;
    border: 1px solid #fb082a;
    border-radius: 2px;
    height: 20px;
}

.wrapper03 {
    position: relative;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 1px solid #e8e8e8;
    background: #f5f5f5;
}

.wrapper03 .scroller {
    position: absolute;
}

.wrapper03 .scroller li {
    height: 50px;
    color: #333;
    float: left;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
}

.wrapper03 .scroller li a {
    color: #666666;
    display: block;
    padding: 0 16px;
}

.wrapper03 .scroller li.cur a {
    color: #000000;
    height: 49px;
    border-bottom: 2px solid #fb082a;
}

.more-sort {
    display: table;
    clear: both;
    content: "";
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    background: #fff;
}

.more-sort:after {
    zoom: 1; }

.more-sort.open-style {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 99;
}

.more-sort.close-style {
    background: #f5f5f5;
    position: relative;
}

.more-sort a {
    width: 100%;
    display: table;
    clear: both;
    content: "";
    position: relative;
    color: #999999;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    background: #fff;
}

.more-sort a:after {
    zoom: 1; }

.more-sort a i {
    font-size: 12px;
    vertical-align: -1px;
    margin-left: 6px;
}

.more-sort a i.icon-xiangshangjiantou-copy-copy-copy {
    vertical-align: 1px;
}

.product-more {
    position: absolute;
    right: 10px;
    bottom: 6px;
    display: none;
}

.purple-tag {
    font-size: 11px;
    padding: 0 5px;
    line-height: 16px;
    display: inline-block;
    color: #fff;
    background: #aa62d0;
    margin-right: 10px;
}

.orange-tag {
    font-size: 11px;
    padding: 0 5px;
    line-height: 16px;
    display: inline-block;
    color: #fff;
    background: #ffae00;
    margin-right: 10px;
}

.keywords-txt {
    width: 100%;
    /*display: table;*/
    /* clear: both;
  content: "";*/
    position: relative;
    line-height: 55px;
    background: #fff url(/client/images/cy_new/i_search_shop.png) no-repeat 15px center;
    -webkit-background-size: 21px 20px;
    background-size: 21px 20px;
    color: #fb082a;
    font-size: 15px;
    /*text-indent: 16px;*/
    border-bottom: 1px solid #ddd;
    padding-left: 54px;
}

.keywords-txt:after {
    zoom: 1; }

.keywords-txt i {
    font-size: 20px;
    vertical-align: -2px;
    margin-right: 16px;
}

.keyword-result {
    width: 100%;
    padding: 0 15px;
    float: left;
    display: block;
    background: #fff;
}

.keyword-result .one-keyword {
    width: 100%;
    float: left;
    display: block;
    border-bottom: 1px solid #ddd;
}

.keyword-result .one-keyword a {
    width: 100%;
    float: left;
    display: block;
    line-height: 45px;
}

.keyword-result .one-keyword a p {
    float: right;
    display: block;
}

.keyword-result .one-keyword a p span {
    
}

.keywords-result {
    display: table;
    clear: both;
    content: "";
    position: relative;
    width: 100%;
    font-size: 14px;
    background: #fff;
    padding: 0 15px 10px 15px;
    margin-bottom: 10px;
}

.keywords-result:after {
    zoom: 1; }

.keywords-result .no-result {
    text-align: center;
    color: #999999;
    line-height: 65px;
}

.keywords-result h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;
}

.keywords-result h3 button {
    font-size: 12px;
    font-weight: normal;
}

.keywords-result h3 button i {
    margin-right: 6px;
}

.keywords-tag {
    width: 100%;
    /*display: flex;
    justify-content:space-between;
    flex-wrap: wrap;*/
    float: left;
    display: block;
}

.keywords-tag button {
    /*width: 21%;*/
    display: inline-block;
    margin: 0 10px 10px 0 ;
    background: #eee;
    line-height: 30px;
    color: #666666;
    font-size: 12px;
    border-radius: 4px;
    text-align: center;
    padding: 0 7px;
    float: left;
    display: block;
    position: relative;
}

.keywords-tag button span {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

/*.keywords-tag a:nth-child(4n) {
  margin-right: 0;
}*/
.keywords-tag button .icon-shanchu2 {
    font-size: 20px;
}

.keywords-tag button .icon-guanbi1 {
    position: absolute;
    font-size: 20px;
    right: -8px;
    top: -12px;
    color: #999999;
}

.speaker {
    line-height: 35px;
    border-top: 1px solid #ddd;
    text-align: center;
    display: block;
    font-size: 13px;
    color: #333333;
    background: #fff;
    z-index: 100;
}

.speaker i {
    font-size: 22px;
    color: #999999;
    vertical-align: -3px;
    margin-right: 12px;
}

.speaker .speaker-icon {
    width: 30px;
    height: 22px;
    background: url(/personalCenter/images/imgN/speaker.png) no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: -4px;
}

.speech-search {
    display: table;
    clear: both;
    content: "";
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 100;
    padding: 15px 0;
}

.speech-search:after {
    zoom: 1; }

.speech-search .speech-txt {
    width: 100%;
    color: #333;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
}

.speech-search .speech-txt .more-key {
    font-size: 12px;
}

.speech-search .clear-search {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 60px;
}

.speech-search .clear-search a {
    color: #8aaac5;
}

.store {
    display: table;
    clear: both;
    content: "";
    position: relative;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    margin-bottom: 10px;
}

.store:after {
    zoom: 1; }

.store .store-name {
    float: left;
    display: block;
    width: 100%;
    padding: 0 15px;
}

.store .store-name .store-logo {
    float: left;
    display: block;
    width: 50px;
    height: 50px;
}

.store .store-name .store-logo span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.store .store-name .store-logo span img {
    max-width: 50px;
    max-height: 50px;
}

.store .store-name p {
    margin-left: 58px;
    padding: 2px 0;
}

.store .store-name .store-txt {
    font-size: 15px;
    color: #333;
    margin-top: 2px;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    height: 20px;
    max-width: 70%;
}

.store .store-name .site {
    font-size: 13px;
    color: #999;
}

.store .store-name .enter-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 13px;
    color: #666666;
}

.store-pro {
    width: 100%;
    float: left;
    display: block;
    padding: 0 5px;
}

.store-pro a {
    width: 32%;
    height: 0px;
    display: table-cell;
    float: left;
    padding-bottom: 31%;
    overflow: hidden;
    margin: 0;
    position: relative;
    text-align: center;
    margin: 15px 2% 0 0;
}

.store-pro a:nth-child(3n) {
    margin-right: 0;
}

.store-pro a img {
    width: 100%;
    position: absolute;
    left: 0;
}

.store-pro a span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    background: #828282;
}

.no-able {
    display: table;
    clear: both;
    content: "";
    position: relative;
    background: #f5f5f5;
    width: 100%;
    color: #333;
    padding-top: 20px;
}

.no-able:after {
    zoom: 1; }

.no-able .white-bg {
    width: 100%;
    display: table;
    clear: both;
    content: "";
    position: relative;
    background: #fff;
    padding: 18px 0;
}

.no-able .white-bg:after {
    zoom: 1; }

.no-able p {
    margin-bottom: 12px;
    text-align: center;
}

.no-able a {
    display: table;
    clear: both;
    content: "";
    position: relative;
    width: auto;
    margin: 0 auto;
    width: 160px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 4px;
    border: 1px solid #333;
    font-size: 15px;
}

.no-able a:after {
    zoom: 1; }

/*适配*/
@media (min-width: 751px) {
    .big-wrap {
        width: 750px;
        margin: 40px auto 0 auto;
        overflow: hidden;
    }

    .pd-wrap {
        width: 750px;
        margin: 52px auto 0 auto;
    }
}

@media screen and (max-width: 750px) {
    .big-wrap {
        width: 100%;
        margin: 40px auto 0 auto;
    }

    .pd-wrap {
        width: 100%;
        margin: 72px auto 0 auto;
    }
}

/*********cy20180131***********************************************************/
.cf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.search_header_list_Icon {
    position: absolute;
    right: 12px;
    top: 0;
    width: 32px;
    height: 40px;
    background: url(/client/images/cy_new/i_search_block.png) no-repeat right center;
    -webkit-background-size: 20px;
    background-size: 20px;
}

.search_header_list_Icon.cur {
    background: url(/client/images/cy_new/i_search_list.png) no-repeat right center;
    -webkit-background-size: 20px;
    background-size: 20px;
}

.img-box {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.img-box img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.product_list_box .img-box img.imgPromotionTip {
    width: 50px;
    height: 39px;
}

.img-box img.imgPromotionTip {
    width: 66px;
    height: 52px;
}

.img-box img[src=""], img:not([src]) {
    opacity: 0;
}

.product-box.product_list_box {
}

.product_list_box .uslType {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
}

.product_list_box .uslType .img-box {
    float: left;
    margin: 6px 0 6px 12px;
    width: 112px;
    height: 112px;
    padding: 0;
}

.product_list_box .uslType .pro-detail {
    position: relative;
    padding: 6px 12px 6px 0;
    margin-left: 132px;
    width: auto;
    border-bottom: 1px solid #eee;
}

.product_list_box .uslType .pro-detail .product-name {
    margin-top: 3px;
    line-height: 22px;
    height: 44px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product_list_box .uslType .pro-detail .pro-li-tag {
    display: block;
}

.product_list_box .uslType .pro-detail .price-red {
    position: relative;
    padding-bottom: 0;
}

.price-red em {
    display: none;
}

.product_list_box .uslType .pro-detail .price-red em {
    position: absolute;
    right: 12px;
    top: 20px;
    display: inline-block;
    font-size: 10px;
    color: #999;
}

.product_list_box .uslType .pro-detail .brand {
    border-top: none;
}

.product_list_box .uslType .pro-detail .brand img {
    display: none;
}

.brand em {
    display: none;
}

.product_list_box .uslType .pro-detail .brand em {
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
}

.product_list_box .uslType .pro-detail .product-more {
    display: block;
    right: 12px;
    bottom: 6px;
}

.xsq_label {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    /* color: #fff; */
    padding: 0 2px;
    color: #fb0628;
    font-size: 10px;
    border-radius: 4px;
}

.right_funcBox {
    display: none;
}

.product_list_box .right_funcBox {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 132px;
}

.product_list_box .right_funcBox span {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 60px;
    height: 66px;
    line-height: 66px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.product_list_box .right_funcBox span.search_fun_btn01 {
    top: 0;
    background: #fb082a;
}

.product_list_box .right_funcBox span.search_fun_btn02 {
    top: 50%;
    background: #ffae00;
}

.product_list_box .right_funcBox span.search_fun_btn02 {
    padding: 9px 0;
    line-height: 24px;
    font-size: 12px;
}

.product_list_box .right_funcBox span.search_fun_btn02 em {
    font-size: 16px;
}

/* zzf20180201 */
.product_list_box .uslType .pro-detail .price-red em {
    float: none;
    position: static;
    margin-left: 4px;
}

.pro-detail .price-red .new_tab {
    font-size: 12px;
}

.purple-tag, .orange-tag {
    background: #fb0628;
    color: #fff;
    margin-right: 4px;
}

.pro-detail .price-red i {
    font-size: 14px;
}

/* 关于我们 */
.zzf_logo_top {
    background: #f6f6f6;
    padding: 15px 12px;
}

.zzf_logo_top .pic {
    width: 60px;
    height: 60px;
}

.zzf_logo_top .pic img {
    width: 100%;
}

.zzf_logo_top .word_box {
    padding: 10px 0 0 80px;
}

.zzf_logo_top .word_box p {
    line-height: 20px;
    font-size: 14px;
}

.share_code {
    margin-top: 10px;
    padding: 10px 0;
    background: #fff;
    text-align: center;
}

.share_code img {
    width: 80px;
    margin-bottom: 5px;
}

.share_code p {
    font-size: 14px;
}

.zzf_notice_footer {
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100%;
    margin-top: 35px;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.filterBar {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 5px 0;
}
.filterBar button{
    padding: 0 10px;
    border-radius: 7px;
    height: 24px;
}
.filterBar button.active {
    background: #fff;
    color: #fb082a;
    border: 1px solid #fb082a;
}