* {
  margin: 0;
  padding: 0;
}
ul, li {
  list-style: none;
}
body {
  max-width: 550px;
  margin: 0 auto;
  /* background: #eee; */
}
.header {
  height: 46px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  background: #ffffff;
  z-index: 99;
  max-width: 550px;
  transform: translateX(-50%);
  justify-content: space-between;
  box-sizing: border-box;
}
.header .title {
  color: #323233;
  font-weight: 500;
  font-size: 16px; 
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  text-align: center;
}
.header > a{
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  padding: 0.1rem;
}
.header > a svg{
  display: block;
  width: 100%;
  height: 100%;
}
.lunbo {
  width: 100%;
  /*height: 170px;*/
  overflow: hidden;
}
.mySwiper1 {
  position: relative;
}
.lottery {
  box-sizing: border-box;
}
.platform-list {
  overflow: hidden;
  padding: 0.1rem 0.1rem 0;
  /* background: #eee; */
  display: flex;
  justify-content: space-between;
}
.platform-list li {
  width: 20%;
}
.platform-list li .item-body {
  background: rgb(245, 245, 245);
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 0.16rem 0.16rem 0 0;
  padding: 0.1rem 0;
  margin-right: 0.04rem;
}
.platform-list li .item-body:last-child{
  margin-right: 0;
}
.platform-list li .item-body .title {
  font-size: .2rem;
  padding-bottom: 0.1rem;
}
.platform-list li .item-body .time {
  font-size: .18rem;
  transform: translateZ(0);
}
.platform-list li .item-body .time span {
  float: left;
  transform: scale(.9);
  white-space: nowrap;
  transform-origin: 1.8rem 0;
  left: 0;
}
.platform-list li .item-body.act {
  background: #07c160;
  color: #fff;
}


.kaijiang{
	width: calc(100% - 0.2rem);
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0.1rem 0.2rem;
	font-size: 0.2rem;
  border: 1px solid #07c160;
  border-top: none;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.kaijiang .tit{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kaijiang .tit .p1{
  color: #666;
}
.kaijiang .tit .p1 span{
  color: #07c160;
  margin: 0 0.05rem;
}
.kaijiang .tit a{
  text-decoration: none;
  color: #07c160;
}
.kaijiang .num-list{
  display: flex;
}
.kaijiang .num-list .item{
  width: 12.5%;
  margin: 0 0.05rem;
  padding: 0.1rem 0;
}
.kaijiang .num-list .item .num{
  width: 100%;
  height: .495rem;
  text-align: center;
  font-size: 0.17rem;
  border-radius: 50%;
  display: inline-block;
  font-family: Arial;
  box-sizing: border-box;
  padding-top: 0.17rem;
  padding-right: 0.05rem;
}
.kaijiang .num-list .item.blue .num{
  background: url(../image/blue.png) no-repeat center center;
  background-size: 100% auto;
}
.kaijiang .num-list .item.red .num{
  background: url(../image/red.png) no-repeat center center;
  background-size: 100% auto;
}
.kaijiang .num-list .item.green .num{
  background: url(../image/green.png) no-repeat center center;
  background-size: 100% auto;
}
.kaijiang .num-list .item .txt{
  font-size: 0.18rem;
  color: #666666;
}
.kaijiang .num-list .item.add{
  text-align: center;
  font-weight: bold;
  color: #acacac;
  font-size: 0.5rem;
  line-height: 0.4rem;
}
.kaijiang .num-list .item.add::after{
  content: "+";
}
.kaijiang .tips{
  text-align: center;
  font-size: 0.18rem;
  color: #eb5252;
}

.home-box2{
  display: flex;
  flex-wrap: wrap;
  padding: 0.3rem 0;
  border-bottom: 0.1rem solid rgb(238, 238, 238);
}
.home-box2 .item{
  width: 33.33%;
  font-size: 0.2rem;
  text-align: center;
  color: #555;
  margin-bottom: .2rem;
  text-decoration: none;
}
.home-box2 .item .img{
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 auto 0.12rem;
}
.home-box2 .item .img img{
  display: block;
  width: 100%;
  height: auto;
}

.publ{
  width: calc(100% - 0.2rem);
  margin: 0 auto;
  font-size: 0.2rem;
  padding: 0.2rem 0 0;
  position: relative;
  margin: 0 auto;
}

.publ .pbl-item{
  width: 48%;
  position: absolute;
  display: block;
  margin-bottom: 0.1rem;
  box-shadow: 0 2px 5px 0 hsl(0deg 0% 63% / 50%);
  border-radius: 4px;
  background: #ffffff;
  text-decoration: none;
  text-align: center;
  font-size: 0.22rem;
  color: #555;
}
.publ .pbl-item .img{
  width: 100%;
}
.publ .pbl-item .img img{
  display: block;
  width: 100%;
}
.publ .pbl-item p{
  padding: 0.1rem;
}

.history-title{
  background: #eee;
  padding: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.2rem;
}
.history-title p{
  flex: 1
}
.history-title .btns{
  display: flex;
  align-items: center;
}
.history-title .btns .btn{
  margin-left: 0.2rem;
  background: #ffffff;
  padding: 0 0.15rem;
  border-radius: 1rem;
  line-height: 1.8;
  font-size: 0.18rem;
  position: relative;
}
.history-title .btns .btn.active{
  background: #07c160;
  color: #fff;
}
.history-title .btns .btn:hover .fix-box{
  display: block;
}
.history-title .btns .btn .fix-box{
  display: none;
  position: absolute;
  top: 150%;
  width: 1.5rem;
  background: #ffffff;
  border-radius: 0.2rem;
  right: -0.1rem;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.history-title .btns .btn .fix-box::before{
  content: '';
  display: block;
  width: 0;
  border-top: 0.15rem solid transparent;
  border-bottom: 0.15rem solid #ffffff;
  border-left: 0.15rem solid transparent;
  border-right: 0.15rem solid transparent;
  position: absolute;
  top: -0.3rem;
  right: 0.3rem;
}
.history-title .btns .btn .fix-box a{
  display: block;
  text-align: center;
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  line-height: 2.3;
  font-size: 0.2rem;
}
.history-title .btns .btn .fix-box a:last-child{
  border-bottom: none;
}

.history-list{}
.history-list .list-item{
  font-size: 0.2rem;
  padding: 0.2rem;
  border-top: 1px solid #ddd;
}
.history-list .list-item .item-tit{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.history-list .list-item .item-tit .p1{
  color: #333;
}
.history-list .list-item .item-tit .p2{
  color: #999;
  font-size: 0.18rem;
}
.history-list .list-item .num-list{
  display: flex;
  border: 1px solid #07c160;
  border-radius: 0.2rem;
  padding: 0.1rem 0.1rem;
  margin-top: 0.2rem;
}
.history-list .list-item .num-list .item{
  width: 12.5%;
  margin: 0 0.05rem;
  padding: 0.1rem 0;
}
.history-list .list-item .num-list .item .num{
  width: 100%;
  height: .495rem;
  text-align: center;
  font-size: 0.2rem;
  border-radius: 50%;
  display: inline-block;
  font-family: Arial;
  box-sizing: border-box;
  padding-top: 0.17rem;
  padding-right: 0.05rem;
}
.history-list .list-item .num-list .item.blue .num{
  background: url(../image/blue.png) no-repeat center center;
  background-size: 100% auto;
}
.history-list .list-item .num-list .item.red .num{
  background: url(../image/red.png) no-repeat center center;
  background-size: 100% auto;
}
.history-list .list-item .num-list .item.green .num{
  background: url(../image/green.png) no-repeat center center;
  background-size: 100% auto;
}
.history-list .list-item .num-list .item .txt{
  font-size: 0.18rem;
  color: #666666;
  margin-top: 0.05rem;
  text-align: center;
}
.history-list .list-item .num-list .item.add{
  text-align: center;
  font-weight: bold;
  color: #acacac;
  font-size: 0.5rem;
  line-height: 0.4rem;
}
.history-list .list-item .num-list .item.add::after{
  content: "+";
}


.loadmore{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0;
  font-size: 0.2rem;
  color: #666;
}
.loadmore svg{
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.1rem;
  animation: rotate linear 2s infinite;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}