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

a {
  text-decoration: none;
}

a:hover {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

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 !important;
}

.mt36 {
  margin-top: 36px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.width-1-5 {
  width: 20%;
}

.width-2-5 {
  width: 40%;
}

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

.header {
  background: #fff;
}

.header .logo {
  display: block;
  width: 242px;
  height: 58px;
}

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

.header .nav ul .active a {
  color: #FF414D;
}

.header .nav ul li {
  margin-left: 20px;
  flex-shrink: 0;
}

.header .nav ul li a {
  font-size: 18px;
  color: #222;
  display: block;
}

.header .nav ul li a:hover {
  color: #FF414D;
}

.header .nav .search {
  margin-left: 10px;
}

.header .nav .search .search-form input {
  height: 38px;
  color: #aaa;
  padding: 0 10px;
  border: 1px solid #33B56F;
}

.header .nav .search .search-form button {
  height: 40px;
  border: 0;
  background: #33B56F;
  color: #fff;
  padding: 0 20px;
  margin-left: -5px;
}

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

.banner {
  width: 100%;
}

.col-1 {
  width: 66%;
}

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

.left {
  width: 70%;
}

.right {
  padding-left: 10px;
}

.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: 400px;
}

.panel2 {
  padding-left: 21px;
}

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

.public-title strong {
  font-size: 18px;
  color: #444;
  padding-bottom: 10px;
  position: relative;
  font-weight: normal;
}

.public-title strong::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40%;
  height: 4px;
  background: #FF414D;
  border-radius: 3px;
}

.public-title .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px;
  height: 1px;
  background: #EEEEEE;
}

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

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

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

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

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

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

.news ul li {
  margin-top: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

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

.news2 ul li {
  width: 170px;
  margin-top: 30px;
}

.news2 ul li a:hover .title {
  color: #FF414D;
}

.news2 ul li a .img {
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.news2 ul li a .img img {
  height: auto;
  min-height: 100%;
}

.news2 ul li a .title {
  text-align: center;
  margin-top: 14px;
  font-size: 14px;
  color: #333;
  width: 100%;
}

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

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

.games ul {
  margin-top: 28px;
}

.games ul li {
  width: 100px;
}

.games ul li:not(:last-child) {
  margin-right: 17px;
}

.games ul li a:hover .title {
  color: #FF414D;
}

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

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

.games ul li a .title {
  font-size: 16px;
  color: #333;
  margin-top: 14px;
  width: 100%;
  text-align: center;
}

.games ul li a .title:hover {
  color: #FF414D;
}

.games ul li .title {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-top: 13px;
  width: 100%;
}

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

.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 a, .infoSty .info p {
  padding-left: 20px;
  width: 70%;
  font-size: 16px;
  color: #fff;
}

.infoSty .info span {
  font-size: 14px;
  color: #fff;
}

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

.top-news1 .img {
  width: 162px;
  height: 85px;
}

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

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

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

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

.rand-news ul li {
  margin-top: 20px;
  padding-bottom: 20px;
}

.rand-news ul li:not(:last-child) {
  border-bottom: 1px dashed #eee;
}

.rand-news ul li .info label {
  width: 22px;
  height: 22px;
  background: #eee;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #999;
  border-radius: 3px;
  position: relative;
}

.rand-news ul li .info label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  background: #eee;
}

.rand-news ul li .info a {
  font-size: 16px;
  color: #333;
  width: 90%;
}

.rand-news ul li .info a:hover {
  color: #FF414D;
}

.rand-news ul li p {
  margin-top: 16px;
  font-size: 14px;
  color: #999;
  line-height: 20px;
}

.row0 .left .panels .img {
  width: 48%;
  height: 324px;
}

.row0 .left .panels .panel-news {
  padding-left: 10px;
}

.row0 .left .panels .top-news {
  padding-top: 6px;
  padding-bottom: 26px;
  border-bottom: 1px solid #EEEEEE;
}

.row0 .left .panels .top-news a {
  font-size: 20px;
  color: #FF414D;
}

.row0 .left .panels .top-news p {
  margin-top: 14px;
  font-size: 14px;
  color: #555;
  line-height: 24px;
}

.row1 .mod {
  width: 1160px;
}

.pt10 {
  padding-top: 10px;
}

.row2 .left .images {
  padding: 0 20px;
}

.row2 .left .images .img {
  margin-top: 8px;
  width: 100%;
  height: 65px;
  overflow: hidden;
}

.row2 .left .images .img img {
  height: auto;
  min-height: 100%;
}

.mt10 {
  margin-top: 10px;
}

.mt16 {
  margin-top: 16px;
}

.mt20 {
  margin-top: 20px;
}

.mt26 {
  margin-top: 26px;
}

.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: 12px;
}

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

.footer {
  background: #fff;
  margin-top: 50px;
  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: #FF414D;
}

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

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

.col-800 {
  width: 800px;
}

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

.main .item-list ul li .img {
  width: 160px;
  height: 100px;
  overflow: hidden;
}

.main .item-list ul li .img img {
  height: auto;
  min-height: 100%;
}

.main .item-list ul li .des {
  padding-left: 20px;
}

.main .item-list ul li .des a {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  font-weight: bold;
}

.main .item-list ul li .des a:hover {
  color: #FF414D;
}

.main .item-list ul li .des span {
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .item-list ul li .des .description {
  font-size: 14px;
  color: #666;
}

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

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

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

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

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

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

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

.main .games-list ul li > div .watch {
  margin-top: 44px;
  font-size: 14px;
  color: #FF414D;
}

.main .detail .art-head {
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}

.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;
  margin-right: 50px;
}

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

.main .detail .art-cont a {
  display: inline-block;
  font-size: 15px;
  color: #FF414D;
  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: #636363;
  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: #FF414D;
}

.main .detail .like-news ul li:last-child {
  border: none;
}

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

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

.main .detail .gameInfo .des {
  padding-top: 6px;
  padding-left: 24px;
}

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

.main .detail .gameInfo .des p {
  font-size: 14px;
  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: #FF414D;
  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 .hot-news ul {
  padding-top: 10px;
}

.main .col-2 .hot-news ul li {
  margin-top: 22px;
}

.main .col-2 .hot-news ul li .img {
  width: 140px;
  height: 80px;
  overflow: hidden;
}

.main .col-2 .hot-news ul li .img img {
  height: auto;
  min-height: 100%;
}

.main .col-2 .hot-news ul li .des {
  padding-left: 13px;
}

.main .col-2 .hot-news ul li .des a {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}

.main .col-2 .hot-news ul li .des a:hover {
  color: #FF414D;
}

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

.main .col-2 .hot-games ul li {
  margin-top: 28px;
  width: 80px;
}

.main .col-2 .hot-games ul li:not(:nth-child(4n)) {
  margin-right: 11px;
}

.main .col-2 .hot-games ul li:hover a p {
  color: #FF414D;
}

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

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

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

.main .col-2 .hot-games ul li a p {
  font-size: 16px;
  color: #555;
  width: 100%;
  margin: 12px 0 20px;
}

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

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

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

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

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

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

.head {
  height: 80px;
}

.logo {
  display: block;
  margin-top: 15px;
}

.logo img {
  height: 100%;
}

.nav > ul {
  overflow: hidden;
}

.nav > ul > li {
  display: inline-block;
  line-height: 48px;
}

.nav > ul > li a {
  display: block;
  color: #ffffff;
  font-size: 18px;
}

/* search */
.search-form {
  position: relative;
}

.search-form-input {
  border: 1px solid #fff;
  padding: 10px 10px 11px 10px;
  width: 240px;
}

.search-form-submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 16px;
  cursor: pointer;
  border: 1px solid #ffdd85;
  background: #ffdd85;
  color: #222;
  font-size: 14px;
}

.header-banner {
  height: 390px;
  background: url("../images/banner.jpg") center top no-repeat;
}

.head-nav {
  background-color: #333333;
}

.head-search {
  margin-top: 18px;
}

.head-search input {
  height: 40px;
  border: 1px solid #d2d2d2;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

.head-search span {
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  background-color: #FF8B26;
  color: #ffffff;
  width: 97px;
  text-align: center;
  line-height: 42px;
}
