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

* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.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;
}

.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}

.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 {
  margin-top: .4rem;
  width: 49%;
}

.games ul li .img {
  width: 1.36rem;
  height: 1.36rem;
}

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

.games ul li .des {
  padding-left: .2rem;
  padding-top: .04rem;
}

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

.games ul li .des .watch {
  width: 1.2rem;
  height: .56rem;
  background: #26BEA6;
  border-radius: .04rem;
  font-size: .24rem;
  color: #fff;
  text-align: center;
  line-height: .56rem;
}

.co1 {
  color: #26BEA6;
  background: #fff;
}

.co2 {
  color: #fff;
  background: #26BEA6;
}

.mt20 {
  margin-top: .2rem;
}

.game-list ul li {
  margin-top: .4rem;
}

.game-list ul li .img {
  width: 1.36rem;
  height: 1.36rem;
}

.game-list ul li .img img {
  border-radius: .16rem;
}

.game-list ul li .des {
  padding: 0 .2rem;
}

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

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

.game-list ul li .watch {
  margin-top: .19rem;
  width: 1.08rem;
  height: .94rem;
  border: 0.01rem solid #26BEA6;
}

.game-list ul li .watch span {
  font-size: .24rem;
  text-align: center;
  line-height: 0.47rem;
}

.hot-games ul {
  padding-left: 0;
}

.hot-games ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.36rem;
  margin-top: .4rem;
}

.hot-games ul li:not(:nth-child(4n)) {
  margin-right: .4rem;
}

.hot-games ul li .img {
  width: 100%;
  height: 1.36rem;
}

.hot-games ul li .img img {
  border-radius: .16rem;
}

.hot-games ul li .title {
  text-align: center;
  font-size: .26rem;
  color: #555;
  margin-top: .16rem;
  width: 100%;
}

.games-gl ul li {
  width: 3.34rem;
  margin-top: .3rem;
}

.games-gl ul li .img {
  width: 100%;
  height: 1.8rem;
  position: relative;
}

.games-gl ul li .img .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: .1rem 0;
  background: rgba(0, 0, 0, 0.82);
}

.games-gl ul li .img .info p {
  width: 90%;
  font-size: .24rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.gameInfo {
  margin-top: .36rem;
  padding: .26rem;
  background: rgba(32, 186, 162, 0.1);
}

.gameInfo .img {
  width: 1.48rem;
  height: 1.48rem;
}

.gameInfo .img img {
  border-radius: .16rem;
}

.gameInfo .des {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: .24rem;
  padding-top: .06rem;
}

.gameInfo .des h1 {
  font-size: .3rem;
  color: #26BEA6;
  margin: 0;
}

.gameInfo .des p {
  font-size: .24rem;
  color: #555;
  line-height: .36rem;
  margin: 0;
}

.detail1 .game-cont {
  margin-top: .36rem;
  position: relative;
}

.detail1 .game-cont .cont {
  font-size: .26rem;
  line-height: .48rem;
  color: #666;
  padding: .08rem 0;
  overflow: hidden;
}

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

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

.detail1 .game-cont .cont img {
  display: block;
  max-width: 3rem !important;
  height: auto;
  margin: .1rem auto;
}

.detail1 .game-cont .cont p {
  font-size: .26rem;
  line-height: .48rem;
  color: #666;
}

.detail1 .more, .detail1 .close {
  margin-top: .1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.detail1 .more span, .detail1 .close span {
  font-size: .28rem;
  color: #26BEA6;
  display: block;
  text-align: center;
}

.detail1 .more {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.6rem;
  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);
}

.detail1 .close {
  display: none;
}

.detail1 .game-pic {
  margin-top: .3rem;
}

.detail1 .game-pic .swiper-slide img {
  width: 100%;
  height: 100%;
}

.thisclass:hover {
  color: #fff;
  background: #26BEA6;
}
