@charset "UTF-8";
/*color------------------------------------------------------------------------------------------------------------------*/
.color-dark {
  color: #3b3f50;
}

.bg-dark {
  background-color: #3b3f50;
}

.color-light {
  color: #999999;
}

.bg-light {
  background-color: #999999;
}

.color-gray {
  color: #666666;
}

.bg-gray {
  background-color: #666666;
}

.color-blue {
  color: #518dff;
}

.bg-blue {
  background-color: #518dff;
}

.color-blue-deep {
  color: #2d85e4;
}

.bg-blue-deep {
  background-color: #2d85e4;
}

.color-red {
  color: #ff4c4c;
}

.bg-red {
  background-color: #ff4c4c;
}

.color-yellow {
  color: #fac603;
}

.bg-yellow {
  background-color: #fac603;
}

.color-orange {
  color: #fc9153;
}

.bg-orange {
  background-color: #fc9153;
}

.color-green {
  color: #62aa3a;
}

.bg-green {
  background-color: #62aa3a;
}

.color-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.color-black {
  color: #282828;
}

.bg-black {
  background-color: #282828;
}

/*init-------------------------------------------------------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  touch-action: none;
}

*:before {
  box-sizing: border-box;
}

*:after {
  box-sizing: border-box;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

[hidefocus],
summary {
  outline: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}

sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

input {
  outline: none;
  border: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: bold;
}

del,
ins,
u,
a,
a:hover {
  text-decoration: none;
}

a,
button {
  cursor: pointer;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}

::-webkit-scrollbar {
  display: none;
}

/*隐藏滚动条*/
html,
body {
  background-color: #000;
  font-size: 0.6rem;
  color: #282828;
  font-family: "Microsoft YaHei", Helvetica Neue, Helvetica, Arial, PingFang SC,
    Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

html a,
body a {
  color: #282828;
}

a {
  color: #282828;
  text-decoration: none;
}

.iconfont {
  font-size: 0.6rem;
}

/*常用功能样式*/
.clearfix,
.section,
.common,
.page-top,
.join,
.list-shops li,
.list-order li,
.list-order li .line,
.detail-format .inner,
.confirm-item,
.list-comment li {
  *zoom: 1;
}

.clearfix:after,
.section:after,
.common:after,
.page-top:after,
.join:after,
.list-shops li:after,
.list-order li:after,
.list-order li .line:after,
.detail-format .inner:after,
.confirm-item:after,
.list-comment li:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}

/*清除浮动*/
.img100,
.list-shops li .left,
.list-order li .pic,
.mine-info .pic,
.detail-shop .info .photo,
.detail-format .inner .pic,
.detail-good .pic,
.confirm-item .pic,
.list-comment li .pic,
.good-side-right .item .photo {
  overflow: hidden;
}

.img100 img,
.list-shops li .left img,
.list-order li .pic img,
.mine-info .pic img,
.detail-shop .info .photo img,
.detail-format .inner .pic img,
.detail-good .pic img,
.confirm-item .pic img,
.list-comment li .pic img,
.good-side-right .item .photo img {
  display: block;
  width: 100%;
  height: 100%;
}

.hide {
  display: none;
}

/*隐藏*/
.show {
  display: block;
}

/*显示*/
.fl {
  float: left;
}

/*左浮动*/
.fr {
  float: right;
}

/*右浮动*/
.pr {
  position: relative;
}

/*相对定位*/
.pa {
  position: absolute;
}

/*绝对定位*/
.pf {
  position: fixed;
}

/*固定定位*/
.fwn {
  font-weight: normal;
}

/*文字-标准*/
.fwb {
  font-weight: bold;
}

/*文字-变粗*/
.tal {
  text-align: left;
}

/*文字居左*/
.tac {
  text-align: center;
}

/*文字居中*/
.tar {
  text-align: right;
}

/*文字居右*/
.vam {
  vertical-align: middle;
}

/*垂直居中*/
.vat {
  vertical-align: top;
}

/*垂直居上*/
.vab {
  vertical-align: bottom;
}

/*垂直居下*/
.csp {
  cursor: pointer;
}

/*光标-手*/
.csd {
  cursor: default;
}

/*光标-箭头*/
.csh {
  cursor: help;
}

/*光标-问号*/
.csm {
  cursor: move;
}

/*光标-四个箭头*/
.ma {
  margin: 0 auto;
}

/*水平自动居中*/
.onetxt,
.index-activity .page-top .left span,
.header .title,
.list-shops li .right .name,
.list-order li .name,
.detail-shop .info .desc,
.detail-good .price,
.confirm-item .name,
.confirm-address .desc,
.list-address .item-bottom,
.good-side-left .item,
.location-list .item .name,
.location-list .item .desc {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/*文字只显示一行*/
.moretxt {
  text-overflow: clip;
  white-space: normal;
  overflow: hidden;
}

.img-block {
  display: block;
  width: 100%;
}

.ms-controller {
  visibility: hidden;
}

.ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fs-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.padding-none {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-none {
  margin-top: 0;
  margin-bottom: 0;
}

.divider-none {
  height: 0;
}

.padding-small {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.margin-small {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.divider-small {
  height: 0.25rem;
}

.padding-default {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.margin-default {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.divider-default {
  height: 0.5rem;
}

.padding-big {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.margin-big {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.divider-big {
  height: 1rem;
}

.padding-big-sup {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.margin-big-sup {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.divider-big-sup {
  height: 2rem;
}

.lh-none {
  line-height: 0;
}

.lh-small {
  line-height: 1.2em;
}

.lh-default {
  line-height: 1.5em;
}

.lh-big {
  line-height: 2em;
}

.lh-big-sup {
  line-height: 3rem;
}

.fs-small {
  font-size: 0.5rem;
}

.fs-default {
  font-size: 0.6rem;
}

.fs-big {
  font-size: 0.7rem;
}

.fs-big-sup {
  font-size: 0.8rem;
}

.border-top {
  position: relative;
}

.border-top:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  background-color: #ededed;
  display: block;
  z-index: 8;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.border-bottom,
.sign-form .inner,
.location-list .item {
  position: relative;
}

.border-bottom:after,
.sign-form .inner:after,
.location-list .item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: #ededed;
  display: block;
  z-index: 8;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.border-left {
  position: relative;
}

.border-left:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background-color: #ededed;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.border-right {
  position: relative;
}

.border-right:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: #ededed;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.section {
  width: 100%;
  position: relative;
}

.common {
  width: 15rem;
  display: block;
  margin: 0 auto;
  position: relative;
}

.common.small {
  width: 14.5rem;
}

.page {
  position: absolute;
  left: 50%;
  margin-left: -8rem;
  width: 16rem;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background: #eee;
}

.content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*gird-------------------------------------------------------------------------------------------------------------------------*/
.row {
  *zoom: 1;
  margin-left: -2%;
}

.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.row > [class*="col-"] {
  float: left;
}

.row .col-5 {
  width: 3%;
  margin-left: 2%;
}

.row .col-10 {
  width: 8%;
  margin-left: 2%;
}

.row .col-15 {
  width: 13%;
  margin-left: 2%;
}

.row .col-20 {
  width: 18%;
  margin-left: 2%;
}

.row .col-25 {
  width: 23%;
  margin-left: 2%;
}

.row .col-30 {
  width: 28%;
  margin-left: 2%;
}

.row .col-35 {
  width: 33%;
  margin-left: 2%;
}

.row .col-40 {
  width: 38%;
  margin-left: 2%;
}

.row .col-45 {
  width: 43%;
  margin-left: 2%;
}

.row .col-50 {
  width: 48%;
  margin-left: 2%;
}

.row .col-55 {
  width: 53%;
  margin-left: 2%;
}

.row .col-60 {
  width: 58%;
  margin-left: 2%;
}

.row .col-65 {
  width: 63%;
  margin-left: 2%;
}

.row .col-70 {
  width: 68%;
  margin-left: 2%;
}

.row .col-75 {
  width: 73%;
  margin-left: 2%;
}

.row .col-80 {
  width: 78%;
  margin-left: 2%;
}

.row .col-85 {
  width: 83%;
  margin-left: 2%;
}

.row .col-90 {
  width: 88%;
  margin-left: 2%;
}

.row .col-95 {
  width: 93%;
  margin-left: 2%;
}

.row .col-100 {
  width: 98%;
  margin-left: 2%;
}

.row .col-66 {
  width: 64.66666666666666%;
  margin-left: 2%;
}

.row .col-33 {
  width: 31.333333333333332%;
  margin-left: 2%;
}

.row.no-gutter {
  margin-left: 0;
}

.row.no-gutter .col-5 {
  width: 5%;
  margin-left: 0;
}

.row.no-gutter .col-10 {
  width: 10%;
  margin-left: 0;
}

.row.no-gutter .col-15 {
  width: 15%;
  margin-left: 0;
}

.row.no-gutter .col-20 {
  width: 20%;
  margin-left: 0;
}

.row.no-gutter .col-25 {
  width: 25%;
  margin-left: 0;
}

.row.no-gutter .col-30 {
  width: 30%;
  margin-left: 0;
}

.row.no-gutter .col-35 {
  width: 35%;
  margin-left: 0;
}

.row.no-gutter .col-40 {
  width: 40%;
  margin-left: 0;
}

.row.no-gutter .col-45 {
  width: 45%;
  margin-left: 0;
}

.row.no-gutter .col-50 {
  width: 50%;
  margin-left: 0;
}

.row.no-gutter .col-55 {
  width: 55%;
  margin-left: 0;
}

.row.no-gutter .col-60 {
  width: 60%;
  margin-left: 0;
}

.row.no-gutter .col-65 {
  width: 65%;
  margin-left: 0;
}

.row.no-gutter .col-70 {
  width: 70%;
  margin-left: 0;
}

.row.no-gutter .col-75 {
  width: 75%;
  margin-left: 0;
}

.row.no-gutter .col-80 {
  width: 80%;
  margin-left: 0;
}

.row.no-gutter .col-85 {
  width: 85%;
  margin-left: 0;
}

.row.no-gutter .col-90 {
  width: 90%;
  margin-left: 0;
}

.row.no-gutter .col-95 {
  width: 95%;
  margin-left: 0;
}

.row.no-gutter .col-100 {
  width: 100%;
  margin-left: 0;
}

.row.no-gutter .col-66 {
  width: 66.66666666666666%;
  margin-left: 0;
}

.row.no-gutter .col-33 {
  width: 33.333333333333332%;
  margin-left: 0;
}

.row.gutter {
  margin-left: -4%;
}

.row.gutter .col-5 {
  width: 1%;
  margin-left: 4%;
}

.row.gutter .col-10 {
  width: 6%;
  margin-left: 4%;
}

.row.gutter .col-15 {
  width: 11%;
  margin-left: 4%;
}

.row.gutter .col-20 {
  width: 16%;
  margin-left: 4%;
}

.row.gutter .col-25 {
  width: 21%;
  margin-left: 4%;
}

.row.gutter .col-30 {
  width: 26%;
  margin-left: 4%;
}

.row.gutter .col-35 {
  width: 31%;
  margin-left: 4%;
}

.row.gutter .col-40 {
  width: 36%;
  margin-left: 4%;
}

.row.gutter .col-45 {
  width: 41%;
  margin-left: 4%;
}

.row.gutter .col-50 {
  width: 46%;
  margin-left: 4%;
}

.row.gutter .col-55 {
  width: 51%;
  margin-left: 4%;
}

.row.gutter .col-60 {
  width: 56%;
  margin-left: 4%;
}

.row.gutter .col-65 {
  width: 61%;
  margin-left: 4%;
}

.row.gutter .col-70 {
  width: 66%;
  margin-left: 4%;
}

.row.gutter .col-75 {
  width: 71%;
  margin-left: 4%;
}

.row.gutter .col-80 {
  width: 76%;
  margin-left: 4%;
}

.row.gutter .col-85 {
  width: 81%;
  margin-left: 4%;
}

.row.gutter .col-90 {
  width: 86%;
  margin-left: 4%;
}

.row.gutter .col-95 {
  width: 91%;
  margin-left: 4%;
}

.row.gutter .col-100 {
  width: 96%;
  margin-left: 4%;
}

.row.gutter .col-66 {
  width: 62.66666666666666%;
  margin-left: 4%;
}

.row.gutter .col-33 {
  width: 29.333333333333332%;
  margin-left: 4%;
}

.row.gutter-big {
  margin-left: -6%;
}

.row.gutter-big .col-5 {
  width: -1%;
  margin-left: 6%;
}

.row.gutter-big .col-10 {
  width: 4%;
  margin-left: 6%;
}

.row.gutter-big .col-15 {
  width: 9%;
  margin-left: 6%;
}

.row.gutter-big .col-20 {
  width: 14%;
  margin-left: 6%;
}

.row.gutter-big .col-25 {
  width: 19%;
  margin-left: 6%;
}

.row.gutter-big .col-30 {
  width: 24%;
  margin-left: 6%;
}

.row.gutter-big .col-35 {
  width: 29%;
  margin-left: 6%;
}

.row.gutter-big .col-40 {
  width: 34%;
  margin-left: 6%;
}

.row.gutter-big .col-45 {
  width: 39%;
  margin-left: 6%;
}

.row.gutter-big .col-50 {
  width: 44%;
  margin-left: 6%;
}

.row.gutter-big .col-55 {
  width: 49%;
  margin-left: 6%;
}

.row.gutter-big .col-60 {
  width: 54%;
  margin-left: 6%;
}

.row.gutter-big .col-65 {
  width: 59%;
  margin-left: 6%;
}

.row.gutter-big .col-70 {
  width: 64%;
  margin-left: 6%;
}

.row.gutter-big .col-75 {
  width: 69%;
  margin-left: 6%;
}

.row.gutter-big .col-80 {
  width: 74%;
  margin-left: 6%;
}

.row.gutter-big .col-85 {
  width: 79%;
  margin-left: 6%;
}

.row.gutter-big .col-90 {
  width: 84%;
  margin-left: 6%;
}

.row.gutter-big .col-95 {
  width: 89%;
  margin-left: 6%;
}

.row.gutter-big .col-100 {
  width: 94%;
  margin-left: 6%;
}

.row.gutter-big .col-66 {
  width: 60.66666666666666%;
  margin-left: 6%;
}

.row.gutter-big .col-33 {
  width: 27.333333333333332%;
  margin-left: 6%;
}

/*button-----------------------------------------------------------------------------------------------------------------------*/
.btn {
  color: #282828;
  outline: none;
  padding: 0.25rem 0.75rem;
  cursor: pointer;
  border-radius: 0.1rem;
  font-size: 0.6rem;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  transition: color 0.2s linear, background-color 0.2s linear,
    border 0.2s linear, box-shadow 0.2s linear;
  position: relative;
  margin-right: 0.25rem;
}

.btn:last-child {
  margin-right: 0;
}

.btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ededed;
  width: 200%;
  height: 200%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 0.2rem;
}

.btn.active {
  color: #fff;
  background-color: #ff4c4c;
}

.btn.btn-fill {
  background-color: #eee;
  color: #282828;
  border-color: #ededed;
  margin-bottom: 10px;
}

.btn .iconfont {
  display: inline-block;
  width: 0.7rem;
  text-align: center;
}

.btn .iconfont.icon-left {
  margin-right: 0.25rem;
}

.btn .iconfont.icon-right {
  margin-left: 0.25rem;
}

.btn.btn-block {
  display: block;
  width: 100%;
}

.btn.btn-block + .btn-block {
  margin-top: 0.25rem;
}

.btn.btn-s {
  padding: 0.15rem 0.45rem;
}

.btn.btn-m {
  padding: 0.25rem 0.75rem;
}

.btn.btn-l {
  font-size: 0.7rem;
  line-height: 1rem;
  padding: 0.25rem 0.85rem;
}

.btn.btn-xl {
  font-size: 0.7rem;
  line-height: 1rem;
  padding: 0.35rem 1.05rem;
}

.btn.btn-xxl {
  font-size: 0.7rem;
  line-height: 1rem;
  padding: 0.45rem 1.25rem;
}

.btn.btn-dark {
  color: #3b3f50;
  background-color: #fff;
}

.btn.btn-dark:after {
  border-color: #3b3f50;
}

.btn.btn-dark.btn-fill {
  color: #fff;
  background-color: #3b3f50;
}

.btn.btn-dark.disabled {
  color: #c6c6c6;
  cursor: not-allowed;
}

.btn.btn-dark.disabled:after {
  border-color: #c6c6c6;
}

.btn.btn-light {
  color: #999999;
  background-color: #fff;
}

.btn.btn-light:after {
  border-color: #999999;
}

.btn.btn-light.btn-fill {
  color: #fff;
  background-color: #999999;
}

.btn.btn-light.disabled {
  color: #c6c6c6;
  cursor: not-allowed;
}

.btn.btn-light.disabled:after {
  border-color: #c6c6c6;
}

.btn.btn-gray {
  color: #666666;
  background-color: #fff;
}

.btn.btn-gray:after {
  border-color: #666666;
}

.btn.btn-gray.btn-fill {
  color: #fff;
  background-color: #666666;
}

.btn.btn-gray.disabled {
  color: #c6c6c6;
  cursor: not-allowed;
}

.btn.btn-gray.disabled:after {
  border-color: #c6c6c6;
}

.btn.btn-blue {
  color: #518dff;
  background-color: #fff;
}

.btn.btn-blue:after {
  border-color: #518dff;
}

.btn.btn-blue.btn-fill {
  color: #fff;
  background-color: #518dff;
}

.btn.btn-blue.disabled {
  color: #c6c6c6;
  cursor: not-allowed;
}

.btn.btn-blue.disabled:after {
  border-color: #c6c6c6;
}

.btn.btn-blue-deep {
  color: #2d85e4;
  background-color: #fff;
}

.btn.btn-blue-deep:after {
  border-color: #2d85e4;
}

.btn.btn-blue-deep.btn-fill {
  color: #fff;
  background-color: #2d85e4;
}

.btn.btn-blue-deep.disabled {
  color: #c6c6c6;
  cursor: not-allowed;
}

.btn.btn-blue-deep.disabled:after {
  border-color: #c6c6c6;
}

.btn.btn-red {
  color: #ff4c4c;
  background-color: #fff;
}

.btn.btn-red:after {
  border-color: #ff4c4c;
}

.btn.btn-red.btn-fill {
  color: #fff;
  background-color: #ff4c4c;
}

.btn.btn-red.disabled {
  color: #c6c6c6;
  cursor: not-allowed;
}

.btn.btn-red.disabled:after {
  border-color: #c6c6c6;
}

.btn.btn-yellow {
  color: #fac603;
  background-color: #fff;
}

.btn.btn-yellow:after {
  border-color: #fac603;
}

.btn.btn-yellow.btn-fill {
  color: #fff;
  background-color: #fac603;
}

.btn.btn-yellow.disabled {
  color: #c6c6c6;
  cursor: not-allowed;
}

.btn.btn-yellow.disabled:after {
  border-color: #c6c6c6;
}

.btn.btn-orange {
  color: #fc9153;
  background-color: #fff;
}

.btn.btn-orange:after {
  border-color: #fc9153;
}

.btn.btn-orange.btn-fill {
  color: #fff;
  background-color: #fc9153;
}

.btn.btn-orange.disabled {
  color: #c6c6c6;
  cursor: not-allowed;
}

.btn.btn-orange.disabled:after {
  border-color: #c6c6c6;
}

.btn.btn-green {
  color: #62aa3a;
  background-color: #fff;
}

.btn.btn-green:after {
  border-color: #62aa3a;
}

.btn.btn-green.btn-fill {
  color: #fff;
  background-color: #62aa3a;
}

.btn.btn-green.disabled {
  color: #c6c6c6;
  cursor: not-allowed;
}

.btn.btn-green.disabled:after {
  border-color: #c6c6c6;
}

.btn.btn-white {
  color: #ffffff;
  background-color: #fff;
}

.btn.btn-white:after {
  border-color: #ffffff;
}

.btn.btn-white.btn-fill {
  color: #fff;
  background-color: #ffffff;
}

.btn.btn-white.disabled {
  color: #c6c6c6;
  cursor: not-allowed;
}

.btn.btn-white.disabled:after {
  border-color: #c6c6c6;
}

.btn.btn-black {
  color: #282828;
  background-color: #fff;
}

.btn.btn-black:after {
  border-color: #282828;
}

.btn.btn-black.btn-fill {
  color: #fff;
  background-color: #282828;
}

.btn.btn-black.disabled {
  color: #c6c6c6;
  cursor: not-allowed;
}

.btn.btn-black.disabled:after {
  border-color: #c6c6c6;
}

.btn.w40 {
  width: 4rem;
}

.btn.w50 {
  width: 5rem;
}

.btn.w60 {
  width: 6rem;
}

.btn.w70 {
  width: 7rem;
}

.btn.w80 {
  width: 8rem;
}

.btn.w90 {
  width: 9rem;
}

.btn.w100 {
  width: 10rem;
}

.btn.w110 {
  width: 11rem;
}

.btn.w120 {
  width: 12rem;
}

.btn.w130 {
  width: 13rem;
}

.btn.w140 {
  width: 14rem;
}

.btn.w150 {
  width: 15rem;
}

.btn.w160 {
  width: 16rem;
}

.btn.w170 {
  width: 17rem;
}

.btn.w180 {
  width: 18rem;
}

.btn.w190 {
  width: 19rem;
}

.btn.w200 {
  width: 20rem;
}

.btn-group {
  position: relative;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
}

.btn-group .btn {
  position: relative;
  border-radius: 0;
  border: 1px solid #ededed;
  margin-right: 0;
}

.btn-group .btn:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.btn-group .btn:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.btn-group .btn:after {
  content: "";
  display: none;
}

.btn-group .btn + .btn {
  margin-left: -1px;
}

.btn-group .btn.btn-dark.btn-fill {
  border-color: #252833;
}

.btn-group .btn.btn-dark.btn-fill:hover {
  background-color: rgba(59, 63, 80, 0.85);
  border-color: #252833;
}

.btn-group .btn.btn-light.btn-fill {
  border-color: gray;
}

.btn-group .btn.btn-light.btn-fill:hover {
  background-color: rgba(153, 153, 153, 0.85);
  border-color: gray;
}

.btn-group .btn.btn-gray.btn-fill {
  border-color: #4d4d4d;
}

.btn-group .btn.btn-gray.btn-fill:hover {
  background-color: rgba(102, 102, 102, 0.85);
  border-color: #4d4d4d;
}

.btn-group .btn.btn-blue.btn-fill {
  border-color: #1e6cff;
}

.btn-group .btn.btn-blue.btn-fill:hover {
  background-color: rgba(81, 141, 255, 0.85);
  border-color: #1e6cff;
}

.btn-group .btn.btn-blue-deep.btn-fill {
  border-color: #196cc5;
}

.btn-group .btn.btn-blue-deep.btn-fill:hover {
  background-color: rgba(45, 133, 228, 0.85);
  border-color: #196cc5;
}

.btn-group .btn.btn-red.btn-fill {
  border-color: #ff1919;
}

.btn-group .btn.btn-red.btn-fill:hover {
  background-color: rgba(255, 76, 76, 0.85);
  border-color: #ff1919;
}

.btn-group .btn.btn-yellow.btn-fill {
  border-color: #c89e02;
}

.btn-group .btn.btn-yellow.btn-fill:hover {
  background-color: rgba(250, 198, 3, 0.85);
  border-color: #c89e02;
}

.btn-group .btn.btn-orange.btn-fill {
  border-color: #fb7121;
}

.btn-group .btn.btn-orange.btn-fill:hover {
  background-color: rgba(252, 145, 83, 0.85);
  border-color: #fb7121;
}

.btn-group .btn.btn-green.btn-fill {
  border-color: #4c842d;
}

.btn-group .btn.btn-green.btn-fill:hover {
  background-color: rgba(98, 170, 58, 0.85);
  border-color: #4c842d;
}

.btn-group .btn.btn-white.btn-fill {
  border-color: #e6e6e6;
}

.btn-group .btn.btn-white.btn-fill:hover {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: #e6e6e6;
}

.btn-group .btn.btn-black.btn-fill {
  border-color: #0f0f0f;
}

.btn-group .btn.btn-black.btn-fill:hover {
  background-color: rgba(40, 40, 40, 0.85);
  border-color: #0f0f0f;
}

.btn-group.btn-group-vertical .btn {
  display: block;
  float: none;
  max-width: 100%;
  min-width: 100px;
}

.btn-group.btn-group-vertical .btn:first-child {
  border-radius: 2px 2px 0 0;
}

.btn-group.btn-group-vertical .btn:last-child {
  border-radius: 0 0 2px 2px;
}

.btn-group.btn-group-vertical .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}

/*text---------------------------------------------------------------------------------------------------*/
.tag {
  display: inline-block;
  padding: 0 0.15rem;
  font-size: 0.3rem;
  border-radius: 0.1rem;
  border: 1px solid #ff4c4c;
  color: #ff4c4c;
  background-color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: 2px;
  cursor: default;
  vertical-align: middle;
  line-height: 1.5;
}

.tag.tag-s {
  padding: 0 0.1rem;
}

.tag.tag-m {
  padding: 0 0.15rem;
}

.tag.tag-l {
  padding: 0.05rem 0.2rem;
  font-size: 0.35rem;
}

.tag ~ .tag {
  margin-left: 0.2rem;
}

.tag.tag-dark {
  color: #3b3f50;
  border-color: #3b3f50;
}

.tag.tag-dark.tag-fill {
  color: #fff;
  background-color: #3b3f50;
}

.tag.tag-light {
  color: #999999;
  border-color: #999999;
}

.tag.tag-light.tag-fill {
  color: #fff;
  background-color: #999999;
}

.tag.tag-gray {
  color: #666666;
  border-color: #666666;
}

.tag.tag-gray.tag-fill {
  color: #fff;
  background-color: #666666;
}

.tag.tag-blue {
  color: #518dff;
  border-color: #518dff;
}

.tag.tag-blue.tag-fill {
  color: #fff;
  background-color: #518dff;
}

.tag.tag-blue-deep {
  color: #2d85e4;
  border-color: #2d85e4;
}

.tag.tag-blue-deep.tag-fill {
  color: #fff;
  background-color: #2d85e4;
}

.tag.tag-red {
  color: #ff4c4c;
  border-color: #ff4c4c;
}

.tag.tag-red.tag-fill {
  color: #fff;
  background-color: #ff4c4c;
}

.tag.tag-yellow {
  color: #fac603;
  border-color: #fac603;
}

.tag.tag-yellow.tag-fill {
  color: #fff;
  background-color: #fac603;
}

.tag.tag-orange {
  color: #fc9153;
  border-color: #fc9153;
}

.tag.tag-orange.tag-fill {
  color: #fff;
  background-color: #fc9153;
}

.tag.tag-green {
  color: #62aa3a;
  border-color: #62aa3a;
}

.tag.tag-green.tag-fill {
  color: #fff;
  background-color: #62aa3a;
}

.tag.tag-white {
  color: #ffffff;
  border-color: #ffffff;
}

.tag.tag-white.tag-fill {
  color: #fff;
  background-color: #ffffff;
}

.tag.tag-black {
  color: #282828;
  border-color: #282828;
}

.tag.tag-black.tag-fill {
  color: #fff;
  background-color: #282828;
}

/*内容---------------------------------------------------------------------------------------------------*/
.hr {
  height: 1px;
  background-color: #eee;
}

.bottom-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.1rem;
  line-height: 2.1rem;
  text-align: center;
  background-color: #fff;
  color: #ff4c4c;
}

.bottom-btn ~ .content {
  bottom: 2.1rem;
}

.bottom-nav {
  height: 2.1rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 10;
}

.bottom-nav:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  height: 1px;
  width: 100%;
  background-color: #ededed;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.bottom-nav ~ .content {
  bottom: 2.1rem;
}

.bottom-nav .item {
  position: relative;
  display: table-cell;
  width: 1%;
  height: 2.1rem;
  color: #666666;
  text-align: center;
  vertical-align: middle;
}

.bottom-nav .item.active {
  color: #ff4c4c;
}

.bottom-nav .iconfont {
  font-size: 1rem;
  display: block;
  line-height: 1;
}

.bottom-nav span {
  position: relative;
  top: 0.15rem;
  font-size: 0.55rem;
  display: block;
  line-height: 1;
}

.index-activity {
  height: 9.2rem;
  position: relative;
  background-color: #fff;
  padding-top: 1.8rem;
}

.index-activity .index-banner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: 0 0 9rem 9rem/0 0 0.6rem 0.6rem;
  -webkit-border-radius: 0 0 9rem 9rem/0 0 0.6rem 0.6rem;
  -moz-border-radius: 0 0 9rem 9rem/0 0 0.6rem 0.6rem;
  -ms-border-radius: 0 0 9rem 9rem/0 0 0.6rem 0.6rem;
  -o-border-radius: 0 0 9rem 9rem/0 0 0.6rem 0.6rem;
}

.index-activity .index-banner .swiper-wrapper {
  height: 100%;
}

.index-activity .index-banner .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
}

.index-activity .search-box {
  position: absolute;
  width: 16rem;
  left: 50%;
  margin-left: -8rem;
  top: 1.8rem;
  z-index: 1;
}

.index-activity .search-box.fixed {
  background-color: #ff4c4c;
  position: fixed;
  top: 0;
  z-index: 99;
}

.index-activity .search-box .btn {
  height: 1.5rem;
}

.index-activity .page-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.index-activity .page-top .left span {
  max-width: 8em;
}

.index-activity .page-top a {
  color: #fff;
}

.page-top {
  color: #fff;
  padding: 0.3rem 0;
  line-height: 1.2rem;
  height: 1.8rem;
}

.page-top .left {
  float: left;
  font-size: 0.65rem;
}

.page-top .left span {
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
  margin: 0 0.1rem;
}

.page-top .right {
  float: right;
}

.header {
  height: 1.8rem;
  line-height: 1.8rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #ff4c4c;
  padding: 0 0.5rem;
  color: #fff;
  font-size: 0.7rem;
  border-bottom: 1px solid #ff1919;
}

.header a {
  color: #fff;
}

.header ~ .content {
  top: 1.8rem;
}

.header .iconfont {
  font-size: 0.7rem;
}

.header .title {
  margin: 0 2rem;
  height: 1.8rem;
  text-align: center;
  font-weight: 700;
}

.header .confirm-btn-group {
  vertical-align: top;
}

.header .confirm-btn-group .btn {
  line-height: 1.1rem;
  font-weight: normal;
  font-size: 0.55rem;
}

.header .back {
  width: 1.5rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  color: #fff;
  display: inline-block;
}

.header .back .iconfont {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  line-height: 1.25rem;
}

.header .search-input {
  width: 10.5rem;
  height: 1.25rem;
  line-height: 1.25rem;
  background-color: #f5f5f5;
  padding: 0 0.5rem;
  border-radius: 0.1rem;
  margin: 0.275rem 0.5rem;
  vertical-align: top;
}

.header .search-btn {
  width: 1.5rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  color: #fff;
  display: inline-block;
}

.index-banner {
  background-color: #fff;
}

.index-banner img {
  display: block;
  width: 100%;
  height: 100%;
}

.index-banner .swiper-pagination-bullet {
  height: 0.2rem;
  width: 0.8rem;
  border-radius: 0;
  background-color: #eee;
  opacity: 1;
}

.index-banner .swiper-pagination-bullet-active {
  background-color: #ccc;
}

.index-banner .banner-canvas {
  width: 100%;
  height: 100%;
}

.index-banner canvas {
  width: 100%;
  height: 100%;
  transform: scale(1, 1) translate(0, 0) !important;
}

.index-classify {
  height: 7.7rem;
  background-color: #fff;
}

.index-classify .item {
  text-align: center;
  font-size: 0.5rem;
  margin-bottom: 0.5rem;
}

.index-classify .pic {
  width: 1.7rem;
  height: 1.7rem;
  margin: 0.2rem auto;
  border-radius: 50%;
  overflow: hidden;
}

.index-classify .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.index-classify .swiper-pagination {
  bottom: 0;
}

.index-classify .swiper-pagination-bullet {
  height: 0.1rem;
  width: 0.5rem;
  border-radius: 0;
  background-color: #eee;
  opacity: 1;
}

.index-classify .swiper-pagination-bullet-active {
  background-color: #ccc;
}

.join {
  display: block;
  padding: 0.4rem 0.5rem;
  color: #80661a;
  background: url("../src/assets/images/pic/bg-join.png") center center
    no-repeat #ffecb2;
  background-size: cover;
  line-height: 1rem;
}

.join .left {
  float: left;
}

.join .left .iconfont {
  font-size: 0.75rem;
  display: inline-block;
  vertical-align: top;
}

.join .left span {
  font-size: 0.65rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}

.join .left em {
  font-size: 0.5rem;
  display: inline-block;
  vertical-align: top;
}

.join .right {
  float: right;
}

.shops-box {
  padding-top: 3.6rem;
  position: relative;
}

.shops-box.isNt {
  padding-top: 2rem;
}

.shops-box.isNt .filter {
  top: 0;
}

.shops-box.isNt .filter .filter-extend {
  top: 2rem;
}

.shops-box .tit {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 0.65rem;
  line-height: 1.6rem;
  height: 1.6rem;
}

.shops-box .tit span {
  position: relative;
}

.shops-box .tit span:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.75rem;
  height: 0.35rem;
  top: 0.2rem;
  left: -2.2rem;
  background: url("../src/assets/images/icon/tit-left.png") center center
    no-repeat;
  background-size: cover;
}

.shops-box .tit span:after {
  content: "";
  display: block;
  position: absolute;
  width: 1.75rem;
  height: 0.35rem;
  top: 0.2rem;
  right: -2.2rem;
  background: url("../src/assets/images/icon/tit-right.png") center center
    no-repeat;
  background-size: cover;
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner {
  height: 50px;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spinner:after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  -webkit-animation: spinner 0.5s infinite linear;
  animation: spinner 0.5s infinite linear;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 0.2px solid transparent;
  border-top: 2px solid #ff4c4c;
  border-radius: 100%;
  z-index: 1;
}

.filter {
  border-bottom: 1px solid #ededed;
  background-color: #fff;
  height: 2rem;
  position: absolute;
  width: 16rem;
  left: 50%;
  margin-left: -8rem;
  top: 1.6rem;
}

.filter.fixed {
  position: fixed;
  top: 2rem;
  z-index: 99;
}

.filter.show {
  position: fixed;
  top: 2rem;
  z-index: 99;
}

.filter .item {
  font-size: 0;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #666666;
  font-family: SimHei;
}

.filter .item span {
  font-size: 0.55rem;
}

.filter .item .txt {
  display: inline-block;
  max-width: 5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.filter .item .iconfont {
  display: inline-block;
  vertical-align: top;
}

.filter .item.color-red {
  color: #ff4c4c;
}

.filter .item.color-red .iconfont {
  color: #ff4c4c;
}

.filter .item.active {
  color: #282828;
  font-weight: bold;
}

.filter .item.active .iconfont {
  color: #282828;
}

.filter .sort-list {
  text-align: left;
  line-height: 1.5rem;
  color: #666666;
  font-family: SimHei;
}

.filter .sort-list .sort-item {
  position: relative;
}

.filter .sort-list .sort-item .iconfont {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}

.filter .sort-list .sort-item.active {
  color: #ff4c4c;
}

.filter .sort-list .sort-item.active .iconfont {
  display: block;
}

.filter .filter-extend {
  z-index: 10;
  position: fixed;
  width: 16rem;
  left: 50%;
  margin-left: -8rem;
  top: 4rem;
  background-color: #fff;
  padding: 0 0.5rem;
  transition: all 0.2s ease-in-out;
  overflow: auto;
  opacity: 0;
  max-height: 0;
}

.filter .filter-extend.show {
  opacity: 1;
  display: block;
  max-height: 12rem;
  padding: 0.5rem;
}

.filter .extend-tit {
  margin-bottom: 0.5rem;
  color: #666666;
}

.filter .extend-item {
  margin-bottom: 0.25rem;
}

.filter .extend-item.active .btn {
  background-color: #ffe5e5;
  color: #ff4c4c;
}

.filter .extend-item .btn {
  font-size: 0.55rem;
}

.list-shops {
  padding-left: 0.5rem;
}

.list-shops.pt {
  padding-top: 2rem;
}

.list-shops li {
  border-bottom: 1px solid #ededed;
  padding: 0.8rem 0;
}

.list-shops li:last-child {
  border-bottom: 0;
}

.list-shops li .left {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.1rem;
  background-color: #ccc;
  float: left;
}

.list-shops li .right {
  float: left;
  width: 13rem;
  min-height: 2.5rem;
  padding-left: 0.5rem;
}

.list-shops li .right .line {
  font-size: 0.5rem;
  color: #666666;
}

.list-shops li .right .name {
  font-size: 0.75rem;
  line-height: 0.8rem;
  margin-bottom: 0.2rem;
}

.star-box {
  display: inline-block;
  height: 0.35rem;
  width: 2.1rem;
  position: relative;
}

.star-box img {
  display: block;
  height: 0.35rem;
  width: 2.1rem;
}

.star-box .star-1,
.star-box .star-2 {
  height: 0.35rem;
  width: 2.1rem;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.star-box .star-1 {
  z-index: 1;
}

.star-box .star-2 {
  z-index: 2;
}

.list-order {
  padding-left: 2.5rem;
  padding-right: 0.5rem;
  background-color: #fff;
}

.list-order .btn {
  padding: 0.15rem 0.5rem;
}

.list-order .btn.btn-black:after {
  border-color: #ddd;
}

.list-order li {
  border-bottom: 1px solid #ededed;
  padding: 0.7rem 0;
  position: relative;
}

.list-order li .pic {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.1rem;
  background-color: #ccc;
  left: -2rem;
  top: 0.7rem;
}

.list-order li .line {
  padding-bottom: 0.5rem;
}

.list-order li .line:last-child {
  padding-bottom: 0;
}

.list-order li .name {
  font-size: 0.75rem;
  line-height: 0.75rem;
  display: inline-block;
  padding-right: 1rem;
  position: relative;
  max-width: 12em;
}

.list-order li .name .iconfont {
  position: absolute;
  right: 0;
  top: 0.075rem;
}

.list-order li .item-left {
  width: 9rem;
  float: left;
}

.list-order li .item-right {
  width: 4rem;
  float: right;
  text-align: right;
}

.list-block {
  position: relative;
  background-color: #fff;
}

.list-block .ic {
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
}

.list-block .action {
  line-height: 0.9rem;
}

.list-block .action.active {
  width: auto;
}

.list-block .action span {
  display: inline-block;
  vertical-align: top;
  line-height: 0.9rem;
  margin: 0 0.15rem;
}

.list-block .action .iconfont {
  font-size: 0.9rem;
  line-height: 1;
  color: #ff4c4c;
}

.list-block.big .item-content {
  min-height: 2.3rem;
}

.list-block.big .item-media {
  padding-top: 0.6rem;
  padding-bottom: 0.65rem;
}

.list-block.big .item-inner {
  min-height: 2.3rem;
  padding-top: 0.55rem;
  padding-bottom: 0.5rem;
}

.list-block.fs-sm {
  font-size: 0.55rem;
}

.list-block.fs-sm .item-title {
  font-size: 0.65rem;
}

.list-block.fs-sm .item-title.label {
  font-size: 0.65rem;
}

.list-block.fs-sm .item-input {
  font-size: 0.65rem;
}

.list-block.fs-sm .item-input input[type="text"],
.list-block.fs-sm .item-input input[type="password"],
.list-block.fs-sm .item-input input[type="email"],
.list-block.fs-sm .item-input input[type="search"],
.list-block.fs-sm .item-input input[type="tel"],
.list-block.fs-sm .item-input input[type="number"],
.list-block.fs-sm .item-input input[type="url"],
.list-block.fs-sm .item-input input[type="date"],
.list-block.fs-sm .item-input input[type="time"],
.list-block.fs-sm .item-input select,
.list-block.fs-sm .item-input textarea {
  font-size: 0.65rem;
}

.list-block.bright .item-inner:after {
  right: 0.5rem;
}

.list-block.round-head {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.list-block.disabled .item-title {
  color: #999;
}

.list-block.black .item-title.label {
  color: #181f28;
}

.list-block li {
  padding-left: 0.5rem;
}

.list-block .item-content {
  padding-left: 0.5rem;
  min-height: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.list-block .item-content.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.list-block .item-content.align-top .item-title {
  line-height: 1;
}

.list-block .item-content.align-top .item-inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.list-block .item-content.align-top .item-media {
  vertical-align: top;
}

.list-block .item-content.item-link .item-inner {
  background-image: url("../src/assets/images/icon/arrow.png");
  background-size: 0.25rem;
  background-repeat: no-repeat;
  background-position: 97% center;
}

.list-block .item-content:last-child .item-inner:after {
  display: none;
}

.list-block .item-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 0.35rem;
  padding-bottom: 0.4rem;
}

.list-block .item-media + .item-inner {
  margin-left: 0.5rem;
}

.list-block .item-media img {
  width: 0.85rem;
  vertical-align: middle;
}

.list-block .item-inner {
  padding-right: 1rem;
  position: relative;
  width: 100%;
  padding-top: 0.3rem;
  padding-bottom: 0.25rem;
  min-height: 1.8rem;
  overflow: hidden;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.list-block .item-inner:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: #ededed;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.list-block .item-title {
  font-size: 0.7rem;
  color: #1f293c;
  -webkit-flex-shrink: 1;
  -ms-flex: 0 1 auto;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.list-block .item-title.label {
  width: 27.5%;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 4px 0;
  font-size: 0.7rem;
  vertical-align: top;
}

.list-block .item-title .line {
  white-space: pre-wrap;
  font-size: 0.6rem;
}

.list-block .select-text {
  position: absolute;
  right: 0;
  line-height: 2.15rem;
}

.list-block select.op {
  opacity: 0;
}

.list-block .item-input {
  width: 100%;
  margin-top: -0.4rem;
  margin-bottom: -0.35rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex-shrink: 1;
  -ms-flex: 0 1 auto;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  font-size: 0.7rem;
}

.list-block .item-input input[type="text"],
.list-block .item-input input[type="password"],
.list-block .item-input input[type="email"],
.list-block .item-input input[type="search"],
.list-block .item-input input[type="tel"],
.list-block .item-input input[type="number"],
.list-block .item-input input[type="url"],
.list-block .item-input input[type="date"],
.list-block .item-input input[type="time"],
.list-block .item-input select,
.list-block .item-input textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border: none;
  background: none;
  border-radius: 0 0 0 0;
  box-shadow: none;
  display: block;
  padding: 0 0 0 0.25rem;
  margin: 0;
  width: 100%;
  height: 2.15rem;
  font-size: 0.7rem;
  font-family: inherit;
  outline: none;
}

.list-block .item-input textarea {
  resize: none;
  line-height: 1.4;
  padding-top: 0.4rem;
  padding-bottom: 0.35rem;
}

.list-block .item-input .input {
  line-height: 1.5em;
  padding-top: 0.55rem;
  padding-bottom: 0.5rem;
}

.list-block .item-after {
  color: #999999;
}

.mine-info {
  background-color: #ff4c4c;
  color: #fff;
  padding: 0.6rem;
}

.mine-info .ts {
  font-size: 0.75rem;
  line-height: 2.4rem;
}

.mine-info .iconfont {
  font-size: 0.9rem;
  line-height: 1;
}

.mine-info .con {
  min-height: 2.4rem;
  overflow: hidden;
  color: #fff;
  display: block;
}

.mine-info .setting {
  color: #fff;
}

.mine-info .icon-right {
  float: right;
  margin-top: 0.9rem;
  font-size: 0.6rem;
}

.mine-info .pic {
  width: 2.4rem;
  height: 2.4rem;
  float: left;
  border-radius: 50%;
  background-color: #999999;
  margin-right: 0.4rem;
}

.mine-info .name {
  font-size: 0.65rem;
  margin-top: 0.3rem;
}

.mine-info .vip {
  font-size: 0.5rem;
  color: #fff;
}

.bottom-buy {
  height: 2rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 4.5rem 0 0.5rem;
  background-color: #474747;
  color: #fff;
  z-index: 10;
}

.bottom-buy ~ .content {
  bottom: 2rem;
}

.bottom-buy.disabled .inner .pic {
  background-color: #666666;
}

.bottom-buy.disabled .inner .pic .badge {
  background-color: #666666;
}

.bottom-buy .confirm-btn {
  width: 4.5rem;
  height: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 2rem;
  background-color: #d8242d;
  font-size: 0.85rem;
  color: #fff;
  font-weight: bold;
}

.bottom-buy .confirm-btn.disabled {
  background-color: #999999;
}

.bottom-buy .inner {
  padding-right: 0.5rem;
  position: absolute;
  left: 0.5rem;
  right: 4.5rem;
  top: 0;
  bottom: 0;
  font-size: 0.45rem;
}

.bottom-buy .inner .price {
  margin-top: 0.3rem;
  line-height: 0.8rem;
}

.bottom-buy .inner .pic {
  height: 2.5rem;
  width: 2.5rem;
  float: left;
  margin-right: 0.5rem;
  text-align: center;
  line-height: 2.1rem;
  border: 0.12rem solid #fff;
  border-radius: 50%;
  background-color: #d8242d;
  box-shadow: 0 -0.1rem 0.1rem #ccc;
  position: relative;
  top: -0.6rem;
  left: 0.1rem;
}

.bottom-buy .inner .pic .iconfont {
  font-size: 1.2rem;
}

.bottom-buy .inner .pic .iconfont.icon-refresh {
  font-size: 1.4rem;
}

.bottom-buy .inner .pic .badge {
  padding: 0 0.3rem;
  display: inline-block;
  height: 0.85rem;
  line-height: 0.7rem;
  font-size: 0.65rem;
  color: #fff;
  font-weight: bold;
  border: 0.075rem #fff solid;
  background-color: #d8242d;
  border-radius: 0.4rem;
  position: absolute;
  top: -0.2rem;
  right: -0.5rem;
}

.detail-shop {
  background-color: #fff;
}

.detail-shop .pic {
  height: 3.8rem;
  overflow: hidden;
  position: relative;
}

.detail-shop .pic img {
  display: block;
  width: 100%;
  min-height: 3.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.detail-shop .inner .c-item {
  text-align: center;
  font-size: 0.55rem;
}

.detail-shop .inner .c-item img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  margin: 0.3rem auto;
}

.detail-shop .info {
  text-align: center;
  position: relative;
  padding-top: 1.4rem;
}

.detail-shop .info .photo {
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 50%;
  top: -1.8rem;
  margin-left: -1.5rem;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0 0.1rem 0.1rem #999999;
}

.detail-shop .info .name {
  font-size: 0.85rem;
  font-weight: bold;
}

.detail-shop .info .value {
  font-size: 0.5rem;
}

.detail-shop .info .desc {
  font-size: 0.5rem;
  color: #999999;
  max-width: 15em;
  margin: 0 auto;
}

.detail-shop .info .scan {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  margin-top: -0.8rem;
  font-size: 0.65rem;
  color: #fff;
  display: block;
  height: 1.6rem;
  width: 1.6rem;
  text-align: center;
  line-height: 1.6rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
}

.detail-shop .info .scan .iconfont {
  font-size: 0.75rem;
}

.mask {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
}

.mask.show {
  display: block;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.detail-format {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  padding: 0.5rem;
  background-color: #fff;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.detail-format.fadeInUp {
  height: auto;
}

.detail-format .close-btn {
  display: block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  position: absolute;
  right: 0.5rem;
  top: 0.4rem;
  color: #666666;
  border-radius: 1rem;
}

.detail-format .close-btn .iconfont {
  font-size: 0.9rem;
}

.detail-format .inner .pic {
  width: 3.75rem;
  height: 3.75rem;
  overflow: hidden;
  border-radius: 0.2rem;
  float: left;
  margin-right: 0.4rem;
}

.detail-format .inner .name {
  font-size: 0.75rem;
}

.detail-format .inner .desc {
  font-size: 0.5rem;
  color: #666666;
}

.detail-format .inner .price {
  font-size: 0.5rem;
  font-weight: bold;
}

.detail-format .inner .price em {
  font-size: 0.75rem;
}

.detail-format .line {
  margin-bottom: 0.5rem;
}

.detail-format .line .tit {
  margin-bottom: 0.25rem;
}

.detail-format .line:last-child {
  margin-bottom: 0;
}

.detail-format .line .btn.active {
  background-color: #ffe5e5;
  color: #ff4c4c;
}

.detail-good {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  height: 0;
  background-color: #fff;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  overflow: hidden;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.detail-good.fadeInUp {
  height: auto;
}

.detail-good .close-btn {
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 1rem;
  text-align: center;
  position: absolute;
  right: 0.5rem;
  top: 0.4rem;
  color: #fff;
  border-radius: 1rem;
}

.detail-good .pic {
  width: 16rem;
  height: 16rem;
}

.detail-good .inner {
  padding: 0.25rem 0.5rem;
}

.detail-good .name {
  font-size: 0.75rem;
}

.detail-good .info {
  font-size: 0.45rem;
  color: #999999;
}

.detail-good .bottom {
  position: relative;
}

.detail-good .price {
  font-size: 0.5rem;
  display: inline-block;
  color: #ff4c4c;
  font-weight: bold;
}

.detail-good .price em {
  font-size: 0.75rem;
}

.detail-good .action {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  transition: width 0.3s;
}

.detail-good .action.active {
  width: auto;
}

.detail-good .action .input {
  padding: 0 0.2rem;
  color: #282828;
}

.detail-good .action .add {
  display: inline-block;
  vertical-align: top;
  line-height: 0.9rem;
  margin: 0 0.15rem;
  height: 0.9rem;
  border-radius: 0.45rem;
  padding: 0 0.25rem;
  font-size: 0.45rem;
  color: #fff;
  background-color: #ff4c4c;
}

.detail-good .action .iconfont {
  font-size: 0.9rem;
  line-height: 1;
  color: #ff4c4c;
}

.detail-good .desc {
  font-size: 0.45rem;
  color: #666666;
}

.confirm-item {
  padding: 0.25rem 0;
  margin: 0 0.5rem;
  position: relative;
}

.confirm-item.br {
  border-top: 1px solid #ededed;
}

.confirm-item .left {
  float: left;
  width: 6rem;
  line-height: 1.5rem;
}

.confirm-item .pic {
  width: 1.5rem;
  height: 1.5rem;
  float: left;
}

.confirm-item .middle {
  width: 6.5rem;
  margin-left: 0.5rem;
  float: left;
}

.confirm-item .right {
  float: right;
  width: 5rem;
  text-align: right;
  line-height: 1.5rem;
}

.confirm-item .desc {
  font-size: 0.45rem;
  color: #999999;
  line-height: 0.6rem;
}

.confirm-item .price {
  font-size: 0.5rem;
}

.confirm-item .price em {
  font-size: 0.65rem;
  font-weight: bold;
}

.confirm-address {
  color: #fff;
  padding: 0.5rem 0;
}

.confirm-address .desc {
  font-size: 0.9rem;
  font-weight: bold;
  padding-right: 1rem;
  position: relative;
  line-height: 1.5rem;
}

.confirm-address .desc .iconfont {
  position: absolute;
  right: 0;
}

.confirm-btn-group .btn {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  width: 2.5rem;
  padding: 0;
  line-height: 1.4rem;
}

.confirm-btn-group .btn.active {
  background-color: #fff;
  color: #ff4c4c;
}

.imgs img {
  width: 3.6rem;
  height: 3.6rem;
  margin-right: 0.275rem;
}

#sjsj img:nth-child(4n + 4) {
  margin-right: 0;
}

.list-comment {
  background-color: #fff;
}

.list-comment li {
  padding: 0.5rem 0.7rem;
  position: relative;
}

.list-comment li .time {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  color: #999999;
  font-size: 0.5rem;
}

.list-comment li .pic {
  width: 1.2rem;
  height: 1.2rem;
  float: left;
  border-radius: 50%;
  overflow: hidden;
}

.list-comment li .inner {
  width: 13rem;
  float: left;
  margin-left: 0.4rem;
  font-size: 0.5rem;
  margin-bottom: 0.1rem;
}

.list-comment li .imgs img {
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 0.4rem;
}

.list-comment li .name {
  color: #666666;
  line-height: 1;
  margin-bottom: 0.1rem;
}

.list-address li {
  margin-top: 0.5rem;
  padding-left: 0.75rem;
  background-color: #fff;
  position: relative;
}

.list-address li.isOut {
  background-image: url("../src/assets/images/icon/outOfRange.png");
  background-repeat: no-repeat;
  background-size: 3.4rem;
  background-position: right top;
}

.list-address li.isSelected {
  padding-left: 2rem;
}

.list-address li.isSelected .ck {
  display: block;
}

.list-address .ck {
  width: 12.5rem;
  position: absolute;
  height: 3.4rem;
  padding: 1.1rem 0;
  left: 0.4rem;
  line-height: 1.2rem;
  top: 0;
  z-index: 1;
}

.list-address .ck .iconfont {
  color: #fff;
  font-size: 1.2rem;
}

.list-address .ck.isCk .iconfont {
  color: #ff4c4c;
}

.list-address .item-top {
  line-height: 1rem;
  padding: 0.35rem 0;
}

.list-address .item-top span {
  font-size: 0.55rem;
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}

.list-address .item-top .name {
  font-size: 0.6rem;
  font-weight: bold;
}

.list-address .item-top .iconfont {
  font-size: 0.9rem;
  float: right;
  margin-right: 0.5rem;
  color: #999999;
}

.list-address .item-bottom {
  font-size: 0.55rem;
  color: #666666;
  line-height: 1rem;
  padding: 0.35rem 0.5rem 0.35rem 0;
}

.list-address .item-bottom .iconfont {
  color: #ff4c4c;
  font-size: 0.9rem;
  vertical-align: middle;
}

.good-side {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 9.2rem;
}

.good-side-left {
  width: 3.4rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  background-color: #f6f5f5;
  padding-bottom: 0.5rem;
}

.good-side-left .item {
  display: block;
  height: 2rem;
  line-height: 2rem;
  width: 3.4rem;
  text-align: center;
  padding: 0 0.3rem;
  font-size: 0.5rem;
  background-color: #f6f5f5;
  border-bottom: 1px solid #ededed;
  position: relative;
}

.good-side-left .item.active {
  background-color: #fff;
  border-color: #fff;
}

.good-side-left .item.active:after {
  content: "";
  width: 0.2rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #c5272b;
}

.good-side-left .item .badge {
  line-height: 0.6rem;
  color: #fff;
  border-radius: 0.3rem;
  padding: 0 0.2rem;
  background-color: #d8242d;
  font-size: 0.45rem;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  display: block;
}

.good-side-right {
  position: absolute;
  right: 0;
  left: 3.4rem;
  top: 0;
  bottom: 0;
  overflow: auto;
  padding: 0.3rem;
}

.good-side-right .item {
  padding: 0.5rem 0 0.5rem 2.8rem;
  position: relative;
  border-bottom: solid #ededed 0.025rem;
}

.good-side-right .item .photo {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0.5rem;
}

.good-side-right .item .name {
  font-weight: bold;
  padding-right: 4rem;
  position: relative;
  line-height: 1;
  margin-bottom: 0.2rem;
}

.good-side-right .item .name .tag-box {
  position: absolute;
  right: 0;
  top: 0;
}

.good-side-right .item .name .tag {
  border-radius: 0.1rem;
}

.good-side-right .item .desc {
  font-size: 0.45rem;
  color: #999999;
}

.good-side-right .item .num {
  font-size: 0.45rem;
  color: #3b3f50;
}

.good-side-right .item .price {
  font-size: 0.45rem;
  color: #d8242d;
  font-weight: bold;
}

.good-side-right .item .price em {
  font-size: 0.75rem;
}

.good-side-right .item .action {
  position: absolute;
  bottom: 0.5rem;
  right: 0;
  color: #ff4c4c;
}

.good-side-right .item .action .iconfont {
  font-size: 0.9rem;
  vertical-align: middle;
  line-height: 0.9rem;
}

.good-side-right .item .action span {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.9rem;
}

.good-side-right .item .action .input {
  padding: 0 0.2rem;
  color: #282828;
}

.good-side-right .item .action .iconfont {
  color: #d8242d;
}

.good-side-right .item .action .add {
  height: 0.9rem;
  border-radius: 0.45rem;
  padding: 0 0.25rem;
  line-height: 0.9rem;
  font-size: 0.45rem;
  color: #fff;
  background-color: #d8242d;
}

.star {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url("../src/assets/images/icon/star-1.png") center center
    no-repeat;
  background-size: cover;
}

.star.active {
  background: url("../src/assets/images/icon/star-2.png") center center
    no-repeat;
  background-size: cover;
}

.order-end-box {
  text-align: center;
  background-color: #fff;
  padding: 0.8rem 0.4rem;
}

.order-end-box .star {
  margin: 0 0.3rem;
}

.order-end-box .obtn {
  width: 5rem;
  color: #999999;
  font-size: 0.5rem;
  margin: 0.3rem;
  padding-left: 0;
  padding-right: 0;
}

.order-end-box .obtn.active {
  color: #fff;
  background-color: #ff4c4c;
}

.order-end-box .obtn.active:after {
  border-color: #ff4c4c;
}

.order-end-box .obtn:after {
  border-color: #d3d3d3;
}

.order-end-box .text {
  width: 100%;
  font-family: inherit;
  padding: 0.5rem;
  background-color: #f8f8f8;
  border: 1px solid #d1d1d1;
  font-size: 0.5rem;
  border-radius: 0.1rem;
  outline: none;
  height: 4rem;
}

.sign-box .logo {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
}

.sign-box .title {
  font-size: 0.85rem;
  font-family: SimHei;
}

.sign-box .sign-btn {
  width: 13.5rem;
  margin: 0.8rem auto;
  border-radius: 1.2rem;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.2);
}

.sign-box .sign-btn:after {
  border-radius: 2.4rem;
}

.xieyi {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.5rem;
  text-align: center;
  color: #bbbbbb;
}

.sign-form .item {
  overflow: hidden;
}

.sign-form .label {
  float: left;
  width: 1.5rem;
}

.sign-form .label img {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  margin: 0.55rem 0;
}

.sign-form .inner {
  float: right;
  width: 13.5rem;
  line-height: 2rem;
}

.sign-form .inner input {
  height: 2rem;
  width: 100%;
  font-size: 0.6rem;
  line-height: 2rem;
}

.sign-form .inner input::-webkit-input-placeholder {
  color: #bbbbbb;
}

.sign-form .inner .code-btn {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 2rem;
  color: #ff4c4c;
}

.sign-form .inner .code-btn.disabled {
  color: #999999;
}

.sign-form .inner .code-btn + input {
  padding-right: 5rem;
}

.sign-way {
  text-align: center;
  width: 13.5rem;
  margin: 0 auto;
}

.sign-way .tit {
  margin: 0.8rem 0;
  color: #bbbbbb;
  position: relative;
}

.sign-way .tit:before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 1px;
  background-color: #ededed;
  left: 1.25rem;
  top: 0.45rem;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.sign-way .tit:after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 1px;
  background-color: #ededed;
  right: 1.25rem;
  top: 0.45rem;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.sign-way a {
  display: inline-block;
}

.sign-way img {
  width: 1.9rem;
  height: 1.9rem;
  display: block;
}

.textarea {
  position: relative;
}

.textarea textarea {
  display: block;
  height: 3rem;
  width: 100%;
  background-color: #f3f3f3;
  font-size: 0.55rem;
  font-family: inherit;
  padding: 0.25rem 0.25rem 0.85rem;
  border: none;
  outline: none;
  border-radius: 0.1rem;
}

.textarea span {
  position: absolute;
  font-size: 0.55rem;
  bottom: 0.15rem;
  right: 0.15rem;
  color: #666666;
}

.upload-photo {
  display: inline-block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../src/assets/images/icon/camera.png") center center
    no-repeat;
  background-size: cover;
  border-radius: 100%;
  overflow: hidden;
}

.upload-photo.isUse {
  background: #cccccc;
}

.upload-photo input[type="file"] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}

.upload-photo img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

.upload-img {
  display: inline-block;
  position: relative;
  width: 3.25rem;
  height: 3.25rem;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}

.upload-img + .upload-img {
  margin-left: 0.25rem;
}

.upload-img input[type="file"] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}

.upload-img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

.upload-img .ic {
  text-align: center;
}

.upload-img .iconfont {
  font-size: 2.8rem;
  line-height: 3.25rem;
  color: #dddddd;
}

.upload-img .delete-btn {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  font-size: 0.85rem;
  line-height: 1;
  z-index: 10;
}

.location-search {
  height: 2rem;
  padding: 0.25rem 0.5rem;
}

.location-search .inner {
  height: 1.5rem;
  line-height: 1.5rem;
  color: #999999;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
}

.location-search .inner .iconfont {
  position: absolute;
  left: 0.5rem;
  top: 0;
  z-index: 1;
}

.location-search .inner .search-input {
  display: block;
  float: left;
  width: 15rem;
  height: 100%;
  line-height: 1.5rem;
  padding: 0 0.5rem 0 1.5rem;
  background-color: #f5f5f5;
  position: relative;
}

.location-search .inner .search-input ~ .search-btn {
  margin-left: 0.5rem;
}

.location-search .inner input {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  line-height: 1.5rem;
  background-color: #f5f5f5;
}

.location-search .inner .search-btn {
  width: 2.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
  background-color: #ff4c4c;
  display: none;
  float: left;
  border-radius: 0.1rem;
}

.location-search .inner .search-btn.cancel {
  width: 2rem;
  color: #ff4c4c;
  background-color: transparent;
}

.location-search.fill .search-btn {
  display: block;
}

.location-search.fill .search-input {
  width: 10rem;
}

.location-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.location-box .location-map {
  height: 10rem;
  background-color: #f5f5f5;
  z-index: 9;
}

.location-list {
  position: absolute;
  top: 12rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding: 0 0.5rem;
  overflow-y: scroll;
  background-color: #fff;
}

.location-list.fill {
  top: 2rem;
}

.location-list .item {
  padding: 0.5rem 0;
}

.location-list .item .name {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}

.location-list .item .desc {
  font-size: 0.55rem;
  color: #666666;
}

.page-site {
  position: absolute;
  left: auto;
  margin-left: 0;
  right: -8rem;
  margin-right: -8rem;
  width: 16rem;
  top: 0;
  bottom: 0;
  z-index: 1000;
  overflow: auto;
  background-color: #eee;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
}

.page-site.show {
  right: 50%;
}

.mask-cart {
  bottom: 2rem;
  z-index: 9;
}

.detail-shopcart {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 0.6rem 0.5rem;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.detail-shopcart.fadeInUp {
  height: auto;
}

.detail-shopcart .cart-top {
  margin-bottom: 0.6rem;
}

.detail-shopcart .cart-top span {
  font-size: 0.65rem;
}

.detail-shopcart .cart-top a {
  font-size: 0.55rem;
  color: #999999;
}

.detail-shopcart .cart-top a .iconfont {
  margin-right: 0.15rem;
}

.detail-shopcart .cart-inner {
  max-height: 16rem;
  overflow: auto;
}

.detail-shopcart .cart-item {
  background-color: #f8f8f8;
  padding: 0.5rem 0 1rem;
  border-radius: 0.3rem;
  margin-bottom: 0.4rem;
}

.detail-shopcart .cart-item:last-child {
  margin-bottom: 0;
}

.shop-preview {
  overflow: hidden;
}

.shop-preview img {
  width: 100%;
  height: 100%;
  display: block;
}

.sign-mask {
  position: absolute;
  width: 13.5rem;
  height: 10.5rem;
  left: 1.25rem;
  top: 2rem;
  background-color: #fff;
  border-radius: 0.15rem;
  text-align: center;
  z-index: 1000;
}

.sign-mask .tit {
  font-size: 0.7rem;
  line-height: 1rem;
  margin: 0.3rem 0;
}

.sign-mask .captcha-img {
  width: 3.5rem;
  height: 2.1rem;
}

.sign-mask .ts {
  color: #666666;
}

.sign-mask .btn {
  width: 9rem;
  margin: 0 auto;
  border-radius: 0.15rem;
}

.sign-mask .code-input {
  margin: 0.4rem 0;
  font-size: 0;
  height: 1.8rem;
}

.sign-mask .code-input input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  color: #000;
  text-align: left;
}

.sign-mask .code-input .item {
  font-size: 0.55rem;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  border: 1px solid #ededed;
  margin: 0 0.4rem;
  text-align: center;
  vertical-align: top;
  line-height: 1.8rem;
}

.keyboard {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000;
}

.keyboard .item {
  border-top: 1px solid #ededed;
  border-right: 1px solid #ededed;
  text-align: center;
  line-height: 2rem;
  height: 2rem;
  font-size: 0.65rem;
  position: relative;
}

.keyboard .item.bg {
  background-color: #eee;
}

.keyboard .item .bk {
  display: block;
  width: 0.9rem;
  height: 0.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.3rem;
  margin-left: -0.45rem;
  background: url("../src/assets/images/icon/close-x.png") center center
    no-repeat;
  background-size: cover;
}

.code-img {
  height: 100%;
  width: 3.5rem;
  position: absolute;
  right: 0;
  top: 0;
}

.code-img ~ input {
  padding-right: 3.25rem !important;
}

.code-btn {
  position: absolute;
  right: 0.25rem;
  top: 0.4rem;
}

.code-btn ~ input {
  padding-right: 3.25rem !important;
}

body .layui-layer-imgbar,
body .layui-layer-imguide {
  display: block !important;
}

.bg-gradient {
  background-image: linear-gradient(180deg, #ff4c4c, #fe5a5a, #eeeeee, #eeeeee);
}

.bg-gradient-small {
  background-image: linear-gradient(
    180deg,
    #ff4c4c,
    #fe5a5a,
    #eeeeee,
    #eeeeee,
    #eeeeee,
    #eeeeee,
    #eeeeee
  );
}

.galleryOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100000;
  background-color: #222;
  background-color: black;
  overflow: hidden;
  display: none;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.galleryOverlay.visible {
  opacity: 1;
}

.gallerySlider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
}

.gallerySlider .placeholder {
  background: url(../src/assets/images/preloader.gif) no-repeat center center;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.gallerySlider .placeholder:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.gallerySlider .placeholder img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.prevArrow,
.nextArrow {
  border: none;
  text-decoration: none;
  background: url(../src/assets/images/arrows.png) no-repeat;
  opacity: 1;
  cursor: pointer;
  position: absolute;
  width: 43px;
  height: 58px;
  top: 50%;
  margin-top: -29px;
}

.prevArrow:hover,
.nextArrow:hover {
  opacity: 1;
}

.prevArrow {
  background-position: left top;
  left: 40px;
}

.nextArrow {
  background-position: right top;
  right: 40px;
}

.pagelimit {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -18px;
  color: #fff;
  font-size: 1.4rem;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?nv22ee");
  src: url("../fonts/icomoon.eot?nv22ee#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?nv22ee") format("truetype"),
    url("../fonts/icomoon.woff?nv22ee") format("woff"),
    url("../fonts/icomoon.svg?nv22ee#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="iconm-"],
[class*=" iconm-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle; /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconm-check-alt {
  color: #00a854;
}

.iconm-bubble {
  color: #518dff;
}

.iconm-notification {
  color: #fac603;
}

.iconm-cancel-circle {
  color: #ff4c4c;
}

.iconm-check-alt:before {
  content: "\e900";
}

.iconm-bubble:before {
  content: "\e96b";
}

.iconm-notification:before {
  content: "\ea08";
}

.iconm-cancel-circle:before {
  content: "\ea0d";
}

.m-message {
  pointer-events: none; /*å¯ä»¥ç‚¹å‡»ä¸‹é¢çš„å…ƒç´ */
  position: fixed;
  overflow: hidden;
  z-index: 1001;
}

.c-message-notice {
  text-align: center;
  margin: 10px 10px;
}

.m_content {
  font-family: "microsoft yahei", "å®‹ä½“";
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #555;
  text-align: left;
  max-width: 90%;
  padding: 5px 10px 5px 15px;
  background-color: #fff;
}

.m_content span {
  vertical-align: middle;
  margin-left: 5px;
}

.mask-imgs {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.9);
}

.mask-imgs .swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.mask-imgs .swiper-container img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.shop-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.9rem;
  line-height: 1.9rem;
  background-color: #ededed;
  font-size: 0.75rem;
  text-align: center;
  position: relative;
  box-shadow: 0 0.1rem 0.1rem #ccc;
}

.shop-header img {
  position: absolute;
  left: 0.65rem;
  top: 50%;
  width: 0.425rem;
  transform: translate(0, -50%);
}

.coupon-list {
  display: block;
  padding-top: 1.5rem;
}

.coupon-list li {
  width: 14.5rem;
  height: 4.45rem;
  background-color: #fff;
  margin: 0 auto 0.4rem;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
}

.coupon-list li .left {
  flex: 4;
  text-align: center;
}

.coupon-list li .left .num {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #d8242d;
}

.coupon-list li .left .num em {
  font-size: 0.6rem;
}

.coupon-list li .left .text {
  font-size: 0.55rem;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.coupon-list li .conter {
  flex: 8;
}

.coupon-list li .conter .title {
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #333;
  margin-bottom: 0.35rem;
}

.coupon-list li .conter .time {
  font-size: 0.55rem;
  line-height: 0.75rem;
  color: #7d8399;
}

.coupon-list li .right {
  width: 2.15rem;
  height: 1.05rem;
  line-height: 1.05rem;
  border-radius: 0.1rem;
  background-color: #d8242d;
  color: #fff;
  text-align: center;
  font-size: 0.6rem;
}

.coupon-list li .right.active {
  background-color: #999;
}
