html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0
}

body {
  font-size: 14px;
  color: #333;
  background: #74c69d;
}
i{
  display: inline-block;
}
a {
  color: #333;
  text-decoration: none
}

a:active {
  background: transparent
}
button{
  cursor: pointer;
}
.polyfill {
  object-fit: cover
}

.fl {
  float: left
}

.fr {
  float: right
}
.bfc{
  overflow: hidden;
}

.clearfix::before,
.clearfix::after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both
}

.clearfix {
  display: block;
  *zoom: 1
}

.textoverflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden
}

.wordbreak {
  word-break: break-all;
  word-wrap: break-word
}

.wrapper {
  position: relative;
  min-width: 1060px;
  min-height: 100%;
  padding-bottom: 260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.container {
  position: relative;
  width: 1060px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
/* 加载图片 */
.loading{
  width: 100%;
  text-align: center;
  line-height: 100px;
}
.loading img{
  vertical-align: middle;
}


/* header */

.header {
  height: 100px;
  background: #fff;
}

.header .header-top {
  height: 121px;
  
}

.header .header-top .logo h1 {
  margin-top: 10px;
  font-weight: 600 !important;
}

.header .header-top .logo img {
  width: auto;
  height: 100px;
  margin-right: 6px;
}

.header .header-top .logo  span {
  vertical-align: middle;
  font-size: 30px;
}

.header .handle-login span {
  display: inline-block;
  border: 1px solid #ff4141;
  width: 100px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin: 40px 0 0 12px;
}

.header .handle-login a {
  display: block;
  font-size: 18px;
  color: #ff4141;
}
.header .handle-logined {
  font-size: 18px;
  color:#666;
  margin-top: 50px;
}
.header .handle-logined span{
  margin-left: 14px;
}
.header .handle-logined .divide{
  display: inline-block;
  height: 18px;
  width: 1px;
  position: relative;
  top: 2px;
  background: #999;
}
.header .handle-logined a{
  font-size: 16px;
  color: #ff4141;
}

.banner {
  height: 300px;
  width: 100%;
  background-color: #024F2B;
  text-align: center;
  padding: 50px 0;
}

.banner-title {
  font-size: 120px;
  color: #B7E4C7;
  font-weight: bold;
}

.banner-tips{
  margin-top: 40px;
  font-size: 30px;
  color: #B7E4C7;
}

.module {
  height: 100px;
  width: 100%;
  padding: 50px 0;
}

.module-title {
  font-size: 32px;
}

.module-text {
  margin-top: 20px;
  font-size: 20px;
}

.nav {
  background-color: #151116;
  height: 80px;
}

.nav li {
  float: left;
}

.nav li a {
  box-sizing: border-box;
  font-size: 20px;
  color: #fff;
  display: block;
  height: 80px;
  line-height: 80px;
  width: 211px;
  text-align: center;
}

.nav li a:hover,
.nav li a.active {
  color: #fff;
  border-bottom: 6px solid #fff;
  /* background-image: linear-gradient(to bottom, rgba(67,215,243,0.3), rgba(117,69,249,0.6)); */
}
/* main */

.located{
  color:#666;
  line-height: 50px;
}


/* footer */

.footer {
  box-sizing: border-box;
  padding-top: 45px;
  position: absolute;
  width: 100%;
  height: 260px;
  bottom: 0;
}

.footer p {
  text-align: center;
  line-height: 30px;
}

.footer a {
  color: #333;
}

input:-moz-placeholder { color: #999; }
::-webkit-input-placeholder { color:#999; }

/* 游戏列表样式 */
.game-list .list-item{
  float: left;
  text-align: center;
  width: 100px;
  margin: 33px 97px 33px 0;
}
.game-list .list-item:nth-child(5n+5) {
  margin-right: 0;
}
.game-list .game-link{
  display: block;
  text-align: center;
}
.game-list .game-icon{
  width: 100px;
  height: 100px;
  border-radius: 15px;
  overflow: hidden;
}
.game-icon img{
  width: 100%;
}
.game-list .item-name {
  width: 180px;
  margin-left: -40px;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
}
.game-list .item-info {
  color:#999;
}
.game-list .down-btn{
  box-sizing: border-box;
  display: inline-block;
  margin-top: 12px;
  width: 90px;
  height: 30px;
  padding-top: 3px;
  font-size: 16px;
  color:#ff4141;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #ff4141;
}
.game-list .down-btn:hover{
  color:#fff;
  background-color: #ff4141;
}

.line::before{ 
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 0;
  width: 4px;
  height: 20px;
  background-color: #ff4141;
}

.hidden-tab {
	display: none;
}

.nav-recharge {
  position: absolute;
  top: 38px;
  right: 0px;
  font-size: 18px;
}

.rechage {
  margin-top: 45px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 40px 50px;
  width: 1200px;
}
.rechage input {
  margin-right: 10px;
}
.rechage-item {
  width: 560px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: nowrap;
  font-size: 16px;
}
.rechage-title {
  color: #272b37;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  vertical-align: top;
  margin-right: 20px;
}
.rechage-value {
  display: inline-block;
}
.rechage-btn {
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  padding: 10px;
  background-color: #024f2b;
  border-radius: 10px;
  width: 120px;
  color: #fff;
  display: block;
  margin-top: 40px;
  border: none;
}

.game-icon {
  border-radius: 10px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.game-name {
  font-size: 16px;
  font-weight: 700;
}
.game-text {
  margin-top: 20px;
  font-size: 14px;
  min-height: 135px
}
.game-image {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 214px;
  overflow:scroll;
  overflow-y: hidden;
}
.game-container{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.game{
  width: 47%;
}
.game:nth-child(2n){
 margin-left: 20px;
}