img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.container {}
.module-wrapper {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
/*   justify-content: center;
  -webkit-justify-content: center; */
}
.module-wrapper.fixed {
  position: fixed;
  z-index: 5;
  top: -100%;
  left: 0;
  width: 100%;
}
.module-wrapper.fixed.show {
  top: 0;
}
.container.hasTopbar {
  padding-top: 1.2rem;
}
.container.hasTopbar .module-wrapper.fixed.show {
  top: 1.2rem;
}
.module-wrapper.mb {
  padding-bottom: .3rem;
}
.module-content {
  position: relative;
  overflow: hidden;
}
.module-content.mb {
  margin-bottom: .3rem;
}
.module-content .pos {
  position: absolute;
}
.module-content .sign {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  margin: -1.25rem 0 0 -1.25rem;
  line-height: 2.5rem;
  font-size: .7rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .7);
  color: rgba(255, 255, 255, .8);
  text-align: center;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 99;
}
.module-content .sign:before {
  content: " ";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
}
.module-content .sign.show {
  display: block;
}
.module-content .goods-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.module-content .goods-icon img {
  width: 100%;
  height: 100%;
}
.module-content .goods-icon.show {
  display: block;
}
.ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow : hidden;
}
.ellipsis2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow : hidden;
}

.module-wrapper.module-Title {
  color: #282828;
}
.title-item {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  padding-top: .39rem;
  padding-bottom: .39rem;
}
.title-item .title {
  font-size: .54rem;
}
.title-item .subtitle {
  margin-top: 0.28rem;
  font-size: .3rem;
}
.title-item .title-img {
  display: none;
  vertical-align: middle;
}
.title-item .title-info {
  vertical-align: middle;
}
.title-item .title-info:before,
.title-item .title-info:after {
  content: '';
  position: relative;
  top: -.06rem;
  display: inline-block;
  width: .29rem;
  height: .54rem;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.title-item .title-info:before {
  margin-right: .3rem;
  background-image: url('./../images/title-style-left1.png');
}
.title-item .title-info:after {
  margin-left: .3rem;
  background-image: url('./../images/title-style-right1.png');
}
.title-item .more {
  position: absolute;
  top: 50%;
  right: .45rem;
  padding: .09rem .2rem .07rem;
  border: 1px solid #333;
  border-radius: .45rem;
  font-size: .3rem;
  color: #333;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.title-item .more-info:after {
  content: '';
  position: relative;
  top: -.03rem;
  display: inline-block;
  width: .15rem;
  height: .15rem;
  border: 1px solid #333;
  border-width: 0 1px 1px 0;
  vertical-align: middle;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.title-item.style2 .title {
  font-size: .42rem;
}
.title-item.style2 .subtitle {
  margin-top: .25rem;
  font-size: .28rem;
}
.title-item.style2 .title-info:before,
.title-item.style2 .title-info:after {
  width: 2.19rem;
  height: .21rem;
}
.title-item.style2 .title-info:before {
  margin-right: .2rem;
  background-image: url('./../images/title-style2-left.png');
}
.title-item.style2 .title-info:after {
  margin-left: .2rem;
  background-image: url('./../images/title-style2-right.png');
}
.title-item.style3 .title {
  font-size: .45rem;
}
.title-item.style3 .subtitle {
  margin-top: .2rem;
  font-size: .34rem;
}
.title-item.style3 .title-info:before,
.title-item.style3 .title-info:after {
  width: .12rem;
  height: .12rem;
  background-color: #333;
  background-image: none;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.title-item.style3 .title-info:before {
  margin-right: .2rem;
}
.title-item.style3 .title-info:after {
  margin-left: .2rem;
}
.title-item.style4 {
  padding-top: 0;
  padding-bottom: 0;
}
.title-item.style4:before,
.title-item.style4:after {
  content: '';
  position: relative;
  display: block;
  height: .55rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
}
.title-item.style4:before {
  top: .1rem;
  left: 12%;
  width: .34rem;
  background-image: url("./../images/title-style4-left.png");
}
.title-item.style4:after {
  top: -.02rem;
  width: .75rem;
  margin-bottom: .06rem;
  background-image: url("./../images/title-style4-right.png");
}
.title-item.style4 .title {
  font-size: .48rem;
}
.title-item.style4 .subtitle {
  margin-top: .2rem;
  font-size: .28rem;
  opacity: 0.6;
}
.title-item.style4 .title-info:before,
.title-item.style4 .title-info:after {
  display: none;
}
.title-item.style5 {
  padding-top: .35rem;
  padding-bottom: .35rem;
  padding-left: .3rem;
  text-align: left;
}
.title-item.style5 .title {
  font-size: .45rem;
}
.title-item.style5 .title-img {
  display: inline-block;
  width: .6rem;
  height: .6rem;
  margin-right: .15rem;
}
.title-item.style5 .subtitle,
.title-item.style5 .title-info:before,
.title-item.style5 .title-info:after {
  display: none;
}

.coupon-item {
  background-color: #fff;
  /* color: #fd767a; */
  text-align: center;
}
.coupon-item .amount {
  top: 0%;
  left: 0%;
  width: 3.5rem;
  height: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
}
.coupon-item .yen {
  z-index: 2;
  bottom: .4rem;
  width: .38rem;
  height: .38rem;
  margin-left: -.2rem;
  font-weight: bold;
  font-size: .3rem;
  line-height: .4rem;
  border-radius: 50%;
  border: 1px solid #fd767a;
  background-color: #fff;
  overflow: hidden;
}
.coupon-item .info {
  left: 3.7rem;
  top: 1.04rem;
  width: 2.8rem;
  font-size: .4rem;
}
.coupon-item .tips1 {
  top: .34rem;
  left: 3.7rem;
  width: 2.8rem;
  font-size: .3rem;
  line-height: .48rem;
/*   border: 1px solid #ddd;
  border-width: 1px 0; */
  color: #666;
}
.coupon-item .tips2 {
  top: .34rem;
  left: 6.7rem;
  width: 3.5rem;
  font-size: .3rem;
  line-height: .48rem;
  color: #666;
}
.coupon-item .btn {
  top: 1.04rem;
  left: 8.45rem;
  height: .58rem;
  padding: 0 .5rem;
  margin: 0 auto;
  border-radius: 0.29rem;
  font-size: .36rem;
  line-height: .6rem;
  background-color: #fd767a;
  color: #fff;
  white-space: nowrap;
  transform: translateX(-50%);
}
.coupon-item .line {
  top: 0;
  left: 6.7rem;
  height: 100%;
  border-left: 1px dashed #fd767a;
}
.coupon-item.column2 .amount {
  top: .15rem;
  width: 2.5rem;
  height: 1.3rem;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
.coupon-item.column2 .yen {
  bottom: .12rem;
}
.coupon-item.column2 .info {
  top: .2rem;
  left: 2.5rem;
  width: 2.44rem;
  font-size: .3rem;
  line-height: .6rem;
}
.coupon-item.column2 .tips1 {
  top: 1.6rem;
  left: 0;
  width: 2.1rem;
  border: 0;
  font-size: .26rem;
  line-height: .36rem;
}
.coupon-item.column2 .tips2 {
  top: 1.6rem;
  left: 2.1rem;
  width: 2.85rem;
  font-size: 0.26rem;
  line-height: 0.36rem;
}
.coupon-item.column2 .btn {
  top: .9rem;
  left: 3.72rem;
  height: .46rem;
  padding: 0 .3rem;
  border-radius: .23rem;
  font-size: .3rem;
  line-height: .48rem;
}
.coupon-item.column2 .line {
  top: 1.5rem;
  left: .22rem;
  width: 4.5rem;
  height: 0;
  border-left: 0;
  border-bottom: 1px solid rgba(253, 118, 122, 0.3);
}
.coupon-item.column3 .amount {
  top: .8rem;
  width: 3.3rem;
  height: 1.3rem;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
.coupon-item.column3 .yen {
  bottom: .12rem;
}
.coupon-item.column3 .info {
  top: .2rem;
  left: 0;
  width: 3.3rem;
  font-size: .38rem;
  line-height: .6rem;
}
.coupon-item.column3 .tips1 {
  top: 2.9rem;
  left: 0;
  width: 3.3rem;
  border: 0;
}
.coupon-item.column3 .tips2 {
  top: 3.4rem;
  left: 0;
  width: 3.3rem;
}
.coupon-item.column3 .btn {
  top: 2.2rem;
  left: 1.65rem;
  height: .46rem;
  padding: 0 .3rem;
  border-radius: .23rem;
  font-size: .3rem;
  line-height: .48rem;
}
.coupon-item.column3 .line {
  top: 2.8rem;
  left: .3rem;
  width: 2.7rem;
  height: 0;
  border-left: 0;
  border-bottom: 1px solid rgba(253, 118, 122, 0.3);
}

.tile-item {
  width: 10.2rem;
  /* padding: .3rem; */
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
}
.tile-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.tile-item .image {
  position: relative;
}
.tile-item .title,
.tile-item .subtitle {
  top: .72rem;
  left: 4.85rem;
  right: .6rem;
  height: .92rem;
  font-size: .39rem;
  line-height: .5rem;
  color: #333;
}
.tile-item .subtitle {
  top: 1.68rem;
  height: .44rem;
  font-size: .33rem;
  line-height: .48rem;
  color: #fd767a;
}
.tile-item .line {
  top: 2.28rem;
  left: 4.85rem;
  right: .6rem;
  border-bottom: 1px dashed #dcdcdc;
}
.tile-item .price {
  top: 2.73rem;
  left: 4.85rem;
  height: 1.2rem;
  font-size: .48rem;
  font-weight: bold;
}
.tile-item .price > span {
  margin-right: .1rem;
  line-height: .48rem;
}
.tile-item .price .small {
  font-size: .33rem;
  font-weight: normal;
}
.tile-item .price .gray {
  /* color: #999; */
  font-weight: normal;
}
.tile-item .oldprice {
  display: none;
}
.tile-item .btn {
  /* top: 3.37rem; */
  bottom: .25rem;
  left: 4.85rem;
  right: .55rem;
  height: .85rem;
  border-radius: .6rem;
  font-size: .42rem;
  line-height: .86rem;
  text-align: center;
}
.tile-item .labels,
.tile-item .mulPriceHtml,
.tile-item .oldprice,
.tile-item .country,
.tile-item .countryName,
.tile-item .selfSupport,
.tile-item .multiplePoint,
.tile-item .selfDelivery,
.tile-item .memberTags,
.tile-item .memberTags:before {
  display: none;
}
.tile-item.multivalency .btn,
.tile-item.multivalency .line,
.tile-item.multivalency .priceHtml,
.tile-item.multivalency .yen {
  display: none;
}
.tile-item.filled.multivalency .mulPriceHtml,
.tile-item.filled.multivalency .oldprice,
.tile-item.filled.multivalency .country,
.tile-item.filled.multivalency .countryName,
.tile-item.filled .selfSupport,
.tile-item.filled.multivalency .multiplePoint,
.tile-item.filled.multivalency .selfDelivery,
.tile-item.filled.multivalency .memberTags,
.tile-item.filled.multivalency .memberTags:before {
  display: inline-block;
}
.tile-item.filled .info {
  width: 5.7rem;
}
.tile-item.filled .title {
  position: static;
  margin-left: .5rem;
  margin-top: .25rem;
  height: auto;
  max-height: 1rem;
}
.tile-item.filled .subtitle {
  position: static;
  margin-left: .5rem;
  margin-top: .1rem;
  height: auto;
  max-height: .5rem;
}
.tile-item.filled .labels {
  position: static;
  display: block;
  margin-left: .5rem;
  padding-top: .1rem;
  height: .46rem;
  width: 5rem;
  line-height: .4rem;
  vertical-align: middle;
  overflow: hidden;
}
.tile-item.filled.multivalency .labels .country {
  width: .4rem;
  border-radius: 50%;
  vertical-align: top;
}
.tile-item.filled.multivalency .labels .countryName {
  padding-left: .1rem;
  font-size: .32rem;
  color: #999;
  padding-right: .1rem;
}
.tile-item.filled .labels .label {
  padding: 0 2px;
  font-size: .32rem;
  border: 1px solid rgba(255, 85, 0, .5);
  border-radius: 2px;
  margin-right: .1rem;
  margin-bottom: .05rem;
}
.tile-item .selfSupport {
  border: 1px solid #ff5500;
  background-color: #ff5500;
  color:  #fff;
}
.tile-item.filled.multivalency .price .memberTags {
  position: relative;
  padding: 0 .07rem;
  font-size: .22rem;
  height: .28rem;
  line-height: .28rem;
  color: #fff;
  background-color: #f50;
}
.tile-item.filled.multivalency .price .memberTags:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: -0.07rem;
  display: inline-block;
  border: .07rem solid transparent;
  border-top: .07rem solid #f50;
  width: 0;
  height: 0;
}
.tile-item.filled.multivalency .price {
  top: 3.33rem;
}
.tile-item.filled.multivalency .oldprice {
  left: 4.9rem;
  bottom: .35rem;
  font-size: .3rem;
  color: #999;
}

.goods-item {
  /* height: auto !important; */
  background-color: #fff;
}
.goods-item .image {
  position: relative;
}
.goods-item .info {
  height: 3.67rem;
}
.goods-item .country {
  display: none;
}
.goods-item .title {
  top: 5.15rem;
  left: .35rem;
  right: .3rem;
  height: .92rem;
  font-size: 0.39rem;
  line-height: 0.5rem;
  color: #333;
}
.goods-item .subtitle {
  top: 6.3rem;
  left: .35rem;
  font-size: .33rem;
  line-height: .35rem;
  color: #FD767A;
}
.goods-item .price {
  top: 6.76rem;
  left: .35rem;
  height: .54rem;
  font-size: .42rem;
  font-weight: bold;
  width: 100%;
}
.goods-item .price > span {
  margin-right: .1rem;
  line-height: .48rem;
}
.goods-item .price .small {
  font-size: .3rem;
  font-weight: normal;
}
.goods-item .price .gray {
  /* color: #999; */
  font-weight: normal;
}
.goods-item .selfSupport {
  border: 1px solid #ff5500;
  background-color: #ff5500;
  color:  #fff;
}
.goods-item .btn {
  bottom: .4rem;
  left: .25rem;
  right: .25rem;
  height: .85rem;
  font-size: .42rem;
  line-height: .85rem;
  border-radius: .6rem;
  background-color: #fd767a;
  color: #fff;
  text-align: center;
}
.goods-item.column3 .sign {
  width: 2.2rem;
  height: 2.2rem;
  margin: -1.1rem 0 0 -1.1rem;
  line-height: 2.2rem;
  font-size: .6rem;
}
.goods-item.column3 .info {
  height: 3.35rem;
}
.goods-item.column3 .title {
  top: 3.45rem;
  left: .18rem;
  right: .18rem;
  font-size: .36rem;
}
.goods-item.column3 .subtitle {
  display: none !important;
}
.goods-item.column3 .price {
  top: 4.53rem;
  left: .18rem;
  height: .98rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
.goods-item.column3 .btn {
  bottom: .3rem;
  left: .15rem;
  right: .15rem;
  height: .7rem;
  font-size: .39rem;
  line-height: .7rem;
}
.goods-item.column4 {
  margin-top: .25rem;
  margin-bottom: 0rem;
  background-color: rgba(0,0,0,0);
}

.goods-item.column4:nth-child(4n) {
  margin-top: .25rem;
  margin-bottom: 0rem;
  background-color: rgba(0,0,0,0);
  margin-right: 0 !important;
}
.goods-item.column4:nth-child(n + 5) {
  /*margin-top: 0;*/
}
.goods-item.column4 .sign {
  width: 2.2rem;
  height: 2.2rem;
  margin: -1.1rem 0 0 -1.1rem;
  line-height: 2.2rem;
  font-size: .6rem;
}
.goods-item.column4 .info {
  /* height: 3.35rem; */
  height: 1.25rem;
}
.goods-item.column4 .title {
  top: 3.45rem;
  left: .18rem;
  right: .18rem;
  font-size: .36rem;
  display: none;
}
.goods-item.column4 .subtitle {
  display: none !important;
}
.goods-item.column4 .price {
  top: 2.3rem;
  left: 50%;
  transform: translate(-50%, 0);
  /* left: .18rem; */
  height: .6rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
}
.goods-item .discount {
  position: absolute;
  bottom: .12rem;
  left: 50%;
  /* 1080设计稿下字体为27px 换算到小型设备字体大小 < 浏览器最小字体大小12样式有问题，将值写大再缩放*/
  transform: translate(-50%, 0) scale(0.75, 0.75);
  background-image: url('../images/goods-discount.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.28rem;
  height: .48rem;
  line-height: .48rem;
  text-align: right;
  padding-right: .1rem;
  box-sizing: border-box;
  z-index: 9;
  color: #fff;
  font-size: .36rem;
  display: none;
}
.goods-item.column4 .discount.show {
  display: block;
}
.goods-item.column4 .marketPrice.show {
  display: block;
}
.goods-item .marketPrice {
  position: absolute;
  top: 2.9rem;
  left: 50%;
  line-height: .42rem;
  transform: translate(-50%, 0);
  text-align: center;
  z-index: 9;
  color: #999999;
  font-size: .3rem;
  text-decoration: line-through;
  display: none;
}
.goods-item.column4 .btn {
  display: none;
}
.goods-item .labels,
.goods-item .mulPriceHtml,
.goods-item .oldprice,
.goods-item .country,
.goods-item .countryName,
.goods-item .multiplePoint,
.goods-item .selfDelivery,
.goods-item .memberTags,
.goods-item .memberTags:before {
  display: none;
}
.goods-item.column2.multivalency .subtitle,
.goods-item.column2.multivalency .priceHtml,
.goods-item.column2.multivalency .yuan {
  display: none;
}
.goods-item.column2.filled.multivalency .mulPriceHtml,
.goods-item.column2.filled.multivalency .oldprice,
.goods-item.column2.filled.multivalency .country,
.goods-item.column2.filled .selfSupport,
.goods-item.column2.filled.multivalency .multiplePoint,
.goods-item.column2.filled.multivalency .selfDelivery,
.goods-item.column2.filled.multivalency .memberTags {
  display: inline-block;
}
.goods-item.column2.filled .title {
  position: static;
  margin-left: .35rem;
  margin-top: .2rem;
  height: auto;
}
.goods-item.column2.filled .country {
  width: .36rem;
  height: .36rem;
  border-radius: 50%;
  margin-right: .1rem;
  position: relative;
  top: -0.04rem;
}
.goods-item.column2.filled.multivalency .price {
  position: static;
  margin-left: .35rem;
  margin-top: .1rem;
}
.goods-item.column2.filled .labels {
  position: static;
  display: block;
  margin-left: .22rem;
  height: .4rem;
  line-height: .34rem;
  margin-top: .1rem;
  overflow: hidden;
}
.goods-item.column2.filled .labels .label {
  margin-left: .1rem;
  margin-bottom: .05rem;
  padding: 0 2px;
  font-size: .32rem;
  border: 1px solid rgba(255, 85, 0, .5);
  border-radius: 2px;
}
.goods-item.column2.filled.multivalency .labels .label.memberTags {
  color: #fff;
  background-color: #f50;
}
.goods-item.column3.filled .selfSupport {
  display: inline-block;
  height: .36rem;
  border-radius: 2px;
  margin-right: .05rem;
  padding: 0 1px;
  font-size: .3rem;
  line-height: .4rem;
  border: none;
}

.tab-thead {
  width: 100%;
  height: 1.25rem;
  overflow: hidden;
}
.tab-row {
  display: flex;
  display: -webkit-flex;
  overflow-x: auto;
}
.tab-item {
  flex-grow: 1; 
  height: 1.75rem;
  line-height: 1.3rem;
  text-align: center;
  font-size: .46rem;  
  padding: 0 5%;
  white-space: nowrap;
  flex-shrink: 0;
}
.tab-tbody {
  width: 100%;
}
.tab-info {
  display: none;
}

.module-wrapper.module-Group {
  flex-direction: column;
  -webkit-flex-direction: column;
  align-content: flex-start;
  -webkit-align-content: flex-start;
}
.group-item {
  background-color: #fff;
}

.module-wrapper.module-CouponGroup {
  padding-top: .6rem;
}
.coupon-group-item {
  width: 9.6rem;
  height: 2.39rem;
  background-repeat: no-repeat;
  background-size: 9.6rem 2.39rem;
}
.coupon-group-item.coupon-get {
  background-image: url('./../images/coupon-get.png');
}
.coupon-group-item.coupon-use {
  background-image: url('./../images/coupon-use.png');
}
.coupon-group-item.coupon-saleout {
  background-image: url('./../images/coupon-saleout.png');
}
.coupon-group-item .click-area {
  top: 0;
  right: 0;
  width: 3.03rem;
  height: 2.2rem;
}
.coupon-group-item .logo {
  top: .4rem;
  left: .4rem;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #eee;
  border-radius: 50%;
}
.coupon-group-item .title {
  top: .4rem;
  left: 2rem;
  width: 4.57rem;
  font-size: .33rem;
  color: #666;
}
.coupon-group-item .amount {
  bottom: 0.9rem;
  left: 6.57rem;
  width: 3.03rem;
  font-size: .8rem;
  color: #fff;
  text-align: center;
}
.coupon-group-item .amount .yen {
  font-size: .4rem;
  line-height: .6rem;
  margin-right: .1rem;
  vertical-align: middle;
}
.coupon-group-item .info {
  top: .88rem;
  left: 2rem;
  font-size: .27rem;
  color: #999;
}
.coupon-group-item .status {
  bottom: .3rem;
  left: 2rem;
  font-size: .27rem;
  color: #ff5500;
}
.coupon-group-item .status .progress {
  margin-top: .1rem;
  width: 3.54rem;
  height: .06rem;
  border-radius: .03rem;
  background-color: #e2e2e2;
}
.coupon-group-item .status .progress .runner {
  height: 100%;
  border-radius: .03rem;
  background-color: #ff5500;
}
.coupon-btn-more {
  width: 4.18rem;
  height: 1rem;
  padding: .2rem .2rem 0;
  margin: 0 auto;
}

.module-wrapper.module-TopBar {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 1.2rem;
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #c7c7c7;
}
.top-bar-item .title {
  padding: .3rem 0;
  font-size: .48rem;
  line-height: .6rem;
  color: #000;
  text-align: center;
}
.top-bar-item .back-icon {
  top: .42rem;
  left: .3rem;
  width: .22rem;
}
.top-bar-item .coupon-icon {
  top: .38rem;
  right: .3rem;
  width: .43rem;
}

.hot-area-item.slip {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  display: block;
}
.hot-area-item.slip img {
  width: auto;
  max-width: none;
  height: 100%;
  max-height: 100%;
}

.module-wrapper.module-Popover {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
}
.popover-item {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  overflow: visible;
}
.popover-item .title,
.popover-item.btn-text .pop-close {
  position: relative;
  min-height: .5rem;
  font-size: .4rem;
  overflow: hidden;
}
.popover-item .title {
  border-radius: 5px 5px 0 0;
}
.popover-item.title-color .title {
  height: 1.6rem;
  border-bottom: 1px solid #ccc;
}
.popover-item .title > span,
.popover-item.btn-text .pop-close > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.popover-item .area {
  max-height: 10rem;
  font-size: .3rem;
  overflow: auto;
}
.popover-item.area-text .area {
  padding: .6rem;
  line-height: 150%;
}
.popover-item.area-list .area {
  background-color: #ffffff;
}
.popover-item.area-list .area table {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.popover-item.area-list .area thead {
  font-weight: bold;
}
.popover-item.area-list .area thead td {
  padding: .3rem 0;
  color: #333;
  border-bottom: 1px solid #ccc;
}
.popover-item.area-list .area tbody td {
  width: 33.33%;
  padding: .2rem 0;
  color: #999;
}
.popover-item.btn-default {
  overflow: visible !important;
}
.popover-item.btn-default .area,
.popover-item.btn-text .pop-close {
  border-radius: 0 0 5px 5px;
}
.popover-item.btn-text .pop-close {
  min-height: 1.2rem;
  border-top: 1px solid #ccc;
}
.popover-item.btn-default .pop-close {
  position: absolute;
  top: -1.4rem;
  right: 0;
  width: .8rem;
  height: .8rem;
  background: url('./../images/close-white.png') no-repeat;
  background-size: contain;
}

.winner-list-item {
  height: 3.84rem;
}
.winner-list-item .title {
  color: #666;
  font-size: .3rem;
  text-align: center;
}
.winner-list-item .title:before {
  content: '';
  display: block;
  height: 1px;
  margin: 0 10%;
  width: 80%;
  background-color: #666;/*颜色需与主题大背景色一致*/
  position: relative;
  top: 0.17rem;/*调节线高*/
  left: 0;
}
.winner-list-item .title .line-text {
  padding: 0 0.2rem;
  position: relative;
  background-color: #fff;
}
.winner-list-item .timer {
  margin-top: .2rem;
  color: #f18181;
  font-size: .3rem;
  text-align: center;
}
.winner-list-item .timer span {
  color: #fff;
  display: inline-block;
  padding: 0 .1rem;
  height: 0.42rem;
  line-height: 0.4rem;
  background-color: #f18181;
}
.winner-list-item .carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  line-height: 1.2rem;
  height: 1.2rem;
  font-size: .39rem;
}
.winner-list-item .carousel span {
  flex: 1;
}
.winner-list-item .carousel span:nth-child(2) {
  text-align: center;
}
.winner-list-item .carousel span:nth-child(3) {
  text-align: right;
}
.winner-list-item .top1-list {
  color: #333;
  margin-top: 0.18rem;
  border-radius: 2px;
}
.winner-list-item .bgimage {
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.winner-list-item .pd {
  padding: .3rem .6rem 0 .6rem;
}
.winner-list-item .top2-list {
  position: relative;
  overflow: hidden;
  line-height: 1.2rem;
  height: 1.2rem;
  padding: 0 .3rem;
  color: #666;
}
.winner-list-item .top2-list p {
  position: absolute;
  top: .7rem;
  overflow: hidden;
}
.winner-list-item .top2-list p:first-child {
  top: 0;
}
.winner-list-item .scroll {
  position: absolute;
  top: 2.64rem;
  left: .6rem;
  right: .6rem;
}

.module-wrapper.module-MGMmodal {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
}
.mgm-modal-item {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  width: 100%;
}
.mgm-modal-item .modal {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  overflow: visible;
}

.countdown-item {
  height: .51rem;
  padding: .49rem .42rem .39rem .42rem;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  background-color: rgba(255, 255, 255, 0);
  align-items: center;
}
.title-img {
  display: none;
}
.count-down-img {
  /* height: 1.2rem; */
}
.count-down-img .title-text {
  display: none;
}
.count-down-img .title-img {
  display: block;
  width: 2.5rem;
  height: 0.5rem;
}
.count-down-nosecond .second,
.count-down-nosecond .secondsuf {
  display: none !important;
}
.countdown-item .time-img {
  display: none;
}
.countdown-item .title {
  vertical-align: middle;
  font-size: .54rem;
  line-height: .51rem;
  font-weight: 500;
  font-size: .28rem
}
.countdown-item .count-down {
  display: flex;
  display: -webkit-flex;
  margin-left: .35rem;
  line-height: .54rem;
  font-size: .28rem;
  vertical-align: middle;
}
.countdown-item.style1 .count-down {
  display: flex;
  display: -webkit-flex;
  margin-left: .35rem;
  line-height: .54rem;
  font-size: .33rem;
  font-weight: 500;
  vertical-align: middle;
}
.countdown-item.style1 .count-down .box {
  display: block;
  border-radius: .06rem;
  width: .5rem;
  height: .5rem;
  text-align: center;
  background-color: #000000;
}
.countdown-item .count-down .box3 {
  display: block;
  width: .39rem;
  height: .5rem;
  color: #000;
  text-align: center;
  font-size: .28rem;
  font-weight: 400;
}
.countdown-item.style1 .count-down .daysuf {
  /* width: .02rem;
  height: .45rem;
  margin: auto .14rem; */
  /* background-color: #000000; */
}
.countdown-item.style2 {
  height: 1.96rem;
  padding: .53rem 0 .40rem;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
.countdown-item.style2 .time-img {
  display: block;
  width: .42rem;
  height: .47rem;
  margin: 0 auto .1rem;
  background: url('./../images/countdown-style2.png') no-repeat;
  background-size: contain;
}
.countdown-item.style2 .title {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  width: 100%;
  margin: 0 auto .4rem;
  font-size: .42rem;
  height: .39rem;
  line-height: .39rem;
}
.countdown-item.style2 .title > span {
  display: block;
}
.countdown-item.style2 .title .title-text {
  margin-left: .1rem;
  margin-right: .1rem;
}
.countdown-item.style2 .title .title-pre,
.countdown-item.style2 .title .title-suf {
  flex-grow: 1;
  height: 1px;
  background-color: #0B1028;
  overflow: hidden;
}
.countdown-item.style2 .count-down {
  margin: 0 auto;
  font-size: .36rem;
  height: .6rem;
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.countdown-item.style2 .count-down .box {
  display: flex;
  display: -webkit-flex;
}
.countdown-item.style2 .count-down .box1,
.countdown-item.style2 .count-down .box2 {
  display: block;
  border-radius: .04rem;
  width: .5rem;
  height: .6rem;
  line-height: .64rem;
  background-color: #000000;
}
.countdown-item.style2 .count-down .box1 {
  margin-right: .1rem;
}
.countdown-item.style2 .count-down .box3 {
  display: block;
  width: .51rem;
  height: .6rem;
  line-height: .8rem;
  color: #000;
  text-align: center;
  vertical-align: bottom;
}
.countdown-item.style3 {
  height: .9rem;
  font-size: .42rem;
  line-height: .9rem;
}
.countdown-item.style3 .time-img {
  display: block;
  width: 6.84rem;
  height: .9rem;
  position: absolute;
  top: .5rem;
  left: 0;
  background: url('../images/countdown-style3.png') no-repeat;
  background-size: contain;
  z-index: 1;
}
.countdown-item.style3 .title,
.countdown-item.style3 .count-down {
  position: absolute;
  height: .9rem;
  top: .5rem;
  line-height: .95rem;
  text-align: center;
  z-index: 2;
}
.countdown-item.style3 .title {
  left: 0;
  width: 2.4rem;
  font-size: .42rem;
}
.countdown-item.style3 .count-down {
  left: 3rem;
  width: 3.7rem;
  margin-left: 0;
  font-size: .42rem;
  color: #fff;
  justify-content:center;
}
.countdown-item.style3 .count-down .box3 {
  color: #fff;
}
.countdown-item.style3 .count-down .daysuf {
  width: .02rem;
  height: .3rem;
  margin: auto .14rem auto .19rem;
  background-color: #fff;
}

.module-wrapper.module-SlipGoods {
  padding-left: .4rem !important;
  padding-right: .4rem;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  display: block;
}
.slipGoods-item {
  display: inline-block;
  padding-top: .41rem;
  padding-bottom: .4rem;
  margin-right: .3rem !important;
  vertical-align: top;
}
.slipGoods-item .image {
  position: relative;
}
.slipGoods-item .info {
  position: relative;
  height: 1.62rem;
  text-align: center;
  background-color: #fff;
}
.slipGoods-item .info .title {
  top: .2rem;
  width: 100%;
  font-size: .3rem;
  line-height: .36rem;
  color: #000;
}
.slipGoods-item .info .price {
  top: .74rem;
  width: 100%;
  font-size: .36rem;
  line-height: .4rem;
  font-weight: bold;
}
.slipGoods-item .info .price .small {
  font-size: 80%;
  font-weight: normal;
}
.slipGoods-item.more {
  position: relative;
  top: .41rem;
  width: .5rem;
  height: 2.7rem;
  margin-right: 0 !important;
  background: url('./../images/slipgoods-btn-more.png') no-repeat;
  background-size: contain;
}

.search-item {
  width: 10.8rem;
  height: 1.2rem;
  text-align: center;
  background-color: #fff;
}
.search-item .input {
  display: inline-block;
  line-height: 1.2rem;
  padding: 0 .2rem;
  font-size: .45rem;
  color: #B5B5B5;
  text-decoration: none;
}
.search-item .input > i {
  position: relative;
  top: .08rem;
  display: inline-block;
  width: .45rem;
  height: .47rem;
  margin-right: .21rem;
  background: url('./../images/search-icon.png') no-repeat;
  background-size: contain;
}
.search-item .sort {
  position: absolute;
  top: .15rem;
  right: .4rem;
  width: .9rem;
  height: .9rem;
  background: url('./../images/search-sort.png') no-repeat;
  background-size: contain;
}
.search-item .line {
  position: absolute;
  top: .38rem;
  right: 1.7rem;
  width: 1px;
  height: .44rem;
  background-color: #B5B5B5;
}

.module-wrapper.module-Swiper {
  display: block;
  height: 4.25rem;
  padding-top: .3rem;
  padding-bottom: .3rem;
}
.swiper-item {
  border-radius: .3rem;
  padding-top: 0;
  transition: all .5s;
}
.swiper-item img {
  width: 9.2rem;
  height: 4.25rem;
  border-radius: .3rem;
  transition: all .5s;
}
.swiper-item .pagin {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
  border-radius: .3rem;
  background-color: rgba(0, 0, 0, .4);
  width: .9rem;
  height: .45rem;
  line-height: .45rem;
  font-size: .32rem;
  color: #fff;
  text-align: center;
}
.swiper-item.swiper-slide-prev,
.swiper-item.swiper-slide-next {
  border-radius: .2rem;
  padding-top: .27rem;
}
.swiper-item.swiper-slide-prev img,
.swiper-item.swiper-slide-next img {
  width: 8rem;
  height: 3.7rem;
  border-radius: .2rem;
}
.swiper-item.swiper-slide-active .pagin {
  display: block;
}

.module-wrapper.module-PointRemind {
  padding-top: .22rem;
  padding-bottom: .28rem;
  display: none;
}
.point-remind-main {
  background-color: #fff;
  border-radius: .8rem;
  box-shadow: 0px 5px 10px rgba(239, 226, 224, 1);
  display: flex;
  display: -webkit-flex;
}
.point-remind-item {
  flex-grow: 1;
  display: flex;
  display: -webkit-flex;
  vertical-align: top;
}
.point-remind-item .point-img {
  position: relative;
  top: -.03rem;
  width: .63rem;
  height: .63rem;
  margin-left: .6rem;
  margin-right: .2rem;
}
.point-remind-item .point-txt {
  font-size: .36rem;
}
.point-remind-item::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 0;
  width: .02rem;
  height: 50%;
  background: #E9E9E9;
}
.point-remind-item.column3::before {
  display: none;
}
.point-remind-item.column3 .point-img {
  margin-left: .3rem;
  margin-right: .1rem;
}
.point-remind-item.column3 .point-txt {
  font-size: .32rem;
}
.point-remind-item.default::before {
  display: none;
}
.point-remind-item.default .point-txt {
  font-size: .48rem;
  font-weight: bold;
  color: #FF9000;
}
.point-remind-item.default.column3 .point-img {
  margin-left: .4rem;
}
.point-remind-item.default .suf {
  font-size: .3rem;
  font-weight: normal;
}

.topads-item .topads-close {
  position: absolute;
  top: 0;
  right: 0;
  width: .7rem;
  height: 100%;
}
.topads-item .topads-close > span {
  position: absolute;
  top: 50%;
  left: 0;
  width: .3rem;
  height: .3rem;
  margin-top: -0.15rem;
  background: url('./../images/topads-unit-close.png') no-repeat;
  background-size: contain;
}
.topads-unit-content {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
}
.topads-unit-content .topads-unit-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topads-unit-content .topads-unit-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7.6rem;
  height: 12rem;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.topads-unit-content .topads-code {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.6rem;
  height: 12rem;
  -webkit-touch-callout: default;
}
.topads-unit-content .topads-text {
  position: absolute;
  z-index: 9;
  top: 7.1rem;
  left: 0;
  width: 100%;
  font-size: .39rem;
  line-height: .54rem;
  color: #666;
  text-align: center;
}

.task-item .item-main {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  padding: .36rem 0 .5rem .3rem;
  margin-bottom: .1rem;
}
.task-item .item-icon {
  flex-shrink: 0;
  width: 1.3rem;
  height: 1.3rem;
  padding: .1rem;
}
.task-item .item-icon .img {
  width: 1.1rem;
}
.task-item .item-info {
  flex-grow: 2;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  padding-left: .1rem;
  padding-top: .15rem;
  font-size: .39rem;
  color: #222;
}
.task-item .item-info .title {
  font-weight: 600;
}
.task-item .item-info .count {
  display: none;
}
.task-item .item-info .i-question {
  position: relative;
  top: .04rem;
  left: .12rem;
  display: none;
  width: .36rem;
  height: .36rem;
  background: url("./../images/task-question.png") no-repeat;
  background-size: contain;
}
.task-item .item-info .i-question.show {
  display: inline-block;
}
.task-item .item-info .sub-title {
  padding-top: .06rem;
  font-size: .34rem;
  color: #999;
}
.task-item .item-info .reward {
  padding-top: .06rem;
  font-size: .36rem;
  font-weight: 600;
  color: #f50;
}
.task-item .item-extra {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: .20rem;
  width: 2.80rem;
}
.task-item .item-extra .action {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 2.10rem;
  height: .86rem;
  font-size: .36rem;
  color: #fff;
  background-color: #F25A1D;
  border-radius: 2rem;
}
.task-item .item-extra .action.disabled {
  background: #a2a2a2;
}
.task-item .item-reward {
  display: none;
  margin: 0 .50rem .50rem;
  padding-top: .45rem;
  border-top: 1px solid #EAEAEA;
}
.task-item .item-cycle {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.task-item .item-cycle::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: .06rem;
  margin-top: -.03rem;
  border-radius: .04rem;
  background-color: #ececec;
}
.task-item .item-cycle > p {
  position: relative;
  padding: 0 .10rem;
  border-radius: 50%;
  background-color: #fff;
}
.task-item .item-cycle > p:first-child {
  padding-left: 0;
}
.task-item .item-cycle > p:last-child {
  padding-right: 0;
}
.task-item .item-cycle > p > span {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  min-width: .90rem;
  height: .70rem;
  padding: 0 .05rem;
  font-size: .39rem;
  border-radius: .1rem;
  background-color: #FDAD50;
  color: #fff;
}
.task-item .item-cycle > p > span > img {
  width: .37rem;
}
.task-item .item-cycle > p > span.disabled {
  background: #F25A1D;
  color: #fff;
}
.task-item .item-cycle > p > span.current {
  background: #F25A1D;
  color: #fff;
}
.task-item.task-item-multi .item-main {
  margin-bottom: 0;
  padding-bottom: .1rem;
}
.task-item.task-item-multi .item-info .count {
  display: inline;
}
.task-item.task-item-multi .item-info .reward {
  display: none;
}
.task-item.task-item-multi .item-reward {
  display: block;
}
.task-item-modal {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
}
.task-item-modal .modal-main {
  position: fixed;
  top: 45%;
  left: 12%;
  width: 76%;
  background-color: #fff;
  border-radius: .30rem;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: .90rem 0;
  color: #333;
}
.task-item-modal .modal-title {
  display: none;
}
.task-item-modal .modal-title.show {
  display: block;
  margin-bottom: .60rem;
  font-size: .45rem;
  font-weight: 600;
}
.task-item-modal .modal-content {
  padding: 0 .90rem;
  font-size: .42rem;
  font-weight: 500;
  line-height: 1.6;
}
.task-item-modal .modal-close {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 4.80rem;
  height: 1.00rem;
  margin-top: .60rem;
  background: linear-gradient(305deg, rgba(254, 196, 27, 1) 0%, rgba(255, 144, 0, 1) 100%);
  border-radius: 2.00rem;
  font-size: .45rem;
  color: #fff;
}
.module-TabBar {
  width: 100%;
  padding-left: 0;
  height: 2.18rem;
  background-color: rgba(0,0,0,0) !important;
}
.module-tab-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  height: 2.18rem;
  justify-content: space-around;
  background-color: #fff;
  z-index: 9;
}
.tab-bar-item {
  padding-top: 0.36rem;
  font-size: 0.3rem;
  text-align: center;
}
.tab-bar-item .tab-bar-img {
  display: block;
  margin: 0 auto .06rem;
}
.tab-bar-item .tab-bar-title {
  width: 100%;
  text-align: center;
}
.lzlj-scroll {
  position: absolute;
  top: 7.84rem;
  left: 0;
  width: 100%;
  height: 0.85rem;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  transition: all 1s;
}
.body-lzlj .lzlj-scroll {
  top: 3.25rem;
}
.body-hgf .lzlj-scroll {
  top: 0.24rem;
}
.lzlj-scroll-start,
.lzlj-scroll-end {
  display: inline-block;
}
.lzlj-scroll p {
  display: inline-block;
  padding: 0 .35rem;
  margin-left: .35rem;
  height: 0.85rem;
  line-height: 0.85rem;
  border-radius: 2rem;
  font-size: .3rem;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
}
.lzlj-scroll p > i {
  position: relative;
  top: -0.02rem;
  display: inline-block;
  width: .48rem;
  height: .64rem;
  margin-right: 0.1rem;
  background: url('https://activity.huaruntong.cn/web/activity/promotion/images/lzlj/scroll-icon.png') no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.lzlj-share {
  padding: .17rem .3rem .3rem;
  background-color: #0D3383;
}
.lzlj-share-main {
  position: relative;
  padding-top: .35rem;
  background-color: #fff;
  border-radius: .2rem;
}
.lzlj-share-head {
  position: absolute;
  top: -.15rem;
  left: -.25rem;
  width: 9.9rem;
  height: 2.66rem;
  background: url('https://activity.huaruntong.cn/web/activity/promotion/images/lzlj/share-head.png') no-repeat;
  background-size: contain;
}
.lzlj-share-extra {
  position: absolute;
  top: .3rem;
  right: .4rem;
  font-size: .36rem;
  color: #0D3383;
  text-decoration: underline;
}
.lzlj-share-btn {
  width: 6.45rem;
  height: 1.56rem;
  margin: 0 auto;
  background: url('https://activity.huaruntong.cn/web/activity/promotion/images/lzlj/share-btn.png') no-repeat;
  background-size: contain;
}
.lzlj-share-list {
  padding-top: .2rem;
  overflow: hidden;
}
.lzlj-share-list-thead {
  height: 1.16rem;
  line-height: 1.16rem;
  padding-left: .4rem;
  font-size: .4rem;
  font-weight: bold;
  color: #0D3383;
  background-color: #D0DFFF;
}
.lzlj-share-list-thead > span {
  color: #DB3148;
}
.lzlj-share-list-tbody {
  padding-bottom: .3rem;
}
.lzlj-share-list-tbody > table {
  width: 100%;
}
.lzlj-share-list-tbody th,
.lzlj-share-list-tbody td {
  text-align: center;
}
.lzlj-share-list-tbody th {
  padding: .28rem 0 .2rem;
  font-size: .4rem;
  font-weight: normal;
  color: #999;
}
.lzlj-share-list-tbody td {
  padding: .17rem 0;
  font-size: .36rem;
  color: #222;
}
.lzlj-share-list-tbody .tips {
  padding: .23rem 0 .18rem;
  font-size: .36rem;
  color: #999;
  text-align: center;
}
.lzlj-share-list-tbody .tips-none {
  padding: 1.3rem 0 1.7rem;
  font-size: .36rem;
  color: #999;
  text-align: center;
}
.body-hgf .lzlj-share {
  padding: 0;
  background-color: #aa2b02;
}
.body-hgf .lzlj-share-main {
  padding-top: 0;
  background-color: transparent;
  border-radius: 0;
}
.body-hgf .lzlj-share-btn {
  width: 100%;
  height: 1.75rem;
  background: url('../images/hgf/share-btn.jpg') no-repeat;
  background-size: cover;
}
.body-hgf .lzlj-share-list {
  margin: 0 .3rem;
  background-color: #fff;
  padding-top: .1rem;
  padding-left: .2rem;
  padding-right: .2rem;
  padding-bottom: .3rem;
  border-radius: 0 0 .2rem .2rem;
  border-top: 1px dashed #FFE2D0;
}
.body-hgf .lzlj-share-list-thead {
  height: 1.1rem;
  line-height: 1.1rem;
  padding-left: .3rem;
  font-size: .4rem;
  font-weight: normal;
  color: #333;
  background-color: #FFE2D0;
  border-radius: .2rem .2rem 0 0;
  border: 1px solid #FFE2D0;
  border-bottom-width: 0;
}
.body-hgf .lzlj-share-list-tbody {
  padding-bottom: 0;
  border-radius: 0 0 .2rem .2rem;
  border: 1px solid #FFE2D0;
  border-top-width: 0;
}

.share-dialog {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
  display: none;
}
.share-tips-icon {
  position: absolute;
  top: .28rem;
  right: .9rem;
  width: 4.5rem;
  height: 3.01rem;
  background: url('https://activity.huaruntong.cn/web/activity/promotion/images/lzlj/share-tips.png') no-repeat;
  background-size: contain;
}

.userinfo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: .75rem;
  line-height: .75rem;
  background-color: rgba(0, 0, 0, .7);
  font-size: .32rem;
  color: #fff;
  text-align: center;
}
.userinfo .change-login {
  margin-left: .16rem;
  color: #FBAB14;
}
.buoy-wrap,
.page-buoy-wrap {
  position: fixed;
  right: 0;
  bottom: 3.78rem;
  z-index: 15;
  display: none;
}
.page-buoy-wrap {
  display: block;
  right: .45rem;
  bottom: 4.95rem;
  animation: shake 3s linear infinite;
}
@keyframes shake {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(0);
  }
  56.25% {
    transform: rotate(30deg);
  }
  68.75% {
    transform: rotate(-30deg);
  }
  75% {
    transform: rotate(0deg) scale(1);
  }
  87.5% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.buoy-img {
  width: 2.5rem;
  height: 3rem;
}
.page-buoy-img {
  width: 1.4rem;
}
.module-MemberInfo {
  margin: .3rem;
  border-radius: .2rem;
}
.member-info {
  padding: .3rem .6rem;
  display: flex;
}
.member-info-avatar {
  width:1.8rem;
  height: 1.8rem;
  border-radius: 50%;
}
.member-info-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: .52rem;
}
.member-info-phone {
  font-size: .48rem;
  font-weight: 500;
  line-height: .7rem;
  width: 100%;
}
.member-points {
  display: none;
  /* display: flex; */
}
.member-points-remain {
  margin-right: 1.26rem;
}
.member-points-expire {
  display: none;
}
.member-points-text {
  font-size: .34rem;
  line-height: .68rem;
}
.member-points-num {
  font-size: .48rem;
  color: #FE852B;
  font-weight: 500;
  line-height: .68rem;
}
.crbank-top-bar {
  width: 10.8rem;
  height: 1.4rem;
  display: flex;
  align-items: center;
  padding-left: .32rem;
  position: fixed;
  top: 0;
  background-color: #eee;
  z-index: 10;
}
.crbank-back-btn {
  transform: rotate(180deg);
  width: .54rem;
  height: .54rem;
}
.crbank-close-btn {
  width: .43rem;
  height: .43rem;
  margin-left: .54rem;
}
.crbank-top-fix {
  height: 1.4rem;
}
.module-ExchangeCoupon {
  margin: 0 .3rem;
  border-radius: .21rem;
}
.module-exchange-coupon {
  padding: .56rem .53rem .47rem;
  width: 100%;
}
.exchange-coupon .exchange-coupon-flex {
  display: flex;
}
.exchange-coupon .exchange-coupon-code {
  position: relative;
}
.exchange-coupon .exchange-coupon-paste {
  position: absolute;
  bottom: .19rem;
  right: .21rem;
  width: 1.08rem;
  height: .47rem;
  line-height: .47rem;
  border-radius: .24rem;
  border: 1px solid #D6D6D6;
  color: #999999;
  font-size: .3rem;
  text-align: center;
  z-index: 9;
}
.exchange-coupon .exchange-coupon-cancel {
  position: absolute;
  bottom: .19rem;
  right: .21rem;
  width: .47rem;
  height: .47rem;
  z-index: 9;
  display: none;
}
.exchange-coupon .exchange-coupon-left {
  /* width: 1.6rem; */
  font-size: .4rem;
  font-weight: 500;
  line-height: .69rem;
}
.exchange-coupon .exchange-coupon-right {
  flex: 1;
}
.exchange-verify .exchange-coupon-right {
  display: flex;
}
.exchange-coupon .exchange-coupon-textarea {
  height: 1.62rem;
  border-radius: .11rem;
  border: 2px solid #D6D6D6;
  resize: none;
  word-break: break-all;
  font-size: .4rem;
  color: #555;
  padding: .25rem .27rem;
  line-height: .56rem;
  box-sizing: border-box;
}
.exchange-coupon .exchange-verify {
  margin-top: 3vw;
}
.exchange-coupon .exchange-verify-input {
  border-radius: 1vw;
  border: 2px solid #D6D6D6;
  width: 4.5rem;
  height: 1.06rem;
  font-size: .4rem;
  color: #555;
  padding: .25rem .27rem;
  line-height: .56rem;
  box-sizing: border-box;
}
.exchange-coupon .exchange-verify-code {
  width: 2.7rem;
  margin-left: .3rem;
  height: 1.06rem;
}
.exchange-coupon .exchange-coupon-btn {
  height: 1.06rem;
  line-height: 1.06rem;
  border: 0;
  border-radius: .54rem;
  width: 8rem;
  margin: .46rem auto 0;
  display: block;
}

.module-FixedButton {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}