html {
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
	scrollbar-width: thin;
	touch-action: manipulation;
	width: 100%;
	font-size: 3.192vw;
}
body,html {
	padding: 0;
	margin: 0;
    font-weight: 400!important;
    background-color: transparent;
	/* font-family: Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif */
}

a {
	color: inherit;
	text-decoration: none
}

* {
	box-sizing: border-box
}

p {
	margin: 0;
}


img {
    vertical-align: middle;
    margin:0;
    padding:0;
}

li {
    list-style: none;
}

.jump {
    color: #fff;
}
.container{
  /*display: flex;*/
  /*flex-direction: column;*/
  /*height: 100%;*/
  /*display: none;*/
  /*background-color: #17171a;*/
width: 100vw;

background:url('../img/bg.png') no-repeat;
background-size: cover;
background-size: cover;
padding-bottom: 16vw;
margin: auto;
}

.wrap{
    padding: 0 1.5vw;
}
.head {
    width: 100%;
    padding-top: 2.67vw;
    margin-bottom: 5.33vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head .head-logo {
    width: 53.6vw;
}
.head .head-logo img{
  width: 53.6vw;
}
.head .head-left{
    width: 27.47vw;
    height: 8vw;
    border-radius: 11.73vw;
    background: linear-gradient(180deg, #D9C3AB 0%, #C4A683 83.24%);
    color:#492800;
    font-family: PingFang SC;
    font-size: 4.27vw;
    font-weight: 500;
    text-align: center;
    line-height: 8vw;
}
.banner {
    width: 100%;
}
.swiper {
    width: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .swiper-pagination {
    position: relative !important;
    width: 100vw;
    height: 4vw;
    background: linear-gradient(180deg, #EBE4CB 23.5%, #D4C5A0 46%, #D6C8A3 98.5%);
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0 !important;
  }

.my-bullet-active{ 
    background: linear-gradient(180deg, #F3CE52 0%, #D3A146 40.63%, #B5783B 100%) !important;
    opacity: 1; 
} 
.swiper-pagination-bullet{ 
    height: 1.6vw !important;
    width: 1.6vw !important;
    background-color: #fff !important;
    opacity:1 !important;
} 
  .app-down {
    margin: 5.33vw 0;
  }
  .app-down .app-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .app-down .app-main .app-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .app-logo {
    width: 21.33vw;
  }
  .app-logo img{
    width: 21.33vw;
  }
  .app-text {
    margin-left: 1.33vw;
  }
  .app-text-title .app-title1 {
    display: inline-block;
    width: 9.07vw;
    background-color: #3188EE;
    color: #fff;
    border-radius: 2.13vw;
    font-family: PingFang SC;
    font-size: 2.93vw;
    font-weight: 500;
    line-height: 4vw;
    text-align: left;
    text-align: center;
  }

  .app-text-title .app-title2 {
    font-family: PingFang SC;
    font-size: 4.27vw;
    font-weight: 500;
    color: #000;
  }

  .app-text-content {
    margin-top: 2.13vw;
    font-family: PingFang SC;
    font-size: 2.67vw;
    font-weight: 500;
    line-height: 3.73vw;
    color: rgba(0, 0, 0, 0.5);

  }

  .app-right {
    margin-left: 1.33vw;
  }
  .app-right-sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .app-sub-item {
    width: 9.6vw;
    text-align: center;
  }
  .app-sub-item img{
    width: 4.53vw;

    margin: 0 auto;
  }
  .app-sub-item-text {
    font-family: PingFang SC;
    font-size: 1.6vw;
    font-weight: 600;
    text-align: center;
    color: rgba(122, 88, 38, 1)
  }
  .app-sub-border {
    margin: 0 1.33vw;
    width: 1px;
    height: 8.8vw;
    background: rgba(176, 164, 152, 1);
  }
  .app-right-good {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .app-right-text {
    font-family: PingFang SC;
    font-size: 2.4vw;
    font-weight: 600;
    text-align: center;
    color: #EB3323;
    margin-right: 0.8vw;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.8vw 0;
  }
  .app-right-text img{
    width: 2.67vw;
    vertical-align: middle;
  }

  .app-right-btn {
    background: linear-gradient(90deg, #FADA73 0%, #FEF386 51.82%, #F9D670 100%);
    width: 32.8vw;
    height: 4.27vw;
    text-align: center;
    color: #EB3323;
    font-family: PingFang SC;
    font-size: 2.13vw;
    font-weight: 500;
    line-height: 4.27vw;
    border-radius: 6.4vw;
  }
  .app-btn-top {
    margin-top: 0.8vw;
  }
  .app-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.33vw;
  }

  .app-btns-item {
    width: 37.33vw;
    height: 8vw;
    border-radius: 1.33vw;
    background: #AD8D63;
    line-height: 8vw;
    color: #fff;
    font-weight: 600;
    font-size: 3.2vw;
    text-align: center;
    margin-right: 1.33vw;
  }
  .app-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.67vw;
  }
  .app-footer1 img{
    width: 3.2vw;
  }
  .app-footer2 {
    width: 26.13vw;
    height: 4.8vw;
    border: 1px solid #6DB945;
    border-radius: 6.13vw;
    display: flex;
    align-items: center;
    vertical-align: middle;
    font-family: PingFang SC;
    font-size: 2.13vw;
    font-weight: 500;
    text-align: center;
    color: #6CB943;
  }
  .app-footer2 img{
    width: 2.93vw;
    vertical-align: middle;
    line-height: 4.8vw;;
    margin:0 0.8vw;
  }

  .app-footer3 {
    display: flex;
    align-items: center;
    color: #D8AB3A;
  }
  .app-footer3-imgs {
    position: relative;
  }
  .app-footer3-imgs img{
    width: 4.27vw;
    height: 4.27vw;
  }

  .app-footer3-imgs .app-footer3-imgs2{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2.13vw;
    height: 2.13vw;
  }
  .app-footer3-text2 {
    width: 19.2vw;
    border: 1px solid #D8AB3A;
    margin: 0 0.8vw;
  }

  .app-footer3-text1 {
    font-size: 2.13vw;
  }

  .app-footer3-text3 {
    font-size: 1.6vw;
  }
  .app-border {
    width: 100vw;
    height: 1.33vw;
    background: #C7BCB3;
  }
  .h5 {
    margin-top: 2.67vw;
  }
  .h5-title {
    width: 81.87vw;
    margin: 0 auto;
  }
  .h5-title img{
    width: 81.87vw;
    margin: 0 auto;
  }

  .h5-main-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5.33vw 0;
  }
  .h5-main-item .h5-item-img {
    width: 14.4vw;
  
    vertical-align: middle;
  }

  .h5-main-item .h5-item-img img{
    width: 14.4vw;
    vertical-align: middle;
  }
  .h5-item-main {
    margin: 0 2.67vw;
    width: 43.2vw;
  }
  .h5-item-main-title {
    font-family: PingFang SC;
    font-size: 4.27vw;
    font-weight: 500;
    line-height: 6.13vw;
    text-align: left;
    color: #492F10;
  }
  .h5-item-main-title img {
    width: 4.27vw;
  }
  .h5-item-main-title .h5-item-main-num {
    display: inline-block;
    width: 4.27vw;
    height: 4.27vw;
    border-radius: 50%;
    border: 0.32vw solid rgba(0, 0, 0, 1);
    line-height: 3.47vw;
    text-align: center;
    font-size: 3.2vw;
    
  }

  .h5-item-main-in {
    width: 25.07vw;

  }

  .h5-item-main-in img{
    width: 25.07vw;
  }
  .h5-item-main-btns {
    height: 6.4vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .h5-item-main-btns .h5-item-btns-left {
    background: linear-gradient(180deg, #AF9879 0%, #C4A786 52.5%, #AA8B68 100%);
    width: 14.67vw;
    border-top-left-radius: 3.2vw;
    border-bottom-left-radius: 3.2vw;
    text-align: center;
    color: #fff;
    font-size: 4.27vw;
  }
  .h5-item-main-btns .h5-item-btns-right {
    flex: 1;
    border-top-right-radius: 3.2vw;
    border-bottom-right-radius: 3.2vw;
    font-size: 2.93vw;
    color: #492F10;
    font-weight: 500;
    background-color:  #DFCDB7;
    height: 100%;
    line-height: 6.4vw;
    text-align: center;
  }

.app-border-w {
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.data-tab {
    overflow: hidden;
}

  #nav {
    width: 100vw;
    height: 11.2vw;
    background-color: #988063;
    color:#2E1C07;
    line-height: 11.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
#nav .swiper-wrapper {
    display: flex;
    align-items: center;
    width: 93.33vw;
}
#nav li {
    width: 23.47vw;
    height: 6.93vw;
    text-align: center;
    line-height:6.93vw;
    font-size: 3.47vw;
    font-weight: 500;
}

.active-nav {
    background-color: #fff;
    border-radius: 3.2vw;
}

.active-nav a {
    background-color: #fff;
}

.active{
    background-color: #fff;
}
.swiper-container {
    background-color: #fff;
    height: 43.2vw;
    width: 100vw;

}

.footer-border {
    width: 100vw;
    height: 4vw;
    background: linear-gradient(180deg, #EBE4CB 23.5%, #D4C5A0 46%, #D6C8A3 98.5%);
}

.game-imgs img{
width: 100vw;
padding-top: 5.33vw;
}
.swiper-wrapper .swiper-slide-item {
    display: flex;
    align-items: center;
    height: 45%;;
}
.swiper-wrapper .swiper-slide-item1 .item1-time{
    color: #2E1C07;
    font-size: 3.73vw;
}
.swiper-wrapper .swiper-slide-item1 .item1-title{
    color: rgba(46, 28, 7, 0.5);
    font-size: 2.93vw;
}
.swiper-wrapper .swiper-slide-item2  {
    width: 53.33vw;
}
.swiper-wrapper .swiper-slide-item2 .item2-one{
   display: flex;
   align-items: center;
   /* justify-content: space-around; */

}
.swiper-wrapper .swiper-slide-item2 .item2-one .item2-num{
    flex: 1;
    text-align: right;
    padding-right: 5.33vw;
  
  } 
.swiper-wrapper .swiper-slide-item2 .item2-one .item2-num{
   flex: 1;
   text-align: right;
   padding-right: 5.33vw;
 
 } 
.swiper-wrapper .swiper-slide-item2 .item2-one .item2-img{
  display: flex;
  align-items: center;
  padding-left: 1.33vw;
}
.swiper-wrapper .swiper-slide-item2 .item2-one img{
   width: 6.4vw;

 }

 .swiper-wrapper .swiper-slide-item3{
    color: rgba(46, 28, 7, 0.5);
    font-size: 3.47vw;
  }
 .data-border {
   width: 90.67vw;
    border: 1px solid rgba(221, 217, 212, 1)
 }

.data-more {
    margin: 5.33vw auto;
    text-align: center;
    color:rgba(46, 28, 7, 0.5);
    font-size: 3.47vw;
}
.footer-fixed {
    position: fixed;
    bottom: 0;
    height: 18.4vw;
    width: 100%;
    background-color: #fff;
}
.footer-fixed {
    display: flex;
    align-items: center;
    z-index: 99;
    /* justify-content: space-around; */
}

.footer-fixed-img {
    width: 14.4vw;
}

.footer-fixed-img img{
    width: 14.4vw;
}
.footer-fixed-content {
    margin-left: 1.33vw
}
.footer-fixed-content1 {
   color: rgba(46, 28, 7, 1);
   font-family: PingFang SC;
    font-size: 2.13vw;
    font-weight: 500;

}
.footer-fixed-content2 {
    font-size: 5.07vw;
    color: #2E1C07;
    vertical-align: middle;
}

.footer-fixed-content3 {
    color: rgba(46, 28, 7, 0.7);
    font-size: 8px;
    vertical-align: middle;
}
.footer-fixed-content3 img {
    width: 2.93vw;
    vertical-align: middle;
}

.footer-fixed-btn {
    width: 25.87vw;
    height: 8vw;
    border-radius: 5.87vw;
    background: linear-gradient(180deg, #AE8D63 0%, #735C3D 100%);
    text-align: center;
    line-height: 8vw;
    color: #fff;
    margin-left: auto;

}
.custom {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9999;
}

.custom img{
    width: 20.8vw;
}

@media screen and (min-width: 1024px) {
  /* CSS规则 */
  .container{
    /*display: flex;*/
    /*flex-direction: column;*/
    /*height: 100%;*/
    /*display: none;*/
    /*background-color: #17171a;*/
    width: 37.5vw;
    padding-bottom: 6vw;
  }
.head {
  padding-top: 1vw;
}
  .head .head-logo {
    width: 20vw;
  }
  .head .head-logo img{
    width: 20vw;
  }
  .head .head-left{
    width: 10.3vw;
    height: 3vw;
    border-radius: 4.4vw;
    font-size: 1.6vw;
    line-height:  3vw;
  }
  .app-down {
    margin: 0
  }
  .app-logo {
    width: 8vw;
    padding-top: 2.2vw;
  }
  .app-logo img{
    width: 8vw;
  }
  .app-text-title .app-title1 {
    width: 3.4vw;
    height: 1.5vw;
    line-height: 1.5vw;
    border-radius: 0.7vw;
    font-size: 1.1vw;
    font-weight: 500;
    line-height: 1.vw;  
  }

  .app-text-title .app-title2 {
    font-size: 1.2vw;
  }

  .app-text-content {
    margin-top: 0.8vw;
    font-size: .8vw;
    line-height: 1.2vw;
  }

  .app-right {
    margin-left: .5vw;
  }
  .app-sub-item {
    width: 3.6vw;
  }
  .app-sub-item img{
    width: 1.7vw;
  }
  .app-sub-item-text {
    font-size: .6vw;
  }
  .app-sub-border {
    margin: 0  .5vw;
    width: 1px;
    height: 3.3vw;
    background: rgba(176, 164, 152, 1);
  }


  .app-right-text {
    font-size: 1.2vw;
    margin-right: .3vw;
    margin: .3vw 0;
  }
  .app-right-text img{
    width: 1vw;
  }

  .app-right-btn {
    width: 12.3vw;
    height: 1.6vw;
    font-size: .8vw;
    font-weight: 500;
    line-height: 1.6vw;
    border-radius: 2.4vw;
  }
  .app-btn-top {
    margin-top: .5vw;
  }
  .app-btns {
    margin-top: .5vw;
  }

  .app-btns-item {
    width: 14vw;
    height: 3vw;
    border-radius: .5vw;
    font-size: 1.2vw;
    margin-right: 1vw;
    line-height: 3vw;
  }
  .app-footer {
    margin-top: 1vw;
  }
  .app-footer1 img{
    width: 1.6vw;
  }
  .app-footer2 {
    width:9.8vw;
    height: 1.8vw;
    border-radius: 2.5vw;
    font-size: .6vw;
  }
  .app-footer2 img{
    width: .8vw;
    line-height: 1.6vw;;
    margin:0 .3vw;
  }

  .app-footer3-imgs img{
    width: 1.6vw;
    height: 1.6vw;
  }

  .app-footer3-imgs .app-footer3-imgs2{
    width: .8vw;
    height: .8vw;
    top: 56%;
  }
  .app-footer3-text2 {
    width: 7.2vw;
    margin: 0 .3vw;
  }

  .app-footer3-text1 {
    font-size: .8vw;
  }

  .app-footer3-text3 {
    font-size: .6vw;
  }
  .app-border {
    width: 100%;
  }
  .h5 {
    margin-top: 1vw;
  }
  .h5-title {
    width: 30.7vw;
  }
  .h5-title img{
    width: 30.7vw;
  }

  .h5-main-item {
    margin: 2vw 0;
  }
  .h5-main-item .h5-item-img {
    width: 5.4vw;
  }

  .h5-main-item .h5-item-img img{
    width: 5.4vw;
  }
  .h5-item-main {
    margin: 0 1vw;
    width: 16.2vw;
  }
  .h5-item-main-title {
    font-size: 1.6vw;
    line-height: 2.5vw;
  }
  .h5-item-main-title .h5-item-main-num {
    width: 1.6vw;
    height: 1.6vw;
    line-height: 1.6vw;
    font-size: 1.2vw;
    border: .12vw solid rgba(0, 0, 0, 1);

    
  }

  .h5-item-main-in {
    width: 9.4vw;
  }

  .h5-item-main-in img{
    width: 9.4vw;
  }
  .h5-item-main-btns {
    height: 2.4vw;
  }
  .h5-item-main-btns .h5-item-btns-left {
    width: 5.5vw;
    border-top-left-radius: 1.2vw;
    border-bottom-left-radius: 1.2vw;
    font-size: 1.6vw;
  }
  .h5-item-main-btns .h5-item-btns-right {
    border-top-right-radius: 1.2vw;
    border-bottom-right-radius: 1.2vw;
    font-size: 1.1vw;
    line-height: 2.4vw;
  }

.app-border-w {
    height: 2px;
    background-color: #fff;
}

.data-tab {
    overflow: hidden;
}

  #nav {
    width: 100vw;
    height: 11.2vw;
    background-color: #988063;
    color:#2E1C07;
    line-height: 11.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
#nav .swiper-wrapper {
    display: flex;
    align-items: center;
    width: 93.33vw;
}
#nav li {
    width: 23.47vw;
    height: 6.93vw;
    text-align: center;
    line-height:6.93vw;
    font-size: 3.47vw;
    font-weight: 500;
}

.active-nav {
    background-color: #fff;
    border-radius: 3.2vw;
}

.active-nav a {
    background-color: #fff;
}

.active{
    background-color: #fff;
}
.swiper-container {
    background-color: #fff;
    height: 43.2vw;
    width: 100vw;

}

.footer-border {
    width: 37.5vw;
    height: .5vw;
}

.game-imgs img{
  width: 37.5vw;
padding-top: 5.33vw;
}
.swiper-wrapper .swiper-slide-item {
    display: flex;
    align-items: center;
    height: 45%;;
}
.swiper-wrapper .swiper-slide-item1 .item1-time{
    color: #2E1C07;
    font-size: 3.73vw;
}
.swiper-wrapper .swiper-slide-item1 .item1-title{
    color: rgba(46, 28, 7, 0.5);
    font-size: 2.93vw;
}
.swiper-wrapper .swiper-slide-item2  {
    width: 53.33vw;
}
.swiper-wrapper .swiper-slide-item2 .item2-one{
   display: flex;
   align-items: center;
   /* justify-content: space-around; */

}
.swiper-wrapper .swiper-slide-item2 .item2-one .item2-num{
    flex: 1;
    text-align: right;
    padding-right: 5.33vw;
  
  } 
.swiper-wrapper .swiper-slide-item2 .item2-one .item2-num{
   flex: 1;
   text-align: right;
   padding-right: 5.33vw;
 
 } 
.swiper-wrapper .swiper-slide-item2 .item2-one .item2-img{
  display: flex;
  align-items: center;
  padding-left: 1.33vw;
}
.swiper-wrapper .swiper-slide-item2 .item2-one img{
   width: 6.4vw;
   height: 6.4vw;
 }

 .swiper-wrapper .swiper-slide-item3{
    color: rgba(46, 28, 7, 0.5);
    font-size: 3.47vw;
  }
 .data-border {
   width: 90.67vw;
    border: 1px solid rgba(221, 217, 212, 1)
 }

.data-more {
    margin: 5.33vw auto;
    text-align: center;
    color:rgba(46, 28, 7, 0.5);
    font-size: 3.47vw;
}
.footer-fixed {
    height: 6.9vw;
    width: 37.5vw;
}


.footer-fixed-img {
    width: 5.4vw;
}

.footer-fixed-img img{
  width: 5.4vw;
}
.footer-fixed-content {
    margin-left: .5vw
}
.footer-fixed-content1 {
    font-size: .8vw;


}
.footer-fixed-content2 {
    font-size: 1.8vw;

}

.footer-fixed-content3 {
    font-size: .8vw;
}
.footer-fixed-content3 img {
    width: 1.1vw;
}

.footer-fixed-btn {
    width: 9.7vw;
    height: 3vw;
    border-radius: 2.2vw;
    height: 3vw;
    line-height: 3vw;
    font-size: 1.2vw;

}
.custom {
  left: 61vw;
}

.custom img{
    width: 7.8vw;
}
}