*{
  padding: 0;
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page{
  height: 100vh;
  width: 100vw;
  position: relative;
  background-image: url('https://img.payreplace.com/jump-helnes/H5/backgorund.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  font-size: 14px;
}
.nar-bar{
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0 ;
}

.nar-bar .logo{
  width: 120px;
  height: 50px;
}

 .banner img{
  width: 100%;
  height: 220px;
}

.content{
  width: 100%;
  height: calc(100vh - 80px  - 40px);
  overflow: auto;
}

.content .notice{
  display: flex;
  align-items: center;
  color: #fff;
  padding: 4px;
  background-color: #313160;
  border-radius: 20px;
  font-size: 14px;
  margin:  10px;
}
.content .notice img{
  width: 20px;
  margin-right: 10px;
}
.content .location{
  margin:  10px;
}
.content .location .location-icon{
  width: 200px;
  margin-bottom: 10px;
}
.content .location .block{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.content .location .block .play{
  margin-left: 4px;
  width: 100px;
}
.content .location .block .play2{
  margin-left: 4px;
  width: 100px;
}
.content .location .block .play3{
  margin-left: 4px;
  width: 100px;
}
.content .location .block .link{
  flex: 1;
  border:1px solid  #dcce66;

  color: #ffce58;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding:2px 0;
}
.content .location .block .link .delayed{
  color: #88f973;
  font-size: 14px;
  padding: 0 4px;
  border-right: 1px solid #dcce66;
  width: 2.8rem;
}
.content .location .block .link .url{
  width: 13rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 4px;
}


.content .number-box{
  width: calc(100vw - 30px);
  height: 120px;
  background-image: url('https://img.payreplace.com/jump-helnes/H5/gunlun.png');
  background-size: 100% 90%;
  background-repeat: no-repeat;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
  position: relative;
}
.number-box .numbers {
  color: white;
  line-height: 1;
  display: flex;
  overflow: hidden;
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  bottom: 10%;
  right: 2%;
  height: 40px;
}

.number-box .numbers span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 2s ease;
}
.number-box .numbers .bg {
  background: url(https://img.payreplace.com/jump-helnes/H5/kuai.png) repeat-x;
  background-size: 100% auto;
  height: 100%;
  transition: all 2s ease;
  transform: translateY(0);
  line-height: 1;
  color: #000;
  margin-right: 2px;
  position: relative;
}
.number-box .numbers .bg:nth-child(2),
.number-box .numbers .bg:nth-child(5),
.number-box .numbers .bg:nth-child(8)
 {
  margin-right: 10px;
}
.number-box .numbers .bg:nth-child(2):after,
.number-box .numbers .bg:nth-child(5):after {
  content: ',';
  background: transparent;
  color: #f8c400;
  position: absolute;
  right: -8px;
  bottom: 9px;
  font-family: 黑体;
}
.number-box .numbers .bg:nth-child(8):after {
  content: '.';
  background: transparent;
  color: #f8c400;
  position: absolute;
  right: -8px;
  bottom: 8px;
  font-family: 黑体;
}
.number-box .numbers span i {
  flex: 0 0 100%;
  width: 22px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  font-style: normal;
  overflow: hidden;
}

/* .number-box .subtitle {
  color: white;
  font-size: 1.2rem;
  display: flex;
  width: 100%;
  margin: 0 0 2rem 0;
  flex-direction: row;
  justify-content: space-between;
} */

.content .games{
  margin:  10px;
}
.content .games .game-label{
  margin-bottom: 10px;
}

.content .games img{
  width: 100%;
}

.tabbar{
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 3;
}