@charset "utf-8";
[v-cloak] {
  display: none !important;
}
body {
  width: 100%;
  max-width: 640px;
  padding: 0;
  margin: 0 auto;
  font-size: 14px;
  color: #232628;
  font-family: SourceHanSansCN, -apple-system, Verdana, Arial, Helvetica, sans-serif;
  -webkit-tap-highlight-color: transparent;
}
body.overflow-hidden {
  overflow: hidden;
}
div,
ul,
ol,
dl,
p,
pre,
section,
article,
aside,
li,
nav,
input,
textarea {
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
input,
textarea,
select {
  outline: none;
  appearance: none;
}
input::-webkit-autofill,
textarea::-webkit-autofill,
select::-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: inherit;
}
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;
}
.iconfont {
  font-size: inherit;
}
.navigation {
  display: block;
}
.text-overflow {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-overflow-line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.text-overflow-line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
html,
body {
  background: #F3F5F7;
}
@media screen and (max-width: 267px) {
  html,
  body {
    font-size: 10px;
  }
}
@media screen and (min-width: 268px) and (max-width: 294px) {
  html,
  body {
    font-size: 11px;
  }
}
@media screen and (min-width: 295px) and (max-width: 321px) {
  html,
  body {
    font-size: 12px;
  }
}
@media screen and (min-width: 348px) and (max-width: 374px) {
  html,
  body {
    font-size: 13px;
  }
}
@media screen and (min-width: 375px) and (max-width: 401px) {
  html,
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 402px) and (max-width: 428px) {
  html,
  body {
    font-size: 15px;
  }
}
@media screen and (min-width: 429px) and (max-width: 455px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 456px) and (max-width: 482px) {
  html,
  body {
    font-size: 17px;
  }
}
@media screen and (min-width: 483px) and (max-width: 508px) {
  html,
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 509px) and (max-width: 535px) {
  html,
  body {
    font-size: 19px;
  }
}
@media screen and (min-width: 536px) and (max-width: 562px) {
  html,
  body {
    font-size: 20px;
  }
}
@media screen and (min-width: 563px) and (max-width: 589px) {
  html,
  body {
    font-size: 21px;
  }
}
@media screen and (min-width: 590px) and (max-width: 616px) {
  html,
  body {
    font-size: 22px;
  }
}
@media screen and (min-width: 617px) and (max-width: 639px) {
  html,
  body {
    font-size: 23px;
  }
}
@media screen and (min-width: 640px) {
  html,
  body {
    font-size: 24px;
  }
}
.headerbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.14285714rem;
  line-height: 3.14285714rem;
  background: #fff;
}
.headerbar-left,
.headerbar-right {
  width: 6.28571429rem;
  height: 3.14285714rem;
  font-size: 0;
}
.headerbar-left > .navigation,
.headerbar-right > .navigation {
  display: inline-block;
  width: 3.14285714rem;
  height: 3.14285714rem;
  text-align: center;
}
.headerbar-left > .navigation .iconfont,
.headerbar-right > .navigation .iconfont {
  font-size: 1.42857143rem;
}
.headerbar-left {
  text-align: left;
}
.headerbar-right {
  text-align: right;
}
.headerbar-center {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 14.14285714rem;
  max-width: -webkit-calc(100% - 12.57142857rem);
  max-width: calc(100% - 12.57142857rem);
  text-align: center;
}
.headerbar-content {
  font-size: 1.14285714rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headerbar-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0.57142857rem;
  z-index: 9;
  background: #fff;
  border: 1px solid #E9ECF0;
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0 4px 12px 0 #E9ECF0;
  box-shadow: 0 4px 12px 0 #E9ECF0;
}
.headerbar-menu.active {
  display: block;
}
.headerbar-menu::before {
  content: "";
  position: absolute;
  top: -0.28571429rem;
  right: 0.85714286rem;
  width: 0.28571429rem;
  height: 0.28571429rem;
  background: #fff;
  border-top: 1px solid #E9ECF0;
  border-left: 1px solid #E9ECF0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.headerbar-menu-toggle {
  position: relative;
}
.headerbar-menu-item {
  height: 3.42857143rem;
  text-align: left;
}
.headerbar-menu-item > .navigation {
  padding: 0 0.85714286rem;
  font-size: 14px;
  color: #232628;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headerbar-menu-item > .navigation > .iconfont {
  vertical-align: middle;
}
.headerbar-menu-item > .navigation > span {
  margin-left: 0.42857143rem;
}
.scrollbox {
  position: fixed;
  bottom: 7.14285714rem;
  right: 0.57142857rem;
  z-index: 10;
  display: none;
}
.scrollbox-item {
  display: block;
  width: 2.57142857rem;
  height: 2.57142857rem;
  line-height: 2.57142857rem;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0.28571429rem 0.42857143rem 0 #dee2e5;
  box-shadow: 0 0.28571429rem 0.42857143rem 0 #dee2e5;
  cursor: pointer;
}
.scrollbox-item:active {
  background: #F7F9FA;
}
.scrollbox-item > .iconfont {
  font-size: 1.42857143rem;
}
.scrollbox-item + .scrollbox-item {
  margin-top: 2.28571429rem;
}
body,
html {
  background: #E55959;
}
.coupon {
  padding-top: 16.21428571rem;
  padding-bottom: 2.28571429rem;
  position: relative;
  background: url("https://img02.hua.com/m/images/coupons/m_coupon_bg.jpg") no-repeat;
  background-size: cover;
}
.coupon-content {
  margin: 0 auto;
  width: 74.4%;
  text-align: center;
  letter-spacing: 0;
}
.coupon-content-detail {
  color: #FF4014;
  font-size: 2.57142857rem;
  font-weight: bold;
}
.coupon-content-value {
  font-size: 4rem;
  font-weight: normal;
  line-height: 3.57142857rem;
}
.coupon-content-tel {
  margin-top: 0.85714286rem;
  width: 100%;
  height: 3.14285714rem;
  background: #e9ecf0;
  border-radius: 1.57142857rem;
  text-align: center;
}
.coupon-content-btn {
  margin-top: 0.85714286rem;
  width: 100%;
  height: 3.14285714rem;
  background: -webkit-gradient(linear, left top, right top, from(#ff734c), to(#ff3d12));
  background: linear-gradient(90deg, #ff734c 0%, #ff3d12 100%);
  border-radius: 1.57142857rem;
  color: #ffffff;
  font-size: 1.21428571rem;
  font-weight: bold;
  outline: none;
  border: none;
}
.coupon-rules {
  width: 85.57%;
  margin: 3.71428571rem auto 0;
}
.coupon-rules-line {
  height: 0.07142857rem;
  width: 100%;
  background-color: #9F3434;
  opacity: 0.5;
}
.coupon-rules-header {
  width: 8.57142857rem;
  margin: -0.71428571rem auto 0;
  background-color: #E15754;
  position: relative;
  text-align: center;
  color: #A43535;
  font-size: 0.92857143rem;
  font-weight: bold;
}
.coupon-rules-p {
  font-size: 0.85714286rem;
  color: #A43535;
  margin-top: 0.71428571rem;
}
.layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.layer-shade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(35, 38, 40, 0.79);
}
.layer-content {
  position: absolute;
  left: 9.9%;
  top: 27.28%;
  z-index: 2;
  width: 80.8%;
  background: #ffffff;
  border-radius: 0.85714286rem;
  overflow: hidden;
  -webkit-animation: slideUp 0.24s;
  animation: slideUp 0.24s;
}
.layer-content .subscriber-verify-box {
  overflow: hidden;
  background: #ffffff;
  padding: 1.71428571rem;
}
.layer-content .subscriber-verify-title {
  text-align: center;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.14285714rem;
}
.layer-content .subscriber-verify-desc {
  color: #71797F;
  margin: 0;
  text-align: left;
}
.layer-content .subscriber-verify-input {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #F7F9FA;
  border-radius: 0.14285714rem;
  overflow: hidden;
  margin-top: 0.57142857rem;
}
.layer-content .subscriber-verify-input > input {
  -webkit-box-flex: 1;
  flex: 1;
  min-width: 0;
  height: 3.42857143rem;
  border: none;
  outline: none;
  background: #F7F9FA;
  padding: 0 0.57142857rem;
  font-size: 1rem;
  color: #232628;
  vertical-align: bottom;
}
.layer-content .subscriber-verify-input-right {
  width: 6.57142857rem;
  border: 0.07142857rem solid #F7F9FA;
  box-sizing: border-box;
}
.layer-content .subscriber-verify-input-right-btn {
  width: 100%;
  height: 3.28571429rem;
  line-height: 3.42857143rem;
  text-align: center;
  color: #FF734C;
  font-size: 0.85714286rem;
}
.layer-content .subscriber-verify-input-right img {
  width: 6.42857143rem;
  height: 3.28571429rem;
  vertical-align: bottom;
}
.layer-content .subscriber-verify-footer {
  background: #ffffff;
  border-color: #E9ECF0;
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 3.57142857rem;
  line-height: 3.57142857rem;
  text-align: center;
  font-size: 0;
  border-top: 0.07142857rem solid #D0D0D0;
}
.layer-content .subscriber-verify-footer .subscriber-verify-btn {
  -webkit-box-flex: 1;
  flex: 1;
  display: block;
  font-size: 1rem;
  cursor: pointer;
}
.layer-content .subscriber-verify-btn.subscriber-verify-no {
  border-right: 0.07142857rem solid #D0D0D0;
  color: #71797F;
}
.layer-content .subscriber-verify-btn.subscriber-verify-yes {
  color: #ff734c;
}
.layer-content .subscriber-verify.layui-m-layerchild {
  display: block;
  border-radius: 0.85714286rem !important;
  overflow: hidden;
}
.layer-content .subscriber-verify.layui-m-layerchild .layui-m-layerbtn {
  background: #fff;
  border-color: #E9ECF0;
}
.layer-content .subscriber-verify.layui-m-layerchild .layui-m-layerbtn span[no] {
  color: #71797F;
  border-color: #E9ECF0;
}
.layer-content .subscriber-verify.layui-m-layerchild .layui-m-layerbtn span[yes] {
  color: #ff734c;
}
