#__bs_notify__ {
  display: none!important;
}
a,
[click],
[onclick],
[data-href] {
  cursor: pointer;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 21.33px;
  }
  body {
    font-size: 12px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 24px;
  }
  body {
    font-size: 12px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 25px;
  }
  body {
    font-size: 12px;
  }
}
@media screen and (min-width: 384px) {
  html {
    font-size: 25.6px;
  }
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 26.67px;
  }
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 27.6px;
  }
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 424px) {
  html {
    font-size: 28.27px;
  }
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 32px;
  }
  body {
    font-size: 15.36px;
  }
}
@media screen and (min-width: 540px) {
  html {
    font-size: 36px;
  }
  body {
    font-size: 17.28px;
  }
}
@media screen and (min-width: 720px) {
  html {
    font-size: 48px;
  }
  body {
    font-size: 23.04px;
  }
}
@media screen and (min-width: 750px) {
  html {
    font-size: 50px;
  }
  body {
    font-size: 24px;
  }
}
.scroll-scroll {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.flex-scroll {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.flex-scroll-fixed {
  display: block;
  float: left;
  padding-bottom: 5px;
}
.flex-scroll-container {
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  transition-duration: 0s;
  overflow: auto;
  position: relative;
}
.p10 {
  padding: 0.2rem;
}
.p15 {
  padding: 0.3rem;
}
.h10 {
  height: 10px;
  clear: both;
  line-height: 10px;
}
body > * {
  font-size: 0.48rem;
}
body p {
  font-size: 0.48rem;
}
.fflex-row {
  width: 100%;
  display: -webkit-flex;
  -webkit-flex-flow: row;
  -webkit-align-items: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: stretch;
  justify-content: space-between;
}
.flex1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
.align-items {
  align-items: center;
}
.l {
  color: #FF2742;
}
.fg {
  color: #FF2742;
}
.guide-page {
  min-height: 100vh;
  background: #FF2742;
}
.guide-page .inner {
  padding-top: 6.68rem;
}
.box-guide {
  width: 10.62rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 0.3rem;
  position: relative;
  padding-top: 2.34rem;
  text-align: center;
  padding-bottom: 0.8rem;
}
.box-guide .logo-row {
  position: absolute;
  width: 100%;
  top: -2rem;
  left: 0;
  text-align: center;
}
.box-guide .logo-row img {
  height: 4rem;
}
.box-guide h3 {
  font-size: 0.82rem;
  font-weight: 500;
  color: #A1A1A1;
}
.box-guide h1 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000000;
}
.box-guide .sub {
  font-size: 0.44rem;
  color: #A1A1A1;
}
.box-guide .button-row {
  margin: 3.1rem 0.8rem 0;
}
.box-guide .button-row a {
  display: block;
  text-align: center;
  background: #FF2742;
  color: #fff;
  line-height: 1.7rem;
  height: 1.7rem;
  border-radius: 0.2rem;
  font-size: 0.74rem;
}
.box-guide .button-row a span {
  display: inline-block;
  padding-left: 1rem;
  background: url(../img/icon/ico-user-white.png) 0 center no-repeat;
  -webkit-background-size: 0.74rem 0.76rem;
  background-size: 0.74rem 0.76rem;
}
.mui-bar-nav {
  background: #FFF;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
.mui-bar-nav .mui-title{
  color: #1C1C36!important;
}
.mui-bar-nav .mui-action-back{
  color: #1C1C36!important;
}
.mui-bar-nav * {
  color: #000 !important;
}
.mui-content,
body {
  background: #f3f3f3;
  color: #333333;
}
.login-page {
  padding: 0.1rem 20px 0 20px;
}
.login-page .title {
  text-align: left;
  padding: 20px;
  font-size: 22px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1C1C36;
}
.login-page .title h1 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000000;
}
.login-page .title p {
  font-size: 0.44rem;
  font-weight: normal;
  color: #A1A1A1;
}
.flex-input-group {
  display: block;
}
.flex-input-group .input-row {
  /*width: 100%;*/
  display: -webkit-flex;
  -webkit-flex-flow: row;
  -webkit-align-items: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: stretch;
  justify-content: space-between;
  background: #fff;
  width: 96%;
  margin: 15px auto 15px auto;
  border-radius: 10px;
}
.flex-input-group .input-row input {
  flex: 1;
  height: 2.3rem;
  /*padding-top: 0;*/
  /*padding-bottom: 0;*/
  line-height: 1.94rem;
  border: 0;
  margin: 0;
  font-size: 0.8rem;
  font-weight: 500;
  color: #222;
  border-radius: 20px;
}
.flex-input-group .input-row .label {
  width: 1.88rem;
  height: 2.2rem;
}
.flex-input-group .input-row .label ~ input {
  padding-left: 0;
}
.flex-input-group .input-row .label-user {
  background: url(../img/icon/ico-user.png) center no-repeat;
  -webkit-background-size: 0.88rem 0.9rem;
  background-size: 0.88rem 0.9rem;
}
.flex-input-group .input-row .label-password {
  background: url(../img/icon/ico-clock.png) center no-repeat;
  -webkit-background-size: 0.84rem 1.12rem;
  background-size: 0.84rem 1.12rem;
}
.flex-input-group .input-row .label-rmb {
  background: url(/statics/mui/rmb.png) center no-repeat;
  -webkit-background-size: 0.7rem 0.88rem;
  background-size: 0.7rem 0.88rem;
}
.flex-input-group .input-row ~ .input-row {
  /*border-top: 1px solid #FBFBFB;*/
}
.flex-input-group .button-row {
  padding: 1.5rem 0.7rem;
}
.flex-input-group .button-row button {
  border: 0;
  border-radius: 0.2rem;
}
.mui-btn-gold {
  background: linear-gradient(90deg, #D4B38F 0%, #B88964 100%);
  border-radius: 46px!important;
  color: #fff;
}
.mui-btn-red {
  background: #FF2742 !important;
}
.reg-page {
  padding-top: 0.6rem;
}
.mui-bar-tab {
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  border-radius: 12px 12px 0 0;
}
.mui-bar-tab .mui-tab-item.mui-active {
  color: #FF2742;
}
.mui-bar-tab .mui-tab-item .icon-home {
  background: url(../img/icon/foot-nav1.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.mui-bar-tab .mui-tab-item .icon-rechange {
  background: url(../img/icon/foot-nav2.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.mui-bar-tab .mui-tab-item .icon-searvice {
  background: url(../img/icon/foot-nav3.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.mui-bar-tab .mui-tab-item .icon-single {
  background: url(../img/icon/foot-nav4.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.mui-bar-tab .mui-tab-item.mui-active {
  opacity: 1;
}
.mui-bar-tab .mui-tab-item.mui-active .icon-home {
  background: url(../img/icon/foot-nav1-h.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.mui-bar-tab .mui-tab-item.mui-active .icon-rechange {
  background: url(../img/icon/foot-nav2-h.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.mui-bar-tab .mui-tab-item.mui-active .icon-searvice {
  background: url(../img/icon/foot-nav3-h.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.mui-bar-tab .mui-tab-item.mui-active .icon-single {
  background: url(../img/icon/foot-nav4-h.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.padded {
  padding: 0 0.56rem;
}
.pt {
  padding-top: 0.46rem;
}
.pb {
  padding-bottom: 0.46rem;
}
.bgfff {
  background: #fff;
}
.bgf0f {
  background: #F0F4F8;
}
.index-banner a,
.index-banner img {
  display: block;
  height: 6.8rem;
  width: 100%;
  border-radius: 0.3rem;
}
.index-banner .swiper-pagination {
  line-height: 0!important;
  bottom: 5px!important;
}
.notice-row {
  line-height: 1.56rem;
  margin: 10px 0;
  background: #fff;
  border-radius: 5px;
  padding: 0 5px;
}
.notice-row .left {
  width: 0.64rem;
  height: 1.56rem;
  background: url(../img/icon/ico-notice.png) 0 center no-repeat;
  -webkit-background-size: 0.46rem 0.56rem;
  background-size: 0.46rem 0.56rem;
}
.notice-row a {
  font-size: 0.52rem;
}
.notice-row .swiper-container {
  height: 1.56rem;
}
.notice-row .right {
  font-size: 0.52rem;
  font-family: PingFang;
  font-weight: 500;
}
.notice-row .right a {
  font-size: 0.52rem;
  color: #6E6E6E;
}
.article-box h1 {
  font-size: 18px;
  font-weight: 700;
  word-break: break-all;
  color: #1f2d3d;
  line-height: 1.5em;
  text-align: center;
}
.article-box .time {
  text-align: center;
  color: #999;
  font-size: 14px;
  margin: 22px 11px 22px;
}
.article-box article,
.article-box p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
.line {
  height: 1px;
  line-height: 1px;
  clear: both;
  background: #F2F2F2;
}
.g-title-row {
  display: -webkit-inline-flex;
  -webkit-flex-flow: row;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  display: inline-flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  line-height: 1.76rem;
}
.g-title-row h3 {
  font-size: 0.56rem;
  font-weight: 600;
  color: #333;
  /*padding-left: 0.64rem;*/
  position: relative;
}
/*.g-title-row h3:before {
  content: "";
  display: inline-block;
  width: 0.22rem;
  height: 0.5rem;
  background: #FF2742;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.25rem;
}*/
.g-title-row span {
  font-size: 0.52rem;
  font-weight: 500;
  color: #6E6E6E;
}
.game-list {
  background: #1E1C38;
  border-radius: 0.4rem;
  width: 100%;
  display: -webkit-flex;
  -webkit-flex-flow: row;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding-top: 0.3rem;
  /*padding-bottom: 0.3rem;*/
}
.game-list .img {
  text-align: center;
  width: 3.4rem;
  vertical-align: middle;
  line-height: 0;
}
.game-list .img img {
  line-height: 0;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  height: 2.74rem;
}
.game-list .txt {
  position: relative;
  color: #888;
  flex: 1;
  text-align: left;
}
.game-list .txt .label {
  /*border: 0.04rem solid #fff;*/
  border-radius: 0.2rem;
  line-height: 1.2em;
  font-size: 0.6rem;
  font-weight: 800;
  color: #faf4df;
}
.game-list .button-row {
  width: 4.6rem;
}
.game-list .button-row div {
  display: block;
  height: 1.3rem;
  border-radius: 0.1rem;
  color: #fff;
  text-align: center;
  line-height: 1.3rem;
  background: linear-gradient(90deg, #D4B38F 0%, #B88964 100%);
  margin: 0.5rem;
}
.game-list .bei {
  font-size: 0.48rem;
}
.game-list .long {
  width: 14rem;
  height: 6.7rem;
  float: right;
  background: url(../img/jnd28.png) no-repeat #4138D1;
  -webkit-background-size: contain;
  background-size: contain;
  position: relative;
  border-radius: 0.2rem;
}

.game-list .sort {
  width: 14rem;
  height: 6.8rem;
  float: right;
  background: url(../img/bj28.png) no-repeat #4138D1;
  -webkit-background-size: contain;
  background-size: contain;
  position: relative;
  border-radius: 0.2rem;
}
.game-list .long .label {
  border: 0.04rem solid #fff;
  border-radius: 0.2rem;
  position: absolute;
  left: 0.14rem;
  top: 0.14rem;
  padding: 0 0.24rem;
  font-size: 0.44rem;
  font-weight: 800;
  color: #FFFFFF;
}
.game-list .sort .label {
  border: 0.04rem solid #fff;
  border-radius: 0.2rem;
  position: absolute;
  left: 0.14rem;
  top: 0.14rem;
  padding: 0 0.24rem;
  font-size: 0.44rem;
  font-weight: 800;
  color: #FFFFFF;
}
.game-lists .long {
  float: left;
}
.slide-list {
  height: 5.12rem;
}
.slide-list .swiper-container {
  height: 5.12rem;
}
.slide-list .swiper-slide {
  height: 1.28rem;
  font-size: 0.6rem;
  color: #6E6E6E;
}
.slide-list .jf {
  flex: 1;
}
.slide-list .point {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #C58E5D;
  margin: 0 5px;
}
.slide-list .name {
  width: 3rem;
  color: #FF2742;
}
.slide-list em {
  font-style: normal;
}
.game-lists .game-list + .game-list {
  margin-top: 0.6rem;
}
.mui-bar-nav .btn-link {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 44px;
}
.mui-bar-nav .btn-menu {
  width: 44px;
  height: 44px;
  background: url(../img/icon/menu.png) center no-repeat;
  -webkit-background-size: auto 40%;
  background-size: auto 40%;
}
.bggrey {
  background: #EFEFEF;
}
.rechange-box .hd {
  background: #1C1C34;
  color: #fff;
  text-align: center;
  font-size: 0.67rem;
  padding: 2rem 0;
  border-radius: 0 0 15% 15%;
}
.rechange-box .hd p {
  color: #fff;
  font-size: 0.67rem;
  margin: 0;
}
.rechange-box .hd .number {
  padding: 0.35rem 0;
}
.rechange-box .hd .number strong {
  font-size: 1.09rem;
}
.rechange-box .hd .id {
  font-size: 0.58rem;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 0.5;
}
.rechange-box .bd p {
  font-size: 0.48rem;
  font-weight: 500;
  color: #969696;
  line-height: 0.82rem;
}
.rechange-box .bd .tips {
  text-align: center;
  font-size: 0.48rem;
  font-weight: 500;
  color: #969696;
  line-height: 0.82rem;
}
.rechange-box .bd .tips .mui-icon {
  position: relative;
  top: 0.12rem;
}
.rechange-box .flex-input-group {
  background: #fff;
  border-radius: 0.3rem;
  margin-bottom: 0.3rem;
  padding-top: 0.6rem;
}
.rechange-box .flex-input-group .button-row {
  padding-bottom: 0.3rem;
}
.service-box .img {
  display: block;
  width: 100%;
  border-radius: 0.4rem;
}
.service-box .left {
  padding-left: 0.76rem;
  padding-right: 0.5rem;
}
.service-box .left img {
  height: 2.3rem;
}
.service-box .mid {
  flex: 1;
}
.service-box .mid h3 {
  font-size: 0.64rem;
  font-weight: 800;
  color: #000000;
}
.service-box .mid p {
  margin: 0;
  font-size: 0.4rem;
  font-family: PingFang;
  font-weight: 500;
  color: #969696;
}
.service-box .fflex-row {
  background: #fff;
  border-radius: 0.3rem;
  padding-top: 0.76rem;
  padding-bottom: 0.76rem;
}
.service-box .right {
  padding-right: 0.76rem;
}
.service-box .right a {
  display: inline-block;
  width: 2.88rem;
  height: 1.2rem;
  text-align: center;
  line-height: 1.2rem;
  background: linear-gradient(90deg, #D4B38F 0%, #B88964 100%);
  border-radius: 1rem;
  font-size: 0.58rem;
  font-weight: 500;
  color: #FFFFFF;
}
.user-head {
  background: #1C1C34;
  color: #fff;
  padding: 2.5rem 0;
  border-radius: 0 0 15% 15%;
}
.user-head .left {
  padding-left: 0.6rem;
  padding-right: 0.5rem;
}
.user-head .avator {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 100px;
  border: 0.08rem solid #FFFFFF;
}
.user-head .avator img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
.user-head .mid {
  flex: 1;
  position: relative;
}
.user-head .mui-navigate-right:after {
  color: #fff;
  font-size: 0.66rem;
}
.user-head .tit strong {
  font-size: 0.68rem;
}
.user-head .tit label {
  display: inline-block;
  padding: 0 0.24rem;
  height: 0.82rem;
  margin: 0 0.3rem;
  background: rgba(255, 39, 66, 0);
  border: 0.04rem solid #FFFFFF;
  border-radius: 100rem;
}
.user-head .tit .vip img {
  height: 0.54rem;
}
.user-head .id {
  margin: 0.4rem 0;
  font-size: 0.56rem;
  color: #fff;
}
.user-head .progressbar {
  width: 85%;
}
.progressbar .bar {
  width: 8rem;
  height: 0.36rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  background: #E5233B;
}
.progressbar .bar span {
  display: block;
  height: 0.36rem;
  background: #fff;
  border-radius: 50px;
}
.user-nav > ul {
  margin-top: 8px;
}
.user-nav > ul:after,
.user-nav > ul:before {
  display: none;
}
.user-nav a {
  font-size: 0.66rem;
  line-height: 1.6em;
  padding-left: 0!important;
}
.user-nav a > span {
  padding-left: 1.82rem;
}
.user-nav .icon {
  width: 1.82rem;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.user-nav .icon-nav1 {
  background: url(../img/icon/icon-nav1.png) center no-repeat;
  -webkit-background-size: 0.84rem 0.66rem;
  background-size: 0.84rem 0.66rem;
}
.user-nav .icon-nav2 {
  background: url(../img/icon/icon-nav2.png) center no-repeat;
  -webkit-background-size: 0.82rem 0.82rem;
  background-size: 0.82rem 0.82rem;
}
.user-nav .icon-nav3 {
  background: url(../img/icon/icon-nav3.png) center no-repeat;
  -webkit-background-size: 0.82rem 0.82rem;
  background-size: 0.82rem 0.82rem;
}
.user-nav .icon-nav4 {
  background: url(../img/icon/icon-nav4.png) center no-repeat;
  -webkit-background-size: 0.84rem 0.84rem;
  background-size: 0.84rem 0.84rem;
}
.user-nav .icon-nav5 {
  background: url(../img/icon/icon-nav5.png) center no-repeat;
  -webkit-background-size: 0.8rem 0.58rem;
  background-size: 0.8rem 0.58rem;
}
.user-nav .icon-nav6 {
  background: url(../img/icon/icon-nav6.png) center no-repeat;
  -webkit-background-size: 0.72rem 0.86rem;
  background-size: 0.72rem 0.86rem;
}
.user-nav .icon-nav7 {
  background: url(../img/icon/icon-nav7.png) center no-repeat;
  -webkit-background-size: 0.84rem 0.68rem;
  background-size: 0.84rem 0.68rem;
}
.user-nav .icon-nav-change {
  background: url(../img/icon/icon-nav-change.png) center no-repeat;
  -webkit-background-size: 0.84rem 0.68rem;
  background-size: 0.84rem 0.8rem;
}
ul.mui-table-view:after,
ul.mui-table-view:before {
  display: none;
}
ul.mui-table-view li:after {
  left: 0;
  background: #F3F3F3;
}
ul.mui-table-view a {
  font-size: 0.66rem;
  line-height: 1.6em;
}
ul.mui-table-view a span + span {
  color: #888;
  float: right;
}
ul.mui-table-view .avator {
  width: 2rem;
  height: 2rem;
  float: right;
  margin-right: 0.8rem;
}
ul.mui-table-view .avator img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 200px;
}
ul.mui-table-view .avator ~ span {
  line-height: 2rem;
}
.file-row input {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 500px;
  height: 500px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.wallet-list {
  background: #fff;
  border-radius: 15px;
}
.wallet-list a {
  display: block;
  text-align: center;
  padding-top: 0.42rem;
  padding-bottom: 0.42rem;
}
.wallet-list .icon {
  display: block;
  width: 1.64rem;
  height: 1.64rem;
  margin: 0 auto;
  background: url(../img/icon/img-cz.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.wallet-list .icon1 {
  background-image: url(../img/icon/img-cz.png);
}
.wallet-list .icon2 {
  background-image: url(../img/icon/img-tx.png);
}
.wallet-list .icon3 {
  background-image: url(../img/icon/img-zbjl.png);
}
.wallet-list .icon4 {
  background-image: url(../img/icon/img-czjl.png);
}
.wallet-list .icon5 {
  background-image: url(../img/icon/img-txjl.png);
}
.wallet-list .icon6 {
  background-image: url(../img/icon/img-yhk.png);
}
.wallet-list .icon7 {
  background-image: url(../img/icon/img-mm.png);
}
.wallet-list p {
  margin: 0;
  font-size: 0.5rem;
  font-weight: 500;
  color: #737373;
}
.wallet-list .mui-col-xs-4 {
  /*border-bottom: 1px solid #EDEDED;*/
}
.border0 {
  border: 0!important;
}
.txt-row {
  width: 100%;
  display: -webkit-flex;
  -webkit-flex-flow: row;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
.txt-row .left {
  line-height: 1.86rem;
  font-size: 0.66rem;
  padding-left: 0.6rem;
  color: #222;
}
.txt-row .right {
  padding-right: 0.6rem;
  font-size: 0.66rem;
  font-weight: 500;
  color: #9A9999;
}
.txt-row .right input,
.txt-row .right select {
  margin: 0;
  text-align: right;
  border: 0;
  padding: 0;
  font-size: 0.66rem;
  height: 1.86rem;
  line-height: 1.86rem;
}
.txt-row .flex1 {
  padding-left: 15px;
}
.txt-row .flex1 input,
.txt-row .flex1 select {
  text-align: left;
}
.withdrawal-box p {
  font-size: 0.66rem;
  color: #222;
  padding-left: 0.6rem;
  padding-top: 0.68rem;
}
.withdrawal-box .btn {
  padding-right: 0.7rem;
  color: #C58E5D;
  font-size: 0.66rem;
  line-height: 1.96rem;
}
.withdrawal-box .tips {
  padding: 0.4rem 0.7rem 0;
  color: #999;
}
.withdrawal-box .button-row {
  padding-top: 0.45rem;
  padding-bottom: 0.3rem;
}
.h44 {
  height: 44px;
  clear: both;
}
.tab-bar-row {
  height: 1.86rem;
}
.tab-bar {
  position: fixed;
  width: 100%;
  z-index: 10;
  left: 0;
  top: 44px;
  /*height: 1.86rem;*/
  display: table;
  table-layout: fixed;
  background-color: #efefef;
}
.tab-bar a {
  display: table-cell;
  vertical-align: middle;
  height: 1.56rem;
  text-align: center;
  font-size: 0.66rem;
  position: relative;
  color: #222;
}
.tab-bar a.on {
  color: #C58E5D;
  position: relative;
}
.tab-bar a.on:after {
  content: "";
  display: block;
  left: 10%;
  right: 10%;
  height: 0.08rem;
  background: #C58E5D;
  position: absolute;
  bottom: 0;
}
.tab-bar2 {
  position: fixed;
  z-index: 10;
  padding-left: 0.38rem;
  padding-right: 0.38rem;
  left: 0;
  right: 0;
  top: 44px;
  background: #fff;
  height: 1.86rem;
  padding-top: 0.4rem;
}
.tab-bar2 a {
  display: block;
  height: 1.06rem;
  /*width: 2rem;*/
  padding: 0 5px;
  text-align: center;
  line-height: 1.06rem;
  font-size: 0.5rem;
  font-weight: 500;
  color: #222222;
}
.tab-bar2 a.on {
  background: #FF2742;
  color: #fff;
}
.order-box {
  font-size: 0.6rem;
  padding: 0.5rem 0.32rem;
  background: #fff;
  border-bottom: 1px solid #eee;
  width: 100%;
  display: -webkit-flex;
  -webkit-flex-flow: row;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
.order-box .price {
  color: #C58E5D;
  min-width: 2.16rem;
  word-wrap: break-word;
  margin-right: 0.44rem;
}
.order-box .time {
  color: #999;
  margin-right: 1.52rem;
}
.order-box .zt {
  width: 4.64rem;
  text-align: left;
}
.no-data {
  text-align: center;
  padding-top: 25vh;
  padding-bottom: 25vh;
}
.no-data img {
  height: 3.28rem;
}
.no-data p {
  font-size: 0.52rem;
  font-weight: 500;
  color: #B7B7B7;
  line-height: 0.79rem;
}
.btn-rili {
  width: 44px;
  height: 44px;
  background: url(../img/icon/Calendar.png) center no-repeat;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  text-indent: -9999px;
}
.page-calendar-select {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.raduis {
  border-radius: 100px!important;
}
.Calendar-box {
  width: 100%;
  display: -webkit-flex;
  -webkit-flex-flow: row;
  -webkit-align-items: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: stretch;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 1.2rem;
}
.Calendar-box p {
  margin-bottom: 0.2rem;
}
.Calendar-box .left,
.Calendar-box .right {
  width: 6.36rem;
}
.Calendar-box .left .strong,
.Calendar-box .right .strong {
  font-size: 0.63rem;
  font-weight: 800;
  color: #222222;
}
.card-item {
  position: relative;
  height: 4.76rem;
  border-radius: 15px;
  background: linear-gradient(90deg, #D4B38F 0%, #B88964 100%);
}
.card-item .txt {
  position: absolute;
  left: 0.74rem;
  top: 0.68rem;
  line-height: 1.1em;
  font-size: 0.66rem;
  color: #fff;
}
.card-item .txt > div {
  margin-bottom: 0.6rem;
}
.card-item .btns {
  position: absolute;
  width: 1.6rem;
  right: 0.3rem;
  top: 0.2rem;
}
.card-item .btns a {
  display: block;
  height: 1.5rem;
  text-indent: -9999px;
}
.card-item .btns .btn-edit {
  background: url(../img/icon/edit.png) center no-repeat;
  -webkit-background-size: 0.66rem 0.66rem;
  background-size: 0.66rem 0.66rem;
}
.card-item .btns .btn-del {
  background: url(../img/icon/del.png) center no-repeat;
  -webkit-background-size: 0.64rem 0.64rem;
  background-size: 0.64rem 0.64rem;
}
.hi-columns h1 {
  padding-top: 33px;
  font-size: 26px;
  color: #353535;
  text-align: center;
}
.hi-columns .des {
  margin-bottom: 0;
  margin-top: 33px;
  font-size: 15px;
  color: red;
  text-align: center;
  margin-bottom: 55px;
}
.mm_box {
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  width: 86%;
  display: -webkit-flex;
  -webkit-flex-flow: row;
  -webkit-align-items: stretch;
  -webkit-justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: stretch;
  justify-content: space-between;
}
.mm_box li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #A1A1A1;
  text-align: center;
  line-height: 1.8rem;
  font-size: 30px;
  background: #fff;
  margin: 0 0.1rem;
}
.mm_box li.mmdd {
  background: #FFF url(../img/icon/dd_03.jpg) center no-repeat;
  background-size: 25%;
}
.numb_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.numb_box ul,
.numb_box li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.numb_box li {
  float: left;
  width: 33.33333%;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-left: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
}
.numb_box a {
  display: block;
  background: #fff;
  font-size: 22px;
  color: #666;
}
.numb_box .zf_del {
  background: url(../img/icon/return.png) center no-repeat;
  -webkit-background-size: auto 60%;
  background-size: auto 60%;
  text-indent: -9999px;
}
.pop-filter-box {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  display: none;
}
.pop-filter-box h3 {
  text-align: center;
  font-size: 0.55rem;
  padding: 0.3rem 0;
  font-weight: normal;
  color: #333;
}
.pop-filter-box ul {
  margin: 0;
}
.pop-filter-box ul:after {
  content: "";
  display: table;
  clear: both;
}
.pop-filter-box li {
  float: left;
  width: 49%;
  height: 1.74rem;
  background: rgba(255, 255, 255, 0);
  border: 0.04rem solid #CECECE;
  border-radius: 1rem;
  line-height: 1.7rem;
  text-align: center;
  margin-top: 0.56rem;
  font-size: 0.55rem;
  cursor: pointer;
}
.pop-filter-box li:nth-of-type(2n+1) {
  float: right;
}
.pop-filter-box li:nth-of-type(1) {
  margin-top: 0;
  width: 100%;
  font-size: 0.76rem;
}
.pop-filter-box .inner {
  padding: 0 0.3rem 0.5rem;
}
.pop-filter-box li.on {
  border-color: #FF2742;
  color: #FF2742;
}
.jl-content {
  margin-bottom: 22px;
}
.jl-content .jl-box {
  color: #333;
  position: relative;
  margin-top: 11px;
  padding: 4px 19px;
  font-size: 15px;
  line-height: 1.8;
}
.jl-content .jl-box .title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.jl-content .jl-box .title-box .title_l {
  font-size: 16px;
  font-weight: 700;
  color: #df5356;
  margin-right: 16px;
}
.jl-content .jl-box .title-box .title_c .room {
  margin-right: 11px;
}
.jl-content .jl-box .title-box .title_r {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: right;
}
.jl-content .jl-box .title-box .title_r div {
  font-size: 13px;
  background: #b4b4b4;
  -webkit-border-radius: 552px;
  border-radius: 552px;
  color: #fff;
  width: 66px;
  text-align: center;
  display: inline-block;
}
.jl-content .jl-box .title-box .title_r div.zj {
  background: red;
}
.jl-content .jl-box .kj-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.jl-content .jl-box .kj-box .yuan {
  width: 22px;
  height: 22px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #2aa7f6;
  color: #2aa7f6;
  font-size: 13px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 18px;
}
.jl-content .jl-box .kj-box .btn {
  display: inline-block;
  font-size: 13px;
  background: red;
  -webkit-border-radius: 552px;
  border-radius: 552px;
  color: #fff;
  width: 66px;
  text-align: center;
  position: absolute;
  right: 0px;
}
.jl-content .jl-box .jc-nr {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.jl-content .jl-box .jc-nr div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.jl-content .jl-box .jc-nr .l-box {
  color: red;
}
.jl-content .jl-box .zj-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.jl-content .jl-box .zj-box div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.bottom-title {
  font-size: 13px;
  padding: 11px 0px 0px;
  background: #fff;
}
.bottom-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 11px 11px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: calc(11px + constant(safe-area-inset-bottom));
  padding-bottom: calc(11px + env(safe-area-inset-bottom));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom-content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 11px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom-content-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 90%;
  height: 38px;
  font-size: 17px;
  color: #666;
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bottom-content-box:first-child {
  width: 100%;
}
.bottom-content-box:first-child .bottom-content-image:first-child {
  width: 95%;
}
.bottom-content-image.active {
  border: 1px solid #ee6968;
  color: #ee6968;
}
body.pages-room-jcjl {
  background-color: #fff;
  background-color: #fafafa;
}
.tdcy {
  margin: 16px 11px;
  background-color: #fff;
  padding: 16px 0px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.tdcy .title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0px 16px;
}
.tdcy .title-box .title {
  font-size: 16px;
}
.tdcy .title-box .num {
  font-size: 19px;
}
.tdcy .time-box {
  text-align: center;
  color: #999;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.tdcy .info-box .td-box {
  border-bottom: 1px solid #eee;
  padding: 11px 0px;
}
.tdcy .info-box .td-box .name-box {
  text-align: center;
  margin: 5px 0px 11px;
}
.tdcy .info-box .td-box .name-box .num {
  font-size: 22px;
}
.tdcy .info-box .td-box .name-box .title {
  color: #666;
}
.tdcy .info-box .td-box .sl-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tdcy .info-box .td-box .sl-box .sl {
  width: 50%;
  font-size: 14px;
  text-align: center;
  margin: 11px 0px;
  color: #666;
}
.tdcy .info-box .td-box .sl-box .sl .title {
  color: #000;
}
.tdcy .info-box .td-box .sl-box .sl .num {
  color: #999;
  margin-top: 2px;
}
.tdcy .info-box .td-box:last-child {
  border-bottom: none;
}
.zoushi-box {
  width: 100%;
  position: fixed;
}
.zoushi-box .top {
  background: #fff;
  height: 39px;
}
.item-content {
  padding-top: 72px;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.all_text {
  font-weight: 700;
  font-size: 19px;
  margin-right: 7px;
}
.fund_box .fund_time {
  padding-top: 15px;
  padding-left: 22px;
  padding-bottom: 15px;
  font-size: 19px;
  font-weight: 700;
  display: block;
  border-bottom: 1px solid #999;
}
.fund_box .fund_item {
  padding: 7px 23px;
  border-bottom: 1px solid #999;
}
.fund_box .fund_item .date {
  font-size: 13px;
  color: #999;
}
.bottom-title {
  line-height: 33px;
  font-size: 17px;
  padding: 8px 0;
  border-bottom: 1px solid #c7c7c7;
}
.bottom-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.bottom-content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px;
  width: 33.3333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom-content-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 60px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 30px #ccc;
  box-shadow: 0 2px 30px #ccc;
}
.bottom-content-image.active {
  color: #fff;
  background: #d22727;
}
.bottom-btn {
  height: 49px;
  line-height: 49px;
  border-top: 1px #f5f5f5 solid;
}
.bottom-content-image.wx {
  background: #00ce47;
}
.bottom-content-image.qq {
  background: #00b6f6;
}
.bottom-content-image.sina {
  background: #ff766a;
}
.bottom-content-image.copy {
  background: #07ccd0;
}
.head {
  border-bottom: 1px solid #efefef;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.head,
.content-item {
  width: 100%;
  display: table;
  background-color: #f8f8f8;
  height: 33px;
}
.row4 {
  width: 36px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #e1e1e1;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.row4:first-child {
  width: auto;
}
.row4:last-child {
  border-right: 0;
}
.content-item .row4 {
  border-right: 0;
}
.icon_sj {
  width: 11px;
  height: 5px;
  margin-left: 5px;
}
/* .content-item {
        display: flex;
        height: 80upx;
        border-bottom: 2upx solid #eaeaea;
    } */
.content-item span {
  display: inline-block;
  padding: 4px 4px;
  line-height: 1;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.content-item span {
  display: inline-block;
  padding: 4px 4px;
  line-height: 1;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.content-item .label {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.content-item .red {
  color: #fff;
  background-color: #d22727;
}
.content-item .blue {
  color: #fff;
  background-color: #2aa7f6;
}
.content-item span.red {
  color: #fff;
  background-color: #d22727;
}
.content-item span.gold {
  color: #fff;
  background-color: #C58E5D;
}
.content-item span.blue {
  color: #fff;
  background-color: #2aa7f6;
}
.begin,
.end {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  background: #f8f6f7;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  height: 32px;
}
.heng {
  width: 14px;
  height: 1px;
  background: #000;
  margin: 0 16px;
}
.send {
  background: #d22727;
  -webkit-border-radius: 58px;
  border-radius: 58px;
  color: #fff;
  width: 77px;
  height: 32px;
  margin-left: 8px;
}
.transform-transition {
  -webkit-transition: -webkit-transform 0.9s;
  transition: -webkit-transform 0.9s;
  transition: transform 0.9s;
  transition: transform 0.9s, -webkit-transform 0.9s;
}
.item-content .content-item {
  padding-right: 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 39px;
  border-bottom: 1px solid #e1e1e1;
}
.item-content .content-item:nth-child(1n) {
  background-color: #fff;
}
.item-content .content-item:nth-child(2n) {
  background-color: #f8f8f8;
}
.item-content .content-item:last-child {
  border-bottom: 0;
}
body.pages-room-record-list {
  background-color: #fff;
}
.head-popover {
  width: 140px;
}
.head-popover a {
  display: block;
  font-size: 0.6rem !important;
  line-height: 1.5em !important;
  padding-left: 0!important;
}
.head-popover a span {
  display: block;
  position: relative;
  padding-left: 40px;
}
.head-popover a span:after {
  content: "";
  display: block;
  width: 36px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.head-popover .ico-chart:after {
  background: url(../img/icon/graph.png) center no-repeat;
  -webkit-background-size: auto 60%;
  background-size: auto 60%;
}
.head-popover .ico-list:after {
  background: url(../img/icon/Clock.png) center no-repeat;
  -webkit-background-size: auto 60%;
  background-size: auto 60%;
}
.head-popover .ico-service:after {
  background: url(../img/icon/Chat.png) center no-repeat;
  -webkit-background-size: auto 60%;
  background-size: auto 60%;
}
.head-popover .ico-tips:after {
  background: url(../img/icon/help.png) center no-repeat;
  -webkit-background-size: auto 60%;
  background-size: auto 60%;
}
.mui-popup-text p {
  margin-bottom: 0;
  font-size: 14px;
}
.body-content {
  line-height: 1.8;
  padding-bottom: 66px;
  padding-bottom: calc(66px + constant(safe-area-inset-bottom));
  padding-bottom: calc(66px + env(safe-area-inset-bottom));
}
.top-box {
  position: fixed;
  width: 100%;
  z-index: 10;
  background: #1E1C38;
}
.top-box .header-mes-show {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  /*background-color: #fafafa;*/
  padding: 10px 0px 0;
  height: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.top-box .header-mes-show .common-cutoff-time,
.top-box .header-mes-show .common-user-balance {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 71px;
  width: calc(50% - 5px);
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  color: #fff;
  font-size: 14px;
  vertical-align: top;
}
.top-box .header-mes-show .common-cutoff-time:after {
  content: " ";
  position: absolute;
  top: 0;
  width: 1px;
  bottom: 0;
  color: #c7c7c7;
  height: 80%;
  right: 0;
  border-right: 1px solid #c7c7c7;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.top-box .header-mes-show .only-one-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
}
.top-box .header-mes-show .common-cutoff-time .cir {
  color: #333;
  margin: 10px;
}
.top-box .header-mes-show .common-cutoff-time .cir span {
  display: inline-block;
  width: 27px;
  height: 24px;
  line-height: 24px;
  margin: 0 5px 0 5px;
  color: #424242 !important;
  font-weight: 600;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  vertical-align: -2px;
}
.top-box .header-mes-show .common-cutoff-time .cir p {
  display: inline-block;
  width: 27px;
  height: 24px;
  line-height: 24px;
  margin: 0 5px 0 5px;
  color: #fff !important;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #424242;
  vertical-align: -2px;
}
.top-box .header-mes-show .reload {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.top-box .header-mes-show .reload p {
  color: #2aa7f6;
}
.top-box .header-mes-show .reload span {
  color: #2aa7f6;
}
.top-box .header-mes-show .reload div.image {
  width: 23px;
  height: 23px;
}
.top-box .header-mes-show .common-balance {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 19px;
  color: #fff;
}
.top-box .lottery-record:after {
  bottom: 0;
  border-bottom: 1px solid #c7c7c7;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  color: #fff;
}
.top-box .lottery-record {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  height: 38px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*background-color: #f9f9f9;*/
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 10px 0;
  color: #fff;
}
.top-box .lottery-record p{ color: #fff }
.top-box .lottery-record .record-qihao {
  margin-top: 10px;
  margin-right: 22px;
}
.top-box .lottery-record .record-qihao .record-id {
  /*color: #FF2742;*/
  padding: 0 5px;
}
.top-box .lottery-record .game-history {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.top-box .lottery-record .game-history span,
.top-box .lottery-record .game-history p {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  overflow: hidden;
  text-align: center;
  margin: 0 3px;
  /*background-color: #fff;*/
}
.top-box .lottery-record .dsj {
  width: 15px;
  position: relative;
  height: 9px;
}
.top-box .lottery-record .dsj:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -15px;
  bottom: -15px;
  background: rgba(0, 0, 0, 0);
}
.top-box .lottery-record .dsj img {
  width: 15px;
  float: left;
  height: 9px;
}
.top-box .lottery-record .transform-transition {
  -webkit-transition: all 2s;
  transition: all 2s;
}
.top-box .lottery-record .transform-transitions {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-box .lottery-record .dsj.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.top-box .lottery-record .pop_box {
  position: absolute;
  width: auto;
  height: auto;
  left: 15px;
  right: 15px;
  margin: 0 auto;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  /* top: 270upx; */
  top: 48px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 20;
  display: none;
  color: #333;
}
.top-box .lottery-record .pop_box .biaoti {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 5px 0;
  background-color: #fff;
  color: #333;
  font-size: 15px;
  border-bottom: 1px solid #E5E5E5;
}
.top-box .lottery-record .pop_box .biaoti div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  line-height: 30px;
  text-align: center;
}
.top-box .lottery-record .pop_box .biaoti .zonghe span {
  display: inline-block;
  width: 50px;
  height: 25px;
  line-height: 25px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.top-box .lottery-record .pop_box .biaoti .number span {
  display: inline-block;
  width: 50px;
  height: 25px;
  line-height: 25px;
}
.top-box .lottery-record .pop_box .history:last-child {
  border-bottom: none;
}
.top-box .lottery-record .history {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 36px;
  border-bottom: 1px solid #c7c7c7;
}
.top-box .lottery-record .history div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 15px;
}
.top-box .lottery-record .history div p {
  display: inline;
}
.top-box .lottery-record .lottery-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.top-box .lottery-record .lottery-number label {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #dbbb9c;
  border: 1px solid #2aa7f6;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  line-height: 22px;
  text-align: center;
  color: #2aa7f6;
  font-size: 15px;
  background-color: #fff;
}
.jl-box {
  padding-top: 130px;
}
@keyframes fdin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.jl-box .lt-box .msg-box {
  padding: 11px;
  -webkit-animation: fdin 0.5s;
  animation: fdin 0.5s;
}
.jl-box .lt-box .msg-box .tips {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.jl-box .lt-box .msg-box .tips .comt {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #c9c8cd;
  max-width: 80%;
  padding: 5px 11px;
  font-size: 13px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
}
.jl-box .lt-box .msg-box .tips .comt div {
  font-size: 13px;
}
.jl-box .lt-box .msg-box .xinxi-box .time-box {
  text-align: center;
  padding-bottom: 5px;
}
.jl-box .lt-box .msg-box .xinxi-box .info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.jl-box .lt-box .msg-box .xinxi-box .info-box .img-box {
  width: 46px;
  height: 46px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0px 11px;
}
.jl-box .lt-box .msg-box .xinxi-box .info-box .img-box img {
  width: 46px;
  height: 46px;
}
.jl-box .lt-box .msg-box .xinxi-box .info-box .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-right: 36px;
}
.jl-box .lt-box .msg-box .xinxi-box .info-box .info .nickname {
  font-size: 17px;
}
.jl-box .lt-box .msg-box .xinxi-box .info-box .info .msgIntro {
  -webkit-box-shadow: 0 1px 3px rgba(35, 24, 21, 0.27);
  box-shadow: 0 1px 3px rgba(35, 24, 21, 0.27);
  background: #fff;
  padding: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.jl-box .lt-box .msg-box .xinxi-box .info-box .info .msgIntro .intor1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.jl-box .lt-box .msg-box .xinxi-box .info-box .info .msgIntro .intor1 .img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.jl-box .lt-box .msg-box .xinxi-box .info-box .info .msgIntro .intor1 .img img {
  width: 16px;
  float: left;
  height: 16px;
}
.jl-box p {
  margin-bottom: 0;
}
.jl-box .lt-box .msg-box .xinxi-box .info-box .info .msgIntro .intor1 .qi {
  color: #676767;
  font-size: 15px;
}
.jl-box .lt-box .msg-box .xinxi-box .info-box .info .msgIntro .intor2 {
  font-family: Microsoft YaHei;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #333;
  border-bottom: 1px solid #dadada;
  font-size: 15px;
}
.jl-box .lt-box .msg-box .xinxi-box .info-box .info .msgIntro .intor3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.jl-box .lt-box p {
  font-size: 14px;
}
.jl-box .lt-box .msg-box .xinxi-box .info-box .info .msgIntro .intor4 {
  color: #8f8f94;
  font-size: 14px;
}
.jl-box .lt-box .msg-box .xinxi-box .info-box .info .msgIntro .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.down-box .down {
  position: fixed;
  display: block;
  padding: 13px 16px;
  bottom: 82px;
  margin-bottom: constant(safe-area-inset-bottom);
  margin-bottom: env(safe-area-inset-bottom);
  left: 0;
  z-index: 2;
  width: 48px;
  height: 48px;
}
.down-box .down img {
  display: block;
  width: 48px;
  height: 48px;
}
.jc-btn {
  position: fixed;
  bottom: 0px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 11px 16px 0px;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  background-color: #fafafa;
}
.jc-btn .btn {
  height: 44px;
  width: 50%;
  line-height: 44px;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#f04250), to(#ff9e62));
  background: -webkit-linear-gradient(left, #f04250, #ff9e62);
  /*background: linear-gradient(90deg, #f04250, #ff9e62);*/
  background: linear-gradient(90deg, #D4B38F 0%, #B88964 100%);
  color: #fff;
  font-size: 17px;
  margin-bottom: 11px;
}
.jc-btn .kaishi {
  margin-right: 11px;
}
.jc-btn .quxiao {
  background: -webkit-gradient(linear, left top, right top, from(#017bff), to(#53ceea));
  background: -webkit-linear-gradient(left, #017bff, #53ceea);
  background: linear-gradient(90deg, #1E1C38, #1E1C38);
}
.room_menu {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 44px;
  right: 0;
  /*padding: 1upx 1upx;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999;
}
.room_menu .room_tip {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 7px;
  right: 11px;
  padding: 7px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
}
.room_menu .room_tip div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 4px 16px;
  border-bottom: 1px solid #ccc;
  color: #252833;
}
.room_menu .room_tip div:last-child {
  border-bottom: 0;
}
.room_menu .room_tip div div.image {
  margin-right: 8px;
}
.room_menu .sj {
  position: absolute;
  top: -18px;
  right: 27px;
  content: "";
  border-top: 16px transparent dashed;
  border-left: 7px transparent dashed;
  border-right: 7px transparent dashed;
  border-bottom: 8px #fff solid;
}
.alert-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 900;
}
.alert-popup__mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.show-mask {
  opacity: 1;
}
.alert-popup__wrapper.bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.overhidden {
  overflow: hidden;
}
.bet-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  background: #f1f1f1;
  position: relative;
  z-index: 998;
}
.bet-content .bet-box .center .item span {
  font-size: 15px;
  /*color: #ff6179;*/
}
.bet-content .bet-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.bet-content .bet-box .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /*width: 110px;*/
  background-color: #f1f1f1;
  padding-top: 5px;
}
.bet-content .bet-box .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.bet-content .bet-box .left .item {
  padding: 5px 0;
}
.bet-content .bet-box .left .item .content {
  height: 35px;
  line-height: 35px;
  /*border-left: 4px solid #fafafa;*/
  text-align: center;
}
.bet-content .bet-box .left .item.active {
  /* background-color: #FFFFFF; */
}
.bet-content .bet-box .left .item.active .content {
  border-bottom: 4px solid;
  /*color: #d22727;*/
}
.bet-content .bet-box .right .bottom .tip {
  width: 22px;
  height: 22px;
}
.bet-content .bet-box .right .top {
  height: 49px;
  line-height: 49px;
  font-size: 17px;
  margin-left: 5px;
}
.bet-content .bet-box .right .top span {
  font-size: 15px;
  color: #ff6179;
}
.bet-content .bet-box .right .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 5px;
  padding-top: 16px;
}
.bet-content .bet-box .right .center .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 11px;
  width: 48%;
  height: 38px;
  padding: 0 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d3d3d3;
  background-color: #f4f4f6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bet-content .bet-box .right .center .item.active {
  border: 1px solid #f50c8a;
  /*background-color: #ffd6d1;*/
  background: #1C1C36;
  opacity: 0.85;
}
.bet-content .bet-box .right .center .item .inp {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.bet-content .bet-box .right .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 19px;
  padding: 0 5px;
  padding-bottom: 0;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.bet-content .bet-box .left .item-bottom .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.bet-content .bet-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.bet-content .bet-info .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 5px 11px;
  background-color: #f2f0f2;
}
.bet-content .bet-info .top .jine {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.bet-content .bet-info .top .jine > div {
  position: relative;
  width: 15%;
}
.bet-content .bet-info .top .jine div.image {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
}
.bet-content .bet-info .top p {
  position: absolute;
  left: 9px;
  top: 4px;
}
.bet-content .bet-info .top span {
  position: absolute;
  left: 9px;
  top: 4px;
}
.bet-content .bet-info .top .touzhu-btn {
  width: 88px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #66b7ff;
}
.bet-content .bet-info .bottom .des {
  text-align: left;
  margin-bottom: 5px;
}
.bet-content .bet-info .bottom .des p {
  color: red;
}
.bet-content .bet-info .bottom .des span {
  color: red;
}
.bet-content .bet-info .bottom .util {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.bet-content .bet-info .bottom .util uni-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: left;
  height: 37px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  padding: 0 5px;
  border: 1px solid #c6c4c5;
}
.bet-content .bet-info .bottom .util .btn-groupp {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 60%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.bet-content .chat-fun {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  background-color: #fafafa;
  bottom: 0;
  left: 0;
  padding: 9px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9;
  height: calc(64px + constant(safe-area-inset-bottom));
  height: calc(64px + env(safe-area-inset-bottom));
}
.bet-content .chat-fun div {
  height: 44px;
  width: calc(50% - 5px);
  line-height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#f04250), to(#ff9e62));
  background: -webkit-linear-gradient(left, #f04250, #ff9e62);
  background: linear-gradient(90deg, #f04250, #ff9e62);
  color: #fff;
  font-size: 17px;
  border: none;
  margin: 0;
}
.bet-content .touzhu-btn {
  width: 30%;
  color: #fff;
  line-height: 37px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fa8732;
}
.bet-content .cancel-btn {
  width: 30%;
  color: #fff;
  line-height: 37px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #646464;
}
.jcje-tc {
  position: fixed;
  bottom: 0px;
  z-index: 3;
  width: 100%;
  background: #fff;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.jcje-tc .sr-box {
  margin-bottom: 242px;
  background: #fafafa;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 11px 13px 11px;
}
.jcje-tc .sr-box .info-box {
  padding-bottom: 8px;
  margin-top: -2px;
  margin-left: 2px;
}
.jcje-tc .sr-box .info-box .title {
  font-size: 16px;
  color: red;
}
.jcje-tc .sr-box .info-box .if-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.jcje-tc .sr-box .info-box .if-box p {
  font-size: 16px;
  color: #333;
  margin-right: 16px;
}
.jcje-tc .sr-box .info-box .if-box .title {
  color: red;
}
.jcje-tc .sr-box .input-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.jcje-tc .sr-box .input-box .type {
  font-size: 16px;
  margin-right: 11px;
  color: #333;
}
.jcje-tc .sr-box .input-box .price-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: 17px;
  color: #333;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  padding: 5px 11px;
  overflow: hidden;
}
.jcje-tc .sr-box .input-box .price-box:empty {
  content: "请输入竞猜金额";
}
.jcje-tc .sr-box .input-box .btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.jcje-tc .sr-box .input-box .btn-box .btn {
  width: 66px;
  height: 38px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 38px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.jcje-tc .sr-box .input-box .btn-box .qd {
  background: -webkit-gradient(linear, left top, right top, from(#f04250), to(#ff9e62));
  background: -webkit-linear-gradient(left, #f04250, #ff9e62);
  /*background: linear-gradient(90deg, #f04250, #ff9e62);*/
  background: linear-gradient(90deg, #D4B38F 0%, #B88964 100%);
  margin: 0px 11px;
}
.jcje-tc .sr-box .input-box .btn-box .qx {
  background: -webkit-gradient(linear, left top, right top, from(#017bff), to(#53ceea));
  background: -webkit-linear-gradient(left, #017bff, #53ceea);
  /*background: linear-gradient(90deg, #017bff, #53ceea);*/
  background: #1E1C38;
}
.plsm .plsm-box {
  width: 80%;
  background-color: #fff;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  margin: auto;
  padding-bottom: 11px;
}
.plsm .shuoming {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #000;
  height: 44px;
  font-size: 17px;
}
.plsm .pop_cont {
  height: auto;
  padding: 16px 22px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.plsm .pop_cont .title2 {
  margin: 7px 0 7px;
  font-size: 15px;
}
.plsm .pop_cont span {
  display: block;
  font-size: 13px;
  color: #666;
}
.plsm .iknow {
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #ff2742;
  padding: 5px 0px;
  width: 60%;
  margin: 5px auto 11px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
body.pages-room-room {
  background: #fafafa;
}
.bet-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  background: #f1f1f1;
  position: relative;
  z-index: 998;
}
.bet-content .bet-box .center .item span {
  font-size: 15px;
  /*color: #ff6179;*/
}
.bet-content .bet-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.bet-content .bet-box .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /*width: 110px;*/
  background-color: #f1f1f1;
  padding-top: 5px;
}
.bet-content .bet-box .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.bet-content .bet-box .left .item {
  padding: 5px 0;
  width: 33%;
}
.bet-content .bet-box .left .item .content {
  height: 35px;
  line-height: 35px;
  /*border-left: 4px solid #fafafa;*/
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.bet-content .bet-box .left .item.active {
  /* background-color: #FFFFFF; */
}
.bet-content .bet-box .left .item.active .content {
  border-bottom: 4px solid;
  /*color: #d22727;*/
}
.bet-content .bet-box .right .bottom .tip {
  width: 22px;
  height: 22px;
}
.bet-content .bet-box .right .top {
  height: 49px;
  line-height: 49px;
  font-size: 17px;
  margin-left: 5px;
}
.bet-content .bet-box .right .top span {
  font-size: 15px;
  color: #ff6179;
}
.bet-content .bet-box .right .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 5px;
  padding-top: 16px;
}
.bet-content .bet-box .right .center .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 11px;
  width: 48%;
  height: 38px;
  padding: 0 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d3d3d3;
  background-color: #f4f4f6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bet-content .bet-box .right .center .item.active {
  border: 1px solid #f50c8a;
  /*background-color: #ffd6d1;*/
  background: #1C1C36;
  opacity: 0.85;
}
.bet-content .bet-box .right .center .item .inp {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.bet-content .bet-box .right .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 19px;
  padding: 0 5px;
  padding-bottom: 0;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.bet-content .bet-box .left .item-bottom .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.bet-content .bet-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.bet-content .bet-info .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 5px 11px;
  background-color: #f2f0f2;
}
.bet-content .bet-info .top .jine {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.bet-content .bet-info .top .jine > div {
  position: relative;
  width: 15%;
}
.bet-content .bet-info .top .jine .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
}
.bet-content .bet-info .top p {
  position: absolute;
  left: 9px;
  top: 4px;
}
.bet-content .bet-info .top span {
  position: absolute;
  left: 9px;
  top: 4px;
}
.bet-content .bet-info .top .touzhu-btn {
  width: 88px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #66b7ff;
}
.bet-content .bet-info .bottom .des {
  text-align: left;
  margin-bottom: 5px;
}
.bet-content .bet-info .bottom .des p {
  display: inline;
  color: red;
}
.bet-content .bet-info .bottom .des span {
  color: red;
}
.bet-content .bet-info .bottom .util {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.bet-content .bet-info .bottom .util input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: left;
  height: 37px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  padding: 0 5px;
  border: 1px solid #c6c4c5;
}
.bet-content .bet-info .bottom .util .btn-groupp {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 60%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.bet-content .chat-fun {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  background-color: #fafafa;
  bottom: 0;
  left: 0;
  padding: 9px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9;
  height: calc(64px + constant(safe-area-inset-bottom));
  height: calc(64px + env(safe-area-inset-bottom));
}
.bet-content .chat-fun > div {
  height: 44px;
  width: calc(50% - 5px);
  line-height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#f04250), to(#ff9e62));
  background: -webkit-linear-gradient(left, #f04250, #ff9e62);
  /*background: linear-gradient(90deg, #f04250, #ff9e62);*/
  background: linear-gradient(90deg, #D4B38F 0%, #B88964 100%);
  color: #fff;
  font-size: 17px;
  border: none;
  margin: 0;
}
.bet-content .touzhu-btn {
  width: 30%;
  color: #fff;
  line-height: 37px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fa8732;
}
.bet-content .cancel-btn {
  width: 30%;
  color: #fff;
  line-height: 37px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #646464;
}
.jcje-tc {
  position: fixed;
  bottom: 0px;
  z-index: 3;
  width: 100%;
  background: #fff;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.jcje-tc .sr-box {
  margin-bottom: 242px;
  background: #fafafa;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 11px 13px 11px;
}
.jcje-tc .sr-box .info-box {
  padding-bottom: 8px;
  margin-top: -2px;
  margin-left: 2px;
}
.jcje-tc .sr-box .info-box .title {
  font-size: 16px;
  color: red;
}
.jcje-tc .sr-box .info-box .if-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.jcje-tc .sr-box .info-box .if-box p {
  display: inline-block;
  font-size: 16px;
  color: #333;
  margin-right: 16px;
}
.jcje-tc .sr-box .info-box .if-box .title {
  color: red;
}
.jcje-tc .sr-box .input-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.jcje-tc .sr-box .input-box .type {
  font-size: 16px;
  margin-right: 11px;
  color: #333;
}
.jcje-tc .sr-box .input-box .price-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: 17px;
  color: #333;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  padding: 5px 11px;
  overflow: hidden;
}
.jcje-tc .sr-box .input-box .btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.jcje-tc .sr-box .input-box .btn-box .btn {
  width: 66px;
  height: 38px;
  -webkit-border-radius: 5px;
  border-radius: 20px;
  line-height: 38px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.jcje-tc .sr-box .input-box .btn-box .qd {
  background: -webkit-gradient(linear, left top, right top, from(#f04250), to(#ff9e62));
  background: -webkit-linear-gradient(left, #f04250, #ff9e62);
  /*background: linear-gradient(90deg, #f04250, #ff9e62);*/
  background: linear-gradient(90deg, #D4B38F 0%, #B88964 100%);
  margin: 0px 11px;
}
.jcje-tc .sr-box .input-box .btn-box .qx {
  background: -webkit-gradient(linear, left top, right top, from(#017bff), to(#53ceea));
  background: -webkit-linear-gradient(left, #017bff, #53ceea);
  /*background: linear-gradient(90deg, #017bff, #53ceea);*/
  background: #1E1C38;
}
.plsm .plsm-box {
  width: 80%;
  background-color: #fff;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  margin: auto;
  padding-bottom: 11px;
}
.plsm .shuoming {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #000;
  height: 44px;
  font-size: 17px;
}
.plsm .pop_cont {
  height: auto;
  padding: 16px 22px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.plsm .pop_cont .title2 {
  margin: 7px 0 7px;
  font-size: 15px;
}
.plsm .pop_cont span {
  display: block;
  font-size: 13px;
  color: #666;
}
.plsm .iknow {
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #ff2742;
  padding: 5px 0px;
  width: 60%;
  margin: 5px auto 11px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.mask {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.mask.visible {
  opacity: 0;
  z-index: 1;
  visibility: hidden;
}
.keyboard {
  position: fixed;
  bottom: -331px;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  left: 0px;
  width: 100%;
  background: #ebebeb;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.2s ease-in 0.2s;
  transition: all 0.2s ease-in 0.2s;
}
.keyboard .keyboard-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  height: 60px;
  border: 0.5px solid #ebebeb;
  border-top: none;
  border-left: none;
}
.keyboard .key-click {
  background: #e1e1e1;
}
.keyboard .keyboard-item:active {
  background: #e1e1e1;
}
.keyboard .disable:active {
  background: #fff;
}
.keyboard .hide {
  opacity: 0;
}
.keyboard .delte {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ebebeb;
}
.keyboard .delte:active {
  background: #fff;
}
.keyboard .delte.disable:active {
  background: #ebebeb;
}
.keyboard .delte .img {
  width: 33px;
  height: 33px;
  background: url(../img/icon/return.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.keyboard.active {
  bottom: 0px;
}
.keyboard.isIphone {
  padding-bottom: 37px !important;
}
.gg-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
  border-radius: 5px;
  padding: 10px;
}
.gg-box .time-box {
  width: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0px 13px 0px 0px;
}
.gg-box .time-box .point {
  width: 11px;
  height: 11px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #1C1C34;
  margin: auto;
}
.gg-box .time-box .line {
  width: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  background: #1C1C34;
  margin: auto;
}
.gg-box .content-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-bottom: 16px;
}
.gg-box .content-box .time {
  color: #999;
  font-size: 14px;
  margin-bottom: 8px;
  margin-top: -3px;
}
.gg-box .content-box .title-box {
  background: #f8f8f8;
  padding: 11px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.gg-box .content-box .title-box .title {
  font-size: 15px;
}
.gg-box:last-child .line {
  margin-bottom: 16px;
}
.game-banner-row {
  margin-bottom: 20px;
  position: relative;
  background: #000;
  height: 160px;
}
.game-banner-row img {
  display: block;
  max-width: 100%;
  height: 80%;
  position: absolute;
}
.game-banner-row span {
  position: absolute;
  color: #fff;
  font-size: 0.6rem;
  left: 0.4rem;
  bottom: 0.4rem;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination>li {
  display: inline;
}
child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: red;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: red;
  border-color: red;
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: red;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
/*li {*/
/*  list-style: none;*/
/*}*/

.mui-btn-block{
  font-size: 18px;
  display: block;
  width: 90%;
  padding: 10px 0;
  margin: 0 auto 10px auto;
}