@charset "UTF-8";
/*
  * @Description:  详情页
  * @Author:  jl  lvjinlong[at]luojilab.com
  */
/* ---------- 详情页（通用样式） ---------- */
* {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font:inherit;
   }

html {
  /*font-family: '微软雅黑',"Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;*/
  font-family: "Hiragino Sans GB","microsoft yahei",simsun;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  line-height: 1.5;
  color: #222;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  /*background: #f9f9f9;*/
}

html, body {
  height: 100%; }

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block; }
i{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

svg:not(:root) {
  overflow: hidden; }

a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #0088cc; }

a:active {
  outline: 0; }

a:active {
  color: #006699; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

img {
  border: 0;
  vertical-align: middle; }

pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea, label, option {
  color: inherit;
  font: inherit;
  margin: 0;
  -webkit-tap-highlight-color: transparent; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal;
  -webkit-appearance: none; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }


h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0; }

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none outside none; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 13px;
  color: #cccccc; }

.clear {
  padding: 0px;
  margin: 0px;
  height: 0px;
  width: 0px;
  line-height: 0px;
  font-size: 0px;
  clear: both; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both;
  overflow: hidden; }

.clearfix {
  zoom: 1; }

.hidden {
  visibility: hidden; }

@font-face {
  font-family: 'iconfont';
  /* project id 20175 */
  src: url("//at.alicdn.com/t/font_8jgcsn1wmapaxlxr.eot");
  src: url("//at.alicdn.com/t/font_8jgcsn1wmapaxlxr.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_8jgcsn1wmapaxlxr.woff") format("woff"), url("//at.alicdn.com/t/font_8jgcsn1wmapaxlxr.ttf") format("truetype"), url("//at.alicdn.com/t/font_8jgcsn1wmapaxlxr.svg#iconfont") format("svg"); }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.01rem;
  -moz-osx-font-smoothing: grayscale; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.hide {
  display: none; }

.loading {
  display: -webkit-box;
  margin-top: 1rem;
  height: 25px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  background-image: url("../../images/loaderH5.gif");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center; }

.loadingCart {
  display: none;
  right: 7px;
  bottom: 8px;
  background-image: url("../../images/loaderH5.gif");
  background-size: 25px 25px;
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute; }

#masker {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: none;
  overflow: hidden; }

.page {
  position: relative;
  margin: 0 auto;
  min-height: 100%;
  padding-bottom: 0; }

.animated3 {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated7 {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/*fadeIn 娣″叆*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/*fadeOut 娣″嚭*/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

/*浠庝笂鏂瑰垝鍏�*/
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

/*浠庝笂鏂瑰垝鍑�*/
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*浠庝笅鏂瑰垝鍏�*/
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

/*浠庝笅鏂瑰垝鍑�*/
@-webkit-keyframes slideOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes slideOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

/*app -- 寮瑰嚭灞� alertTxt*/
#alertPop {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #000;
  z-index: 9999;
  padding: 2rem;
  font-size: 1.4rem;
  line-height: normal;
  -webkit-transform: translate(-50%, -50%);
  border-radius: 0.5rem;
  opacity: 0.8;
  text-align: center;
  overflow: hidden;
  color: #fff; }

/* 寮瑰嚭灞俛lertConfirm */
#maskerV2 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  height: 100%; }

#alertConfirm {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #efeff4;
  z-index: 9999;
  height: auto;
  font-size: 1.4rem;
  line-height: 1.8rem;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  text-align: left; }
  #alertConfirm .content {
    min-height: 5rem;
    max-height: 40rem;
    overflow: hidden;
    padding: 2rem;
    border-bottom: 1px solid #e6e6e6; }
  #alertConfirm .confirm-btns {
    display: -webkit-box; }
    #alertConfirm .confirm-btns #confirmCancel {
      -webkit-box-flex: 1;
      height: 5rem;
      line-height: 5rem;
      text-align: center;
      color: #ff813a;
      border-right: 1px solid #e6e6e6; }
    #alertConfirm .confirm-btns #confirmSure {
      -webkit-box-flex: 1;
      height: 5rem;
      line-height: 5rem;
      text-align: center;
      color: #ff813a; }

/*pop寮瑰眰*/
.maskerV2 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  height: 100%; }

.maskerIn {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.25, 1); }

.maskerOut {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.25, 1) 0.3s;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.25, 1) 0.3s; }

.domIn1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  z-index: 1001;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1), opacity 0.3s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1), opacity 0.3s cubic-bezier(0, 0, 0.25, 1); }

.domIn2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  opacity: 1; }

.domOut {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.25, 1), opacity 0.2s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.2s cubic-bezier(0, 0, 0.25, 1), opacity 0.2s cubic-bezier(0, 0, 0.25, 1); }

/*productDetail -- 寮瑰眰*/
.productDetailFoot .btnAll:active {
  background-color: #EFEFEF; }

#productDetail {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  left: 0px;
  right: 0px;
  bottom: 0px; }
  #productDetail .productDetailHead {
    height: 10rem;
    padding: 1.5rem 1rem 0 1rem; }
  #productDetail .productDetailHeadInner {
    height: 8.5rem;
    display: -webkit-box;
    -webkit-box-orient: horizontal; }
    #productDetail .productDetailHeadInner {
      position: relative; }
      #productDetail .productDetailHeadInner:after {
        content: " ";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border-bottom: 1px solid #f0f0f0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        box-sizing: border-box;
        pointer-events: none; }
  #productDetail .productDetailHeadInner img {
    display: -webkit-box;
    width: 7rem;
    height: 7rem; }

#productDetail .skuPopclosed {
  position: absolute;
  right: -0.7rem;
  top: -0.7rem;
  height: 5rem;
  width: 5rem;
  background-color: transparent;
  border-radius: 50%;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  font-size: 3rem;
  color: #e6e6e6; }

#productDetail .productInfo {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-flex: 1; }
  #productDetail .productInfo .productTitle {
    display: -webkit-box;
    margin-left: 1.3rem;
    font-size: 1.3rem;
    line-height: 2rem;
    height: 2rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-right: 2rem;
    -webkit-box-orient: vertical; }

#productDetail .productDetailPrice {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-left: 1.3rem; }
  #productDetail .productDetailPrice .price {
    font-size: 1rem;
    color: #999999;
    text-decoration: line-through;
    margin-left: 0.2rem; }
  #productDetail .productDetailPrice .vipPrice {
    font-size: 1.2rem;
    color: #999999; }
  #productDetail .productDetailPrice .vipPrice span {
    font-size: 1.5rem;
    color: #ff803a;
    margin-right: 0.05rem; }
  #productDetail .productDetailPrice .vipPrice span em {
    font-style: normal; }
  #productDetail .productDetailPrice .notVipPrice {
    font-size: 1.5rem;
    color: #ff803a;
    margin-right: 0.05rem; }
  #productDetail .productDetailPrice .notVipPrice em {
    font-style: normal; }
  #productDetail .productDetailPrice .isQuota {
    font-size: 1.1rem;
    font-style: normal;
    background-color: #fff;
    color: #ff803a;
    padding: 0.2rem 0.3rem;
    border-radius: 0.3rem;
    margin-right: 0.5rem;
    height: 1.2rem; }
    #productDetail .productDetailPrice .isQuota {
      position: relative; }
      #productDetail .productDetailPrice .isQuota:after {
        content: " ";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #ff803a;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        box-sizing: border-box;
        pointer-events: none; }
    #productDetail .productDetailPrice .isQuota:after {
      border-radius: 0.3rem; }

#productDetail .productDetailBody {
  z-index: 10000;
  position: relative;
  -webkit-overflow-scrolling: touch; }
  #productDetail .productDetailBody .productDetailCom {
    margin: 0 1rem; }
    #productDetail .productDetailBody .productDetailCom {
      position: relative; }
      #productDetail .productDetailBody .productDetailCom:after {
        content: " ";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border-bottom: 1px solid #f0f0f0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        box-sizing: border-box;
        pointer-events: none; }
  #productDetail .productDetailBody .productDetailCom:last-child {
    border: none; }
  #productDetail .productDetailBody .productDetailComInner {
    padding-bottom: 1.5rem; }
  #productDetail .productDetailBody .productDetailCom .tit {
    height: 3.2rem;
    line-height: 3.2rem;
    font-size: 1.3rem;
    color: #6d6d6d; }
  #productDetail .productDetailBody .skuList .sku li {
    float: left;
    line-height: 3.4rem;
    color: #999;
    padding: 0 1rem;
    margin: 0 1.5rem 1rem 0;
    text-align: center;
    min-width: 5.5rem;
    max-width: 100%;
    font-size: 1.3rem; }
    #productDetail .productDetailBody .skuList .sku li {
      position: relative; }
      #productDetail .productDetailBody .skuList .sku li:after {
        content: " ";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #999;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        box-sizing: border-box;
        pointer-events: none; }
    #productDetail .productDetailBody .skuList .sku li:after {
      border-radius: 3px; }
    #productDetail .productDetailBody .skuList .sku li span {
      display: block; }
  #productDetail .productDetailBody .sku li.tag-black {
    color: #ff803a; }
    #productDetail .productDetailBody .sku li.tag-black {
      position: relative; }
      #productDetail .productDetailBody .sku li.tag-black:after {
        content: " ";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #ff803a;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        box-sizing: border-box;
        pointer-events: none; }
  #productDetail .productDetailBody .sku li.unavailable {
    color: #e6e6e6; }
    #productDetail .productDetailBody .sku li.unavailable {
      position: relative; }
      #productDetail .productDetailBody .sku li.unavailable:after {
        content: " ";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #e6e6e6;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        box-sizing: border-box;
        pointer-events: none; }
  #productDetail .productDetailBody .number .total {
    display: -webkit-box;
    -webkit-box-orient: horizontal; }
  #productDetail .productDetailBody .number .total .count {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    width: 100%; }
  #productDetail .productDetailBody .number .total .count .reduce {
    display: -webkit-box;
    height: 3.5rem;
    width: 3.5rem;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    border-radius: 3px 0 0 3px;
    position: relative;
    border: 1px solid #999;
    border-right: 0; }
    #productDetail .productDetailBody .number .total .count .reduce:before {
      content: '';
      position: absolute;
      width: 1rem;
      height: 1px;
      background-color: #999;
      left: 50%;
      top: 50%;
      margin-left: -0.5rem; }
  #productDetail .productDetailBody .number .total .count .num {
    display: -webkit-box;
    height: 3.5rem;
    padding: 0 1.2rem;
    border: 1px solid #999;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    font-size: 1.4rem;
    min-width: 6.75rem;
    max-width: 6.75rem;
    color: #222222;
    text-align: center;
    -webkit-appearance: none;
    outline: 0;
    border-radius: 0; }
  #productDetail .productDetailBody .number .total .count .add {
    display: -webkit-box;
    height: 3.5rem;
    width: 3.5rem;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    border-radius: 0 3px 3px 0;
    border: 1px solid #999;
    border-left: 0;
    position: relative; }
    #productDetail .productDetailBody .number .total .count .add:before {
      content: '';
      position: absolute;
      width: 1rem;
      height: 1px;
      background-color: #999;
      left: 50%;
      top: 50%;
      margin-left: -0.5rem; }
    #productDetail .productDetailBody .number .total .count .add:after {
      content: '';
      position: absolute;
      width: 1rem;
      height: 1px;
      background-color: #999;
      left: 50%;
      top: 50%;
      margin-left: -0.5rem;
      -webkit-transform: rotate(90deg); }
  #productDetail .productDetailBody .number .total .count #productCount {
    display: -webkit-box;
    -webkit-box-align: center;
    margin-left: 1rem;
    color: #6d6d6d;
    font-size: 1.3rem;
    -webkit-box-flex: 1; }
    #productDetail .productDetailBody .number .total .count #productCount span {
      padding: 0 0.25rem; }
  #productDetail .productDetailBody .number .total .count .disable:before {
    background-color: #ccc; }
  #productDetail .productDetailBody .number .total .count .reduce.disable {
    border: 1px solid #e1e1e1;
    border-right: 0; }
  #productDetail .productDetailBody .number .total .count .add.disable {
    border: 1px solid #e1e1e1;
    border-left: 0; }
  #productDetail .productDetailBody .number .total .count .disable:after {
    background-color: #ccc; }
  #productDetail .productDetailBody .countNum {
    display: -webkit-box;
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    font-size: 1.3rem;
    color: #6d6d6d;
    height: 4rem;
    line-heigh: 4rem; }

.productDetailFoot {
  display: -webkit-box;
  height: 5rem;
  background-color: #f7f7f7;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10000; }
  .productDetailFoot .btn {
    display: -webkit-box;
    width: 100%;
    height: 5rem;
    color: #ffffff;
    font-size: 1.5rem;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    background: #ff803a;
    -webkit-box-flex: 1; }
  .productDetailFoot .btnV2 {
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 2.9rem;
    height: 2.9rem;
    background-color: #f7f7f7;
    width: 10rem;
    font-size: 1.5rem; }

/*铏氭嫙鍟嗗搧-琛ㄥ崟*/
#productDetail .productDetailBody .productVirtual {
  padding: 0 1rem; }
  #productDetail .productDetailBody .productVirtual .inputList {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    margin-bottom: 1.5rem; }
  #productDetail .productDetailBody .productVirtual label {
    overflow: hidden;
    width: 7rem;
    line-height: 3rem;
    height: 3rem;
    display: -webkit-box;
    font-size: 1.3rem; }
  #productDetail .productDetailBody .productVirtual input {
    -webkit-appearance: none;
    border: 1px solid #f0f0f0;
    height: 3rem;
    display: -webkit-box;
    -webkit-box-flex: 1;
    padding: 0.2rem 1rem;
    border-radius: 3px;
    font-size: 1.3rem; }
  #productDetail .productDetailBody .productVirtual button {
    border: 0;
    background: #fff;
    margin-left: 0.5rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.2rem;
    padding: 0;
    width: 8rem; }
    #productDetail .productDetailBody .productVirtual button {
      position: relative; }
      #productDetail .productDetailBody .productVirtual button:after {
        content: " ";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #999;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        box-sizing: border-box;
        pointer-events: none; }
    #productDetail .productDetailBody .productVirtual button:after {
      border-radius: 6px; }
  #productDetail .productDetailBody .productVirtual button:active {
    background: #efefef; }
  #productDetail .productDetailBody .productVirtual button.disable {
    background: #efefef; }

#productDetail .productDetailBody .productVirtualInner {
  margin-bottom: 1.5rem;
  padding-top: 1.5rem; }

/*鍚屾椂瀛樺湪鐨� 绔嬪嵆璐拱*/
#productDetail .productDetailBody .productDetailFoot {
  /*鍚屾椂瀛樺湪鐨� 鍔犲叆璐墿杞�*/
  /*鍞絼& 涓嬫灦*/ }
  #productDetail .productDetailBody .productDetailFoot .btnV2.next {
    color: #ff803a;
    margin-right: 1.4rem; }
    #productDetail .productDetailBody .productDetailFoot .btnV2.next {
      position: relative; }
      #productDetail .productDetailBody .productDetailFoot .btnV2.next:after {
        content: " ";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #ff803a;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        box-sizing: border-box;
        pointer-events: none; }
  #productDetail .productDetailBody .productDetailFoot .btnV2.addCart {
    color: #222;
    margin-left: 1.4rem; }
    #productDetail .productDetailBody .productDetailFoot .btnV2.addCart {
      position: relative; }
      #productDetail .productDetailBody .productDetailFoot .btnV2.addCart:after {
        content: " ";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #222222;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        box-sizing: border-box;
        pointer-events: none; }
  #productDetail .productDetailBody .productDetailFoot .btnV2.soldOut {
    color: #e6e6e6;
    width: 60%; }
    #productDetail .productDetailBody .productDetailFoot .btnV2.soldOut {
      position: relative; }
      #productDetail .productDetailBody .productDetailFoot .btnV2.soldOut:after {
        content: " ";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #e6e6e6;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        box-sizing: border-box;
        pointer-events: none; }

.productDetailFoot .btn.next {
  background: #ff803a; }

.productDetailFoot .btn.addCart {
  background: #ffa124; }

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 1rem;
  width: 100%;
  height: 4.5rem; }
  footer .num {
    padding-top: 1rem;
    line-height: 4rem;
    color: #999999;
    font-size: 0.8rem;
    text-align: center; }
  footer .footerList {
    text-align: center;
    font-size: 1.1rem;
    height: 4.5rem;
    line-height: 4.5rem; }
    footer .footerList a {
      color: #666; }
  footer .footerLogo {
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    color: #e2e2e2; }
    footer .footerLogo i {
      font-size: 1.35rem; }

/*customMessage -- 寮瑰眰*/
#customMessage {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  left: 0px;
  right: 0px;
  bottom: 0px; }
  #customMessage .customMessageBody .productVirtual {
    padding: 0 1rem; }
    #customMessage .customMessageBody .productVirtual .inputList {
      display: -webkit-box;
      -webkit-box-orient: horizontal;
      margin-bottom: 1.5rem; }
    #customMessage .customMessageBody .productVirtual label {
      overflow: hidden;
      width: 7rem;
      line-height: 3rem;
      height: 3rem;
      display: -webkit-box;
      font-size: 1.3rem; }
    #customMessage .customMessageBody .productVirtual input {
      -webkit-appearance: none;
      border: 1px solid #f0f0f0;
      height: 3rem;
      display: -webkit-box;
      -webkit-box-flex: 1;
      padding: 0.2rem 1rem;
      border-radius: 3px;
      font-size: 1.3rem; }
    #customMessage .customMessageBody .productVirtual button {
      border: 0;
      background: #fff;
      margin-left: 0.5rem;
      height: 3rem;
      line-height: 3rem;
      font-size: 1.2rem;
      padding: 0;
      width: 8rem; }
      #customMessage .customMessageBody .productVirtual button {
        position: relative; }
        #customMessage .customMessageBody .productVirtual button:after {
          content: " ";
          width: 200%;
          height: 200%;
          position: absolute;
          top: 0;
          left: 0;
          border: 1px solid #999;
          -webkit-transform: scale(0.5);
          transform: scale(0.5);
          -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
          box-sizing: border-box;
          pointer-events: none; }
      #customMessage .customMessageBody .productVirtual button:after {
        border-radius: 6px; }
    #customMessage .customMessageBody .productVirtual button:active {
      background: #efefef; }
    #customMessage .customMessageBody .productVirtual button.disable {
      background: #efefef; }
  #customMessage .customMessageBody .productVirtualInner {
    margin-bottom: 1.5rem;
    padding-top: 1.5rem; }
  #customMessage .customMessageFoot .btn {
    display: -webkit-box;
    height: 5rem;
    color: #ffffff;
    font-size: 1.5rem;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    background: #ff803a;
    -webkit-box-flex: 1; }

/*鎻愮ず璇�*/
.tips {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 1.3rem; }

header {
  display: -webkit-box;
  padding: 0 1rem;
  height: 3.5rem;
  background-color: #1c1f20; }
  header .left-bar {
    display: -webkit-box;
    -webkit-box-flex: 1; }
    header .left-bar a {
      display: -webkit-box;
      -webkit-box-align: center; }
      header .left-bar a .logo {
        width: 3rem;
        height: 3rem;
        border-radius: 50%; }
      header .left-bar a .nickname {
        margin-left: 0.9rem;
        font-size: 1.3rem;
        color: #999999; }
  header .right-bar {
    display: -webkit-box;
    -webkit-box-align: center;
    font-size: 1.3rem;
    color: #777777; }
    header .right-bar .iconfont {
      font-size: 1.8rem; }
    header .right-bar a {
      margin-left: 1rem;
      color: #999999; }

header .right-bar .header-search {
  width: 30px;
  height: 33px;
  background-size: 16px;
  background-image: url("../../images/wechat_addpublics/feature_search_header.png");
  background-repeat: no-repeat;
  background-position: 9px 8px;
  display: -webkit-box;
  position: relative; }

.scan-qrcode {
  position: fixed;
  top: 0;
  width: 180px;
  margin-top: 160px;
  margin-left: 350px;
  padding: 10px;
  border: 1px solid #c3c3c3;
  border-radius: 10px;
  text-align: center; }
  .scan-qrcode .tit1 {
    margin: 0 auto;
    padding-bottom: 10px;
    width: 150px;
    font-size: 16px;
    color: #00ad2e;
    border-bottom: 1px dashed #c3c3c3; }
    .scan-qrcode .tit1 img {
      margin-right: 6px;
      width: 28px; }
    .scan-qrcode .tit1 span {
      vertical-align: middle; }
  .scan-qrcode .tit2 {
    margin-top: 10px;
    font-size: 14px;
    color: #555555; }
  .scan-qrcode .qrcode {
    margin-top: 10px; }
    .scan-qrcode .qrcode img {
      width: 160px;
      height: 160px; }

/**
 * Swiper 3.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: January 10, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.footer {
  display: none !important; }

body {
  -webkit-text-size-adjust: none !important; }

input.input-auto {
  width: 100% !important; }

/* 娣诲姞鍟嗗搧 -- tabs */
.tabs {
  display: -webkit-box;
  width: 100%;
  height: 50px;
  font-size: 16px; }

.tabs li {
  display: -webkit-box;
  width: 50%;
  border: 1px solid #e6e6e6;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  background-color: #f8f8f8; }

.tabs li:last-child {
  border-left: 0; }

.tabs .sel {
  background-color: #ffffff; }

/*娣诲姞浜у搧鍐呭*/
.mob_btn_preSave {
  position: relative; }

.preH5 {
  position: absolute;
  bottom: 50px;
  left: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 94px;
  height: 94px; }

.preH5 img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px; }

/*---------- detail ---------*/
/*h1*/
.detail .detail-h1 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold; }

/*url*/
.detail .detail-url {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background-color: #f8f8f8;
  margin-top: 10px;
  color: #252525;
  margin-bottom: 30px; }

.detail .detail-url span {
  color: #888888; }

/*app*/
.mob-content {
  width: 850px;
  min-height: 420px;
  zoom: 1; }

.mob-content .mob-preview {
  position: relative;
  float: left;
  width: 320px;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6; }

.mob-content .mob-entry {
  min-height: 250px;
  padding-bottom: 11px; }

.mob-content .mob-sidebar {
  visibility: hidden; }

/*--------- mob ---------*/
/*config*/
.mob-config {
  background-image: url(../../images/wechat_addpublics/weChatBar.png);
  height: 62px;
  width: 318px;
  background-size: 318px 62px;
  cursor: pointer;
  -webkit-user-select: none; }

.mob-config h1 {
  height: 62px;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 18px 60px 0 60px; }

.mob-config h1 span {
  display: inline-block;
  height: 44px;
  width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

/*鎺掑簭*/
.ui-sortable .mob-field {
  cursor: move;
  -webkit-user-select: none;
  position: relative; }

.ui-sortable .mob-field.editing .actions, .ui-sortable .mob-field:hover .actions {
  display: inline-block; }

.ui-sortable .mob-field .actions {
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 320px;
  border: 2px dashed #ed1c24;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10; }

.ui-sortable .mob-field .actions .actions-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 20px;
  line-height: 20px; }

.ui-sortable .mob-field .actions span {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 0 5px;
  margin-left: 2px;
  font-size: 12px;
  float: right; }

.ui-sortable .mob-field .actions span:hover {
  color: #ddd;
  cursor: pointer; }

/*娣诲姞閫氱敤鏍峰紡*/
.mob-add-field {
  position: relative;
  padding: 0 9px 4px 9px;
  background: #f4f5f9;
  width: 320px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  left: -1px;
  top: 1px;
  padding-top: 20px; }

/*鎸夐挳鐐瑰嚮鍚庢牱寮�*/
.mob-fields a {
  -webkit-tap-highlight-color: initial; }

.mob-add-field h4 {
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  font-weight: bold; }

.mob-add-field ul {
  zoom: 1;
  color: #222; }

.mob-add-field ul li {
  width: 60px;
  height: 40px;
  background-color: #fff;
  font-size: 12px;
  float: left;
  display: table;
  margin: 0 0 10px 12px; }

.mob-add-field ul li a {
  display: table-cell;
  width: 60px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer; }

/*mob-add-field css涓夎*/
.mob-add-field:before, .mob-add-field:after {
  position: absolute;
  content: ' ';
  border: 8px solid transparent;
  border-bottom-width: 10px;
  border-bottom-color: #f8f8f8;
  top: -18px;
  left: 151px; }

.mob-add-field:before {
  top: -19px;
  border-bottom-color: #e6e6e6; }

/*----- mob-preview -----*/
/*preview-common*/
.pre-group {
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*min-height: 30px;*/ }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/*锛堜竴锛夋爣棰� preview-title*/
.custom-title {
  background: url("../../images/wechat_addpublics/pre_line1_2.png") left top no-repeat;
  background-size: 100% 1px;
  background-position: left bottom;
  /*padding: 0 10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*margin-bottom: 10px; */
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 10px;
  overflow: hidden;
  word-break: break-all; }

.custom-title h2 {
  margin: 0;
  font-size: 18px;
  color: #222222;
  line-height: 22px;
  font-weight: bold; }

.custom-title .sub_title {
  color: #8c8c8c;
  font-size: 11px;
  margin: 5px 0 0; }

.custom-title .sub_title .sub_title_date, .custom-title .sub_title .sub_title_author {
  margin-right: 10px; }

.custom-title .sub_title .sub_title_link {
  color: #6191bf; }

/*锛堜簩锛夊瘜鏂囨湰缂栬緫鍣� preview-rich-text*/
.custom-richtext {
  padding: 0 10px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #222;
  line-height: 1.5;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word; }

.custom-richtext p {
  line-height: 30px; }

.custom-richtext table {
  margin: 10px 0;
  border-collapse: collapse;
  display: table; }

.custom-richtext table td {
  padding: 5px 10px;
  border: 1px solid #ddd; }

.custom-richtext p em {
  font-style: italic; }

.custom-richtext ul, .custom-richtext ol {
  list-style-position: inside;
  padding-left: 0; }

.custom-richtext blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #EEE; }

.custom-richtext img {
  background: none;
  max-width: 100% !important;
  min-height: 1px;
  width: auto !important;
  height: auto !important;
  vertical-align: middle; }

.custom-richtext .rich-text-video {
  width: 100%;
  height: 255px; }

/*锛堜笁锛夎闊�*/
.custom-audio {
  padding: 10px; }

/*寰俊-common*/
/*sprite*/
.custom-audio .custom-audio-bar, .custom-audio .custom-audio-unread, .custom-audio .custom-audio-btn, .custom-audio .custom-audio-animation-static {
  background: url("../../images/wechat_addpublics/sprite_wechat.png") no-repeat scroll 0 0;
  background-size: 400px 175px; }

.custom-audio .custom-audio-weixin {
  position: relative; }

.app-previcustom-audioew .custom-audio-loading {
  display: none; }

.custom-audio .custom-audio-status {
  font-size: 12px; }

/*-- 宸� --*/
/*璇煶鏉�*/
.custom-audio .custom-audio-bar {
  width: 185px;
  height: 42px;
  display: inline-block;
  position: absolute;
  left: 50px;
  cursor: pointer; }

/*澶村儚*/
.custom-audio .custom-audio-logo {
  width: 40px;
  height: 40px;
  float: left;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }

/*闈欐€佽闊�*/
.custom-audio .custom-audio-animation-static {
  background-position: -180px -105px;
  width: 13px;
  height: 17px;
  display: block;
  position: absolute;
  left: 21px;
  top: 12px;
  z-index: 1; }

/*loading gif*/
.custom-audio .custom-audio-loading {
  left: auto;
  right: 10px;
  top: 12px;
  display: none; }

.custom-audio .custom-audio-weixin-right .custom-audio-loading {
  right: auto;
  left: 10px;
  top: 12px;
  display: none; }

/*鍔ㄦ€佽闊砱if*/
.custom-audio .custom-audio-bar img {
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 17px; }

.custom-audio .custom-audio-bar .js-animation {
  left: 21px;
  top: 12px; }

/*鍙充晶鍔ㄦ€佽闊砱if*/
.custom-audio .custom-audio-weixin-right .js-animation {
  right: 21px;
  left: auto; }

/*.custom-audio .custom-audio-bar .custom-audio-status { position: absolute; left: 43px; top: 15px  }
}*/
.custom-audio .custom-audio-unread {
  background-position: 0 -42px;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: 245px;
  top: -2px; }

.custom-audio .custom-audio-time {
  color: #999999;
  font-size: 14px;
  position: absolute;
  left: 240px;
  bottom: 5px;
  display: none; }

.custom-audio .custom-audio-btn {
  background-position: 0 -56px;
  display: block;
  position: absolute;
  cursor: pointer;
  left: 10px;
  top: 8px;
  width: 22px;
  height: 22px; }

.custom-audio .custom-audio-title {
  position: absolute;
  left: 42px;
  top: 10px;
  line-height: 18px;
  height: auto;
  font-size: 14px;
  color: #222;
  width: 250px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/*-- 鍙� --*/
/*璇煶鏉�*/
.custom-audio .custom-audio-weixin-right .custom-audio-bar {
  background-position: -187px 0;
  left: auto;
  right: 50px; }

/*澶村儚*/
.custom-audio .custom-audio-weixin-right .custom-audio-logo {
  float: right; }

/*闈欐€佽闊�*/
.custom-audio .custom-audio-weixin-right .custom-audio-animation-static {
  background-position: -180px -83px;
  right: 21px;
  left: auto; }

/*
.custom-audio .custom-audio-weixin-right .custom-audio-bar .custom-audio-loading {  left: 20px;  right: auto  }
.custom-audio .custom-audio-weixin-right .custom-audio-bar .custom-audio-status {  right: 43px;  left: auto  }*/
.custom-audio .custom-audio-weixin-right .custom-audio-unread {
  left: auto;
  right: 245px; }

.custom-audio .custom-audio-weixin-right .custom-audio-time {
  left: auto;
  right: 240px; }

/*鏅€歮usic*/
.custom-audio .custom-audio-music {
  position: relative;
  width: 100%;
  height: 38px;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.custom-audio .custom-audio-music .custom-audio-time {
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 14px;
  left: auto;
  bottom: auto; }

.custom-audio .custom-audio-music .custom-audio-timeline {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #69aa2f;
  display: block;
  width: 0%; }

/*.custom-audio .custom-audio-music .custom-audio-status { position: absolute; left: 42px; top: 14px  }
.custom-audio .custom-audio-music .custom-audio-loading { position: absolute; right: 10px; top: 10px  }*/
.custom-audio .custom-audio-status-play .custom-audio-unread, .custom-audio .custom-audio-status-stop .custom-audio-unread, .custom-audio .custom-audio-status-pause .custom-audio-unread {
  display: none; }

.custom-audio .custom-audio-status-play .custom-audio-title, .custom-audio .custom-audio-status-stop .custom-audio-title, .custom-audio .custom-audio-status-pause .custom-audio-title {
  width: 180px; }

.custom-audio .custom-audio-status-play .custom-audio-music, .custom-audio .custom-audio-status-stop .custom-audio-music, .custom-audio .custom-audio-status-pause .custom-audio-music {
  height: 58px; }

.custom-audio .custom-audio-status-play .custom-audio-time, .custom-audio .custom-audio-status-stop .custom-audio-time, .custom-audio .custom-audio-status-pause .custom-audio-time {
  display: block; }

.custom-audio .custom-audio-status-play .rangeslider, .custom-audio .custom-audio-status-stop .rangeslider, .custom-audio .custom-audio-status-pause .rangeslider {
  visibility: visible; }

.custom-audio .custom-audio-status-play .custom-audio-bar .custom-audio-animation {
  display: block !important;
  visibility: visible; }

.custom-audio .custom-audio-status-play[data-reload="true"] .custom-audio-btn {
  background-position: 0 -100px; }

.custom-audio-status-play .custom-audio-btn {
  background-position: 0 -78px; }

.custom-audio-status-stop .custom-audio-btn {
  background-position: 0 -56px; }

.custom-audio-status-pause .custom-audio-btn {
  background-position: 0 -56px; }

/*锛堝洓锛夋枃鏈鑸� & 鍏宠仈杩炴帴*/
.custom-nav {
  list-style: none;
  margin-top: 20px;
  padding: 0; }

.custom-nav li {
  padding-bottom: 7px;
  /*height: 44px;*/
  background: url("../../images/wechat_addpublics/pre_line1_2.png") left top no-repeat;
  background-size: 100% 1px;
  background-position: left bottom;
  margin: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.custom-nav li a {
  display: block;
  height: 100%;
  color: #222;
  font-weight: 700;
  font-weight: normal; }

.custom-nav li .custom-nav-title {
  overflow: hidden;
  display: inline-block;
  font-size: 14px;
  color: #222;
  width: 280px;
  white-space: nowrap;
  text-overflow: ellipsis; }

.right-arrow {
  float: right;
  padding-right: 15px;
  background: url("../../images/wechat_addpublics/arrowRight.png") no-repeat scroll 0 0;
  background-size: 15px 30px;
  width: 15px;
  height: 15px;
  margin-top: 3px; }

.custom-nav li:last-child {
  background-image: none; }

.custom-nav li:first-child {
  background: url("../../images/wechat_addpublics/pre_line1_2.png") left top no-repeat;
  background-size: 100% 1px;
  background-position: left bottom; }

/*锛堜簲锛夊浘鐗囧箍鍛�*/
/*涓€琛屼竴涓�*/
.custom-image1 {
  padding: 0 10px;
  margin: 0;
  font-size: 12px; }

.custom-image1 li {
  margin-top: 5px;
  position: relative; }

.custom-image1 img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.custom-image1 .title,
.custom-image5 .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 15px;
  z-index: 10;
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  font-size: 14px;
  line-height: 1.5; }

.js-upload-adImg,
.js-upload-shareImg {
  height: 30px;
  line-height: 30px;
  color: #ff803a; }

/*涓€琛�2涓�*/
.custom-image2 {
  padding: 5px 9px 0 9px;
  display: -webkit-box; }

.custom-image2 li:nth-last-of-type(1) {
  margin-right: 0; }

/*涓€琛�3涓�*/
.custom-image3 {
  padding: 5px 9px 0 9px;
  display: -webkit-box; }

.custom-image3 li:nth-last-of-type(1) {
  margin-right: 0; }

/*涓€琛�4涓�*/
.custom-image4 {
  padding: 5px 9px 0 9px;
  display: -webkit-box; }

.custom-image4 li:nth-last-of-type(1) {
  margin-right: 0; }

/*涓€琛�2寮犲浘,3寮犲浘,4寮犲浘鍏敤鏍峰紡*/
.custom-image2 li,
.custom-image3 li,
.custom-image4 li {
  text-align: center;
  -webkit-box-flex: 1;
  margin-right: 5px;
  width: 100%; }

.custom-image2 li a .custom-image3 li a,
.custom-image4 li a {
  display: block; }

.custom-image2 li span,
.custom-image3 li span,
.custom-image4 span {
  display: block;
  font-size: 12px;
  color: #222222; }

.custom-image2 li .span1,
.custom-image3 li .span1,
.custom-image4 li .span1 {
  line-height: 26px; }

.custom-image1 a,
.custom-image2 a,
.custom-image3 a,
.custom-image4 a,
.custom-image5 a {
  position: relative;
  display: block; }

.custom-image1 img,
.custom-image2 img,
.custom-image3 img,
.custom-image4 img,
.custom-image5 img {
  display: block;
  width: 100%; }

/*涓€琛屼竴涓棤杈硅窛*/
.custom-image5 {
  padding: 0; }

.custom-image5 li {
  position: relative; }

/*涓€琛屽涓殑閫氱敤鏍峰紡*/
.commonAdImage li {
  cursor: move;
  padding: 15px;
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px; }

.commonAdImage li:nth-last-of-type(1) {
  margin-bottom: 0; }

.commonAdImage li .adImg {
  float: left;
  width: 80px; }

.commonAdImage li .adInfo {
  float: left;
  width: 322px; }

.commonAdImage li a {
  display: block;
  text-align: center; }

/*----- mob-sidebar -----*/
.mob-sidebar {
  cursor: default;
  position: absolute;
  top: 0;
  right: -530px;
  width: 480px;
  margin-left: 20px;
  padding-bottom: 100px;
  font-size: 14px; }

.mob-sidebar .arrow, .mob-sidebar .arrow:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent #d1d1d1 transparent transparent;
  position: absolute;
  left: -10px;
  top: 19px; }

.mob-sidebar .arrow:after {
  content: "";
  border-right-color: #f8f8f8;
  left: 1px;
  top: -8px; }

.app-sidebar-inner {
  padding: 0px 22px 22px 22px;
  min-height: 28px;
  background: #f4f5f9;
  border-radius: 5px;
  border: 1px solid #d1d1d1; }

.app-sidebar-inner h2 {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px; }

.app-sidebar-inner .form-horizontal {
  margin-bottom: 0; }

.app-sidebar-inner .control-group {
  margin-bottom: 20px; }

.app-sidebar-inner .control-group:last-of-type {
  margin-bottom: 0; }

.app-sidebar-inner .control-group .control-label {
  width: 87px;
  cursor: default;
  font-size: 14px;
  line-height: 18px;
  float: left;
  padding-top: 5px;
  text-align: right; }

.app-sidebar-inner .control-group em.required {
  font-size: 16px;
  color: #f00;
  vertical-align: middle;
  margin-right: 2px; }

.app-sidebar-inner .controls {
  margin-left: 93px;
  word-break: break-all; }

.app-sidebar-inner .controls input {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }

.app-sidebar-inner .controls textarea {
  width: 100%;
  min-height: 65px; }

.app-sidebar-inner input[type=color] {
  width: 285px;
  height: 30px; }

.app-sidebar-inner .btn {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #222222;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  float: right; }

.app-sidebar-inner .btn:focus {
  outline: thin dotted #222;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.app-sidebar-inner .btn:hover, .app-sidebar-inner .btn:focus, .app-sidebar-inner .btn:active, .app-sidebar-inner .btn.active {
  text-decoration: none;
  color: #222222;
  background-color: #fcfcfc;
  border-color: #ccc; }

/*娣诲姞鎸夐挳*/
.app-sidebar-inner .options {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 0 15px;
  height: 45px;
  line-height: 43px; }

/*radio*/
.radio.inline, .checkbox.inline {
  display: inline-block !important;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
  margin-right: 7px; }

.radio input[type="radio"], .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 7px;
  margin-top: 2px; }

.options {
  height: 30px;
  line-height: 30px; }

.options .add-option {
  display: block;
  position: relative; }

.options .add-option:after {
  content: '';
  position: absolute; }

.options .add-option:before {
  content: '';
  position: absolute; }

/*璇煶*/
.form-horizontal .control-action {
  padding-top: 5px;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #ff803a; }

.edit-audio .controls > .radio {
  padding-top: 5px;
  min-height: 20px;
  padding-left: 16px;
  display: block; }

.edit-audio .controls > .radio input {
  margin-left: -16px;
  margin-top: 2px;
  float: left; }

.edit-audio .control-group-inner {
  margin: 10px 0 10px 16px; }

.edit-audio .control-group-inner .control-label {
  width: auto; }

.edit-audio .control-group-inner .controls {
  margin-left: 0; }

.edit-audio .edit-audio-avatar {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border: 1px solid #797979; }

.edit-audio .edit-audio-avatar-action {
  float: left;
  width: 200px; }

.edit-audio .edit-audio-avatar-action a {
  color: #ff803a; }

.form-horizontal .help-desc {
  line-height: 20px;
  font-size: 12px;
  height: 20px;
  margin-top: 6px;
  margin-bottom: 0; }

.c-gray {
  color: #999 !important; }

/*鐐瑰嚮鏁堟灉*/
/*.model_save:active {*/
/*background-color: #000000;*/
/*opacity: 0.7;*/
/*}*/
/*.goods_small_main:active {*/
/*background-color: #000000;*/
/*opacity: 0.7;*/
/*}*/
/*鎼滅储*/
.serchBar {
  margin: 10px 10px 0 10px;
  border: 1px solid #ccc;
  display: -webkit-box;
  padding: 0 2px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 4px; }

.serchBar input {
  padding: 5px;
  margin: 0;
  height: 100%;
  /*height: 33px;*/
  line-height: normal;
  /*line-height: 30px;*/
  font-size: 14px;
  border: 0;
  -webkit-box-flex: 1;
  display: -webkit-box;
  -webkit-appearance: none;
  border-radius: 0;
  outline: 0;
  color: #ccc; }

.serchBar input:focus {
  color: #252525; }

.serchBar .iconfontWrap {
  width: 30px;
  height: 33px;
  background-size: 18px;
  background-image: url("../../images/wechat_addpublics/feature_search.png");
  background-repeat: no-repeat;
  background-position: 6px 8px;
  display: -webkit-box;
  position: relative; }

/*鐒︾偣鍥�*/
.focus {
  position: relative; }

.focus .preSale {
  height: 3.6rem;
  line-height: 3.6rem;
  background-color: #000;
  color: #fff;
  opacity: .8;
  font-size: 1.5rem;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center; }

.swipe {
  overflow: hidden;
  position: relative; }

.swipe-wrap {
  overflow: hidden;
  position: relative; }

.swipe-wrap > figure {
  float: left;
  position: relative; }

.swipe figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.position {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%; }

.position li {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #cccccc;
  margin: 0 2px;
  cursor: pointer;
  box-shadow: 0 0 1px #888888; }

.position li.on {
  background-color: #ff803a; }

/*鐒︾偣鍥句晶杈�*/
.focusList li {
  cursor: move;
  padding: 15px;
  background-color: #f8f8f8;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
  position: relative; }

.focusList li .imgWrap {
  margin-bottom: 20px; }

.swiper-container {
  position: relative; }
  .swiper-container a {
    display: block; }
  .swiper-container .swiper-slide {
    height: auto; }
    .swiper-container .swiper-slide img {
      width: 100%; }
  .swiper-container .swiper-pagination {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%; }
    .swiper-container .swiper-pagination .swiper-pagination-bullet {
      display: inline-block;
      width: 10px;
      height: 2px;
      background-color: #ffffff;
      opacity: 0.4;
      margin: 0 4px;
      cursor: pointer;
      border-radius: 0; }
    .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #ffffff;
      opacity: 1; }

/*mob-actions*/
.mob-actions {
  position: fixed;
  bottom: 0;
  width: 850px;
  padding-top: 20px;
  clear: both;
  text-align: center;
  z-index: 999; }

.mob-actions .form-actions {
  padding: 10px;
  background-color: rgba(255, 254, 220, 0.8);
  margin: 0;
  border-top: 1px solid #e5e5e5; }

/*-- 渚ц竟鏍忛€氱敤鏍峰紡 --*/
/*娣诲姞鏂版ā鍧楁寜閽�*/
.addNew {
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  color: #888888;
  border: 1px dashed #ccc;
  margin-top: 20px;
  text-align: center; }

/*鎻愮ず璇�*/
.tips {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 13px; }

/*鍒犻櫎*/
.icon-del {
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 24px;
  color: #666;
  z-index: 2;
  cursor: pointer; }

/*娣诲姞鍟嗗搧*/
.add_goodsid {
  margin-top: 10px; }

.add_goodsid .control-label, .add_goodsid input {
  width: 87px;
  height: 30px;
  cursor: default;
  font-size: 14px;
  line-height: 30px;
  float: left;
  text-align: right; }

.goodsid_list {
  padding-left: 87px; }

.change_goodsid {
  /*display:block;*/
  float: left; }

.change_goodsid li {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  cursor: move; }

.add_goods {
  width: 80px;
  height: 80px;
  float: left;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  margin-left: 10px;
  margin-bottom: 10px;
  cursor: pointer; }

.add_goods .add_icon {
  width: 100%;
  height: 15px;
  position: relative;
  margin-top: 20px; }

.add_goods .add_icon span {
  display: block;
  background: #e6e6e6;
  position: absolute; }

.add_goods .add_icon span:first-child {
  width: 15px;
  height: 1px;
  left: 32.5px;
  top: 7px; }

.add_goods .add_icon span:last-child {
  width: 1px;
  height: 15px;
  left: 39.5px;
  top: 0; }

.add_goods p {
  margin-top: 5px;
  text-align: center;
  color: #999; }

.goods_id {
  width: 80px;
  height: 80px;
  position: relative; }

.goods_id:hover .over-goods .over-goods-content {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  color: white; }

.over-goods {
  opacity: .8;
  font-size: 14px;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bolder;
  overflow: hidden; }

.over-goods .over-goods-content {
  background: black;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  color: black;
  padding: 20px 10px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.over-goods .over-goods-content p {
  cursor: pointer;
  line-height: 20px; }

.add_goods .add_icon {
  width: 100%;
  height: 15px;
  position: relative;
  margin-top: 20px; }

.add_goods .add_icon span {
  display: block;
  background: #e6e6e6;
  position: absolute; }

.add_goods .add_icon span:first-child {
  width: 15px;
  height: 1px;
  left: 32.5px;
  top: 7px; }

.add_goods .add_icon span:last-child {
  width: 1px;
  height: 15px;
  left: 39.5px;
  top: 0; }

.add_goods p {
  margin-top: 5px;
  text-align: center;
  color: #999; }

.goods_id img {
  width: 80px;
  height: 80px;
  display: block; }

.add_goodsid input {
  text-align: left;
  margin-left: 10px; }

.goods_id .this_id {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 28px; }

.goods_id .remove_id {
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  right: -7px;
  top: -7px;
  cursor: pointer; }

.goods_id .remove_id .iconfont {
  font-size: 16px;
  color: #c3c3c3; }

.cart {
  width: 40px;
  height: 35px;
  float: right;
  background: url("../../images/wechat_addpublics/cart_icon2.png") no-repeat center right;
  background-size: 20px 20px; }

.cart-layer {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 42px;
  width: 50px;
  opacity: 0; }

.loading {
  margin: 50px 0; }

.goods-list {
  min-height: 100px; }

.goods_big {
  margin: 10px 10px 0 10px; }

.goods_big li {
  position: relative;
  margin-bottom: 10px;
  /*margin-top:8px; */
  width: 100%;
  display: block;
  border: 1px solid #e6e6e6;
  background-color: #ffffff; }

.goods_big li:last-child {
  margin-bottom: 0; }

.goods_big li a {
  display: block;
  padding: 1px;
  overflow: hidden; }

.goods_big li img {
  width: 100%;
  display: block; }

.goods_big li .list_details .goods_price {
  width: 70%;
  height: 38px;
  float: left;
  line-height: 38px;
  font-size: 14px;
  color: #ff6800;
  /*font-weight:bold;*/ }

.goods_small {
  margin: 5px 5px 0 5px; }

.goods_small li {
  width: 50%;
  display: block;
  float: left; }

.goods_small_main {
  position: relative;
  border: 1px solid #e6e6e6;
  margin: 5px;
  background-color: #ffffff; }

.goods_small_main a {
  display: block;
  padding: 1px;
  overflow: hidden; }

.goods_small li .goods_small_main .list_details .goods_price {
  width: 60%;
  height: 38px;
  float: left;
  line-height: 38px;
  font-size: 14px;
  color: #ff6800;
  /*font-weight:bold; */
  white-space: nowrap; }

ul.goods_small li:last-child .goods_small_main,
.goods_small li:nth-last-child(2) .goods_small_main {
  margin-bottom: 0; }

.goods_small li:nth-child(even) .goods_small_main {
  margin-bottom: 5px; }

.goods_three {
  margin: 5px 10px 0 10px; }

.goods_three li {
  position: relative;
  width: 33.2223%;
  display: block;
  float: left;
  padding: 1px; }

.goods_three_main {
  margin-top: 5px;
  padding: 1px;
  border-width: 1px;
  background-color: #ffffff; }

.goods_three li .goods_three_main .list_details .goods_price {
  width: 60%;
  height: 30px;
  float: left;
  line-height: 30px;
  font-size: 12px;
  color: #ff6800;
  overflow: hidden; }

.img_war,
.goods_list_left {
  min-height: 125px; }

.goods_three_main .img_war {
  min-height: 80px; }

.goods_small .img_war img {
  /*margin:0 auto;*/
  width: 100%;
  /*max-height:142px;*/ }

.goods_three .img_war img {
  width: 100%; }

.goods_three .cart {
  width: 25px;
  height: 25px; }

.goods_price {
  /*font-weight: bold;*/
  white-space: nowrap; }

.goods_list {
  margin: 10px 10px 0 10px; }

.goods_list li {
  margin-bottom: 10px;
  width: 100%;
  display: block;
  border: 1px solid #e6e6e6;
  position: relative;
  background-color: #ffffff; }

.goods_list li a {
  display: block;
  padding: 5px;
  overflow: hidden; }

.goods_list li:last-child {
  margin-bottom: 0; }

.goods_list li .goods_list_left {
  width: 125px;
  float: left; }

.goods_list li .list_details {
  padding: 8px 5px 0px 134px; }

.goods_three .goods_name,
.goods_small .goods_name {
  height: 34px; }

.goods_name {
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  margin-top: 12px;
  color: #222;
  padding: 0px 7px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.list_details {
  padding: 0px 7px; }

.goods_three li .goods_three_main .list_details {
  padding: 0px 5px; }

.goods_list li .list_details .goods_name {
  margin-top: 0;
  padding: 0; }

.goods_list li .list_details .goods_price {
  color: #ff6800;
  font-size: 14px;
  line-height: 25px;
  /*font-weight:bold;*/ }

.goods_list li .cart {
  position: absolute;
  right: 7px;
  bottom: 3px; }

.goods_price .integer {
  margin-left: -1px;
  /*font-weight: bold;*/ }

.goods_price .decimal {
  margin-left: 2px;
  font-size: 10px;
  /*font-weight: bold;*/ }

.goods_name .goods-presell,
.goods_name .goods-sellout {
  display: inline-block;
  color: #ffffff;
  /*width: 30px;*/
  /*height: 14px;*/
  /*line-height: 14px;*/
  /*padding: 2px 0;*/
  line-height: normal;
  /*line-height: 15px;*/
  text-align: center;
  font-size: 11px;
  padding: 0 3px;
  border-radius: 2px; }

.goods_name .goods-presell {
  background-color: #ff803a; }

.goods_name .goods-sellout {
  background-color: #7f7f7f; }

/*鍞絼鍟嗗搧鏍峰紡*/
.sellout img {
  background-color: #000000;
  opacity: 0.5; }

.sellout .goods-title {
  color: #888888; }

.sellout .goods_price {
  color: #888888 !important; }

.sellout .cart {
  background: url("../../images/wechat_addpublics/cart_icon_sellout.png") no-repeat center right;
  background-size: 20px 20px; }

/*閫氱敤妯″潡*/
.component {
  padding: 10px; }

.modify_model, .add_model {
  color: #249bdf;
  cursor: pointer; }

/*鎻掑叆绱犳潗鍖哄煙*/
.dialog_publics {
  width: 800px;
  min-height: 200px;
  max-height: 600px;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px; }

.close_dialog {
  width: 20px;
  height: 20px;
  position: absolute;
  right: -8px;
  top: -8px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer; }

.close_dialog .iconfont {
  color: #ddd;
  font-size: 22px;
  line-height: 22px; }

.close_dialog:hover .iconfont {
  color: #222; }

.publics_main {
  min-height: 50px;
  max-height: 480px; }

.publics_list {
  height: 80px;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
  display: block; }

.m-pagination {
  padding-left: 10px;
  padding-right: 10px; }

.publics_main .empty {
  font-size: 14px;
  text-align: center;
  line-height: 40px; }

.publics_image {
  width: 80px;
  height: 80px;
  float: left;
  margin: 5px;
  position: relative;
  overflow: hidden; }

.publics_image img {
  width: 100%;
  display: block; }

.choose_img {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 16px;
  cursor: pointer;
  display: none; }

.publics_image:hover .choose_img {
  display: block; }

.choose_modules, .choose_list, .choose_goods {
  height: 35px;
  display: inline-block;
  border: 1px solid #e6e6e6;
  background: #f8f8f8;
  border-radius: 5px; }

.choose_list, .choose_modules {
  width: 100%; }

.choose_goods {
  width: 60px; }

.choose_modules:hover, .choose_list:hover {
  background: #ff803a;
  color: #fff; }

.choose_goods.selected {
  background: #ff803a;
  color: #fff; }

.addpublic-tip {
  font-size: 12px;
  color: #999;
  padding: 10px 0 0; }

/*浜у搧璇︽儏*/
.product-content {
  height: 108px;
  padding-top: 23px; }

.product-content span {
  display: block;
  height: 28px;
  line-height: 28px;
  color: #888;
  font-size: 16px;
  text-align: center; }

/*鍏敤灏惧反*/
footer {
  width: 100%; }

footer .line {
  width: 100%;
  height: 1px;
  background: url("../../images/wechat_addpublics/line.png") repeat; }

footer .footer-menu {
  display: -webkit-box;
  height: 49px;
  background: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background: linear-gradient(top, #ffffff, #f2f2f2); }

footer .footer-menu li {
  position: relative;
  display: -webkit-box;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center; }

footer .footer-menu li i {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../images/wechat_addpublics/icon_bar.png") no-repeat;
  background-size: 16px auto; }

footer .footer-menu li .category {
  background-position: 2px 0px; }

footer .footer-menu li .latest {
  background-position: 2px -20px; }

footer .footer-menu li .service {
  background-position: 1px -40px; }

footer .footer-menu li .order {
  background-position: 1px -60px; }

footer .footer-menu li span {
  display: block;
  font-size: 11px;
  color: #777777; }

footer .footer-menu li .sub-menu-wrap {
  display: none; }

footer .footer-menu li .sub-menu-wrap .sub-menu {
  position: absolute;
  padding: 0 10px;
  width: 122px;
  height: 235px;
  left: 15px;
  top: -240px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background-color: #ffffff;
  z-index: 9; }

footer .footer-menu li .sub-menu-wrap .sub-menu div {
  width: 100%;
  line-height: 38px;
  border-bottom: 1px solid #cdcdcd;
  font-size: 12px;
  color: #000000;
  text-align: center; }

footer .footer-menu li .sub-menu-wrap .sub-menu div:last-child {
  border-bottom: 0; }

footer .footer-menu li .sub-menu-wrap .shadow {
  position: absolute;
  top: -10px;
  left: 20px;
  width: 112px;
  height: 5px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  z-index: 9; }

footer .footer-menu li .sub-menu-wrap .arrow {
  content: '';
  display: block;
  position: absolute;
  left: 37px;
  top: -6px;
  z-index: 9;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #ffffff; }

.goods_big li,
.goods_small_main,
.goods_three_main,
.goods_list li {
  -webkit-border-image: url("../../images/wechat_addpublics/border-line.png") 2 stretch;
  border-image: url("../../images/wechat_addpublics/border-line.png") 2 stretch;
  border-width: 1px;
  border-style: solid; }

/*杈呭姪绾�*/
.pre-group .line-group li {
  /*height: 33px;*/
  /*overflow: hidden;*/ }

.pre-group .line-group div {
  height: 1px; }

.pre-group .line0,
.pre-group .line1,
.app-sidebar-inner .line0,
.app-sidebar-inner .line1 {
  background: url("../../images/wechat_addpublics/pre_line1_2.png") left top no-repeat;
  background-size: 100% 1px; }

.pre-group .line-group .line0 {
  margin: 10px 0 0 0; }

.pre-group .line-group .line1,
.pre-group .line-group .line2 {
  margin: 10px 10px 0 10px; }

.pre-group .line-group .line2,
.app-sidebar-inner .line-wrap .line2 {
  background: url("../../images/wechat_addpublics/dashed.png") repeat;
  background-size: 8px 1px; }

.app-sidebar-inner .line-group li {
  margin-bottom: 15px; }

.app-sidebar-inner .line-wrap {
  float: right;
  width: 330px;
  height: 33px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff; }

.app-sidebar-inner .line-wrap div {
  margin: 15px 0;
  height: 1px; }

.app-sidebar-inner .line-wrap .line1,
.app-sidebar-inner .line-wrap .line2 {
  margin: 15px 10px; }

/*杈呭姪绌虹櫧*/
.pre-group .blank {
  min-height: 1px;
  max-height: 60px; }

.app-sidebar-inner .blank-slider {
  float: left;
  width: 370px; }

.app-sidebar-inner .blank-px {
  float: right;
  margin-top: -3px; }

/*鍐风煡璇�*/
.pre-group .cold-knowledge {
  position: relative;
  margin: 10px 10px 0 10px; }

.pre-group .cold-knowledge .knowledge-title {
  position: relative;
  display: -webkit-box;
  height: 45px;
  background-color: #fafafa;
  -webkit-box-align: center;
  -webkit-box-pack: center; }

.pre-group .cold-knowledge .knowledge-title .knowledge-bg {
  margin-right: 5px;
  width: 30px;
  height: 30px;
  background-image: url("../../images/wechat_addpublics/sikexia.png");
  background-size: 30px 30px;
  overflow: hidden; }

.pre-group .cold-knowledge .title {
  font-size: 14px;
  color: #222222; }

.pre-group .cold-knowledge .knowledge-title:after {
  content: " ";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #e2e2e2;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  box-sizing: border-box;
  pointer-events: none; }

.pre-group .cold-knowledge .knowledge-info {
  position: relative;
  border: 12px solid transparent;
  border-top-color: #fbfbfb; }

.pre-group .cold-knowledge .knowledge-content {
  position: relative;
  padding: 20px 13px;
  color: #222222;
  font-size: 14px;
  background-color: #fafafa;
  line-height: 22px;
  word-wrap: break-word;
  word-break: break-all; }

.pre-group .cold-knowledge .knowledge-content:after {
  content: " ";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #e2e2e2;
  border-bottom: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  box-sizing: border-box;
  pointer-events: none; }

.pre-group .cold-knowledge .knowledge-author-bg {
  position: relative;
  padding: 0 13px;
  background-color: #fafafa; }

.pre-group .cold-knowledge .knowledge-author-bg:after {
  content: " ";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #e2e2e2;
  border-top: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  box-sizing: border-box;
  pointer-events: none; }

.pre-group .cold-knowledge .knowledge-author {
  position: relative;
  display: -webkit-box;
  -webkit-box-pack: end;
  line-height: 50px;
  font-size: 14px;
  color: #222222; }

.pre-group .cold-knowledge .knowledge-author:after {
  content: " ";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px dashed #cbcbcb;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  box-sizing: border-box;
  pointer-events: none; }

.pre-group .cold-knowledge .knowledge-author p {
  margin-left: 10px; }

body {
  height: auto; }

.page {
  padding-bottom: 5rem; }

/*iconFont*/
.reply {
  font-size: 2rem;
  color: #5d5d5d; }

.car {
  font-size: 1.8rem;
  color: #fff; }

/*閫氱敤class閽╁瓙*/
.paddingTop0 {
  padding-top: 0 !important; }

.paddingT {
  padding-top: 3.6rem; }

.paddingB {
  padding-bottom: 5rem; }

.dynamicPaddingT {
  padding-top: 5.1rem !important; }

/*閫氱敤鍥炬枃娣锋帓*/
.common-content {
  color: #6d6d6d;
  padding: 0.7rem 0 0.7rem 0; }
  .common-content img {
    width: 100%; }

/*閫氱敤active*/
#footFixedPay .btn:active,
.readAll:active,
.readMore:active,
.writeDynamics:active,
#dynamicTopFixedBanner .search:active,
#dynamicTopFixedBanner .searchBtn:active {
  background-color: #e2e2e2; }

.mainBod .content {
  position: relative; }

/*椤堕儴鎮诞topFixedBanner*/
#topFixedBanner {
  width: 100%;
  height: 6.2rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  #topFixedBanner .inner {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    height: 3.6rem;
    background-color: #fff;
    box-shadow: 0 0px 1px #bababa; }
    #topFixedBanner .inner .manager {
      display: -webkit-box;
      -webkit-box-flex: 1;
      margin-left: 6.8rem;
      overflow: hidden;
      -webkit-box-align: center;
      color: #222;
      font-size: 1.4rem; }
    #topFixedBanner .inner .enterStore {
      display: -webkit-box;
      width: 6.5rem;
      color: #6d6d6d;
      -webkit-box-align: center;
      -webkit-box-pack: center;
      font-size: 1.2rem; }
  #topFixedBanner .photo {
    position: absolute;
    width: 5.1rem;
    height: 5.1rem;
    top: 1rem;
    left: 1rem;
    border-radius: 50%;
    background-size: cover; }
    #topFixedBanner .photo {
      position: relative; }
      #topFixedBanner .photo:after {
        content: " ";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #fff;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        box-sizing: border-box;
        pointer-events: none; }

/*搴曢儴鎮诞footFixedPay*/
#footFixedPay {
  z-index: 999;
  -webkit-user-select: none;
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0 0px 1px #bababa;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  background-color: #f7f7f7; }
  #footFixedPay .menu-btn {
    padding-top: 0.6rem;
    width: 8rem;
    height: 5rem;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-orient: vertical;
    font-size: 12px; }
    #footFixedPay .menu-btn .iconfont {
      display: -webkit-box;
      color: #ababab;
      font-size: 2.8rem;
      line-height: 2.8rem; }
  #footFixedPay .active-btn {
    width: 10rem;
    height: 5rem;
    display: -webkit-box;
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    color: #fff;
    font-size: 1.5rem;
    font-size: 1.5rem;
  }
/*    #footFixedPay .active-btn.add-cart {
      background: #ffa124; }*/
.btn-cart{
  background: #813f44;
  color: #fff;
  display: inline-block;
  min-width: 160px;
  height: 35px;
  line-height: 35px;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
}
  /*#footFixedPay .btn {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    margin: 0;
    padding: 0;
    height: 5rem;
    background-color: #ff803a;
    font-size: 1.5rem;
    color: #fff;
    width: 100%; }*/
  #footFixedPay .soldOut {
    color: #fff;
    background: #c3c3c3; }
  #footFixedPay .shoppingCart {
    position: relative;
    display: -webkit-box;
    -webkit-box-pack: center; }
    #footFixedPay .shoppingCart em {
      position: absolute;
      font-size: 0.9rem;
      width: 1rem;
      height: 1rem;
      background: red;
      display: -webkit-box;
      color: #fff;
      border-radius: 50%;
      right: 1.2rem;
      top: 0.6rem;
      -webkit-box-align: center;
      -webkit-box-pack: center;
      border: 1px solid #fff; }

.product-wrap {
  box-shadow: 0 0 1px #bababa; }

/*鐗╁搧淇℃伅product-info*/
.product-info {
  padding: 1rem 1rem 1.5rem 1rem;
  background-color: #fff; }
  .product-info .product-title {
    line-height: 2.2rem;
    font-size: 1.6rem;
    color: #222;
    max-height: 5rem;
    overflow: hidden;
    margin-bottom: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    .product-info .product-title em {
      font-size: 1.1rem;
      font-style: normal;
      color: #fff;
      background-color: #ff803a;
      padding: 0.1rem 0.3rem;
      border-radius: 0.3rem;
      margin-right: 0.5rem;
      height: 1.2rem;
      vertical-align: top; }
  .product-info .price {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 3.5rem; }
    .product-info .price figure {
      font-size: 1.3rem;
      color: #999;
      margin-left: 0.5rem;
      text-decoration: line-through;
      line-height: normal; }
    .product-info .price .price-info {
      display: -webkit-box; }
      .product-info .price .price-info em {
        margin-left: 1rem;
        font-size: 1.1rem;
        font-style: normal;
        background-color: #fff;
        color: #ff803a;
        padding: 0.2rem 0.3rem;
        border-radius: 0.3rem;
        margin-right: 0.5rem;
        height: 1.2rem;
        margin-right: 0; }
        .product-info .price .price-info em {
          position: relative; }
          .product-info .price .price-info em:after {
            content: " ";
            width: 200%;
            height: 200%;
            position: absolute;
            top: 0;
            left: 0;
            border: 1px solid #ff803a;
            -webkit-transform: scale(0.5);
            transform: scale(0.5);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
            box-sizing: border-box;
            pointer-events: none; }
        .product-info .price .price-info em:after {
          border-radius: 0.3rem; }
        .product-info .price .price-info p span {
          font-size: 1rem;
          margin-left: 0.5rem;
          vertical-align: top; }
  .product-info .count {
    line-height: 2.2rem;
    font-size: 1.2rem; }
  .product-info .productOrder {
    line-height: 2.2rem;
    font-size: 1.2rem;
    display: -webkit-box; }
    .product-info .productOrder p {
      -webkit-box-flex: 1; }
      .product-info .productOrder p:nth-of-type(1) {
        text-align: left; }
      .product-info .productOrder p:nth-of-type(2) {
        text-align: right; }

/* ---------- 锛堜竴锛変骇鍝佽鎯� ---------- */
/*鐒︾偣鍥�*/
/*鐒︾偣鍥�*/
.focus {
  position: relative; }
  .focus .preSale {
    height: 3.6rem;
    line-height: 3.6rem;
    background-color: #000;
    color: #fff;
    opacity: .8;
    font-size: 1.5rem;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center; }
  .focus .swiper-container {
    width: 100%;
    height: 100%; }
  .focus .swiper-slide {
    height: auto; }
    .focus .swiper-slide img {
      width: 100%; }
  .focus .swiper-pagination-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #cccccc;
    margin: 0 2px;
    cursor: pointer;
    box-shadow: 0 0 1px #888888; }
  .focus .swiper-pagination-bullet-active {
    background-color: #ff803a; }

/*澶х鏇�*/
.motto {
  display: -webkit-box;
  min-height: 17rem;
  -webkit-box-orient: horizontal;
  margin-top: 0.5rem;
  padding: 0.8rem 1.9rem;
  color: #6d6d6d; }
  .motto {
    position: relative; }
    .motto:after {
      content: " ";
      width: 200%;
      height: 200%;
      position: absolute;
      top: 0;
      left: 0;
      border: 1px solid #222;
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      box-sizing: border-box;
      pointer-events: none; }
  .motto .speakLogo {
    width: 3.8rem;
    height: 10.7rem;
    background-color: #222;
    color: #fff;
    font-size: 2.7rem;
    margin-top: 0.6rem;
    position: relative; }
    .motto .speakLogo span {
      display: -webkit-box;
      -webkit-box-pack: center;
      height: 3.2rem; }
    .motto .speakLogo:before {
      content: '';
      position: absolute;
      height: 0.2rem;
      width: 3.6rem;
      background-color: #222;
      bottom: -0.4rem;
      left: 0; }
  .motto .speakContent {
    display: -webkit-box;
    -webkit-box-flex: 1;
    margin-left: 1.5rem; }

/*杩斿洖棣栭〉*/
.back-home {
  display: -webkit-box;
  margin: 1rem 0;
  padding: 0 1rem;
  height: 4.4rem;
  background-color: #ffffff;
  box-shadow: 0 0 1px #bababa;
  font-size: 1.4rem;
  color: #222222;
  -webkit-box-align: center; }
  .back-home .span1 {
    display: -webkit-box;
    -webkit-box-flex: 1; }
    .back-home .span1 .iconfont {
      display: inline-block;
      margin-right: 0.5rem;
      font-size: 2rem;
      color: #999999;
      vertical-align: middle; }
  .back-home .span2 {
    display: -webkit-box;
    font-size: 1.2rem;
    color: #777777; }
    .back-home .span2 .iconfont {
      margin-left: 0.5rem;
      font-size: 1.4rem; }

/*鎺ㄨ崘缁勫悎*/
.combine-products {
  background-color: #ffffff;
  box-shadow: 0 0 1px #bababa;
  overflow: hidden; }
  .combine-products .title {
    margin: 0 1rem;
    font-weight: normal;
    color: #222;
    font-size: 1.4rem;
    line-height: 4.5rem; }
    .combine-products .title {
      position: relative; }
      .combine-products .title:after {
        content: " ";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border-bottom: 1px solid #f0f0f0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        box-sizing: border-box;
        pointer-events: none; }
  .combine-products .combine-content {
    margin-top: 2rem; }
    .combine-products .combine-content .products {
      /*缁勫悎鍟嗗搧涓轰袱涓�*/ }
      .combine-products .combine-content .products .swiper-slide {
        display: -webkit-box;
        position: relative;
        width: 35%;
        height: 100%; }
        .combine-products .combine-content .products .swiper-slide:first-child {
          margin-left: 1rem; }
        .combine-products .combine-content .products .swiper-slide:last-child {
          margin-right: 1rem; }
        .combine-products .combine-content .products .swiper-slide:nth-child(2n) {
          width: 10%;
          -webkit-box-align: center;
          -webkit-box-pack: center;
          margin-top: 15%; }
      .combine-products .combine-content .products .product {
        width: 100%;
        overflow: hidden; }
        .combine-products .combine-content .products .product a {
          display: block;
          width: 100%; }
        .combine-products .combine-content .products .product .product-photo {
          width: 100%;
          padding: 0.1rem;
          background-color: #ffffff; }
          .combine-products .combine-content .products .product .product-photo {
            position: relative; }
            .combine-products .combine-content .products .product .product-photo:after {
              content: " ";
              width: 200%;
              height: 200%;
              position: absolute;
              top: 0;
              left: 0;
              border: 1px solid #e6e6e6;
              -webkit-transform: scale(0.5);
              transform: scale(0.5);
              -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
              box-sizing: border-box;
              pointer-events: none; }
          .combine-products .combine-content .products .product .product-photo img {
            width: 100%; }
        .combine-products .combine-content .products .product .product-title {
          margin-top: 1rem;
          height: 3rem;
          font-size: 1.1rem;
          color: #222222;
          word-wrap: break-word;
          word-break: break-all;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          text-overflow: ellipsis;
          overflow: hidden; }
          .combine-products .combine-content .products .product .product-title a {
            color: #222; }
        .combine-products .combine-content .products .product .product-sku {
          margin-left: 0.8rem;
          height: 1.7rem;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          text-overflow: ellipsis;
          overflow: hidden;
          font-size: 1.3rem;
          color: #999; }
        .combine-products .combine-content .products .product .product-price {
          margin: 1.2rem 0.8rem 0.7rem 0.8rem;
          font-size: 1.4rem;
          color: #ff803a; }
      .combine-products .combine-content .products .and .iconfont {
        font-size: 18px;
        color: #c3c3c3; }
      .combine-products .combine-content .products .two {
        padding: 0 1rem;
        width: auto;
        overflow: hidden; }
        .combine-products .combine-content .products .two .swiper-slide {
          width: 45%; }
          .combine-products .combine-content .products .two .swiper-slide:first-child {
            margin: 0; }
        .combine-products .combine-content .products .two .two-and {
          margin-top: 20%;
          width: 10%; }
    .combine-products .combine-content .combine-btn {
      padding: 2rem 1rem 2rem 1rem; }
      .combine-products .combine-content .combine-btn .buy-btn {
        display: -webkit-box;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        width: 100%;
        height: 4.1rem;
        background-color: #ff803a;
        color: #ffffff;
        border-radius: 0.4rem;
        font-size: 1.4rem; }
        .combine-products .combine-content .combine-btn .buy-btn:active {
          background-color: #e5763e;
          color: rgba(255, 255, 255, 0.4); }
  .combine-products .combine-info {
    display: -webkit-box;
    margin: 1.5rem 0;
    padding: 1.5rem 1.2rem 1.5rem 0.8rem;
    background-color: #fafafa; }
    .combine-products .combine-info .combine-content {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-box-flex: 1; }
      .combine-products .combine-info .combine-content .combine-title {
        font-size: 1.4rem;
        line-height: 2.3rem;
        color: #222222;
        word-wrap: break-word;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden; }
      .combine-products .combine-info .combine-content .combine-price {
        margin-top: 1rem;
        font-size: 1.4rem;
        color: #ff803a; }

/*浜у搧浠嬬粛*/
.product-introduction {
  margin-bottom: 1rem;
  background-color: #fff;
  margin-top: 1rem;
  padding: 0.3rem 0 1rem 0;
  box-shadow: 0 0 1px #bababa; }

.product-introduction-tit {
  display: -webkit-box;
  color: #222;
  font-size: 1.4rem;
  height: 3.5rem;
  -webkit-box-align: center;
  padding: 0 1rem; }
  .product-introduction-tit span {
    display: -webkit-box;
    height: 3.5rem;
    -webkit-box-align: center;
    width: 100%; }
    .product-introduction-tit span {
      position: relative; }
      .product-introduction-tit span:after {
        content: " ";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border-bottom: 1px solid #f0f0f0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        box-sizing: border-box;
        pointer-events: none; }

/*浜у搧鍔ㄦ€�*/
.product-dynamic {
  background-color: #fff;
  padding: 5.1rem 0 0 0; }

.dynamic {
  display: -webkit-box;
  padding: 0.7rem 1rem;
  -webkit-box-orient: vertical; }
  .dynamic:last-child {
    border-bottom: none; }
  .dynamic .dynamic-main {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    padding-bottom: 0.7rem; }
    .dynamic .dynamic-main {
      position: relative; }
      .dynamic .dynamic-main:after {
        content: " ";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border-bottom: 1px solid #f0f0f0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        box-sizing: border-box;
        pointer-events: none; }
  .dynamic .photo-l {
    display: -webkit-box;
    width: 4.8rem; }
    .dynamic .photo-l img {
      width: 4.8rem;
      height: 4.8rem;
      border-radius: 50%; }
  .dynamic .main-r {
    display: -webkit-box;
    -webkit-box-flex: 1;
    margin-top: 0.5rem;
    margin-left: 1rem;
    -webkit-box-orient: vertical; }
    .dynamic .main-r .dynamic-name {
      font-size: 1.4rem;
      color: #222;
      height: 3rem;
      -webkit-box-align: center;
      display: -webkit-box; }
    .dynamic .main-r .dynamic-content {
      display: -webkit-box;
      line-height: 2.5rem;
      font-size: 1.4rem;
      color: #6d6d6d;
      margin-bottom: 1.4rem; }
    .dynamic .main-r .dynamic-more {
      width: 5rem;
      display: none;
      line-height: 2rem;
      color: #222;
      -webkit-user-select: none; }
      .dynamic .main-r .dynamic-more:active {
        color: #ccc; }
    .dynamic .main-r .dynamic-date {
      display: -webkit-box;
      height: 2.5rem;
      -webkit-box-align: center;
      color: #6d6d6d;
      -webkit-user-select: none;
      font-size: 1.2rem; }
      .dynamic .main-r .dynamic-date .date {
        display: -webkit-box;
        -webkit-box-flex: 1;
        height: 2.5rem;
        line-height: 2.5rem; }
      .dynamic .main-r .dynamic-date .replyWrap {
        height: 2.5rem;
        width: 2.8rem;
        text-align: center; }
      .dynamic .main-r .dynamic-date .reply {
        line-height: 2.5rem; }
        .dynamic .main-r .dynamic-date .reply:active {
          color: #ccc; }
  .dynamic .message {
    padding: 0 0 1rem 0;
    position: relative;
    margin-top: 1rem;
    z-index: 998; }
    .dynamic .message ul {
      background-color: #f3f3f5;
      padding: 0.7rem; }
      .dynamic .message ul:before {
        content: '';
        position: absolute;
        top: -1rem;
        left: 1rem;
        width: 0;
        height: 0;
        border-left: 0.5rem solid transparent;
        border-right: 0.5rem solid transparent;
        border-bottom: 1rem solid #f3f3f5; }
      .dynamic .message ul li {
        line-height: 2.5rem; }
        .dynamic .message ul li span {
          color: #0071bc; }

/* ---------- 锛堜簩锛変骇鍝佸姩鎬� ---------- */
.readAll, .readMore, .writeDynamics {
  -webkit-user-select: none;
  height: 4.3rem;
  color: #bababa;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center; }

#dynamicTopFixedBanner {
  z-index: 999;
  -webkit-user-select: none;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #f7f7f7;
  height: 5rem;
  box-shadow: 0 1px 1px #e6e6e6;
  width: 100%;
  padding: 1rem;
  -webkit-box-orient: horizontal;
  display: -webkit-box; }
  #dynamicTopFixedBanner .search {
    display: -webkit-box;
    height: 100%;
    -webkit-box-flex: 1;
    border-radius: 2rem;
    color: #bababa;
    -webkit-box-align: center;
    padding-left: 1.5rem; }
    #dynamicTopFixedBanner .search {
      position: relative; }
      #dynamicTopFixedBanner .search:after {
        content: " ";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #e2e2e2;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        box-sizing: border-box;
        pointer-events: none; }
  #dynamicTopFixedBanner .searchBtn {
    display: -webkit-box;
    margin-left: 1rem;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 50%;
    -webkit-box-pack: center;
    -webkit-box-align: center; }
    #dynamicTopFixedBanner .searchBtn {
      position: relative; }
      #dynamicTopFixedBanner .searchBtn:after {
        content: " ";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #e2e2e2;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        box-sizing: border-box;
        pointer-events: none; }
    #dynamicTopFixedBanner .searchBtn i.iconfont {
      height: 1.3rem;
      width: 1.3rem;
      font-size: 1.8rem;
      color: #c5c5c5;
      font-family: "iconfont" !important;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -webkit-text-stroke-width: 0.2px;
      -moz-osx-font-smoothing: grayscale; }

#publishDynamic {
  -webkit-user-select: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  top: 0;
  z-index: 1001;
  display: none;
  position: fixed;
  left: 0;
  width: 100%; }
  #publishDynamic .btnList {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    height: 5rem;
    padding: 0 1rem;
    background-color: #f7f7f7; }
    #publishDynamic .btnList {
      position: relative; }
      #publishDynamic .btnList:after {
        content: " ";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border-bottom: 1px solid #ededed;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        box-sizing: border-box;
        pointer-events: none; }
    #publishDynamic .btnList #publish-cancel {
      display: -webkit-box;
      width: 5rem;
      -webkit-box-pack: center;
      -webkit-box-align: center; }
      #publishDynamic .btnList #publish-cancel .space {
        display: -webkit-box;
        -webkit-box-flex: 1; }
      #publishDynamic .btnList #publish-cancel #publish-submit {
        display: -webkit-box;
        width: 5rem;
        -webkit-box-pack: center;
        -webkit-box-align: center; }
  #publishDynamic #publish-textarea {
    height: 7rem;
    width: 100%;
    margin: 0;
    padding: 0 1rem 0.5rem 1rem;
    border: 0;
    resize: none;
    line-height: 2.5rem;
    border-radius: 0; }

/*鏃犳潈璐拱*/
.hidden-page {
  margin-top: 12rem;
  text-align: center; }
  .hidden-page img {
    margin-left: -1.8rem;
    width: 10rem; }
  .hidden-page p {
    margin-top: 2.5rem;
    font-size: 1.3rem;
    color: #999; }

/*婊¤禒*/
.manzeng {
  background-color: #ffffff; }
  .manzeng li {
    display: -webkit-box;
    margin-bottom: 0.5rem;
    padding: 1.5rem 1rem 1.4rem;
    background: #fdf5f5;
    font-size: 1.2rem; }
    .manzeng li .mz-content {
      display: -webkit-box;
      -webkit-box-flex: 1;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .manzeng li .mz-icon {
      font-size: 1.1rem;
      font-style: normal;
      color: #fff;
      background-color: #ff803a;
      padding: 0.1rem 0.3rem;
      border-radius: 0.3rem;
      margin-right: 0.5rem;
      height: 1.2rem;
      margin-right: 0.5rem;
      background-color: #de4e3b; }
    .manzeng li .mz-info {
      display: -webkit-box;
      color: #222222;
      -webkit-box-flex: 1;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .manzeng li .mz-detail .iconfont {
      font-size: 1.4rem;
      color: #777777; }
    .manzeng li:last-child::after {
      border-bottom: 0; }

.cir, .popup-layer .mz-show .cir-left, .popup-layer .mz-show .cir-right {
  position: absolute;
  display: block;
  top: 4.9rem;
  width: 0.6rem;
  height: 1.2rem;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9; }

.popup-layer {
  display: none; }
  .popup-layer #mz-bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    height: 100%; }
  .popup-layer .mz-show {
    position: fixed;
    top: 40%;
    left: 50%;
    z-index: 9999;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 0.5rem;
    width: 90%;
    background-color: #ffffff; }
    .popup-layer .mz-show .cir-left {
      position: absolute;
      left: 0;
      border-radius: 0 24px 24px 0; }
      .popup-layer .mz-show .cir-left:after {
        border-left: 0; }
    .popup-layer .mz-show .cir-right {
      position: absolute;
      right: 0;
      border-radius: 24px 0 0 24px; }
      .popup-layer .mz-show .cir-right:after {
        border-right: 0; }
    .popup-layer .mz-show .title {
      font-size: 1.5rem;
      color: #ff803a;
      height: 5.5rem;
      line-height: 5.5rem;
      text-align: center; }
      .popup-layer .mz-show .title {
        position: relative; }
        .popup-layer .mz-show .title:after {
          content: " ";
          width: 200%;
          height: 200%;
          position: absolute;
          top: 0;
          left: 0;
          border-bottom: 1px dashed #cbcbcb;
          -webkit-transform: scale(0.5);
          transform: scale(0.5);
          -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
          box-sizing: border-box;
          pointer-events: none; }
    .popup-layer .mz-show .mz-items {
      max-height: 25rem;
      padding: 0 1.5rem;
      margin-top: 1rem;
      overflow-y: scroll; }
      .popup-layer .mz-show .mz-items li {
        display: -webkit-box;
        padding: 1.5rem 0; }
        .popup-layer .mz-show .mz-items li {
          position: relative; }
          .popup-layer .mz-show .mz-items li:after {
            content: " ";
            width: 200%;
            height: 200%;
            position: absolute;
            top: 0;
            left: 0;
            border-bottom: 1px solid #f0f0f0;
            -webkit-transform: scale(0.5);
            transform: scale(0.5);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
            box-sizing: border-box;
            pointer-events: none; }
        .popup-layer .mz-show .mz-items li .mz-icon {
          font-size: 1.1rem;
          font-style: normal;
          color: #fff;
          background-color: #ff803a;
          padding: 0.1rem 0.3rem;
          border-radius: 0.3rem;
          margin-right: 0.5rem;
          height: 1.2rem;
          margin-right: 1.4rem;
          background-color: #de4e3b; }
        .popup-layer .mz-show .mz-items li .mz-info {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-box-flex: 1; }
          .popup-layer .mz-show .mz-items li .mz-info p {
            margin-top: -0.2rem;
            margin-bottom: 2rem;
            color: #222222;
            font-size: 1.4rem; }
        .popup-layer .mz-show .mz-items li:last-child::after {
          border-bottom: 0; }
    .popup-layer .mz-show .btn {
      margin: 1.5rem auto 2.5rem;
      width: 18rem;
      height: 4.4rem;
      text-align: center;
      line-height: 4.4rem;
      background-color: #ff803a;
      border-radius: 2.5rem;
      font-size: 1.4rem;
      color: #ffffff; }

.sku_pop_mask{
height: 100%; position: fixed; top: 0px; left: 0px; right: 0px; z-index: 1000; transition: none 0.2s ease; opacity: 1; background-color: rgba(0, 0, 0, 0.701961);
}
.sku-layout{
    overflow: hidden;
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    left: 0px;
    right: 0px;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
    transition: all 300ms ease;
    opacity: 1;
    background: white;
    box-shadow: 0 -1px 14px rgba(0,0,0,.9);
}
.sku-layout.open{
    overflow: visible;
}
.sku-layout-title{
    /*border-bottom: 1px solid #e5e5e5;*/
    border-top-width: 0;
    position: static;
    padding: 10px 0;
    margin-left: 10px;
}
.sku-layout-title .thumb {
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 2px;
    float: left;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.thumb img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
    border:1px solid #efefef;
    box-shadow: 0px 0px 2px #efefef;
}
.sku-layout-title .goods-base-info {
    margin-left: 60px;
    width: auto;
    position: relative;
}
.sku-layout-title .goods-base-info .title {
    padding-right: 52px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    margin: 0 0 2px;
    position: relative;
}
.sku-layout-title .goods-base-info .goods-price {
    padding: 0 55px 0 0;
    text-align: left;
}
.sku-layout-title .goods-base-info .current-price {
    line-height: 20px;
}
.sku-layout-title .goods-base-info .title {
    padding-right: 52px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
}
.price-sub {
    color: #813f44!important;
}
.current-price {
    display: inline-block;
    font-size: 14px;
}
.current-price .price-name{
  color: #813f44 !important;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.current-price .price-name i
{
  font-weight: normal;
    font-style: normal;
}
.pull-left {
    float: left;
}
.layout-content{
  background-color: #f8f8f8;
  line-height: 20px;
  overflow-y: scroll;
  max-height: 366px;
}
.goods-models{
  border-bottom: 1px solid #efeffe;
  font-size: 14px;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
.goods-models .sku-list-container {
    border: 0 none;
    padding: 10px 0 0;
}
.sku-layout .sku-sel-title {
    font-size: 13px;
    margin-bottom: 10px;
}
.sku-layout .sku-sel-list {
    margin-bottom: 0;
    padding-left: 0;
   padding-right: 50px;
}

.sku-layout .sku-tag {
    border-color: #999;
    color: #222;
    line-height: 16px;
    margin-bottom: 10px;
    margin-right: 10px;
    max-width: 180px;
    min-width: 32px;
    padding: 5px 9px;
    position: relative;
}
.tag{
  background-color: transparent;
  border-radius: 3px;
  font-size: 12px;
  border: 1px solid #e5e5e5;
}
.tag.curr{
  background: #813f44;
  color: #fff;
  border-color: #813f44;
}
.quantity, .tag {
    display: inline-block;
    text-align: center;
}
.sku-layout .sku-list-container .current {
    background-color: #813f44;
    border-color: #813f44;
    color: #fff;
}
.sku-layout .sku-num {
    line-height: 29px;
}
.block, .quantity, .quantity .minus {
  position: relative;
  vertical-align: middle;
}
.quantity .minus {
    border-radius: 2px 0 0 2px;
}
.quantity .minus,.quantity .plus {
    width: 37px;
    height: 29px;
    background-color: #fff;
    border: 1px solid #999;
}
.quantity .minus.disabled {
    background-color: #f8f8f8;
    border-color: #e8e8e8 #999 #e8e8e8 #e8e8e8;
}
.quantity .minus::before, .quantity .plus::before {
    height: 1px;
    width: 9px;
    background-color: #666;
}
.quantity .minus::before, .quantity .plus::before {
    width: 8px;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #6c6c6c;
    bottom: 0;
    content: '';
}
.quantity .minus::before {
    position: absolute;
}
.quantity .minus.disabled::before, .quantity .plus.disabled::after, .quantity .plus.disabled::before {
    background-color: #ddd;
}
.quantity .minus.disabled::before {
    background-color: #bbb;
}
.image-input-trigger, .quantity .txt {
    -webkit-tap-highlight-color: transparent;
}
.quantity .txt, .quantity button, .tag {
    text-align: center;
    margin: 0;
}
.quantity .txt {
    font-size: 14px;
    width: 24px;
    height: 18px;
    border-radius: 0;
}
.quantity .txt {
    width: 33px;
    height: 25px;
    padding: 1px;
    border: 1px solid #999;
    border-width: 1px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: #666;
}
.quantity, .quantity .txt, .quantity button, .sku-layout .vertical-middle {
    vertical-align: middle;
    position: relative;
}
.quantity .plus {
    border-radius: 0 2px 2px 0;

}
.quantity .plus::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 2px;
    height: 8px;
    background-color: #6c6c6c;
}
.quantity .response-area {
    width: 42px;
    height: 42px;
    top: -7px;
    position: absolute;
}
.quantity .response-area-minus {
    left: -5px;
}
.quantity .response-area-plus {
    right: -5px;
}
.quantity .minus::after, .sku-layout .quantity .plus::after {
    width: 1px;
    height: 9px;
    background-color: #666;
}
.quantity .response-area {
    width: 42px;
    height: 42px;
    top: -7px;
    position: absolute;
}
.quantity .plus::before {
    position: absolute;
}
.sku-layout .other-info {
    line-height: 14px;
}
.sku-layout .quota {
    display: inline-block;
    font-size: 12px;
    color: #f15a0c;
}
.default-theme .sku-layout .other-info .quota {
    color: #813f44;
}
.layout-content .block-item {
    padding: 10px 10px 10px 0;
}
.layout-content{
  background-color: #fff;
}
.sku-layout .content-foot {
    padding: 0!important;
    width: 100%!important;
}
.big-btn-1-1 {
    overflow: hidden;
    text-align: center;
    padding: 10px;
    background: #fff;
}
.big-btn-1-1 .big-btn {
    width: 100%;
}
.default-theme .main-btn {
    background-color: #813f44;
    color: #fff;
}
.red-btn {
    background: #813f44;
    color: #fff;
    position: relative;
}
.big-btn, .new-btn {
    height: 50px;
    float: left;
}
.big-btn {
    line-height: 50px;
    font-size: 16px;
    padding: 0;
    border: none;
    vertical-align: top;
}
.big-btn:focus,.big-btn:hover{
  color:#fff;
}
.sku-layout .sku-cancel {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    cursor: pointer;
}
.sku-layout .sku-cancel .cancel-img {
    height: 22px;
    width: 22px;
    background-image: url(../images/icon_close.png);
    background-size: 22px 22px;
}

.body-fixed-bottom {
    padding-bottom: 85px;
    padding: 10px;
}
.block {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    display: block;
    font-size: 14px;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
}
.block-list>.block-item:first-child {
    border-top: 0px none;
}
#cart-container .shop-list {
    background-color: #fff;
}
.block-list-cart .block-item-cart {
    border: 0;
    overflow: visible;
    padding: 0 0 0 10px;
}
.font-weight{
  font-weight: bold;
}
.name-card .detail h3 {
    margin-top: 1px;
    color: #222;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
}
.block-list-cart .block-item-cart .title {
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
}
.block-list-cart .block-item-cart .check-container {
    float: left;
    height: 100px;
    margin-left: -10px;
    padding: 20px 10px;
    width: 40px;
}
.check {
    border-radius: 100%;
    display: inline-block;
    margin: 17px 0 0;
    vertical-align: middle;
    line-height: 60px;
    width: 18px;
    height: 18px;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-size: 18px;
}
.check.checked, .check.delete {
    background-image: url(../images/checked.png);
}
.name-card {
    width: auto;
    padding: 5px 0;
    overflow: visible;
    position: relative;
}
.name-card .thumb {
    width: 60px;
    height: 60px;
    float: left;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-size: cover;
}
.sku-layout-title .thumb{
  top: -20px;
}
.block-list-cart {
    background-color: #fff;
    border-top: none;
    border-bottom: none;
    margin:0px;
}
.block-list-cart .block-item-cart .name-card .thumb {
    width: 90px;
    height: 90px;
    border:1px solid #efefef;
    box-shadow: 0px 0px 5px #efefef;
}
.name-card .detail {
    width: auto;
    padding-left: 10px;
    position: relative;
}
.block-list-cart .block-item-cart .name-card .detail {
    margin-left: 98px;
}
.name-card .detail a {
    display: block;
}
.name-card .detail p {
    position: relative;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    margin: 0 0 2px;
    color: #ccc;
}
.block-list-cart .block-item-cart .name-card .detail .sku {
    height: 20px;
    padding-right: 20px;
    color: #666;
    position: relative;
}
.block-list-cart .block-item-cart .name-card .num {
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.c-orange {
    color: #813f44 !important;
}
.block-list-cart .block-item-cart .error-box {
    display: none;
    color: #f60;
    font-size: 12px;
    margin-top: 3px;
    margin-left: 98px;
}
.block-list-cart .block-item-cart .delete-btn {
    width: 640px;
    height: 100%;
    position: absolute;
    right: -640px;
    top: -1px;
    background-color: #ff4343;
    color: #fff;
    font-size: 12px;
}
.block-list-cart .block-item-cart .delete-btn span {
    left: 20px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}
.block-list-cart .block-item-cart .name-card {
    padding-right: 10px;
}
.bottom-fix {
    display: block;
    z-index: 100;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 6px 7px;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
}
.bottom-fix .bottom-cart {
    padding: 0 10px;
    height: 60px;
    background-color: #fff;
    position: relative;
}
.bottom-fix .bottom-cart {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.bottom-fix .bottom-cart .total-price {
    width: 280px;
    text-align: left;
    font-size: 14px;
}
.c-gray-dark {
    color: #999 !important;
}
.bottom-fix .bottom-cart .btn {
/*    height: 50px;
    top: initial;
    bottom: 0px;*/
}
/*.bottom-fix .bottom-cart button {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 50%;
    height: 35px;
    line-height: 35px;
    margin-top: 0;
    min-width: 75px;
    border-radius: 20px;
    border:none;
    color: #fff;
    background: #813f44;
}*/
.font-size-14 {
    font-size: 14px !important;
}
.block-item-cart .cancel{
  text-align: right;
}
.block-item-cart .cancel a{
  display: inline-block;
  padding:3px;
}
.empty-list {
    color: #999;
    display: block;
    font-size: 14px;
    padding: 30px 10px;
    text-align: center;
}
.empty-list .empty-list-header, .empty-list .empty-list-content {
    margin-bottom: 0;
}
.empty-list h4 {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
}

/*new_order*/
.logistics-content {
    padding-bottom: 4px;
    background: #fff;
}
.empty-address-tip {
    position: relative;
    padding: 10px;
    line-height: 40px;
    background-color: #fff;
    font-size: 14px;
    color: #222;
    border:1px solid #efefef;
    background: #f8f8f8;
    border-radius: 5px;

}
.confirm-container .express{
  position: relative;
  line-height: 1.5;
}
.empty-address-tip:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 2px solid #cbc9cc;
    border-right: 2px solid #cbc9cc;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}
.express-panel-edit{

}
.myorder-list{
  padding: 10px;
}
.myorder-list .myorder-item{
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px #efefef;
  border:1px solid #efefef;
}
.myorder-item-a{
  display: block;
}
.myorder-item-a .header{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 0px 10px;
}
.block-order {
    display: block;
    font-size: 14px;
    margin: 0px;
    overflow: hidden;
    position: relative;
    border:none;
}
.block-list > .block-item {
    padding: 10px 10px 10px 0;
}
.info-panel {
    line-height: 1.6;
    position: relative;
    padding: 0px 10px;
}
.info-panel .left-part {
    float: left;
    margin-right: 10px;
}
.info-panel .arrow::after {
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-size: 6px 11px;
    content: "";
    height: 11px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translate3d(0px, -55%, 0px);
    width: 6px;
}
.info-panel .arrow.right-part {
    margin-right: 10px;
}
.info-panel .right-part {
    float: right;
    text-align: right;
}
.c-gray-darker {
    color: #666 !important;
}
.confirm-container {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.order-goods-item {
}
.font-size-12 {
    font-size: 12px!important;
}
.express-panel {
    background-color: #fff;
    line-height: 22px;
    min-height: 22px;
    padding: 15px;
    position: relative;
    background: #f8f8f8;
    border-radius: 5px;
    border:1px solid #efefef;
}
.coupon-arrow{
  position: relative;
}
.express-panel.express-panel-edit::after,.coupon-arrow:after {
    background-image: url("../images/arrow.png");
    background-size: 6px 11px;
    content: "";
    height: 11px;
    margin-top: -5px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 6px;
}

.express-panel.express-panel-edit .express-detail {
    margin-right: 18px;
}
.express-panel .name {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
}
.express-panel .address-detail {
    line-height: 16px;
    margin-top: 2px;
}
.order-message.block-item {
    line-height: 22px;
    padding: 10px 10px 10px 10px;
}
.order-message span {
    color: #222;
    float: left;
    width: 75px;
}
.order-message .input-wrapper {
    padding-left: 75px;
}
.order-message textarea {
    vertical-align: top;
}

.order-message textarea {
    vertical-align: top;
}
.order-message textarea, .order-message input {
    border: 0 none;
    box-sizing: border-box;
    color: #666;
    height: 22px;
    line-height: 22px;
    outline: medium none;
    padding: 0;
    resize: none;
    transition: height 0.3s ease-in-out 0s;
    width: 99%;
}
.order-message textarea:hover,.order-message textarea:hover{
    height: 48px;
}
.order-goods-item .header {
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}
.order-goods-item .header a{
  color: #222;
}

.userinfo-top{
  margin-bottom: 10px;
}
.userinfo-img{
  display: inline-block;
  margin-right: 10px;
  margin-left: 15px;
}
.center-img-a{
  width: 3rem;
  height: 3rem;
}
.userinfo-img img{
  height: 60px;
  width: 60px;
  border-radius: 100%;
  vertical-align: middle;
  border:1px solid #efefef;
}
.userinfo-txt{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.userinfo-top-all{
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  color: #222;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
.userinfo-center{
  padding: 10px 0px;
  background: #fff;

}
.userinfo-center li{
  width: 25%;
  display: block;
  float: left;
  text-align: center;
}
.userinfo-center li a{
  display: block;
  font-size: 14px;
  color: #222;
}
.userinfo-center li a img{
  width: 4rem;
  height: 4rem;
  margin-bottom: 5px;
}
.total_shouru{
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  padding-left: 15px;
  padding-bottom: 15px;
}
.total_shouru .shouru-txt{
  font-size: 16px;
  color:#fff;
}
.total_shouru .shouru-num{
  font-size: 20px;
  color:#fff;
  font-weight: 400;
}
.total_tixian
{
  padding-left: 15px;
  position: relative;
}
.total_tixian .shouru-txt{
  font-size: 14px;
  color:#fff;
}
.total_tixian .shouru-num{
  font-size: 14px;
  color:#fff;
  font-weight: 400;
}
.btn-tixian{
  border-radius: 30px;
  display: inline-block;
  font-size: 16px;
  color: #ccc;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  line-height: 24px;
  border:1px solid #ccc;
  padding: 0px 10px;
}
.user-tab li{
  width: 33.33%;
  box-sizing:border-box;
  float: left;
  text-align: center;
  height: 10rem;
}
.user-tab li a{
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing:border-box;
  color: #222;
  background: #fff;
}
.user-tab li a i{
  font-size: 22px;
}
.user-tab li a p{
  font-size: 14px;
  margin-top: 8px;
}
.border-bottom{
  border-bottom: 1px solid #e5e5e5;
}
.border-left{
  border-left: 1px solid #e5e5e5;
}
.border-right{
  border-right: 1px solid #e5e5e5;
}
.pointsstore-total
{
  background: #ff4848;
  color: #fff;
  font-size: 14px;
  height: 130px;
  padding: 10px;
  position: relative;
}
.pointsstore-total em {
    bottom: 0;
    font-size: 36px;
    left: 0;
    line-height: 130px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.pointsstore-total em span{
  font-size: 14px;
}
.form {
    box-sizing: border-box;
    font-size: 14px;
    list-style: outside none none;
    margin: 0;
    width: 100%;
    background:#fff;
}
.form .block-item {
    display: table;
    padding: 0px 10px;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    position: relative;
}
.form > .block-item:first-child {
    border-top: 0 none;
}
.form .block-item label {
    display: table-cell;
    line-height: 28px;
    padding: 10px 0;
    width: 90px;
    font-size: 16px;
}
.account-form input, .account-form textarea, .account-form select, .account-form button, .account-form label {
    display: inline-block;
    vertical-align: top;
}
.account-form .form-title {
    height: 44px;
    background: #fff;
    line-height: 44px;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.account-form .big {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    background: #fbfbfa;
}
.form .block-item textarea, .form .block-item input, .form .block-item select {
    background-color: #fff;
    border: 0 none;
    outline: medium none;
    width: 99%;
}
.form .block-item textarea, .form .block-item input, .form .block-item select, .form .block-item a, .form .block-item span {
    /*display: table-cell;*/
    font-size: 16px;
    line-height: 28px;
    min-height: 28px;
    overflow: hidden;
    padding: 10px 0;
}
.block-item .btn-auth-code {
    height: 100%;
    padding-left: 7px;
    padding-right: 7px;
    position: absolute;
    right: 0;
    top: 0px;
    border:none;
    background: transparent;
    border-left: 1px solid #e7e7e7;
    font-size: 16px;
    color: #4a90e2;
}
.relative {
    position: relative;
}
.tag.tag-green {
    border-color: #0c3;
    color: #06bf04;
}
.tag.disabled {
    background-color: #ddd;
    background-image: none;
    border: 1px solid transparent;
    color: #fff;
}
.action-container {
    font-size: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0 10px;
    text-align: center;
}
.action-container > button, .action-container > .btn {
    margin-bottom: 10px;
}
.account-form button {
    border: 1px solid #e5e5e5;
}
.account-form input, .account-form textarea, .account-form select, .account-form button, .account-form label {
    display: inline-block;
    vertical-align: top;
}
.btn-white {
    background-color: #fff;
    border-color: #e5e5e5;
    color: #222;
}
.action-container > button:last-child, .action-container > .btn:last-child {
    margin-bottom: 0;
}
.product_paying_content li {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    margin: 1rem;
    position: relative;
    border-radius: 3px;
}
.product_paying_content li h2 {
    border-bottom: 1px solid #e5e5e5;
    color: #222;
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 5px;
}
.price {
    color: #ed5050;
}
.product_paying_content .paying_main {
    border-right: 1px solid #dcdddc;
    display: block;
    width: 90%;
}
.tixianlog-content a {
    border-right: medium none !important;
    width: auto !important;
    padding: 5px;
}
.product_paying_content .paying_content_p p {
    color: #8b8a8a;
    font-size: 14px;
    line-height: 1.8rem;
}
.pointsstore-item {
    border-bottom: 1px solid #e5e5e5;
    margin-left: 10px;
    overflow: hidden;
    padding: 10px 10px 10px 0;
    position: relative;
}
.pointsstore-item .item-info {
    width: 80%;
}
.pointsstore-item .item-desc {
    color: #222;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.pointsstore-item .item-time {
    color: #666;
    font-size: 12px;
}
.pointsstore-item .item-amount {
    font-size: 18px;
    line-height: 36px;
    margin-top: -18px;
    position: absolute;
    right: 10px;
    top: 50%;
}
.c-green {
    color: #813f44 !important;
}
.c-red {
    color: #ed5050 !important;
}
.feed_loading {
    /*padding: 13px;*/
    text-align: center;
    background: transparent;
}

.feed_loading .icon {
    -webkit-animation:a .8s infinite linear;
    animation:a .8s infinite linear;
    background: rgba(0, 0, 0, 0) url("../images/loading.png") no-repeat scroll 0 0 / cover ;
    height: 22px;
    margin: 0 auto;
    width: 22px;
}
@-webkit-keyframes a{
    0%{-webkit-transform:rotate(0);transform:rotate(0)}
    to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes a{
    0%{-webkit-transform:rotate(0);transform:rotate(0)}
    to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
.fans-list{
  padding: 10px;
}
.user-info, .capital-info, .bind-bar {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    padding: 15px;
    position: relative;
}
.user-info .avatar {
    background-position: center center;
    background-size: 60px auto;
    border-radius: 50%;
    float: left;
    height: 60px;
    width: 60px;
}
.user-info h3 {
    color: #222;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
    max-width: 180px;
    padding-left: 10px;
}

.user-info h5 {
    color: #999;
    font-size: 12px;
    padding-left: 10px;
}

.user-info .arrow::after {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    content: "";
    display: inline-block;
    height: 6px;
    margin-left: 5px;
    margin-top: -1px;
    transform: rotate(-45deg);
    width: 6px;
}
.user-info .arrow {
    color: #666;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    right: 15px;
    top: 28px;
}
.block.block-order .order-no {
    color: #999;
    line-height: 16px;
    padding-bottom: 13px;
}
.pull-right {
    float: right;
}
.block-order .name-card {
    display: block;
    padding-left: 10px;
}
.block-order .name-card .thumb {
    height: 90px;
    width: 90px;
}
.block-order .name-card .detail {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}
.block-order .name-card h3 {
    line-height: 1.3;
}
.block-order .name-card .sku-detail {
    margin-top: 5px;
    padding-right: 20px;
}
.name-card.name-card-3col .right-col {
    padding-right: 10px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.c-black {
    color: #222 !important;
}
.name-card.name-card-3col .right-col .price {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}
.block-order .name-card .right-col .price {
    line-height: 1.3;
}
.name-card.name-card-3col .right-col .num .num-txt {
    line-height: 22px;
    padding: 0;
}
.name-card.name-card-3col {
    padding: 10px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
}
.name-card .detail .l2-ellipsis {
    max-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.block.block-order .bottom {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 10px;
}
.block.block-order .has-bottom-btns {
    border-bottom: 1px solid #e5e5e5;
}
.btn-orange {
    background-color: #f60;
    border-color: #f60;
    color: #fff;
}
.none{
  display: none;
}
.order-number-status {
    padding: 10px;
    position: relative;
}
.order-number-status p {
    line-height: 1.5;
    word-break: break-all;
}
.bottom-fix {
    padding: 6px 10px;
}
.result-actions .action-button:after {
    backface-visibility: hidden;
    border-color: #e5e5e5;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    content: "";
    height: 200%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: scale(0.5);
    transform-origin: left top 0;
    width: 200%;
}
.tag.tag-white {
    border-color: #bbb;
    color: #222;
}
.tag-white:after {
    border-color: #bbb !important;
}
.result-actions .action-button {
    border: medium none;
    font-size: 12px;
    line-height: 18px;
    min-width: 60px;
    padding: 6px 5px;
    position: relative;
}
.radio-list{
  background: #fff;
}
.radio-list dd{
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.radio-list dd a{
  padding:10px;
  position: relative;
  display: block;
}
.all_order{
  font-size: 16px;
}
.all_order_tit{
  color: #ccc;
  font-size: 12px;
}
.radio-list .radio-list-dd:after{
  position: absolute;
  content: '\e60c';
  font-family: 'iconfont';
  right:10px;
  top:17px;
  font-size: 16px;
  color:#ccc;
}
.radio-list .radio-list-dd.curr:after{
  color:#f40;
}


.footer-nav {
    bottom: 0;
    height: 5rem;
    left: 0;
    position: fixed;
    transform: translateZ(0px);
    width: 100%;
    z-index: 900;
}
.footer-nav .footer-show {
    background: #f8f8f8 none repeat scroll 0 0;
    font-size: 0;
    height: 100%;
}
.footer-nav .footer-show .items::after {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    content: " ";
    height: 200%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: scale(0.5);
    transform-origin: 0 0 0;
    width: 200%;
}
.footer-nav .footer-show .items-2:before {
  content: " ";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  box-sizing: border-box;
  pointer-events: none; }
.footer-nav .footer-show .items {
    position: relative;
}
.footer-nav .footer-show .items {
    cursor: pointer;
    display: block;
    float: left;
    font-size: 11px;
    height: 100%;
    padding-top: 1.4rem;
    position: relative;
    text-align: center;
    width: 25%;
}

.footer-nav .footer-show .items p {
    color: #222;
    font-size: 11px;
    line-height: 100%;
    margin-bottom: 0.4rem;
}
.footer-nav .footer-show .items .iconfont {
    font-size: 2.8rem;
}

.footer-nav .footer-show .items p {
    color: #222;
    font-size: 11px;
    line-height: 100%;
    margin-bottom: 0.4rem;
}
.empty-list div {
    margin-bottom: 10px;
}
.tag.tag-orange {
    border-color: #f60;
    color: #f60;
}

.custom-notice {
    background-color: #fff6e1;
    color: #f60;
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
}
.block-item .area-layout {
    overflow: hidden;
}
.area-layout span {
    float: left;
    width: 31%;
}
.area-layout span select {
    -moz-appearance: none;
    background-color: #fff;
    border: 0 none;
    outline: medium none;
    width: 99%;
    padding: 0px !important;
    box-sizing:border-box;
}
#slider {
    width: 100% !important;
    background: #F3F3F3 none repeat scroll 0% 0%;
    overflow: hidden;
}
.swiper-container {
    position: relative;
}
.swiper-wrapper {
    display: block;
    white-space: nowrap;
    font-size: 0px;
}
.swiper-wrapper .swiper-slide {
    display: inline-block;
    vertical-align: top;
}
.swiper-container .swiper-slide {
    overflow: hidden;
    text-align: center;
}
.swiper-container.desc-container .swiper-slide img {
    width: 100%;
    display: block;
  margin: auto;
}
.swiper-container .pagination {
    position: absolute;
    text-align: center;
    bottom: 10px;
    right: 0px;
    width: 100%;
    z-index: 2;
}
.pagination{
  margin:auto;
}
.pagination_index{
  margin:auto;
}
.swiper-container .pagination .swiper-pagination-switch, .swiper-container .pagination .swiper-pagination-bullet {
  background: #999 none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 8px;
    margin: 0 3px;
    opacity: 0.8;
    width: 8px;
    z-index: 1;
}
.swiper-container .pagination .swiper-active-switch, .swiper-container .pagination .swiper-pagination-bullet-active {
    background: #813f44 none repeat scroll 0 0;
    opacity: 1;
}

.select-group {
    font-size: 0;
}
.select-group select {
    display: inline-block;
    font-size: 12px;
    width: 33% !important;
}
button, input[type="number"], input[type="text"], input[type="password"], input[type="email"], input[type="search"], select, textarea {
  -webkit-tap-highlight-color:transparent;
  -webkit-appearance:none;
  -moz-appearance:none;
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
.close-shop-container {
    background: #fff7cc none repeat scroll 0 0;
    font-size: 12px;
    line-height: 16px;
    padding: 10px;
    text-align: center;
}
.popout-fix{
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition: none 0.2s ease 0s ;
  z-index: 1000;
}
.popout-box{
  background: white none repeat scroll 0 0;
    border-radius: 4px;
    display: block;
    left: 50%;
    opacity: 1;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0px);
    transition: opacity 300ms ease 0s;
    visibility: visible;
    width: 270px;
    z-index: 1000;
}
.popout-box .header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    position: relative;
}
.popout-box .header h2 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 16px;
    font-weight: normal;
}
.center, .text-center {
    text-align: center;
}
.c-green {
    color: #06bf04;
}
.popout-login .wrapper-form {
    padding-top: 10px;
}
.font-size-14 {
    font-size: 14px;
}

.wrapper-form .form-item {
    margin-top: 10px;
    position: relative;
}
.wrapper-form .form-item:first-child {
    margin-top: 0;
}
.wrapper-form .form-item label {
    color: #666;
    left: 10px;
    line-height: 42px;
    position: absolute;
    top: 1px;
    z-index: 1;
}
.wrapper-form .form-item textarea, .wrapper-form .form-item input {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
    opacity: 1;
    outline: medium none;
    padding: 12px 10px 12px 68px;
    width: 100%;
}
.popout-box .action-container {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.popout-box .action-container .btn.btn-block {
    font-size: 14px;
}
.action-container > button:last-child, .action-container > .btn:last-child {
    margin-bottom: 0;
}
.btn {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 36px;
    color: #999;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
}
.btn.btn-weak{
  border:1px solid #813f44;
  color:#813f44;
}
.btn-green {
    background-color: #813f44;
    border-color: #813f44;
    color: #fff;
}
.btn-block {
    border-radius: 44px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 44px;
    width: 100%;
    height: 44px;
    display: block;
    text-align: center;
}
.js-edit-address{
  cursor: pointer;
}
.pop-alert {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    transition: none 0.2s ease 0s ;
    z-index: 1000;
}
.shop-tips {
    background: #fff7cc none repeat scroll 0 0;
    font-size: 12px;
    line-height: 16px;
    padding: 10px;
    text-align: left;
}
.tabber.red {
    color: #222;
}
.order-list-tabber {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}
.tabber {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    color: #222;
    font-size: 14px;
    overflow: visible;
    width: 100%;
}
.tabber.red button.active, .tabber.red a.active {
    border-bottom: 1px solid #ed5050;
    color: #ed5050;
}
.tabber button, .tabber a {
    background-color: #fff;
    border: 0 none;
    float: left;
    line-height: 40px;
    outline: 0 none;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50%;
}
.tabber button.active, .tabber a.active {
    border-bottom: 1px solid #22c415;
    color: #22c415;
    line-height: 39px;
    position: relative;
    top: 1px;
}
.tabber.tabber-n3 button, .tabber.tabber-n3 a {
    width: 33.33%;
    color: #222;
}
.fixed-content {
    padding-top: 43px;
}

.order-list-tabber-detail {
    padding-top: 10px;
}
.head-info {
    background-color: transparent;
    border-image: none;
    border-width: 0;
    padding: 50px 0 0;
}
.head-info .rmb_logo {
    background-image: url("/images/rmb.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 70px;
    margin: 0 auto;
    width: 160px;
}
.head-info .useful-money {
    padding: 18px 0 8px;
    text-align: center;
    color: #222;
}
.head-info .profit-sum {
    padding: 4px 0;
    text-align: center;
    color: #222;
}
/*.user-more-tab */
.arrow{
  position: relative;
}
.arrow::after {
    border-right: 2px solid #cbc9cc;
    border-top: 2px solid #cbc9cc;
    content: "";
    height: 7px;
    position: absolute;
    right: 13px;
    top: 17px;
    transform: rotate(45deg);
    width: 7px;
}
.block-item-2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    line-height: 1.5;
    overflow: hidden;
    padding: 10px;
    position: relative;
    color: #222;
}
.font-size-28 {
    font-size: 28px;
}
.js-header {
    background: #98e074 none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}
.member-card img{
  width: 100%;
}
.member-quan{

  position: relative;
}
.member-quan img{
  width: 100%;
  padding: 0.5rem;
  box-sizing:border-box;
  display: block;
  margin:0px auto;
  height: 18rem;
}
.member-quan-num{
  position: absolute;
  bottom: 2.8rem;
  left: 5.8rem;
  color: red;
  font-size: 1.625rem;
  display: inline-block;
}
.member-quan-used{
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5);
  top: 0px;
  left: 0px;
  text-align: center;
}
.member-quan-used span{
  display: inline-block;
  color: #222;
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  border: 2px solid #222;
  border-radius: 100%;
  padding: 2rem;

}
.refly-mobile-wechat {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    display: none;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
}
.refly-mobile-wechat .mobile-wechat-close {
    color: #666;
    font-size: 28px;
    height: 35px;
    left: 0;
    line-height: 35px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 35px;
    z-index: 1002;
}
.refly-mobile-wechat .mobile-wechat-arrow {
    height: 46px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 40px;
}
.refly-mobile-wechat .mobile-wechat-arrow-img {
    position: absolute;
    right: 0;
    top: 10px;
    width: 45px;
}
.refly-mobile-wechat .mobile-wechat-warning {
    left: 0;
    position: absolute;
    top: 1.25rem;
    width: 100%;
}
.refly-mobile-wechat .wechat-step-text {
    color: #444;
    font-size: 0.875rem;
    font-weight: bolder;
    margin: 0;
    text-align: center;
}
.refly-mobile-wechat .mobile-wechat-content {
    position: relative;
    width: 100%;
}
.refly-mobile-wechat .wechat-first-step {
    margin-top: 70px;
    overflow: hidden;
}
.refly-mobile-wechat .first-step-content {
    height: 100%;
    margin: 0 auto;
}
.refly-mobile-wechat .wechat-first-step .ali-1688-logo {
    height: 40px;
    text-align: center;
}
.refly-mobile-wechat .wechat-step-text {
    color: #222;
    font-size: 14px;
    font-weight: bolder;
    margin: 0;
    text-align: center;
}
.refly-mobile-wechat .wechat-first-step .wechat-first-text {
    height: 24px;
    line-height: 24px;
}
.refly-mobile-wechat .wechat-second-step {
    margin-top: 40px;
}
.refly-mobile-wechat .wechat-step-text {
    color: #222;
    font-size: 14px;
    font-weight: bolder;
    margin: 0;
    text-align: center;
}
.refly-mobile-wechat .wechat-second-tip {
    margin: 0 auto;
    max-width: 23.4375rem;
}
.refly-mobile-wechat .wechat-second-img {
    width: 100%;
}
.logout{
  position: absolute;
  right: 10px;
  bottom: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 3px 8px;
}
.article_list {
    background-color: #fff;
}
.list_item {
    display: block;
    overflow: hidden;
    padding: 15px 15px 10px 10px;
    position: relative;
    text-decoration: none;
}

.list_item::after {
    border-bottom: 1px solid #e2e2e2;
    bottom: 0;
    content: " ";
    height: 1px;
    left: 10px;
    position: absolute;
    transform: scaleY(0.5);
    transform-origin: 0 100% 0;
    width: 100%;
}

.list_item .cover {
    float: left;
    margin-right: 10px;
}
.list_item .cover .img {
    display: block;
    height: 80px;
    width: 80px;
}

.list_item .cont {
    overflow: hidden;
}

.list_item .cont .title {
    /*color: #000;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    overflow-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;*/

    height: 40px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    color: #232326;
    margin-top: 5px;
    line-height: 20px;
    margin-bottom: 3px;
    padding: 0 4px;
}
.rich_media_area_primary {
    background-color: #fff;
    padding: 20px 15px 15px;
    position: relative;
}

.rich_media_title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #000;
}
.rich_media_content {
    color: #3e3e3e;
    overflow: hidden;
    position: relative;
    font-size: 16px;
}

.header-app{
  height: 45px;
  background: #FF6533;
}
.header-app .header-app-back{
  display: block;
  height: 45px;
  width: 45px;
  text-align: center;
}
.header-app .header-app-back img{
  height: 30px;
  vertical-align: middle;
  padding-top: 8px;
}
.items-img{width: 28px;height: 28px;}
.footer-show .items.curr p{
  color:#42A93D;
}
.stock-item{
  margin: 10px;
  background: #fff;
  border:1px solid #efefef;
  border-radius: 5px;
  box-shadow: 0px 0px 2px #efefef;
  font-size: 14px;
}
.stock-item-l{
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  padding: 10px;
  border-bottom: 1px solid #efefef;
}
.stock-item-l .left{
  margin-right: 10px;
  border:1px solid #efefef;
  border-radius: 5px;
  box-shadow: 0px 0px 2px #efefef;
  overflow: hidden;
}
.stock-item-l .img{
  width:90px;
  height: 90px;
}
.stock-item-l .title{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.stock-item-l .right{
    -webkit-box-flex: 1;
    flex: 1;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
}
.stock-item-price-item{
  padding:10px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #efefef;
}
.btns{
  padding: 10px;
}
.stock-log-item{
  padding:10px;
  margin:10px;
  background: #fff;
  border-radius: 5px;
  border:1px solid #efefef;
  font-size: 16px;
  box-shadow: 0px 0px 2px #efefef;
  overflow: hidden;
}
.stock-log-item .li{
  padding:2px;
  display: flex;
  display: -webkit-flex;
}
.stock-log-item .li .tit{
  width: 50px;
}
.stock-log-item .li .desc{
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
.myparent,.fans-item{
  display: flex;
  display: -webkit-flex;
  border: 1px solid #efefef;
  border-radius: 5px;
  margin-bottom: 10px;
}
.deliver-search{
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  padding: 10px;
}
.deliver-search .left{
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
.deliver-search .right{
  width:130px;
  text-align: center;
  margin-left: 10px;
  line-height: 50px;
}
.deliver-search .left .input{
  border:1px solid #efefef;
  padding:5px 10px;
  border-radius: 5px;
  width:100%;
  height: 50px;
  color: : #222;
  font-size: 16px;
  box-sizing: border-box;
}
.deliver-uinfo{
  padding: 0px 10px;
  background: #fff;
  font-size: 14px;
}
.deliver-uinfo>div{
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  height: 50px;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #efefef;
}
.deliver-uinfo>div:last-child{
  border-bottom: none;
}
.deliver-uinfo>div .tit{
  width:80px;
}
.deliver-goodslist{
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  padding: 0px 10px;
  background: #fff;
  align-items: center;
  border-top: 1px solid #efefef;
  font-size: 14px;
}
.deliver-goodslist .tit{
  width: 80px;
}
.deliver-goodslist .select{
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  display:-webkit-box;
  -webkit-box-orient:horizontal;
  position: relative;
  border: 1px solid #efefef;
  margin: 10px auto;
}
.deliver-goodslist .select select{
  width:100%;
  line-height: 40px;
  padding: 5px 10px;
  background-color: #fff;
  border: 0 none;
  display: block;
}
.deliver-num{
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  padding: 5px 10px;
  background: #fff;
  align-items: center;
  border-top: 1px solid #efefef;
  font-size: 14px;
}
.deliver-num .tit{
  width:80px;
}
.deliver-num .select select{
  width:110px;
  line-height: 40px;
  padding: 5px 10px;
  background-color: #fff;
  border: 0 none;
  border:1px solid #efefef;
  box-sizing: border-box;
}
.deliver-num .num{
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  display:-webkit-box;
  -webkit-box-orient:horizontal;
}
.deliver-num .num input{
  width:100%;
  line-height: 38px;
  padding: 5px 10px;
  background-color: #fff;
  border: 0 none;
  border:1px solid #efefef;
  box-sizing: border-box;
  display: block;
}
.err-tip{
  padding: 5px;
}
.u-without-img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
    background-image: url(/images/none.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}
.u-without-title {
    display: block;
    color: #585c64;
    font-size: 16px;
}
.display-flex{
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.border-bottom-1{
  border-bottom: 1px solid #efefef;
}
.bg-fff{
  background: #fff;
}
.mb-10{
  margin-bottom: 10px;
}
.mt-10{
  margin-top: 10px;
}
.cart-num-list{
  padding: 10px;
  background: #fff;
}
.cart-num-list input.jifen{
  padding: 5px 10px;
  border-radius:5px;
  border:1px solid #efefef;
}

.font-size-16{
  font-size: 16px !important;
}
.font-size-18{
  font-size: 18px !important;
}
.font-size-20{
  font-size: 20px !important;
}
.font-size-22{
  font-size: 22px !important;
}
.font-size-24{
  font-size: 24px !important;
}
.action-container-neworder{
  padding: 40px;
}
.action-container-neworder .btn{
  border-radius: 40px;
}
.orderinfo-status{
  padding: 10px;
}
.orderinfo-express-detail{
  padding: 10px;
}
.app-header{
  height: 55px;
  background: #fff;
  padding: 0px 15px;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}
.topBox_h5{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 55px;
}
.header_h5 {
    display: block;
}
.header_h5 .shopcar_h5,.header_h5 .menu_h5{
  width: 20px;
}
.topBox_h5 .title{
  color: #222;
  font-size: 16px;
}
.catalog-title{
  padding-left: 10px;
  padding-bottom: 10px;
  background: #fff;
  margin-bottom: 10px;
}
.catalog-title  p {
    font-size: 14px;
    color: #813f44;
    padding-top: 10px;
}
.catalog-title div {
    color: #999999;
    font-size: 14px;
    margin-top: 5px;
}
.catalog-title div span.active {
    color: #333;
}
.header_h5 .blackScreen {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    top: 0;
}
.header_h5 .menuCon_h5 {
    position: absolute;
    top: 0;
    left: -70%;
    z-index: 1001;
    width: 70%;
    min-height: 100vh;
    background-color: #ebeaef;
    transition: left ease-in-out 0.3s;
}
.header_h5 .menuCon_h5 .menberName_h5 {
    height: 40px;
    background-color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    padding-left: 15px;
    color: #813f44;
    margin-bottom: 10px;
}
.header_h5 .menuCon_h5 .menberName_h5 .headImg_h5 {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
}
.header_h5 .menuCon_h5 .sendTime_h5{
    background-color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    padding-left: 15px;
    color: #222;
    margin-bottom: 10px;
}
.header_h5 .menuCon_h5 .sendTime_h5 a{
  color: #222;
  display: block;
}
.header_h5 .menuCon_h5 .sendTime_h5 > div {
    border-bottom: 1px solid #e1e1e1;
}
.header_h5 .menuCon_h5 .sendTime_h5 div:last-child {
    border-bottom: none;
}
.triangle-down:after {
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 16px solid #813f44;
content: '';
display: block;
position: absolute;
right: 2px;
top: 50%;
-webkit-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
.deliver-num .select{
  position: relative;
}
.coupon-list{
  padding: 10px;
}
.choiceness-coupon-item {
    position: relative;
    margin: 10px auto 0;
    height: 130px;
    background-image: url(/images/choiceness_bg_v2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.choiceness-coupon-item .img-wrapper, .choiceness-coupon-item .img-wrapper-2 {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 85px;
    height: 85px;
    background-color: #fafafa;
    background-size: contain;
    overflow: hidden;
}
.choiceness-coupon-item .img-wrapper img{
  width: 100%;
}
.choiceness-coupon-item .info, .choiceness-coupon-item .info-2 {
    position: absolute;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    top: 15px;
    left: 105px;
    width: 100px;
    height: 90px;
}
.choiceness-coupon-item .info-2 .goods-name, .choiceness-coupon-item .info .goods-name {
    position: relative;
    width: 100%;
    max-height: 28px;
    font-size: 12px;
    line-height: 14px;
    color: #151516;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.choiceness-coupon-item .info-2 .discount, .choiceness-coupon-item .info .discount {
    position: relative;
    top: 2px;
    left: 1px;
}
.choiceness-coupon-item .info-2 .discount .origin, .choiceness-coupon-item .info .discount .origin {
    font-size: 12px;
    color: #9c9c9c;
}
.choiceness-coupon-item .info-2 .discount .after, .choiceness-coupon-item .info .discount .after {
    position: relative;
    bottom: 5px;
    color: #e02e24;
    font-size: 12px;
}
.choiceness-coupon-item .info-2 .discount .after span, .choiceness-coupon-item .info .discount .after span {
    position: relative;
    display: inline-block;
    left: 1px;
    font-size: 18px;
    font-weight: 700;
}
.choiceness-coupon-item .info-2 .discount .after span:before, .choiceness-coupon-item .info .discount .after span:before {
    position: relative;
    left: 2px;
    font-size: 12px;
    content: "￥";
}
.choiceness-coupon-item .button-wrapper {
    position: absolute;
    top: 8px;
    right: 1px;
    width: 94px;
    height: 108px;
    text-align: center;
    z-index: 10;
}
.choiceness-coupon-item .button-wrapper .desc {
    top: 5px;
}
.choiceness-coupon-item .button-wrapper .desc, .choiceness-coupon-item .button-wrapper .desc-with-countdown, .choiceness-coupon-item .button-wrapper .only-desc {
    position: absolute;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    left: 0;
    width: 100%;
    height: 49px;
    color: #e02e24;
    font-size: 12px;
}
.choiceness-coupon-item .button-wrapper .desc-with-countdown .discount-price, .choiceness-coupon-item .button-wrapper .desc .discount-price, .choiceness-coupon-item .button-wrapper .only-desc .discount-price {
    position: relative;
    right: 2px;
    height: 40px;
    font-size: 28px;
    font-weight: 700;
}
.choiceness-coupon-item .button-wrapper .desc-with-countdown .type, .choiceness-coupon-item .button-wrapper .desc .type, .choiceness-coupon-item .button-wrapper .only-desc .type {
    position: relative;
    bottom: -2px;
    font-size: 12px;
}
.choiceness-coupon-item .button-wrapper .button, .choiceness-coupon-item .button-wrapper .button-with-countdown {
    position: absolute;
    right: 15px;
    width: 62px;
    height: 31px;
    line-height: 32px;
    background-color: #e02e24;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
}
.choiceness-coupon-item .button-wrapper .button {
    top: 79px;
    cursor: pointer;
}
.choiceness-coupon-item .progress-bar-time {
    position: absolute;
    top: 105px;
    left: 12px;
}
.choiceness-coupon-item .progress-bar {
    position: absolute;
    top: 115px;
    left: 12px;
    width: 130px;
    height: 6px;
    background-color: #ededed;
    border-radius: 3px;
}
.choiceness-coupon-item .progress-bar .wrapper {
    width: 100%;
    height: 100%;
}
.choiceness-coupon-item .progress-bar .wrapper .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 6px;
    background-color: #e02e24;
    border-radius: 3px;
}
.choiceness-coupon-item .progress-bar .left {
    position: absolute;
    top: -6px;
    left: 140px;
    width: 100px;
    font-size: 12px;
    color: #58595b;
}
.choiceness-coupon-item .button-wrapper .desc-with-countdown .discount-price:before, .choiceness-coupon-item .button-wrapper .desc .discount-price:before, .choiceness-coupon-item .button-wrapper .only-desc .discount-price:before {
    position: relative;
    left: 1px;
    font-size: 12px;
    content: "￥";
}
.choiceness-coupon-item .expired, .choiceness-coupon-item .has-used, .choiceness-coupon-item .no-left, .choiceness-coupon-item .use-now {
    position: absolute;
    top: 0;
    right: 1px;
    width: 52px;
    height: 52px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 20;
}
.choiceness-coupon-item .use-now {
    background-image: url(/images/has_got_tag_v2.png);
}

.footer-nav-one{
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
}
.footer-nav-one a{
  display: block;
  height: 50px;
  width: 100%;
  color: #fff;
  background: #813f44;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
}
.van-tabs--card .van-tabs__wrap {
    height: 30px;
    margin-bottom: 15px;
}
.van-tabs__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-user-select: none;
     user-select: none;
     position: relative;
     background-color: #fff;
}
.van-tabs__nav--card {
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #813f44;
    height: 30px;
}
.van-tab {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    cursor: pointer;
    padding: 0 5px;
    font-size: 14px;
    position: relative;
    color: #333;
    line-height: 44px;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    min-width: 0;
}
.van-tabs__nav--card .van-tab {
    color: #813f44;
    line-height: 28px;
}
.van-tab span {
    display: block;
}
.van-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.van-tabs__nav--card .van-tab.van-tab--active {
    color: #fff;
    background-color: #813f44;
}
.section_box {
    border: 1px solid #eee;
    background-color: #FFF;
    box-sizing: border-box;
    margin: 5px auto;
}
.section_box .tit {
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}
.section_box .section_body {
    padding: 10px;
    overflow: hidden;
    display: block;
}

.section_box .section_body img{
  max-width: 100%;
}
.coupon_box{
  background-color: #FFFFFF;
}
.coupon_box_tit{
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  border-bottom: 1px solid #F1F1F1;
}
 .coupon_box_con{
  padding:10px;
  font-size: 16px;
}
.tit{
  position: relative;
}
.coupon-icon{
  position: absolute;
  right: 10px;
  top: 20px;
}
.coupon-tit{
  display: block;
}
.payTips {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0% 0%;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
}
.none {
    display: none !important;
}
.detail{
    background: #fff none repeat scroll 0% 0%;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 99702;
    overflow: auto;
}
.detail .pay .t {
    border-top: 1px solid #DAD7D0;
    border-bottom: 1px solid #D2D2D2;
    line-height: 40px;
}
.detail .pay .t .close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
.detail .pay .t span {
    margin-left: 10px;
}
.detail .pay .box {
    margin: 15px;
    border: none !important;
    overflow: hidden;
}
.checkout-couponlist a{
  color:#000;
  position: relative;
  display: block;
  font-size: 12px;
  margin-bottom: 15px;
}
.checkout-couponlist li{
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: #fff;
}
.color4{
  color:#999;
}
.section-1px:before{
    display: block;
    position: absolute;
    left: 0;
    border-top: 1px solid #c8c7cc;
    width: 100%;
    content: " ";
    pointer-events: none;
}
.section-1px::before{
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: left bottom;
}
.van-coupon-item__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100px;
    padding: 24px 0 0 15px;
    box-sizing: border-box;
}
.checkout-couponlist li{
  position: relative;
}
.couponli .select{
  position: absolute;
  right: 5px;
  bottom: 5px;
  color:#813f44;
  display: none;
}
.couponli.curr .select{
  display: block;
}
.couponli .left{
  min-width: 90px;
}
.couponli .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    border-radius: 0 4px 4px 0;
}
.couponli h2 {
    height: 34px;
    font-weight: 500;
    line-height: 34px;
}
.couponli .left h2 {
    color: #813f44;
    font-size: 24px;
}
.couponli .right h2 {
    font-size: 16px;
}
.couponli p {
    font-size: 12px;
    line-height: 16px;
    color: #999;
}
.fans-item .select{
  display: none;
}

.fans-item.curr .select{
  position: absolute;
  right: 10px;
  top: 10px;
  color: #813f44;
  font-size: 16px;
  display: block;
}