.couponPop{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.bg{
  background: rgba(0,0,0,0.5);
}
.couponContainer{
  width: 588px;
  height: 539px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translatex(-50%);
  background: url(../img/meal/couponPopBg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 55px;
  box-sizing: border-box;
}
.couponContainer h2{
  font-family: Poppins-Bold;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 193px;
  white-space: nowrap;
}
.couponList{
  display: flex;
  align-items: center;
  column-gap: 20px;
 
}
.couponList>div{
  width: 230px;
  height: 140px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 8px;
  box-sizing: border-box;
  margin-top: 23px;
}
.couponList>div:nth-child(1){
  background: url(../img/meal/residentBg.png) no-repeat;
  background-size: 100% 100%;
}
.couponList>div:nth-child(2){
  background: url(../img/meal/ispProxyBg.png) no-repeat;
  background-size: 100% 100%;
}
.couponOff{
  position: relative;
  font-family: Poppins-Bold;
  font-size: 58px;
  color: #FFFFFF;
  line-height: 94px;
  font-weight: bold;
}
.couponOff i{
  position: absolute;
  top: -29px;
  right: -38px;
  font-weight: 500;
  font-size: 22px;
  font-family: Poppins, Poppins;
}
.couponList>div p:nth-of-type(2){
  margin-top: -8px;
}
.couponList>div p:nth-of-type(2),.couponList>div p:nth-of-type(3){
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
}
.couponUseNow{
  position: relative;
  width: 100%;
  height: 46px;
  background: linear-gradient( 90deg, #7390FF 0%, #0B39CF 100%);
  border-radius: 22px;
  line-height: 46px;
  margin-top: 30px;
  text-align: center;
  font-family: Poppins-Bold;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  transition: all 0.2s;
  cursor: pointer;
}
.couponUseNow:hover{
  background: linear-gradient( 90deg, #7390FF 0%, #0B39CF 100%), rgba(255,255,255,0.15);
}
.couponTips{
  width: 80%;
  font-family: Poppins, Poppins;
  font-weight: 400;
  font-size: 12px;
  color: #8392A2;
  text-align: center;
  line-height: 19px;
  margin: 0 auto;
  margin-top: 11px;
}
.couponOff span{
  font-weight: 500;
  font-size: 22px;
  writing-mode: vertical-rl; 
  text-orientation: upright; 
  line-height: 0;
}
.couponPopCn .couponOff{
  padding-left: 14px;
}
.closeCouponBtn{
  position: absolute;
  width: 36px;
  height: 36px;
  background: url(../img/meal/coupon_close.png) no-repeat;
  background-position: 0 0;
  bottom: -56px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.closeCouponBtn:hover{
  background-position: -36px 0px;
}
.couponPopCn .couponUseNow img{
  width: 63px;
  height: 24px;
}
.couponPopEn .couponUseNow img{
  width: 111px;
  height: 24px;
}
.couponUseNow img{
  position: absolute;
  top: -12px;
  right: 0;
}

.newUserPop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  color: #163561;
  display: none;
}
.newUserPop .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.newUserPop > .newUserContainer {
  width: 632px;
  height: 400px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translatex(-50%);
  background: #fff;
  padding: 0 55px;
  box-sizing: border-box;
  padding: 45px 50px;
  padding-right: 260px;
  border-radius: 10px;
}
.newUserPop > .newUserContainer > h2 {
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 22px;
  line-height: 42px;
  margin-bottom: 6px;
}
.newUserPop > .newUserContainer > p {
  font-weight: 400;
  font-size: 16px;
}
.newUserPop > .newUserContainer h1 {
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 50px;
  color: #163561;
  line-height: 76px;
  margin: 4px 0 10px;
}
.newUserPop > .newUserContainer > img {
  position: absolute;
  right: 0;
  top: 0;
}
.newUserPop > .newUserContainer > div {
  height: 46px;
  background: #0086ff;
  border-radius: 4px;
  padding: 0 68px;
  max-width: max-content;
  display: flex;
  align-items: center;
  margin: 14px 0 18px;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.2s;
}
.newUserPop > .newUserContainer > div:hover {
  opacity: 0.8;
  cursor: pointer;
}
.newUserPop > .newUserContainer > i {
  font-size: 12px;
  color: #8392a2;
  line-height: 19px;
}
.newUserPop > .newUserContainer > .closeBtn {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 8px;
  right: 8px;
  background: url(../img/meal/coupon_close_btn.png) no-repeat;
  background-position: 0 0;
  z-index: 1;
  cursor: pointer;
}
.newUserPop > .newUserContainer > .closeBtn:hover {
  background-position: 0 -24px;
}

.repurchasePop{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.repurchaseContainer{
  width: 600px;
  /* height: 456px; */
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translatex(-50%);
  background: linear-gradient( 159deg, #DFE8FF 0%, #FFFFFF 100%);
  border-radius: 10px;
  padding: 48px 58px;
  box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #163561;
}
.closeRepurchaseBtn{
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/meal/closePop.png)no-repeat;
  background-position: 0 0;
  top: 9px;
  right: 9px;
  cursor: pointer;
  
}
.closeRepurchaseBtn:hover{
  background-position: 0px -24px;
}
.repurchaseContainer h2{
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 10px;
}
.repurchaseContainer .repurchaseText{
  font-size: 16px;
}
.r_couponList{
  width: 484px;
  height: 142px;
  background: url(../img/meal/couponBg.png)no-repeat center;
  background-size: cover;
  margin-top: 28px;
  display: flex;
  align-items: center;
}
.r_couponList>div:nth-of-type(1){
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
  width: 120px;
  text-align: center;
}
.r_couponList>div:nth-of-type(1) p:nth-of-type(1){
  line-height: 72px;
}
.r_couponList>div:nth-of-type(1) p:nth-of-type(2){
  font-size: 36px;
  line-height: 39px;
  margin-top: -10px;
}
.r_couponList>div:nth-of-type(2){
  padding-left: 27px;
  text-align: left;
  color: #fff;
}
.r_couponUseNow{
  max-width: 260px;
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #0086FF;
  border-radius: 4px;
  font-size: 16px;
  color: #FFFFFF;
  font-family:Poppins-Medium;
  position: relative;
  margin-top: 33px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.2s;
}
.r_couponUseNow:hover{
  background: #49A4FF;
}
.r_couponUseNow span{
  position: absolute;
  padding: 0 8px;
  max-width: max-content;
  height: 22px;
  line-height: 22px;
  background: #FFF7A7;
  border-radius: 2px;
  font-size: 12px;
  color: #163561;
  right: 0;
  top: -11px;

}
.repurchaseTips{
  font-size: 13px;
  color: #9B9B9B;
  line-height: 21px;
}