.common-header1{
    background: url('/mobile21/image/nightpic/index/bg6.png') !important;
    height:7.54rem;
    background-size: 100% !important;
    align-items: start;
}
.common-header1 .left-icon{
    margin-top: .2rem;
}
.reward-list-one{
    padding: .2rem;
    margin-top: -2.5rem;
    position: relative;
    
}
.reward-list-one ul{
    border-radius: .2rem;
    border: 1px solid  #D5A55D;
    background: #363234;
    padding: .2rem;
}
.reward-list-one ul li {
    font-size:.24rem;
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .2rem;
    border-radius: .2rem;
background: rgba(0, 0, 0, 0.20);
height:1.6rem;
box-sizing: border-box;
overflow: hidden;
}
.reward-list-one ul li .img1{
    width:1.2rem;
    height:1.2rem;
    margin-right: .2rem;
    border-radius: .1rem
}
.index-page{
    min-height:20rem
}
.reward-list-one ul li .con{
    display:flex;
    align-items: center;
}
.reward-list-one ul li .con .span1{
    width:1.2rem;
    height:1.2rem;
    display:flex;
    align-items: center;
    justify-content: center;
    color: #D5A55D;

}
.reward-list-one ul li .con .span1 em{
    width:.6rem;
    height:.6rem;
    background:  rgba(0, 0, 0, 0.20);
    color:  #D5A55D;
font-size: .28rem;
border-radius:50%;
display:flex;
    align-items: center;
    justify-content: center;
}
.reward-list-one ul li:nth-child(1) .con .span1{
    
    background: url('/mobile21/image/nightpic/index/slot-icon4.png');
    background-size: 100% 100%;
    color: transparent;
}
.reward-list-one ul li:nth-child(2) .con .span1{
    
    background: url('/mobile21/image/nightpic/index/slot-icon5.png');
    background-size: 100% 100%;
    color: transparent;
}
.reward-list-one ul li:nth-child(3) .con .span1{
    
    background: url('/mobile21/image/nightpic/index/slot-icon6.png');
    background-size: 100% 100%;
    color: transparent;
}
.reward-list-one ul li .title{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    height:1.1rem

}
.reward-list-one ul li h2{
    color:  #FFF;
}
.reward-list-one ul li h3{
    color:  #D5A55D;
    display:flex;
    align-items: center;
    position: relative;
    z-index:1;
    height:.51rem;
    
}
.reward-list-one ul li h3 span{
    width:1.83rem;
    height:100%;
  font-size: .26rem;
  font-weight: bold;
  display:flex;
  align-items: center;
  justify-content: center;
  
  font-family: "DIN Condensed";
  letter-spacing: 0.28px;
  background: linear-gradient(90deg, #FFF8E1 0%, #FFD15B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: .16rem;
}
.reward-list-one ul li h3::before {
    content: "";
    position: absolute;
    width:1.83rem;
    height:100%;
    inset: 0; /* 占满父元素 */
    z-index: -1; /* 放在文字下面 */
    background-image: url('/mobile21/image/nightpic/index/btn-bg2.png');
    background-size: 100% 100%;
    background-position: center;
  }
.reward-list-one ul li h3 em{
    color:  #D5A55D;
font-size:.24rem;
border-radius: .1rem;
border: 1px solid #D5A55D;
line-height: .36rem;
padding: 0 .08rem;
}
.reward-list-one ul li p{
color: #BBB;
}
.reward-list-one ul li .btn{

display: flex;
justify-content: center;
align-items: center;
width: .4rem;
background:  #EBC58C;
height:100%;

}
.reward-list-one ul li .btn a{
    width:100%;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
}