@charset "UTF-8";
* {
  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;
}

.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%;
}

.ah:hover {
  color: #FEAC45 !important;
}

.header {
  background: #fff;
  padding: 25px 0;
  border-bottom: 1px solid #FEAC45;
}

.header .logo a {
  display: block;
}

.header .logo a img {
  width: 200px;
  height: 41px;
}

.header .nav ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .nav ul .active a {
  color: #fff;
  background: #FEAC45;
}

.header .nav ul li:not(:last-child) {
  margin-right: 26px;
}

.header .nav ul li a {
  font-size: 18px;
  color: #666;
  position: relative;
  padding: 15px 18px;
  border-radius: 6px;
}

.header .nav ul li a:hover {
  color: #fff;
  background: #FEAC45;
}

.row {
  margin-top: 30px;
}

.col-2 {
  width: 790px;
}

.col-2 .panel1 {
  width: 380px;
}

.col-2 .panel2 {
  width: 380px;
}

.col-1 {
  width: 380px;
}

.public-title {
  position: relative;
}

.public-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #EEEEEE;
}

.public-title strong {
  font-size: 16px;
  color: #333;
  padding-bottom: 8px;
  position: relative;
  overflow: hidden;
}

.public-title strong::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #FEAC45;
  z-index: 9;
}

.public-title strong::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 5px;
  height: 5px;
  background: #fff;
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotateZ(-45deg);
  border: 1px solid #FEAC45;
  z-index: 10;
}

.public-title a {
  font-size: 12px;
  color: #999;
}

.public-title a:hover {
  color: #FEAC45;
}

.news ul li {
  margin-top: 16px;
}

.news ul li a {
  font-size: 14px;
  color: #333;
  width: 84%;
  padding-left: 17px;
  position: relative;
}

.news ul li a:hover {
  color: #FEAC45;
}

.news ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 1px solid #FEAC45;
}

.news ul li span {
  font-size: 14px;
  color: #999;
}

.row0 {
  padding: 16px;
  background: #FFFBF6;
}

.row0 .title img {
  width: 16px;
  height: 14px;
  margin-right: 6px;
}

.row0 .title span {
  font-size: 14px;
  color: #FEAC45;
}

.row0 p {
  width: 1100px;
}

.row0 p a {
  position: relative;
  font-size: 14px;
  color: #333;
  margin-right: 10px;
  padding-right: 10px;
}

.row0 p a:hover {
  color: #FEAC45;
}

.row0 p a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: #333;
}

.row1 .banner {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.row1 .banner img {
  height: auto;
  min-height: 100%;
}

.row1 .col-1 .top-news {
  margin-top: 20px;
}

.row1 .col-1 .top-news .img {
  width: 120px;
  height: 80px;
}

.row1 .col-1 .top-news .des {
  width: 246px;
  padding: 6px 0 2px;
}

.row1 .col-1 .top-news .des a {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  font-weight: bold;
}

.row1 .col-1 .top-news .des p {
  font-size: 14px;
  color: #666;
  line-height: 22px;
}

.row2 .games ul {
  padding-top: 20px;
}

.row2 .games ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
}

.row2 .games ul li:not(:nth-child(7n)) {
  margin-right: 37px;
}

.row2 .games ul li:not(:nth-child(-n+7)) {
  margin-top: 34px;
}

.row2 .games ul li .img {
  width: 100%;
  height: 80px;
}

.row2 .games ul li .img img {
  border-radius: 16px;
}

.row2 .games ul li .title {
  text-align: center;
  font-size: 14px;
  color: #555;
  margin-top: 17px;
  width: 100%;
}

.row2 .games ul li .title:hover {
  color: #FEAC45;
}

.row2 .games ul li .watch {
  margin-top: 14px;
  width: 50px;
  height: 20px;
  border: 1px solid #FEAC45;
  border-radius: 2px;
  font-size: 12px;
  color: #FEAC45;
  text-align: center;
  line-height: 20px;
}

.row2 .games ul li .watch:hover {
  background: #FEAC45;
  color: #fff;
}

.row2 .col-1 .top-news {
  margin-top: 20px;
}

.row2 .col-1 .top-news .img {
  width: 120px;
  height: 80px;
}

.row2 .col-1 .top-news .des {
  width: 246px;
  padding: 6px 0 2px;
}

.row2 .col-1 .top-news .des a {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  font-weight: bold;
}

.row2 .col-1 .top-news .des p {
  font-size: 14px;
  color: #999;
  line-height: 22px;
}

.row2 .col-1 .news li {
  margin-top: 19px;
}

.row3 .top-news {
  margin-top: 20px;
}

.row3 .top-news .img {
  width: 100%;
  height: 160px;
}

.row3 .news li {
  width: 100%;
}

.link p {
  margin-top: 20px;
}

.link p a {
  font-size: 12px;
  color: #666;
  line-height: 26px;
  margin-right: 20px;
}

.link p a:hover {
  color: #FEAC45;
}

.footer {
  border-top: 1px solid #FEAC45;
  margin-top: 40px;
  padding: 32px 0;
}

.footer p {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 32px;
}

.footer p a {
  font-size: 14px;
  color: #666;
  margin: 0 4px;
}

.footer p a:hover {
  color: #FEAC45;
}

.bread-nav {
  padding: 30px 0;
}

.bread-nav .breadCrumbs li {
  display: inline;
  font-size: 14px;
  color: #666;
}

.bread-nav .breadCrumbs li a {
  font-size: 14px;
  color: #666;
}

.bread-nav .breadCrumbs li a:hover {
  color: #FEAC45;
}

.main .news-list ul li {
  margin-top: 20px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #EEEEEE;
}

.main .games-list ul li {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EEEEEE;
}

.main .games-list ul li .img {
  width: 90px;
  height: 90px;
}

.main .games-list ul li .img img {
  border-radius: 30px;
}

.main .games-list ul li .des {
  width: 576px;
}

.main .games-list ul li .des .title {
  margin-top: 4px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.main .games-list ul li .des .title:hover {
  color: #FEAC45;
}

.main .games-list ul li .des p {
  font-size: 14px;
  color: #666;
  line-height: 28px;
}

.main .games-list ul li .watch {
  margin-top: 38px;
  width: 80px;
  height: 34px;
  border: 1px solid #FEAC45;
  border-radius: 4px;
  font-size: 14px;
  color: #FEAC45;
  text-align: center;
  line-height: 34px;
}

.main .games-list ul li .watch:hover {
  color: #fff;
  background: #FEAC45;
}

.main .detail .art-head {
  padding-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
}

.main .detail .art-head h1 {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  margin-bottom: 27px;
  text-align: center;
}

.main .detail .art-head p {
  padding: 0 60px;
}

.main .detail .art-head p span {
  font-size: 14px;
  color: #666;
}

.main .detail .art-cont {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  padding: 20px 0;
  text-indent: 2em;
}

.main .detail .art-cont a {
  color: #666;
}

.main .detail .art-cont a:hover {
  color: #FEAC45;
}

.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: 30px;
  color: #333;
}

.main .detail .pages ul li {
  margin-top: 30px;
  font-size: 16px;
  color: #666;
}

.main .detail .pages ul li a {
  font-size: 16px;
  color: #333;
  width: 74%;
}

.main .detail .pages ul li a:hover {
  color: #FEAC45;
}

.main .detail .gameInfo .img {
  width: 130px;
  height: 130px;
}

.main .detail .gameInfo .img img {
  border-radius: 10px;
}

.main .detail .gameInfo .des {
  width: 638px;
  padding: 10px 0;
}

.main .detail .gameInfo .des h1 {
  font-size: 24px;
  color: #333;
}

.main .detail .gameInfo .des p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}

.main .detail .game-cont {
  margin-top: 50px;
}

.main .detail .game-cont a {
  font-size: 15px;
  color: #666;
}

.main .detail .game-cont a:hover {
  color: #FEAC45;
}

.main .detail .game-cont .cont {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  padding: 16px 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: 16px;
  line-height: 36px;
  color: #666;
}

.main .detail .game-pic {
  margin-top: 20px;
}

.main .detail .game-pic .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.col-1 .hot-news {
  margin-top: 30px;
}

.col-1 .hot-news .top-news {
  margin-top: 20px;
}

.col-1 .hot-news .top-news .img {
  width: 120px;
  height: 80px;
}

.col-1 .hot-news .top-news .des {
  width: 246px;
  padding: 6px 0 2px;
}

.col-1 .hot-news .top-news .des a {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  font-weight: bold;
}

.col-1 .hot-news .top-news .des p {
  font-size: 14px;
  color: #999;
  line-height: 22px;
}

.col-1 .hot-games ul {
  padding-top: 18px;
}

.col-1 .hot-games ul li:not(:first-child) {
  margin-top: 30px;
}

.col-1 .hot-games ul li .img {
  width: 90px;
  height: 90px;
}

.col-1 .hot-games ul li .img img {
  border-radius: 10px;
}

.col-1 .hot-games ul li .des {
  width: 270px;
  padding: 4px 0;
}

.col-1 .hot-games ul li .des a {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.col-1 .hot-games ul li .des p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

/* 分页 */
.pagination {
  text-align: center;
  margin-top: 40px;
}

.pagination .thisclass {
  color: #fff;
  font-weight: bold;
  background: #FEAC45 !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: #FEAC45;
  border: none;
  border: 1px solid #FEAC45;
}

.pagination li:hover a {
  color: #fff;
}

.pagination li .page-link {
  cursor: pointer;
}

.pagination li span, .pagination li a {
  color: #999;
  display: inline-block;
}
