
/* 获得优惠券弹窗样式 */
.van-popup--center {
  width: 100%;
  background-color: unset;
  overflow-y: unset;
}

.gain-coupon {
  box-sizing: border-box;
  padding: 0 .5rem;
  width: 100%;
}

.gain-coupon .gain-content {
  /* height: 4rem; */
  height: 9.6rem;
  background: url(../../img/1shouye-tanchuang-bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.gain-coupon .item {
  height: 1.8rem;
  background: url(../../img/1shouye-tanchuang-youhuiquan.png) no-repeat;
  background-size: 100% 100%;
  padding-left: .2rem;
  margin-bottom: .2rem;

}

.gain-coupon .itembox {
  width: 100%;
  /* min-height: 5.3rem; */
  max-height: 5.3rem;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding-left: .57rem;
  padding-right: .3rem;
}

.mr50 {
  margin-right: .5rem;
}

.bottom-btn {
  width: 50%;
  position: absolute;
  bottom: -.3rem;
  left: 50%;
  transform: translateX(-50%);
}

.gain-closed {
  width: .56rem;
  height: .56rem;
  position: absolute;
  right: 0;
}
.img-text{
  border-radius: .4rem;
  margin-top: .3rem;
  overflow: hidden;
}
.img-text img{
  width: 100%;
}
.my-swipe {
  margin-top: .3rem;
}
.my-swipe img{
  width: 100%;
}
::-webkit-scrollbar{
  display:none;
}

.color-blue {
  color: #0481ff;
}

.fs48 {
  font-size: .48rem;
}
