/* Generated by less 2.5.1 */
@charset "utf-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0 auto;
  padding: 0px;
  font-size: 12px;
  font-family: Helvetica;
  /*text-align:center; */
  min-width: 320px;
  max-width: 640px;
}
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
form,
fieldset,
legend,
input,
select,
textarea,
button,
th,
td,
menu,
article,
pre,
xmp,
plaintext,
listing {
  margin: 0;
  padding: 0;
}
pre,
xmp,
plaintext,
listing {
  white-space: normal;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
select,
time {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
button,
label {
  font-size: 100%;
  font-weight: 100;
  vertical-align: middle;
}
ul,
dl,
ol {
  list-style: none;
}
i,
em {
  font-style: normal;
}
b {
  font-weight: normal;
}
img,
fieldset,
input[type="submit"] {
  border: none;
}
input {
  outline: none;
  background: transparent;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  cursor: pointer;
  border: none;
}
textarea {
  word-wrap: break-word;
  resize: none;
}
/* 去除IE下拉菜单箭头 */
select::-ms-expand {
  display: none;
}
/* 去除IE下radio、checkbox默认样式 */
::-ms-check {
  display: none;
}
/* 去除输入框、文本域默认边框和IOS4下的内阴影 */
input,
textarea,
select {
  -webkit-appearance: none;
  border: none;
  outline: none;
}
/* 设置Gecko内核下输入框属性placeholder中值的文件颜色 */
input:-moz-placeholder {
  color: #C4C4C4;
}
/* 设置webkit内核下输入框属性placeholder中值的文件颜色 */
::-webkit-input-placeholder {
  color: #C4C4C4;
}
/* 设置webkit内核下文字大小不小于12px */
html,
body {
  -webkit-text-size-adjust: none;
  /*height:100%;*/
}
/* 禁止长按链接、按钮、输入框出现系统默认弹框菜单 */
a,
button,
input {
  -webkit-touch-callout: none;
  outline: none;
}
a {
  text-decoration: none;
  -webkit-touch-callout: none;
  color: #666;
}
* {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  font-family: Helvetica;
}
.ui-table {
  display: table;
}
.ui-cell {
  display: table-cell;
  vertical-align: middle;
}
html.debug_class #__vconsole {
  display: block;
}
html #__vconsole {
  display: none;
}
.message {
  display: none;
  position: fixed;
  top: 40%;
  left: 0;
  right: 0;
  width: 70%;
  background-color: rgba(0, 0, 0, 0.51);
  margin: 0 auto;
  color: #fff;
  text-align: center;
  border-radius: 0.15625rem;
  padding: 0.5rem;
  z-index: 999;
}
.message.active {
  display: block;
}
.loading {
  display: none;
  position: fixed;
  top: 40%;
  left: 0;
  right: 0;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.51);
  margin: 0 auto;
  color: #fff;
  text-align: center;
  border-radius: 0.15625rem;
  padding: 0.5rem;
  z-index: 999;
}
.loading.active {
  display: block;
}
html,
body {
  color: #333;
  font-size: 0.4rem;
  background: #f8f8f8;
}
.container {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.base_header {
  height: 1.06666667rem;
  line-height: 1.06666667rem;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.base_header .btn_login {
  position: absolute;
  top: 0;
  right: 0.4rem;
  font-size: 0.34666667rem;
  color: #333;
  display: block;
}
.btn_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2rem;
  height: 100%;
  background: url("../images/icon_back.png") center no-repeat;
  background-size: auto 0.53333333rem;
}
.btn_dismiss {
  position: absolute;
  top: 0;
  left: 0.4rem;
  width: 0.29333333rem;
  height: 100%;
  background: url("../images/icon_back.png") center no-repeat;
  background-size: contain;
}
/** 搜索框&购物车头部 **/
.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 1.06666667rem;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0.4rem;
  border-bottom: none;
  background-color: #fff;
}
.header .search_contaienr {
  margin-left: 0.53333333rem;
  position: relative;
}
.header input[type="text"],
.header input[type="search"] {
  border: 0;
}
.header .search_input {
  position: relative;
  padding-left: 0.8rem;
  height: 0.88rem;
  width: 6.53333333rem;
  border-radius: 2.66666667rem;
  background: url("../images/index/icon_search.png") #f3f3f3 0.26666667rem center no-repeat;
  background-size: 0.4rem;
}
.header .search_input + .btn_delete {
  position: absolute;
  right: 0.26666667rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.29333333rem;
  background: url(../images/btn_icon_delete.png) center / contain no-repeat;
}
.header .shop_car {
  display: block;
  margin: 0 0.4rem;
  width: 0.66666667rem;
  height: 0.66666667rem;
  background: url("../images/icon_shopcar.png") center center no-repeat;
  background-size: contain;
}
.header .navbar_toggle {
  display: block;
  border: none;
  outline: none;
  background: none;
  width: 0.8rem;
  text-align: center;
}
.header .title {
  margin: 0 auto;
  font-size: 0.48rem;
  color: #333;
  font-size: 0.4rem;
  line-height: 1.06666667rem;
}
.header .nav_dot {
  display: inline-block;
  width: 0.10666667rem;
  height: 0.10666667rem;
  border-radius: 50%;
  background-color: #505050;
}
.header .message_box button {
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
  margin-top: 0.21333333rem;
  letter-spacing: 1px;
}
.header .shop_car {
  position: relative;
}
.header .shop_car .shop_count {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  right: -0.4rem;
  top: 0;
  background: #FE403B;
  padding: 0 0.05333333rem;
  color: #fff;
  text-align: center;
  font-size: 0.26666667rem;
  line-height: 1.4;
  border-radius: 15px;
  letter-spacing: 1px;
  display: none;
}
.header .btn_delete {
  position: absolute;
  width: 0.24rem;
  height: 0.24rem;
  background: url("../images/icon_delete.png") center / contain no-repeat;
  right: 0.26666667rem;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header .navbar_menue {
  position: absolute;
  top: 0.53333333rem;
  right: 10px;
  width: 2.48rem;
  background: #fafafa;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  z-index: 1000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}
.header .navbar_menue_active {
  display: block;
  -webkit-animation: navbar_animate_show .5s ease;
  -webkit-animation-fill-mode: forwards;
  animation: navbar_animate_show .5s ease;
  animation-fill-mode: forwards;
}
@-webkit-keyframes navbar_animate_show {
  0% {
    -webkit-opacity: 0;
  }
  100% {
    -webkit-opacity: 1;
    top: 1.28rem;
  }
}
@keyframes navbar_animate_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 1.28rem;
  }
}
.header .navbar_menue li a {
  display: block;
  height: 1.09333333rem;
  border-bottom: 0.05333333rem solid #f7f7f7;
  font-size: 12px;
  color: #030303;
  line-height: 12px;
  text-align: center;
  line-height: 4;
  letter-spacing: 1px;
}
.header .menue_home,
.header .menue_search {
  display: inline-block;
  width: 0.53333333rem;
  height: 0.56rem;
  vertical-align: middle;
  margin-right: 5px;
}
.header .menue_home {
  background: url("../images/icon_menue_home.png") center top no-repeat;
  background-size: 0.45333333rem;
  height: 0.50666667rem;
}
.header .menue_search {
  background: url("../images/icon_menue_search.png") center no-repeat;
  background-size: 0.45333333rem;
}
.header .navbar_menue li:last-child a {
  border-bottom: none;
}
.header .icon_arrow {
  position: absolute;
  top: -0.21333333rem;
  right: 0.21333333rem;
  width: 0;
  height: 0;
  border-bottom: 0.26666667rem solid #fafafa;
  border-left: 0.26666667rem solid transparent;
  border-right: 0.26666667rem solid transparent;
}
/** end **/
.hide {
  display: none!important;
}
.show {
  display: block!important;
}
/** 轮播 **/
.swiper-container {
  position: relative;
  height: 100%;
}
.swiper-container img {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-pagination {
  text-align: center;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 0;
  margin-right: 0.13333333rem;
  background-color: #fff;
  opacity: 0.3;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet :nth-of-type(:last-child) {
  margin-right: 0.26666667rem;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0.13333333rem;
}
.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1!important;
}
/** end **/
.product_buy {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.8rem 1.06666667rem 0.53333333rem;
  width: 100%;
  padding-top: 0.48rem;
  height: 6.72rem;
  background-color: #FAFAFA;
  text-align: center;
  z-index: 1000;
}
.product_buy input {
  border: 1px solid #eee;
  width: 4.53333333rem;
  background: #fff;
  border-radius: 25px 25px;
  height: 0.93333333rem;
}
.product_buy .left {
  float: left;
}
.product_buy .right {
  float: right;
}
.product_buy p:nth-child(1),
.product_buy p:nth-child(2) {
  border-bottom: 1px solid #efefef;
  padding-bottom: 0.48rem;
}
.btn_reduce_number {
  display: inline-block;
  margin-top: 0.17333333rem;
  width: 0.85333333rem;
  height: 0.8rem;
  background: url("../images/icon_reduce.jpg") center / contain no-repeat;
}
.btn_reduce_number_ok {
  background: url("../images/icon_reduce_ok.jpg") center / contain no-repeat;
}
.btn_add_number {
  display: inline-block;
  width: 0.85333333rem;
  height: 0.8rem;
  margin-top: 0.17333333rem;
  background: url("../images/icon_add.jpg") center / contain no-repeat;
}
.btn_add_number_ok {
  background: url("../images/icon_add_ok.jpg") center / contain no-repeat;
}
.product_number {
  font-size: 0.4rem;
  color: #333333;
  text-align: center;
  border: none;
}
.btn_next_ok {
  display: block;
  margin-top: 0.4rem;
  color: #fff;
  line-height: 1.2rem;
  height: 1.44rem;
  background: url("../images/icon_next.png") center no-repeat;
  background-size: contain;
}
.product_buy_info {
  margin-top: 0.48rem;
  color: #8f8e94;
  font-size: 0.34666667rem;
  overflow: hidden;
}
.search_history {
  margin: 0.53333333rem auto;
  width: 90.625%;
}
.search_history li {
  display: inline-block;
  margin: 0.4rem 0.26666667rem 0 0;
  padding: 0 0.4rem;
  line-height: 0.8rem;
  border: .5px solid #CCCCCC;
  border-radius: 2.66666667rem;
}
.search_history li a {
  color: #333;
  font-size: 0.34666667rem;
}
.search_history .btn_trash {
  float: right;
  width: 0.32rem;
  height: 0.34666667rem;
  background: url("../images/icon_trash.png") center / contain no-repeat;
}
.search_history .tip {
  padding-left: 0.48rem;
  color: #8f8e94;
  font-size: 0.32rem;
  line-height: 0.32rem;
}
.icon_history {
  display: inline-block;
  height: 0.34666667rem;
  background: url("../images/search/icon_history.png") left / contain no-repeat;
}
.tab_content {
  background-color: #fff;
  margin-top: 0.26666667rem;
  padding-bottom: 1.14666667rem;
}
.tab_item li {
  border-bottom: 1px solid #F8F8F8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tab_item > ul > li > a {
  padding: 0.13333333rem 0;
  display: table;
  float: left;
  width: 7.2rem;
  height: 2.66666667rem;
}
.product_img {
  width: 2.13333333rem;
  height: 2.13333333rem;
  margin-left: 0.4rem;
  display: inline-block;
  -webkit-align-self: center;
}
.product_info {
  display: table-cell;
  overflow: hidden;
  padding-left: 0.26666667rem;
}
.product_info p {
  width: 4rem;
}
.product_info h5 {
  color: #666;
  font-size: 0.26666667rem;
  width: 4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product_info h3 {
  font-size: 0.34666667rem;
  color: #333;
  width: 4rem;
  margin: 0.4rem 0 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product_info p {
  color: #8F8E94;
  font-size: 0.29333333rem;
  line-height: 1.9;
  padding-left: 0.53333333rem;
}
.product_factory {
  background: url("../images/shop/icon_factory.png") 0 3px no-repeat;
  background-size: 0.37333333rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product_store {
  background: url("../images/shop/icon_store.png") 0 3px no-repeat;
  background-size: 0.37333333rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product_price {
  margin-top: 0.53333333rem;
  margin-bottom: 0.64rem;
  color: #FE403B;
  font-size: 0.42666667rem;
  min-height: 0.53333333rem;
  width: 2.05333333rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: right;
}
.old_price {
  color: #666;
  position: absolute;
  top: 1.17333333rem;
  right: 0;
  font-size: 0.29333333rem;
  text-decoration: line-through;
  text-align: right;
}
.btn_lack,
.btn_add_list,
.btn_product_public {
  margin-top: 0.32rem;
  width: 2.05333333rem;
  height: 0.72rem;
  border: none;
  outline: none;
  background-image: linear-gradient(-180deg, #ff5b3b 0%, #fe403b 100%);
  box-shadow: 0px 2px 8px 0px rgba(254, 64, 59, 0.5);
  border-radius: 4px;
  color: #FFFFFF;
  letter-spacing: 0px;
  line-height: 11px;
  font-size: 11px;
}
.btn_login {
  display: none;
}
.btn_operate {
  float: right;
  width: 20%;
  position: relative;
  margin-right: 0.4rem;
}
/** tab切换 **/
.tab_nav {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.tab_nav:after {
  content: "";
  display: table;
  clear: both;
}
.tab_nav ul {
  overflow: hidden;
  width: 65%;
  margin: 0 auto;
}
.tab_nav ul li {
  float: left;
  width: 50%;
  line-height: 3;
}
.tab_nav a {
  display: block;
  height: 1.14666667rem;
  width: 100%;
  text-align: center;
  color: #8F8E94;
  font-size: 0.34666667rem;
}
.tab_nav_active {
  color: #FE403B!important;
  border-bottom: 1px solid #FE403B;
}
.tab_item {
  display: none;
}
.tab_item section {
  padding: 0.13333333rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.66666667rem;
  border-bottom: 1px solid #F8F8F8;
}
.sortbar {
  display: none;
  position: relative;
  height: 1.28rem;
  line-height: 1.28rem;
  background-color: #fff;
}
.sortbar p {
  padding-left: 0.26666667rem;
  float: left;
  color: #333;
  font-size: 0.34666667rem;
}
#btn_sort {
  float: right;
  width: 1.6rem;
  background: none;
  border: none;
  outline: none;
  margin-top: 0.42666667rem;
  font-size: 0.32rem;
  color: #8F8E94;
  padding-right: 0.26666667rem;
}
#btn_sort i {
  margin-left: 0.13333333rem;
  display: inline-block;
  width: 0.29333333rem;
  height: 0.29333333rem;
  background: url("../images/icon_sort.png") 0 0 no-repeat;
  background-size: 0.29333333rem;
  vertical-align: middle;
}
.qualification {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1.14666667rem;
  background: #FAFAFA;
  font-size: 0.34666667rem;
  color: #333;
  line-height: 3.5;
  text-align: center;
  border-top: 1px solid #ccc;
}
.footer {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 1.33333333rem;
  padding: 0.13333333rem 0;
  background: #fff;
  font-size: 0.26666667rem;
  -webkit-box-shadow: 0 -1px 2px #e5e5e5;
  -moz-box-shadow: 0 -1px 2px #e5e5e5;
  box-shadow: 0 -1px 2px #e5e5e5;
}
.bot_menu_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bot_menu_ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  text-align: center;
}
.bot_menu_ul li a {
  display: block;
}
.bot_menu_ul .nav_ico {
  width: 24px;
  height: 22px;
  display: inline-block;
  margin-bottom: 0px;
  background: url(../images/bar_tab_icon.png) no-repeat;
  background-size: 375px 100px;
}
.bot_menu_ul a {
  color: #333333;
}
.bot_menu_ul .world {
  display: block;
  font-size: 12px;
}
.bot_menu_ul .nav_ico1 {
  background-position: -38px -60px;
}
.bot_menu_ul .nav_ico2 {
  background-position: -128px -60px;
}
.bot_menu_ul .nav_ico3 {
  background-position: -222px -60px;
}
.bot_menu_ul .nav_ico4 {
  background-position: -316px -60px;
}
.bot_menu_ul .on .nav_ico1 {
  background-position: -38px -10px;
}
.bot_menu_ul .on .nav_ico2 {
  background-position: -128px -10px;
}
.bot_menu_ul .on .nav_ico3 {
  background-position: -222px -10px;
}
.bot_menu_ul .on .nav_ico4 {
  background-position: -316px -10px;
}
.bot_menu_ul .on .world {
  color: #ff6b82;
}
.bot_menu_ul a:active .world {
  color: #ff6b82;
}
.tab_content {
  background-color: #fff;
  margin-top: 0.13333333rem;
  padding-bottom: 1.14666667rem;
}
.tab_item li {
  border-bottom: 1px solid #F8F8F8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tab_item > ul > li > a {
  padding: 0.13333333rem 0;
  display: table;
  float: left;
  width: 7.2rem;
  height: 2.66666667rem;
}
.product_img {
  width: 2.13333333rem;
  height: 2.13333333rem;
  margin-left: 0.4rem;
  -webkit-align-self: center;
}
.product_info {
  display: table-cell;
  overflow: hidden;
  padding-left: 0.26666667rem;
}
.product_info p {
  width: 4rem;
}
.btn_group {
  margin-top: 0.53333333rem;
  text-align: center;
}
.btn_group .btn {
  width: 4.37333333rem;
  height: 1.17333333rem;
  border-radius: 5px;
  font-size: 0.4rem;
  border: none;
  outline: none;
  background-color: #fff;
}
.btn_group .btn_cancel {
  margin-right: 0.53333333rem;
  color: #999;
}
.btn_group .btn_submit {
  color: #fff;
  background: #fe4c3b;
}
.btn-sm {
  width: 2.05333333rem;
  height: 0.72rem;
  border-radius: 4px;
  border: none;
  outline: none;
  background-color: #fff;
  text-align: center;
  font-size: 0.29333333rem;
  line-height: 2.2;
}
.btn_disabled {
  background: #f5f5f5!important;
}
.btn_no_login {
  background: #FE403B!important;
  color: #fff!important;
}
.btn_no_channel {
  background: #fff!important;
  color: #FE403B!important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.shop_count {
  float: right;
  width: 3.2rem;
  height: 0.53333333rem;
  background: #eee;
  border-radius: 3px;
}
.shop_count .btn_left,
.shop_count .btn_right {
  float: left;
  width: 0.53333333rem;
  height: 0.53333333rem;
  height: 100%;
  text-align: center;
  background: #eee;
  border: none;
  outline: none;
}
.shop_count .num {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 2px;
  width: 2.13333333rem;
  height: 100%;
  border: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #eee;
  color: #333;
  text-align: center;
}
.search_empty {
  text-align: center;
  background-color: #fff;
}
.search_empty .icon_empty {
  display: block;
  margin: 0 auto;
  padding: 2.29333333rem 0 1.92rem;
  width: 2.42666667rem;
  height: 3.52rem;
  background: url("../images/icon_empty.png") center / contain no-repeat;
}
.search_empty p,
.search_empty span {
  color: #8F8E94;
  font-size: 0.4rem;
}
.search_empty a {
  display: inline-block;
  margin-top: 0.26666667rem;
  color: #FE403B;
  font-size: 0.34666667rem;
  text-decoration: underline;
}
.htmlHide,
.htmlHide body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrapper {
  height: 100%;
  overflow: auto;
}
.tip_down {
  display: none;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}
.mask {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.download {
  display: none;
  padding: 0 0.26666667rem;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 1.6rem;
  height: 1.28rem;
  color: #fff;
  background: linear-gradient(to right, #ff5f4f, #fe574e);
  z-index: 1;
}
.download .btn_close_download {
  vertical-align: middle;
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background: url("../images/index/icon_close_dowload.png") center no-repeat;
  background-size: 0.4rem;
}
.download .logo {
  height: auto;
  width: 2.88rem;
  vertical-align: middle;
}
.download .world {
  width: 2.93333333rem;
  vertical-align: middle;
}
.download .btn_donwload {
  display: inline-block;
  margin-left: 0.53333333rem;
  width: 2.16rem;
  height: 0.77333333rem;
  font-size: 13px;
  color: #FE403B;
  line-height: 0.85333333rem;
  text-align: center;
  background: #FFFFFF;
  border-radius: 2px;
  vertical-align: bottom;
}
.download .cell {
  display: table-cell;
  vertical-align: middle;
}
.swiper_container {
  position: relative;
}
::-webkit-input-placeholder {
  line-height: 1.5em;
}
:-moz-placeholder {
  line-height: 1.5em;
}
::-moz-placeholder {
  line-height: 1.5em;
}
:-ms-input-placeholder {
  line-height: 1.5em;
}
/*满减、特价、买赠公用效果*/
.sale_type_tj,
.sale_type_mz,
.sale_type_mj,
.sale_type_xg,
.sale_type_hg {
  position: relative;
  width: 0.8rem;
  display: inline-block;
  height: 0.37333333rem;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-weight: 100;
}
.sale_active_type {
  height: 0.37333333rem;
}
.sale_type_tj:before,
.sale_type_mz:before,
.sale_type_mj:before,
.sale_type_xg:before,
.sale_type_hg:before {
  content: attr(data-type);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 0.8rem;
  height: 0.37333333rem;
  font-size: 0.26666667rem;
  line-height: 0.42666667rem;
}
.sale_type_xg {
  float: left;
  margin-right: 0.13333333rem;
  margin-top: 0.02666667rem;
  color: #fe403b;
  border: 1px solid #FE403B;
}
.sale_type_tj {
  background-image: -webkit-linear-gradient(90deg, #80deea, #41cbdb);
  background-image: -ms-linear-gradient(90deg, #80deea, #41cbdb);
  background-image: linear-gradient(180deg, #80deea, #41cbdb);
}
.sale_type_mz {
  background-image: -webkit-linear-gradient(90deg, #ffc470, #ffb54c);
  background-image: -ms-linear-gradient(90deg, #ffc470, #ffb54c);
  background-image: linear-gradient(180deg, #ffc470, #ffb54c);
}
.sale_type_mj {
  background-image: -webkit-linear-gradient(90deg, #ffa083, #ff7e56);
  background-image: -ms-linear-gradient(90deg, #ffa083, #ff7e56);
  background-image: linear-gradient(180deg, #ffa083, #ff7e56);
}
.sale_type_hg {
  background: #fff;
  color: #FE403B;
  width: 0.74666667rem;
  height: 0.32rem;
  line-height: 0.37333333rem;
}
.sale_active_type {
  padding: 0.10666667rem 0 0.05333333rem;
}
.sale_active_type span {
  font-weight: normal;
  display: inline-block;
}
/*common ui css*/
.ui_into {
  width: 100%;
  position: relative;
}
.ui_into:after {
  content: "";
  border: 1px solid #ffdd9e;
  border-width: 1px 1px 0 0;
  -moz-transform: scale(0.8, 1) rotate(45deg);
  -webkit-transform: scale(0.8, 1) rotate(45deg);
  transform: scale(0.8, 1) rotate(45deg);
  width: 0.21333333rem;
  height: 0.21333333rem;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}
.ui_fl {
  float: left;
}
.ui_fr {
  float: right;
}
.ui_horscrollpl {
  overflow-x: scroll !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
}
.ui_horscrollpl::-webkit-scrollbar {
  display: none;
}
.ui_verscrollpl {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch !important;
}
.ui_verscrollpl::-webkit-scrollbar {
  display: none;
}
.ui_table {
  display: table;
}
.ui_cell {
  display: table-cell;
  vertical-align: middle;
}
.ui_meetingarea {
  position: fixed;
  z-index: 2;
  width: 1.17333333rem;
  right: 0.53333333rem;
  bottom: 0.8rem;
}
.ui_meetingarea:after {
  content: "";
  display: table;
  clear: both;
}
.ui_meetingarea .ui_meeting {
  float: left;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 0.32rem;
  line-height: 1.12rem;
  text-align: center;
  width: 1.17333333rem;
  margin-bottom: 0.37333333rem;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  height: 1.17333333rem;
  background: -webkit-linear-gradient(180deg, rgba(255, 227, 116, 0.95), rgba(254, 127, 15, 0.95));
  background: -o-linear-gradient(180deg, rgba(255, 227, 116, 0.95), rgba(254, 127, 15, 0.95));
  background: -moz-linear-gradient(180deg, rgba(255, 227, 116, 0.95), rgba(254, 127, 15, 0.95));
  background: linear-gradient(180deg, rgba(255, 227, 116, 0.95), rgba(254, 127, 15, 0.95));
}
.ui_meetingarea .ui_gototop {
  float: left;
  display: none;
  background-image: -webkit-linear-gradient(94deg, #ffffff, #dcdcdc);
  background-image: -ms-linear-gradient(94deg, #ffffff, #dcdcdc);
  background-image: linear-gradient(184deg, #ffffff, #dcdcdc);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 1.12rem;
  height: 1.12rem;
}
.ui_meetingarea .ui_gototop b {
  position: relative;
}
.ui_meetingarea .ui_gototop b:before {
  content: '';
  display: inline-block;
  background: url(../images/purchas/arrows.png) no-repeat center center;
  background-size: 0.32rem 0.53333333rem;
  width: 1.12rem;
  height: 1.12rem;
}
.ui_meetingfloat {
  position: fixed;
  z-index: 2;
  left: 0.26666667rem;
  bottom: 0.8rem;
  width: 3.46666667rem;
  height: 0.96rem;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ui_meetingfloat:after {
  content: "";
  display: table;
  clear: both;
}
.ui_meetingfloat .ui_usercenter {
  line-height: 0.8rem;
  display: inline-block;
  text-align: center;
  margin-top: 0.10666667rem;
  margin-right: 0.16rem;
  width: 0.8rem;
  height: 0.8rem;
}
.ui_meetingfloat .ui_usercenter b {
  position: relative;
}
.ui_meetingfloat .ui_usercenter b:before {
  content: '';
  display: inline-block;
  background: url("../images/purchas/my.png") no-repeat center center;
  background-size: 0.58666667rem 0.66666667rem;
  width: 0.8rem;
  height: 0.8rem;
}
.ui_meetingfloat .ui_home {
  line-height: 0.8rem;
  display: inline-block;
  text-align: center;
  margin-top: 0.10666667rem;
  margin-left: 0.32rem;
  margin-right: 0.16rem;
  width: 0.74666667rem;
  height: 0.74666667rem;
}
.ui_meetingfloat .ui_home b {
  position: relative;
}
.ui_meetingfloat .ui_home b:before {
  content: '';
  display: inline-block;
  background: url("../images/purchas/icon_home.png") no-repeat center center;
  background-size: 0.61333333rem 0.61333333rem;
  width: 0.74666667rem;
  height: 0.74666667rem;
}
.ui_meetingfloat .ui_meetingfloat .ui_shopcar .shop_count {
  display: none;
}
.ui_meetingfloat .ui_shopcar {
  line-height: 0.8rem;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-top: 0.10666667rem;
  margin-right: 0.16rem;
  width: 0.8rem;
  height: 0.8rem;
}
.ui_meetingfloat .ui_shopcar b {
  position: relative;
}
.ui_meetingfloat .ui_shopcar b:before {
  content: '';
  display: inline-block;
  background: url("../images/purchas/icon_car.png") center center no-repeat;
  background-size: 0.53333333rem 0.61333333rem;
  width: 0.8rem;
  height: 0.8rem;
}
.ui_meetingfloat .ui_shopcar .shop_count {
  position: absolute;
  width: 0.53333333rem;
  height: 0.4rem;
  top: -0.05333333rem;
  right: -0.10666667rem;
  bottom: 0.53333333rem;
  background: #FE403B;
  padding: 0 0.05333333rem;
  color: #fff;
  text-align: center;
  font-size: 0.32rem;
  line-height: 1.4;
  border-radius: 15px;
  letter-spacing: 1px;
  display: none;
}
.header.purchas .btn_share,
.header.purchas .btn_search {
  width: 0.74666667rem;
  height: 0.74666667rem;
  background: url(../images/icon_share.png) no-repeat;
  background-size: 0.74666667rem 0.74666667rem;
  margin: 0 0.13333333rem;
}
.header.purchas .btn_search {
  background: url(../images/icon_search.png) no-repeat;
  background-size: 0.74666667rem 0.74666667rem;
}
.header.purchas .shop_car {
  margin: 0 0.13333333rem;
}
.header.purchas:after {
  content: attr(data-title);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header.purchas .hot_list {
  height: 0.88rem;
  width: 6.53333333rem;
  text-align: center;
  line-height: 0.88rem;
}
.ui_shadow {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 99999999;
  left: 0;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/purchas/wx-share.png);
  background-repeat: no-repeat;
  background-size: 6.82666667rem 2.29333333rem;
  background-position: 2.45333333rem 0.32rem;
}
.ui_loading {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/purchas/three-dots.svg);
}
.ui_main {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.btn_lack {
  margin-top: 0.32rem;
  width: 2.05333333rem;
  height: 0.72rem;
  border: none;
  outline: none;
  background-image: linear-gradient(-180deg, #ff5b3b 0%, #fe403b 100%);
  box-shadow: 0px 2px 8px 0px rgba(254, 64, 59, 0.5);
  border-radius: 4px;
  color: #FFFFFF;
  letter-spacing: 0px;
  line-height: 11px;
  font-size: 11px;
}
.notice_content {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.notice_content.toggle {
  opacity: 1;
  z-index: 9;
}
.notice_content.toggle .notice_box {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.notice_shadow {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.notice_cont {
  height: 100%;
  width: 100%;
  position: relative;
}
.notice_box {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  height: 5.2rem;
  width: 100%;
  background-color: #f8f8f8;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  right: 0;
}
.notice_box .btn_close {
  height: 1.33333333rem;
  text-align: right;
}
.notice_box .btn_close i {
  display: inline-block;
  height: 1.33333333rem;
  width: 1.33333333rem;
  background-image: url(/images/close.svg);
  background-size: 0.64rem 0.64rem;
  background-position: 0.53333333rem 0.26666667rem;
  background-repeat: no-repeat;
}
.notice_box .phone_val {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.66666667rem;
  text-align: center;
}
.notice_box .phone_val input {
  width: 100%;
  padding: 0;
  height: 1.17333333rem;
  text-align: center;
  border: 1px solid #d8d8d8;
  font-size: 0.48rem;
}
.notice_box .phone_val em {
  font-size: 0.32rem;
  color: #333;
  height: 1.06666667rem;
  line-height: 1.06666667rem;
}
.notice_btn {
  margin-top: 0.42666667rem;
  width: 100%;
  height: 1.2rem;
  text-align: center;
  color: #fff;
  font-size: 0.4rem;
  line-height: 1.2rem;
  background-image: -webkit-linear-gradient(90deg, #ff5b3b, #fe403b);
  background-image: -ms-linear-gradient(90deg, #ff5b3b, #fe403b);
  background-image: linear-gradient(180deg, #ff5b3b, #fe403b);
}
.shopcar_rules {
  padding: 0 0.4rem;
  background: #FFF;
  width: 100%;
  position: fixed;
  z-index: 1000;
  right: 0;
  left: 0;
  bottom: 0;
}
.shopcar_rules h2 {
  font-size: 0.4rem;
  line-height: 0.66666667rem;
  color: #8F8E94;
  letter-spacing: 0.05333333rem;
  padding: 0.74666667rem 0;
}
.shopcar_rules p {
  padding-bottom: 0.53333333rem;
  font-size: 12px;
  color: #333333;
}
.shopcar_rules p.shop_colse {
  font-size: 0.4rem;
  letter-spacing: 0.26666667rem;
  color: #8F8E94;
  text-align: center;
}
.Boot_download {
  width: 100%;
  padding: 0.16rem 0;
  height: 0.85333333rem;
  display: none;
  position: fixed;
  bottom: 1.33333333rem;
  background: url(../images/down/Background@2x.png) no-repeat;
  background-size: 100% 99.9%;
}
.Boot_download:after {
  content: "";
  display: table;
  clear: both;
}
.Boot_download > div {
  float: left;
}
.Boot_download .close_img {
  width: 0.32rem;
  height: 0.32rem;
  margin: 0 0.34666667rem 0 0.21333333rem;
}
.Boot_download .close_img img {
  width: 100%;
}
.Boot_download .logo_img {
  width: 0.85333333rem;
  height: 0.85333333rem;
}
.Boot_download .logo_img img {
  width: 100%;
  display: block;
}
.Boot_download .word_content {
  color: white;
  margin: 0 1.44rem 0 0.26666667rem;
}
.Boot_download .word_content h1 {
  font-size: 0.4rem;
}
.Boot_download .word_content p {
  font-size: 0.32rem;
}
.Boot_download .go_now {
  width: 1.76rem;
  margin-top: 0.05333333rem;
}
.Boot_download .go_now img {
  width: 100%;
}
.hairlines .header {
  border-width: .5px!important;
}
.hairlines .pay_type .item {
  border-width: .5px!important;
}
body {
  background-color: #fff;
}
.header {
  border-bottom: solid 1px #ebedec;
}
.result_content {
  margin: 1.52rem auto;
  width: 6.4rem;
  text-align: center;
}
.result_content img {
  width: 1.28rem;
  height: 1.28rem;
}
.result_content .error {
  display: none;
  clear: both;
}
.result_content .result {
  color: #333333;
  font-size: 0.48rem;
  line-height: 1.49333333rem;
}
.result_content .tip {
  margin-bottom: 1.01333333rem;
  color: #999999;
  font-size: 0.32rem;
  line-height: 0.48rem;
}
.result_content .btn {
  display: inline-block;
  width: 2.66666667rem;
  height: 1.06666667rem;
  text-align: center;
  line-height: 1.06666667rem;
  font-size: 0.4rem;
  border-radius: 0.13333333rem;
}
.result_content .btn_look {
  float: left;
  color: #999999;
  background-color: #fff;
  border: solid 1px #dddddd;
}
.result_content .btn_continue {
  float: right;
  color: #fff;
  background-image: -moz-linear-gradient(90deg, #fe413b 0%, #ff5a3b 100%);
  background-image: -webkit-linear-gradient(90deg, #fe413b 0%, #ff5a3b 100%);
  background-image: -ms-linear-gradient(90deg, #fe413b 0%, #ff5a3b 100%);
}
.pay_type .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 1.44rem;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0.64rem;
  border-bottom: 1px solid #ccc;
  font-size: 0.34666667rem;
  color: #333333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pay_type .item span {
  margin-left: 0.34666667rem;
}
.pay_type .item.blank {
  padding-left: 1.28rem;
  background: url("../images/pay/blank.png") left no-repeat;
  background-size: 1.06666667rem 0.66666667rem;
}
.pay_type .item.zfb {
  padding-left: 1.28rem;
  background: url("../images/pay/zfb.png") left no-repeat;
  background-size: 1.06666667rem;
}
.pay_type .item.offline {
  padding-left: 1.28rem;
  background: url("../images/pay/offline.png") left no-repeat;
  background-size: 1.06666667rem;
}
.pay_type .item.wxpay {
  padding-left: 1.28rem;
  background: url("../images/pay/wxpay.png") left no-repeat;
  background-size: 1.06666667rem;
}
.pay_type .item.df {
  padding-left: 1.28rem;
  background: url("../images/pay/df.png") left no-repeat;
  background-size: 1.06666667rem;
}
.pay_type .item.ihide {
  height: 0;
  overflow: hidden;
  border: none;
}
.pay_type .item div {
  position: relative;
}
.pay_type label {
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 0.48rem;
  border: 1px solid #e6e6e6;
}
.pay_type input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.pay_type input:checked {
  background: transparent;
}
.pay_type .active label {
  background: url("../images/pay/icon_choose.png") center / cover no-repeat;
  border: none;
}
