.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;
  margin-top: -0.2rem;
}

.games ul li {
  margin-top: .6rem;
}

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

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

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

.games ul li .title1 {
  font-size: .26rem;
  color: #555;
  margin: .16rem 0 .24rem;
}

.games ul li .watch {
  width: 1.36rem;
  height: .56rem;
  background: #F25152;
  border-radius: .06rem;
  font-size: .26rem;
  color: #fff;
  text-align: center;
  line-height: .56rem;
}

.co1 {
  color: #F25152;
  background: #fff;
}

.co2 {
  color: #fff;
  background: #F25152;
}

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

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

.games-list ul li {
  padding: .28rem 0;
  border-bottom: 1px dashed #EEEEEE;
}

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

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

.games-list ul li .des {
  padding-left: .20rem;
}

.games-list ul li .des .info .title1 {
  font-size: .28rem;
  color: #333;
  font-weight: bold;
}

.games-list ul li .des .info .watch {
  width: .8rem;
  height: .5rem;
  background: #F25152;
  border-radius: .1rem;
  font-size: .24rem;
  color: #fff;
  text-align: center;
  line-height: .5rem;
}

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

.hot-games ul {
  padding-left: 0;
  margin-top: -0.1rem;
}

.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: .48rem;
}

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

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

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

.hot-games ul li .watch {
  font-size: .24rem;
  color: #F25152;
}

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

.games-gl ul li .img {
  width: 2.4rem;
  height: 1.5rem;
  overflow: hidden;
}

.games-gl ul li .img img {
  height: auto;
  min-height: 100%;
}

.games-gl ul li .des {
  padding-left: .18rem;
}

.games-gl ul li .des a {
  font-size: .26rem;
  color: #333;
  line-height: .36rem;
}

.games-gl ul li .des span {
  font-size: .24rem;
  color: #999;
}

.gameInfo {
  margin-top: .1rem;
  position: relative;
}

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

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

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

.gameInfo .des h1 {
  font-size: .32rem;
  color: #F25152;
  margin: 0;
}

.gameInfo .des p {
  font-size: .24rem;
  color: #888;
  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 a {
  display: inline-block;
  font-size: .26rem;
  color: #F25152;
  text-indent: 0;
}

.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: 6rem !important;
  height: auto;
  margin: .1rem auto;
}

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

.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: #F25152;
  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%;
}

.links p {
  line-height: .48rem;
}

.links p a {
  font-size: .24rem;
  color: #999;
  position: relative;
  padding-right: 0.1rem;
  margin-right: 0.1rem;
}

.links p a:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: .01rem;
  height: 50%;
  background: #999;
}

.p40 {
  padding: .4rem 0;
}
