/*
	author : zhupinglei,
	desc : 浏览器重置
*/
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: -apple-system, SF UI Text, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-user-select: none;
  /* 禁止选中文本（如无文本选中需求，此为必选项） */
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  background-color: #f3f5f9;
}
body div,
body dl,
body dt,
body dd,
body ul,
body ol,
body li,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body pre,
body form,
body fieldset,
body input,
body p,
body a,
body blockquote,
body th,
body i,
body u,
body span {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
body ol,
body ul {
  list-style: none;
}
body u,
body i {
  font-weight: normal;
  font-style: normal;
}
body a {
  color: #333;
  text-decoration: none;
}
body a,
body img {
  -webkit-touch-callout: none;
  /* 禁止长按链接与图片弹出菜单 */
}
body input,
body select,
body button,
body textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
  resize: none;
  outline: none;
  border-radius: 0;
}
body table {
  border-collapse: collapse;
  border-spacing: 0px;
}
body .clearfix {
  *zoom: 1;
}
body .clearfix:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}
/*超出几行隐藏*/
::-webkit-scrollbar {
  display: none;
}
#popup-loading {
  width: 60px;
  height: 60px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -50px;
  z-index: 100;
  background: url('/m/assets/img/loading.gif') center center no-repeat;
  background-size: 30px 30px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}
#popup-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 99;
}
#popup-tip {
  width: 180px;
  line-height: 16px;
  color: #fff;
  background-color: #000000;
  border-radius: 5px;
  overflow: hidden;
  font-size: 14px;
  padding: 15px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -105px;
  margin-top: -30px;
  z-index: 100;
  text-align: center;
}
#popup-info {
  word-wrap: break-word;
  width: 200px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  font-size: 14px;
  padding: 15px;
  position: fixed;
  left: 50%;
  top: 30%;
  margin-left: -115px;
  z-index: 100;
  box-shadow: 0px 0px 2px #ccc;
}
#popup-info .popup-confirm .popup-content {
  height: 100px;
  background: url('/m/assets/img/warr.png') center 30% no-repeat;
  background-size: 52px auto;
}
#popup-info .popup-confirm .popup-content .popup-txt {
  position: relative;
  top: 80px;
  text-align: center;
}
#popup-info .popup-confirm .popup-foot {
  position: relative;
  height: 43px;
}
#popup-info .popup-confirm .popup-foot .popup-cancel,
#popup-info .popup-confirm .popup-foot .popup-ok {
  line-height: 43px;
  font-size: 14px;
  text-align: center;
  height: 43px;
  width: 57%;
  position: absolute;
  box-sizing: border-box;
  bottom: -16px;
}
#popup-info .popup-confirm .popup-foot .popup-cancel {
  color: #666;
  left: -15px;
  border-top: 1px solid #e7e7e7;
}
#popup-info .popup-confirm .popup-foot .popup-ok {
  color: #fff;
  background: #fc2a35;
  right: -15px;
}
#send-pageinfo {
  position: fixed;
  left: 10px;
  bottom: 60px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  overflow: hidden;
  /*background-color: rgba(255,0,0,0.4);*/
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 30px;
  color: #fff;
  z-index: 999;
  font-size: 10px;
}
#pageinfo-pop h3 {
  text-align: center;
  font-size: 14px;
}
#pageinfo-pop .info textarea {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  height: 80px;
}
#pageinfo-pop .info p {
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}
#pageinfo-pop .info p.num {
  color: #f00;
  font-size: 20px;
  padding: 10px 0;
}
#pageinfo-pop .btn {
  margin-top: 10px;
  text-align: center;
}
#pageinfo-pop .btn a {
  width: 48%;
  text-align: center;
  line-height: 26px;
  background-color: #ddd;
  font-size: 12px;
}
#pageinfo-pop .btn a.cancel {
  float: left;
}
#pageinfo-pop .btn a.submit {
  float: right;
  background-color: #f00;
  color: #fff;
}
#pageinfo-pop .btn a.close {
  background-color: #f00;
  color: #fff;
  display: inline-block;
}
#pageinfo-pop .btn a.disable {
  opacity: 0.6;
}
#nav {
  height: 50px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  box-shadow: 0px 0px 1px #ccc;
  padding-bottom: env(safe-area-inset-bottom);
}
#nav li {
  width: 25%;
  float: left;
  text-align: center;
  height: 50px;
  overflow: hidden;
}
#nav li a {
  display: block;
  height: 100%;
  line-height: 78px;
  font-size: 10px;
}
#nav li.nav_index a {
  background: url('/m/assets/img/nav/icon_index.png') center 8px no-repeat;
  background-size: auto 20px;
}
#nav li.nav_index.active a {
  background: url('/m/assets/img/nav/icon_index_active.png') center 8px no-repeat;
  background-size: auto 20px;
}
#nav li.nav_collect {
  /*opacity: 0.4;*/
}
#nav li.nav_collect a {
  background: url('/m/assets/img/nav/icon_collect.png') center 8px no-repeat;
  background-size: auto 20px;
}
#nav li.nav_collect.active a {
  background: url('/m/assets/img/nav/icon_collect_active.png') center 8px no-repeat;
  background-size: auto 20px;
}
#nav li.nav_order {
  /*opacity: 0.4;*/
}
#nav li.nav_order a {
  background: url('/m/assets/img/nav/icon_order.png') center 8px no-repeat;
  background-size: auto 20px;
}
#nav li.nav_order.active a {
  background: url('/m/assets/img/nav/icon_order_active.png') center 8px no-repeat;
  background-size: auto 20px;
}
#nav li.nav_user {
  /*opacity: 0.4;*/
}
#nav li.nav_user a {
  background: url('/m/assets/img/nav/icon_user.png') center 8px no-repeat;
  background-size: auto 20px;
}
#nav li.nav_user.active a {
  background: url('/m/assets/img/nav/icon_user_active.png') center 8px no-repeat;
  background-size: auto 20px;
}
#wrap {
  max-width: 736px;
}
#wrap .top {
  width: 100%;
  max-width: 736px;
  position: relative;
  background-color: #eaecf1;
  overflow: hidden;
  height: 60px;
  padding: 10px;
  box-sizing: border-box;
  z-index: 90;
}
#wrap .top .top-box {
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}
#wrap .top .top-box .city {
  height: 30px;
  line-height: 30px;
  width: 80px;
  background: url('/m/assets/img/icon_arr_down.png') 90% center no-repeat #fff;
  background-size: 11px auto;
  float: left;
  border-right: 1px solid #f1f1f1;
  position: relative;
  top: 6px;
}
#wrap .top .top-box .city span {
  display: block;
  width: 60px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border: 1px solid #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#wrap .top .top-box .search {
  overflow: hidden;
  position: relative;
  margin-left: 85px;
  padding-left: 5px;
}
#wrap .top .top-box .search input {
  height: 40px;
  line-height: 40px;
  padding-right: 40px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}
#wrap .top .top-box .search .sear {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 10;
  background: url('/m/assets/img/search/icon_search.png') center center no-repeat;
  background-size: 13px 13px;
}
#wrap .top .top-box .search .search-placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#wrap .top .top-box .search .search-placeholder span {
  background: url('/m/assets/img/search/icon_search.png') left center no-repeat;
  background-size: 13px 13px;
  padding-left: 20px;
  font-size: 13px;
  color: #7a797b;
  height: 13px;
  line-height: 13px;
  position: absolute;
  left: 48.5%;
  margin-left: -30px;
  top: 55%;
  margin-top: -8px;
}
#wrap .focussearch {
  max-width: 736px;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 60px;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}
#wrap .focussearch .search-type {
  float: left;
  background-color: #eaecf1;
  height: 100%;
}
#wrap .focussearch .search-type .search-typelist {
  display: block;
  border-bottom: 1px solid #ddd;
  border-left: 2px solid #eaecf1;
  border-right: 1px solid #ddd;
  height: 35px;
  width: 100px;
  font-size: 14px;
  color: #333;
  line-height: 35px;
  text-align: center;
}
#wrap .focussearch .search-type .search-typelist.onshow {
  border-left: 2px solid #ffda7c;
  background-color: #fff;
  font-weight: 700;
}
#wrap .focussearch .search-des {
  overflow: hidden;
}
#wrap .focussearch .search-des .search-ul {
  display: none;
  width: 100%;
}
#wrap .focussearch .search-des .search-ul .search-li {
  height: 40px;
  margin-left: 30px;
  width: 80%;
  border-bottom: 1px solid #ddd;
}
#wrap .focussearch .search-des .search-ul .search-li .search-a {
  height: inherit;
  line-height: 40px;
  font-size: 14px;
  display: block;
}
#wrap .focussearch .search-des .search-ul.show {
  display: block;
  overflow-y: auto;
}
#wrap .focussearch.fadein {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
#wrap .changesearch {
  max-width: 736px;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 60px;
  right: 0;
  bottom: 0;
  background-color: #eaecf1;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}
#wrap .changesearch .change-ul {
  background-color: #fff;
}
#wrap .changesearch .change-ul .change-li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-left: 30px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  margin-left: 15px;
}
#wrap .changesearch .change-ul .change-li:last-child {
  border-bottom: 1px solid #fff;
}
#wrap .changesearch .change-ul .change-li .change-a {
  display: block;
  width: 100%;
  height: inherit;
  line-height: inherit;
}
#wrap .changesearch .change-ul .change-li .change-a .search-key {
  font-size: 14px;
  font-weight: 700;
}
#wrap .changesearch .change-ul .change-li .change-a .search-num {
  font-size: 12px;
  color: #999;
}
#wrap .changesearch.fadein {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
#wrap .close {
  font-size: 20px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-color: rgba(207, 207, 207, 0.4);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
#wrap .citylist {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 100;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}
#wrap .citylist .citylist-tbar {
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  text-align: center;
  position: fixed;
  font-size: 16px;
  box-shadow: 0px 0px 1px #ccc;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
#wrap .citylist .citylist-tbar a {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 0;
  top: 0;
  background: url('/m/assets/img/icon_arr_back.png') center center no-repeat;
  background-size: 9px auto;
}
#wrap .citylist .citylist-con {
  height: 100%;
  overflow-y: auto;
  padding-top: 45px;
  box-sizing: border-box;
}
#wrap .citylist .citylist-con dl dt {
  height: 40px;
  line-height: 40px;
  background-color: #f1f1f1;
  padding: 0 15px;
  color: #999;
}
#wrap .citylist .citylist-con dl dd ul li {
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
}
#wrap .citylist .city-letter {
  position: absolute;
  right: 0;
  top: 60px;
  width: 40px;
  text-align: center;
  z-index: 10;
}
#wrap .citylist .city-letter li {
  height: 20px;
  line-height: 20px;
}
#wrap .citylist.in {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 16, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
::-webkit-scrollbar {
  display: none;
}
#wrap {
  padding-bottom: 45px;
}
#wrap .ia {
  width: 47px;
  height: 47px;
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 100;
  border-radius: 50%;
  background: url('/m/assets/img/detail/upto.png') center no-repeat;
  background-color: rgba(255, 160, 105, 0.9);
}
#wrap .banner {
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
#wrap .banner .swiper-container {
  width: 100%;
  height: 100%;
}
#wrap .banner .swiper-container .swiper-slide {
  overflow: hidden;
}
#wrap .banner .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
#wrap .banner .swiper-container .swiper-pagination {
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  /*box-shadow: inset 0px -5px 11px rgba(0,0,0,0.6);*/
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  padding-top: 10px;
}
#wrap .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  height: 4px;
  overflow: hidden;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.6;
  position: relative;
  bottom: -6px;
}
#wrap .banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  height: 4px;
  position: relative;
  bottom: -6px;
  background-color: #FF7979;
  opacity: 1;
}
#wrap .banner .swiper-container .swiper-pagination .swiper-pagination-bullet.hide {
  display: none;
}
#wrap .banner .icons {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 35px;
  z-index: 10;
  padding: 15px;
  box-sizing: border-box;
}
#wrap .banner .icons a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  float: left;
  border-radius: 50%;
}
#wrap .banner .icons a.back {
  background: url('/m/assets/img/detail/icon_arr_back.png') center center no-repeat rgba(0, 0, 0, 0.6);
  background-size: 8px auto;
}
#wrap .banner .icons a.eye {
  background: url('/m/assets/img/detail/icon_eye_close.png') center center no-repeat rgba(0, 0, 0, 0.6);
  background-size: 16px auto;
  float: right;
}
#wrap .banner .icons a.eyes {
  background: url('/m/assets/img/detail/icon_eye_open.png') center center no-repeat rgba(0, 0, 0, 0.6);
  background-size: 16px auto;
  float: right;
}
#wrap .banner .icons a.fav {
  background: url('/m/assets/img/detail/fav.png') center center no-repeat rgba(0, 0, 0, 0.6);
  background-size: 18px auto;
  float: right;
  margin-right: 3px;
}
#wrap .banner .icons a.favs {
  background: url('/m/assets/img/detail/favs.png') center center no-repeat rgba(0, 0, 0, 0.6);
  background-size: 18px auto;
  float: right;
  margin-right: 3px;
}
#wrap .banner .icons a.user {
  background: url('/m/assets/img/detail/icon_user.png') center center no-repeat rgba(0, 0, 0, 0.6);
  background-size: 16px auto;
  float: right;
}
#wrap .banner .type_num {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  z-index: 10;
  /*background: rgba(0,0,0,0.2);*/
}
#wrap .banner .type_num span {
  font-size: 12px;
  float: left;
  width: 45%;
  display: block;
  color: #fff;
  height: 100%;
  line-height: 30px;
}
#wrap .banner .type_num span:nth-child(1) {
  padding-left: 15px;
}
#wrap .banner .type_num span:nth-child(2) {
  float: right;
  text-align: right;
  padding-right: 15px;
}
#wrap .base-info {
  overflow: hidden;
  background-color: #fff;
}
#wrap .base-info h3 {
  line-height: 24px;
  font-size: 17px;
  margin: 15px;
  margin-bottom: 0;
}
#wrap .base-info .prices {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}
#wrap .base-info .prices .price {
  position: relative;
  color: #ff6600;
  font-size: 20px;
  font-weight: 700;
  margin: 15px;
  margin-top: 10px;
  margin-bottom: 0px;
}
#wrap .base-info .prices .price i {
  font-size: 10px;
}
#wrap .base-info .prices .price u {
  font-size: 10px;
  color: #999;
  text-decoration: none;
  margin-left: 5px;
}
#wrap .base-info .prices .price .priced {
  display: none;
  color: #999999;
  font-size: 14px;
}
#wrap .base-info .prices .price .priced .fontw {
  font-weight: 700;
}
#wrap .base-info .prices .price .dis_no {
  display: inline-block;
}
#wrap .base-info .prices .pricef {
  margin: 15px;
  color: #999999;
  font-size: 16px;
}
#wrap .base-info .prices .mation {
  margin-top: 3px;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  height: 18px;
  font-size: 12px;
  color: #999;
  padding: 0 15px;
}
#wrap .base-info .prices .mation span {
  display: inline-block;
  width: 88%;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#wrap .base-info .prices .mation a {
  margin-left: 10px;
  float: left;
  display: inline-block;
  height: 16px;
  width: 18px;
  background: url('/m/assets/img/detail/iphons.png') center center no-repeat;
  background-size: 100% 100%;
}
#wrap .base-info .prices .dise {
  display: block;
}
#wrap .base-info .city {
  margin-left: 15px;
  border-top: 1px solid #f1f1f1;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  font-size: 14px;
}
#wrap .base-info .city .city-active {
  color: #666;
  margin-left: 15px;
}
#wrap .base-info .city .city-check {
  padding-right: 15px;
  background: url('/m/assets/img/icon_arr_right.png') right 48% no-repeat;
  background-size: 6px 11px;
  margin-right: 15px;
  float: right;
  font-size: 12px;
  color: #999;
}
#wrap .base-info .promotion {
  margin-left: 15px;
  border-top: 1px solid #f1f1f1;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  line-height: 0px;
  overflow: hidden;
}
#wrap .base-info .promotion .titi {
  line-height: 50px;
  display: inline-block;
  float: left;
}
#wrap .base-info .promotion .promotion-active {
  display: inline-block;
  max-width: 145px;
  background-color: #fb2a35;
  color: #fff;
  padding: 0px 5px;
  margin-left: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 18px;
  line-height: 18px;
  margin-top: 15px;
}
#wrap .base-info .promotion .promotion-check {
  padding-right: 15px;
  background: url('/m/assets/img/icon_arr_right.png') right 48% no-repeat;
  background-size: 6px 11px;
  margin-right: 15px;
  float: right;
  font-size: 12px;
  color: #999;
  line-height: 45px;
}
#wrap .date {
  padding-top: 5px;
  background-color: #fff;
  margin-top: 10px;
  padding-bottom: 1px;
}
#wrap .date .date-t {
  margin-left: 15px;
  border-top: 1px solid #f1f1f1;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  font-size: 14px;
  border-top: none;
  border-bottom: 1px solid #f1f1f1;
}
#wrap .date .date-t .date-t-more {
  padding-right: 15px;
  background: url('/m/assets/img/icon_arr_right.png') right 48% no-repeat;
  background-size: 6px 11px;
  margin-right: 15px;
  float: right;
  font-size: 12px;
  color: #999;
}
#wrap .date .date-t .grou {
  color: #999;
  font-size: 12px;
  padding-right: 15px;
}
#wrap .date .date-t .grou span {
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #6c6;
}
#wrap .date .date-list {
  position: relative;
  margin: 10px 15px 5px;
}
#wrap .date .date-list ul {
  margin-left: -2%;
}
#wrap .date .date-list li {
  position: relative;
  height: 40px;
  width: 20%;
  margin-left: 2%;
  margin-bottom: 8px;
  border-radius: 2px;
  overflow: hidden;
  float: left;
  box-shadow: 0px 0px 1px #666;
  line-height: 20px;
  text-align: center;
  padding: 2px 0;
}
#wrap .date .date-list li .date-detail {
  font-size: 12px;
  color: #666;
}
#wrap .date .date-list li .nw {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #6c6;
}
#wrap .date .date-list li .price {
  width: 100%;
  text-align: center;
  color: #fb2a35;
  box-sizing: border-box;
  /*padding-right: 2px;*/
  font-size: 10px;
  position: relative;
}
#wrap .date .date-list li .price .cz {
  width: 15px;
  height: 16px;
  color: #fff;
  /*background: #7cb9f2;*/
  background-color: #ff6600;
  position: absolute;
  left: 2px;
  top: 3px;
  line-height: 16px;
  font-size: 5px;
  text-align: center;
  font-size: 10px;
  border-radius: 2px;
  -webkit-transform: scale(0.9);
}
#wrap .date .date-list li .price i {
  font-size: 10px;
}
#wrap .date .date-list li .price u {
  font-size: 10px;
  color: #999;
  text-decoration: none;
  margin-left: 3px;
}
#wrap .date .date-list .make {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 44px;
  text-align: right;
  border-left: 1px solid #ddd;
  line-height: 66px;
}
#wrap .date .date-list .make a {
  background: url('/m/assets/img/detail/more.png') 80% 24% no-repeat;
  background-size: 18px 18px;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #666;
  font-size: 10px;
}
#wrap .contact {
  height: 80px;
  overflow: hidden;
  background-color: #fff;
  margin-top: 10px;
  position: relative;
  border-top: 2px solid #777;
}
#wrap .contact .img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
  margin: 15px;
}
#wrap .contact .img img {
  width: 100%;
  height: 100%;
}
#wrap .contact .txt {
  overflow: hidden;
  padding-top: 13px;
}
#wrap .contact .txt h3 {
  font-size: 15px;
}
#wrap .contact .txt p {
  color: #999999;
  font-size: 12px;
  margin-top: 0px;
}
#wrap .contact .txt p a {
  color: #999999;
}
#wrap .contact .btns {
  position: absolute;
  right: 0;
  top: 4px;
  height: 100%;
  margin-right: 15px;
}
#wrap .contact .btns a {
  background: url('/m/assets/img/detail/phs.png') 50% 24% no-repeat;
  background-size: 18px 18px;
  display: block;
  width: 70px;
  height: 100%;
  line-height: 90px;
  text-align: center;
  font-size: 10px;
  border-radius: 3px;
  overflow: hidden;
}
#wrap .contact .btns a.instore {
  border: 1px solid #f00;
  color: #f00;
}
#wrap .contact .btns a.question {
  color: #FF7979;
}
#wrap .details {
  background-color: #fff;
  margin-top: 10px;
  overflow: hidden;
}
#wrap .details .details-menu {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #f1f1f1;
}
#wrap .details .details-menu .ul_ul {
  overflow-x: auto;
  overflow-y: hidden;
  background: #fff;
  width: 100%;
}
#wrap .details .details-menu ul {
  box-sizing: border-box;
  z-index: 80;
  height: 45px;
  width: 999px;
  line-height: 45px;
  overflow: hidden;
  white-space: nowrap;
}
#wrap .details .details-menu ul li {
  background: #fff;
  width: 75px;
  float: left;
  text-align: center;
  font-size: 13px;
}
#wrap .details .details-menu ul li a {
  display: inline-block;
  height: 43px;
  border-bottom: 2px solid #fff;
  color: #999;
  width: 100%;
  font-weight: 400;
}
#wrap .details .details-menu ul li.active a {
  border-color: #FF7979;
  color: #333;
  font-weight: 700;
}
#wrap .details .sticky {
  border: 1px solid #ddd;
  position: fixed;
  top: 0;
  z-index: 10;
}
#wrap .details .details-list {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
#wrap .details .details-list .line {
  height: 100%;
  border-left: 2px solid #ddd;
  position: absolute;
  left: 27px;
  top: 0;
  bottom: 0;
}
#wrap .details .details-list dl {
  margin-left: 13px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
#wrap .details .details-list dl dt {
  line-height: 20px;
}
#wrap .details .details-list dl dt .ii,
.content_tow dl dt .ii
{
  background-color: #73abd2;
  color: #fff;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50%;
}
#wrap .details .details-list dl dt span,
.content_tow dl dt span
{
  display: block;
  overflow: hidden;
  padding-left: 15px;
  font-size: 14px;
  color: #1889d1;
}
#wrap .details .details-list dl dt span i,
.content_tow dl dt span i
{
  color: #73abd1;
  font-size: 14px;
  padding: 0 3px;

}
#wrap .details .details-list dl dt .titlese {
  font-size: 16px;
}
#wrap .details .details-list dl dd .item {
  margin-top: 10px;
}
#wrap .details .details-list dl dd .item i.icon,
.content_tow dl dd .item i.icon
{
  float: left;
  width: 29px;
  height: 29px;
  color: #73abd1;
  font-size: 9px;
  line-height: 29px;
  text-align: center;
}
#wrap .details .details-list dl dd .item i.fa,
.content_tow dl dd .item i.fa
{
  background: #fff;
}
#wrap .details .details-list dl dd .item .i-detail {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  color: #666;
}
#wrap .details .details-list dl dd .item .i-detail span {
  width: auto !important;
  font-size: 14px !important;
  color: #616161 !important;
  font-weight: 300 !important;
}
#wrap .details .details-list dl dd .item .i-detail p {
  width: auto !important;
  font-size: 14px !important;
  color: #616161 !important;
  font-weight: 300 !important;
}
#wrap .details .details-list dl dd .item .i-detail label {
  width: auto !important;
  font-size: 14px !important;
  color: #616161 !important;
  font-weight: 300 !important;
}
#wrap .details .details-list dl dd .item .i-detail table {
  width: auto !important;
  font-size: 14px !important;
  color: #616161 !important;
  font-weight: 300 !important;
}
#wrap .details .details-list dl dd .info .i-detail {
  padding-left: 44px;
}
#wrap .details .details-list dl dd .accom .i-detail {
  padding-top: 5px;
}
#wrap .details .details-list dl dd .accom .i-detail span {
  color: #999;
  float: left;
}
#wrap .details .details-list dl dd .accom .i-detail p {
  overflow: hidden;
  color: #666;
}
#wrap .details .details-list dl dd .diner .i-detail {
  padding-top: 5px;
}
#wrap .details .details-list dl dd .diner .i-detail span {
  color: #999;
  float: left;
}
#wrap .details .details-list dl dd .diner .i-detail p {
  overflow: hidden;
  color: #666;
}
#wrap .details .details-list dl dd .img-list .i-detail .facility {
  float: left;
  width: 31%;
  height: 70px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#wrap .details .details-more {
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 20px auto;
  font-size: 12px;
  border: 1px solid #4db7db;
  color: #4db7db;
  border-radius: 3px;
  overflow: hidden;
  display: none;
}
#wrap .details .detail_css {
  position: fixed;
  bottom: 110px;
  right: 15px;
  z-index: 100;
  width: 47px;
  height: 47px;
  padding: 7px;
  color: #fff;
  font-size: 13px;
  padding-top: 6px;
  border-radius: 50%;
  padding-left: 11px;
  background-color: rgba(255, 160, 105, 0.9);
  box-sizing: border-box;
  padding-top: 10px;
  line-height: 16px;
}
#wrap .details .dei {
  display: none;
}
#wrap .detail-feature,
#wrap .detail-cost,
#wrap .detail-notice {
  background-color: #fff;
  margin-top: 10px;
}
#wrap .detail-feature h3,
#wrap .detail-cost h3,
#wrap .detail-notice h3 {
  margin-left: 15px;
  border-bottom: 1px solid #f1f1f1;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 300;
}
#wrap .detail-feature .con,
#wrap .detail-cost .con,
#wrap .detail-notice .con {
  overflow: hidden;
  padding: 15px;
  font-size: 13px !important;
  color: #666 !important;
  line-height: 20px !important;
}
#wrap .detail-feature .con p,
#wrap .detail-cost .con p,
#wrap .detail-notice .con p {
  font-size: 13px !important;
  color: #666 !important;
  line-height: 20px !important;
}
#wrap .detail-feature .con img,
#wrap .detail-cost .con img,
#wrap .detail-notice .con img {
    max-width:100% !important;
}

#wrap .detail-feature .con .h4-cls,
#wrap .detail-cost .con .h4-cls,
#wrap .detail-notice .con .h4-cls {
  height: 30px;
  width: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  margin: 5px 0;
  color: #deac36;
  font-weight: 500;
}

#wrap .submit {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  box-shadow: 0px 0px 1px #ccc;
  background-color: #fff;
  z-index: 20;
  padding-bottom: env(safe-area-inset-bottom);
}
#wrap .submit .submit-contact {
  float: left;
  width: 53%;
  font-size: 12px;
  box-sizing: border-box;
  /*padding-left: 5px;*/
}
#wrap .submit .submit-contact a {
  box-sizing: border-box;
  /*padding-left: 10px;*/
  float: left;
  width: 50%;
  text-align: center;
}
#wrap .submit .submit-contact a.question {
  float: left;
  width: 50%;
}
#wrap .submit .submit-contact a.question span {
  display: inline-block;
  height: 100%;
  background: url('/m/assets/img/detail/icon_email.png') left 45% no-repeat;
  background-size: 18px auto;
  padding-left: 25px;
}
#wrap .submit .submit-contact a.tel {
  float: left;
  display: inline-block;
  width: 50%;
  background: url('/m/assets/img/detail/icon_line.png') left center no-repeat;
  background-size: auto 18px;
}
#wrap .submit .submit-contact a.tel span {
  color: #ff6600;
  display: inline-block;
  height: 100%;
  background: url('/m/assets/img/detail/icon_tel.png') left 45% no-repeat;
  background-size: 18px auto;
  padding-left: 25px;
}
#wrap .submit .cope {
  display: none;
  background: #ffa600;
  float: left;
  text-align: center;
  width: 20%;
}
#wrap .submit .cope a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 13px;
}
#wrap .submit .cops {
  display: none;
  float: left;
  text-align: center;
  background: #ff5e12;
  color: #fff;
  width: 20%;
}
#wrap .submit .submit-btn {
  display: block;
  overflow: hidden;
  background-color: #ff9529;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
#wrap .city-list,
#wrap .activi {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 90;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}
#wrap .city-list .city_ul,
#wrap .activi .city_ul {
  height: 100%;
  overflow-y: auto;
  padding-top: 45px;
  box-sizing: border-box;
}
#wrap .city-list .city_ul li,
#wrap .activi .city_ul li {
  height: 45px;
  line-height: 45px;
  margin: 0 15px;
  border-bottom: 1px solid #f1f1f1;
}
#wrap .city-list .city_ul .colors,
#wrap .activi .city_ul .colors {
  color: red;
}
#wrap .city-list .city-list_header,
#wrap .activi .city-list_header {
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  text-align: center;
  position: fixed;
  font-size: 16px;
  box-shadow: 0px 0px 1px #ccc;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
#wrap .city-list .city-list_header a,
#wrap .activi .city-list_header a {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 0;
  top: 0;
  background: url('/m/assets/img/icon_arr_back.png') center center no-repeat;
  background-size: 9px auto;
}
#wrap .city-list.in,
#wrap .activi.in {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
#wrap .activi .acti_header {
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  text-align: center;
  position: fixed;
  font-size: 16px;
  box-shadow: 0px 0px 1px #ccc;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
#wrap .activi .acti_header a {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 0;
  top: 0;
  background: url('/m/assets/img/icon_arr_back.png') center center no-repeat;
  background-size: 9px auto;
}
#wrap .activi .acti_ul {
  height: 100%;
  overflow-y: auto;
  padding-top: 45px;
  padding-left: 15px;
  box-sizing: border-box;
}
#wrap .activi .acti_ul li {
  padding-top: 25px;
  padding-bottom: 25px;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
#wrap .activi .acti_ul li .tit_hea {
  padding-right: 15px;
  box-sizing: border-box;
}
#wrap .activi .acti_ul li .tit_hea .titless {
  display: inline-block;
  min-height: 18px;
  font-size: 10px;
  padding: 3px 5px;
  color: #fff;
  line-height: 18px;
}
#wrap .activi .acti_ul li .time {
  margin-top: 10px;
}
#wrap .activi .acti_ul li .time .contentss {
  min-height: 18px;
  line-height: 18px;
  font-size: #333;
  font-size: 10px;
  padding-left: 5px;
}
#wrap .activi .acti_ul li:nth-child(3n+1) .tit_hea span {
  background: #fb2a35;
}
#wrap .activi .acti_ul li:nth-child(3n+2) .tit_hea span {
  background: #37cc71;
}
#wrap .activi .acti_ul li:nth-child(3n+3) .tit_hea span {
  background: #84b6fb;
}
#wrap .stroke_detail {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
}
#wrap .stroke_detail .acti_header {
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  text-align: center;
  position: fixed;
  font-size: 16px;
  box-shadow: 0px 0px 1px #ccc;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
#wrap .stroke_detail .acti_header a {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 0;
  top: 0;
  background: url('/m/assets/img/icon_arr_back.png') center center no-repeat;
  background-size: 9px auto;
}
#wrap .stroke_detail .detail_content {
  height: 100%;
  overflow-y: auto;
}
#wrap .stroke_detail .detail_content .content_tow {
  box-sizing: border-box;
  padding-top: 50px;
  position: relative;
  margin-bottom: 10px;
}
#wrap .stroke_detail .detail_content .content_tow .line {
  height: 100%;
  border-left: 2px solid #ddd;
  position: absolute;
  left: 27px;
  top: 0;
  bottom: 0;
}
#wrap .stroke_detail .detail_content .content_tow dl {
  margin-left: 15px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
#wrap .stroke_detail .detail_content .content_tow dl dt {
  line-height: 20px;
}

#wrap .stroke_detail .detail_content .content_tow dl dt .titlese {
  font-size: 16px;
}
#wrap .stroke_detail .detail_content .content_tow dl dd .item {
  margin-top: 10px;
}
#wrap .stroke_detail .detail_content .content_tow dl dd .item i.icon {
  float: left;
  width: 25px;
  height: 25px;
}
#wrap .stroke_detail .detail_content .content_tow dl dd .item .i-detail {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  color: #666;
  line-height: 20px;
}
#wrap .stroke_detail .detail_content .content_tow dl dd .item .i-detail span {
  width: auto !important;
  font-size: 14px !important;
  color: #616161 !important;
  font-weight: 300 !important;
}
#wrap .stroke_detail .detail_content .content_tow dl dd .item .i-detail p {
  width: auto !important;
  font-size: 14px !important;
  color: #616161 !important;
  font-weight: 300 !important;
}
#wrap .stroke_detail .detail_content .content_tow dl dd .item .i-detail label {
  width: auto !important;
  font-size: 14px !important;
  color: #616161 !important;
  font-weight: 300 !important;
}
#wrap .stroke_detail .detail_content .content_tow dl dd .item .i-detail table {
  width: auto !important;
  font-size: 14px !important;
  color: #616161 !important;
  font-weight: 300 !important;
}
#wrap .stroke_detail .detail_content .content_tow dl dd .accom .i-detail {
  padding-top: 5px;
}
#wrap .stroke_detail .detail_content .content_tow dl dd .accom .i-detail span {
  color: #999;
  float: left;
}
#wrap .stroke_detail .detail_content .content_tow dl dd .accom .i-detail p {
  overflow: hidden;
  color: #666;
}
#wrap .stroke_detail .detail_content .content_tow dl dd .diner .i-detail {
  padding-top: 5px;
}
#wrap .stroke_detail .detail_content .content_tow dl dd .diner .i-detail span {
  color: #999;
  float: left;
}
#wrap .stroke_detail .detail_content .content_tow dl dd .diner .i-detail p {
  overflow: hidden;
  color: #666;
}
#wrap .stroke_detail .detail_content .content_tow dl dd .img-list .i-detail img {
  margin-bottom: 5px;
  float: left;
  width: 100%;
  border-radius: 2px;
  margin-right: 5px;
}
#wrap .stroke_detail.in {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
#popup-info {
  /*height: 60px;*/
}
#popup-info .lesse,
#popup-info .yer {
  text-align: center;
  position: relative;
  line-height: 25px;
  width: 80px;
  height: 25px;
  bottom: -20px;
}
#popup-info .lesse {
  left: 15px;
  background: #e7e7e7;
}
#popup-info .yer {
  color: #fff;
  background: #FF7979;
  left: 105px;
  bottom: 5px;
}




/*======用户填写数据的样式控制[开始]=======*/

div.user-data {  overflow-x: auto !important;  }

div.user-data ul, div.user-data ul li {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  list-style-type: none !important;
  list-style: none !important;
}
div.user-data span {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}
div.user-data table {
  border:solid 1px #ccc;
  border-collapse: collapse;
}
div.user-data table td, div.user-data table th {
  border:solid 1px #ccc;
}

div.user-data table.noborder,
div.user-data table.noborder td,
div.user-data table.noborder th {
  border: none;
}

/*======用户填写数据的样式控制[结束]=======*/

.facility {display: none}
#wrap .details .details-list dl dd .img-list .i-detail .particulars {display: block;width:100% !important;margin: 5px 0;border-radius: 3px}