@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

input, button {
  outline: none;
  background: none;
  border: 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;
}

.auto {
  width: auto;
}

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

.flex1 ul {
  width: 100%;
}

.mt24 {
  margin-top: 24px;
}

.mt36 {
  margin-top: 36px;
}

.mt40 {
  margin-top: 40px;
}

.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 */
}

.t4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /*!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%;
}

.ah:hover {
  color: #FFC547 !important;
}

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

.header {
  padding: 13px 0;
  background: #FFC547;
}

.header .logo a {
  display: block;
}

.header .logo a img {
  width: 188px;
  height: 45px;
}

.header .nav{
    margin-left:30px;
}

.header .nav ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .nav ul .active a {
  background: #fff;
  color: #FFC547;
  font-weight: bold;
}

.header .nav ul li a {
  font-size: 16px;
  color: #fff;
  padding: 12px 35px;
  display: block;
  border-radius: 40px;
}

.header .nav ul li a:hover {
  background: #fff;
  color: #FFC547;
  font-weight: bold;
}

.row {
  margin-top: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.col-1 {
  width: 836px;
}

.col-1-games {
  width: 820px;
}

.col-2-games {
  margin-left: 44px;
}

.col-2 {
  margin-left: 24px;
}

.left {
  width: 524px;
}

.right {
  width: 654px;
}

.col-3 {
  width: 380px;
}

.panel1 {
  width: 380px;
}

.panel2 {
  width: 380px;
}

.panel3 {
  width: 360px;
}

.mt25 {
  margin-top: 25px;
}

.mt40 {
  margin-top: 40px;
}

.ml19 {
  margin-left: 19px;
}

.public-title {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.public-title strong {
  font-size: 20px;
  color: #333;
  position: relative;
  padding-left: 28px;
}

.public-title strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: url(../images/icon1.png) no-repeat;
  background-size: 100%;
}

.public-title a {
  margin-bottom: 4.7px;
  font-size: 12px;
  color: #999;
}

.public-title a:hover {
  color: #FFC547;
}

.top-news1 {
  margin-top: 20px;
}

.top-news1 .img {
  width: 120px;
  height: 70px;
}

.top-news1 .des {
  padding-left: 12px;
}

.top-news1 .des a {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}

.top-news1 .des a:hover {
  color: #FFC547;
}

.top-news1 .des span {
  font-size: 14px;
  color: #999;
}

.mt9 {
  margin-top: 9px !important;
}

.news ul li {
  line-height: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news ul li label {
  width: 41px;
  height: 17px;
  background: #CECECE;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 17px;
}

.news ul li a {
  font-size: 16px;
  color: #333;
  width: 76%;
  position: relative;
}

.news ul li a:hover {
  color: #FFC547;
}

.news ul li span {
  font-size: 16px;
  color: #B1B1B1;
}

.news ul li .read {
  width: 38px;
  height: 20px;
  border: 1px solid #368CCA;
  border-radius: 6px;
  font-size: 12px;
  color: #FFC547;
  text-align: center;
  line-height: 20px;
}

.news1 ul li a {
  position: relative;
  padding-left: 21px;
}

.news1 ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #CCCCCC;
}

.games {
  margin-top: -6px;
}

.games ul li {
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
}

.games ul li:not(:nth-child(10)) {
  margin-right: 22px;
}

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

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

.games ul li .title1 {
  text-align: center;
  font-size: 14px;
  color: #555;
  margin-top: 12px;
  width: 100%;
}

.games ul li .title1:hover {
  color: #FFC547;
}

.infoSty {
  position: relative;
}

.infoSty .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 13px 0;
  background: rgba(0, 0, 0, 0.6);
}

.infoSty .info p {
  width: 90%;
  font-size: 14px;
  color: #fff;
}

.row0 {
  margin-top: 10px;
}

.row0 .banner {
  width: 100%;
  height: 270px;
}

.row2 .left .top-news {
  padding: 20px 31px 20px 17px;
  background: #F9F9F9;
  position: relative;
  margin-top: 28px;
}

.row2 .left .top-news::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 67px;
  height: 57px;
  background: url(../images/icon2.png) no-repeat;
  background-size: 100%;
}

.row2 .left .top-news .title {
  font-size: 20px;
  color: #333;
  text-align: center;
  width: 84%;
  margin-left: 40px;
}

.row2 .left .top-news .title:hover {
  color: #FFC547;
}

.row2 .left .top-news p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-top: 14px;
}

.row2 .left .top-news p .watch {
  font-size: 14px;
  color: #FFC547;
}

.row2 .left .news {
  margin-top: 4px;
}

.row2 .right .img {
  width: 203px;
  height: 265px;
}

.row2 .right .news {
  padding-left: 22px;
  margin-top: -10px;
}

.row3 .left ul li {
  margin-top: 28px;
}

.row3 .left ul li .img {
  width: 130px;
  height: 75px;
}

.row3 .left ul li .des {
  padding: 0 40px 0 12px;
}

.row3 .left ul li .des a {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.row3 .left ul li .des a:hover {
  color: #FFC547;
}

.row3 .left ul li .des p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #A6A6A6;
}

.row3 .left ul li .des p img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.row3 .left ul li .gl {
  width: 68px;
  height: 68px;
  background: #F4F4F5;
  font-size: 16px;
  color: #AFAEAE;
  text-align: center;
  line-height: 68px;
}

.row3 .right .top-news {
  margin-top: 28px;
}

.row3 .right .top-news .img {
  width: 310px;
  height: 125px;
  position: relative;
  overflow: hidden;
}

.row3 .right .top-news .img img {
  height: auto;
  min-height: 100%;
}

.row3 .right .top-news .img::before {
  content: "专题";
  position: absolute;
  right: 0;
  top: 0;
  width: 49px;
  height: 27px;
  background: #FFC547;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 27px;
}

.row3 .right .news {
  margin-top: 10px;
}

.row3 .right .news ul li {
  width: 310px;
}

.mt20 {
  margin-top: 20px;
}

.mt28 {
  margin-top: 28px;
}

.link p {
  margin-top: 14px;
  line-height: 30px;
  font-size: 12px;
}

.link p a {
  font-size: 12px;
  color: #666;
  margin-right: 10px;
  display: block;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

.link p a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 52%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 40%;
  background: #666;
}

.link p a:hover {
  color: #FFC547;
}

.footer {
  background: #F7F7F7;
  margin-top: 30px;
  padding: 46px 0;
}

.footer p {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 36px;
}

.footer p a {
  font-size: 14px;
  color: #999;
  margin: 0 4px;
}

.footer p a:hover {
  color: #FFC547;
}

.bread-nav {
  padding: 20px 0 36px;
}

.bread-nav .breadCrumbs li {
  display: inline;
  font-size: 14px;
  color: #999;
}

.bread-nav .breadCrumbs li a {
  font-size: 14px;
  color: #999;
}

.bread-nav .breadCrumbs li a:hover {
  color: #FFC547;
}

.col-800 {
  width: 800px;
}
.main{
  min-height: 592px;
}
.main .item-list ul li {
  border-bottom: 1px dashed #DCDCDC;
  line-height: 60px;
}

.main .item-list ul li a {
  width: 90%;
}

.main .games-list ul {
  padding-top: 4px;
}

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

.main .games-list ul li .img {
  width: 100px;
  height: 100px;
}

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

.main .games-list ul li .des {
  padding-left: 17px;
}

.main .games-list ul li .des .info .title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  width: 80%;
}

.main .games-list ul li .des .info .title:hover {
  color: #FFC547;
}

.main .games-list ul li .des .info .watch {
  font-size: 16px;
  color: #FFC547;
}

.main .games-list ul li .des p {
  font-size: 14px;
  color: #555;
  line-height: 24px;
}

.main .detail .art-head {
  padding-bottom: 28px;
  border-bottom: 1px dashed #D2D2D2;
}

.main .detail .art-head h1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  font-weight: normal;
}

.main .detail .art-head p {
  padding: 0 22px;
}

.main .detail .art-head p span {
  font-size: 14px;
  color: #999;
  line-height: 32px;
}

.main .detail .art-cont {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  padding: 30px 0;
  border-bottom: 1px dashed #D2D2D2;
}

.main .detail .art-cont a {
  display: inline-block;
  font-size: 15px;
  color: #FFC547;
  text-indent: 0;
}

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

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

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

.main .detail .art-cont p {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  text-indent: 2em;
}

.main .detail .like-list {
  margin-top: 22px;
}

.main .detail .like-list ul {
  padding-top: 20px;
}

.main .detail .like-list ul li {
  line-height: 36px;
  width: 48%;
}

.main .detail .like-list ul li:hover > * {
  color: #FFC547;
}

.main .detail .like-list ul li span {
  font-style: italic;
  padding-right: 4px;
}

.main .detail .like-list ul li a, .main .detail .like-list ul li span {
  font-size: 16px;
  color: #999;
}

.main .detail .pages ul li {
  padding: 20px 0;
  border-bottom: 1px dashed #EEEEEE;
  font-size: 16px;
  color: #FFC547;
}

.main .detail .pages ul li a {
  font-size: 16px;
  color: #333;
  width: 74%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 10px;
}

.main .detail .pages ul li a:hover {
  color: #FFC547;
}

.main .detail .gameInfo .img {
  width: 148px;
  height: 148px;
}

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

.main .detail .gameInfo .des {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 2px;
  padding-left: 28px;
}

.main .detail .gameInfo .des h1 {
  font-size: 24px;
  color: #333;
  text-align: left;
  margin: 0;
}

.main .detail .gameInfo .des p {
  font-size: 16px;
  color: #555;
  line-height: 30px;
}

.main .detail .game-cont {
  margin-top: 30px;
}

.main .detail .game-cont .cont {
  font-size: 15px;
  line-height: 36px;
  color: #666;
  padding: 16px 0;
}

.main .detail .game-cont .cont a {
  display: inline-block;
  font-size: 15px;
  color: #FFC547;
  text-indent: 0;
}

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

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

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

.main .detail .game-cont .cont p {
  font-size: 15px;
  line-height: 36px;
  color: #666;
  text-indent: 2em;
}

.main .detail .game-pic {
  margin-top: 20px;
}

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

.main .col-2 .new-news .top-news {
  margin: 13px 0;
}

.main .col-2 .new-news .top-news .img {
  width: 100%;
  height: 182px;
  position: relative;
  overflow: hidden;
}
.main .col-2 .new-news .top-news .img img{
  height: auto;
  min-height: 100%;
}
.main .col-2 .new-news .top-news .img::before {
  content: "最热";
  position: absolute;
  right: 0;
  top: 0;
  width: 49px;
  height: 27px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 27px;
  background: #FFC547;
}

.main .col-2 .hot-games ul {
  margin-top: -17px;
}

.main .col-2 .hot-games ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  width: 90px;
}

.main .col-2 .hot-games ul li:not(:nth-child(3n)) {
  margin-right: 42px !important;
}

.main .col-2 .hot-games ul li .img {
  width: 100%;
  height: 90px;
}

.main .col-2 .hot-games ul li .img img {
  border-radius: 16px;
}

.main .col-2 .hot-games ul li .title1 {
  width: 90%;
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  text-align: center;
}

.main .col-2 .hot-games ul li .title1:hover {
  color: #FFC547;
}

/* 分页 */
.pagination {
  text-align: center;
  padding: 40px 0;
}

.pagination .thisclass {
  color: #fff;
  font-weight: bold;
  background: #FFC547 !important;
  border: none !important;
}

.pagination .thisclass span {
  color: #fff;
}

.pagination li {
  display: inline-block;
  margin: 0 9px;
  padding: 5px 11px;
  font-size: 16px;
  border: 1px solid #DCDCDC;
}

.pagination li:hover {
  background: #FFC547;
  color: #fff;
  border: 1px solid #FFC547;
}

.pagination li:hover a {
  color: #fff;
}

.pagination li .page-link {
  cursor: pointer;
}

.pagination li span, .pagination li a {
  color: #999;
  display: inline-block;
}
