.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: 100%;
  background:  rgb(23,27,30);
  /*margin-bottom: .45rem;*/
}
.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.62rem;
  border-right: 0.008rem solid #1B253F;
}
.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;
}
.wraper .show-record .record-item .c-b {
  height: 0.17rem;
  text-align: center;
  font-size: 0.1rem;
  line-height: 0.17rem;
}
.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 .gamedown {
  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: 1000;
  overflow: hidden;
}

.light{
  border-width: 0.8rem .05rem 7rem .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;
}
/**/
.chooseout{
	width: 100%;
	height: 100%;
	background: rgb(5,4,0) no-repeat;
	background-image: url(../images/bg.jpg);
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	visibility: hidden;
}
.bluring{
	background-image: url(../images/bg.jpg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index:0;
    /*filter: url(http://www.kugou.com/yy/static/css/blur.svg);*/
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    background-repeat: no-repeat;
    background-size: cover;	
}
.choose {
	width:100%;
	height:100%;
	max-width: 640px;
	/*background-color: rgba(0,0,0,0.6) ;*/
	background-size: 100% auto;
	position:fixed;
	top: 0;
	*zoom:1;
	z-index:1;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;

}
.chooseinner{
	width: 92%;
	position: relative;
	height:auto;
}
.roomcct{
	
	border-radius: .03rem;	
	background: url(../images/dashboard-bg.png) no-repeat;
	background-size: 100% 100%;
	padding: .15rem 3%;	
	width: 94%;	
	margin-bottom: .15rem;
}
.roometh{	
	border-radius: .03rem;
	background: url(../images/home.png) no-repeat;
	background-size: 100% 100%;
	padding: .15rem 3%;	
	width: 94%;	
}
.userpic{
	height: .3rem;
	width: .3rem;
	border-radius: .2rem;
}
.username{
	margin-left: .1rem;
	font-size: .22rem;
	line-height: .3rem;
	/*text-shadow: rgb(0, 43, 0) 0px 0px 2px, rgb(0, 204, 0) 0px 0px 25px, rgb(0, 255, 0) 0px 0px 5px;*/
    color: white;
    font-weight: bold;
}
.dis{
	line-height: .2rem;
	margin: .1rem auto;
	color: white;
	display: block;	
	font-size: .13rem;
	/*padding-left: .35rem;*/
}
.toplay
{
	padding: 0px .1rem;
    text-align: center;
     width: .8rem;
	line-height: .3rem;
	font-size: .13rem;
	color: white;
	font-weight: bold;		
}
.gocct{
    background: url(../images/indexbtn1.png);
    background-size: 100% 100%;	
}
.goeth{
    background: url(../images/indexbtn2.png);
    background-size: 100% 100%;	
}
.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;
}