:root {
    --swiper-theme-color : #fbfcfc;
}

.swiper-pagination-bullet {
    width : 10px;
    height : 10px;
    margin-right : 8px;
}

/*<li><a href="recruitment.html">招贤纳士</a></li>*/
/*li a[href="recruitment.html"] {*/
/*  display : none;*/
/*}*/
html, body {
    position: relative;
      height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
  }

.container {
    padding : 0 20%;
    box-sizing : border-box;
    border-top : 1px solid transparent;
}

nav {
    position : fixed;
    top : 0;
    left : 0;
    padding : 0 16%;
    width : 100%;
    min-width : 1280px;
    box-sizing : border-box;
    height : 100px;
    background : rgba(246, 247, 251, 0.8);
    z-index : 999;
}

.logo {
    display : flex;
    align-items : center;
}

.logo span{
    color: #e60004;
    font-size: 25px;
    font-weight: bold;
    line-height: 31px;
    margin-left: 13px;
}

.menus {
    display : flex;
    height : 100%;
    width : calc(130px * 5);
}

.menus li {
    height : 100%;
    font-size : 20px;
    font-family : Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight : 400;
    text-align : left;
    color : #000000;
    line-height : 100px;
    padding : 0 25px;
    cursor : pointer;
    user-select : none;
}

.menus li::after {
    content : '';
    clear : both;
    display : block;
    width : 3px;
    height : 3px;
    font-size : 20px;
    font-family : Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
    font-weight : Normal;
    text-align : left;
    color : #000000;
}

.menus li.active {
    color : #e60012 !important;
}

.menus li.active a {
    color : #e60012 !important;
}

.menus li a {
    text-decoration : none;
    color : #000;
}

/* 轮播图 */
.swiper-container {
    width : 100%;
    /* min-width : 1280px; */
}

.swiper-slide {
    width : 100%;
    /*height : 930px;*/
}

.swiper-slide img {
    object-fit: cover;
    max-height: 600px;
    width: 100%;
}

article {
    padding: 0 10%;
    line-height: 1.5;
}

article h3 {
    margin-top: 2rem;
    font-weight: bold;
}

article p {
    margin: 1rem 0;
}

footer {
    width : 100%;
    height : 200px;
    line-height: 2;
    background : #000;
    position : absolute;
    bottom : 0;
    padding-top: 100px;
    color: #fff;
    text-align: center;
}

footer::after {
    display : block;
    content : '';
    position : absolute;
    left : 50%;
    bottom : 278px;
    width : 1px;
    height : 1px;
    border-top : 40px solid #000000;
    border-left : 40px solid #000000;
    transform : rotateZ(45deg);
}

footer a {
    margin-left: 1rem;
    color: green;
    text-decoration: none
}

footer a:hover {
    color: gold;
}


.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .nav {
    width: 111%;
    height: 74%;
    pointer-events: all;
    display: flex
;
    flex-direction: column;
    justify-content: space-evenly;
}

.nav_hide {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    bottom: 113px;
    left: 160px;
    text-indent: -999em;
    background: url(../img/nav_hide.png) no-repeat;
}

.nav a.on:nth-of-type(1) {
    background: url(../img/nav_1h.png) no-repeat;
}

.nav a:nth-of-type(1) {
    background: url(../img/nav_1.png) no-repeat;
}

.nav a.on:nth-of-type(2) {
    width: 2.5rem;
    height: 1.4rem;
    margin-top: 0.25rem;
    background: url(../img/nav_2h.png) no-repeat;
}
.nav a:nth-of-type(2) {
    width: 3rem;
    background: center center / cover no-repeat;
    background: url(../img/nav_2.png) no-repeat;
}
.nav a.on:nth-of-type(3) {
    background: url(../img/nav_3h.png) no-repeat;
}
.nav a:nth-of-type(3) {
    background: url(../img/nav_3.png) no-repeat;
}

.nav a.on:nth-of-type(4) {
    background: url(../img/nav_4h.png) no-repeat;
}
.nav a:nth-of-type(4) {
    background: url(../img/nav_4.png) no-repeat;
}

.nav a.on:nth-of-type(5) {
    background: url(../img/nav_4h.png) no-repeat;
}
.nav a:nth-of-type(5) {
    background: url(../img/nav_4.png) no-repeat;
}

/*公共组件*/
.gw-mark {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }
  .gw-mark.gw-mark-cover {
    background: rgba(0, 0, 0, 0.5) url(../images/game.png) no-repeat center;
    background-size: contain;
  }
  .gw-com {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    width: 10rem;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.3rem;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    padding-bottom: 20px;
  }
  .gw-com .header {
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    /* 老版本语法: Firefox (buggy) */
    /* 混合版本语法: IE 10 */
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    text-align: center;
    border-bottom: 0.01rem solid #f3ebeb;
    position: relative;
  }
  .gw-com .header.bd-none {
    /* border-bottom: none; */
  }
  .gw-com .header .title {
    flex: 1;
    font-size: 0.61rem;
    padding: 17px 36px;
    color: #ffffff;
    font-weight: bold;
    min-height: 0.3rem;
    background-color: #ff4e4c;
    border-top-right-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
  }
  .gw-com .header .i-logo-title {
    margin: 0.1rem auto;
  }
  .gw-com .warn_box{
    margin: 0 0.5rem 0.3rem 0.5rem;
      text-align: center;
      margin-top: -12px;
      margin-bottom: 22px;
      color: #ababab;;
  }
  .gw-com .cont {
    padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  }
  .gw-com .cont .tips {
    margin: 0.1rem 0;
    font-size: 0.35rem;
    color: #f00;
  }
  .gw-com .cont .cont-p {
    font-size: 0.35rem;
    text-align: center;
  }
  .gw-com .tool {
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    /* 老版本语法: Firefox (buggy) */
    /* 混合版本语法: IE 10 */
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
  }

  .product_box{
    display: flex
    ;
        flex-direction: column;
        gap: 0.2rem;
        margin-left: 0.4rem;
  }

  .product_box > span:first-child{
    font-size: 0.45rem;
  }

  .product_box > span:last-child{
    font-size: 0.4rem;
    color: #999;
  }

  .product_info{
    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 0.2rem;
  }
  .sp_box{
    width: 2.2rem;
    height: 2.2rem;
    position: relative;
    background-color: #f7f7f7;
    border: 0.01rem solid #eee3e3;
    border-radius: 0.1rem;
  }
  .sp_icon{
    /* background-image: url(../img/store/gold_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-mask-image: url(../img/store/gold_01.png);
    mask-image: url(../img/store/gold_01.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat; */
    width: 2rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1rem;
    margin-top: -0.75rem;
  }

  .cont_box > div{
    display: flex
;
    flex-direction: row;
    font-size: 0.44rem;
    align-items: center;
    gap: 0.1rem;
    position: relative;
    padding: 0.3rem 0;
  }

  .cont_box > div::after{
    content: "";
    display: block;
    width: 100%;
    border-bottom: 0.01rem solid #999;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .cont_box > div > span{
    padding-top: 0.1rem;
    color: #292929;
  }
  .bottom_con{
    width: 100%;
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
  }
  .bc_box{
    display: flex
;
    flex-direction: row;
    align-items: center;
    font-size: 0.46rem;
  }

  .bc_box .bc_amt{
    font-size: 0.8rem;
  }

  .gm_btn{
    padding: 0.3rem 1rem;
    font-size: 0.46rem;
    border-radius: 0.5rem;
    background: linear-gradient(to right, #ff9e71, #ff464e);
    color: #ffffff;
  }

  .gw-close{
    background: url(../img/i-close-2.png) no-repeat center;
    background-size: contain;
    width: 16px !important;
    position: absolute;
    top: 0.3rem;
    right: 0.5rem;
    width: 22px;
    height: 22px;
    color: #c70913;;
  }
  .buff_box{
    font-size: 0.4rem;
    width: 70%;
    text-align: right;
    color: #c70913 !important;
  }
  .buffSum{
    display: block;
    color: #c70913 !important;
    margin-top: 0.2rem;
  }
  
  .gw_orderList .cont .title{
    width: 100%;
    height: 1rem;
    background-color: #d5d1d1;
    /* text-align: center; */
    display: flex
;
    align-items: center;
    justify-content: space-around;
  }

  .gw_orderList .cont .title span{
    width: 3.5rem;
    text-align: center;
  }

  .gw_orderList .cont .title span:last-child{
    width: 1.6rem;
    text-align: center;
  }

  .gw_orderList .cont #contentList li{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 1rem;
    background-color: #f5eded;
    justify-content: center;
  }

  .gw_orderList .cont ul li > div{
    font-size: 0.28rem;
    width: 3.5rem;
    text-align: center;
  }

  .gw_orderList .cont ul li > div:last-child{
    font-size: 0.28rem;
    width: 1.6rem;
    text-align: center;
  }

  #paginationUl{
        display: flex;
        gap: 0rem;
        justify-content: center;
        align-items: center;
        margin-top: 0.5rem;
  }

  /* #paginationUl li{
    width: 1rem;
    text-align: center;
  } */

  /* 分页控件样式 */
.pagination {
    text-align: center;
    margin: 20px 0;
  }
  
  .pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
  }
  
  .pagination li {
    float: left;
    margin: 0 5px;
  }
  
  .pagination a {
    display: block;
    padding: 6px 12px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  
  .pagination a:hover {
    background-color: #f5f5f5;
    border-color: #ccc;
  }
  
  .pagination a.active {
    background-color: #ff5131;
    color: white;
    border-color: #7d1300;
  }
  
  .pagination a.disabled {
    color: #999;
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd;
  }

  #paginationUl .prev, #paginationUl .next{
    width: 1.5rem;
  }

  .icon_history{
    width: 0.8rem;
    height: 0.8rem;
    background: url(../img/icon_history.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -0.1rem;
    right: 0.5rem;
  }
