html, body {
  width: 100%;
  min-height: 930px;
  height: auto;
}

::-webkit-scrollbar{width:6px;height:8px;background-color:transparent;position: absolute;right: 0;}

::-webkit-scrollbar-track{border-radius:10px;background-color:#eee;position: absolute;right: 0;}

::-webkit-scrollbar-thumb{border-radius:10px;background-color:#777;position: absolute;right: 0;}

.wrap {
  position: relative;
  width: 100%;
  min-width: 1260px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

/*头部导航栏*/
.topBar {
  width: 100%;
  min-width: 1260px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  background: rgba(255,255,255,.88);
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
}

.topBar .topBox {
  position: relative;
  width: 1260px;
  margin: 0 auto;
  height: 100%;
}

.topBar .topLogo {
  float: left;
  position: relative;
  width: 100px;
  height: 60px;
  background: url(../images/logo_top.png) no-repeat center/contain;
  margin: 10px 0 0 30px;
}

.topBar .topBoxlist {
  float: left;
  position: relative;
  height: 100%;
  line-height: inherit;
  margin-left: 27px;
  color: #5c5c5c;
}

.topBar .topBoxlist .list-item {
  position: relative;
  float: left;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-top: 22px;
  font-size: 18px;
  color: #5c5c5c;
}

.topBar .topBoxlist .list-item:hover,.topBar .topBoxlist .list-item.active {
  color: #007cfa;
}

.topBox-right {
  float: right;
  position: relative;
  z-index: 10;
}

.topBox-right .langBox {
  float: left;
  margin-top: 33px;
  line-height: 14px;
}

.topBox-right .langBox span, .topBox-right .langBox .btn-lang {
  display: inline-block;
  font-size: 14px;
  line-height: inherit;
  color: #5c5c5c;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.topBox-right .langBox span {
  color: #000;
}

.topBox-right .langBox .btn-lang.active {
  color: #007cfa;
}

.topBox-right .topOpen {
  float: left;
  position: relative;
  margin-left: 18px;
  width: 100px;
  height: 80px;
  background: url(../images/topOpen_bg.jpg) no-repeat;
  cursor: pointer;
}

.topBox-right .topOpen i {
  position: absolute;
  left: 50%;
  bottom: 33px;
  width: 26px;
  height: 14px;
  margin-left: -13px;
  background: url(../images/icon_down_arrow.png) no-repeat center;
}

.topBox-right .topOpen.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.topNav {
  display: none;
  position: absolute;
  width: 100%;
  height: 120px;
  top: 80px;
  left: 0;
  background: #fff;
  background: rgba(255,255,255,.88);
  overflow: hidden;
  z-index: 9;
}

.topNav .gameList-container {
  float: left;
  margin: 20px 0 0 20px;
  height: 80px;
}

.topNav .gameList-container .game-item {
  float: left;
  width: 120px;
  height: 100%;
  margin: 0 10px;
  text-align: center;
}

.topNav .gameList-container .game-item * {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.topNav .gameList-container .game-item a {
  display: inline-block;
}

.topNav .gameList-container .game-item img {
  width: 52px;
  height: 52px;
}

.topNav .gameList-container .game-item span {
  display: block;
  max-width: 120px;
  font-size: 14px;
  line-height: 27px;
  color: #525252;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*底部信息栏*/
.footer {
  position: relative;
  width: 100%;
  height: 152px;
  margin-top: 55px;
  background: url(../images/footer_bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}

.footer.en {
  height: 86px;
}

.footer-content {
  display: inline-block;
  margin-top: 30px;
  position: relative;
}

.footer-content .footer-logo {
  vertical-align: top;
  margin-top: 3px;
}

.content-text {
  color: #fff;
  font-size: 15px;
  line-height: 26px;
}

.content-text .link {
  color: #fff;
  line-height: inherit;
  text-decoration: underline;
}

.content-text span{
  line-height: inherit;
}
