@charset "UTF-8";
html {
  -ms-touch-action: none;
  height: 100%; }

.ys_container {
  display: none;
  height: 100%;
  max-width: 800px !important;
  min-width: 320px !important;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f2f2f2;
  /*
        如果使用iscroll插件请用overflow属性
    */
  overflow: hidden;
  /*this is important to prevent the whole page to bounce */ }

#wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /*background: #fff;*/
  overflow: hidden; }

#scroller {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  /*background: #fff;*/ }

.mian_3g {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%; }

.mian_3g .notice {
  border-bottom: #dfd4d3 solid 1px;
  padding: 7px 0;
  background: white;
  width: 100%;
  position: relative; }

.mian_3g .notice .btn-close {
  position: absolute;
  left: 0;
  top: 7px;
  width: 40px;
  height: 34px;
  z-index: 10000; }

.mian_3g .notice .btn-close a {
  display: block;
  height: 100%;
  background: url(./../../images/btn_close.png) no-repeat center center;
  text-indent: -10000px;
  background-size: auto 50%; }

.mian_3g .notice .app-box {
  position: relative;
  padding: 0 70px 0 80px;
  height: 34px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.mian_3g .notice .app-box a {
  display: block;
  height: 100%;
  letter-spacing: -3px;
  font-size: 0; }

.mian_3g .notice .app-box .icon-app {
  position: absolute;
  left: 40px;
  top: 0;
  width: 34px;
  height: 34px;
  letter-spacing: normal;
  vertical-align: middle;
  background: url("./../../images/m_smm.png") no-repeat center/100%;
  background-size: 100%; }

.mian_3g .notice .app-box h3 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  line-height: 1;
  color: #000;
  font-size: 16px;
  font-weight: bold; }

.mian_3g .notice .app-box p {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
  color: #909090;
  font-size: 12px; }

.mian_3g .notice .btn-download {
  position: absolute;
  top: 7px;
  right: 10px; }

.mian_3g .notice .btn-download a {
  display: block;
  width: 60px;
  height: 100%;
  line-height: 34px;
  background-color: #d6010e;
  color: #fff;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.top-nav {
  height: .45rem;
  line-height: .45rem;
  padding: 0 .45rem;
  text-align: center;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
  color: #323232;
  position: relative;
  z-index: 2; }

.nav-goback {
  position: absolute;
  left: 0;
  top: 0;
  width: .45rem;
  height: .45rem;
  background: url("./../../images/back.png") no-repeat center/0.12rem 0.2rem;
  background-size: .12rem .2rem; }

.nav-gohome {
  position: absolute;
  right: 0;
  top: 0;
  width: .45rem;
  height: .45rem;
  background: url("./../../images/mall/more.png") no-repeat center/0.2rem;
  background-size: .2rem; }

.nav-title {
  font-size: 0.16rem; }

.top-nav .gohome {
  display: none;
  position: absolute;
  right: 0;
  top: 0.45rem;
  width: 1.2rem;
  line-height: 0.4rem;
  background: #fff; }

.top-nav .gohome p {
  padding-left: 0.3rem;
  color: #323232;
  border-bottom: #e1e1e1 solid 1px;
  font-size: 0.14rem;
  text-align: left; }

.top-nav .gohome p.show-qure {
  background: url(./../../images/mall/share.png) no-repeat 0.1rem center/0.15rem;
  background-size: 0.15rem; }

.top-nav .gohome p.bg-gohome {
  background: url(./../../images/home.png) no-repeat 0.1rem center/0.15rem;
  background-size: 0.15rem; }

.z-top {
  position: fixed;
  right: 5px;
  bottom: 0.6rem;
  border-radius: 3px;
  text-align: center;
  z-index: 150;
  display: none;
  width: 40px;
  height: 40px; }

.z-top img {
  max-width: 100%; }

.top-header {
  height: 50px;
  padding: 0 0.16rem;
  line-height: 50px;
  border-bottom: 3px solid #d6010e; }

.top-header .top-logo {
  margin-top: 15px;
  height: 20px;
  width: 139px;
  background: url("./../../images/top-logo.png") no-repeat center/100% 100%;
  background-size: 100% 100%; }

.top-header .top-lists {
  margin-top: 13px;
  height: 24px;
  width: 24px;
  background: url("./../../images/top-lists.png") no-repeat center/100% 100%;
  background-size: 100% 100%; }

.footer {
  height: 0.75rem;
  background: #f2f2f2;
  text-align: center;
  line-height: 0.75rem;
  color: #999999; }

.footer a {
  color: #5a99e0; }

.mask-layer,
.error-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1; }

.error-layer {
  z-index: 1000; }

.error-layer p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.4rem;
  padding: 0.2rem 0.1rem;
  line-height: 0.24rem;
  font-size: 0.16rem;
  text-align: center;
  color: #969696;
  background: #f2f2f2;
  border-radius: 0.08rem;
  box-shadow: 0.02rem 0.02rem 0.03rem #909090;
  transform: translateX(-50%) translateY(-50%); }

.botoom-ware-yy {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #FAFAFA;
  z-index: 99; }

.botoom-ware-yy .ware-yy {
  width: 100%;
  display: flex; }

.botoom-ware-yy .ware-yy div {
  text-align: center;
  flex: 1;
  border-right: 1px solid #e1e1e1; }

.botoom-ware-yy .ware-yy div a {
  display: inline-block;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #323232;
  font-size: 0.18rem;
  padding-left: 0.32rem; }

.botoom-ware-yy .ware-yy div a.logo-tel1 {
  background: url(./../../images/mall/logo-tel1.png) no-repeat 0 center/0.24rem;
  background-size: 0.24rem; }

.botoom-ware-yy .ware-yy div a.logo-tel2 {
  background: url(./../../images/mall/logo-tel2.png) no-repeat 0 center/0.24rem;
  background-size: 0.24rem; }

.qr-code-layer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1000; }

.qr-code-layer .code-close {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(./../../images/btn_close.png) no-repeat center/cover;
  background-size: cover; }

.qr-code-layer .code-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 0.05rem;
  background: #fff; }

.qr-code-layer .code-box .code-top {
  padding: 0 0.12rem; }

.qr-code-layer .code-box .top-title {
  padding: 0.2rem 0;
  border-bottom: 1px solid #e1e1e1;
  text-align: center; }

.qr-code-layer .code-box .top-title h2 {
  height: 0.4rem;
  color: #323232;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 0.1rem; }

.qr-code-layer .code-box .top-title p {
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  font-size: 0.14rem;
  color: #666;
  margin-bottom: 0.1rem; }

.qr-code-layer .code-box .top-title p.font-small {
  font-size: 0.12rem;
  color: #969696; }

.qr-code-layer .code-box .top-title .qr-code {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 1.5rem;
  margin-bottom: 0.1rem; }

.shops-storage-img-layer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  padding: 0.12rem; }

.shops-storage-img-layer .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.shops-show-img-layer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  padding: 0.12rem; }

.shops-show {
  height: 100%;
  width: 100%; }

.shops-show .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
