/* 12.26 */
/* 自定义消费输入框 */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.emit-money{
  width: 100%;
}
.emit-money input{
  width: 100%;
  height: 40px;
  padding-left: 10px;
  margin-top: 9.5px;
  margin-bottom: 20px;
  outline: none;
  border: 2px solid #ccc;
  cursor: pointer;
  border-radius: 5px;
}

/* 充值套餐 */
.taocan{
  width: 100%;
  height: 210px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  justify-content: space-between;
  align-content: space-between;
}
.taocan-box{
  width: 48%;
  height: 75px;
  /* background-image: url('../images/taocan-box.png'); */
  /* background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  cursor: pointer;
}
.taocan-box img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.taocan-wrap{
  height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 6%;
  padding-top: 4%;
  padding-bottom: 6%;
}
.taocan-money{
  color: #FF4E00;
  font-weight: 700;
}
.taocan-money span{
  font-size: 30px;
}
.taocan-money span:nth-child(2){
  font-size: 16px;
  
}
.taocan-zheko{
  color: #FF4E00;
  font-weight: 700;
  padding-right: 5%;
}
.taocan-color{
  color:#999999;
}
.taocan-zheko span{
  font-size: 24px;
}
.taocan-zheko span:nth-child(2){
  font-size: 12px;
}
.taocan-zeng{
  color: #B0B0B0;
  font-size: 12px;
}

/* 余额中间的文字 */
.card2-tip{
  width: 100%;
  font-size: 15px;
  color: #1871e3;
  line-height: 18px;
  text-indent: 2em;
  margin-bottom: 15px;
}
/* 点击支付的弹框 */
.zhezhao{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.512);
  position: absolute;
  top: 0;
  display: block;
  z-index: 10;
}
.zhezhao-show{
  display: block !important;
}
.zhezhao-hidden{
  display: none !important;
}
.pay-prop{
  width: 80%;
  height: 249px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  padding-top: 30.5px;
  border-radius: 25px;
}
.pay-prop span{
  font-size: 28px;
  color: #FF4E00;
}
.pay-prop img{
  width: 18.6%;
  display: block;
  margin: 50px auto 0px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  from {
    /* 起始角度 */
    transform: rotate(0deg); 
  }
  to {
    /* 结束角度 */
    transform: rotate(360deg); 
  }
}

/* 支付成功 */
.banner2{
  position: relative;
}
.pay-message1{
  width: 40% !important;
  height: 59px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.pay-piao{
  width: 100%;
  height: 230px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
.pay-piao-content{
  width: 100%;
  height: 230px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.pay-piao-box1{
  width: 100%;
  height: 4px;
  background-color:#AD3500;
}
.pay-piao-box{
  width: 100%;
  height: 10px;
  background: linear-gradient(180deg, #FFC9B1 0%, #fff 100%);
}
.pay-piao-content .price{
  width: 100%;
  height: 45px;
  text-align: center;
}
.pay-piao-content .price span{
  color: #333;
  font-weight: 700;
}
.pay-piao-content .price span:nth-child(1){
  font-size: 18px;
}
.pay-piao-content .price span:nth-child(2){
  font-size: 30px;
}
.pay-piao .line{
  width: 100%;
  height: 1px;
  border: 1px dashed #B5B5B5;
}
.pay-piao .content{
  margin-left: 15.5px;
}
.pay-piao .content span:nth-child(1){
  font-style: 15px;
  color: #999999;
  line-height: 37.5px;
}
.pay-piao .content span:nth-child(2){
  font-style: 15px;
  color: #666666;
  line-height: 37.5px;
}
.pay-btn-section{
  width: 100%;
  text-align: center;
}
.pay-btn-1{
  width: 91%;
  height: 44px;
  margin: 44px auto 0px;
  background-color: #FF4E00;
  font-size: 18px;
  color: #fff;
  border-radius: 44px;
  border: 0px;
}
.pay-btn-2{
  background-color: #DB0B2D;
}
.pay-btn-section div{
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
}


/* 收藏 */
.shoucang-bg{
  width: 100%;
  height: 64px;
}
.shoucang-content{
  width: 100%;
}
.shoucang-box{
  width: 100%;
  height: 85px;
  padding-left: 16px;
  padding-top: 5px;
  padding-right: 16px;
  margin-bottom: 5px;
}
.shoucang-wrap{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.shoucang-box img:nth-child(1){
  width: 20%;
  height: 75.5px;
}
.shoucang-wrap-banner{
  width: 72%;
  height: 75.5px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shoucang-wrap-content p:nth-child(1){
  color: #000000;
  font-size: 15px;
}
.shoucang-wrap-content span{
  color: #1871e3;
  font-size: 12px;
}
.shoucang-wrap-content p:nth-child(2){
  color: #999;
  font-size: 9px;
}
.shoucang-wrap-icon span{
  margin-right: 5px;
  padding: 2px 6.5px 2px 6.5px;
  border: 1px solid #1871e3;
  font-size: 7px;
  color: #1871e3;
  border-radius: 16px;
}
.shoucang-xing{
  width: 17px;
  height: 16.5px;
  display: block;
}
.shoucang-line{
  width: 100%;
  height: 5px;
  background-color: #ECEBEA;
}


/* 12.27 */
.gamecontent-logo{
  width: 100%;
  height: 216px;
}
.gamecontent-banner{
  width: 100%;
  padding: 20px 0px 0px 16px;
}
.gamecontent-banner-title{
  width: 100%;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: start;
}
.gamecontent-banner-icon{
  width: 100%;
  margin-top: 10px;
}
.gamecontent-banner-icon span{
  color: #fff;
  font-size: 12px;
  padding: 3px 13px 3px 13px;
  background-color: #FF4E00;
  border-radius: 8.5px;
}
.gamecontent-banner-info{
  font-size: 12px;
  color: #333;
  margin-top: 10px;
}
.gamecontent-banner-infocontent{
  font-size: 12px;
  color: #333;
  margin-top: 6px;
}
.gamecontent-banner-imgs{
  width: 100%;
  padding: 10px;
  margin-top: 19.5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.gamecontent-banner-imgs p{
  font-size: 15px;
  color: #333;
  font-weight: bold;
  margin-bottom: 9.5px;
}
.gamecontent-banner-imgs div{
  width: 100%;
  display: flex;
  overflow: hidden;
  overflow-x: auto;
}
.gamecontent-banner-imgs img{
  width: 26%;
  margin-right: 10px;
}
.gamecontent-banner-con{
  width: 100%;
  margin-top: 20px;
}
.gamecontent-banner-con p:nth-child(1){
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.gamecontent-banner-con p:nth-child(2){
  font-size: 12px;
  color: #333;
  margin-top: 9.5px;
}
.gamecontent-foot{
  width: 100%;
  padding: 17px 15px 17px 15px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
}
.gamecontent-foot-left{
  display: flex;
  align-items: center;
}
.gamecontent-foot-left image{
  width: 4.5%;
  display: block;
  
}
.gamecontent-foot-left span{
  display: block;
  font-size: 15px;
  color: #333;
  margin-left: 5.5px;
}
.gamecontent-foot-right{
  display: flex;
}
.gamecontent-foot-right div:nth-child(1){
  height: 35px;
  padding: 0px 22.5px 0px 22.5px;
  color: #333;
  font-size: 18px;
  margin-right: 5px;
  border-radius: 17.5px;
  border: 1px solid #999999;
  line-height: 35px;
}
.gamecontent-foot-right div:nth-child(2){
  height: 35px;
  padding: 0px 12.5px 0px 12.5px;
  color: #fff;
  font-size: 18px;
  background-color: #FF4E00;
  border-radius: 17.5px;
  line-height: 35px;
}



/* 评分的样式 */
.score{
  width: 100%;
  padding: 22.5px 18.5px 22.5px 18.5px;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.score-title{
  color: #333;
  font-size: 18px;
}
.score .line{
  width: 100%;
  border: 1px dashed #EEEEEE;
  margin-top: 19px;
  margin-bottom: 22px;
}
.score-info{
  color: #999;
  font-size: 12px;
}
.score-xuan{
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.score-xuan span{
  display: block;
  width: 11.7%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-bottom: 10px;
  border: 1px solid #999;
  border-radius: 10px;
}
.score-xuan-color{
  background-color: #1871e3;
  color: #fff;
  border: 0px;
}


/* 登录页面 */
.login-banner{
  width: 100%;
  padding: 40px 15.5px 0 15.5px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin-top: -55px;
  border-radius: 40px 40px 0 0;
}
.login-top{
  width: 100%;
  display: flex;
}
.login-top-left{
  width: 50%;
  height: 50px;
  position: relative;
}
.login-top-left img{
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}
.login-top-lefttitle{
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 17px;
  color: #fff;
}
.login-top-rightittle{
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 17px;
  color: #1871e3;
}
.login-user{
  width: 100%;
  height: 50px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
}
.login-user input{
  width: 100%;
  height: 100%;
  outline: none;
  background-color: #F4F4F4;
  border-radius: 25px;
  border: 0px;
  padding-left: 13%;
  padding-right: 13%;
}
.login-user img{
  width: 4.3%;
  position: absolute;
  top: 34%;
  left: 5.9%;
}
.login-yzm{
  width: 100%;
  height: 50px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
}
.login-yzm input{
  width: 100%;
  height: 100%;
  outline: none;
  background-color: #F4F4F4;
  border-radius: 25px;
  border: 0px;
  padding-left: 13%;
  padding-right: 33%;
}
.login-yzm img:nth-child(1){
  width: 4.3%;
  position: absolute;
  top: 34%;
  left: 5.9%;
}
.login-yzm .login-yan{
  width: 4.3%;
  position: absolute;
  top: 40%;
  right: 5.6%;
}
.login-yzm span{
  color: #1871e3;
  font-size: 15px;
  position: absolute;
  top: 34%;
  right: 5.6%;
}
.login-btn{
  width: 100%;
  height: 50px;
  margin-top: 30px;
  background-color: #1871e3;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border: 0px;
  border-radius: 25px;
  color: #fff;
}
.login-text{
  text-align: center;
  margin-top: 15.5px;
}
.login-text span{
  font-size: 15px;
  color: #999;
}
.login-text a{
  font-size: 15px;
  color: #1871e3;
}
.login-text1{
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #999;
  margin-top: 99px;
}

.login-method{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 14.5px;
}
.login-method img{
  width: 6.4%;
  display: block;
}
.login-method img:nth-child(1){
  margin-right: 10%;
}
.tab-info-a{
  width: 100%;
  height: 100%;
  display: block;
}


/* 客服 */
.kefu{
  width: 100%;
  height: 100vh;
}
.kefu img{
  width: 50.5%;
  height: 170px;
  display: block;
  margin: 31px auto 29px;
}
.kefu p{
  width: 100%;
  color: #1871e3;
  font-size: 15px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}
.kefu-btn{
  width: 91.3%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 22px;
  background: #1871e3;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  margin: 0 auto;
}

/* 退卡 */
.tuika-prop{
  width: 91.4%;
  height: 249px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 25px;
}
.tuika-prop img{
  width: 20%;
  height: 56px;
  display: block;
  margin: 39.5px auto 0px;
}
.tuika-prop p{
  width: 100%;
  font-size: 24px;
  color: #FF4E00;
  text-align: center;
  margin-top: 19px;
}
.tuika-prop .tuika-xuan{
  width: 100%;
  height: 53.5px;
  border-top: 1px solid #999;
  border-radius: 0 0 25px 25px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  display: flex;
}
.tuika-prop .tuika-xuan span{
  width: 50%;
  height: 100%;
  line-height: 53.5px;
  text-align: center;
  font-size: 18px;
  color: #999;
  display: block;
  cursor: pointer;
}
.tuika-prop .tuika-xuan span:nth-child(1){
  border-right: 1px solid #999;
}
.tuika-prop .tuika-xuan .tuika-xuan-color{
  color: #FF4E00;
}

/* 优惠卷 */
.coupons{
  width: 100%;
}
.coupons-nav{
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
}
.coupons-nav div{
  height: 100%;
  flex: 1;
  font-size: 15px;
  color: #999;
  display: flex;
  align-items: center;
}
.coupons-nav span{
  width: 100%;
  height: 20.5px;
  border-right: 1px dashed #ccc;
  text-align: center;
  line-height: 20.5px;
}
.coupons-nav div:nth-child(4) span{
  border-right: 0px;
}
.coupons-nav-color{
  color: #1871e3 !important;
  border-bottom: 2.5px solid #1871e3;
  border-radius: 1.25px;
}
.coupons-banner{
  width: 100%;
  margin-top: 20px;
  display: none;
}
.coupons-banner .coupons-box{
  width: 91.4%;
  height: 100px;
  padding: 6px;
  background: linear-gradient(0deg, rgba(189,156,96,1) 100%, rgba(224,203,153,1) 100%);
  border-radius: 6.5px;
  margin: 0 auto 10px;
}
.coupons-content{
  width: 100%;
  height: 100%;
  background: url(../images/juan-bg.png) no-repeat;
  background-size: cover;
}
.coupons-content{
  display: flex;
  align-items: center;
}
.coupons-content-left{
  flex: 1;
  color: #BD9C60;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}
.coupons-content-left span{
  font-size: 24px;
}
.coupons-content-center{
  flex: 1.6;
  padding-left: 15px;
}
.coupons-content-center span{
  font-size: 15px;
  color: #BD9C60;
}
.coupons-content-center p{
  font-size: 12px;
  color: #999999;
  margin-top: 6px;
  margin-bottom: 8px;
}
.coupons-content-center div{
  width: 72%;
  height: 17.5px;
  background-color: #F1F1F1;
  padding-top: 4px;
  padding-left: 5px;
}
.coupons-content-center div span{
  display: block;
  height: 17.5px;
  font-size: 9px;
  line-height: 100%;
}
.coupons-content-right{
  flex: 1;
  height: 100%;
  /* background: url(../images/juan2.png) no-repeat;
  background-size: cover; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  position: relative;
}
.coupons-content-right-img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -2px;
  z-index: 2;
}
.coupons-content-right span{
  width: 81.6%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  position: relative;
  z-index: 3;
}
.coupons-content-right button{
  width: 81.6%;
  height: 28px;
  text-align: center;
  line-height: 100%;
  font-size: 15px;
  color: #BD9C60;
  margin-top: 6.5px;
  border-radius: 14px;
  border: 0px;
  position: relative;
  z-index: 3;
}

/* 卷 立即领取的弹框 */
.juan-prop{
  width: 100%;
}
.juan-prop span{
  width: 100%;
  display: block;
  color: #333333;
  font-size: 24px;
  text-align: center;
  margin-top: 21px;
  margin-bottom: 38px;
}
.juan-prop p{
  width: 100%;
  display: block;
  padding-left: 19.5px;
  padding-right: 19.5px;
  color: #666666;
  font-size: 15px;
  text-align: center;
  line-height: 18px;
  margin-top: 0;
}

/* 充值消费规则 */
.cashguize-prop{
  width: 100%;
}
.cashguize-prop span{
  width: 100%;
  display: block;
  color: #333333;
  font-size: 24px;
  text-align: center;
  margin-top: 21px;
  margin-bottom: 38px;
}
.cashguize-prop p{
  width: 100%;
  display: block;
  padding-left: 19.5px;
  padding-right: 19.5px;
  color: #1871e3;
  font-size: 15px;
  text-align: start;
  line-height: 18px;
  margin-top: 0;
}

/* 兑换中心 */
.exchange-banner{
  width: 100%;
  padding-top: 19.5px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.exchange-box{

  width: 48.3%;
  padding-bottom: 15px;
  border-radius: 15px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 2px 2px rgba(153,153,153,0.1) ;
}
.exchange-icon-box1{
  width: 22.9%;
  height: 19%;
  position: absolute;
  top: 0;
  left: 0;
}
.exchange-icon-box2{
  width: 28.9%;
  height: 24%;
  position: absolute;
  top: 0;
  left: 0;
}
.exchange-icon1{
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
}
.exchange-icon2{
  width: 50%;
  height: 40%;
  display: block;
  position: relative;
  z-index: 2;
  left: 10%;
  top: 10%;
}
.exchange-icon3{
  width: 55%;
  height: 55%;
  display: block;
  position: absolute;
  z-index: 3;
  top: 8%;
  left: 8%;
}
.exchange-icon4{
  width: 25%;
  height: 27.5%;
  display: block;
  position: absolute;
  z-index: 3;
  top: 18%;
  left: 18%;
}
.exchange-logo-img{
  width: 100%;
  height: 75%;
  display: block;
}
.exchange-tit{
  width: 100%;
  padding: 0 15px;
}
.exchange-tit p{
  display: inline;
  font-size: 12px;
  color: #000;
  padding: 2px 5px;
  background-color: rgba(177, 177, 37, 0.363);
  border-radius: 5px;
}
.exchange-text{
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: space-between;
  margin-top: 6px;
}
.exchange-text p{
  display: block;
  padding: 3px 2.5px 3px 2.5px;
  background-color: #1871e3;
  border-radius: 8px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
}
.exchange-text-div{
  text-align: start;
  display: flex;
  flex-direction: column;
}
.exchange-text div span{
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

/*潮玩手办 兑换中心详情 */
.exchange-content{
  width: 100%;
}
.exchange-content-logo1{
  width: 100%;
  height: 216px;
}
.exchange-content-box{
  width: 100%;
  padding: 10px 16.5px 0px 16.5px;
}
.exchange-content-box span{
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.exchange-content-icon{
  width: 100%;
  display: flex;
  margin-top: 10px;
  margin-bottom: 13px;
}
.exchange-content-icon span{
  padding: 3px 13.5px 3px 13.5px;
  background-color: #FF4E00;
  border-radius: 8.5px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-right: 13px;
}
.exchange-content-icon p{
  color: #333;
  font-size: 12px;
  margin-bottom: 6px;
}
.exchange-content-box-text{
  width: 100%;
  margin-bottom: 10px;
}

.exchange-content-box-text p{
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.exchange-content-box-text p:nth-child(1){
  font-weight: bold;
  color: #000;
}
.exchange-content-goods{
  width: 100%;
  padding: 0px 16.5px 0px 16.5px;
}
.exchange-content-goods span{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.exchange-content-goods img{
  width: 100%;
  height: 343px;
}
.exchange-content-price{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 7.5px;
}


.exchange-content-price button{
  height: 35px;
  border-radius: 17.5px;
  background-color: #1871e3;
  padding: 4px 26px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border: 0px;
}


/* 积分榜 */
.ranking-content{
  width: 100%;
  position: relative;
  padding-top: 118.5px;
  z-index: 5;
}
.ranking-content-bg{
  width: 100%;
  height: 365px;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
}
.ranking-content-top{
  width: 100%;
  display: flex;
  justify-content: space-between;

  padding-left: 25px;
  padding-right: 25px;
}
.ranking-content-left{
  width: 24.7%;
  margin-top: 20.5px;
}
.ranking-content-left-img{
  width: 100%;
  height: 90.5px;
  position: relative;
}
.ranking-content-left-img img:nth-child(1){
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
}
.ranking-content-left-img img:nth-child(2){
  width: 62.1%;
  height: 55.2%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
}
.ranking-content-no2{
  width: 53.4%;
  height: 15.5px;
  margin: 4px auto 18.5px;
  display: block;
  position: relative;
  z-index: 4;
}
.ranking-content-text{
  width: 100%;
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.ranking-content-text span{
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.ranking-content-center{
  width: 39.6%;
}
.ranking-content-center-img{
  width: 100%;
  height: 125px;
  position: relative;
}
.ranking-content-center-img img:nth-child(1){
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
}
.ranking-content-center-img img:nth-child(2){
  width: 62.1%;
  height: 55.2%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
}
.ranking-content-no1{
  width: 53.4%;
  height: 20.5px;
  margin: 4px auto 18.5px;
  display: block;
  position: relative;
  z-index: 4;
}
.ranking-content-center .ranking-content-text{
  display: flex;
  flex-direction: column;
}
.ranking-content-center .ranking-content-text span{
  margin-bottom: 0px;
}
.ranking-content-right{
  margin-top: 27px;
}
.ranking-banner{
  width: 100%;
  position: relative;
  z-index: 15;
  background-color: #fff;
  border-radius: 15px 15px 0 0 ;
  padding-top: 17px;
  margin-top: 24px;
}
.ranking-banner-box{
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 13.5px;
  padding-right: 13.5px;
}
.ranking-banner-box-left{
  width: 80%;
  display: flex;
  height: 100%;
  align-items: center;
}
.ranking-banner-box-left span{
  font-size: 15px;
  color: #333333;
  margin-right: 21.5px;
}
.ranking-banner-box-left img{
  width: 16.1%;
  height: 75%;
  display: block;
  margin-right: 15px;
}
.ranking-banner-box-left div span{
  font-size: 15px;
  color: #333333;
  display: block;
  margin-bottom: 9.5px;
  margin-right: 0px;
}
.ranking-banner-box-left div p{
  font-size: 9px;
  color: #999;
}
.ranking-banner-box-fen{
  font-size: 15px;
  color: #FF4E00;
}
.ranking-banner-line1{
  width: 100%;
  height: 3px;
  background-color: #FDFDFD;
}
.ranking-banner-line{
  width: 100%;
  height: 5px;
  background-color: #E7E6E5;
}
.ranking-banner-box-f{
  max-width: 500px;
  position: fixed;
  bottom: 0;
  background-color: #fff;
}
.ranking-banner-box-color{
  color: #FF4E00 !important;
}



/* 充值中的消费卷 */
.cashjuan-banner{
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  margin: 10px auto;
  justify-content: space-between;
}
.cashjuan-banner-box{
  height: 100%;
  display: flex;
  align-items: center;
}
.cashjuan-banner-box span:nth-child(1){
  font-size: 15px;
  color: #BD9C60;
  margin-right: 10px;
}
.cashjuan-banner-box span:nth-child(2){
  font-size: 15px;
  color: #999999;
}
.cashjuan-banner-box img{
  width: 10px;
  height: 16px;
  margin-left: 15px;
}

.cashjuan-youhui{
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0px 0px 2px 2px rgba(153,153,153,0.1);
  padding: 20px;
  padding-top: 10px;
  text-align: center;
  z-index: 5;
  border-radius: 20px 20px 0 0;
  transition: all 1s linear; 
}
.cashjuan-youhui-cha{
  width: 5.5%;
  height: 20px;
  position: absolute;
  right: 5.5%;
  top: 15px;
}
.cashjuan-youhui h2{
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  margin-top: 10px;
}
.cashjuan-youhui-box{
  width: 100%;
  height: 44px;
  margin: 10px auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  padding-left: 10px;
  padding-right: 10px;
}
.cashjuan-youhui-box span{
  width: 20%;
  display: block;
  font-size: 15px;
  color: #BD9C60;
}
.cashjuan-youhui-box div{
  width: 60%;
}
.cashjuan-youhui-box div p{
  width: 100%;
  text-align: start;
  font-size: 15px;
  color: #999999;
}
.cashjuan-youhui-box p{
  width: 100%;
  text-align: end;
}
.cashjuan-youhui button{
  width: 80%;
  height: 34px;
  border-radius: 17px;
  background-color: #1871e3;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 14px;
  border: 0px;
  margin: 10px auto 0px;
}


/* 存取 */
.access-content{
  width: 100%;
}
.access-content-btn{
  width: 100%;
  padding-top: 20px;
  padding-left: 4.2%;
  padding-right: 4.2%;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.access-content-btn div{
  width: 47.8%;
  height: 110px;
  border-radius: 15px;
  border: 1px solid #1677ff;
  display: flex;
  justify-content: center;
  align-items: center;
  
  font-size: 18px;
  color: #1677ff;
}
.access-content-btn img{
  width: 18.2%;
  height: 25.4%;
  display: block;
  margin-right: 8.6%;
}
.access-content-btn-color{
  background: linear-gradient(-45deg, #1677ff 0%, #7aadf0 100%);
  color: #fff !important;
}
.access-banner{
  width: 100%;
}
.access-banner-box{
  width: 100%;
  height: 85px;
  padding: 5px 16px 5px 16px;
  display: flex;
  justify-content: space-between;
}
.access-banner-box-img{
  width: 22%;
  height: 100%;
  display: block;
  margin-right: 2.7%;
  position: relative;
  background-color: #997B0D;
  border-radius: 10%;
}
.access-banner-box-img img{
  width: 80%;
  height: 80%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.access-banner-text{
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.access-banner-text span{
  font-size: 12px;
  color: #666;
}
.access-banner-text div span{
  font-size: 15px;
  color: #000000;
}
.access-banner-text div p{
  font-size: 9px;
  color: #999;
}
.access-banner-btns{
  width: 25.3%;
  height: 100%;
  align-items: end;
  display: flex;
}
.access-banner-btns-wrap{
  width: 100%;
  height: 34%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.access-banner-btns-wrap div{
  width: 17.2%;
  height: 58.8%;
  border-radius: 50%;
  position: relative;
}
.access-banner-btns-wrap span{
  width: 60%;
  display: block;
  background-color: #F1F1F1;
  text-align: center;
}
.access-banner-btns-circle1{
  border: 1px solid #ccc;
}
.access-banner-btns-circle2{
  background-color: #1677ff;
}
.access-banner-btns-wrap img{
  width: 90%;
  height: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.access-banner-line{
  width: 100%;
  height: 5px;
  background-color: #ECEBEA;
}
.access-foot{
  width: 100%;
  height: 50px;
  padding-left: 4.2%;
  padding-right: 4.2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);;
  position: absolute;
  bottom: 0;
}
.access-foot span{
  font-size: 15px;
  color: #999;
  display: block;
}
.access-foot-btn{
  height: 100%;
  display: flex;
  align-items: center;
}
.access-foot-btn button:nth-child(1){
  height: 70%;
  color: #333;
  font-size: 18px;
  margin-right: 5px;
  border: 1px solid #999999;
  border-radius: 17.5px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #fff;
  padding-left: 15.5px;
  padding-right: 15.5px;
}
.access-foot-btn button:nth-child(2){
  height: 70%;
  color: #fff;
  font-size: 18px;
  background-color: #FF4E00;
  border: 0px;
  border-radius: 17.5px;
  padding-left: 22.5px;
  padding-right: 22.5px;
}

/* 取出 */
.quchu-prop{
  width: 91.4%;
  height: 249px;
  border-radius: 25px;
  background-color: #fff;
  padding-top: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.quchu-prop-title{
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.quchu-prop p{
  font-size: 15px;
  color: #666;
  margin-top: 20px;
  font-weight: bold;
}
.quchu-prop p span{
  color: #1871e3;
  font-size: 30px;
}
.quchu-prop-box{
  width: 100%;
  height: 100%;
  height: 53px;
  display: flex;
  border-top: 1px solid #999999;
  position: absolute;
  bottom: 0;
}
.quchu-prop-box span{
  flex: 1;
  font-size: 18px;
  color: #999999;
  text-align: center;
  display: block;
  line-height: 53px;
}
.quchu-prop-box span:nth-child(1){
  border-right: 1px solid #999999;
}
.quchu-prop-box span:nth-child(2){
  color: #FF4E00;
}

/* 取出成功的弹框 */
.quchu-prop-title1{
  width: 100%;
  color: #333;
  text-align: center;
  font-size: 24px;
  margin-left: 15px;
}
@media only screen and (max-height:667px) {
  .quchu-prop-img{
    width: 26.2%;
    height: 33.7%;
    display: block;
    margin: 15px auto 6px;
  }
}
@media only screen and (min-height:667px) and (max-height:932px) {
  .quchu-prop{
    height: 270px;
  }
  .quchu-prop-img{
    width: 26.2%;
    height: 33.7%;
    display: block;
    margin: 15px auto 6px;
  }
}
@media only screen and (min-height:932px) {
  .quchu-prop{
    height: 300px;
  }
  .quchu-prop-img{
    width: 26.2%;
    height: 33.7%;
    display: block;
    margin: 15px auto 6px;
  }
}
/* .quchu-prop-img{
  width: 26.2%;
  height: 33.7%;
  display: block;
  margin: 15px auto 6px;
} */
.quchu-prop-info{
  width: 100%;
  color: #666;
  font-size: 15px;
}

/* 存取记录 */
.access-record{
  width: 100%;
  padding: 20px 16px 0 16px;
}
.access-record-content{
  width: 100%;
}
.access-record-content-top{
  display: flex;
  height: 50px;

}
.access-record-content-top div{
  flex: 1;
}
.access-record-content-top div span{ 
  text-align: center;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  display: block;
}
.access-record-content-top div div{
  width: 20.4%;
  height: 5px;
  background-color: #1677ff;
  border-radius: 2.5px;
  margin: 11px auto 0px;
  display: none;
}
.access-record-content-line1{
  width: 100%;
  border: 1px solid #eee;
  margin: 0 auto;
}
.access-record-content-xuan{
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.access-record-content-xuan div{
  display: flex;
  align-items: center;
}
.access-record-content-xuan span{
  color: #999999;
  font-size: 15px;
  display: block;
}
.access-record-content-xuan img{
  width: 12px;
  height: 30%;
  display: block;
  margin-left: 5px;
}
.access-record-box{
  width: 100%;
  height: 69px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  justify-content: start;
  position: relative;
}
.access-record-box-left{
  width: 8.7%;
  height: 40.5%;
  display: block;
  margin-right: 3.7%;
}
@media only screen and (min-width:375px) and (max-width:410px) {
  .access-record-box-left{
    width: 8.7%;
    height: 40.5%;
    display: block;
    margin-right: 3.7%;
  }
}
@media only screen and (min-width:410px) {
  .access-record-box-left{
    width: 7.3%;
    height: 40.5%;
    display: block;
    margin-right: 3.7%;
  }
}
.access-record-box-center{
  width: 61.2%;
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.access-record-box-center span{
  font-size: 15px;
  color: #333333;
  font-weight: bold;
}
.access-record-box-center p{
  font-size: 12px;
  color: #999999;
}
.access-record-box-right{
  width: 15%;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  justify-content: end;
}
.access-record-box-right span{
  font-size: 15px;
  color: #1871e3;
  font-weight: bold;
}
@media only screen and (min-width:300px) and (max-width:360px) {
  .access-record-box-right img{
    width: 14.6%;
    height: auto;
    display: block;
    margin-left: 10.5px;
  }
}
@media only screen and (min-width:375px) and (max-width:430px) {
  .access-record-box-right img{
    width: 13.6%;
    height: auto;
    display: block;
    margin-left: 10.5px;
  }
}
@media screen and (min-width:430px) {
  .access-record-box-right img{
    width: 12%;
    height: auto;
    display: block;
    margin-left: 10.5px;
  }
}
/* user页面的设置 */
.user-shezhi1{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 4%;
  z-index: 10;
}
.user-shezhi1 img{
  width: 100%;
  height: 100%;
  display: block;
}

.all-onclick{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
}
.user-shezhi1-prop{
  width: 130px;
  padding: 8px 15px;
  background-color: #4c4c4c;
  position: absolute;
  right: -5px;
  top: 40px;
  border-radius: 8px;
}
.user-shezhi1-prop::before{
  content: ''; /* 必须有这个属性，才能显示伪元素 */
  position: absolute;
  top: -8px; /* 将三角形移动到盒子上方 */
  right: 15px; /* 水平居中 */
  width: 0;
  height: 0;
  border-left: 8px solid transparent; /* 左边透明 */
  border-right: 8px solid transparent; /* 右边透明 */
  border-bottom: 8px solid #4c4c4c; /* 向下的黑色实心三角 */
}
.user-shezhi1-prop-wrap{
  width: 100%;
}
.user-shezhi1-prop-box{
  width: 100%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  column-gap: 10px;
  border-bottom: 1px solid #66666680;
}
.user-shezhi1-prop-box:last-child{
  border-bottom: 0px;
}
.user-shezhi1-prop-box img{
  width: 16px;
  height: 16px;
  display: block;
}
.user-shezhi1-prop-box span{
  font-size: 14px;
  color: #fff;
}

/* 首页优惠券弹框 */
.youhuiquan-prop{
  width: 100%;
  max-width: 500%;
  height: 100vh;
  background-color: rgba(0, 0, 0,0.6);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
 }
 .youhuiquan-prop-wrap{
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
 }
 .youhuiquan-prop-banner{
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
 }
 .youhuiquan-prop-head{
  width: 100%;
  height: 55px;
  background-color: orangered;
  text-align: center;
  border-radius: 25px 25px 0 0;
 }
 .youhuiquan-prop-head span{
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 55px;
 }
 .youhuiquan-prop-body{
  width: 100%;
  background-color: #bd9c60;
 }
 .youhuiquan-prop-body-wrap{
  width: 100%;
  padding: 20px;
 }
 .youhuiquan-prop-body-box{
  width: 100%;
  height: 64px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
 }
 .youhuiquan-prop-body-box:last-child{
  margin-bottom: 0px;
 }
 .youhuiquan-prop-body-box img{
  width: 100%;
  height: 100%;
 }
 .youhuiquan-prop-body-box0{
  position: absolute;
  left: 10px;
 }
 .youhuiquan-prop-body-box0 div{
  font-size: 12px;
  color: #000;
 }
 .youhuiquan-prop-body-box0 p{
  font-size: 12px;
  color: #bd9c60;
  font-weight: bold;
 }
 .youhuiquan-prop-body-box0 span{
  font-size: 18px;
 }
 .youhuiquan-prop-body-box2{
  position: absolute;
  left: 90px;
  font-size: 12px;
 }
 .youhuiquan-prop-body-box2 p:nth-child(1){
  color: #bd9c60;
 }
 .youhuiquan-prop-body-box2 p:nth-child(2){
  color: #999;
  line-height: 22px;
 }
 .youhuiquan-prop-body-box2 p:nth-child(3){
  color: #be9d61;
  background-color: #f1f1f1;
  padding: 2px;
 }
 .youhuiquan-prop-foot{
  width: 100%;
  background-color: orangered;
  padding: 20px 20px;
 }
 .youhuiquan-prop-foot button{
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  background-color: #17e914;
  color: #fff;
  padding: 10px;  
  border: 0px;
  border-radius: 30px;
 }
 .youhuiquan-prop-cha{
  width: 35px;
  height: 35px;
  background-color: #fff;
  position: relative;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  border-radius: 35px;
  z-index: 101;
 }
 .youhuiquan-prop-cha img{
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
 }