body {
  background: linear-gradient(#9DC8E5, #69AAD6 100%);
  min-height: 100vh;
}
.bg {
  position: relative;
  width: 100%;
  height: 82rem;
  background: url(../img/bg.png) no-repeat center top;
  background-size: contain;
  box-sizing: border-box;
}
.banner {
  width: 100%;
  height: 13.2rem;
}
.login-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 33;
}
.login {
  width: 100%;
  height: 1.85rem;
  line-height: 1.85rem;
  background: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  font-size: 0.6rem;
  color: #FFFFFF;
  text-indent: 0.8rem;
}
.login span {
  text-decoration: underline;
  margin: 0;
}
.rule {
  width: 3.2rem;
  height: 1.3rem;
  position: absolute;
  right: 0;
  top: 4.45rem;
}
.center {
  width: 3.2rem;
  height: 1.3rem;
  position: absolute;
  right: 0;
  top: 2.3rem;
}
.logo {
  width: 4.9rem;
  height: 3rem;
  position: absolute;
  left: 0;
  bottom: 0.6rem;
}
.activity {
  width: 100%;
  position: absolute;
  top: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.activity .coupon1 {
  position: relative;
  width: 17.55rem;
  height: 16.15rem;
  background: url(../img/act1.png) no-repeat center top;
  background-size: contain;
  margin-bottom: 1.2rem;
}
.activity .coupon1 .shop-btn {
  position: absolute;
  width: 15.15rem;
  height: 2.25rem;
  top: 12.9rem;
  left: 0;
  right: 0;
  margin: auto;
}
.activity .coupon2 {
  position: relative;
  width: 17.55rem;
  height: 21.25rem;
  background: url(../img/act2.png) no-repeat center top;
  background-size: contain;
  margin-bottom: 1.2rem;
}
.activity .coupon2 .no-tip {
  position: absolute;
  top: 5.5rem;
  left: 5.7rem;
  width: 3.2rem;
  height: auto;
}
.activity .coupon2 .tip2 {
  left: 14.3rem;
}
.activity .coupon2 .tip3 {
  top: 12rem;
}
.activity .coupon2 .tip4 {
  top: 12rem;
  left: 14.3rem;
}
.activity .coupon2 .act2-content {
  position: absolute;
  top: 8.1rem;
  left: 1.2rem;
}
.activity .coupon2 .act2-content .act2-num {
  font-size: 0.5rem;
  color: #666;
  padding-top: 0.1rem;
}
.activity .coupon2 .act2-content .progress {
  width: 6rem;
  position: relative;
  height: 0.4rem;
  margin: 0.6rem 0 0.2rem;
  /*进度条轨道的高度*/
  background: #fff;
  /*轨道的颜色*/
  box-shadow: none;
  overflow: hidden;
  border-radius: 0.5rem !important;
}
.activity .coupon2 .act2-content .progress .progress-bar {
  /* width: 50%; 控制进度条的进度 */
  background: #3F8AEF;
  height: 100%;
  border-radius: 0.5rem !important;
}
.activity .coupon2 .mask2 {
  left: 9.85rem;
}
.activity .coupon2 .mask3 {
  top: 14.5rem;
}
.activity .coupon2 .mask4 {
  left: 9.85rem;
  top: 14.5rem;
}
.activity .coupon2 .act2-btn {
  position: absolute;
  top: 18rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 15.15rem;
  height: 2.4rem;
}
.activity .coupon3 {
  position: relative;
  width: 17.55rem;
  height: 25.7rem;
  background: url(../img/act3.png) no-repeat center top;
  background-size: contain;
  margin-bottom: 1.2rem;
}
.activity .coupon3 .progress {
  width: 6rem;
  position: absolute;
  top: 6.8rem;
  left: 5.7rem;
  height: 0.7rem;
  margin: 0.6rem 0 0.2rem;
  /*进度条轨道的高度*/
  background: #fff;
  /*轨道的颜色*/
  box-shadow: none;
  border-radius: 0.5rem !important;
}
.activity .coupon3 .progress .progress-bar {
  /* width: 50%; 控制进度条的进度 */
  background: #95D4FF;
  height: 100%;
  border-radius: 0.5rem !important;
}
.activity .coupon3 .progress .progress-num {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 0.5rem;
  padding-left: 0.25rem;
  color: #333;
}
.activity .coupon3 .progress2 {
  top: 10.8rem;
}
.activity .coupon3 .progress3 {
  top: 14.8rem;
}
.activity .coupon3 .progress4 {
  top: 18.8rem;
}
.activity .coupon3 .progress5 {
  top: 22.8rem;
}
.activity .coupon3 .act3-btn {
  width: 3.6rem;
  position: absolute;
  top: 6.3rem;
  left: 12.75rem;
  height: 1.4rem;
}
.activity .coupon3 .act3-btn2 {
  width: 3.6rem;
  position: absolute;
  top: 10.3rem;
  left: 12.75rem;
  height: 1.4rem;
}
.activity .coupon3 .act3-btn3 {
  width: 3.6rem;
  position: absolute;
  top: 14.3rem;
  left: 12.75rem;
  height: 1.4rem;
}
.activity .coupon3 .act3-btn4 {
  width: 3.6rem;
  position: absolute;
  top: 18.3rem;
  left: 12.75rem;
  height: 1.4rem;
}
.activity .coupon3 .act3-btn5 {
  width: 3.6rem;
  position: absolute;
  top: 22.3rem;
  left: 12.75rem;
  height: 1.4rem;
}
.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.block {
  position: relative;
  width: 14.75rem;
  min-height: 14.4rem;
  background: url(../img/pop-bg.png) no-repeat center top;
  background-size: cover;
  padding: 1.6rem 1.2rem;
  padding-bottom: 0;
  box-sizing: border-box;
  font-size: 0.7rem;
}
.block .title {
  color: #333;
  font-weight: bolder;
  text-align: center;
}
.block .list {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block .list .item {
  border-radius: 0.2rem;
  width: 5.95rem;
  height: 2.2rem;
  background: #fff;
  text-align: center;
  line-height: 2.2rem;
  margin-bottom: 0.4rem;
}
.block .list .item-act {
  color: #fff;
  background-color: #3F8AEF;
}
.block .btns {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  height: 3rem;
  line-height: 3rem;
  border-top: 0.05rem solid #eee;
}
.block .btns .btn {
  flex: 1;
  text-align: center;
}
.block .btns .btn:nth-of-type(1) {
  border-right: 0.05rem solid #eee;
  color: #999;
}
