* {
    margin: 0;
    padding: 0;
  }
  a {
    text-decoration: none;
  }
  @font-face {
    font-family: 'txt';
    src: url(../../ossweb-img/tenc.TTF);
  }
  html,
  body {
    width: 100%;
    height: 100%;
  }
  .mode {
    width: 100%;
    height: 94%;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 0.96rem;
  }
  .banner {
    width: 100%;
    height: 2.97rem;
    background: #262626;
    background-image: url('./images/banner.png');
    background-size: cover;
    color: #FFFFFF;
    padding-top: 1rem;
    padding-left: 0.5rem;
    box-sizing: border-box;
  } 
  .banner h3 {
    font-family: 'txt';
    font-size: 0.4rem;
  }
  .banner h5 {
    font-family: 'txt';
    font-size: 0.2rem;
  }
  .advantage {
    width: 100%;
    height: 10.43rem;
    background: url('./images/advantage.png') no-repeat;
    background-size: 100% 100%;
  }
  
  .product {
    width: 100%;
    background: url('./images/bg.png') no-repeat;
    background-size: 100% 100%;
  }
  .product-container,
  .advantage-container {
    margin: auto;
    padding-top: 0.58rem;
  }
  .advantage-container-grid {
    margin-left: 0.43rem;
  }
  .product-container-title,
  .advantage-container-title {
    width: 100%;
    height: 0.58rem;
    background: url('./images/union.png') no-repeat;
    background-size: 0.18rem 0.31rem;
    font-family: 'txt';
    font-style: normal;
    font-weight: 700;
    font-size: 0.43rem;
    line-height: 0.2rem;
    text-indent: 0.27rem;
    color: #fafafa;
    margin: 0 0 0 0.43rem;
  }
  .advantage-container-title {
    color: #000000;
  }
  .product-container-grid {
    display: grid;
    grid-template-columns: repeat(2, 3.21rem);
    grid-auto-rows: minmax(1rem, auto);
    grid-template-rows: 2.07rem 2.07rem 2.07rem 2.07rem;
    grid-gap: 0.23rem;
    align-items: center;
    /* justify-content属性是整个内容区域在容器里面的水平位置（左中右），align-content属性是整个内容区域的垂直位置（上中下）。 */
    justify-content: center;
    align-content: center;
    padding-bottom: 0.87rem;
  }
  .product-container-grid h4{
    font-family: 'txt';
    color: #FFFFFF;
    margin-top: 0.6rem;
    font-size: 0.27rem;
    margin-left: 0.2rem;
    display: flex;
    align-items: center;
}
.product-container-grid p{
    font-family: 'PingFang SC';
    color: #a3a3a3;
    margin-top: 0.05rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    font-size: 0.24rem;
}
.product-container-grid div{
    position: relative;
}
.product-container-grid div.on::after{
    content: '';
    background: url('./images/grid_icon.png') no-repeat center/100%;
    width: 1.11rem;
    height: 0.28rem;
    position: absolute;
    top: 0;
    right: 0;
}
  .grid1 {
    width: 6.63rem;
    height: 2.07rem;
    background: url('./images/grid1.png') no-repeat;
    background-size: 100% 100%;
    grid-column: 1;
    grid-row: 1;
  }
  .grid2 {
    width: 6.63rem;
    height: 2.07rem;
    grid-column: 1;
    grid-row: 2;
    background: url('./images/grid2.png') no-repeat;
    background-size: 100% 100%;
  }
  .grid3 {
    width: 3.21rem;
    height: 2.07rem;
    grid-column: 0.5;
    grid-row: 3;
    background: url('./images/grid6.png') no-repeat;
    background-size: 100% 100%;
  }
  .grid4 {
    width: 3.21rem;
    height: 2.07rem;
    grid-column: 0.5;
    grid-row: 4;
    background: url('./images/grid4.png') no-repeat;
    background-size: 100% 100%;
  }
  .grid5 {
    width: 3.21rem;
    height: 2.07rem;
    grid-column: 0.5;
    grid-row: 4;
    background: url('./images/grid5.png') no-repeat;
    background-size: 100% 100%;
  }
  .grid6 {
    width: 3.21rem;
    height: 2.07rem;
    grid-column: 1;
    grid-row: 3;
    background: url('./images/grid3.png') no-repeat;
    background-size: 100% 100%;
  }
  
  .grid-bg {
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .g_icon{
    display: inline-block;
    background-color: #00fdfb;
    color: #110e47;
    margin: 0 0.05rem -0.08rem;
    padding: 0 0.03rem 0.02rem 0.03rem;
    font-size: 0.16rem;
    border-radius: 0.05rem;
    line-height: 0.2rem;
}
.g_icon2{
    display: inline-block;
    background: #ff238f;
    color: #fff;
    margin: 0 0.05rem -0.08rem;
    padding: 0 0.03rem 0.02rem 0.03rem;
    font-size: 0.16rem;
    border-radius: 0.05rem;
    line-height: 0.2rem;
}
.item .g_icon,
.item .g_icon2{
  /* padding: 0 0.05rem 0.06rem 0.06rem; */
  margin: -0.05rem 0.05rem 0;
  /* font-size: 0.22rem;
  line-height: 0.24rem; */
}
.swiper-slide > div:nth-child(1){
  display: flex;
  align-items: center;
}
  .grid-title {
    width: 95%;
    font-family: 'txt';
    font-style: normal;
    font-weight: 700;
    font-size: 0.33rem;
    line-height: 0.87rem;
    color: #000000;
    text-align: left;
    border-bottom: 0.02rem solid #d5af83;
  }
  .grid-text {
    width: 95%;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 0.22rem;
    color: #000000;
    text-align: left;
    margin-top: 0.18rem;
  }
  .grid-sign-1 {
    min-width: 0.92rem;
    height: 0.92rem;
    background: url('./images/group1.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 0.36rem;
  }
  .grid-sign-2 {
    min-width: 0.92rem;
    height: 0.92rem;
    background: url('./images/group2.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 0.36rem;
  }
  .grid-sign-3 {
    min-width: 0.92rem;
    height: 0.92rem;
    background: url('./images/group3.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 0.36rem;
  }
  .grid-sign-4 {
    min-width: 0.92rem;
    height: 0.92rem;
    background: url('./images/group4.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 0.36rem;
  }
  .item {
    width: 100%;
    height: 9.4rem;
    background: url('./images/bottom-bg.png');
    background-size: 100% 100%;
  }
  .info-list > li {
    list-style-image: url('./images/vector.png');
    margin: 0.03rem 0.23rem;
  }
  .info-list {
    width: 100%;
    color: #000000;
    text-align: left;
    margin-left: 0.15rem;
  }
  
  .info-title-list {
    width: 100%;
    color: #000000;
    text-align: left;
  }
  .info-title-list > li:nth-child(odd) {
    list-style-image: url('https://game.gtimg.cn/images/game/act/a20190501esminiapp/official-web/bottom/vector.png');
    font-family: 'PingFang SC';
    font-style: bold;
    font-weight: 600;
    color: #000000;
    margin: 0 0.23rem;
  }
  .info-title-list > li:nth-child(even) {
    list-style-type: none;
    margin: 0 0.23rem;
    margin-bottom: 0.22rem;
    font-weight: 400;
    color: #000000;
  }
  .contain-input {
    display: flex;
  }
  #foo1,
  #foo2 {
    width: 220px;
    height: 36px;
    border: 1px solid #f0f0f0;
    text-align: center;
    margin-top: 10px;
  }
  .btn1,
  .btn2 {
    width: 48px !important;
    height: 36px !important;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 36px;
    color: #a07b59 !important;
    background-color: unset !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 0 !important;
    margin-top: 10px;
  }
  