@import "common.css";
/* appload */
.appload {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin-bottom: 1rem;
  -webkit-animation: fadeInDown 0.6s ease-out both;
  -moz-animation: fadeInDown 0.6s ease-out both;
  -ms-animation: fadeInDown 0.6s ease-out both;
  -o-animation: fadeInDown 0.6s ease-out both;
  animation: fadeInDown 0.6s ease-out both;
}
.appload .close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 2.2rem;
  height: 2.2rem;
  background: url("../images/close.png") no-repeat;
  background-size: 100%;
}
.appload img {
  width: 100%;
  height: 100%;
}
/* subnav submenu */
.subnav {
  padding: 1rem .5rem 0;
  overflow: hidden;
  animation: fadeInUp 0.6s 0.8s ease-out both;
  -webkit-animation: fadeInUp 0.6s 0.8s ease-out both;
  -moz-animation: fadeInUp 0.6s 0.8s ease-out both;
}
.subnav span {
  float: left;
  width: 50%;
  padding: 0 .5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.subnav span a {
  position: relative;
  padding-right: 4rem;
  height: 4.5rem;
  line-height: 4.5rem;
  display: block;
  background: #21232c;
  color: #fff;
  font-size: 1.6rem;
  text-align: right;
  border-radius: .5rem;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
}
.subnav span a i {
  position: absolute;
  left: 1rem;
  top: 50%;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background: url(../images/nicon.png) no-repeat;
  background-size: 4rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
.subnav span:nth-of-type(1) a i {
  background-position: 0.2rem -2rem;
}
.subnav span:nth-of-type(2) a i {
  background-position: -2rem -2rem;
}
.submenu {
  padding: 1rem;
  text-align: center;
  overflow: hidden;
  animation: fadeInUp 0.6s 0.5s ease-out both;
  -webkit-animation: fadeInUp 0.6s 0.5s ease-out both;
  -moz-animation: fadeInUp 0.6s 0.5s ease-out both;
  -ms-animation: fadeInUp 0.6s 0.5s ease-out both;
  -o-animation: fadeInUp 0.6s 0.5s ease-out both;
}
.submenu a {
  position: relative;
  float: left;
  width: 50%;
  padding: 1rem 0;
  display: block;
  color: #aeaeb0;
  font-size: 1.4rem;
  background: #292b33;
}
.submenu a span {
  position: relative;
  padding-left: 2.5rem;
}
.submenu a span:before {
  position: absolute;
  left: -0.2rem;
  top: 0;
  width: 2rem;
  height: 1.8rem;
  content: "";
  background: url("../images/nicon.png") no-repeat;
  background-size: 5rem;
}
.submenu a:nth-of-type(1) {
  -webkit-border-radius: .5rem 0 0 .5rem;
  -moz-border-radius: .5rem 0 0 .5rem;
  -ms-border-radius: .5rem 0 0 .5rem;
  -o-border-radius: .5rem 0 0 .5rem;
  border-radius: .5rem 0 0 .5rem;
}
.submenu a:nth-of-type(1) span:before {
  background-position: 0.3rem -7.25rem;
}
.submenu a:nth-of-type(1):after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 2rem;
  content: "";
  background: #23252d;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.submenu a:nth-of-type(2) {
  border-radius: 0 .5rem .5rem 0;
  -webkit-border-radius: 0 .5rem .5rem 0;
  -moz-border-radius: 0 .5rem .5rem 0;
}
.submenu a:nth-of-type(2) span:before {
  background-position: -2.1rem -7.25rem;
}
.submenu a.active {
  color: #fff600;
}
.submenu a.active i {
  background: url("../images/nicon.png") no-repeat;
  background-size: 5rem;
}
.submenu a:nth-of-type(1).active span:before {
  background-position: 0.3rem -5.25rem;
}
.submenu a:nth-of-type(2).active span:before {
  background-position: -2.1rem -5.25rem;
}
/* slider */
#games .swiper-container {
  animation: fadeInUp 0.6s 0.5s ease-out both;
  -webkit-animation: fadeInUp 0.6s 0.5s ease-out both;
  -moz-animation: fadeInUp 0.6s 0.5s ease-out both;
}
.swiper-pagination {
  right: 1rem !important;
  bottom: 1rem !important;
}
.swiper-pagination span {
  width: 8px !important;
  height: 8px !important;
  background: #fff !important;
  opacity: 1 !important;
  margin-left: .5rem !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #fff600 !important;
}
/* game-list */
#gameHot,
#gameNew {
  padding-bottom: 1rem;
}
.game-list {
  padding: 0 .5rem;
  overflow: hidden;
}
#games-hot {
  animation: fadeInUp 0.6s 0.8s ease-out both;
  -webkit-animation: fadeInUp 0.6s 0.8s ease-out both;
  -moz-animation: fadeInUp 0.6s 0.8s ease-out both;
}
#games-console {
  animation: fadeInUp 0.6s 1s ease-out both;
  -webkit-animation: fadeInUp 0.6s 1s ease-out both;
  -moz-animation: fadeInUp 0.6s 1s ease-out both;
}
#gameHot .game-list {
  animation: fadeInUp 0.6s 0.6s ease-out both;
  -webkit-animation: fadeInUp 0.6s 0.6s ease-out both;
  -moz-animation: fadeInUp 0.6s 0.6s ease-out both;
}
#gameNew .game-list {
  animation: fadeInUp 0.6s 0.6s ease-out both;
  -webkit-animation: fadeInUp 0.6s 0.6s ease-out both;
  -moz-animation: fadeInUp 0.6s 0.6s ease-out both;
}
#search-list {
  animation: fadeInUp 0.6s 0.3s ease-out both;
  -webkit-animation: fadeInUp 0.6s 0.3s ease-out both;
  -moz-animation: fadeInUp 0.6s 0.3s ease-out both;
}
#search-recommend {
  animation: fadeInUp 0.6s 0.6s ease-out both;
  -webkit-animation: fadeInUp 0.6s 0.6s ease-out both;
  -moz-animation: fadeInUp 0.6s 0.6s ease-out both;
}
.game-tle {
  padding: 1rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
}
.game-item {
  float: left;
  padding: 0 .5rem;
  width: 50%;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.game-item .game-item-cont {
  position: relative;
  background: #21232c;
  padding: 1.5rem 1rem;
  margin-bottom: 1rem;
  border-radius: .5rem;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
}
.game-item .game-icon {
  margin-bottom: 1rem;
  display: block;
  color: #fff;
  overflow: hidden;
}
.game-item .game-icon img {
  float: left;
  width: 4.5rem;
  height: 4.5rem;
  margin-right: 1rem;
}
.game-item .game-icon h3 {
  padding: .5rem 0;
  font-size: 1.4rem;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.game-item .game-icon .game-start {
  overflow: hidden;
}
.game-item .game-icon .game-start i {
  width: 5rem;
  height: 1rem;
  display: block;
  background: url(../images/star-white.png) no-repeat;
  background-size: 5rem;
}
.game-item .game-icon .game-start i.s10 {
  background-position: 0 0;
}
.game-item .game-icon .game-start i.s9 {
  background-position: 0 -1rem;
}
.game-item .game-icon .game-start i.s8 {
  background-position: 0 -2rem;
}
.game-item .game-icon .game-start i.s7 {
  background-position: 0 -3rem;
}
.game-item .game-icon .game-start i.s6 {
  background-position: 0 -4rem;
}
.game-item .game-icon .game-start i.s5 {
  background-position: 0 -5rem;
}
.game-item .game-icon .game-start i.s4 {
  background-position: 0 -6rem;
}
.game-item .game-icon .game-start i.s3 {
  background-position: 0 -7rem;
}
.game-item .game-icon .game-start i.s2 {
  background-position: 0 -8rem;
}
.game-item .game-icon .game-start i.s1 {
  background-position: 0 -9rem;
}
.game-item .game-icon .game-start i.s0 {
  background-position: 0 -10rem;
}
.game-item .game-tag {
  height: 5rem;
  margin-bottom: .5rem;
  overflow: hidden;
}
.game-item .game-tag span {
  margin: 0 .3rem .5rem 0;
  padding: 0 .5rem;
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
  font-size: 1rem;
  background: #0f111a;
  border: 1px solid #525259;
  color: #fff;
  border-radius: .3rem;
  -webkit-border-radius: .3rem;
  -moz-border-radius: .3rem;
}
.game-item .game-text {
  position: relative;
  width: 80%;
  height: 4rem;
  line-height: 2rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.game-item .game-time {
  position: relative;
  width: 100%;
  height: 4rem;
  line-height: 2rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color:#fff600;
}

.game-item .load {
  position: absolute;
  right: .5rem;
  bottom: .5rem;
  width: 4.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  display: block;
  text-align: center;
  color: #fff600;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.game-item .load[data-type="3"] {
  color: #666;
}
.game-list .game-item:nth-child(11n+1) {
  width: 100%;
}
.game-list .game-item:nth-child(11n+1) .game-item-cont {
  padding: 1.5rem;
  background: #292b33;
}
.game-list .game-item:nth-child(11n+1) .game-item-cont .game-icon img {
  width: 7rem;
  height: 7rem;
  margin-right: 1rem;
}
.game-list .game-item:nth-child(11n+1) .game-item-cont .game-icon .game-start i {
  width: 7.5rem;
  height: 1.5rem;
  background-size: 7.5rem;
}
.game-list .game-item:nth-child(11n+1) .game-item-cont .game-icon .game-start i.s10 {
  background-position: 0 0;
}
.game-list .game-item:nth-child(11n+1) .game-item-cont .game-icon .game-start i.s9 {
  background-position: 0 -1.5rem;
}
.game-list .game-item:nth-child(11n+1) .game-item-cont .game-icon .game-start i.s8 {
  background-position: 0 -3rem;
}
.game-list .game-item:nth-child(11n+1) .game-item-cont .game-icon .game-start i.s7 {
  background-position: 0 -4.5rem;
}
.game-list .game-item:nth-child(11n+1) .game-item-cont .game-icon .game-start i.s6 {
  background-position: 0 -6rem;
}
.game-list .game-item:nth-child(11n+1) .game-item-cont .game-icon .game-start i.s5 {
  background-position: 0 -7.5rem;
}
.game-list .game-item:nth-child(11n+1) .game-item-cont .game-icon .game-start i.s4 {
  background-position: 0 -9rem;
}
.game-list .game-item:nth-child(11n+1) .game-item-cont .game-icon .game-start i.s3 {
  background-position: 0 -10.5rem;
}
.game-list .game-item:nth-child(11n+1) .game-item-cont .game-icon .game-start i.s2 {
  background-position: 0 -12rem;
}
.game-list .game-item:nth-child(11n+1) .game-item-cont .game-icon .game-start i.s1 {
  background-position: 0 -13.5rem;
}
.game-list .game-item:nth-child(11n+1) .game-item-cont .game-icon .game-start i.s0 {
  background-position: 0 -15rem;
}
.game-list .game-item:nth-child(11n+1) .game-item-cont .game-tag {
  height: 2.5rem;
  margin: -3.2rem 0 1.5rem 7.8rem;
}
.game-list .game-item:nth-child(11n+1) .game-item-cont .game-text {
  width: 65%;
  padding-left: 2rem;
  font-size: 1.4rem;
}
.game-list .game-item:nth-child(11n+1) .game-item-cont .game-text::before {
  position: absolute;
  left: 0;
  top: -0.5rem;
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  background: url(../images/icon-detail.png) -8.8rem -2.5rem no-repeat;
  background-size: 14rem;
}
.game-list .game-item:nth-child(11n+1) .game-item-cont .load {
  right: 1.5rem;
  bottom: 1.5rem;
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  background: #fff600;
  color: #000;
}
.game-list .game-item:nth-child(11n+1) .game-item-cont .load[data-type="3"] {
  color: #444;
  background: #666;
}
/* gameDetail */
#gameDetail {
    max-width: 700px;
  padding-bottom: 4.5rem;
  font-size: 1.2rem;
}
#gameDetail .title {
  padding-left: 50px;
  text-align: center;
  text-indent: 0;
}
#gameDetail .game-img {
  max-height: 12rem;
  overflow: hidden;
}
.game-info {
  padding: 0 1rem;
  margin: -3.5rem 0 3rem;
  text-align: center;
}
.game-info img {
  width: 7rem;
  height: 7rem;
  margin: 0 auto 1.5rem;
}
.game-info h1 {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  color: #fff;
  font-weight: normal;
}
.game-info p {
  margin-bottom: 1.5rem;
}
.game-info .game-start {
  margin-bottom: 1.5rem;
}
.game-info .game-start i {
  width: 7.5rem;
  height: 1.5rem;
  display: inline-block;
  background: url(../images/star-yellow.png) no-repeat;
  background-size: 7.5rem;
}
.game-info .game-start i.s10 {
  background-position: 0 0;
}
.game-info .game-start i.s9 {
  background-position: 0 -1.5rem;
}
.game-info .game-start i.s8 {
  background-position: 0 -3rem;
}
.game-info .game-start i.s7 {
  background-position: 0 -4.5rem;
}
.game-info .game-start i.s6 {
  background-position: 0 -6rem;
}
.game-info .game-start i.s5 {
  background-position: 0 -7.5rem;
}
.game-info .game-start i.s4 {
  background-position: 0 -9rem;
}
.game-info .game-start i.s3 {
  background-position: 0 -10.5rem;
}
.game-info .game-start i.s2 {
  background-position: 0 -12rem;
}
.game-info .game-start i.s1 {
  background-position: 0 -13.5rem;
}
.game-info .game-start i.s0 {
  background-position: 0 -15rem;
}
.game-info .game-tag span {
  padding: .4rem 1rem;
  margin: 0 .2rem .6rem;
  display: inline-block;
  color: #ffffff;
  border: 1px solid #525259;
  border-radius: .4rem;
}
.game-mation {
  margin-bottom: 2rem;
  text-align: center;
}
.game-mation a {
  width: 32%;
  padding-bottom: 1rem;
  display: inline-block;
  font-size: 1.4rem;
  color: #ffffff;
}
.game-mation a i {
  width: 3rem;
  height: 2.5rem;
  display: block;
  margin: 0 auto 1rem;
  background: url(../images/icon-detail.png) no-repeat;
  background-size: 15rem;
}
.game-mation a:nth-of-type(1) i {
  background-position: -0.1rem 0;
}
.game-mation a:nth-of-type(2) i {
  background-position: -3.2rem 0;
}
.game-mation a:nth-of-type(3) i {
  background-position: -6.2rem 0;
}
.game-slider {
  padding: 1rem;
  background: #21232c;
}
.game-intro {
  padding: 2rem 2rem 0;
  color: #ffffff;
  line-height: 2rem;
}
.game-intro h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: normal;
}
.game-intro .text {
  margin-bottom: 2rem;
}
.game-intro .text1 {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.game-intro .btn-more {
  padding: 1rem 0;
  text-align: center;
  color: #fff600;
  cursor: pointer;
}
.game-version {
  padding: 2rem;
  color: #ffffff;
  background: #21232c;
}
.game-version h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: normal;
}
.game-version ul li {
  padding: 1rem 0;
  border-bottom: 1px solid #2e3039;
}
.game-version ul li span:nth-of-type(1) {
  float: right;
}
.fixedBtm {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  background: #30323b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fixedBtm .share {
  height: 4.5rem;
  display: block;
  font-size: 1.5rem;
  background-size: 2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 3;
}
.fixedBtm .share a {
	color:#fff;
}
.fixedBtm .load {
  height: 4.5rem;
  line-height: 4.5rem;
  display: block;
  font-size: 1.5rem;
  background: #fff600;
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.fixedBtm .loadd {
  height: 4.5rem;
  line-height: 4.5rem;
  display: block;
  font-size: 1.5rem;
  background: #1E90FF;
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.noData {
  display: none;
  padding: 1.5rem 0;
  line-height: 2.5rem;
  text-align: center;
  font-size: 1.2rem;
}
.noData i {
  width: 2.5rem;
  height: 2.5rem;
  padding-right: .5rem;
  background: url(../images/icon-tip.png) left center no-repeat;
  background-size: 2.5rem;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 320px) and (max-width: 360px) {
  .subnav span a {
    padding-right: 3rem;
  }
  .subnav span a i {
    left: 3rem;
  }
}



/* subnav submenu */
.app {
  padding: 1rem .5rem 0;
  overflow: hidden;
  animation: fadeInUp 0.6s 0.8s ease-out both;
  -webkit-animation: fadeInUp 0.6s 0.8s ease-out both;
  -moz-animation: fadeInUp 0.6s 0.8s ease-out both;
}
.app span {
  float: left;
  width: 100%;
  padding: 0 .5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.app span a {
  position: relative;
  padding-right: 3rem;
  height: 3.5rem;
  line-height: 3.5rem;
  display: block;
  background: #21232c;
  color: #fff600;
  font-size: 1.2rem;
  text-align: right;
  border-radius: .5rem;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
}
.app span a i {
  position: absolute;
  left: 1rem;
  top: 50%;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background: url(../images/nicon.png) no-repeat;
  background-size: 4rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
.app span:nth-of-type(1) a i {
  background-position: 0.2rem -2rem;
}
.app span:nth-of-type(2) a i {
  background-position: -2rem -2rem;
}

.tishi, .mask {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
}


.hd {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 20px;
    margin-bottom: 10px;
}

.hd_top {
	position:fixed;
	top:0px;
	left:-10px;
	z-index:999;
	height: 40px;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 10px;
	background:#000;
	width:100%;
}
.hd ul {
    overflow: hidden;
    padding: 0;
}

.hd .tab-item {
    border-bottom: 3px solid #d7d7d7;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    cursor: pointer;
}
.hd ul li {
    float: left;
    margin: 0 10px;
    color: #515151;
    list-style-type: none;
}

.hd ul li a{
	color:#fff600;
}

/*��ҳ*/
/*.pages { font-size:14px; line-height:24px; width:100%; height:26px;margin:30px 0px 30px 0px}*/
.pages {width:100%;height:26px;padding:20px 0;display:block; margin:20px auto 20px auto; padding:0px 0px 0px 0px;font-size: 16px;}
.pages a { display:inline-block; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:5px 10px; }

.pages a:hover,.pages .all { background:#555555; color:#FFF; text-decoration:none; }
.pages span { display:inline-block; height:22px;padding: 5px 10px; line-height:22px; background:#555555; border:1px solid #e3e3e3; color:#fff; text-align:center; }
.txtCtr {
    text-align: center;
}
.pages b{
    background: #555555;color: #FFF;
        display: inline-block;
    height: 22px;
    line-height: 22px;
    border: 1px solid #e3e3e3;
    text-align: center;
    padding: 5px 10px;
}