@charset "utf-8";
/*专题页样式（M）--2017年8月27日10:05:21*/
/*modify 2017年8月27日10:05:28*/
/*by HUA.com*/
body {
  width: 100%;
  max-width: 640px;
  padding: 0;
  margin: 0 auto;
  background: #F0EFED;
  font-size: 14px;
  font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
}
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,
li,
ol,
dl,
dt,
dd {
  list-style: none;
}
img {
  width: 100%;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #737373;
  -webkit-tap-highlight-color: transparent;
}
i,
em,
strong {
  font-style: normal;
}
input {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
/*头部*/
.header-bar {
  height: 44px;
  text-align: center;
  background: rgba(250, 250, 250, 0.9);
  border-bottom: #FD8080;
  padding: 0 12px;
  position: relative;
}
.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("//img02.hua.com/m/icon/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("//img02.hua.com/m/icon/iconMore@2x.png") no-repeat center center;
  background-size: 24px 24px;
  position: absolute;
  right: 16px;
  top: 10px;
}
.icon-home {
  background: url("//img02.hua.com/m/icon/home_icon_new.png") no-repeat center center;
}
.icon-categore {
  background: url("//img02.hua.com/m/icon/classify_icon_new.png") no-repeat center center;
}
.icon-shopcar {
  background: url("//img02.hua.com/m/icon/cart_icon_new.png") no-repeat center center;
}
.icon-user {
  background: url("//img02.hua.com/m/icon/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;
}
.nav {
  display: none;
  padding: 5px 0;
  box-sizing: border-box;
  height: 48px;
  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;
}
.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(//img02.hua.com/m/icon/arrow_Top.png) no-repeat center;
  background-size: 24px 24px;
  margin-top: 5px;
  margin-left: 5px;
  -webkit-tap-highlight-color: transparent;
}
.footer {
  margin-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: #fff;
}
.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;
}
.bottom-footer {
  position: fixed;
  z-index: 999;
  max-width: 640px;
  width: 100%;
  bottom: 0;
  background: #FAFAFA;
  height: 48px;
  border-top: 1px solid #ddd;
}
.bottom-footer .iconr {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.bottom-footer .iconr-home {
  background-image: url("//img02.hua.com/m/icon/home_icon_new.png");
}
.bottom-footer .iconr-classify {
  background-image: url("//img02.hua.com/m/icon/classify_icon_new.png");
}
.bottom-footer .iconr-shopcar {
  background-image: url("//img02.hua.com/m/icon/cart_icon_new.png");
}
.bottom-footer .iconr-my {
  background-image: url("//img02.hua.com/m/icon/my_icon_new.png");
}
.bottom-footer ul {
  *zoom: 1;
}
.bottom-footer ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.bottom-footer ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.bottom-footer li {
  float: left;
  width: 25%;
  text-align: center;
  height: 48px;
  padding: 4px;
}
.bottom-footer li a {
  display: block;
  cursor: pointer;
}
.bottom-footer li.active > .iconr.iconr-home {
  background-image: url("//img02.hua.com/m/icon/home_icon_click_new.png");
}
.bottom-footer li.active > .iconr.iconr-classify {
  background-image: url("//img02.hua.com/m/icon/classify_icon_click_new.png");
}
.bottom-footer li.active > .iconr.iconr-shopcar {
  background-image: url("//img02.hua.com/m/icon/cart_icon_click_new.png");
}
.bottom-footer li.active > .iconr.iconr-my {
  background-image: url("//img02.hua.com/m/icon/my_icon_click_new.png");
}
.bottom-footer p {
  color: #494949;
  font-size: 10px;
}
/*中秋百度落地*/
body {
  background: #f5f5f5;
}
.top-banner a {
  display: block;
}
.top-banner img {
  vertical-align: top;
}
.header-bar p a {
  display: block;
}
.header-bar p img {
  width: 92px;
  vertical-align: middle;
}
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  margin-right: 4px;
  position: relative;
  top: 5px;
}
.icon-flower {
  background-image: url("//img02.hua.com/zhuanti/zhongqiu/2017/m/iconFlower@2x.png");
}
.icon-date {
  background-image: url("//img02.hua.com/zhuanti/zhongqiu/2017/m/iconDatePressed@2x.png");
}
.icon-car {
  background-image: url("//img02.hua.com/zhuanti/zhongqiu/2017/m/iconExpress@2x.png");
}
.main .tips {
  position: relative;
  height: 40px;
  background: #fff;
  width: 85%;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 9;
  text-align: center;
  box-shadow: 0 2pt 4pt rgba(0, 0, 0, 0.16);
  padding: 0 14px;
  overflow: hidden;
}
.main .tips ul {
  *zoom: 1;
}
.main .tips ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.main .tips ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.main .tips ul li {
  height: 40px;
  line-height: 40px;
  float: left;
  width: 33.33%;
  color: #FE6600;
  font-size: 12px;
}
.main .title {
  margin-top: 24px;
  text-align: center;
  font-family: "PingFangSC-Regular";
}
.main .title h4 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #232323;
}
.main .title p {
  font-size: 12px;
  color: #9B9B9B;
}
.main .title center {
  width: 44px;
  height: 2px;
  margin: 12px auto 16px;
  background: #E8E8E8;
}
.main .mt0 {
  margin-top: 0;
}
.project {
  padding: 0 16px;
}
.project ul li {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 16px;
}
.project .info {
  padding: 12px;
}
.project .info h4 {
  font-size: 14px;
  color: #232323;
  margin-bottom: 8px;
}
.project .info p {
  font-size: 12px;
  color: #9B9B9B;
  margin-bottom: 13px;
}
.project .info .price {
  color: #FE6600;
  font-size: 14px;
  font-weight: bold;
}
.project .info .price:before {
  content: "￥";
}
.project .info .total {
  height: 32px;
  line-height: 32px;
}
.project .info button {
  float: right;
  -webkit-appearance: none;
  border: none;
  background: #FE6600;
  color: #fff;
  height: 32px;
  width: 88px;
  line-height: 32px;
  font-size: 16px;
  border-radius: 2px;
}
.gomore {
  background: #fff;
  margin-bottom: 77px;
}
.gomore a {
  display: block;
  height: 44px;
  line-height: 44px;
  color: #9B9B9B;
  text-align: center;
}
.gomore .icon-right {
  position: relative;
  display: inline-block;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url("//img02.hua.com/zhuanti/zhongqiu/2017/m/chevronRight@2x.png") center center no-repeat;
  background-size: contain;
}
