
* {
  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: #FFBC00 !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 {
  background: #fff;
  padding: 22px 0 18px;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
}

.header .logo a {
  display: block;
}

.header .logo a img {
  width: 195px;
  height: 47px;
}

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

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

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

.header .nav ul li a {
  font-size: 20px;
  color: #333;
  padding: 20px 14px;
  border-radius: 8px;
  display: block;
}

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

.row {
  margin-top: 30px;
}

.col-2 {
  width: 780px;
}

.col-1 {
  width: 396px;
}

.panel1 {
  width: 380px;
}

.panel2 {
  width: 385px;
}

.public-title strong {
  font-size: 16px;
  color: #333;
  position: relative;
  overflow: hidden;
  padding-left: 14px;
}

.public-title strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: #FFBC00;
}

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

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

.news ul li {
  margin-top: 24px;
  width: 100%;
}

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

.news ul li a::before {
  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%;
}

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

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

.top-news1 {
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E8E8E8;
}

.top-news1 .img {
  width: 125px;
  height: 80px;
  overflow: hidden;
}

.top-news1 .img img {
  height: auto;
  min-height: 100%;
}

.top-news1 .des {
  width: 255px;
  padding: 12px 0;
}

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

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

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

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

.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;
  background: #DADADA;
  border-radius: 50%;
}

.icon2 ul li {
  width: 100%;
}

.icon2 ul li:not(:nth-child(-n+2)) {
  margin-top: 20px;
}

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

.icon2 ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 13px;
  background: url(/templets/default/images/icon1.png) no-repeat;
}

.games ul {
  padding-top: 20px;
}

.games ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
}

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

.games ul li:not(:nth-child(-n+7)) {
  margin-top: 26px;
}

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

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

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

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

.games ul li .watch {
  margin-top: 8px;
  width: 50px;
  height: 20px;
  border: 1px solid #FEAC45;
  border-radius: 2px;
  font-size: 12px;
  color: #FFBC00;
  text-align: center;
  line-height: 20px;
}

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

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

.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: 16px;
  color: #fff;
  font-weight: bold;
}

.row1 .banner {
  position: relative;
}

.row1 .banner .swiper-pagination-bullets {
  width: 10% !important;
  right: 43px;
  left: auto;
  bottom: 16px;
}

.row1 .banner .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #C1C1C1;
  opacity: 0.47;
  margin: 0 3px;
}

.row1 .banner .swiper-pagination-bullets .swiper-pagination-bullet:focus {
  outline: none;
}

.row1 .banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 20px;
  height: 6px;
  background: #FFBC00;
  opacity: 0.8;
  border-radius: 3px;
}

.row1 .banner .swiper-button-prev {
  left: 0;
  width: 33px;
  height: 66px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/templets/default/images/prev1.png) no-repeat;
}

.row1 .banner .swiper-button-prev::after {
  content: '';
}

.row1 .banner .swiper-button-prev:focus {
  outline: none;
}

.row1 .banner .swiper-button-next {
  right: 0;
  width: 33px;
  height: 66px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/templets/default/images/next1.png) no-repeat;
}

.row1 .banner .swiper-button-next::after {
  content: '';
}

.row1 .banner .swiper-button-next:focus {
  outline: none;
}

.row1 .banner-container {
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.row1 .banner-container .img {
  width: 100%;
  height: 360px;
}

.row1 .banner-container .img img {
  height: auto;
  min-height: 100%;
}

.row1 .banner-container .info p {
  font-weight: bold;
}

.row1 .col-1 .top-news ul li:not(:first-child) {
  margin-top: 30px;
}

.row1 .col-1 .top-news ul li a {
  font-size: 18px;
  color: #212121;
  font-weight: bold;
  text-align: center;
}

.row1 .col-1 .top-news ul li a:hover {
  color: #FFBC00;
}

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

.row2 .news li {
  margin-top: 20px;
}

.row2 .col-2 .panel2 .title {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  text-align: center;
}

.row2 .col-2 .panel2 .title:hover {
  color: #FFBC00;
}

.row3 .news li {
  margin-top: 22px;
}

.row3 .col-2 .panel1 .infoSty .info {
  padding: 12px 0;
}

.row3 .col-2 .panel1 .infoSty .info p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.row3 .col-2 .panel1 .item1 {
  margin-top: 22px;
  width: 100%;
}

.row3 .col-2 .panel1 .item1 .img {
  width: 100%;
  height: 200px;
}

.row3 .col-2 .panel1 .item2 {
  margin-top: 20px;
}

.row3 .col-2 .panel1 .item2 .im {
  width: 180px;
}

.row3 .col-2 .panel1 .item2 .im .img {
  width: 100%;
  height: 120px;
}

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

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

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

.footer {
  background: #FFFFFF;
  margin-top: 40px;
  padding: 46px 0;
  -webkit-box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.09);
}

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

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

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

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

.main .games-list ul li {
  max-width: 380px;
  width: 336px;
  padding: 21px;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  margin-top: 20px;
}

.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 {
  width: 219px;
  padding: 6px 0;
}

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

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

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

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

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

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

.main .detail .art-head p span {
  font-size: 14px;
  color: #999;
}

.main .detail .art-cont {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  padding: 20px 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: 6rem !important;
  height: auto;
  margin: 0.1rem 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: #FFBC00;
}

.main .detail .gameInfo {
  padding: 20px;
  background: #FFF9E7;
  border-radius: 6px;
  position: relative;
}

.main .detail .gameInfo::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 5px;
  width: 5px;
  height: 100%;
  background: #FFDD7A;
  z-index: 5;
  border-radius: 6px;
}

.main .detail .gameInfo::before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: -5px;
  width: 100%;
  height: 5px;
  background: #FFDD7A;
  z-index: 5;
  border-radius: 6px;
}

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

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

.main .detail .gameInfo .des {
  width: 622px;
  padding: 8px 0;
}

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

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

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

.main .detail .game-cont .cont {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  padding: 16px 0;
  text-indent: 2em;
}

.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: 6rem !important;
  height: auto;
  margin: 0.1rem 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 .detail .game-pic .images {
  margin-top: 20px;
}

.main .detail .game-pic .images .img {
  display: block;
  margin-right: 20px;
  width: 251px;
  height: 378px;
  overflow: hidden;
}

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

.main .col-1 .mod2, .main .col-1 .mod3 {
  margin-top: 28px;
}

.main .col-1 .new-news .news li {
  width: 100%;
}

.main .col-1 .new-news .news label {
  width: 40px;
  height: 20px;
  background: #368CCA;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 20px;
}

.main .col-1 .new-news .news a {
  width: 74%;
}

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

.main .col-1 .hot-news .top-news .img {
  width: 100%;
  height: 140px;
}

.main .col-1 .hot-games ul li {
  margin-top: 20px;
  padding-bottom: 10px;
}

.main .col-1 .hot-games ul li .img {
  width: 70px;
  height: 70px;
}

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

.main .col-1 .hot-games ul li .des {
  width: 245px;
  padding: 2px 0;
}

.main .col-1 .hot-games ul li .des a {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.main .col-1 .hot-games ul li .des a:hover {
  color: #FFBC00;
}

.main .col-1 .hot-games ul li .des p {
  font-size: 12px;
  color: #999;
  line-height: 20px;
}

.main .col-1 .hot-games ul li .watch {
  margin-top: 20px;
  font-size: 14px;
  color: #FFBC00;
  width: 48px;
  height: 28px;
  border: 1px solid #FFBC00;
  border-radius: 4px;
  text-align: center;
  line-height: 28px;
}

.main .col-1 .hot-games ul li .watch:hover {
  color: #fff;
  background: #FFBC00;
}

.main .col-1 .top-news {
  margin-top: 22px;
}

.main .col-1 .top-news .infoSty .info {
  padding: 13px 0;
}

.main .col-1 .top-news .infoSty .info p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.main .col-1 .top-news li {
  width: 185px;
}

.main .col-1 .top-news li .img {
  width: 100%;
  height: 120px;
}

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

.pagination .thisclass {
  color: #fff;
  font-weight: bold;
  background: #FFBC00 !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 {
  color: #fff;
  background: #FFBC00;
  border: none;
    border: 1px solid #FFBC00;
}
.pagination li:hover a{
	color: #fff;
}
.pagination li .page-link {
  cursor: pointer;
}

.pagination li span, .pagination li a {

  color: #999;
  display: inline-block;
}
.box{
	width: 100%;
}
