
* {
  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;
}

.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: #FF6600 !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;
}

body {
  background: #F7F7F7;
}

.header {
  background: #fff;
}

.header .logo a {
  display: block;
}

.header .logo a img {
  width: 206px;
  height: 50px;
}

.header .nav {
  background: #FF6600;
}

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

.header .nav ul .active a {
  font-weight: bold;
}

.header .nav ul li:not(:last-child) {
  margin-right: 40px;
}

.header .nav ul li a {
  font-size: 18px;
  color: #fff;
  padding: 20px 0;
  display: block;
}

.header .nav ul li a:hover {
  font-weight: bold;
}

.row {
  margin-top: 20px;
}

.col-2 {
  width: 800px;
}

.col-1 {
  width: 335px;
}

.mod {
  padding: 20px;
  background-color: #fff;
}

.public-title {
  position: relative;
}

.public-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #EEEEEE;
}

.public-title strong {
  font-size: 16px;
  color: #333;
  position: relative;
  padding-bottom: 10px;
}

.public-title strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #FF6600;
  z-index: 10;
}

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

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

.news ul li {
  margin-top: 19px;
}

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

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

.news ul li span {
  font-size: 14px;
  color: #999;
}

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

.icon1 ul li a {
  position: relative;
  padding-left: 17px;
}

.icon1 ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border: 1px solid #BBBBBB;
  border-radius: 50%;
}

.icon2 ul li {
  width: 100%;
}

.icon2 ul li a {
  position: relative;
  padding-left: 17px;
}

.icon2 ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 12px;
  background: url(../image/icon2.png) no-repeat;
}

.games ul li {
  width: 202px;
  margin-top: 20px;
}

.games ul li:not(:nth-child(5n)) {
  margin-right: 37px;
}

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

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

.games ul li .des {
  width: 104px;
  padding: 6px 0;
}

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

.games ul li .des .title:hover {
  color: #FF6600;
}

.games ul li .des .watch {
  width: 79px;
  height: 29px;
  border: 1px solid #FF6600;
  border-radius: 4px;
  font-size: 14px;
  color: #FF6600;
  text-align: center;
  line-height: 29px;
}

.games ul li .des .watch:hover {
  color: #fff;
  background: #FF6600;
}

.rand-news ul li {
  padding: 20px 0;
  border-bottom: 1px dashed #EEEEEE;
}

.rand-news ul li .img {
  width: 125px;
  height: 80px;
}

.rand-news ul li .des {
  padding-right: 22px;
  width: 220px;
}

.rand-news ul li .des a {
  font-size: 16px;
  color: #555;
  line-height: 26px;
}

.rand-news ul li .des a:hover {
  color: #FF6600;
}

.rand-news ul li .des span {
  font-size: 14px;
  color: #999;
}

.infoSty {
  position: relative;
}

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

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

.row0 {
  margin-top: 10px;
  padding: 14px 16px;
  background: #fff;
}

.row0 img {
  width: 22px;
  height: 22px;
}

.row0 ul {
  color: #333;
  font-size: 14px;
  margin-left: 10px;
}

.row0 ul li {
  display: inline;
}

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

.row0 ul li a:hover {
  color: #FF6600;
}

.row {
  margin-top: 20px;
}

.row1 .col-2 .banner {
  width: 560px;
}

.row1 .col-2 .banner .img {
  width: 100%;
  height: 300px;
}

.row1 .col-2 .banner .img img {
  /*height: auto;*/
  min-height: 100%;
}

.row1 .col-2 .panel2 {
  width: 220px;
}

.row1 .col-2 .panel2 .img {
  width: 100%;
  height: 140px;
}

.row1 .col-1 .top-news {
  margin-top: 17px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #E8E8E8;
}

.row1 .col-1 .top-news a {
  font-size: 16px;
  color: #FF6600;
  font-weight: bold;
  text-align: center;
}

.row1 .col-1 .top-news p {
  margin-top: 6px;
  font-size: 14px;
  color: #666;
  line-height: 18px;
}

.row1 .col-1 .top-news p a {
  font-size: 14px;
  color: #FF6600;
}

.mt20 {
  margin-top: 20px;
}

.row3 .panel1 {
  width: 777px;
}

.row3 .panel1 .panel1-1 {
  width: 300px;
}

.row3 .panel1 .panel1-1 .img {
  width: 100%;
  height: 190px;
}

.row3 .panel1 .panel1-1 .title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}

.row3 .panel1 .panel1-1 .title:hover {
  color: #FF6600;
}

.row3 .panel1 .panel1-1 p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.row3 .panel1 .panel1-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
  margin-top: -19px;
}

.row3 .panel1 .panel1-2 .news li {
  margin-top: 23px;
}

.row3 .panel2 {
  width: 315px;
}

.row3 .panel2 .top-news {
  margin-top: 20px;
}

.row3 .panel2 .top-news .img {
  width: 110px;
  height: 80px;
}

.row3 .panel2 .top-news .des {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 14px;
}

.row3 .panel2 .top-news .des a {
  font-size: 16px;
  color: #555;
  line-height: 26px;
}

.row3 .panel2 .top-news .des a:hover {
  color: #FF6600;
}

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

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

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

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

.footer {
  background: #282828;
  margin-top: 20px;
  padding: 46px 0;
}

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

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

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

.bread-nav {
  padding: 20px 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: #FF6600;
}

.main .panel1 {
  width: 777px;
}

.main .panel2 {
  width: 315px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

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

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

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

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

.main .games-list ul li .des {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 6px;
  padding-left: 20px;
}

.main .games-list ul li .des .title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

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

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

.main .games-list ul li .watch {
  margin-top: 37px;
  margin-left: 40px;
  font-size: 14px;
  color: #FF6600;
  width: 78px;
  height: 32px;
  border: 1px solid #FF6600;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
}

.main .games-list ul li .watch:hover {
  color: #fff;
  background: #FF6600;
}

.main .detail .art-head {
  padding-bottom: 20px;
}

.main .detail .art-head h1 {
  font-size: 20px;
  color: #000;
  margin-bottom: 27px;
  text-align: center;
}

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

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

.main .detail .gameInfo {
  padding: 20px;
  background: #FFFAF6;
}

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

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

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

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

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

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

.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: 100px 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 .images {
  margin-top: 20px;
}

.main .detail .game-pic .images .img {
  display: block;
  margin: 0 10px;
  width: 307px;
  height: 462px;
  overflow: hidden;
}

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

.main .panel2 .hot-news .top-news {
  margin-top: 20px;
}

.main .panel2 .hot-news .top-news .img {
  width: 110px;
  height: 80px;
}

.main .panel2 .hot-news .top-news .des {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 14px;
}

.main .panel2 .hot-news .top-news .des a {
  font-size: 16px;
  color: #555;
  line-height: 26px;
}

.main .panel2 .hot-news .top-news .des a:hover {
  color: #FF6600;
}

.main .panel2 .hot-news .top-news .des span {
  font-size: 14px;
  color: #999;
}

.main .panel2 .hot-games ul li {
  padding: 20px 0 10px;
}

.main .panel2 .hot-games ul li .img {
  width: 90px;
  height: 90px;
}

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

.main .panel2 .hot-games ul li .des {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
  padding-top: 6px;
}

.main .panel2 .hot-games ul li .des a {
  font-style: 18px;
  color: #333;
  font-weight: bold;
}

.main .panel2 .hot-games ul li .des a:hover {
  color: #FF6600;
}

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

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

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

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

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

.pagination li:hover a, .pagination li:hover span {
  color: #fff;
  background: #FF6600;
  border: none;
}

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

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