.main {
  width: 100%;
}

/* banner start */

.new-banner {
  width: 100%;
  height: 8.2rem;
  overflow: hidden;
  background: #000000;
}

.new-banner .swiper-container {
  width: 100%;
  height: 100%;
}

.new-banner .swiper-pagination {
  top: auto;
  bottom: 0.346667rem;
  background: none;
}

.new-banner .swiper-pagination-bullet {
  display: inline-block;
  width: 1.48rem;
  height: 0.04rem;
  cursor: pointer;
  background: none;
  border-radius: 0;
  opacity: 1;
}

.new-banner .swiper-pagination-bullet span {
  width: 1.48rem;
  height: 0.04rem;
  display: block;
  background: rgba(128, 128, 128, 0.2);
}

.new-banner .swiper-pagination-bullet i {
  background: gray;
  height: 0.04rem;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  display: block;
}

.new-banner .swiper-pagination-bullet-active span {
  background: gray;
}

.new-banner .autoplay .swiper-pagination-bullet-active span {
  background: rgba(128, 128, 128, 0.2);
}

.new-banner .autoplay .firsrCurrent i {
  -webkit-transition: -webkit-transform 2.9s linear;
  transition: -webkit-transform 2.9s linear;
  transition: transform 2.9s linear;
  transition: transform 2.9s linear, -webkit-transform 2.9s linear;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.new-banner .autoplay .current i {
  -webkit-transition: -webkit-transform 4s linear;
  transition: -webkit-transform 4s linear;
  transition: transform 4s linear;
  transition: transform 4s linear, -webkit-transform 4s linear;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.new-banner .autoplay .replace span {
  background: gray;
}

.new-banner .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.new-banner .swiper-slide .txt {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #ffffff;
  padding-top: 1.6rem;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.new-banner .swiper-slide .txt h3 {
  font-size: 0.506667rem;
  font-weight: bold;
  line-height: 0.64rem;
  text-transform: uppercase;
}

.new-banner .swiper-slide .txt h4 {
  font-size: 0.213333rem;
  line-height: 0.293333rem;
  margin-top: 0.066667rem;
}

.new-banner .swiper-slide .txt p {
  margin-top: 0.266667rem;
  line-height: 1;
}

.new-banner .swiper-slide .txt p a {
  font-size: 0.186667rem;
  opacity: 0.7;
  margin: 0 0.333333rem;
  padding-right: 0.12rem;
  color: rgba(255, 255, 255, 0.6);
  background: url('../images/enter_white_btn.png') no-repeat right center;
  background-size: 0.106667rem 0.106667rem;
}

.new-banner .swiper-slide .txt p a:hover {
  opacity: 1;
}

.new-banner .swiper-slide .txt.txt_left_top {
  top: 0;
  padding-left: 0.533333rem;
  text-align: left;
}

.new-banner .swiper-slide .txt.txt_left_top p a:nth-child(1) {
  margin-left: 0;
}

.new-banner .swiper-slide .txt.txt_left_bottom {
  top: inherit;
  bottom: 0.8rem;
  padding-left: 0.533333rem;
  text-align: left;
}

.new-banner .swiper-slide .txt.txt_left_bottom p a:nth-child(1) {
  margin-left: 0;
}

.new-banner .swiper-slide .txt.txt_right_top {
  left: inherit;
  right: 0;
  top: 0;
  padding-right: 0.533333rem;
  text-align: right;
}

.new-banner .swiper-slide .txt.txt_right_top p a:nth-last-child(1) {
  margin-right: 0;
}

.new-banner .swiper-slide .txt.txt_right_bottom {
  left: inherit;
  right: 0;
  top: inherit;
  bottom: 0.8rem;
  padding-right: 0.533333rem;
  text-align: right;
}

.new-banner .swiper-slide .txt.txt_right_bottom p a:nth-last-child(1) {
  margin-right: 0;
}

.new-banner .swiper-slide .shop_txt {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #17172E;
  padding-top: 0.493333rem;
  z-index: 2;
}

.new-banner .swiper-slide .shop_txt h3 {
  font-size: 0.506667rem;
  line-height: 0.64rem;
  color: #ffffff;
}

.new-banner .swiper-slide .shop_txt h4 {
  font-size: 0.213333rem;
  line-height: 0.293333rem;
  margin-top: 0.066667rem;
}

.new-banner .swiper-slide .shop_txt p {
  margin-top: 0.253333rem;
}

.new-banner .swiper-slide .shop_txt p a {
  font-size: 0.186667rem;
  width: 1.146667rem;
  height: 0.333333rem;
  line-height: 0.333333rem;
  margin: 0 0.186667rem;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.new-banner .swiper-slide .shop_txt p a img {
  width: 0.106667rem;
  height: 0.106667rem;
}

.new-banner .swiper-slide .shop_txt p a:hover {
  opacity: 0.6;
}

.new-banner .swiper-slide .banner_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.new-banner .swiper-slide .banner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* banner end */

/* 视频 start */

.index_video {
  width: 100%;
  font-size: 0;
  text-align: center;
  position: relative;
}

.index_video video {
  width: 100%;
}

.index_video .play_btn {
  width: 0.88rem;
  height: 0.88rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.44rem;
  margin-top: -0.44rem;
  cursor: pointer;
  z-index: 99;
}

/* 视频 end */

/* 产品列表 start */

.product {
  background: #ffffff;
}

.product ul li {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.133333rem;
  position: relative;
  font-size: 0;
}

.product ul li a {
  display: block;
}

.product ul li .show_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product ul li .show_img img {
  width: 100%;
  height: 100%;
}

.product ul li .pro_msg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0.88rem;
  text-align: center;
}

.product ul li .pro_msg h3 {
  font-size: 0.506667rem;
  line-height: 0.64rem;
  color: #ffffff;
}

.product ul li .pro_msg h4 {
  font-size: 0.213333rem;
  line-height: 0.293333rem;
  color: #ffffff;
  margin-top: 0.066667rem;
}

.product ul li .pro_msg p {
  font-size: 0.186667rem;
  line-height: 0.293333rem;
  color: #ffffff;
  margin-top: 0.253333rem;
}

.product ul li .pro_msg p a {
  display: inline-block;
  color: #ffffff;
  padding-right: 0.16rem;
  background: url('../images/enter_white_btn.png') no-repeat right center;
  background-size: 0.106667rem 0.106667rem;
  opacity: 0.7;
}

.product ul li .pro_msg p a:hover {
  opacity: 1;
}

.product ul li .pro_info {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.48rem 0.133333rem;
}

.product ul li .pro_info h3 {
  font-size: 0.4rem;
  line-height: 0.52rem;
  color: #454545;
  text-decoration: underline;
}

.product ul li .pro_info h4 {
  font-size: 0.32rem;
  line-height: 0.453333rem;
  color: #454545;
  padding-top: 0.173333rem;
}

.product ul li .pro_info h4 span {
  color: #CD835A;
  padding: 0 0.146667rem;
}

.product ul li .pro_info h4 del {
  padding: 0 0.146667rem;
  font-style: overline;
}

.product ul li .pro_info p {
  font-size: 0.213333rem;
  line-height: 0.293333rem;
  color: #333333;
  margin-top: 0.173333rem;
}

.product ul li.video_item .show_img video {
  width: 100%;
}

.product ul li.video_item .pro_msg {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product ul li.video_item .pro_msg p a {
  border: 0.013333rem solid #ffffff;
  border-radius: 0.293333rem;
  padding: 0 0.453333rem 0 0.146667rem;
  background: url('../images/play_btn_video_icon.png') no-repeat right 0.173333rem center;
  background-size: 0.16rem 0.16rem;
}

.product.product_shop {
  background: #ffffff;
}

.product.product_shop ul {
  padding: 0.16rem;
}

.product.product_shop ul li {
  float: left;
  width: 49.5%;
  margin-right: 1%;
}

.product.product_shop ul li:nth-child(2n) {
  margin-right: 0;
}

/* 产品列表 end */

/* banner图 start */

.product_banner_list {
  width: 100%;
}

.product_banner_list .banner_item {
  width: 100%;
  font-size: 0;
}

.product_banner_list .banner_item img {
  width: 100%;
}

/* banner图 end */

/* 产品列表-哪款游戏机适合你 start */

.product_list {
  padding: 0.933333rem 0 0.133333rem 0;
}

.product_list .list_tit {
  text-align: center;
  position: relative;
}

.product_list .list_tit::after {
  content: '';
  width: 14.906667rem;
  height: 0.013333rem;
  background: rgba(178, 178, 178, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7.453333rem;
}

.product_list .list_tit span {
  font-size: 0.453333rem;
  line-height: 0.64rem;
  color: #17172E;
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 0 0.293333rem;
}

.product_list .proList {
  margin: 0 auto;
  text-align: center;
}

.product_list .proList thead th {
  text-align: center;
  padding: 0.106667rem 0.4rem;
  color: #17172E;
  max-width: 2.666667rem;
  word-break: break-all;
}

.product_list .proList thead th.pro_img {
  padding: 0.4rem 0;
}

.product_list .proList thead th.pro_img img {
  max-width: 1.813333rem;
}

.product_list .proList thead th.pro_tit {
  font-size: 0.24rem;
  line-height: 0.333333rem;
}

.product_list .proList thead th.pro_price {
  font-size: 0.293333rem;
  line-height: 0.413333rem;
}

.product_list .proList thead th.pro_buy_btn {
  padding: 0.213333rem 0;
}

.product_list .proList thead th.pro_buy_btn a {
  display: inline-block;
  line-height: 1;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.9);
  background: #CD835A;
  border-radius: 0.066667rem;
  padding: 0.16rem 0.093333rem;
}

.product_list .proList thead th.pro_more_btn a {
  display: inline-block;
  font-size: 0.133333rem;
  padding-right: 0.16rem;
  background: url('../images/enter_btn.png') no-repeat right center;
  background-size: 0.093333rem 0.093333rem;
}

.product_list .proList thead th.pro_name {
  font-size: 0.186667rem;
  line-height: 0.266667rem;
  font-weight: bold;
  padding-top: 0.626667rem;
}

.product_list .proList tbody tr td {
  text-align: center;
  padding: 0.36rem 0.4rem 0.133333rem 0.4rem;
  color: #17172E;
  border-bottom: 0.013333rem solid rgba(178, 178, 178, 0.5);
  max-width: 2.666667rem;
  word-break: break-all;
}

.product_list .proList tbody tr td h3 {
  font-size: 0.16rem;
  line-height: 0.226667rem;
  font-weight: bold;
}

.product_list .proList tbody tr td p {
  font-size: 0.16rem;
  line-height: 0.226667rem;
  padding-top: 0.133333rem;
}

/* 产品列表-哪款游戏机适合你 end */

@media only screen and (max-width: 1000px) {
  /* 产品列表 start */

  .product ul li {
    width: 100%;
  }

  /* 产品列表 end */
}