.uk-margin-top {
  margin-top: 20px !important;
}

.main {
  margin: 0 15px;
}

.line {
  padding-bottom: 10px;
  border-bottom: 5px solid #f5f5f5;
}

.uk-float-right {
  float: right;
}

.uk-float-left {
  float: left;
}

.mod-30 {
  margin-top: 0.3rem;
}

.pd-3rem {
  padding: 0 0.3rem;
}

.title {
  height: 30px;
  line-height: 30px;
}

.title span {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  letter-spacing: 1px;
}

.title a {
  font-size: 12px;
  font-weight: 400;
  color: #999;
}

.title a:hover {
  text-decoration: none;
}

* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.container {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexFull {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.acenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.astart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.jstart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.jcenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dcenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scro-x {
  display: -webkit-box;
  display: -ms-flexbox;
  overflow-x: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scro-x::-webkit-scrollbar {
  display: none;
}

.t {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.t2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.t3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.t5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

img {
  display: block;
  height: auto;
}

.img {
  display: block;
}

.img img {
  display: block;
  width: 100%;
  height: 100%;
}

.games ul{
	padding-left: 0;
}
.games ul li {
  padding: 15px 0;
}

.games ul li:not(:last-child) {
  border-bottom: 1px solid #EEEEEE;
}

.games ul li .img {
  width: 65px;
  height: 65px;
}

.games ul li .img img {
  border-radius: 10px;
}

.games ul li .des {
  width: 195px;
  padding: 4px 0;
}

.games ul li .des a {
  font-size: 14px;
  color: #333;
}

.games ul li .des p {
  font-size: 12px;
  color: #999;
  line-height: 18px;
  margin: 2px 0;
}

.games ul li .watch {
  margin-top: 18px;
  width: 60px;
  height: 28px;
  border: 1px solid #378EEF;
  border-radius: 15px;
  font-size: 14px;
  color: #378EEF;
  text-align: center;
  line-height: 28px;
}
.hot-games ul{
	padding-left: 0;
}
.hot-games ul li {
  margin-top: 10px;
  width: 70px;
  margin-right: 15px;
}

.hot-games ul li .img {
  width: 100%;
  height: 70px;
}

.hot-games ul li .img img {
  border-radius: 10px;
}

.hot-games ul li .title1 {
  font-size: 13px;
  color: #333;
  margin-top: 10px;
  text-align: center;
}

.games-list ul li {
  padding: .3rem 0;
  border-bottom: .01rem solid #EEEEEE;
}

.games-list ul li .img {
  width: 1.3rem;
  height: 1.3rem;
}

.games-list ul li .img img {
  border-radius: .2rem;
}

.games-list ul li .des {
  width: 3.95rem;
  padding: .06rem 0;
}

.games-list ul li .des a {
  font-size: .28rem;
  color: #333;
}

.games-list ul li .des p {
  font-size: .24rem;
  color: #999;
  line-height: .36rem;
}

.games-list ul li .watch {
  margin-top: .35rem;
  width: 1.24rem;
  height: .58rem;
  border: 0.01rem solid #378EEF;
  border-radius: .3rem;
  font-size: .28rem;
  color: #378EEF;
  text-align: center;
  line-height: .58rem;
}

.detail .gameInfo {
  padding: 15px 10px;
  background: #F5FCFF;
}

.detail .gameInfo .img {
  width: 75px;
  height: 75px;
}

.detail .gameInfo .img img {
  border-radius: 10px;
}

.detail .gameInfo .des {
  width: 230px;
  padding: 6px 0;
}

.detail .gameInfo .des h1 {
  font-size: 16px;
  color: #378EEF;
  margin: 0;
}

.detail .gameInfo .des p {
  font-size: 12px;
  color: #999;
  line-height: 17px;
  margin: 0;
}

.detail .game-cont {
  margin-top: 15px;
  position: relative;
}

.detail .game-cont .cont {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding: 8px 0;
  overflow: hidden;
}

.detail .game-cont .cont .img {
  display: block;
  width: 100%;
}

.detail .game-cont .cont .img img {
  display: block;
  width: 100%;
  height: auto;
}

.detail .game-cont .cont img {
  display: block;
  max-width: 300px !important;
  height: auto;
  margin: 10px auto;
}

.detail .game-cont .cont p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.detail .more, .detail .close {
  margin-top: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.detail .more span, .detail .close span {
  font-size: 13px;
  color: #378EEF;
  display: block;
  width: 88px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #378EEF;
  border-radius: 15px;
}

.detail .more {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), white);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

.detail .close {
  display: none;
}

.detail .game-pic {
  margin-top: 15px;
}
.detail .game-pic .swiper-slide img{
	width: 100%;
	height: 100%;
}
.detail .game-pic .images {
  margin-top: 10px;
}

.detail .game-pic .images .img {
  display: block;
  margin: 0 5px;
  width: 153px;
  height: 271px;
  overflow: hidden;
}

.detail .game-pic .images .img img {
  width: 100%;
  height: auto;
  min-height: 271px;
}
