@charset "utf-8";
html,
body {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  max-width: 640px;
  margin: 0 auto !important;
}
body {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 0.8rem;
  line-height: 1rem;
  color: #000;
  background-color: #efeff4;
  -webkit-overflow-scrolling: touch;
}
/**微信公众号 解决IOS下上下滑屏**/
body.mui-ios.mui-wechat {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/**android 下解决中文文字未居中的问题**/
.mui-android .only-android {
  position: relative !important;
  bottom: -1px !important;
}
a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a,
u {
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-appearance: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
q,
s,
b,
i,
u,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas,
footer,
header,
nav,
output,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
ol,
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  font-family: inherit;
  outline-offset: 0;
  outline-style: none;
  background-image: none;
}
textarea,
[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"] {
  margin: 0;
  padding: 0;
  -webkit-user-select: text;
}
.mui-spinner {
  width: 2rem;
  height: 2rem;
}
.ys-modal-loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 910;
}
.ys-modal-loading .spinner-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0.6rem;
  border-radius: 0.2rem;
  font-size: 0.7rem;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.ys-modal-loading .mui-spinner {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.4rem;
  width: 40px;
  height: 40px;
}
.ys-modal-loading .text {
  display: block;
  margin-top: 0.3rem;
}
.ys-modal-loading.loadin .spinner-content {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.ys-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 900;
}
.ys-hidden,
.yshidden {
  display: none !important;
}
.ys-show,
.ysshow {
  display: block !important;
}
/*********************----- 图标 icon 覆盖mui  S ----***************************/
.mui-title {
  font-size: 0.85rem;
  line-height: 2.2rem;
  margin: 0 -0.5rem;
}
.mui-icon {
  font-size: 1.2rem;
}
.mui-bar {
  height: 2.2rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mui-bar .mui-icon {
  font-size: 1.2rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.mui-bar .mui-title {
  right: 2rem;
  left: 2rem;
}
.mui-bar .mui-pull-right {
  font-size: 0.7rem;
  color: #333;
  line-height: 1.2rem;
}
.mui-bar-nav {
  -webkit-box-shadow: none;
  box-shadow: none;
}
header.mui-bar {
  background-color: #eee;
  border-bottom: none;
  height: 2rem;
  position: absolute;
}
header.mui-bar .mui-icon {
  color: #333;
}
header.mui-bar .mui-title {
  font-size: 0.8rem;
  line-height: 2rem;
}
header.mui-bar ~ .content-item {
  position: absolute;
  top: 2rem;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.mui-bar-nav.mui-bar .mui-icon {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.mui-bar-tab ~ .mui-content,
.ys-bar ~ .mui-content {
  padding-bottom: 2.5rem;
}
.mui-bar-tab ~ .mui-content > .mui-scroll-wrapper,
.ys-bar ~ .mui-content > .mui-scroll-wrapper {
  padding-bottom: 2.5rem;
}
.mui-bar-nav ~ .mui-content {
  padding-top: 2.2rem;
}
.mui-bar-nav ~ .mui-content > .mui-scroll-wrapper {
  padding-top: 2.2rem;
}
.mui-content {
  height: 100%;
  background-color: #fff;
}
.mui-content button:disabled {
  background-color: #ccc;
}
.mui-content:before {
  content: "";
  display: table;
}
.mui-bar-tab {
  height: 2.5rem;
  border-top: 1px solid #ccc;
}
.mui-bar-tab .mui-tab-item {
  height: 2.5rem;
}
.mui-bar-tab .mui-tab-item .mui-icon {
  top: 0.15rem;
  width: 1.2rem;
  height: 1.2rem;
}
.mui-bar-tab .mui-tab-item .mui-icon ~ .mui-tab-label {
  font-size: 0.6rem;
}
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  line-height: 1.05rem;
  width: 100%;
  height: 2rem;
  margin-bottom: 0;
  padding: 0;
  -webkit-user-select: text;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
  background-color: #fff;
  -webkit-appearance: none;
}
.mui-toast-container {
  line-height: 0.85rem;
  bottom: 3rem;
}
.mui-toast-message {
  font-size: 0.7rem;
  padding: 0.5rem 1.25rem;
  border-radius: 0.3rem;
}
.newbuys {
  z-index: 9999;
  position: absolute ;
  width: 100%;
  left: 0;
  padding: 0 0.75rem;
  top: 0.35rem;
  height: 1.55rem;
  overflow: hidden;
}
.newbuys .newbuys-li {
  width: 100%;
  height: 1.55rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.3rem;
  border: solid 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 0.35rem;
  overflow: hidden;
  transition: margin-top 350ms;
}
.newbuys .newbuys-face {
  width: 1.55rem;
  height: 1.55rem;
  float: left;
  margin-right: 0.5rem;
}
.newbuys .span {
  color: #fff;
  font: 0.6rem / 1.55rem "";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  height: 1.55rem;
}
.newbuys-active {
  margin-top: -1.9rem;
}
.mui-popup {
  width: 16rem;
  border-radius: 0.3rem;
}
.mui-popup .mui-popup-button:first-child:last-child {
  border-radius: 0;
}
.mui-popup .mui-popup-inner {
  padding: 1rem 1.35rem;
  border-radius: 0.3rem 0.3rem 0 0;
}
.mui-popup .mui-popup-title {
  font-size: 0.8rem;
  color: #808080;
  font-weight: 400;
  position: relative;
}
.mui-popup .mui-popup-title:before {
  content: "";
  z-index: 15;
  position: absolute;
  top: 0.6rem;
  left: 0;
  display: block;
  width: 35%;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: transparent;
}
.mui-popup .mui-popup-title:after {
  content: "";
  z-index: 15;
  position: absolute;
  top: 0.6rem;
  right: 0;
  display: block;
  width: 35%;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: transparent;
}
.mui-popup .mui-popup-text {
  font-size: 0.8rem;
  color: #808080;
  margin-top: 0.75rem;
  margin-bottom: 0.3rem;
  line-height: 1.2rem;
}
.mui-popup .mui-popup-buttons {
  height: 2.2rem;
}
.mui-popup .mui-popup-button {
  border-radius: 0 0 0 0.3rem;
  font-size: 0.8rem;
  line-height: 2.2rem;
  height: 2.2rem;
  padding: 0 0.25rem;
  color: #1a1a1a;
  font-weight: 400;
}
.mui-popup .mui-popup-button-bold {
  font-weight: 400;
  border-radius: 0 0 0.3rem;
  font-size: 0.8rem;
  color: #008600;
}
/******************************************通用分界线 common.css****************************************************/
.btm-loading {
  font-size: 0.55rem;
  color: #4D4D4D;
  background-color: #fff;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  overflow: hidden;
}
.btm-loading .mui-spinner {
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
}
.btm-loading:before {
  content: "";
  display: table;
}
/***************颜色列表******************/
/***************定制通用******************/
.toast-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  line-height: 1.5rem;
  font-size: 0.7rem;
  padding: 0 0.5rem;
  word-break: break-all;
  text-align: center;
  color: #fff;
  background-color: #008600;
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  z-index: 99;
}
.toast-container.warning {
  background-color: #e60013;
}
.toast-container.active {
  opacity: 1;
}
.scroll-container {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
}
/***登录页 login***/
.login {
  background-color: #fff;
}
.login .mui-content {
  background-color: #fff;
  overflow: auto;
  padding: 0 0.75rem;
  -webkit-transform: translateX(-70%);
  transform: translateX(-70%);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
}
.login .moveIn {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.login .logo-content {
  height: 12rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
.login .logo-img {
  display: block;
  width: 5.5rem;
}
.login .input-content {
  height: 2.2rem;
  padding: 0.4rem 0.8rem;
  position: relative;
  margin-bottom: 1rem;
}
.login .input-content input {
  display: block;
  font-size: 0.7rem;
  color: #333;
  height: 1.4rem;
  line-height: 1.4rem;
  padding-right: 1.7rem;
  border: none;
  position: relative;
  z-index: 5;
}
.login .input-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 0.3rem;
}
.login .userPhone {
  background: url(../img/icon_id.png) right center no-repeat;
  background-size: 1rem auto;
}
.login .code-btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.6rem;
  color: #e60013;
  text-align: center;
  width: 4.2rem;
  height: 2.2rem;
  background-color: transparent;
  z-index: 10;
}
.login .code-btn[disabled] {
  background-color: transparent;
  color: #909090;
}
.login .code-btn:active {
  background-color: transparent;
  color: #e60013;
}
.login .code-btn:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  top: 0.45rem;
  bottom: 0.45rem;
  background-color: #ccc;
}
.login .login-btn {
  display: block;
  width: 100%;
  height: 2.2rem;
  line-height: 2.2rem;
  margin-top: 2.5rem;
  position: relative;
  text-align: center;
  font-size: 0.9rem;
  color: #e60013;
  border-radius: 0.3rem;
}
.login .login-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e60013;
  border-radius: 0.3rem;
  box-sizing: border-box;
}
.login .login-btn.disabled {
  background-color: #909090;
  color: #fff;
}
.login .login-btn.disabled:before {
  border-color: #909090;
}
/***首页 index***/
.app-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.page-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  display: none;
  background-color: #fff;
}
.page-left-enter,
.page-right-leave-active {
  opacity: 0;
  transform: translate(80px);
}
.page-left-leave-active,
.page-right-enter {
  opacity: 0;
  transform: translate(-80px);
}
.mask {
  display: none;
  z-index: 9999;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.mask.active {
  display: block;
}
.maue {
  z-index: 9999;
  position: fixed;
  left: 0;
  bottom: -2000px; /*针对小屏手机修正*/
  width: 100%;
  min-height: 22.5rem;
  background: #fff;
  transition: bottom 350ms;
  padding-bottom: 2.25rem;
}
.maue .close {
  margin-top: 0.75rem;
  height: 1.25rem;
  width: 100%;
  text-align: end;
}
.maue .close .em {
  display: inline-block;
  height: 100%;
  width: 2.45rem;
  background: url(../img/icon_close.png) no-repeat center;
  background-size: 0.9rem;
}
.maue .con {
  padding: 0 0.75rem;
  border-bottom: 1px solid #E6E6E6;
  height: 3.8rem;
}
.maue .con .img {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 0.1rem;
  margin-right: 0.45rem;
}
.maue .con .img img {
  width: 100%;
  height: 100%;
}
.maue .con .text {
  float: left;
}
.maue .con .text .p1 {
  font: 0.75rem/1rem "";
  color: #e60013;
}
.maue .con .text .p2 {
  font: 0.65rem/1.3rem "";
  color: #666;
}
.maue .set-box {
  padding: 0.6rem 0.75rem 1.05rem 0.75rem;
  /*border-bottom: 1px solid #E6E6E6;*/
  overflow: hidden;
}
.maue .set-box .set-title {
  display: block;
  width: 100%;
  font: 0.65rem/1.35rem "";
  color: #666;
}
.maue .set-box .cloexbox .set-a {
  display: block;
  float: left;
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
  margin-right: 1rem;
  height: 1.6rem;
  font: 0.65rem / 1.6rem "";
  background-color: #F0F0F0;
  border-radius: 1000px;
  color: #666;
  padding: 0 0.85rem;
}
.maue .set-box .cloexbox .set-a.active {
  color: #fff;
  background-color: #008600;
}
.maue .pay-box {
  height: 3.55rem;
  padding: 0 0.75rem;
  border-top: 1px solid #E6E6E6;
}
.maue .HidebuyNum {
  display: none;
}
.maue .set-title {
  float: left;
  font: 0.65rem/3.55rem "";
  color: #666;
}
.maue .sub-box {
  float: right;
  height: 100%;
  padding-top: 1rem;
}
.maue .pay-jia {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  float: right;
  background: url(../img/icon_jia.png) no-repeat center;
  background-size: 1.7rem;
}
.maue .sub {
  margin: 0 0.25rem;
  float: right;
  border: 0;
  background-color: #F5F5F5;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 0.75rem;
  text-align: center;
}
.maue .pay-jian {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  float: right;
  background: url(../img/icon_jian.png) no-repeat center;
  background-size: 1.7rem;
}
.maue .maue-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.25rem;
  text-align: center;
  color: #fff;
  background-color: #008600;
  font: 0.75rem/2.25rem "";
}
.maue.active {
  bottom: 0;
}
/**首页 0**/
.home .ys-bar {
  position: absolute;
  height: 2.5rem;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  border-top: 1px solid #ccc;
  z-index: 20;
}
.home .ys-bar ~ .mui-content {
  padding-bottom: 2.5rem;
  position: relative;
}
.home .ys-tab-item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  width: 4.8rem;
  text-align: center;
  position: relative;
}
.home .ys-icon {
  display: block;
  margin: 0 auto;
  height: 1.1rem;
  width: 1.1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home .ys-tab-label {
  display: block;
  font-size: 0.5rem;
  color: #b3b3b3;
  text-align: center;
  margin-top: 0.2rem;
}
.home .ys-tab-label.active {
  color: #e60013;
}
.home .ys-icon-home {
  background-image: url(../img/foot_1.png);
}
.home .cart-icon {
  position: absolute;
  width: 2.7rem;
  height: 2.7rem;
  top: -1.2rem;
  left: 50%;
  margin-left: -1.35rem;
  background: url(../img/foot_3.png) center center no-repeat;
  background-size: contain;
  font-size: 0.5rem;
  color: #fff;
  line-height: 3.1rem;
  text-align: center;
  padding: 0 0.6rem 0 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home .ys-icon-cart ~ .ys-tab-label {
  color: #e60013;
}
.home .ys-icon-my {
  background-image: url(../img/foot_2.png);
}
.home .indexslider {
  width: 100%;
}
.home .indexslider .mui-slider-group .mui-slider-item a {
  width: 100%;
  height: 7rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.home .notice {
  display: none;
  width: 100%;
  height: 1.65rem;
  overflow: hidden;
  padding-left: 1.75rem;
  padding-right: 0.75rem;
  background: url(../img/icon_gonggao.png) no-repeat #F5F5F5 0.75rem center;
  background-size: 0.7rem 0.65rem;
}
.home .notice .noticep {
  height: 100%;
  font: 0.6rem / 1.65rem "";
  color: #333;
  -webkit-transition: margin-top 300ms linear;
  transition: margin-top 300ms linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home .tip-prev {
  margin-top: -1.65rem;
}
.home .classification {
  padding: 0.45rem 0;
  margin-bottom: 0.5rem;
  background-color: #fff;
  height: 4.8rem;
}
.home .classification .classification-roll {
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
}
.home .classification .classification-roll::-webkit-scrollbar {
  display: none;
}
.home .classification .classification-rass {
  height: 100%;
  width: 1000%;
}
.home .classification .classification-box {
  width: 3.55rem;
  float: left;
  height: 100%;
}
.home .classification .classification-box:first-of-type {
  margin-left: 0.45rem;
}
.home .classification .classification-box:last-of-type {
  padding-right: 0.25rem;
  width: 3.85rem;
}
.home .classification .item-class {
  display: inline-block;
  text-align: center;
  height: 4.15rem;
  width: 100%;
}
.home .classification .item-class .item-class-img {
  margin-top: 0.3rem;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 5px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.home .classification .item-class .item-class-sp {
  display: block;
  text-align: center;
  font: 0.6rem / 1.6 "";
  color: #4D4D4D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home .classification-one {
  height: 5rem;
}
.home .gevforyou {
  background-color: #fff;
  width: 100%;
  height: 2.45rem;
  text-align: center;
  border-bottom: 1px solid #F5F5F5;
  font: 0.75rem / 2.45rem "";
  color: #e60013;
}
.home .gevforyou .gevforyou-em {
  padding: 0.8rem 0.65rem;
  background: url(../img/icn_gevforyou.png) no-repeat center;
  background-size: 0.95rem;
}
.home .close-shop {
  overflow: auto;
  max-height: 100%;
  display: none;
}
.home .close-shop .sayno {
  display: block;
  margin: 0 auto;
  width: 6.4rem;
  margin-top: 3.5rem;
}
.home .close-shop .tip1-text {
  font-size: 0.8rem;
  color: #808080;
  text-align: center;
  margin-top: 1rem;
}
.home .close-shop .tip2-text {
  display: block;
  margin: 0 auto;
  width: 6.5rem;
  font-size: 0.9rem;
  color: #fff;
  background-color: #29a529;
  border-radius: 10rem;
  line-height: 1;
  padding: 0.5rem;
  margin-top: 0.4rem;
  text-align: center;
}
.home .close-shop .tip3-text {
  font-size: 0.6rem;
  color: #808080;
  text-align: center;
  margin-top: 1rem;
}
.home .top-tip {
  height: 2.25rem;
  background-color: #008600;
  /*padding: 0 0.6rem;*/
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.home .fdd-img {
  float: left;
  height: 2.25rem;
}
.home .tip-text {
  float: left;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.55rem;
  margin-top: 0.5rem;
}
.home .home-content {
  width: 100%;
  position: absolute;
  top: 2.25rem;
  left: 0;
  bottom: 2.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #eee;
}
.home .seach-content {
  background-color: #fff;
  height: 2.75rem;
  padding: 0.4rem 0.75rem;
}
.home .seach {
  display: block;
  height: 1.75rem;
  font-size: 0.6rem;
  color: #333;
  padding: 0 1.5rem;
  border: none;
  background: url(../img/search.png) 4rem center no-repeat;
  background-size: 0.6rem auto;
  background-color: #e6e6e6;
  border-radius: 0.3rem;
  text-align: center;
}
.home .seach:focus,
.home .seach.focus {
  text-align: left;
  background-position: 0.6rem center;
}
.home .shop-content {
  height: 4.45rem;
  padding: 0.6rem 0.75rem;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.home .shop-logo {
  float: left;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
}
.home .shop-text {
  margin-left: 3.7rem;
  padding-right: 4.2rem;
  padding-top: 0.2rem;
}
.home .shop-num {
  font-size: 0.6rem;
  color: #4d4d4d;
}
.home .shop-name {
  font-size: 0.75rem;
  color: #1a1a1a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5rem;
}
.home .right-text {
  width: 3.9rem;
  position: absolute;
  right: 0.75rem;
  top: 0.6rem;
  border-left: 1px solid #e6e6e6;
  text-align: right;
  padding-left: 0.2rem;
}
.home .shop-text-tip {
  font-size: 0.6rem;
  color: #999;
  line-height: 1;
}
.home .num-item {
  font-size: 0.8rem;
  overflow: hidden;
}
.home .fs-num {
  color: #f39700;
}
.home .exponent {
  color: #e60013;
}
.home .goods-item {
  padding: 0.5rem;
  background-color: #fff;
  margin-bottom: 0.35rem;
}
.home .goods-tip {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  margin-bottom: 0.1rem;
}
.home .goods-tip img {
  display: block;
  width: 2.7rem;
}
.home .goods-tip p {
  font-size: 0.45rem;
  color: #333;
  text-align: center;
  line-height: 1rem;
}
.home .img-content {
  position: relative;
  height: 9.5rem;
  width: 100%;
}
.home .img-content .sellout {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
.home .img-content .sellout.show {
  display: -webkit-box;
}
.home .img-content .sellout-text {
  font-size: 0.8rem;
  color: #fff;
  font-weight: bold;
}
.home .img-content .sellout:before,
.home .img-content .sellout:after,
.home .img-content .sellout-text:before,
.home .img-content .sellout-text:after {
  content: "";
  position: absolute;
  width: 6.25rem;
  height: 1px;
  background-color: #fff;
  opacity: 0.8;
}
.home .img-content .sellout:before {
  top: 1.6rem;
  left: -0.35rem;
  -webkit-transform: rotateZ(30deg);
}
.home .img-content .sellout:after {
  top: 1.6rem;
  right: -0.35rem;
  -webkit-transform: rotateZ(-30deg);
}
.home .img-content .sellout-text:before {
  bottom: 1.6rem;
  left: -0.35rem;
  -webkit-transform: rotateZ(-30deg);
}
.home .img-content .sellout-text:after {
  bottom: 1.6rem;
  right: -0.35rem;
  -webkit-transform: rotateZ(30deg);
}
.home .goods-img {
  display: block;
  width: 100%;
  height: 100%;
}
.home .goods-tip1 {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 5rem;
  background: url(../img/bj3.png) center center no-repeat;
  background-size: 100% 100%;
  padding: 0.2rem 0.25rem;
  line-height: 0.7rem;
}
.home .goods-tip1 span {
  display: block;
  font-size: 0.45rem;
  color: #fff;
}
.home .goods-tip1 .live-icon {
  display: inline-block;
  width: 0.7rem;
  height: 0.5rem;
  background: url(../img/icon_zb.png) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 0.2rem;
}
.home .goods-tip2 {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.25rem 0.3rem;
  overflow: hidden;
}
.home .goods-tip2 .hot-icon {
  float: right;
  width: 1.8rem;
  height: 1.8rem;
}
.home .goods-tip2 p {
  height: 1.5rem;
  line-height: 1.5rem;
  float: right;
  font-size: 0.85rem;
  color: #fff;
  background-color: #e60013;
  border-radius: 10rem;
  padding: 0 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  margin-top: 0.2rem;
  margin-left: 0.2rem;
}
.home .goods-tip2 .brand-text {
  font-size: 0.4rem;
  color: #fff;
  display: inline-block;
  width: 0.5rem;
  line-height: 1;
}
.home .goods-name {
  font-size: 0.65rem;
  color: #1A1A1A;
  word-break: break-all;
  margin-top: 0.4rem;
}
.home .weight {
  font-size: 0.5rem;
  color: #808080;
  line-height: 1.2rem;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 0.2rem;
}
.home .time-item {
  font-size: 0.55rem;
  color: #e60013;
  line-height: 0.9rem;
  overflow: hidden;
}
.home .right-tip {
  float: right;
  color: #1A1A1A;
}
.home .right-tip em {
  color: #e60013;
}
.home .goods-price {
  height: 35px;
  line-height: 26px;
  padding-bottom: 9px;
}
.home .goods-price > span {
  font-size: 0.7rem;
  color: #e60013;
}
.home .goods-price s {
  font-size: 0.5rem;
  color: #808080;
}
.home .goods-price .btn-item {
  float: right;
  font-size: 10px;
  color: #808080;
  text-align: center;
  min-width: 3.7rem;
  height: 26px;
  line-height: 24px;
  border: 1px solid #808080;
  border-radius: 10rem;
  position: relative;
  padding: 0 13px;
}
.home .goods-price .btn-item em {
  display: none;
}
.home .goods-price .cartnum {
  padding-left: 10px;
  padding-right: 32px;
}
.home .goods-price .cartnum em {
  position: absolute;
  right: -1px;
  top: -1px;
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  background-color: #808080;
  border-radius: 10rem;
}
.home .goods-price .joincart {
  color: #e60013;
  border: 1px solid #e60013;
}
.home .goods-price .joincart em {
  background-color: #e60013;
}
.home .goods-price .presell {
  color: #29a529;
  border-color: #29a529;
  padding: 0 13px;
}
.home .goods-price .presell em {
  display: none;
}
.home .buy-people {
  text-align: right;
  padding-top: 0.4rem;
  overflow: hidden;
  border-top:1px solid #e6e6e6;
}
.home .buy-people .buy-tip {
  float: right;
  font-size: 9px;
  color: #B3B3B3;
  line-height: 20px;
}
.home .buy-people .people-item {
  float: right;
  max-width: 2.5rem;
  font-size: 9px;
  color: #1A1A1A;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 0.2rem;
  text-align: center;
}
.home .buy-people .people-item img {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 10rem;
  vertical-align: middle;
  margin-right: 0.1rem;
  position: relative;
  top: -1px;
}
.home .join-step {
  padding: 0 0.75rem 0.5rem 0.75rem;
  background-color: #fff;
  margin-bottom: 0.5rem;
}
.home .join-step .step-title {
  font-size: 0.65rem;
  color: #1A1A1A;
  text-align: center;
  padding: 0.3rem 0;
}
.home .join-step p {
  font-size: 0.45rem;
  color: #1A1A1A;
  line-height: 0.8rem;
}
.home .join-step a {
  display: block;
  font-size: 1.25rem;
  line-height: 1.6rem;
  color: #e60013;
  background: url(../img/icon_phone.png) right center no-repeat;
  background-size: 1.5rem auto;
}
/**购物车 1**/
.cart {
  background-color: #F5F5F5;
}
.cart .cart-content {
  position: absolute;
  top: 2rem;
  left: 0;
  bottom: 2.5rem;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.cart .cart-content.emptyactive {
  bottom: 0;
}
.cart .cart-empty {
  padding-top: 3.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.cart .cart-empty p {
  display: block;
  font-size: 0.8rem;
  color: #808080;
  text-align: center;
  margin-top: 1.3rem;
}
.cart .cart-empty a {
  display: block;
  width: 6.8rem;
  height: 2.2rem;
  line-height: 2.1rem;
  font-size: 0.8rem;
  color: #fd1818;
  text-align: center;
  border-radius: 0.2rem;
  border: 1px solid #FD1818;
  margin-top: 1.8rem;
}
.cart .empty-img {
  width: 7.75rem;
  height: 7.75rem;
  background-color: #f8f8f8;
  border-radius: 10rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
.cart .empty-img img {
  display: block;
  width: 3.25rem;
}
.cart .cart-list {
  background-color: #f5f5f5;
}
.cart .cart-item {
  padding: 0.75rem 0.75rem 0.75rem 2.2rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5rem;
  background-color: #fff;
}
.cart .choice-icon {
  position: absolute;
  left: 0.65rem;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -0.6rem;
  background: url(../img/click0.png) center center no-repeat;
  background-size: 1rem auto;
}
.cart .choice-icon.active {
  background-image: url(../img/click1.png);
}
.cart .cart-item:last-child {
  margin-bottom: 0;
}
.cart .goods-img-content {
  float: left;
  width: 6rem;
  height: 6rem;
  overflow: hidden;
  position: relative;
}
.cart .goods-img-content img {
  display: block;
  width: 100%;
  height: 100%;
}
.cart .goods-img-content p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.55rem;
  color: #fff;
  background-color: rgba(243, 151, 0, 0.6);
  text-align: center;
}
.cart .cartItem-msg {
  margin-left: 6.5rem;
  padding-top: 0.3rem;
}
.cart .cartItem-msg .goods-name {
  font-size: 0.6rem;
  color: #1A1A1A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.cart .cartItem-msg .num {
  font-size: 0.6rem;
  color: #808080;
  margin-top: 0.5rem;
}
.cart .cartItem-msg .price {
  font-size: 0.6rem;
  color: #e60013;
  margin-top: 0.5rem;
}
.cart .cartItem-msg .price em {
  font-size: 0.8rem;
  margin-left: 0.1rem;
}
.cart .num-content {
  position: absolute;
  right: 0.75rem;
  bottom: 0.5rem;
  overflow: hidden;
}
.cart .num-content span {
  float: left;
  height: 2rem;
  width: 1.9rem;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.9rem auto;
  border: 1px solid #e6e6e6;
}
.cart .num-content input {
  float: left;
  height: 2rem;
  line-height: 2rem;
  width: 2.4rem;
  font-size: 0.9rem;
  color: #1A1A1A;
  text-align: center;
  border: none;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.cart .num-content .minus {
  background-image: url(../img/jian-off.png);
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.cart .num-content .minus.active {
  background-image: url(../img/jian.png);
}
.cart .num-content .add {
  background-image: url(../img/jia.png);
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.cart .btm-msg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2.5rem;
  background-color: #fff;
  overflow: hidden;
  z-index: 10;
}
.cart .btm-msg .left-msg {
  height: 2.5rem;
  line-height: 2.5rem;
  margin-right: 5.6rem;
  overflow: hidden;
}
.cart .btm-msg .choice-all {
  float: left;
  font-size: 0.65rem;
  color: #808080;
  padding-left: 2rem;
  padding-right: 0.75rem;
  background: url(../img/click0.png) 0.75rem center no-repeat;
  background-size: 1rem auto;
}
.cart .btm-msg .choice-all.active {
  background-image: url(../img/click1.png);
}
.cart .btm-msg .heji {
  float: left;
  font-size: 0.75rem;
  color: #1A1A1A;
  line-height: 2.5rem;
}
.cart .btm-msg .heji em {
  color: #e60013;
  margin-left: 0.3rem;
}
.cart .btm-msg .price {
  float: left;
  font-size: 1.15rem;
  color: #e60013;
  line-height: 2.2rem;
  max-width: 5.6rem;
  overflow: hidden;
}
.cart .btm-msg .right-btn {
  float: right;
  width: 5.6rem;
  height: 2.5rem;
  line-height: 2.5rem;
  color: #fff;
  background-color: #e60013;
  text-align: center;
  font-size: 0.75rem;
}
.cart .btm-msg .right-btn.nochecked {
  background-color: transparent;
  border: 1px solid #e60013;
  color: #e60013;
  line-height: 2.4rem;
}
/**个人中心 2**/
.personal {
  background-color: #F5F5F5;
}
.personal .gohome {
  height: 2rem;
  width: 2.4rem;
  background: url(../img/icon_index.png) center center no-repeat;
  background-size: 1rem auto;
  margin-right: -0.5rem;
}
.personal .user-content {
  padding: 1.25rem 0.75rem;
  background-color: #fff;
  position: relative;
  margin-bottom: 0.5rem;
}
.personal .user-content img {
  float: left;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.personal .user-content em {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -0.6rem;
  background: url(../img/icon_qrcord.jpg) center center no-repeat;
  background-size: contain;
}
.personal .user-msg {
  display: -webkit-box;
  margin-left: 4rem;
  height: 65px;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
}
.personal .user-msg p {
  font-size: 0.75rem;
  color: #333;
  line-height: 1.2rem;
}
.personal .user-msg p ~ p {
  font-size: 0.6rem;
  color: #808080;
  line-height: 1.2rem;
}
.personal .personal-list {
  background-color: #fff;
}
.personal .personal-item {
  height: 2.2rem;
  line-height: 2.2rem;
  padding-left: 2.5rem;
  font-size: 0.7rem;
  color: #808080;
  position: relative;
  border-bottom: 1px solid #E6E6E6;
}
.personal .personal-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 0.4rem;
  height: 0.6rem;
  background: url(../img/right-back.png) center center no-repeat;
  background-size: contain;
}
.personal .order-all {
  background: url(../img/icon_dd.jpg) 0.85rem center no-repeat;
  background-size: 0.95rem auto;
}
.personal .order1 {
  background: url(../img/icon_money.jpg) 0.8rem center no-repeat;
  background-size: 1.05rem auto;
}
.personal .order2 {
  background: url(../img/icon_time.jpg) 0.8rem center no-repeat;
  background-size: 1.05rem auto;
}
.personal .order3 {
  background: url(../img/icon_isok.jpg) 0.8rem center no-repeat;
  background-size: 1.05rem auto;
}
.personal .order4 {
  background: url(../img/personal_8.png) 0.8rem center no-repeat;
  background-size: 1.05rem auto;
}
.personal .btns-content {
  padding: 1rem 0.7rem;
}
.personal .go-shopping,
.personal .quit-btn {
  display: block;
  height: 2.3rem;
  line-height: 2.2rem;
  border-radius: 0.3rem;
  font-size: 0.75rem;
  text-align: center;
}
.personal .go-shopping {
  border: 1px solid #e60013;
  color: #e60013;
  margin-bottom: 0.5rem;
}
.personal .quit-btn {
  border: 1px solid #E6E6E6;
  color: #1A1A1A;
  background-color: #fff;
}
.qr-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  display: none;
}
.qr-content img {
  width: 11rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/**商品详情 3**/
.details {
  background-color: #F5F5F5;
}
.details .details-content {
  position: absolute;
  top: 4rem;
  left: 0;
  bottom: 2.5rem;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.details .choice-content {
  height: 2rem;
  line-height: 1.6rem;
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 0.4rem solid #F5F5F5;
  display: -webkit-flex;
}
.details .choice-item {
  -webkit-flex: 1;
  text-align: center;
  line-height: 1.6rem;
  font-size: 0.7rem;
  color: #1A1A1A;
  position: relative;
}
.details .choice-item:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2.8rem;
  margin-left: -1.4rem;
  height: 2px;
  background-color: transparent;
}
.details .choice-item.active:before {
  background-color: #e60013;
}
.details .choice-item.active {
  color: #e60013;
}
.details .sellOut-tip {
  position: absolute;
  left: 0;
  bottom: 2.5rem;
  right: 0;
  height: 1.5rem;
  background-color: rgba(255, 235, 236, 0.8);
  font-size: 0.75rem;
  color: #333;
  text-align: center;
  line-height: 1.5rem;
  display: none;
}
.details .sellOut-tip.disabled {
  display: block;
}
.details .btm-msg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2.5rem;
  background-color: #fff;
  overflow: hidden;
  z-index: 10;
  display: -webkit-flex;
}
.details .btm-msg a {
  -webkit-flex: 1;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  line-height: 2.5rem;
}
.details .btm-msg a.disabled {
  background-color: #909090;
  border-left: 1px solid #fff;
}
.details .cart-msg {
  position: relative;
  background: url(../img/icon_index_shopp.png) center center no-repeat;
  background-size: 1.25rem auto;
}
.details .cart-msg span {
  position: absolute;
  right: 35%;
  top: 0.55rem;
  background-color: #e60013;
  min-width: 14px;
  height: 14px;
  border-radius: 10rem;
  text-align: center;
  line-height: 14px;
  font-size: 9px;
}
.details .joinCart-btn {
  background-color: #f39700;
}
.details .buy-btn {
  background-color: #e60013;
}
.details .details-item {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}
.details .goods-zb {
  background-color: #fff;
  padding: 0.5rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.5rem;
}
.details .goods-zb img {
  float: left;
  width: 4rem;
  height: 4rem;
}
.details .goods-text {
  height: 4rem;
  margin-left: 4.8rem;
}
.details .goods-name {
  font-size: 0.6rem;
  color: #1A1A1A;
  word-break: break-all;
}
.details .claim-time {
  font-size: 0.6rem;
  color: #e60013;
  margin-top: 0.8rem;
}
.details .goods-price {
  font-size: 0.95rem;
  color: #e60013;
  margin-top: 0.5rem;
}
.details .goods-price em {
  font-size: 0.7rem;
}
.details .goods-price s {
  font-size: 0.7rem;
  color: #808080;
  margin-left: 0.3rem;
}
.details .buy-goods {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  width: 3.5rem;
  height: 1.3rem;
  line-height: 1.3rem;
  background-color: #e60013;
  font-size: 0.6rem;
  color: #fff;
  text-align: center;
  border-radius: 0.2rem;
}
.details .buy-msg {
  height: 2rem;
  line-height: 2rem;
  font-size: 0.65rem;
  color: #4D4D4D;
  text-align: center;
  background-color: #fff;
  margin-bottom: 0.5rem;
}
.details .buy-msg span {
  color: #e60013;
}
.details .goods-tip {
  line-height: 2rem;
  font-size: 0.75rem;
  color: #1A1A1A;
  background-color: #fff;
  text-align: center;
  margin-bottom: 0.5rem;
}
.details .zb-item {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  text-align: right;
  padding-bottom: 0.5rem;
}
.details .zb-time {
  text-align: left;
  padding: 0.7rem 0.7rem 0.7rem 1.8rem;
  font-size: 0.6rem;
  color: #2272db;
  background: url(../img/icon_time_b.png) 0.75rem center no-repeat;
  background-size: auto 0.6rem;
}
.details .zb-text {
  font-size: 0.6rem;
  color: #1A1A1A;
  padding: 0 0.7rem 0 1.8rem;
  line-height: 1rem;
  text-align: left;
}
.details .zb-img-content {
  margin-top: 0.5rem;
  overflow: hidden;
  padding: 0.5rem 0.7rem 0.5rem 1.8rem;
}
.details .zb-img-content img {
  float: left;
  width: 4.85rem;
  height: 4.85rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}
.details .praise-btn {
  display: inline-block;
  width: 2.5rem;
  height: 1.1rem;
  line-height: 1.1rem;
  padding-left: 1.45rem;
  font-size: 0.6rem;
  color: #e60013;
  text-align: left;
  border-radius: 0.3rem;
  margin-right: 0.7rem;
  background: url(../img/icon_zan0.png) 0.5rem center no-repeat;
  background-size: 0.7rem auto;
  background-color: #fee6e4;
}
.details .praise-btn.active {
  background-image: url(../img/icon_zan1.png);
}
.details .praise-content {
  max-height: 2.4rem;
  margin: 0 0.7rem 0 1.8rem;
  border-radius: 0.3rem;
  padding: 0.5rem;
  margin-top: 0.5rem;
  background-color: #E6E6E6;
}
.details .praise-people {
  display: -webkit-box;
  text-align: left;
  font-size: 0.6rem;
  color: #295084;
  line-height: 0.7rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.details .praise-people em {
  width: 0.6rem;
  height: 0.6rem;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/icon_zan2.png) center center no-repeat;
  background-size: contain;
  margin-right: 0.2rem;
  position: relative;
  top: -1px;
}
.details .look-details {
  display: block;
  border-top: 0.75rem solid #fff;
  border-bottom: 0.75rem solid #fafafa;
  line-height: 1.5rem;
  text-align: center;
  font-size: 0.6rem;
  color: #e60013;
}
.details .goodsMsg-content {
  position: relative;
}
.details .gohome-page,
.details .gopers-page {
  position: absolute;
  top: 0;
  width: 2.8rem;
  height: 2.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.8rem auto;
  z-index: 5;
}
.details .gohome-page {
  left: 0;
  background-image: url(../img/icon_shopp_index.png);
}
.details .gopers-page {
  right: 0;
  background-image: url(../img/icon_shopp_my.png);
}
.details .mui-slider img {
 /* height: 18.75rem; */
  display: block;
}
.details .goodsMsg-tip1 {
  height: 2.5rem;
  line-height: 2.5rem;
  background-color: #e60013;
  padding-left: 0.5rem;
  overflow: hidden;
}
.details .goodsMsg-tip1 em {
  font-size: 0.9rem;
  color: #fff;
}
.details .goodsMsg-tip1 span {
  font-size: 1.55rem;
  color: #fff;
}
.details .goodsMsg-tip1 s {
  font-size: 0.7rem;
  margin-left: 0.5rem;
  color: #fff;
}
.details .right-msg {
  float: right;
  width: 8.2rem;
  height: 2.5rem;
  color: #333;
  font-size: 0.55rem;
  background: url(../img/bj1.png) center center no-repeat;
  background-size: 100% 100%;
  line-height: 1;
  text-align: center;
  padding-top: 0.4rem;
}
.details .right-msg span {
  font-size: 0.8rem;
  color: #333;
  line-height: 1.4rem;
}
.details .goodsMsg-tip2 {
  background-color: #fff;
  padding: 0 0.75rem;
}
.details .goodsTip-name {
  font-size: 0.7rem;
  color: #1A1A1A;
  line-height: 1.2rem;
  padding: 0.3rem 0;
  word-break: break-all;
}
.details .follow-msg {
  line-height: 1.2rem;
  font-size: 0.6rem;
  color: #808080;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  padding-bottom: 0.5rem;
}
.details .follow-msg span {
  float: right;
  height: 1.2rem;
  line-height: 1.2rem;
  background-color: #F39700;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 0.55rem;
  text-align: center;
  padding: 0 0.5rem;
}
.details .tip-time {
  padding: 0 0.75rem;
  background-color: #fff;
  font-size: 0.55rem;
  color: #e60013;
  overflow: hidden;
  line-height: 0.9rem;
}
.details .right-tip {
  float: right;
  color: #1A1A1A;
}
.details .right-tip em {
  color: #e60013;
}
.details .choice-num {
  position: relative;
  font-size: 0.75rem;
  color: #808080;
  margin-top: 0.5rem;
  background-color: #fff;
  padding: 0.75rem;
  text-align: center;
}
.details .left-num {
  float: left;
  line-height: 2.4rem;
}
.details .num-content {
  display: inline-block;
  width: 8.7rem;
  height: 2.4rem;
  overflow: hidden;
}
.details .num-content span {
  float: left;
  height: 2.3rem;
  width: 2.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.9rem auto;
  border: 1px solid #e6e6e6;
}
.details .num-content input {
  float: left;
  height: 2.3rem;
  width: 3.8rem;
  font-size: 0.9rem;
  color: #1A1A1A;
  text-align: center;
  border: none;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.details .num-content .minus {
  background-image: url(../img/jian-off.png);
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.details .num-content .minus.active {
  background-image: url(../img/jian.png);
}
.details .num-content .add {
  background-image: url(../img/jia.png);
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.details .goods-details1 {
  background-color: #fff;
  margin-top: 0.5rem;
  padding-bottom: 0.75rem;
}
.details .goods-details1 table {
  display: block;
  width: 14.6rem;
  margin: 0 auto;
}
.details .goods-details1 td {
  width: 4.5rem;
  border: 1px solid #E6E6E6;
  font-size: 0.7rem;
  color: #999;
  height: 1.9rem;
  padding: 0.5rem 0.8rem;
}
.details .goods-details1 td ~ td {
  width: 10rem;
  color: #1A1A1A;
}
.details .goods-title {
  font-size: 0.9rem;
  color: #999;
  text-align: center;
  line-height: 1.8rem;
  position: relative;
}
.details .goods-title span:before,
.details .goods-title span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}
.details .goods-title span:before {
  left: 65%;
  margin-left: -4px;
}
.details .goods-title span:after {
  right: 65%;
  margin-right: -4px;
}
.details .goods-title:before,
.details .goods-title:after {
  content: "";
  position: absolute;
  width: 4.7rem;
  height: 1px;
  top: 50%;
  background-color: #e6e6e6;
}
.details .goods-title:before {
  left: 65%;
}
.details .goods-title:after {
  right: 65%;
}
.details .goods-details2 {
  margin-top: 0.5rem;
  background-color: #fff;
  padding-bottom: 1rem;
  font-size: 0.65rem;
  color: #999;
  line-height: 0.8rem;
}
.details .goods-details2 p {
  font-size: 0.65rem;
  color: #999;
  line-height: 0.8rem;
  padding: 0.2rem 1rem;
}
.details .goods-details2 img {
  display: block;
  width: 100%;
}
.details .details-text {
  font-size: 0.65rem;
  color: #999;
  line-height: 0.8rem;
  padding: 1rem;
}
.details .order-step {
  margin-top: 0.5rem;
  background-color: #fff;
}
.details .step-title {
  font-size: 0.7rem;
  color: #1A1A1A;
  line-height: 2.2rem;
  padding: 0 0.75rem;
  border-bottom: 1px solid #E6E6E6;
}
.details .step-content {
  padding: 0.75rem 1.25rem;
}
.details .step-text {
  font-size: 0.6rem;
  color: #1A1A1A;
  padding-left: 0.9rem;
  border-left: 1px solid #E6E6E6;
  line-height: 1;
  padding-bottom: 0.45rem;
  position: relative;
}
.details .step-text:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #e60013;
  border-radius: 50%;
  left: -7px;
  top: 0;
}
.details .text {
  font-size: 0.6rem;
  color: #808080;
  padding-left: 0.9rem;
  border-left: 1px solid #E6E6E6;
  line-height: 1;
  padding-bottom: 0.35rem;
}
.details .bottom-tip {
  height: 2.25rem;
  background-color: #008600;
  padding: 0 0.6rem;
  overflow: hidden;
}
.details .fdd-img {
  float: left;
  height: 2.25rem;
}
.details .tip-text {
  float: left;
  color: #fff;
  font-size: 0.55rem;
  margin-top: 0.5rem;
}
.details .cart-empty {
  padding-top: 3.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.details .cart-empty p {
  display: block;
  font-size: 0.8rem;
  color: #808080;
  text-align: center;
  margin-top: 1.3rem;
}
.details .cart-empty a {
  display: block;
  width: 100%;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.6rem;
  color: #e60013;
  text-align: center;
  margin-top: 0.6rem;
  background-color: #F5F5F5;
}
.details .empty-img {
  width: 7.75rem;
  height: 7.75rem;
  background-color: #f8f8f8;
  border-radius: 10rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
.details .empty-img img {
  display: block;
  width: 3.25rem;
}
.details .buy-people-content {
  width: 100%;
}
.details .buy-tips {
  font-size: 0.65rem;
  color: #4D4D4D;
  text-align: center;
  line-height: 2rem;
  border-bottom: 1px solid #E6E6E6;
}
.details .buy-tips span {
  color: #e60013;
}
.details .people-item {
  width: 100%;
  display: -webkit-flex;
  padding: 0.5rem 0.75rem;
}
.details .flex-item {
  -webkit-flex: 1;
  height: 35px;
  line-height: 35px;
  font-size: 0.6rem;
  color: #1A1A1A;
}
.details .flex-item .user-head {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.details .flex-item .user-name {
  float: left;
  line-height: 35px;
  margin-left: 0.3rem;
}
.details .flex-item.middle {
  text-align: center;
}
.details .flex-item.middle span {
  color: #e60013;
}
.details .flex-item.right {
  text-align: right;
  font-size: 0.5rem;
}
/**我的订单 4**/
.order {
  background-color: #fff;
}
.order .order-nav {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  height: 2.7rem;
  border-bottom: 0.5rem solid #F5F5F5;
  display: -webkit-flex;
  z-index: 10;
}
.order .order-nav:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 25%;
  background-color: #e60013;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.order .order-nav[data-index="1"]:before {
  left: 0;
}
.order .order-nav[data-index="2"]:before {
  left: 25%;
}
.order .order-nav[data-index="3"]:before {
  left: 50%;
}
.order .order-nav[data-index="4"]:before {
  left: 75%;
}
.order .orderNav-item {
  -webkit-flex: 1;
  line-height: 2.2rem;
  text-align: center;
  font-size: 0.7rem;
  color: #1A1A1A;
  position: relative;
}
.order .orderNav-item ~ .orderNav-item:before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0;
  bottom: 0.45rem;
  width: 1px;
  background-color: #E6E6E6;
}
.order .orderNav-item.active {
  color: #e60013;
}
.order .order-content {
  position: absolute;
  top: 4.7rem;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.order .order-item {
  background-color: #fff;
  border-bottom: 0.5rem solid #F5F5F5;
}
.order .item-top {
  overflow: hidden;
  padding: 0 0.75rem;
}
.order .item-top p {
  float: left;
  font-size: 0.6rem;
  color: #4D4D4D;
  line-height: 1.7rem;
}
.order .right-status {
  float: right;
  font-size: 0.8rem;
  line-height: 1.7rem;
  height: 1.7rem;
  color: #4D4D4D;
}
.order .right-status.active {
  color: #e60013;
}
.order .qr-right {
  float: right;
  width: 1.9rem;
  height: 1.65rem;
  background: url(../img/icon_qrcord.jpg) center center no-repeat;
  background-size: 0.8rem auto;
  display: none;
}
.order .item-middle {
  padding: 0.5rem 0.75rem 1px 0.75rem;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
  overflow: hidden;
}
.order .item-middle img {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.order .item-middle:after {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  width: 0.4rem;
  height: 0.6rem;
  margin-top: -0.3rem;
  background: url(../img/right-back.png) center center no-repeat;
  background-size: auto 0.6rem;
}
.order .item-times {
  padding: 0 0.75rem;
  overflow: hidden;
}
.order .item-times p {
  float: left;
  font-size: 0.6rem;
  line-height: 2rem;
  color: #4D4D4D;
}
.order .right-price {
  float: right;
  line-height: 2rem;
  font-size: 0.6rem;
  color: #1A1A1A;
}
.order .right-price em {
  font-size: 0.8rem;
  color: #e60013;
  margin-left: 0.45rem;
}
.order .item-bottom {
  padding: 0.35rem 0.75rem;
  height: 2.5rem;
  line-height: 1.8rem;
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
}
.order .right-btn {
  float: right;
  width: 4.3rem;
  height: 1.8rem;
  line-height: 1.7rem;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 0.8rem;
  color: #4D4D4D;
  border-radius: 0.2rem;
}
.order .right-btn.active {
  color: #e60013;
  border-color: #e60013;
}
.order .order-num {
  float: left;
  line-height: 1.8rem;
  font-size: 0.6rem;
  color: #4D4D4D;
}
.order .order-num em {
  color: #e60013;
}
.order .order-num .phone {
  margin-left: 0.5rem;
}
/**确认订单 5**/
.confirmorder,
.orderDet,
.share {
  background-color: #F5F5F5;
}
.confirmorder .foot-content,
.orderDet .foot-content,
.share .foot-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2.5rem;
  background-color: #fff;
  overflow: hidden;
  z-index: 10;
  border-top: 1px solid #E6E6E6;
}
.confirmorder .submit-btn,
.orderDet .submit-btn,
.share .submit-btn {
  display: block;
  margin: 0.2rem 0.75rem;
  height: 2.1rem;
  line-height: 2.1rem;
  border-radius: 0.2rem;
  color: #fff;
  text-align: center;
  background-color: #008600;
}
.confirmorder .left-msg,
.orderDet .left-msg,
.share .left-msg {
  margin-right: 7.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 0.75rem;
  color: #1A1A1A;
  padding: 0 0.75rem;
  overflow: hidden;
}
.confirmorder .left-msg span,
.orderDet .left-msg span,
.share .left-msg span {
  font-size: 0.8rem;
  color: #e60013;
  margin-left: 0.3rem;
}
.confirmorder .left-msg em,
.orderDet .left-msg em,
.share .left-msg em {
  font-size: 1.15rem;
}
.confirmorder .submit-order,
.orderDet .submit-order,
.share .submit-order {
  float: right;
  width: 7.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 0.9rem;
  color: #fff;
  background-color: #008600;
}
.confirmorder .confirm-content,
.orderDet .confirm-content,
.share .confirm-content {
  position: absolute;
  top: 2rem;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.confirmorder .foot-content ~ .confirm-content,
.orderDet .foot-content ~ .confirm-content,
.share .foot-content ~ .confirm-content {
  bottom: 2.5rem;
}
.confirmorder .non-payment,
.orderDet .non-payment,
.share .non-payment {
  font-size: 0.8rem;
  color: #e60013;
  height: 2.1rem;
  line-height: 2.1rem;
  padding: 0 0.75rem 0 2.2rem;
  background: url(../img/icon_pay.png) 0.75rem center no-repeat;
  background-size: 1rem auto;
  overflow: hidden;
  background-color: #FFFDF1;
}
.confirmorder .payer-msg,
.orderDet .payer-msg,
.share .payer-msg {
  padding: 0.8rem 0.75rem;
  background-color: #fff;
  position: relative;
  margin-bottom: 0.5rem;
}
.confirmorder .payer-msg:before,
.orderDet .payer-msg:before,
.share .payer-msg:before,
.confirmorder .payer-msg:after,
.orderDet .payer-msg:after,
.share .payer-msg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0.3rem;
  background: url(../img/repeat.jpg) left center;
  background-size: auto;
}
.confirmorder .payer-msg:before,
.orderDet .payer-msg:before,
.share .payer-msg:before {
  top: 0;
}
.confirmorder .payer-msg:after,
.orderDet .payer-msg:after,
.share .payer-msg:after {
  bottom: 0;
}
.confirmorder .payer-tip1,
.orderDet .payer-tip1,
.share .payer-tip1 {
  overflow: hidden;
}
.confirmorder .payer-tip1 span,
.orderDet .payer-tip1 span,
.share .payer-tip1 span {
  float: left;
  font-size: 0.65rem;
  color: #1A1A1A;
  line-height: 1.2rem;
  margin-right: 0.2rem;
}
.confirmorder .payer-tip1 input,
.orderDet .payer-tip1 input,
.share .payer-tip1 input {
  float: left;
  width: 5.5rem;
  height: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 0.3rem;
  margin-right: 0.35rem;
  background-color: transparent;
  font-size: 0.6rem;
  color: #1A1A1A;
  padding: 0 0.2rem;
}
.confirmorder .payer-tip2,
.orderDet .payer-tip2,
.share .payer-tip2 {
  font-size: 0.6rem;
  color: #808080;
  word-break: break-all;
  line-height: 0.9rem;
  margin: 0.2rem 0;
}
.confirmorder .payer-tip3,
.orderDet .payer-tip3,
.share .payer-tip3 {
  font-size: 0.6rem;
  color: #e60013;
  word-break: break-all;
  line-height: 0.9rem;
}
.confirmorder .goods-list,
.orderDet .goods-list,
.share .goods-list {
  background-color: #fff;
}
.confirmorder .goods-item,
.orderDet .goods-item,
.share .goods-item {
  padding: 0.5rem 0.75rem;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.confirmorder .goods-item:last-child,
.orderDet .goods-item:last-child,
.share .goods-item:last-child {
  border-bottom: none;
}
.confirmorder .goodsImg-content,
.orderDet .goodsImg-content,
.share .goodsImg-content {
  float: left;
  width: 4.5rem;
  height: 4.5rem;
  position: relative;
}
.confirmorder .goodsImg-content .goods-img,
.orderDet .goodsImg-content .goods-img,
.share .goodsImg-content .goods-img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
}
.confirmorder .goodsImg-content p,
.orderDet .goodsImg-content p,
.share .goodsImg-content p {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 0.5rem;
  color: #fff;
  height: 0.75rem;
  line-height: 0.75rem;
  background-color: rgba(243, 151, 0, 0.6);
  text-align: center;
  overflow: hidden;
}
.confirmorder .goods-msg,
.orderDet .goods-msg,
.share .goods-msg {
  margin-left: 4.9rem;
  height: 4.5rem;
  position: relative;
}
.confirmorder .name,
.orderDet .name,
.share .name {
  font-size: 0.6rem;
  color: #1A1A1A;
  line-height: 1rem;
}
.confirmorder .num,
.orderDet .num,
.share .num {
  font-size: 0.6rem;
  color: #808080;
  line-height: 1rem;
}
.confirmorder .time,
.orderDet .time,
.share .time {
  font-size: 0.6rem;
  color: #e60013;
  position: absolute;
  left: 0;
  bottom: 1rem;
}
.confirmorder .price,
.orderDet .price,
.share .price {
  font-size: 0.6rem;
  color: #e60013;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.confirmorder .price span,
.orderDet .price span,
.share .price span {
  font-size: 0.8rem;
}
.confirmorder .price s,
.orderDet .price s,
.share .price s {
  font-size: 0.5rem;
  color: #999;
  margin-left: 0.3rem;
}
.confirmorder .price em,
.orderDet .price em,
.share .price em {
  float: right;
  font-size: 0.8rem;
  color: #1a1a1a;
}
.confirmorder .number-content,
.orderDet .number-content,
.share .number-content {
  border-top: 1px solid #E6E6E6;
  background-color: #fff;
  padding: 0.75rem;
  overflow: hidden;
  line-height: 2rem;
}
.confirmorder .num-tip,
.orderDet .num-tip,
.share .num-tip {
  float: left;
  font-size: 0.75rem;
  color: #1A1A1A;
  line-height: 2rem;
}
.confirmorder .num-content,
.orderDet .num-content,
.share .num-content {
  float: right;
  width: 8.7rem;
  height: 2rem;
  overflow: hidden;
}
.confirmorder .num-content span,
.orderDet .num-content span,
.share .num-content span {
  float: left;
  height: 2rem;
  width: 2.4rem;
  border: 1px solid #E6E6E6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.9rem auto;
}
.confirmorder .num-content input,
.orderDet .num-content input,
.share .num-content input {
  float: left;
  height: 2rem;
  width: 3.9rem;
  font-size: 0.9rem;
  color: #1A1A1A;
  text-align: center;
  border: none;
  background-color: transparent;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 0 0.2rem;
}
.confirmorder .num-content .minus,
.orderDet .num-content .minus,
.share .num-content .minus {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  background-image: url(../img/jian-off.png);
}
.confirmorder .num-content .add,
.orderDet .num-content .add,
.share .num-content .add {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  background-image: url(../img/jia.png);
}
.confirmorder .num-content .minus.active,
.orderDet .num-content .minus.active,
.share .num-content .minus.active {
  background-image: url(../img/jian.png);
}
.confirmorder .payment-msg,
.orderDet .payment-msg,
.share .payment-msg {
  background-color: #fff;
  padding: 0.5rem 0.75rem;
  overflow: hidden;
  margin-top: 0.5rem;
}
.confirmorder .payment-tip1,
.orderDet .payment-tip1,
.share .payment-tip1 {
  text-align: right;
  font-size: 0.6rem;
  color: #808080;
}
.confirmorder .payment-tip1 span,
.orderDet .payment-tip1 span,
.share .payment-tip1 span {
  margin-left: 0.3rem;
}
.confirmorder .payment-tip1 em,
.orderDet .payment-tip1 em,
.share .payment-tip1 em {
  font-size: 0.7rem;
}
.confirmorder .payment-tip2,
.orderDet .payment-tip2,
.share .payment-tip2 {
  font-size: 0.6rem;
  color: #1A1A1A;
  margin-top: 0.3rem;
  text-align: right;
}
.confirmorder .payment-tip2 span,
.orderDet .payment-tip2 span,
.share .payment-tip2 span {
  font-size: 0.7rem;
  color: #e60013;
  margin-left: 0.3rem;
}
.confirmorder .payment-tip2 em,
.orderDet .payment-tip2 em,
.share .payment-tip2 em {
  font-size: 0.9rem;
}
.confirmorder .order-modal,
.orderDet .order-modal,
.share .order-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  z-index: -1;
}
.confirmorder .modal-content,
.orderDet .modal-content,
.share .modal-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding-bottom: 0.9rem;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: 0;
}
.confirmorder .modal-content h4,
.orderDet .modal-content h4,
.share .modal-content h4 {
  font-size: 0.7rem;
  color: #808080;
  text-align: center;
  line-height: 1.9rem;
  border-bottom: 1px solid #E6E6E6;
}
.confirmorder .address-tip1,
.orderDet .address-tip1,
.share .address-tip1 {
  font-size: 0.7rem;
  color: #808080;
  text-align: center;
  line-height: 1.1rem;
  padding: 0 0.8rem;
  margin-top: 0.1rem;
}
.confirmorder .address-tip1 span,
.orderDet .address-tip1 span,
.share .address-tip1 span {
  color: #1A1A1A;
}
.confirmorder .address-tip2,
.orderDet .address-tip2,
.share .address-tip2 {
  font-size: 0.6rem;
  color: #808080;
  text-align: center;
  padding: 0 0.8rem 0.2rem 0.8rem;
}
.confirmorder .address-time,
.orderDet .address-time,
.share .address-time {
  font-size: 0.6rem;
  color: #e60013;
  text-align: center;
  line-height: 1.2rem;
}
.confirmorder .btns-content,
.orderDet .btns-content,
.share .btns-content {
  padding: 0.2rem 0.8rem 0 0.8rem;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
}
.confirmorder .btn-item,
.orderDet .btn-item,
.share .btn-item {
  display: block;
  width: 8.3rem;
  height: 2.8rem;
  line-height: 2.7rem;
  border: 1px solid #ccc;
  border-radius: 0.3rem;
  text-align: center;
  font-size: 0.8rem;
  color: #1A1A1A;
}
.confirmorder .btn-item ~ .btn-item,
.orderDet .btn-item ~ .btn-item,
.share .btn-item ~ .btn-item {
  color: #e60013;
  border-color: #e60013;
}
.confirmorder .order-modal.active,
.orderDet .order-modal.active,
.share .order-modal.active {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 80;
}
.confirmorder .order-modal.active .modal-content,
.orderDet .order-modal.active .modal-content,
.share .order-modal.active .modal-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/**商品购买详情 6**/
.buydetails {
  background-color: #fff;
}
.buydetails .buydetails-msg {
  padding: 0.5rem 0.75rem;
  background-color: #fff;
  overflow: hidden;
}
.buydetails .goods-img {
  float: left;
  width: 7.5rem;
  height: 7.5rem;
}
.buydetails .buydetails-text {
  margin-left: 8.3rem;
  height: 7.5rem;
  position: relative;
}
.buydetails .buydetails-name {
  font-size: 0.6rem;
  color: #1A1A1A;
  line-height: 0.9rem;
  margin-bottom: 0.4rem;
}
.buydetails .buydetails-name .name {
  word-break: break-all;
}
.buydetails .buydetails-name .num {
  color: #808080;
  margin-left: 0.3rem;
}
.buydetails .buydetails-times {
  font-size: 0.5rem;
  color: #e60013;
  line-height: 0.8rem;
}
.buydetails .buydetails-tip {
  font-size: 0.5rem;
  color: #1A1A1A;
  margin-top: 0.5rem;
}
.buydetails .buydetails-tip span {
  color: #e60013;
}
.buydetails .buydetails-bottom {
  position: absolute;
  bottom: 0;
  font-size: 0.7rem;
  color: #e60013;
}
.buydetails .buydetails-bottom span {
  font-size: 1.05rem;
}
.buydetails .buydetails-bottom s {
  font-size: 0.6rem;
  color: #808080;
  margin-left: 0.7rem;
}
.buydetails .over-time {
  font-size: 0.55rem;
  color: #e60013;
  text-align: center;
  line-height: 1.5rem;
  border-top: 0.5rem solid #F5F5F5;
  background-color: #ffebec;
}
.buydetails .buydetails-tip2 {
  font-size: 0.65rem;
  color: #4D4D4D;
  text-align: center;
  line-height: 2rem;
  border-bottom: 1px solid #E6E6E6;
}
.buydetails .buydetails-tip2 span {
  color: #e60013;
}
.buydetails .people-content {
  padding: 0.5rem;
}
.buydetails .people-list {
  overflow: hidden;
  height: 2.5rem;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.buydetails .people-item {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.15rem;
}
.buydetails .people-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.buydetails .toggle-list {
  text-align: center;
  font-size: 0.6rem;
  color: #999;
  line-height: 1.8rem;
  border-top: 1px solid #E6E6E6;
}
.buydetails .toggle-list em {
  display: inline-block;
  vertical-align: middle;
  width: 0.7rem;
  height: 0.7rem;
  background: url(../img/right-back.png) center center no-repeat;
  background-size: auto 0.7rem;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  margin-right: 0.2rem;
  position: relative;
  top: -1px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.buydetails .toggle-list.active em {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
.buydetails .share-btn {
  display: block;
  width: 16.5rem;
  height: 2.2rem;
  line-height: 2.2rem;
  border-radius: 0.3rem;
  text-align: center;
  font-size: 0.9rem;
  color: #fff;
  background-color: #29a529;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.buydetails .share-btn em {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  vertical-align: middle;
  background: url(../img/icon_shear2.png) center center no-repeat;
  background-size: 0.7rem auto;
  position: relative;
  top: -1px;
  margin-right: 0.2rem;
}
.buydetails .share-step {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/bj0.png) center top no-repeat;
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 80;
  display: none;
}
/**订单详情 7**/
.orderDet .non-right,
.share .non-right {
  float: right;
  font-size: 0.8rem;
  color: #1A1A1A;
}
.orderDet .non-right em,
.share .non-right em {
  color: #e60013;
  margin-left: 0.3rem;
}
.orderDet .payer-tip1 span ~ span,
.share .payer-tip1 span ~ span {
  margin-right: 0.5rem;
}
.orderDet .orderDet-list,
.share .orderDet-list {
  width: 100%;
  margin-bottom: 0.1rem;
}
.orderDet .goodsMsg-title,
.share .goodsMsg-title {
  font-size: 0.7rem;
  color: #1A1A1A;
  line-height: 1.1rem;
  padding: 0.3rem 0.75rem;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 1px solid #E6E6E6;
}
.orderDet .goodsMsg-title .look-qr,
.share .goodsMsg-title .look-qr {
  float: right;
  font-size: 0.8rem;
  color: #e60013;
  line-height: 1.1rem;
}
.orderDet .goodsMsg-title .look-qr em,
.share .goodsMsg-title .look-qr em {
  display: inline-block;
  margin-right: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(../img/icon_qrcord.jpg) center center no-repeat;
  background-size: contain;
}
.orderDet .goodsMsg-title .tohome,
.share .goodsMsg-title .tohome {
  width: 3.6rem;
  height: 1.1rem;
  line-height: 1rem;
  float: right;
  font-size: 0.55rem;
  color: #e60013;
  text-align: center;
  border: 1px solid #e60013;
  border-radius: 10rem;
}
.orderDet .goodsMsg-title .tohome em,
.share .goodsMsg-title .tohome em {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 0.7rem;
  height: 0.6rem;
  background: url(../img/icon_shoping.png) center center no-repeat;
  background-size: contain;
}
.orderDet .order-text,
.share .order-text {
  background-color: #fff;
  padding: 0.5rem 0.75rem;
  margin: 0.5rem 0;
}
.orderDet .order-text p,
.share .order-text p {
  font-size: 0.6rem;
  color: #999;
  line-height: 0.9rem;
}
.orderDet .od-btn,
.share .od-btn {
  float: right;
  line-height: 2.5rem;
  width: 7.5rem;
  text-align: center;
  font-size: 0.9rem;
  color: #1A1A1A;
  background-color: #ededed;
}
.orderDet .od-btn.active,
.share .od-btn.active {
  color: #fff;
  background-color: #e60013;
}
/**在线支付 8**/
.online {
  background-color: #fff;
}
.online .payment-msg {
  background-color: #fffdf1;
  padding: 1rem 0;
  border-bottom: 0.5rem solid #F5F5F5;
}
.online .step-content {
  display: -webkit-flex;
  padding-top: 1.2rem;
  margin-bottom: 0.8rem;
}
.online .step-content span {
  -webkit-flex: 1;
  font-size: 0.6rem;
  color: #999;
  text-align: center;
  position: relative;
  padding-top: 1.2rem;
}
.online .step-content .step1:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.3rem;
  left: 50%;
  margin-left: -0.25rem;
  background: url(../img/da_qr.png) center center no-repeat;
  background-size: contain;
  background-color: #fff;
  z-index: 2;
}
.online .step-content .step1:after,
.online .step-content .step2:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  height: 0.15rem;
}
.online .step-content .step1:after {
  right: 0;
  left: 50%;
  background-color: #008600;
}
.online .step-content .step2:after {
  right: 50%;
  left: 0;
  background-color: #dddfdd;
}
.online .step-content .step2:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.3rem;
  right: 50%;
  margin-right: -0.25rem;
  border-radius: 10rem;
  background-color: #dddfdd;
  z-index: 2;
}
.online .payment-price {
  text-align: center;
  font-size: 0.75rem;
  color: #999;
  line-height: 2rem;
}
.online .payment-price span {
  color: #e60013;
  font-size: 0.9rem;
  margin-left: 0.3rem;
}
.online .payment-price em {
  font-size: 1.7rem;
}
.online .payment-text {
  font-size: 0.65rem;
  color: #1A1A1A;
  text-align: center;
}
.online .payment-type {
  font-size: 0.65rem;
  color: #4D4D4D;
  padding: 0 0.75rem;
  line-height: 2rem;
}
.online .payment-type span {
  color: #1A1A1A;
}
.online .payment-type em {
  display: inline-block;
  width: 0.85rem;
  height: 0.8rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(../img/wx.png) center center no-repeat;
  background-size: contain;
  margin: 0 0.3rem 0 0.2rem;
}
.online .payment-btn {
  display: block;
  width: 16.5rem;
  height: 2.2rem;
  line-height: 2.2rem;
  margin: 0 auto;
  background-color: #e60013;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  border-radius: 0.3rem;
  margin-top: 8rem;
}
/**下单成功 9**/
.orderSuccess {
  background-color: #fff;
}
.orderSuccess .success-img {
  padding-top: 2.5rem;
}
.orderSuccess .success-img span {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: url(../img/icon_wc.png) center center no-repeat;
  background-size: 2rem auto;
  background-color: #29a529;
  margin: 0 auto;
}
.orderSuccess .success-img p {
  font-size: 0.75rem;
  color: #29a529;
  text-align: center;
  line-height: 1.5rem;
}
.orderSuccess .tihuonum {
  font-size: 0.75rem;
  color: #1A1A1A;
  text-align: center;
  padding-bottom: 2.5rem;
  margin-top: 1.2rem;
}
.orderSuccess .tihuonum span {
  font-size: 0.9rem;
  color: #e60013;
}
.orderSuccess .success-btns {
  padding: 0.9rem 2rem;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
}
.orderSuccess .btns-item {
  display: block;
  width: 6.7rem;
  height: 2.1rem;
  line-height: 2rem;
  border: 1px solid #ccc;
  border-radius: 0.2rem;
  text-align: center;
  font-size: 0.75rem;
  color: #1A1A1A;
}
.orderSuccess .btns-item ~ .btns-item {
  color: #e60013;
  border-color: #e60013;
}
.orderSuccess .success-tip {
  padding: 0.7rem 0.8rem 2.3rem 0.8rem;
}
.orderSuccess .success-tip p {
  font-size: 0.6rem;
  color: #808080;
  word-break: break-all;
  line-height: 0.9rem;
}
.orderSuccess .success-tip span {
  color: #e60013;
}
.orderSuccess .safety-tips {
  padding: 0.7rem 0.8rem 2.3rem 1.85rem;
  background: url(../img/intentione2.png) 0.75rem 0.7rem no-repeat;
  background-size: 0.8rem auto;
  background-color: #F5F5F5;
}
.orderSuccess .safety-tips p {
  font-size: 0.6rem;
  color: #4D4D4D;
  word-break: break-all;
  line-height: 0.9rem;
}
/**分享订单详情 10**/
.share .share-people {
  background-color: #fff;
}
.share .share-people .title {
  font-size: 0.5rem;
  color: #333;
  padding: 0 0.75rem;
  line-height: 1.5rem;
  border-bottom: 1px solid #E6E6E6;
}
.share .people-content {
  padding: 0.5rem;
}
.share .people-list {
  overflow: hidden;
  height: 2.5rem;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.share .people-item {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.15rem;
}
.share .people-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.share .toggle-list {
  text-align: center;
  font-size: 0.6rem;
  color: #999;
  line-height: 1.8rem;
  border-top: 1px solid #E6E6E6;
}
.share .toggle-list em {
  display: inline-block;
  vertical-align: middle;
  width: 0.7rem;
  height: 0.7rem;
  background: url(../img/right-back.png) center center no-repeat;
  background-size: auto 0.7rem;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  margin-right: 0.2rem;
  position: relative;
  top: -1px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.share .toggle-list.active em {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
/**订单列表 11**/
.pagelist .home-content {
  top: 2rem;
  bottom: 0;
}
/* 
	2018-10-22
 */
.home .shop-text {
  padding-top: 0;
}
.home .shop-name {
  line-height: 1.4rem;
}
.home .shop-address {
  /*display: inline-block;*/
  display: none;
  vertical-align: text-top;
  font-size: 0.65rem;
  color: #fff;
  background-color: #f39700;
  padding: 0 0.35rem;
  line-height: 1rem;
  border-radius: 0.15rem;
}
.addrlist .addr-list-icon {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  height: 100%;
  font-size: 0.6rem;
  position: relative;
  z-index: 10;
}
.addrlist .addr-list-icon .mui-icon {
  font-size: 0.65rem;
}
.addrlist .not-length {
  font-size: 0.7rem;
  text-align: center;
  line-height: 2.2rem;
  color: #666;
}
.addrlist .list-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 4.6rem;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.addrlist .list-box .list-box-item {
  border-bottom: 0.5rem solid #f5f5f5;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
}
.addrlist .list-box .list-box-item .image {
  width: 3.25rem;
  height: 3.25rem;
  overflow: hidden;
}
.addrlist .list-box .list-box-item .image img {
  width: 100%;
  height: 100%;
}
.addrlist .list-box .list-box-item .text {
  width: 10rem;
}
.addrlist .list-box .list-box-item .text .text-top,
.addrlist .list-box .list-box-item .text .text-bottom {
  font-size: 0.6rem;
  color: #4d4d4d;
}
.addrlist .list-box .list-box-item .text .text-center {
  font-size: 0.75rem;
  color: #1a1a1a;
  line-height: 1.2rem;
}
.addrlist .list-box .list-box-item .btn {
  width: 3.2rem;
  height: 1rem;
  font-size: 0.6rem;
  color: #fff;
  background-color: #f39700;
  line-height: 1rem;
  padding: 0 0.3rem;
  border-radius: 0.15rem;
}
/* 
	2018-10-22 end
 */
/* 2018-10-23 */
.addr-search {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-around;
  padding: 0.5rem 0.85rem;
  margin-top: -0.2rem;
}
.addr-search input[type="text"] {
  padding: 0 1.5rem;
  height: 1.6rem;
  border-color: #d2d2d2;
  font-size: 0.6rem;
  border-radius: 0.25rem;
  background: url(../img/search.png) no-repeat 0.6rem center;
  background-size: auto 46%;
}
.addr-search .addr-search-btn {
  width: 2.5rem;
  line-height: 1.5rem;
  text-align: center;
  font-size: 0.6rem;
  color: #525252;
  border-radius: 0.125rem;
  border: 1px solid #999;
  margin-left: 0.55rem;
}
.addr-search:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: ' ';
  background-color: #ccc;
  transform: scaleY(0.8);
  -webkit-transform: scaleY(0.8);
  -ms-transform: scaleY(0.8);
}
/* 2018-10-23 end */
