body {
  background: #f7f7f7;
}

a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.layout {
  margin: 0 auto;
  width: 7.5rem;
  background: #fff;
}

.img {
  font-size: 0;
}

.img img {
  max-width: 100%;
}

.wrapper {
  padding: 0 .3rem;
}

.footer {
  height: 1rem;
}

.footer-fiexd { 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: .36rem;
  color: #fff;
  z-index: 99;
}

.footer-fiexd img {
  display: block;
  margin-right: .1rem;
  width: .68rem;
}

.footer-fiexd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 1rem;
}

.footer-fiexd span {
  position: relative;
}

.footer-fiexd span i {
  position: absolute;
  top: -.18rem;
  right: -.16rem;
  display: block;
  min-width: .28rem;
  min-height: .28rem;
  text-align: center;
  font-size: .24rem;
  padding: .04rem;
  border-radius: 50%;
  background: #f81b1b;
}

.coupon {
  padding: .42rem 0 .6rem;
}

.coupon .title {
  margin: 0 auto .2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.37rem;
  height: .64rem;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e72222), to(#e72222)), -webkit-gradient(linear, left top, left bottom, from(#fe4e4e), to(#fe4e4e));
  background-image: linear-gradient(#e72222, #e72222), linear-gradient(#fe4e4e, #fe4e4e);
  background-blend-mode: normal,
 normal;
  border-radius: .1rem;
  font-size: .36rem;
}

.coupon .title span {
  font-size: .42rem;
  color: #f7f930;
}

.coupon .count_down {
  margin-bottom: .2rem;
  text-align: center;
  font-size: .32rem;
  color: #fe0e0e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.coupon .count_down span {
  margin-right: .04rem;
}

.coupon .count_down i {
  color: #454545;
  font-size: .22rem;
}

.coupon .tip a {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.24rem;
  height: .48rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 0.08rem 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 0.08rem 0px rgba(0, 0, 0, 0.12);
  border-radius: .24rem;
  font-size: .22rem;
  color: #454545;
}

.coupon .tip a span {
  margin: 0 .05rem;
  color: #e72222;
  font-weight: bold;
}

.coupon .tip i {
  margin-right: .1rem;
  display: block;
  width: .28rem;
  height: .28rem;
  background: url(../images/icon_01.png) no-repeat center;
  background-size: cover;
}

.coupon .form {
  margin-top: .2rem;
}

.coupon .form li {
  margin-bottom: .36rem;
}

.coupon .form li:last-child {
  margin-bottom: 0;
}

.coupon .form li p {
  margin-bottom: .2rem;
  font-size: .3rem;
  font-weight: bold;
  color: #000;
}

.coupon .form li p em {
  color: #fc0721;
}

.coupon .form li input {
  display: block;
  padding: 0 .2rem;
  width: 100%;
  height: .86rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: .16rem;
  border: 1px solid #d9d9d9;
  font-size: .28rem;
}

.coupon .form li input::-webkit-input-placeholder {
  color: #ababab;
}

.coupon .form li input:-ms-input-placeholder {
  color: #ababab;
}

.coupon .form button {
  margin: .5rem 0 .6rem;
  padding-left: 0;
  width: 100%;
  height: .82rem;
  color: #fff;
  font-size: .36rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#f70026), color-stop(99%, #fb3d1f));
  background-image: linear-gradient(90deg, #f70026 0%, #fb3d1f 99%);
  -webkit-box-shadow: 0px 0.04rem 0.12rem 0px rgba(255, 102, 0, 0.48);
          box-shadow: 0px 0.04rem 0.12rem 0px rgba(255, 102, 0, 0.48);
  border-radius: .4rem;
  border: none;
}

.roster {
  padding-bottom: .15rem;
}

.roster .bd {
  padding-bottom: .4rem;
  background: #f8f8f8;
  border-radius: .3rem;
}

.roster .bd .title {
  padding: .5rem 0 .3rem;
  text-align: center;
  font-size: .42rem;
  color: #222222;
}

.roster .bd .list {
  height: 2.75rem;
}

.roster .bd .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.roster .bd li {
  padding: 0 .44rem 0 .5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.roster .bd li a {
  padding-left: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: .28rem;
  color: #333333;
  background: url(../images/icon_01.png) no-repeat left center;
  background-size: .28rem .28rem;
}

.roster .bd li span:nth-child(1) {
  width: 21%;
  text-align: left;
}

.roster .bd li span:nth-child(2) {
  width: 33%;
  text-align: left;
}

.roster .bd li span:nth-child(3) {
  width: 27%;
  text-align: right;
}

.btns {
  padding: .4rem 0 .6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btns a {
  margin-right: .3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.3rem;
  height: .78rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #ff1328), to(#f53d20));
  background-image: linear-gradient(90deg, #ff1328 1%, #f53d20 100%);
  border-radius: .4rem;
  font-size: .3rem;
  color: #fff;
}

.btns a img {
  margin-right: .12rem;
  width: .32rem;
}

.btns a:last-child {
  margin-right: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #ff5600), to(#f87f08));
  background-image: linear-gradient(90deg, #ff5600 1%, #f87f08 100%);
}

.btns a:last-child img {
  margin-right: .22rem;
}

.prop-up, .shade {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -3.75rem;
  width: 7.5rem;
}

.prop-up {
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}

.prop-up .coupon {
  padding: .4rem 0 0;
}

.prop-up .bd {
  margin: 0 auto;
  width: 90%;
  background: #fff;
  border-radius: .1rem;
}

.shade {
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
/*# sourceMappingURL=style.css.map */