
.indexPage {
  background: url(./images/bg.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 47.50rem;
  position: relative;
  border:solid 1px transparent;
  color: #fff
}

/* header */
.header{
  background: transparent;
  width: 100%;
  height: 10.55rem;
  position: relative;
  border:solid 1px transparent;
}
.header-logo{
  margin: 0.45rem 0 0 0.57rem;
}
.header-logo img{
  display: inline-block;
  width: 2.57rem;
  height: 1.13rem;
}
.header-text{
  margin-top: 6.12rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.24rem;
}
.header-login,
.header-login:hover{
  color: #c30000;
}

/* header结束 */

/* main */
.main {
  width: 13.79rem;
  margin: 0 auto;
}
.main__jfdh-section{
  margin-bottom: 0.6rem;
}
.main-title{
  text-align: center;
}
.main-title img{
  width: 10.51rem;
  height: 2.01rem;
}
.main-text{
  margin: 0.3rem 0.26rem;
  font-size: 0.24rem;
}
/* 积分兑换 */
.main-jfdh-img{
  width: 100%;
  height: 17.51rem;
  background: url(./images/section-bg1.png) no-repeat;
  background-size: cover;
}
.main-jfdh-img-top{
  display: flex;
  justify-content: space-between;
  padding: 0.61rem 0.74rem 0.15rem;
}
.main-jfdh-img-top a{
  color:#fff;
}
.main-jfdh-img-info{
  padding: 0.15rem 0.55rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem;
}
.main-jfdh-item-pic{
  width: 1.68rem;
  height: 2.32rem;
}
.main-jfdh-item-pic img{
  width: 100%;
}
.main-jfdh-item-btn{
  text-align: center;
  margin-top: 0.15rem;
}
.main-jfdh-item-btn a{
  display: inline-block;
}
.main-jfdh-item-btn img{
  width: 1.21rem;
  height: 0.48rem;
}
/* 专属福利 */
.main-zsfl-img{
  width: 100%;
  height: 5.43rem;
  background: url(./images/section-bg2.png) no-repeat;
  background-size: cover;
  position: relative;
}
.main-zsfl-img-pic{ 
  padding: 1.14rem 0.57rem 0;
  display: flex;
  gap: 1.07rem
}
.main-zsfl-img-pic img{ 
  width: 1.67rem;
  height: 2.31rem;
}
.main-zsfl-img-btn{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.99rem;
}
#fl-btn{ 
  display: inline-block;
  width: 1.21rem;
  height: 0.48rem;
  background: url(./images/button2.png) no-repeat;
  background-size: cover;
}
#fl-btn.received{
  background: url(./images/button3.png) no-repeat;
  background-size: cover;
  pointer-events: none;
}
/* main结束 */


/* 兑换弹框 */
.view-pop-benefits{
  display: none;
}
.skin_benefits .lay_container{
  position: relative;
}
.skin_benefits .lay_content{
  margin-top: 0;
}
.skin_benefits #redeem-benefits {
  width: 7.67rem;
  height: 4.37rem;
  background: url(./images/pop2.png) no-repeat;
  background-size: cover;
  position: relative;
}
.skin_records #redeem-records {
  width: 7.67rem;
  height: 6.17rem;
  background: url(./images/pop1.png) no-repeat;
  background-size: cover;
  position: relative;
}
.skin_benefits .lay_close{
  z-index: 8;
  opacity: 0;
}
.lay_close{
  font-size: 0.34rem;
  color: gray;
  top: 0.53rem;
  right: 0.31rem;
}
#redeem-benefits{
  position: relative;
}
.redeem-benefits-text{
  position: absolute;
  top: 1.48rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5.15rem;
  font-size: 0.24rem;
  color: #60240E;
  font-weight: bold;
  text-align: left;
}
.redeem-benefits-btn{
  position: absolute;
  top: 2.67rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4.60rem;
  display: flex;
  justify-content: space-between;
}
.redeem-benefits-btn a{
  display: inline-block;
  width: 1.31rem;
  height: 0.53rem;
}
.redeem-benefits-btn img{ 
  width: 100%;
}


/* 兑换记录弹框 */
.recordsClickPage {
  background: url(./images/pop1.png) no-repeat;
  background-size: cover;
}
.recordsClickPage .lay_close {
  top: 0.5rem;
  right: 0.31rem;
  font-size: 0.34rem;
  opacity: 0;
}
.recordsClickPage .lay_content {
  margin-top: 1.38rem;
}
.recordsClickPage .tablePages {
  min-height: 3.56rem;
  height: 3.56rem;
  background: url(./images/table.png) no-repeat;
  background-size: cover;
}
.recordsClickPage .recordsClickPage-con {
  width: 6.10rem;
  height: 3.56rem;
  margin: 0 auto;
}
.recordsClickPage .itemClass {
  display: flex;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
}
.recordsClickPage .itemClass span {
  flex: 1;
  font-size: 0.16rem;
  color: #60240e;
}
.layui-laypage a, .layui-laypage span{
  background: transparent;
  border: none;
}
.layui-laypage>a:first-child em,
.layui-disabled, .layui-disabled:hover{
  color:#333!important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
  background-color: transparent!important;
}
.layui-laypage .layui-laypage-curr em{
  color:#FF4501!important;
}

.login{
  margin-top: 6.12rem;
  text-align: center;
}
.login p{
  font-size: 0.28rem;
  color: #ffffff;
}
.login p a{
  color: #ffe500;
  text-decoration: underline;
  margin: 0 0.05rem;
}

.baSkin {
  background-image: url(./images/login-BG.png);
}

.login-box_close {
  top: 30px !important;
}

