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

.rank img {
  height: 0.16rem;
  vertical-align: middle;
  margin-right: 0.03rem;
}
.rank span {
  line-height: 0.16rem;
  color: goldenrod;
  font-size: 0.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: 0.05rem 0.05rem;
  border-radius: 0.02rem;
  margin-right: 0.05rem;
}

.music img {
  height: 0.16rem;
  vertical-align: middle;
  margin-right: 0.03rem;
}
.music span {
  line-height: 0.16rem;
  color: white;
  font-size: 0.12rem;
  vertical-align: middle;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
}
.wraper {
  min-height: 100%;
  /*background:  rgb(23,27,30);*/
  background: linear-gradient(180deg, #320046 0%, #a10dd5 100%);
  /*margin-bottom: .45rem;*/
  position: relative;
}
.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;
}
.isheugh {
  color: #7b879c;
}
.islow {
  color: #fd344d;
}
.wraper .main-con {
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  padding-bottom: 0.1rem;
}
.wraper .main-con .mask {
  width: 2.9rem;
  height: 1.3rem;
  position: absolute;
  left: 50%;
  top: 0.22rem;
  transform: translateX(-50%);
  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;
  animation-fill-mode: forwards;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 8px;
  color: #fffb00;
}
@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: -0.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.19rem;
  color: #6f809f;
  text-align: center;
  margin-top: 0.4rem;
}

.wraper .main-con .mask .gamedown span {
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 50px;
}

.wraper .main-con .mask .reconnection {
  font-size: 0.16rem;
  color: #6f809f;
  text-align: center;
  margin-top: 0.52rem;
}
.wraper .main-con .jackpot {
  position: absolute;
  width: 100%;
  height: 0.2rem;
  top: .2rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wraper .main-con .jackpot img {
  height: 0.14rem;
  vertical-align: middle;
}
.wraper .main-con .jackpot span {
  /*font-size: 0.12rem;*/
  display: inline-block;
  /*color: #f5a623;*/
  vertical-align: middle;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 16px;
  color: #fff200;
}
.wraper .main-con h3 {
  /*font-size: 0.12rem;*/
  /*color: #7b879c;*/
  line-height: 0.17rem;
  padding-left: 0.12rem;
  margin-bottom: 0.06rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 18px;
  color: #ecb9ff;
}
.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, 0.3) inset;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.3);
  padding-bottom: 2px;
  background: linear-gradient(311deg, #b700ff 0%, #ff00fb 100%);
  border-radius: 6px 6px 6px 6px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.wraper .main-con .set-count .min-btn {
  margin-left: 0.08rem;
}
.wraper .main-con .set-count .wraper-coun {
  display: inline-block;
  width: 1.41rem;
  height: 0.3rem;
  /*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 -0.02rem 0 0 rgba(0, 0, 0, 0.3) inset;
  box-shadow: inset 0 -0.02rem 0 0 rgba(0, 0, 0, 0.3);
  background: linear-gradient(311deg, #b700ff 0%, #ff00fb 100%);
}
.wraper .main-con .set-count .wraper-coun button {
  float: left;
  width: 0.34rem;
  height: 0.3rem;
  /*background: #263041;*/
  /*font-size: 0.2rem;*/
  /*color: gold;*/
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  background: linear-gradient(311deg, #b700ff 0%, #ff00fb 100%);
}
.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;
  background: #4e0a66;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}
.wraper .main-con .set-count .wraper-coun > span > span {
  font-size: 0.12rem;
  /*color: #6F809F;*/
  color: #ffffff;
}
.wraper .main-con .set-count .wraper-coun > span > span:last-child {
  font-size: 0.12rem;
  /*color: #6F809F;*/
  color: #ffffff;
}
.wraper .main-con .total-count {
  font-size: 0.12rem;
  height: 0.33rem;
  line-height: 0.33rem;
  color: #464f6a;
}
.wraper .mychart-box {
  width: 100%;
  min-height: 1.82rem;
}
.wraper .line-map {
  height: 1.82rem;
  top: -0.1rem;
  position: relative;
}
.wraper .btn-betting {
  display: block;
  border: none;
  outline: none;
  width: 93%;
  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, 0.3) inset;
  /*box-shadow: inset 0 -4px 0 0 rgba(0,0,0,.3);*/
  line-height: 32px;
  padding-bottom: 4px;
  background: linear-gradient(311deg, #b700ff 0%, #ff00fb 100%);
  box-shadow: inset 0px 2px 9px 0px #ffaffe;
  border-radius: 10px 10px 10px 10px;
}
.wraper .checked {
  background: rgba(255, 255, 255, 0.5);
}
.win {
  color: #29ffc2;
}

.lose {
  color: #ff296d;
}
.wraper .isdisabled {
  background: #282f46;
}

.table-tabs {
  width: 100%;
  height: 0.3rem;
  overflow: hidden;
  margin: 0.05rem 0;
  box-sizing: border-box;
  padding: 0 0.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.table-tabs .table-tab {
  display: inline-block;
  position: relative;
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
  align-items: center;
  letter-spacing: 0px;
  font-variation-settings: "opsz" auto;
  color: #f8ecff;
  gap: 0.1rem;
}

.table-tabs .table-tab.active {
  color: #f62dff;
}

.table-tabs .table-tab.active::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #f62dff;
  width: 20px;
  height: 3px;
  border-radius: 3px;
}
.wraper .table-wraper {
  width: calc(100% - 0.2rem);
  margin: 0 auto;
  padding: 0rem 0;
  padding-bottom: 0.45rem;
}

.multiple {
  width:100%;
  height: 1.02rem;
}
.showmultiple {
  font-size: 0.3rem;
}
.multiple .p1 {
  font-size: 0.2rem;
  color: #29ffc2;
  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 {
  width: 160px;
  height: 160px;
  background: url(../images/baozhabg.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.explosion p {
  /*font-size: 0.2rem;*/
  /*color: #FF296D;*/
  text-align: center;
  padding-top: 55px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 10px;
  color: #fffb00;
}
.explosion p:last-child {
  padding-top: 0.05rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 18px;
  color: #fffb00;
}

/* 鏂版墜寮曞 */
.intro_wrap {
  /* display: none; */
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}

.light {
  border-width: 0.8rem 0.05rem 7rem 0.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: 0.1rem;
  z-index: 100001;
}
.tipsword {
  width: 1.6rem;
  height: 1.5rem;
  padding: 0.35rem 0.25rem 0;
  background: url(../images/tips.png) no-repeat;
  background-size: 100% 100%;
  color: black;
  font-size: 0.11rem;
  line-height: 0.16rem;
  text-align: left;
  float: left;
  box-sizing: border-box;
}
.girl {
  height: 1rem;
  margin-top: 0.8rem;
}
.next {
  height: 0.24rem;
  width: 0.8rem;
  position: absolute;
  right: 0.4rem;
  bottom: 0;
  background: url(../images/payamount.png) no-repeat;
  background-size: 100% 100%;
  line-height: 0.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: 0.3rem;
  position: absolute;
  right: -0.15rem;
  top: -0.15rem;
  -webkit-animation: touchit 1s ease 0s infinite;
  animation: touchit 1s ease 0s infinite;
  z-index: 20;
  background: #263041;
  border-radius: 0.4rem;
}

.txzl {
  width: 80%;
  position: relative;
  height: auto;
  border-radius: 0.03rem;
  background: rgb(46, 59, 89);
  padding: 0.15rem 0.1rem;
}
.tixian {
  font-size: 0.16rem;
  width: 90%;
  line-height: 0.22rem;
  height: auto;
  margin: 0.1rem auto 0 auto;
  color: white;
  text-align: left;
}
.doing {
  display: block;
  width: 90%;
  text-align: center;
  color: white;
  margin: 0.1rem auto;
  line-height: 0.4rem;
  font-size: 0.14rem;
  background: cornflowerblue;
  border-radius: 0.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: 0.3rem;
  position: absolute;
  right: -0.15rem;
  top: -0.15rem;
  -webkit-animation: touchit 1s ease 0s infinite;
  animation: touchit 1s ease 0s infinite;
  z-index: 20;
  background: #263041;
  border-radius: 0.4rem;
}

.inner {
  width: 80%;
  position: relative;
  height: auto;
  border-radius: 0.03rem;
  background: white;
  padding: 0.15rem 0.1rem;
}
.yaoyao {
  font-size: 0.13rem;
  width: 90%;
  line-height: 0.22rem;
  height: auto;
  margin: 0.05rem auto 0 auto;
  color: black;
  text-align: left;
}
.yaoyao span {
  font-size: 0.13rem;
  font-weight: bold;
  color: orangered;
}
.goshare {
  display: block;
  width: 90%;
  text-align: center;
  color: white;
  margin: 0.1rem auto;
  line-height: 0.4rem;
  font-size: 0.14rem;
  background: cornflowerblue;
  border-radius: 0.02rem;
  color: #fff;
  background: #263041;
  -webkit-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.3) inset;
  box-shadow: inset 0 -4px 0 0 rgba(0, 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: 0.03rem;
  background: url(../images/dashboard-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.15rem 3%;
  width: 94%;
  margin-bottom: 0.15rem;
}
.roometh {
  border-radius: 0.03rem;
  background: url(../images/home.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.15rem 3%;
  width: 94%;
}
.userpic {
  height: 0.3rem;
  width: 0.3rem;
  border-radius: 0.2rem;
}
.username {
  margin-left: 0.1rem;
  font-size: 0.22rem;
  line-height: 0.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: 0.2rem;
  margin: 0.1rem auto;
  color: white;
  display: block;
  font-size: 0.13rem;
  /*padding-left: .35rem;*/
}
.toplay {
  padding: 0px 0.1rem;
  text-align: center;
  width: 0.8rem;
  line-height: 0.3rem;
  font-size: 0.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: 0.8rem;
}
.title {
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 0.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;
}
.down-app-tan-c-popup {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/app-down-tan-c-bj.png);
  background-size: 100% 100%;
  padding: 20px;
  z-index: 1001;
}
