body {margin:0; padding:0; font:12px"\5B8B\4F53",sans-serif;background:rgb(17,18,40);font-family:黑体;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0;}
table,td,tr,th{font-size:12px;}
li{list-style-type:none;}
img{vertical-align:top;border:0;}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:12px; font-weight:normal;}
address,cite,code,em,th {font-weight:normal; font-style:normal;}
button{font-family:黑体;}
a{text-decoration: none;}
html
	{
		height: 100%;
		width: 100%;
		font-size: 87.5%;
	}
html {
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-webkit-tap-highlight-color:transparent;
	-webkit-font-smoothing:antialiased;
	width: 100%;
	position: relative;
	
}	
body{
	width: 100%;
	background-size: 100% auto;
}
.playintro {
    position: fixed;
    right:.2rem;
    bottom: .6rem;
    z-index: 12;
}
#nav
{
	height: .30rem;
	width: 100%;
	background: rgba(0,0,0,0.1);
	position: fixed;
	top: 0;	
	z-index: 40;
	height: .30rem;
	padding: .03rem 0;
    max-width: 640px;
}
#coin
{
	width: .18rem;
	margin:.06rem .05rem;
}
.account
{
	/*color: white;*/
	line-height: .30rem;
	/*font-size: .12rem;*/
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 16px;
    color: #FFF200;
}
.alreadypay
    {
       line-height: .22rem;
       color:white;
       font-size: .13rem;
       color: burlywood;       
    }
.seeruletop
{
	padding: 0px .1rem;
    background: url(../img/indexbtn2.png);
    background-size: 100% 100%;
    float: right;
	line-height: .22rem;
	font-size: .13rem ;
	color: white;
	margin-top: .04rem;	
	margin-right: .05rem;	
}
.tohistory
{
	padding: 0px .1rem;
    background: url(../img/indexbtn1.png);
    background-size: 100% 100%;
    float: right;
	line-height: .22rem;
	font-size: .13rem;
	color: white;
	margin-top: .04rem;	
	margin-right: .05rem;		
}
.baodian{
	width: 100%;
}
/*红包弹出效果*/
.redout {
	width: 100%;
	height: 100%;
	max-width: 640px;
	background: rgba(0, 0, 0, 0.8);
	background-size: 100% auto;
	position: fixed;
	top: 0;
	*zoom: 1;
	z-index: 3000;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	visibility: hidden;
}

.txz {
	width: 2.5rem;
	height: 3.5rem;
	border-radius: .03rem;
	padding: 0 0;
	z-index: 100;
	position: relative;
	display: block;
}

.tt {
	-webkit-animation: big 1s ease 0s;
	animation: big 1s ease 0s;
	z-index: 200;
}

@-webkit-keyframes big {
	0% {
		-moz-transform: scale(0.2, 0.2);
		-webkit-transform: scale(0.2, 0.2);
		-o-transform: scale(0.2, 0.2);
		transform-origin: center;
	}
	50% {
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform-origin: center;
	}
	100% {
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform-origin: center;
	}
}

.light_bao {
	width: 100%;
	border-radius: 3px;
	position: absolute;
	bottom: 1rem;
}


.redbc {
	width: 100%;
	border-radius: 3px;
	position: absolute;
	bottom: 0;
}

.front {
	width: 100%;
	border-radius: .03rem;
	position: absolute;
	bottom: 0;
}

.bo {
	width: 2rem;
	height: 1.8rem;
	left: .25rem;
	background: url(../img/body.png) no-repeat;
	background-size: 100% 100%;
	border-radius: .03rem;
	position: absolute;
	bottom: .8rem;
}

.quan {
	width: 1.9rem;
	height: .9rem;
	background: url(../img/quan.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: .2rem;
	left:.05rem;
	text-align: center;
	line-height: .9rem;
	font-size: .2rem;
	color: orangered;
}
.ppic{
	height: 0.5rem;
	margin-top: .2rem;
}
.usenow {
	width: 100%;
	position: absolute;
	bottom: .05rem;
	text-align: center;
}
.wintips {
	width: 1.2rem;
}

.getit {
	color: red;
	width: 1.3rem;
	height: .35rem;
	margin: .1rem auto;
	line-height: .35rem;
	font-size: .16rem;
	text-align: center;
	background: gold;
	border-radius: .4rem;
	background-size: 100% 100%;
	-webkit-animation: pointRadius 1s ease 0s infinite;
	animation: pointRadius 1s ease 0s infinite;
}

@-webkit-keyframes pointRadius {
	0% {
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform-origin: center;
	}
	50% {
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform-origin: center;
	}
	100% {
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform-origin: center;
	}
}

.closejiang{
	height: .3rem;
	display: block;
	position: absolute;
	right: 0;
}
.rank{
	float: right;
	position: relative;
    /*animation: jump 1s ease-in-out infinite;*/
      background: rgba(255,255,255,0.1);
   padding: .05rem .05rem;
   border-radius: .02rem;
   margin-right: .05rem;
}

.rank img{
	height: .16rem;
	vertical-align: middle;
	margin-right: .03rem;
}
.rank span{
	line-height: .16rem;
	color: goldenrod;
	font-size: .14rem;
	vertical-align: middle;	
	text-shadow: 0 1px 1px rgba(0, 0, 0, 1);

}
.music{
	float: right;
	position: relative;
    /*animation: jump 1s ease-in-out infinite;*/
      background: rgba(255,255,255,0.1);
   padding: .05rem .05rem;
   border-radius: .02rem;
   margin-right: .05rem;
}

.music img{
	height: .16rem;
	vertical-align: middle;
	margin-right: .03rem;
}
.music span{
	line-height: .16rem;
	color: white;
	font-size: .12rem;
	vertical-align: middle;	
	text-shadow: 0 1px 1px rgba(0, 0, 0, 1);

}
.wraper{
  min-height: 100vh;
  /*background:  rgb(23,27,30);*/
    background: linear-gradient( 180deg, #320046 0%, #A10DD5 100%)!important;
  /*margin-bottom: .45rem;*/
    margin: 0 auto;
}
.wraper .wraper-conten {
  padding: 0.36rem 0 0 0;


}
.wraper .menu {
  height: 0.48rem;
  background: #0E1526;
  /* overflow: hidden; */
  padding: 0 0.05rem;
}
.wraper .menu a {
  float: right;
  width: 0.15rem;
  height: 0.18rem;
  padding-top: 0.14rem;
  margin-left: 0.2rem;
}
.wraper .menu a img {
  width: 100%;
  height: 100%;
}


 .currencys{
  display: inline-block;
  color: #6a80a2;
  width: 1.3rem;
  height: 100%;
  background: #12182A;
  position: relative;
  vertical-align: middle;
}
.select-head{
  position: absolute;
  left: 0;
  top: 0.02rem;
  width: 100%;
  height: 0.48rem;
  line-height: 0.48rem;
  box-sizing: border-box;
  padding-left: 0.1rem;
  background: #0E1526;
}
.select-body{
  position: absolute;
  left: 0;
  top: 100%;
  background: #12182A;
  width: 100%;
  z-index: 20;
  padding: 0.1rem;
}
.select-item{
  height: 0.26rem;
  line-height: 0.26rem;
  box-sizing: border-box;
}
 .select-item img{
  width: 0.16rem;
  height: 0.16rem;
  vertical-align: middle;
}
.select-head-img{
  width: 0.16rem;
  height: 0.16rem;
  vertical-align: middle;
}
.thearrow{
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  right: 0.06rem;
  border-right: 0.01rem solid #6a80a2;
  border-bottom: 0.01rem solid #6a80a2;
}
.thearrow1{
  transform: rotate(45deg);
  top: 0.17rem;
}
.thearrow2{
  transform: rotate(225deg);
  top: 0.22rem;
}


.wraper .show-record {
    height: 0.42rem;
    background: rgba(0,0,0,0.5);
    box-sizing: border-box;
    padding-top: 0.04rem;
    overflow: hidden;
  
}
.wraper .show-record .record-item {
  float: left;
    width: 0.58rem;
  /*border-right: 0.008rem solid #1B253F;*/
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #B700FF;
    margin-right: 0.04rem;
}
.wraper .show-record .record-item:last-child {
  border: none;
}
.wraper .show-record .record-item:first-child {
  padding-left: 0.034rem;
}
.wraper .show-record .record-item .c-t {
  height: 0.17rem;
  text-align: center;
}
.wraper .show-record .record-item .c-t img {
  width: 0.1rem;
  height: 0.1rem;
  vertical-align: middle;
}
.wraper .show-record .record-item .c-t span {
  display: inline-block;
  /*font-size: 0.1rem;*/
  /*color: #464F6A;*/
  line-height: 0.17rem;
  vertical-align: middle;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 10px;
    color: #9527C0;
}
.wraper .show-record .record-item .c-b {
  height: 0.17rem;
  text-align: center;
  /*font-size: 0.1rem;*/
  line-height: 0.17rem;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #C490F8;
}
.isheugh{
  color: #7b879c;
}
.islow{
  color: #FD344D;
}
.wraper .main-con {
  background:rgba(0,0,0,0.4);
  position: relative;
  padding-bottom: .1rem;
}
.wraper .main-con .mask {
  width: 2.4rem;
  height: 1.3rem;
  position: absolute;
  left: 0.43rem;
  top: 0.22rem;
  z-index: 10;
      /*background: url(../images/crashbg.svg) no-repeat;*/
    background-size: 100% auto;
    background-position: 180% 83%;
}
.winperson{
  position: absolute;
  color: #f5a623;
  font-size: 0.12rem;
  right: 0px;
  top: 0.52rem;
  text-align: center;
  animation: animatewinperson 4s linear;
}
@keyframes animatewinperson {
  0% { transform: translate(0); opacity: 1;}
  50% { transform: translate(-40px, 40px); opacity: 0.7;}
  100% { transform: translate(-80px, 80px); opacity: 0;}
}
.rock{
  position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    right: -.25rem;
    top: -0.025rem;
    animation: animateRock 0.5s linear infinite;
  transform-origin: right top;
}
.rock1{
  position: absolute;
  width: 0.256rem;
  height: 0.256rem;
  right: -0.196rem;
  top: -0.017rem;
}
.rock img, .rock1 img{
  width: 100%;
}
@keyframes animateRock {
  0% { transform: rotate(-5deg);}
  50% { transform: rotate(0deg);}
  100% { transform: rotate(5deg);}
}
.wraper .main-con .mask .countdown {
  font-size: 0.14rem;
  color: #6F809F;
  text-align: center;
  margin-top: 0.4rem;
}
.wraper .main-con .mask .reconnection {
  font-size: 0.16rem;
  color: #6F809F;
  text-align: center;
  margin-top: 0.52rem;
}
.wraper .main-con .mask .jackpot {
  text-align: center;
}
.wraper .main-con .mask .jackpot img {
  height: 0.14rem;
  vertical-align: middle;
}
.wraper .main-con .mask .jackpot span {
  font-size: 0.12rem;
  display: inline-block;
  color: #f5a623;
  vertical-align: middle;
}
.wraper .main-con h3 {
  font-size: 0.12rem;
  color: #7b879c;
  line-height: 0.17rem;
  padding-left: 0.12rem;
  margin-bottom: 0.06rem;
}
.wraper .main-con .set-count {
  padding: 0 0.1rem;
  height: 0.36rem;
}
.wraper .main-con .set-count button {
  outline: none;
  border: none;
  padding: 0;
}
.wraper .main-con .set-count > button {
  width: 0.66rem;
  height: 0.32rem;
  vertical-align: top;
  border-radius: 0.02rem;
  background-color: #263041;
    color: #7b879c;
  margin-left: 0.06rem;
      -webkit-box-shadow: 0 -2px 0 0 rgba(0,0,0,.3) inset;
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.3);
    padding-bottom: 2px;
}
.wraper .main-con .set-count .min-btn {
  margin-left: 0.08rem;
}
.wraper .main-con .set-count .wraper-coun {
  display: inline-block;
  width: 1.43rem;
  height: 0.32rem;
  border-radius: 0.04rem;
  box-sizing: border-box;
  background: #263041;
  overflow: hidden;
  /*border: 1px solid rgba(255, 255, 255, 0.2);*/
  -webkit-box-shadow: 0 -.02rem 0 0 rgba(0,0,0,.3) inset;
    box-shadow: inset 0 -.02rem 0 0 rgba(0,0,0,.3)
}
.wraper .main-con .set-count .wraper-coun button {
  float: left;
  width: 0.34rem;
  height: .3rem;
  background: #263041;
  font-size: 0.2rem;
  color: gold;
}
.wraper .main-con .set-count .wraper-coun > span {
  float: left;
  width: 0.717rem;
  height: 0.3rem;
  font-size: 0.14rem;
  line-height: 0.3rem;
  text-align: center;
  background: #263041;
  box-sizing: border-box;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  vertical-align: top;
}
.wraper .main-con .set-count .wraper-coun > span > span:last-child {
  font-size: 0.12rem;
  color: #6F809F;
}
.wraper .main-con .total-count {
  font-size: 0.12rem;
  height: 0.33rem;
  line-height: 0.33rem;
  color: #464f6a;
}
.wraper .line-map {
  height: 1.82rem;
      top: -.1rem;
    position: relative;
}
.wraper .btn-betting {
  display: block;
  border: none;
  outline: none;
  width: 3rem;
  height: 0.36rem;
  background: #263041;
  border-radius: 0.04rem;
  margin: 0 auto;
  font-size: 0.14rem;
  color: #fff;
  margin-bottom: 0.1rem;
  -webkit-box-shadow: 0 -4px 0 0 rgba(0,0,0,.3) inset;
    box-shadow: inset 0 -4px 0 0 rgba(0,0,0,.3);
    line-height: 32px;
    padding-bottom: 4px;
}
.wraper .checked {
  background: #666666;
}
.win
{
    color:green;
}

.lose
{
    color:red;
}
.wraper .isdisabled {
  background: #282F46;
}
.wraper .table-wraper {
  padding: 0rem 0;
    padding-bottom: .45rem;
  
}

.multiple{
  width: 2.35rem;
  height: 1.02rem;
}
.showmultiple{
	font-size: .3rem;
}
.multiple .p1{
  font-size: 0.2rem;
  color:lime;
  text-align: center;
  padding-top: 0.32rem;
  position: relative;
}
.multiple .p1 img{
  width: 0.5rem;
  height: 0.4rem;
  position: absolute;
  left: 0.24rem;
  bottom: -0.1rem;
}
.explosion p{
  font-size: 0.2rem;
  color: red;
  text-align: center;
  padding-top: 0.2rem;
}
.explosion p:last-child{
  padding-top: 0.05rem;
}

/* 新手引导 */
.intro_wrap {
  /* display: none; */
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  overflow: hidden;
}

.light{
  border-width: 0.8rem .05rem 9rem .05rem;
  border-color: rgba(0,0,0,0.6);
  border-style: solid;
  /* width: 3.1rem; */
  width: 100%;
  height: 1.77rem;
}
.tiparea{
  /* width: 3rem; */
  width: 100%;
  height: 1.8rem;
  /*background: gainsboro;*/
  position: absolute;
  top: 3rem;
  left: .1rem;
  z-index: 100001;
}
.tipsword{
  width: 1.6rem;
  height: 1.5rem;
  padding: .35rem .25rem 0;
  background: url(../images/tips.png) no-repeat;
  background-size: 100% 100%;
  color: black;
  font-size: .11rem;
  line-height: .16rem;
  text-align: left;
  float: left;
  box-sizing: border-box;
}
.girl{
  height: 1rem;
  margin-top: .8rem;
}
.next{
  height: .24rem;
  width: .8rem;
  position: absolute;
  right: 0.4rem;
  bottom: 0;
  background: url(../images/payamount.png) no-repeat;
  background-size: 100% 100%;	
  line-height: .24rem;
  text-align: center;
  color: white;
}

/*提示分享模块*/
.pay {
	width:100%;
	height:100%;
	max-width: 640px;
	background-color: rgba(0,0,0,0.8) ;
	background-size: 100% auto;
	position:absolute;
	top: 0;
	z-index:5000;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	
}
.toshare{
    visibility:hidden;
}
.tocharge{
    visibility:hidden;
}
.closeshare{

	height: .3rem;
	position: absolute;
	right: -.15rem;
	top: -.15rem;
	-webkit-animation: touchit 1s ease 0s infinite;
    animation: touchit 1s ease 0s infinite;
    z-index: 20;
    background: #263041;
    border-radius: .4rem;
}

.txzl {
	width:80%;
	position: relative;
	height:auto;
	border-radius: .03rem;
	background: rgb(46,59,89);
	padding: .15rem .1rem;	
}
.tixian {
	font-size:.16rem;
	width:90%;
	line-height: .22rem;
	height:auto;
	margin:.1rem auto 0 auto;
	color:white;
	text-align:left;
}
.doing
{
  display: block;
	width: 90%;
	text-align: center;
	color:white;
	margin: .1rem auto;
	line-height: .4rem;
	font-size: .14rem;
	background: cornflowerblue;
	border-radius: .4rem;
	/*margin-top: 20px;*/
	/*border-top: 1px solid gainsboro;*/
}
/*提示分享模块*/
.yaoqing {
	width:100%;
	height:100%;
	max-width: 640px;
	background-color: rgba(0,0,0,0.3) ;
	background-size: 100% auto;
	position:fixed;
	top: 0;
	*zoom:1;
	z-index:4000;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	visibility:visible;
}
.closeit{

	height: .3rem;
	position: absolute;
	right: -.15rem;
	top: -.15rem;
	-webkit-animation: touchit 1s ease 0s infinite;
    animation: touchit 1s ease 0s infinite;
    z-index: 20;
    background: #263041;
    border-radius: .4rem;
}

.inner {
	width:80%;
	position: relative;
	height:auto;
	border-radius: .03rem;
	background: white;
	padding: .15rem .1rem;	
}
.yaoyao {
	font-size:.13rem;
	width:90%;
	line-height: .22rem;
	height:auto;
	margin:.05rem auto 0 auto;
	color:black;
	text-align:left;
}
.yaoyao span{
	font-size: .13rem;
	font-weight: bold;
	color: orangered;
}
.goshare
{
  display: block;
	width: 90%;
	text-align: center;
	color:white;
	margin: .1rem auto;
	line-height: .4rem;
	font-size: .14rem;
	background: cornflowerblue;
	border-radius: .02rem;
	color: #fff;
    background: #263041;
    -webkit-box-shadow: 0 -4px 0 0 rgba(0,0,0,.3) inset;
    box-shadow: inset 0 -4px 0 0 rgba(0,0,0,.3);
    padding-bottom: 4px;
}

.beizi{
	width:.3.2rem;
	position: relative;
	text-align: center;
}
.beizi img{
	height: .8rem;
} 
.title{
	font-weight: bold;
	font-size: .2rem;
	line-height: .5rem;
	text-shadow: rgb(0, 31, 88) 0px 0px 2px, rgb(0, 85, 241) 0px 0px 5px, rgb(0, 58, 164) 0px 0px 5px;
    color: white;
    text-align: center;
}

.draggable-box {
    width: 67px;
    height: 71px;
    background: url(../images/kf-tc-bg.png);
    background-size: 100% 100%;
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 20vh;
    display: block;
}
.draggable-box img {
    width: 32px;
    height: 34px;
    margin-top: 17px;
    margin-left: 17px;
}
.draggable-box div {
    width: 100%;
    text-align: center;
    margin-top: -5px;
    font-family: Source Han Sans;
    font-size: 12px;
    font-weight: normal;
    color: #E2C79A;
}
.down-load-pwa {
    width: 67px;
    height: 67px;
    line-height: 63px;
    text-align: center;
    background: url(../images/kf-tc-bg.png);
    background-size: 100% 100%;
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 50px;
    color: white;
    font-size: .12rem;
}

@media only screen and (min-width: 640px) {
    .draggable-box {
        left: calc((100% + 480px) / 2);
    }
    .down-load-pwa {
        left: calc((100% + 480px) / 2);
    }
}

