@charset "utf-8";
.clearfloat {
  zoom: 1;
}
.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.coupon {
  font-family: "SF Pro Display", Roboto, Noto, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.coupon .coupon-container{
  padding:0 10px;
  margin-bottom: 25px;
}
.text-shadow {
  box-shadow: 2px 2px 8px #DDD;
  margin-bottom: 0.7rem;
  border-radius: 0.4rem;
}
.coupon .coupon-shop {
  font-family: "SF Pro Display", Roboto, Noto, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-weight: bold;
  color: #fcfafa;
  margin-bottom: 0;
}
.coupon .coupon-shop p:last-child {
  line-height: 1rem;
  margin-bottom: 0;
}
.coupon .coupon-shop p:last-child span {
  display: inline-block;
  float: right;
}
.coupon .coupon-desc {
  font-family: "SF Pro Display", Roboto, Noto, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: right;
}
.coupon .coupon-desc p:last-child {
  line-height: 1rem;
  margin-bottom: 0;
}
.coupon .coupon-desc p:last-child span {
  display: inline-block;
  float: right;
}
.coupon .coupon-desc span {
  display: inline-block;
  font-size: 2rem;
}
.coupon .coupon-desc{
  font-size: 1.4rem;
}
.coupon5 {
  background: url('../../img/frontend/coupon618/coupon1.png');
  background-size: cover;
}
.coupon5 .coupon-desc {
  color: #0D8E71;
}
.coupon10 {
  background: url('../../img/frontend/coupon618/coupon2.png');
  background-size: cover;
}
.coupon10 .coupon-desc {
  color: #55ABCE;
}
.coupon3 {
  background: url('../../img/frontend/coupon618/coupon3.png');
  background-size: cover;
}
.coupon3 .coupon-desc {
  color: #ffffff;
}
.coupon .coupon-fee {
  float: right;
  color: #FDFFFF;
  font-size: 5rem;
}
.coupon .coupon-get{
    vertical-align:middle;
      display:   inline-block;  
        position:  relative; 
}
.coupon .coupon-get button{
  background-color:   red;
  font-weight:  bold; 
   display:   inline-block;  
   margin-top:  1rem;
   position:  absolute  ; 

}
.coupon .coupon-fee span {
  font-size: 2.3rem;
}
.coupon p:last-child {
  margin-bottom: 0;
  padding-bottom: 5px; 
}
.coupon p:last-child span {
  display: inline-block;
  float: right;
}
@media (min-width: 992px) {
  .coupon-desc {
    height:93px;
  }
  
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(2deg) translate3d(0,0,0)
  }

  50% {
    -webkit-transform: rotate(-2deg) translate3d(0,0,0)
  }

  100% {
    -webkit-transform: rotate(2deg) translate3d(0,0,0)
  }
}

@-moz-keyframes shake {
  0% {
    transform: rotate(2deg) translate3d(0,0,0)
  }

  50% {
    transform: rotate(-2deg) translate3d(0,0,0)
  }

  100% {
    transform: rotate(2deg) translate3d(0,0,0)
  }
}

@-ms-keyframes shake {
  0% {
    transform: rotate(2deg) translate3d(0,0,0)
  }

  50% {
    transform: rotate(-2deg) translate3d(0,0,0)
  }

  100% {
    transform: rotate(2deg) translate3d(0,0,0)
  }
}

.red{
  width: 300px;
  height: 345px;
  border-radius: 15px;
  position: fixed;
  top:50%;
  left: 50%;
  overflow: hidden;
  margin-left: -150px;
  margin-top: -172px;
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
.red img{
  width:100%;
  height: auto;
}
.red .shake{
  animation:shake .2s infinite linear;
  -webkit-animation:shake .2s infinite linear;
}
.user618-alert-windows{
  width: 300px;
  height: 200px;
  position: absolute;
  top: 50%;
  margin-top: -100px;
  left: 50%;
  margin-left: -150px;
  border-radius: 15px;
  background: #fff;
  font-weight: bold;
  z-index: 11;
  display: none;
}
.user618-text{
  text-align: center;
  font-size: 18px;
  font-family: "微软雅黑";
  vertical-align:middle; 
  padding-top:60px;
}
.close618-alert{
  width: 30px;
  height: 30px;
  position: absolute;
  right: -10px;
  top: -10px;
  background: #c7c7c7;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  transition:all 0.5s linear;
  -webkit-transition:all 0.5s linear;
  -moz-transition:all 0.5s linear;
  -ms-transition:all 0.5s linear;
  -o-transition:all 0.5s linear;
}
.close:hover{
  transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -o-transform:rotate(180deg);
}
.close img{
  padding-top: 5px;

}
.opacity{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom:0;
  background: #000;
  opacity:0.5;
  filter:alpha(opacity=50);
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
}