@font-face {
  font-family: bebas;
  src: url("../../../public/fonts/bebas.ttf");
}
*:focus {
  outline: none;
}
input,
select {
  -webkit-appearance: none !important;
  -webkit-tap-highlight-color: transparent;
}
body {
  background: #040000;
}
.blank {
  height: 1px;
  padding: 0 0 1.1rem;
}
.submit {
  display: block;
  text-align: center;
  width: 2.65rem;
  font-size: 0.28rem;
  background: #da9c2e;
  color: #ffffff;
  height: 0.7rem;
  line-height: 0.7rem;
}

/*产品*/
.product-lists {
  overflow: hidden;
}
.product-lists dl {
  margin: 0 0.3rem 0.2rem;
  position: relative;
  border: 1px solid #544021;
  background: #16120c;
}
.product-lists dl:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
}
.product-lists dt {
  padding: 0.3rem 0.1rem 0 0.3rem;
  color: #fff;
  overflow: hidden;
}
.product-lists dt h4 {
  font-size: 0.3rem;
  height: 0.4rem;
  line-height: 0.4rem;
}
.product-lists dt h4 span {
  margin-left: 0.2rem;
}
.product-lists .desc {
  color: #bfb3a6;
  margin: 0.1rem 0 0.35rem;
}
.product-lists .parameter {
  color: #bfb3a6;
  margin-bottom: 0.4rem;
  font-size: 0.3rem;
  overflow: hidden;
}
.product-lists .parameter li {
  float: left;
  padding: 0 0.22rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 100%;
}
.product-lists .parameter li:first-child {
  padding-left: 0 !important;
  border: 0;
}
.product-lists .parameter span {
  color: #fff;
}
.product-lists .discout {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.2rem;
  font-size: 0.2rem;
  height: 0.4rem;
  width: 0.78rem;
  padding-left: 0.16rem;
  line-height: 0.42rem;
  background: url("../images/a1111/bg/discout.png") no-repeat center;
  background-size: contain;
}
.product-lists .price {
  color: #bfb3a6;
  position: relative;
  padding: 0.4rem 2.6rem 0.3rem 0.3rem;
  overflow: hidden;
}
.product-lists .price del {
  display: block;
}
.product-lists .price .now {
  font-size: 0.48rem;
  color: #f6c171;
  font-family: "bebas";
}
.product-lists .price .submit {
  position: absolute;
  right: 0.3rem;
  top: 0.56rem;
}
.product-lists .disabled {
  color: #888 !important;
  background: #dfdfdf !important;
  cursor: not-allowed;
}

/*0元*/
.free-head {
  height: 4.7rem;
  padding: 2.45rem 2.55rem 0 0.5rem;
  background: url("../images/a1111/free-banner.jpg") no-repeat center top;
  background-size: 7.5rem 4.7rem;
}
.free-head p {
  color: #ffffff;
  line-height: 0.38rem;
  margin-bottom: 0.25rem;
}
.free-main {
  padding: 0.45rem 0;
  overflow: hidden;
}
.free-main .tip {
  display: block;
  width: 6.9rem;
  margin: 0 auto 0.8rem;
}
.free-main .discout {
  width: 1.08rem;
  background: url("../images/a1111/bg/tip4.png") no-repeat center;
}
.free-main .submit {
  width: 6.3rem;
  margin: 0 auto 0.4rem;
}
.free-main .rules {
  color: #fff;
  margin: 0.45rem 0.3rem 0;
  overflow: hidden;
}
.free-main .rules dd {
  padding-top: 0.1rem;
  overflow: hidden;
}
.free-main .rules dd p {
  line-height: 0.46rem;
  margin-bottom: 0.06rem;
}

/*右侧*/
.back-top {
  width: 0.7rem;
  height: 0.7rem;
  background: url("../images/a1111/bg/top.png") no-repeat center bottom;
  background-size: contain;
}
.gift {
  width: 0.73rem;
  height: 1.58rem;
  background: url("../images/a1111/bg/gift.png") no-repeat center bottom;
  background-size: contain;
  position: fixed;
  right: 0.09rem;
  z-index: 3;
  animation-name: beat;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
}
@keyframes beat {
  0% {
    bottom: 2.2rem;
  }

  25% {
    bottom: 2rem;
  }

  50% {
    bottom: 2.2rem;
  }

  75% {
    bottom: 2rem;
  }

  100% {
    bottom: 2.2rem;
  }
}

/*弹窗*/
.alert-main {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
}
.alert-main .close {
  float: right;
  height: 1rem;
  width: 0.4rem;
  background: url("../images/a1111/close.png") center no-repeat;
  background-size: 0.35rem 0.35rem;
}
.alert-main .main {
  background: #fff;
  position: absolute;
  width: 6.7rem;
  height: 10rem;
  margin-top: -5.5rem;
  margin-left: -3.35rem;
  left: 50%;
  top: 50%;
  overflow-y: scroll;
}
.alert-main .head {
  line-height: 1rem;
  font-size: 0.3rem;
  padding: 0 0.3rem;
}

.alert-link .main {
  height: 5rem;
  margin-top: -3rem;
}
.alert-link .tip {
  font-size: 0.3rem;
  margin: 0.4rem 0.3rem 0;
  line-height: 0.48rem;
}
.alert-link .tip span {
  color: #eb4018;
  margin-left: 5px;
}
.alert-link .copy {
  margin: 0.1rem 0.3rem;
  overflow: hidden;
}
.alert-link .copy-input {
  height: 0.8rem;
  border: 0;
  width: 100%;
  font-size: 0.24rem;
  color: #999999;
  background: #f0f0f0;
  padding: 0 0.15rem;
  margin-bottom: 0.2rem;
}
.alert-link .copy-btn {
  height: 0.8rem;
  border: 0;
  width: 2.9rem;
  text-align: center;
  font-size: 0.26rem;
  color: #fff;
  line-height: 0.8rem;
  background: #da9c2e;
}

.alert-rules .rules {
  padding: 0.15rem 0.3rem 0;
  height: 8.6rem;
  overflow-y: scroll;
}
.alert-rules .rules h5 {
  margin: 0.2rem 0 0.1rem;
  color: #000;
  font-size: 0.24rem;
  font-weight: bold;
}
.alert-rules .rules p {
  font-size: 0.22rem;
  line-height: 0.36rem;
  color: #666666;
}
