html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'black_regular';
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html{
  overflow: hidden;
  height:100%;
}
body {
  line-height: 1;
  height:100%;
  overflow: hidden;
}
html,body{
	/* width:100vw; */
	/* height:100vh; */
	/* position:relative; */
	/* overflow-y: hidden !important; */
	overflow-x: auto !important;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img, object, embed {
  max-width: 100%;
}
.screen{
	position:absolute;
	width:100vw;
	height:calc(var(--vh) * 100);
	left:0;
	top:0
}
:root{
	--footer-height:-54rem;
}
#app{
	/* max-width:192rem; */
	height:100%;
	margin:0 auto 0;
}
* {
	user-select: none;
}
:root{
  --defaultFont: "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif;
	/* --cursorDefault: url('/imgs/mouse/default.png') 7 7,auto!important;
	--cursorPointer: url('/imgs/mouse/pointer.png') 7 7,auto!important; */
	--cursorDefault: default;
	--cursorPointer: pointer;
}
.swiper-container{
	width:100%;
	height:100%;
	position:relative;
	overflow: hidden;
	transition:transform 0.4s;
}
.swiper-container.active{
	transform: translateY(var(--footer-height));
}
.home,.gameTs{
	width: 100%;
	height: calc(var(--vh)* 100);
	position: relative;
	overflow: hidden;
}
.swiper-slide-active{
	z-index:10;
}
.home{
	background:url(../images/kv.jpg) no-repeat center;
	background-size:cover;
}
.home .logo{
	display:block;
	width:39.5rem;
	position:absolute;
	left:12.6rem;
	top:10.6rem;
}
.center{
	width:181.3rem;
	position:absolute;
	left:50%;
	margin-left:-90.65rem;
	top:50%;
}
.center .btn{
	width:87.6rem;
	height:45.6rem;
	position:relative;
	margin:-14rem auto 0;
}
.center .btn a{
	display:block;
	width:50.5rem;
	height:14rem;
	position:absolute;
	left:50%;
	margin-left:-25.25rem;
	top:15.6rem;
	z-index:1;
}
.homeCode{
	width:55.7rem;
	height:31.9rem;
	background:url(../images/kua.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:28rem;
	top:80%;
	display:flex;
	display:-webkit-flex;
	justify-content: center;
}
.homeCode img:nth-child(1){
	width:17.7rem;
	height:22.9rem;
	margin:4.3rem 4.9rem 0 5.2rem;
}
.homeCode img:nth-child(2){
	width:22.4rem;
	height:22.9rem;
	margin:4.3rem 0 0 0;
}
.gameTs{
	background:url(../images/ts.jpg) no-repeat center;
	background-size:cover;
}
.tit{
	display:block;
	width:145.5rem;
	margin:10vh auto 0;
}
.tsBanner{
	width:297.4rem;
	/* overflow:hidden; */
	position:relative;
	margin:7.5rem auto 0;
}
.tsBanner img{
	display:block;
	width:178.8rem;
	max-width:none;
	transform:translateX(-45rem);
}
.tsBanner .swiper-slide{
	opacity:0;
}
.tsBanner .swiper-slide.swiper-slide-active{
	opacity:1;
}
.tsBanner .swiper-slide.swiper-slide-next{
	opacity:1;
}
.tsBanner .swiper-slide.swiper-slide-prev{
	opacity:1;
}
.tsBanner i{
	display:block;
	width:178.8rem;
	height:100%;
	transform:translateX(-45rem);
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,.4);
	z-index:1;
}
.tsBanner .swiper-slide.swiper-slide-active i{
	display:none;
}
.tsBanner .button_prev{
	width:7.2rem;
	height:11.2rem;
	background:url(../images/nag.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:40rem;
	top:44%;
	margin-top:-5.6rem;
	z-index:2;
	cursor:pointer;
}
.tsBanner .button_next{
	width:7.2rem;
	height:11.2rem;
	background:url(../images/nag.png) no-repeat center;
	background-size:cover;
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	position:absolute;
	right:48rem;
	top:44%;
	margin-top:-5.6rem;
	z-index:2;
	cursor:pointer;
}
.gameTs .pagenation{
	width:72.4rem;
	height:2.8rem;
	background:url(../images/ho.png) no-repeat center;
	background-size:cover;
	position:relative;
	margin:9.8rem auto 0;
}
.gameTs .pagenation .swiper-pagination-bullet:nth-child(1){
	display:block;
	width:1.7rem;
	height:2.8rem;
	background:url(../images/w1.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
	border-radius:0;
	opacity:1;
}
.gameTs .pagenation .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active{
	background:url(../images/h1.png) no-repeat center;
	background-size:cover;
}
.gameTs .pagenation .swiper-pagination-bullet:nth-child(2){
	display:block;
	width:2.1rem;
	height:2.8rem;
	background:url(../images/w2.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:17.3rem;
	top:0;
	border-radius:0;
	opacity:1;
}
.gameTs .pagenation .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active{
	background:url(../images/h2.png) no-repeat center;
	background-size:cover;
}
.gameTs .pagenation .swiper-pagination-bullet:nth-child(3){
	display:block;
	width:2.8rem;
	height:2.8rem;
	background:url(../images/w3.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:50%;
	margin-left:-1.4rem;
	top:0;
	border-radius:0;
	opacity:1;
}
.gameTs .pagenation .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active{
	background:url(../images/h3.png) no-repeat center;
	background-size:cover;
}
.gameTs .pagenation .swiper-pagination-bullet:nth-child(4){
	display:block;
	width:2.1rem;
	height:2.8rem;
	background:url(../images/w2.png) no-repeat center;
	background-size:cover;
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	position:absolute;
	right:17.3rem;
	top:0;
	border-radius:0;
	opacity:1;
}
.gameTs .pagenation .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active{
	background:url(../images/h2.png) no-repeat center;
	background-size:cover;
}
.gameTs .pagenation .swiper-pagination-bullet:nth-child(5){
	display:block;
	width:1.7rem;
	height:2.8rem;
	background:url(../images/w1.png) no-repeat center;
	background-size:cover;
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	position:absolute;
	right:0;
	top:0;
	border-radius:0;
	opacity:1;
}
.gameTs .pagenation .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active{
	background:url(../images/h1.png) no-repeat center;
	background-size:cover;
}
.footer{
	width:100vw;
	height:54rem;
	background:#000;
	position:absolute;
	overflow: hidden;
	left:0;
	bottom:-54rem;
	z-index:1;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
}
.footer.active{
	transform: translateY(var(--footer-height));
}
.footer #footer{
	width: 100vw;
	height:100%;
	position:relative;
	z-index: 10;
}
.footer #footer .top-wrapper{
	border-bottom: 0.2rem solid rgba(255, 255, 255, .15);
	display: flex;
	justify-content: center;
	height: calc(var(--vh)* 4.35);
}
.footer #footer .top-wrapper .top{
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	width: 124.571rem;
	justify-content:space-between;
}
.footer #footer .top-wrapper .top .icon{
	display: block;
	opacity: .5;
	cursor: pointer;
	object-fit: contain;
	height: 7.053rem;
}
.footer #footer .top-wrapper .top .icon:hover{
	opacity: .8;
}
.footer #footer .top-wrapper .top .icon img{
	display:block;
	height:100%;
}
.footer #footer .top-wrapper .top .icon:first-child{
	margin-left:0;
}
.footer #footer .top-wrapper .top .wechat-wrapper{
	height:7.053rem;
	position:relative;
}
.top-wrapper .top .wechat-wrapper:hover .qrcode{
	display:block;
}
.footer #footer .top-wrapper .top .wechat-wrapper:hover .icon{
	opacity: .8;
}
.top .wechat-wrapper .qrcode{
	display:none;
	background-image: url(https://cdnstatic.yingxiong.com/dna/6.0/imgs/home/qrCode.png);
	width: 42.8rem;
	height: 43.2rem;
	background-size: contain;
	position: absolute;
	scale: .8;
	left: 157.4rem;
	top: 2.8rem;
	z-index: 1;
}
.top .wechat-wrapper.qwCode .qrCode{
	display:none;
	background-image: url(https://cdnstatic.yingxiong.com/dna/6.0/imgs/home/qwCode.png);
	width: 42.8rem;
	height: 43.2rem;
	background-size: contain;
	position: absolute;
	scale: .8;
	left: 157.4rem;
	top: 2.8rem;
	z-index: 1;
}
.footer .wechat-wrapper .qrcode{
	left: -16.6rem;
}
.footer .wechat-wrapper.qwCode .qrcode{
	top: 2.8rem;
}
.footer #footer .bottom{
    color: #fff;
    font-size: 2.8rem;
    box-sizing: content-box;
    position: relative;
    display: flex;
    justify-content: center;
}
.footer #footer .bottom .company{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	margin-right:10rem;
	margin-left:-14%;
}
.footer #footer .bottom .company .logo-hero3{
    height: 13.634rem;
    object-fit: cover;
    margin-right: 4rem;
    opacity: .8;
}
.footer #footer .bottom .company .logo-hero4{
    height: 15.28rem;
    object-fit: cover;
    position: relative;
    top: -2px;
    opacity: .8;
}
.footer #footer .bottom .company .shortLine{
    width: .4rem;
    height: 5rem;
    background-color: #fff;
    opacity: .3;
    margin: 0 6rem;
}
.footer #footer .bottom .company .logo{
    position: relative;
    height: 21.154rem;
    cursor: pointer;
    object-fit: contain;
}
.footer #footer .bottom .info-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 9.06rem 0;
    width: 124.572rem;
}
.footer #footer .bottom .info-wrapper .agreement{
    display: flex;
    flex-direction: row;
    align-content: center;
    margin-bottom: 5.6rem;
    font-size: 3rem;
    opacity: .9;
	line-height:3rem;
}
.footer #footer .bottom .info-wrapper>div{
    white-space: nowrap;
}
.footer #footer .bottom .info-wrapper .agreement span{
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}
.footer #footer .bottom .info-wrapper .agreement span a{
	text-decoration: none;
	color: #fff;
}
.footer #footer .bottom .info-wrapper .line{
    width: 2px;
    height: 2.8rem;
    background-color: #fff;
    margin: 0 2rem;
    transform: scaleX(.5);
}
.footer #footer .bottom .info{
    color: rgba(255, 255, 255, .7);
    font-size: 3rem;
}
.footer #footer .bottom .info p{
    margin-bottom: 2.2rem;
    font-family: BaseLine;
	line-height:2.8rem;
}
.footer #footer .bottom .info p:last-child {
    margin-bottom: 0;
}