* {
  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;
}

.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: #E74B05 !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 { width:1200px; margin:0 auto;
  background: #fff;
}

.header .logo a {
  display: block;
}

.header .logo a img {
  width: 182px;
  height: 47px;
}

.header .nav {
  background: #E74B05;
}

.header .nav ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .nav ul .active a {
  background: #EF6D1D;
}

.header .nav ul li:not(:last-child) {
  margin-right: 15px;
}

.header .nav ul li a {
  font-size: 18px;
  color: #fff;
  padding: 22px 24px;
  display: block;
}

.header .nav ul li a:hover {
  background: #EF6D1D;
}

.row {
  margin-top: 10px;
}

.col-1 {
  width: 800px;
}

.col-2 {
  margin-left: 20px;
}

.public-title {
  padding: 10px;
  background: #F7F7F7;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.public-title strong {
  font-size: 16px;
  color: #333;
  position: relative;
}

.public-title a {
  font-size: 14px;
  color: #999;
}

.public-title a:hover {
  color: #E74B05;
}

.news ul li {
  margin-top: 17px;
}

.news ul li a {
  font-size: 14px;
  color: #555;
  width: 76%;
}

.news ul li a:hover {
  color: #E74B05;
}

.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: #E74B05;
  text-align: center;
  line-height: 20px;
}

.icon1 ul li a {
  position: relative;
  padding-left: 15px;
}

.icon1 ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background: url(../images/icon1.png) no-repeat;
  background-size: 100%;
}

.games ul li {
  width: 175px;
  padding: 20px 0 10px;
}

.games ul li:not(:nth-child(4n)) {
  margin-right: 33px;
}

.games ul li .img {
  width: 80px;
  height: 80px;
}

.games ul li .img img {
  border-radius: 10px;
}

.games ul li .des {
  margin-left: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 6px 0;
}

.games ul li .des .title {
  font-size: 16px;
  color: #333;
}

.games ul li .des .title:hover {
  color: #E74B05;
}

.games ul li .des .watch {
  width: 79px;
  height: 29px;
  border: 1px solid #E74B05;
  border-radius: 4px;
  font-size: 14px;
  color: #E74B05;
  text-align: center;
  line-height: 29px;
}

.games ul li .des .watch:hover {
  color: #fff;
  background: #E74B05;
}

.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;
}

.row {
  margin-top: 20px;
}

.row1 .col-2 {
  margin-left: 20px;
}

.row1 .col-2 .img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.row1 .col-2 .img img {
  height: auto;
  min-height: 100%;
}

.row1 .col-2 .img .info {
  position: absolute;
  right: 0;
  top: 0;
  width: 240px;
  height: 300px;
  background: rgba(0, 0, 0, 0.6);
}

.row1 .col-2 .img .info .des {
  padding: 34px 21px;
}

.row1 .col-2 .img .info .des a {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}

.row1 .col-2 .img .info .des a:hover {
  color: #E74B05;
}

.row1 .col-2 .img .info .des p {
  margin-top: 42px;
  font-size: 12px;
  color: #fff;
  line-height: 22px;
}

.row1 .col-1 {
  width: 480px;
}

.row2 .col-1 li {
  width: 380px;
}

.row2 .top-news {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E8E8E8;
}

.row2 .top-news li {
  width: 380px;
}

.row2 .top-news li .img {
  width: 130px;
  height: 80px;
  overflow: hidden;
}

.row2 .top-news li .img img {
  height: auto;
  min-height: 100%;
}

.row2 .top-news li .des {
  margin-left: 10px;
  padding: 4px 0;
}

.row2 .top-news li .des a {
  font-size: 14px;
  color: #333;
}

.row2 .top-news li .des p {
  font-size: 12px;
  color: #666;
  line-height: 20px;
}

.mt20 {
  margin-top: 20px;
}

.row3 .news li {
  margin-top: 16px;
}

.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: #E74B05;
}

.footer {
  background: #F7F7F7;
  margin-top: 40px;
  padding: 46px 0; text-align:center; color:#333333; line-height:180%;
}

.footer p {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 36px;
}

.footer p a {
  font-size: 14px;
  color: #666;
  margin: 0 4px;
}

.footer p a:hover {
  color: #E74B05;
}

.bread-nav {
  padding: 20px 0;
}

.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: #E74B05;
}

.main .item-list li a {
  width: 90%;
}

.main .games-list ul li {
  margin-top: 20px;
  padding: 21px;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  width: 348px;
}

.main .games-list ul li .img {
  width: 100px;
  height: 100px;
}

.main .games-list ul li .img img {
  border-radius: 10px;
}

.main .games-list ul li .des {
  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: #E74B05;
}

.main .games-list ul li .des p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}

.main .games-list ul li .watch {
  margin-top: 37px;
  margin-left: 40px;
  font-size: 14px;
  color: #E74B05;
  width: 78px;
  height: 32px;
  border: 1px solid #E74B05;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
}

.main .games-list ul li .watch:hover {
  color: #fff;
  background: #E74B05;
}

.main .detail .art-head {
  padding-bottom: 20px;
  border-bottom: 1px solid #FFF7F1;
}

.main .detail .art-head h1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 27px;
  text-align: center;
}

.main .detail .art-head p {
  padding: 0 73px;
}

.main .detail .art-head p span {
  font-size: 16px;
  color: #666;
  line-height: 32px;
}

.main .detail .art-cont {
  font-size: 15px;
  line-height: 33px;
  color: #666;
  padding: 20px 0;
}

.main .detail .art-cont .img {
  display: block;
  width: 100%; 
  display: block;
  width: 100%;
  height: auto!important;
}

.main .detail .art-cont img {
  display: block;
  max-width: 600px !important;
  height: auto!important;
  margin: 10px auto;
}

.main .detail .art-cont p {
  font-size: 15px;
  line-height: 33px;
  color: #666;
  text-indent: 2em;
}

.main .detail .pages ul li {
  margin-top: 30px;
  font-size: 14px;
  color: #999;
}

.main .detail .pages ul li a {
  font-size: 14px;
  color: #333;
  width: 74%;
}

.main .detail .pages ul li a:hover {
  color: #E74B05;
}

.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: 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-slide img {
  width: 100%;
  height: 100%;
}

.main .col-2 .hot-news .top-news {
  margin-top: 20px;
}

.main .col-2 .hot-news .top-news .img {
  width: 130px;
  height: 80px;
}

.main .col-2 .hot-news .top-news .des {
  padding: 4px 0;
  margin-left: 14px;
}

.main .col-2 .hot-news .top-news .des a {
  font-size: 14px;
  color: #333;
  line-height: 26px;
}

.main .col-2 .hot-news .top-news .des a:hover {
  color: #E74B05;
}

.main .col-2 .hot-news .top-news .des p {
  font-size: 12px;
  color: #666;
  line-height: 20px;
}

.main .col-2 .hot-games ul li {
  padding: 20px 0 10px;
}

.main .col-2 .hot-games ul li .img {
  width: 90px;
  height: 90px;
}

.main .col-2 .hot-games ul li .img img {
  border-radius: 10px;
}

.main .col-2 .hot-games ul li .des {
  padding-left: 15px;
  padding-top: 6px;
}

.main .col-2 .hot-games ul li .des a {
  font-style: 18px;
  color: #333;
  font-weight: bold;
}

.main .col-2 .hot-games ul li .des a:hover {
  color: #E74B05;
}

.main .col-2 .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: #E74B05 !important;
  border: none !important;
}

.pagination .thisclass span {
  color: #fff;
}

.pagination a {
  display: inline-block;
  margin: 0 9px;
  padding: 5px 11px;
  font-size: 16px;
  border: 1px solid #DCDCDC; color:#333333;
}

.pagination a:hover {
  background: #E74B05;
  color: #fff;
  border: 1px solid #E74B05;
}

.pagination li:hover a {
  color: #fff;
}

.pagination li .page-link {
  cursor: pointer;
}

.pagination li span, .pagination li a {
  color: #999;
  display: inline-block;
}
.flex1 li{
  width: 100%;
}

.banner-slide {
    overflow: hidden;
    width: 100%;
    height: 340px;
    position: relative
}

.banner-slide img {
    min-height: 100%
}

.slide-pagination {
    position: absolute;
    margin-left: 10px;
    z-index: 10;
    text-align: center
}

.slide-pagination span {
    width: 15px;
    height: 15px;
    border-radius: 0;
    background: #000
}

.slide-button-next,.slide-button-prev {
    position: absolute;
    z-index: 10;
    top: 42%
}

.slide-button-next {
    left: 0
}

.slide-button-prev {
    right: 0
}

.slide-btn {
    transition: all .3s;
    padding: 20px 10px;
    background: rgba(0,0,0,.6);
    opacity: 0;
    color: #fff;
    font-family: simsun;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer
}

.banner-slide:hover .slide-btn {
    opacity: 1
}