@charset "utf-8";
/*
 * 专题页公共样式（M）--2018年8月20日11:35:46
 * modify 
 * 1.新增标签Tag,用于优惠券
 * by HUA.com
 */
body {
  width: 100%;
  max-width: 640px;
  padding: 0;
  margin: 0 auto;
  font-size: 14px;
  font-family: SourceHanSansCN, -apple-system, sans-serif, 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
  -webkit-tap-highlight-color: transparent;
}
div,
ul,
ol,
dl,
p,
pre,
section,
article,
aside,
li,
nav,
input,
textarea {
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
ul,
dl,
dt,
dd {
  list-style: none;
}
img {
  width: 100%;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-focus-ring-color: transparent;
}
i,
em,
strong {
  font-style: normal;
}
.cl {
  *zoom: 1;
}
.cl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
/*Main*/
section.main {
  background: #F0EFED;
}
/*头部*/
.header-bar {
  height: 44px;
  text-align: center;
  background: rgba(250, 250, 250, 0.9);
  border-bottom: 1px solid #E4E4E4;
  padding: 0 12px;
  position: relative;
}
.header-bar-chat {
  position: absolute;
  right: 54px;
  top: 10px;
  line-height: 0.9;
  display: none;
}
.header-bar-chat > b {
  display: block;
  font-size: 10px;
}
.header-bar .icon-chat {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("chat_icon_new.png") no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
}
.header-bar.transparent {
  background-color: transparent;
  border-color: transparent;
}
.header-bar p {
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  white-space: nowrap;
  text-overflow: clip;
  overflow: hidden;
}
.icon-arrow-left {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("iconChevronLeft@2x.png") no-repeat center center;
  background-size: 24px 24px;
  position: absolute;
  left: 12px;
  top: 10px;
}
.icon-menu {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("iconMore@2x.png") no-repeat center center;
  background-size: 24px 24px;
  position: absolute;
  right: 16px;
  top: 10px;
}
.icon-home {
  background: url("home_icon_new.png") no-repeat center center;
}
.icon-categore {
  background: url("classify_icon_new.png") no-repeat center center;
}
.icon-shopcar {
  background: url("cart_icon_new.png") no-repeat center center;
}
.icon-user {
  background: url("my_icon_new.png") no-repeat center center;
}
.icon-home,
.icon-categore,
.icon-shopcar,
.icon-user {
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.icon-badge {
  position: absolute;
  top: -3px;
  left: 100%;
  padding: 0 3px;
  width: auto;
  height: 13px;
  display: inline-block;
  border-radius: 50%;
  background: #f60;
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  font-style: normal;
  display: none;
}
nav.nav {
  display: none;
  position: static;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  box-sizing: border-box;
  height: 48px;
  line-height: initial;
  border: none;
  border-bottom: 1px solid #E4E4E4;
  background: #fff;
}
.nav ul li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 10px;
}
.nav ul li a {
  display: block;
  color: #494949;
  padding: 0;
  font-size: 10px;
  width: 100%;
  line-height: initial;
}
.nav ul li p {
  line-height: normal;
}
.nav ul li:nth-child(3) span {
  position: relative;
}
#goTopBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 15px;
  cursor: pointer;
  height: 36px;
  width: 36px;
  background-color: #fff;
  border-radius: 22px;
  opacity: .8;
  z-index: 999;
  border: 1px solid #999;
  box-sizing: border-box;
}
#goTopBtn span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(arrow_Top.png) no-repeat center;
  background-size: 24px 24px;
  margin-top: 5px;
  margin-left: 5px;
}
.footer {
  padding-top: 20px;
}
.footer ul {
  *zoom: 1;
  padding-bottom: 10px;
}
.footer ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.footer ul li {
  float: left;
  text-align: center;
  font-size: 12px;
  width: 33.3%;
}
.footer ul li a {
  color: #444;
  border-radius: 2px;
  display: inline-block;
  padding: 4px 19px;
}
.footer .user-login {
  margin-bottom: 10px;
}
.footer .user-login a {
  background: #e7e6e6;
}
.footer ul.help {
  border-bottom: 1px solid #E4E4E4;
}
.footer .platform {
  overflow: hidden;
  padding: 16px 10% 14px;
  color: #777777;
  font-size: 12px;
  border-bottom: 1px solid #eee;
  text-align: center;
  *zoom: 1;
}
.footer .platform:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.footer .platform dl {
  width: 50%;
  float: left;
}
.footer .platform img {
  display: inline-block;
  width: 24px;
  margin: 5px 0 8px;
}
.footer .platform dl a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 1px solid #444;
  border-radius: 50%;
}
.footer .platform dd {
  margin: 0;
}
.footer .copyright {
  font-size: 10px;
  text-align: center;
  color: #ccc;
  padding: 16px 0;
}
/*LoadMore*/
.more-tips {
  text-align: center;
  background: #fff;
  color: #777;
}
.more-tips .tips {
  margin-left: 5px;
}
.more-tips img {
  width: 20%;
  height: auto;
  vertical-align: middle;
}
.more-tips .more {
  margin: 10px 0;
}
.more-tips .more img {
  width: 20px;
}
.more-tips .no-more {
  display: none;
}
/*nav-chat*/
body.chat {
  padding-bottom: 48px;
}
.nav-chat {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  max-width: 640px;
  display: none;
}
.nav-chat .item {
  float: left;
  width: 50%;
  line-height: 48px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.nav-chat .item .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 4px;
}
.nav-chat .item a {
  display: block;
  color: inherit;
}
.nav-chat .item.item-phone {
  background-color: #FFA747;
}
.nav-chat .item.item-phone .icon {
  background-image: url("icon_tel_whtie@3x.png");
}
.nav-chat .item.item-chat {
  background-color: #FE6600;
}
.nav-chat .item.item-chat .icon {
  background-image: url("icon_chat_whtie@3x.png");
}
.float-btn {
  position: fixed;
  right: 15px;
  bottom: 110px;
  z-index: 998;
}
.float-btn a {
  display: block;
  width: 36px;
  height: 36px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.float-btn > .float-btn-chat {
  background-image: url("chat_icon_new.png");
  -webkit-background-size: 22px;
  background-size: 22px;
  display: none;
}
/*Tag*/
.tag {
  display: inline-block;
  padding: 0 4px;
  font-size: 10px;
  border-radius: 4px;
  margin-left: 8px;
  vertical-align: bottom;
}
.tag:empty {
  display: none;
}
.tag.tag-outline {
  background: transparent;
  border: 1px solid transparent;
}
.tag.tag-outline.tag-primary {
  border-color: #fe6600;
  color: #fe6600;
}
