@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 li {
  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: #1492FF !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 {
  border-bottom: 2px solid #1492FF;
}

.header .top p {
  font-size: 12px;
  color: #999;
}

.header .top p a {
  color: #333;
}

.header .top p a:hover {
  color: #1492FF;
}

.header .top p span {
  font-size: 12px;
  color: #999;
  padding: 0 5px;
}

.header .mid {
  padding: 30px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .mid .logo {
  display: block;
  width: 232px;
  height: 56px;
}

.header .mid .searchBox input {
  width: 300px;
  height: 28px;
  border: 1px #ddd solid;
  text-indent: 10px;
  font-size: 14px;
  color: #888;
}

.header .mid .searchBox button {
  width: 64px;
  height: 30px;
  background: #1492FF;
}

.header .mid .searchBox button img {
  width: 16px;
  height: 16px;
  margin: 0 auto;
}

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

.nav ul .active a {
  background: #1492FF;
  color: #fff;
}

.nav ul li a {
  font-size: 16px;
  color: #333;
  padding: 17px 20px;
  display: block;
}

.nav ul li a:hover {
  background: #1492FF;
  color: #fff;
}

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

.col-1 {
  width: 800px;
}

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

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

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

.left {
  width: 770px;
}

.right {
  width: 390px;
}

.col-3 {
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}

.col-3 .news ul li {
  width: 100%;
}

.panel1 {
  width: 360px;
}

.panel2 {
  width: 360px;
}

.panel3 {
  width: 360px;
}

.mt12 {
  margin-top: 12px;
}

.mt14 {
  margin-top: 14px;
}

.mt16 {
  margin-top: 16px;
}

.mt30 {
  margin-top: 30px;
}

.mt25 {
  margin-top: 25px;
}

.mt40 {
  margin-top: 40px;
}

.ml19 {
  margin-left: 19px;
}

.public-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

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

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

.public-title strong::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #1492FF;
  z-index: 10;
}

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

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

.top-news {
  margin-top: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EEEEEE;
}

.top-news a {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: left;
}

.top-news a:hover {
  color: #1492FF;
}

.top-news p {
  margin-top: 20px;
  font-size: 14px;
  color: #888;
}

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

.top-news1 .img {
  width: 140px;
  height: 80px;
}

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

.top-news1 .des a {
  font-size: 16px;
  color: #333;
}

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

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

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

.mt18 {
  margin-top: 18px !important;
}

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

.news ul li label {
  width: 40px;
  height: 24px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  font-size: 14px;
  color: #1492FF;
  text-align: center;
  line-height: 24px;
}

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

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

.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: #1492FF;
  text-align: center;
  line-height: 20px;
}

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

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

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

.infoSty {
  position: relative;
}

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

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

.row1 .left .banner .img {
  width: 100%;
  height: 330px;
}

.row1 .left .rand-news {
  width: 260px;
}

.row1 .left .rand-news ul {
  height: 100%;
}

.row1 .left .rand-news ul li .img {
  width: 260px;
  height: 160px;
}

.row3 .left .panel2 .news ul li {
  line-height: 40px;
}

.row3 .right .news ul li {
  line-height: 40px;
}

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

.link p a:hover {
  color: #1492FF;
}

.footer {
  background: #EEEEEE;
  margin-top: 50px;
  padding: 46px 0;
}

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

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

.footer p a:hover {
  color: #1492FF;
}

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

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

.bread-nav .breadCrumbs li img {
  width: 12px;
  height: 14px;
  padding-right: 2px;
}

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

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

.col-800 {
  width: 800px;
}

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

.main .item-list ul li a {
  font-size: 18px;
  color: #333;
  width: 74%;
  padding-left: 32px;
  position: relative;
}

.main .item-list ul li a::before {
  content: ">>";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  color: #1492FF;
}

.main .item-list ul li a:hover {
  color: #1492FF;
}

.main .item-list ul li span {
  font-size: 16px;
  color: #999;
}

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

.main .games-list ul li {
  margin-top: 24px;
  width: 178px;
  height: 198px;
  border: 1px solid #E5E5E5;
}

.main .games-list ul li:not(:nth-child(4n)) {
  margin-right: 26px;
}

.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 .title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: center;
  width: 80%;
  margin: 14px 0 20px;
}

.main .games-list ul li .title:hover {
  color: #1492FF;
}

.main .games-list ul li .watch {
  font-size: 14px;
  color: #999;
}

.main .games-list ul li .watch:hover {
  color: #1492FF;
}

.main .detail .art-head {
  padding: 18px;
  background: #F7F7F7;
}

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

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

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

.main .detail .art-cont a {
  display: inline-block;
  font-size: 15px;
  color: #1492FF;
  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: 15px;
  line-height: 36px;
  color: #666;
  text-indent: 2em;
}

.main .detail .pages ul li {
  margin-top: 10px;
  background: #F7F7F7;
  font-size: 16px;
  padding: 12px 17px;
  color: #999;
}

.main .detail .pages ul li a {
  font-size: 16px;
  color: #999;
  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: #1492FF;
}

.main .detail .gameInfo {
  padding: 26px;
  border: 1px solid #E5E5E5;
}

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

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

.main .detail .gameInfo .des {
  padding-top: 2px;
  padding-left: 25px;
  padding-bottom: 10px;
}

.main .detail .gameInfo .des h1 {
  font-size: 24px;
  color: #1492FF;
  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: #1492FF;
  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;
}

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

.main .col-2 .hot-games ul {
  padding-top: 10px;
}

.main .col-2 .hot-games ul .active .box1 {
  display: none;
}

.main .col-2 .hot-games ul .active .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.main .col-2 .hot-games ul li:nth-child(1) label {
  color: #E53A40 !important;
}

.main .col-2 .hot-games ul li:nth-child(2) label {
  color: #FF7B23 !important;
}

.main .col-2 .hot-games ul li:nth-child(3) label {
  color: #FFBB19 !important;
}

.main .col-2 .hot-games ul li label {
  font-size: 16px;
  color: #999;
  font-style: italic;
}

.main .col-2 .hot-games ul li .box1 .title {
  width: 76%;
  font-size: 16px;
  color: #333;
  text-align: left;
}

.main .col-2 .hot-games ul li .box1 .title:hover {
  color: #1492FF;
}

.main .col-2 .hot-games ul li .box1 span {
  font-size: 14px;
  color: #999;
}

.main .col-2 .hot-games ul li .box2 {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .col-2 .hot-games ul li .box2 .title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  width: 40%;
}

.main .col-2 .hot-games ul li .box2 .img {
  width: 80px;
  height: 80px;
}

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

.main .col-2 .hot-games ul li .box2 .watch {
  font-size: 14px;
  color: #1492FF;
}

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

.pagination .thisclass {
  color: #fff;
  font-weight: bold;
  background: #1492FF !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: #1492FF;
  color: #fff;
  border: 1px solid #1492FF;
}

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

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

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