 @font-face{
    font-family: 'Alibaba';
    src : url('https://ossfiles.xingkec.com/tianmaok11/img/Alibaba-PuHuiTi-Heavy.ttf');
}
/*
@font-face{
    font-family: 'AlibabaS';
    src : url('https://ossfiles.xingkec.com/tianmaok11/Alibaba-PuHuiTi-Light.ttf');
} */
/* @font-face{
    font-family: 'Alibaba';
    src : url('https://ossfiles.xingkec.com/tianmaok11/Alibaba-PuHuiTi-Medium.ttf');
} */
body,div,p,table,tr,th,td,form,input,textarea,fieldset,blockquote,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd{margin:0;padding:0;list-style-type:none;font-family: "Alibaba";}
img{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:100%;
  height: auto;
  border: 0;
  display: block;
  margin: 0;
  padding:0;
}
*{list-style-type:none;-webkit-tap-highlight-color: rgba(255,0,0,0); -webkit-backface-visibility: hidden;margin: 0;padding:0; }

body,html{ font-family: "Alibaba"; width: 100%;height: 100%;}



.hide{
	display: none !important;
}
.shouye{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	background: url(https://ossfiles.xingkec.com/tianmaok11/img/bg.jpg)no-repeat;
	background-size: 100% 100%;

}




.title{
	width: 100%;
	color: white;
	font-size: 1.8rem;
	text-align: center;
	margin-top:12%;
	margin-bottom: 2.12%;
		height: 4.8rem;
}
.title1{
	line-height: 2.4rem;
	position: absolute;
    top: -20%;
    left: 0;
    right: 0;
    margin: auto;
	animation: move1 0.5s forwards ;
}
.title2{
	line-height: 2.4rem;
	position: absolute;
    top: -20%;
    left: 0;
    right: 0;
    margin: auto;
	animation: move2 0.5s forwards ;
	animation-delay: 0.1s;
	z-index: 999;
}


@keyframes move1
{
	0% {
	top: -20%;
	}
	80% {
	top: 10%;
	}

	100% {
	top: 6%;
	}
}

@keyframes move2
{
	0% {
	top: -20%;
	}
	80% {
	top: 15%;
	}

	100% {
	top: 10%
	}
}
.title .title1 span{
	margin-right: 0.5rem;
}

.center{
	opacity: 0;
	animation: show1 1.2s forwards ;
	animation-delay: 0.8s;
}

@keyframes show1
{
	0% {
	opacity: 0;
	}
	
	100% {
	opacity: 1
	}
}


.shouming .small{
	font-weight: lighter;
	font-size: 1.3rem;
	font-family: 'Alibaba';


}
.shouming .big_word{
	font-weight: bold;
	font-size: 1.4rem;
	font-family: 'Alibaba';

	
}
.shouming{
	font-size:1.2rem ;
	color: white;
	text-align: center;
	position: relative;
	opacity: 0;
	animation: show1 0.8s forwards ;
	animation-delay: 1.5s;
}
.shouming p{
	line-height: 2.8rem;
}
.shouming>div{
	position: absolute;
	top:-3%;
	left: 0;
	right: 0;
	margin: auto;
}
.ready{
	overflow: hidden;
	position: relative;
	height: 1.5rem;
	padding-bottom: 2rem;
}
.ready1{
	position: absolute;
    left: 36%;
	top:-120%;
	animation: move3 0.4s forwards ;
	animation-delay: 2.4s;
}

.ready2{
	    position: absolute;
    left: 43%;
	top:-120%;
	animation: move3 0.4s forwards ;
	animation-delay: 2.8s;
}
.ready3{
	    position: absolute;
    left:50%;
	top:-120%;
	animation: move3 0.4s forwards ;
	animation-delay: 3.2s;
}
.ready4{
	    position: absolute;
    left: 62%;
	top:-120%;
	transform:rotate(0deg);
	animation: move4 1.2s forwards ;
	animation-delay: 4.5s;
}

@keyframes move3
{
	0% {
	top: -120%;
	}
	80% {
	top: 50%;
	}

	100% {
	top: 0%
	}
}
@keyframes move4
{
	0% {
	top: -120%;
	}
	10% {
	top: 50%;
	
	}
	20% {
		top:0%;
	
	}
	100% {
	top: 0%;
	}
}

.btnbox{
	text-align: center;
	color: white;
	position: absolute;
	left: 0;
	top: 78%;
	right: 0;
	margin: auto;
}
.ready span{
	font-size:1.2rem ;
	color: white;
	text-align: center;
	font-weight: lighter;
}
.gobtn{
	width: 4rem;
    line-height: 3.5rem;
    padding: 0px 3.5rem;
    margin: auto;
    font-size: 2rem;
    background: #c69275;
    margin-top: 2rem;
    border-radius: 1.5rem;
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    color: white;
	opacity: 0;
	animation: scale1 3s forwards infinite;
	animation-delay: 2.4s;
	text-align: center;
	z-index: 11;
}

@keyframes scale1 { 
	0%{
		opacity: 1;
		transform: scale(1); 
	}
	50%{
		opacity: 1;
		transform: scale(1.1);
	}
	100%{
		opacity: 1;
		transform: scale(1);
	}
	
}


.foot_img{
	position: absolute;
	bottom: 0;
}
.bg2_left{
	position: absolute;
	left: 0;
	top: 78%;
	width: 18%;
	opacity:0;
	animation: move5 10s forwards infinite;
	animation-delay: 2s;
}

@keyframes move5 { 
	0%{
		opacity:0.5;
		left: 0;
	}
	25%{
		opacity:1;
		left: 3%;
	}
	50%{
		opacity:0.8;
		left: 0%;
	}
	75%{
		opacity:1;
		left: -3%;
	}
	100%{
		opacity:0.5;
		left: 0%;
	}
}

.bg2_right{
	position: absolute;
	right: 0;
	width: 18%;
	top:75%;
	opacity: 0;
	animation: move6 3s forwards infinite;
	animation-delay: 2s;
}
@keyframes move6 { 
	0%{
		opacity:0.5;
		right: 0;
	}
	50%{
		opacity:1;
		right: 1.5%;
	}
	100%{
		opacity:0.5;
		right: 0%;
	}
	
}
.gameindex{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: url(https://ossfiles.xingkec.com/tianmaok11/img/bg2.jpg)no-repeat;
	background-size: 100% 100%;
	z-index: 9;
	overflow: hidden;
}
.gameindex .gametime{
	font-size: 2.5rem;
	color: white;
	margin: auto;
	font-weight: bolder;
	text-align: center;
	margin-top: 8%;
}
.gameindex .gameC{
	
	width: 100%;
	
}
.gameindex .gameC img{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
}
.gameinfo {
	    width: 35%;
    height: 26%;
    position: absolute;
    top: 20%;
    /* bottom: 0; */
    /* left: 0; */
    right:-45%;
    margin: auto;
    z-index: 999;
    font-size: 0.8rem;
	/* transform: rotate(90deg); */
	animation: move7 4s forwards;
	
}


@keyframes move7 { 
	0%{
		right:-45%;
	}
	20%{
		right:10%;
	}

	75%{
		right:10%;
		transform: rotate(0deg);
		top:20%;
	}
	87.5%{
		right:10%;
		top:25%;
		transform: rotate(0deg);
	}
	100%{
		right:10%;
		top:-50%;
		transform: rotate(0deg);
	}
	
}

.daoshu{
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
    right: 0;
	margin: auto;
	background: rgba(0,0,0,0.3);
	z-index: 999;
	
}
.gameindex .daoshu img{
	width: 70%;
	position: absolute;
	top: 0;
	
	
}
/* .doashu3{
	animation: daoshu111 1s forwards;
}
.doashu2{
	animation: daoshu111 1s forwards;
	animation-delay: 1s;
}
.doashu1{
	animation: daoshu111 1s forwards;
	animation-delay: 1s;
}
.doashu0{
	animation: daoshu111 1s forwards;
} */
@keyframes daoshu111 { 
		0%{
			opacity: 1;
			scale:1
		}
		
		100%{
			opacity: 0;
			scale:0;
		}
		
	}


.catbox3 {
	width: 98%;
	background-color: rgba(205,160,134,0.2);
	color: white;
	font-size: 2.3rem;
	text-align: left;
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: 6%;
	padding-right: 6%;
	line-height: 2rem;
}
.gameinfo .infoword{
	font-size: 1.2rem;
}

.gameinfo1 {
	    width: 35%;
    height: 15%;
    position: absolute;
    top: 65%;
    /* bottom: 0; */
    /* left: 0; */
    left:10%;
    margin: auto;
    z-index: 999;
    font-size: 0.8rem;
}


.catbox4 {
	width: 88%;
	background-color: rgba(205,160,134,0.2);
	color: white;
	font-size: 2.3rem;
	text-align: center;
	padding-top: 10%;
	padding-bottom: 10%;
	padding-left: 6%;
	padding-right: 6%;
	line-height: 2rem;
}
.gameinfo1 .infoword1{
	font-size: 1.5rem;
}
.gamef{
	width: 70%;
	height: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
}
.gamef .cathead{
	width: 100%;
}
.catbox1 {
	width: 100%;
	background-color: rgba(205,160,134,0.4);
	color: white;
	font-size: 2.3rem;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 10%;
}
.catbox1 .spendT{
	margin-top: 8%;
}
.catbox1 .spendT1{
	font-size: 3rem;
}
.catbox1 .btn1{
	width: 61%;
    line-height: 4rem;
    margin: auto;
    font-size: 2rem;
	font-weight: bold;
    background: white;
	color: #c69275;
    margin-top: 2rem;
    border-radius: 1.5rem;
}
.catbox2 {
	width: 100%;
	background-color: rgba(222,160,134,0.4);
	color: white;
	font-size: 2.3rem;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 10%;
}
.catbox2 .cant{
	padding: 18% 0;
}
.catbox2 .btn2{
	width: 61%;
    line-height: 4rem;
    margin: auto;
    font-size: 2rem;
	font-weight: bold;
    background: white;
	color: #c69275;
    margin-top: 2rem;
    border-radius: 1.5rem;
}

.cat1{
	width: 20%;
	position: absolute;
	opacity: 0;
	z-index: 999;
}




.info{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: url(https://ossfiles.xingkec.com/tianmaok11/img/bg.jpg)no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.info .infobox{
	width: 70%;
	font-size: 2.5rem;
	color: white;
	text-align: center;
	margin: auto;
	position: absolute;
	left: -300%;
	right: 0;
	margin: auto;
	animation: move8 1s forwards;
	animation-delay: 0.3s ;
	z-index: 1;
}
.infobox .infobox2{
	font-size: 1.8rem;
	margin-bottom: 8%;
}
.infobox input{
	line-height: 3.5rem;
    padding-left: 6%;
    width: 100%;
    border-radius: 3rem;
    font-size: 1.2rem;
    margin: auto;
    margin-bottom: 5%;
    outline: none;
    border: none;
    display: block;
    /* padding: 0.5rem 0; */
    padding-bottom: 0.1rem;
    padding-top: 0.1rem;
}
.infobox .yzmbox{
	    position: relative;
    width: 100%;
    padding-right: 6.5%;
	margin: auto;
	
}
.infobox .gotyzm{
	    /* display: inline-block; */
    width: 30%;
    /* height: 100%; */
    background: #C69275;
    color: white;
    position: absolute;
    font-size: 1.2rem;
    text-align: center;
    margin: auto;
    line-height: 3.5rem;
    position: absolute;
    top: 0;
    right: 0%;
    border-radius: 3rem;
	padding-bottom: 0.1rem;
	padding-top: 0.1rem;
	border-right: 1px solid #C69275;
}
 input::-webkit-input-placeholder {
        color:#cda086;
		font-size:1.2rem;
		font-weight: bold;
    }
    input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #cda086;
		font-size:1.2rem;
    }
    input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #cda086;
		font-size:1.2rem;
    }
    input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #cda086;
		font-size:1.2rem;
    }
	.yinsibox{
		position: relative;
    height: 3rem;
    width: 100%;
	
	}
	.yschoose{
	display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid white;
    position: absolute;
    left: 0;
    top: 0.8rem;
	font-size: 0px;
	margin: 0;
    padding: 0;
	}
.info .infobox	.yingsi{
		    font-size: 1rem;
    text-align: left;
    /* line-height: 0rem; */
    display: inline-block;
    position: absolute;
    left: 2rem;
	line-height: 2.5rem;
	}
	.infotop{
		width: 100%;
		animation: show1 0.8s forwards ;
	}
	
	@keyframes move8 { 
		0%{
			left: -300%;
		}
		70%{
			left: 10%;
		}
		100%{
			left: 0%;
		}
		
	}
	
	.hide2{display: none;}
.btn3{
	width: 40%;
	line-height: 4rem;
	margin: auto;
	font-size: 2rem;
	font-weight: bold;
	background: #c69275;
	color: white;
	margin-top: 3.5rem;
	border-radius: 1.5rem;
	text-align: center;
	 position: absolute;
	top: 80%;
	left: 0;
	right: 0;
	color: white;
	opacity: 0;
	animation: scale1 3s forwards infinite;
	animation-delay: 2s;
	z-index: 999;
}
.yes{
	width: 65%;
    height: 65%;
    background: #999999;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.ysbox{
	width: 70%;
	height: 75%;
	margin: auto;
	background: white;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	border-radius: 2rem;
	
}
.ysbox img{
	position: absolute;
	top:5%;
	right: 5%;
	width:2rem;
	z-index: 999;
}
.yxbox_1{
	height: 75%;
	overflow: auto;
}
.close1{
	font-size:1.8rem;
	text-align: center; 
	font-weight: bold;
	padding-top: 20%;
	padding-bottom: 5%;
}
.close2{
	font-size: 1rem;
	color: #636363;
	width: 85%;
	margin: auto;
	margin-bottom: 1rem;
}
.close3{
	font-size: 1rem;
	color: #636363;
	width: 85%;
	margin: auto;
	margin-bottom: 2rem;
}
.close4{
	font-size: 1.1rem;
	width: 85%;
	margin: auto;
	line-height: 1.8rem;
}
.close5{
	font-size: 1.1rem;
	width: 85%;
	margin: auto;
	line-height: 1.8rem;
	
}



.share{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: url(https://ossfiles.xingkec.com/tianmaok11/img/bg.jpg)no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: white;
}

.btn4{
	width: 40%;
	line-height: 4rem;
	margin: auto;
	font-size: 2rem;
	font-weight: bold;
	background: #c69275;
	color: white;
	margin-top: 3.5rem;
	border-radius: 1.5rem;
	text-align: center;
	opacity: 0;
	animation: scale1 3s forwards infinite;
	animation-delay: 2.5s;
}
.share .sharetitle{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 8%;
	opacity: 0;
	animation: show1 0.8s forwards;
	animation-delay: 0.5s;
	margin-top: 13%;
}
.share .sharetitle1{
	font-size: 1.8rem;
	font-weight: lighter;
	line-height:2.5rem;
	opacity: 0;
	animation: show1 0.8s forwards;
	animation-delay: 0.2s;
}

.share .sharetitle2{
	font-size: 1.8rem;
	font-weight: lighter;
	line-height: 2.5rem;
	opacity: 0;
	animation: show1 0.8s forwards;
	animation-delay: 1.2s;
}
.share .sharetitle3{
	font-size: 1.2rem;
	font-weight: bold;
	margin: 8% 0;
	opacity: 0;
	animation: show1 0.8s forwards;
	animation-delay: 1.6s;
}
.share .sharetitle4{
	width: 60%;
	margin: auto;
	font-size: 1rem;
	font-weight: bold;
	opacity: 0;
	animation: show1 0.8s forwards;
	animation-delay: 2s;
}

.sharebg{
	width: 100%;
	height: 100%;
	background: url(https://ossfiles.xingkec.com/tianmaok11/img/bg2.jpg)no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top:0;
}
.sharebox{
	padding-bottom: 10%;
	padding-top: 5%;
	width: 100%;
	background-color: rgba(222,160,134,0.4);
	color: white;
	font-size: 2.3rem;
	text-align: center;
}
.sharebox .cant{
	line-height: 4rem;
}
.sharebox .sure2{
	width: 61%;
    line-height: 4rem;
    margin: auto;
    font-size: 2rem;
    font-weight: bold;
    background: white;
    color: #c69275;
    margin-top: 2rem;
    border-radius: 2.5rem;
}


.write-popup {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  height: 100%;
  box-sizing: border-box;
}
.write-popup .write-popup-box {
	position: absolute;
	width: 65%;
	top: 30%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
	color: #000;
	text-align: center;
	font-size: 1.2rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	border-radius: 0.5rem;
	z-index: 99999;
	padding-top: 1.5rem; 
}
.write-popup .write-popup-box :nth-child(1) {
  width: 90%;
  margin: 0 auto;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
  font-size: 1.3rem; 
}
.write-popup .write-popup-box :nth-child(2) {
  height: 3.5rem;
  line-height: 3.5rem;
  border-top: 1px solid #aaa;
  margin-top: 8%;
  letter-spacing: 0.3rem;
  color: #0092e9; 
}