body {
  background: #efefef;
  min-height: 100vh;
}
.bg {
  position: relative;
  width: 100%;
  height: 49.8rem;
  background: url(../img/bg.png) no-repeat center top;
  background-size: contain;
  box-sizing: border-box;
}
.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: 4.4rem;
  height: 1.65rem;
  position: absolute;
  right: 0;
  top: 4.45rem;
}
.center {
  width: 4.4rem;
  height: 1.65rem;
  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: 16.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.activity .coupon {
  width: 17.55rem;
  position: relative;
  margin-bottom: 0.6rem;
}
.activity .coupon1 {
  height: 7.8rem;
  background: url(../img/coupon2.png) no-repeat center top;
  background-size: contain;
}
.activity .coupon1 .coupon1-btn {
  position: absolute;
  width: 6.4rem;
  height: 1.8rem;
  top: 4.35rem;
  left: 10.7rem;
}
.activity .coupon2 {
  height: 9.8rem;
  background: url(../img/coupon3.png) no-repeat center top;
  background-size: contain;
}
.activity .coupon2 .coupon2-btn {
  position: absolute;
  width: 5.2rem;
  height: 1.8rem;
  top: 7.4rem;
  left: 0.6rem;
}
.activity .coupon3 {
  height: 11rem;
  background: url(../img/coupon4.png) no-repeat center top;
  background-size: contain;
}
.activity .coupon3 .coupon3-btn {
  position: absolute;
  width: 5.2rem;
  height: 1.8rem;
  top: 8.6rem;
  left: 11.75rem;
}
.popup-box {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  max-height: 25rem;
  overflow-y: auto;
}
.popup-box::-webkit-scrollbar {
  display: none;
}
.popup-title {
  width: 100%;
  color: #131e29;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 16px;
}
.popup-item {
  border: 1px solid #131e29;
  width: 100%;
  padding: 12px 16px;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.popup-item-num {
  color: rgba(19, 30, 41, 0.6);
  font-size: 14px;
  font-weight: bolder;
}
.popup-item-select {
  color: #0261a5;
  font-size: 14px;
  font-weight: 500;
  border: 0.05rem solid #0261a5;
  padding: 0.2rem 1.2rem;
  border-radius: 0.2rem;
}
.popup-item-name {
  color: #131e29;
  font-size: 14px;
  font-weight: 500;
}
.popup-btn {
  width: 100%;
  background: #0261a5;
  border-radius: 4px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin-top: 16px;
}
.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.block {
  position: relative;
  width: 14.75rem;
  min-height: 9.9rem;
  background: url(../img/popbg.png) no-repeat center top;
  background-size: cover;
  padding: 1.6rem 1.2rem;
  padding-bottom: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.block .title {
  font-size: 0.7rem;
  text-align: center;
}
.block .dealer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.block .dealer .change-btn {
  color: #fff;
  background-color: #0261a5;
  padding: 0.2rem 0.4rem;
  border-radius: 0.2rem;
}
.block .field {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0.05rem solid #ffffff;
  background: #ffffff;
  font-size: 0.6rem;
  color: #999;
  margin-bottom: 0.4rem;
  height: 1.65rem;
  padding: 0 0.6rem;
  box-sizing: border-box;
}
.block .field .icon-down {
  width: 0.8rem;
  height: 0.8rem;
}
.block .btns {
  width: 100%;
  justify-content: space-between;
  height: 3rem;
  line-height: 3rem;
  display: flex;
  border-top: 0.05rem solid #edf5fd;
}
.block .btns .btn {
  flex: 1;
  text-align: center;
}
.block .btns .btn:nth-of-type(1) {
  border-right: 0.05rem solid #edf5fd;
  color: #999999;
}
.block1 {
  min-height: 14.9rem;
}
