#activity-center {
  margin: 0;
  padding-bottom: 30px;
  background: #7ee8cd;
  height: 100%;
}
#activity-center .close-img {
  width: 100%;
  height: calc(100vh - 81px);
}
#activity-center .top-container {
  position: relative;
}
#activity-center .top-container .top-img {
  width: 100%;
}
#activity-center .top-container .top-title-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#activity-center .top-container .top-title-container .title-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #3d2f15;
  position: absolute;
  bottom: 0px;
  z-index: 999;
  font-weight: 600;
  letter-spacing: 1px;
  width: 175px;
  height: 42px;
  background: url('/static/images/activity/anniu.png') 0 0 no-repeat;
  background-repeat: no-repeat;
  background-size: 175px 42px;
  background-position: center;
}
#activity-center .center-container {
  background: #d9f4e7;
  height: auto;
  margin: 10px 10px 0 10px;
  padding-top: 32px;
  border-radius: 5px;
  position: relative;
  bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#activity-center .center-container .coupon-item {
  margin-bottom: 20px;
  width: 94%;
  height: 97px;
  background: url('/static/images/activity/youhuiquan.png') 0 0 no-repeat;
  background-repeat: no-repeat;
  background-size: 100% 97px;
  background-position: center;
}
#activity-center .center-container .coupon-item .coupon-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 97px;
}
#activity-center .center-container .coupon-item .coupon-bg .left {
  font-size: 14px;
  color: #ff2d17;
  font-weight: 600;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: inherit;
}
#activity-center .center-container .coupon-item .coupon-bg .left .amount {
  font-size: 20px;
}
#activity-center .center-container .coupon-item .coupon-bg .center {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#activity-center .center-container .coupon-item .coupon-bg .center .center-top {
  font-size: 18px;
  color: #212121;
  font-weight: 600;
  margin-bottom: 13px;
}
#activity-center .center-container .coupon-item .coupon-bg .center .center-bottom {
  font-size: 12px;
  color: #999999;
}
#activity-center .center-container .coupon-item .coupon-bg .right {
  font-size: 16px;
  color: #999999;
  font-weight: 600;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#activity-center .center-container .coupon-item .coupon-bg .right .noReceive {
  cursor: pointer;
  color: #ff2d17;
}
#activity-center .bottom-container {
  position: relative;
  background: #d9f4e7;
  border-radius: 5px;
  margin: 5px 10px 0px 10px;
  padding: 32px 15px 8px 15px;
}
#activity-center .bottom-container .bottom-title-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#activity-center .bottom-container .bottom-title-container .title-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #3d2f15;
  position: absolute;
  bottom: 10px;
  z-index: 999;
  font-weight: 600;
  letter-spacing: 1px;
  width: 175px;
  height: 42px;
  background: url('/static/images/activity/anniu.png') 0 0 no-repeat;
  background-repeat: no-repeat;
  background-size: 175px 42px;
  background-position: center;
}
#activity-center .bottom-container .bottom-title-container .title-img {
  position: absolute;
  top: -50px;
  width: 50%;
  height: auto;
  z-index: 998;
}
#activity-center .bottom-container .content-item {
  color: #666666;
  font-size: 12px;
  margin-bottom: 12px;
}

