* {
  margin: 0;
  padding: 0;
}

/* Force standalone ranking page on mobile and hide homepage duplicate ranking block. */
.sgo-home .mobile-player-ranking {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  html.mobile-mode .ranking-standalone-page.sgo-home .reside,
  .ranking-standalone-page.sgo-home .reside {
    display: block !important;
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: .12rem .1rem .74rem;
    height: 100%;
  }

  .ranking-standalone-page .main.ranking-only-main {
    min-height: calc(100vh - 1rem);
    padding-top: 0;
  }

  .ranking-standalone-page .reside .paihang-main {
    height: calc(100vh - 2.1rem);
    min-height: 5rem;
    margin-bottom: 0;
  }
}

/* Market order modal redesign */
.market-page #bet_div {
  background: rgba(0, 0, 0, .28) !important;
}

.market-page .market1-set {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 3.95rem !important;
  min-height: 5.1rem !important;
  max-height: 90vh !important;
  height: auto !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  border-radius: .12rem !important;
  background: #efefef !important;
  background-image: none !important;
  box-shadow: 0 .08rem .24rem rgba(0, 0, 0, .24) !important;
  overflow-y: auto !important;
}

.market-page .market1-set h2 {
  height: .18rem !important;
  border-radius: .12rem .12rem 0 0 !important;
  background: #ffbf00 !important;
}

.market-page .market1-set h2 span,
.market-page .market1-set h2 em {
  display: none !important;
}

.market-page .market1-form {
  width: calc(100% - .48rem) !important;
  margin: .2rem auto .18rem !important;
}

.market-page .market1-form .bet-title {
  height: auto !important;
  margin-bottom: .18rem !important;
  background: transparent !important;
  color: #111 !important;
  text-align: center !important;
}

.market-page .market1-form .bet-title span {
  font-size: .26rem !important;
  font-weight: 600 !important;
  color: #121212 !important;
  line-height: 1.15 !important;
}

.market-page .market1-form ul {
  margin-left: 0 !important;
}

.market-page .market1-form ul li {
  margin-bottom: .14rem !important;
  font-size: .17rem !important;
  font-weight: 600 !important;
  color: #111 !important;
  text-align: center !important;
  line-height: 1.25 !important;
}

.market-page .market1-form ul li.bet-row,
.market-page .market1-form ul li.bet-profit-row {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: .06rem !important;
}

.market-page .market1-form ul li.bet-input-row {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.market-page .market1-form ul li i {
  position: static !important;
  display: inline-block !important;
  width: auto !important;
  text-align: center !important;
  font-size: .17rem !important;
  color: #222 !important;
  margin-right: .08rem !important;
}

.market-page .market1-form ul li.bet-input-row i {
  margin-right: 0 !important;
  margin-bottom: .08rem !important;
}

.market-page .market1-form ul li em {
  color: #c22200 !important;
  font-size: .17rem !important;
}

.market-page .market1-form #orderModal_profit {
  color: #c22200 !important;
}

.market-page .market1-form ul li span,
.market-page .market1-form ul li div {
  color: #1d1d1d !important;
  font-size: .17rem !important;
  font-weight: 500 !important;
  text-align: center !important;
}

.market-page .market1-form ul li input {
  position: static !important;
  display: block !important;
  width: 2.25rem !important;
  height: .36rem !important;
  line-height: .36rem !important;
  margin: .1rem auto 0 !important;
  border-radius: .07rem !important;
  border: 1px solid #9c9c9c !important;
  background: #fff !important;
  font-size: .16rem !important;
  padding: 0 .08rem !important;
  color: #111 !important;
  text-align: center !important;
}

.market-page .market1-form ul li:last-child,
.market-page .market1-form ul li:last-child i {
  height: auto !important;
  line-height: normal !important;
}

.market-page .market1-form .coin-list {
  margin: .2rem 0 .18rem !important;
  gap: .14rem !important;
  padding: 0 !important;
  justify-content: center !important;
}

.market-page .market1-form .coin-btn {
  width: .74rem !important;
  height: .74rem !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  cursor: pointer !important;
}

.market-page .market1-form .coin-btn img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain !important;
}

.market-page .market1-form .reset {
  display: none !important;
}

.market-page .market1-form .market1-btn {
  gap: .22rem !important;
  justify-content: center !important;
}

.market-page .market1-form .market1-btn button {
  width: 1.24rem !important;
  height: .42rem !important;
  line-height: .42rem !important;
  border: 0 !important;
  border-radius: .21rem !important;
  font-size: .2rem !important;
  font-weight: 600 !important;
}

.market-page .market1-form .market1-btn button:nth-of-type(1),
.market-page .market1-form .market1-btn button:nth-of-type(2) {
  margin-left: 0 !important;
  background: #ffbf00 !important;
  color: #111 !important;
}

body .bet-success-layer {
  border-radius: .12rem !important;
  overflow: hidden !important;
}

body .bet-success-layer .layui-layer-content {
  background: transparent !important;
}

.bet-success-modal-wrap {
  width: 100%;
  height: 100%;
  border-radius: .12rem;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.bet-success-topbar {
  height: 10px;
  background: #ffbf00;
  flex-shrink: 0;
}

.bet-success-body {
  flex: 1;
  min-height: 0;
  padding: 6px 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.bet-success-game {
  font-size: .16rem;
  line-height: 1.2;
  font-weight: 500;
  color: #111;
  margin: 0;
  word-break: break-word;
  white-space: normal;
}

.bet-success-amount {
  font-size: .14rem;
  line-height: 1.2;
  color: #111;
  margin: 0;
}

.bet-success-amount em {
  font-style: normal;
}

.bet-success-status {
  font-size: .14rem;
  line-height: 1.2;
  color: #111;
  margin: 0;
}

.bet-success-confirm {
  width: 1.2rem;
  height: .34rem;
  border: none;
  border-radius: .17rem;
  background: #ffb325;
  font-size: .14rem;
  color: #111;
  font-weight: 600;
  cursor: pointer;
}

*,
*::before,
*::after {
  box-sizing: border-box
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  font-size: 0;
  color: #fff;
  font-family: "微軟正黑體";
  height: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

.dd-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

.dd-flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.dd-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.dd-justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.dd-justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.dd-justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.dd-justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.dd-justify-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.dd-align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.dd-align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}

.dd-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.dd-align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.dd-align-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.dd-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.dd-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.dd-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.dd-bgcolor1 {
  background-color: #fff;
}

.dd-bgcolor2 {
  background-color: #FFB325;
}

.dd-bgcolor3 {
  background-color: #FFB325;
}

.dd-bgcolor4 {
  background-color: #fff;
}

.dd-bgcolor5 {
  background-color: #FEEBC7 !important;
}

.dd-bgcolor6 {
  background-color: #231815;
}

.dd-color1 {
  color: #007f00 !important;
}

.dd-color2 {
  color: #f00 !important;
}

.dd-color3 {
  color: #fbb03b !important;
}

.dd-color4 {
  color: #9fa0a0 !important;
}

.dd-color5 {
  color: #fff !important;
}

.dd-color6 {
  color: #4b839c;
}

.dd-color7 {
  color: #ffae2e;
}

.dd-color8 {
  color: #FFB325;
}

.dd-color9 {
  color: #000;
}

.dd-bordercolor1 {
  border-color: #000 !important;
}

.dd-bordercolor2 {
  border-color: #FFB325 !important;
}

.dd-bordercolor3 {
  border-color: #b8d0e0 !important;
}

.dd-bordercolor4 {
  border-color: #d6e7f1 !important;
}

.left {
  float: left
}

.right {
  float: right
}

* html .clearfix {
  zoom: 1
}

*:first-child+html .clearfix {
  zoom: 1
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

/* only FF */

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: .58rem;
  z-index: 99
}

header .logo {
  position: absolute;
  left: .82rem;
  top: 0;
  width: 1.4rem;
  height: 1.86rem;
  border-radius: 0 0 .7rem .7rem;
}

header .logo img {
  position: absolute;
  left: 50%;
  bottom: .22rem;
  margin-left: -.49rem;
  width: .95rem;
}

header .time {
  font-size: .16rem
}

header .notice-box {
  margin-left: 2.9rem;
  width: 12rem;
}

header .login {
  position: absolute;
  right: .24rem;
  top: 0;
}

header .index-notice {
  height: .58rem;
  background-image: url('../images/icon-notice.png');
  background-repeat: no-repeat;
  background-position: .1rem center;
  background-size: .2rem .16rem;
}

.winBox {
  width: 9rem;
  height: .58rem;
  overflow: hidden;
  margin-left: .4rem;
  position: relative;
}

.scroll {
  /*width的大小是根据下面li的长度和多少个li而定的，需注意！*/
  position: absolute;
  left: 0px;
  top: 0px;
}

.scroll li {
  flex: 1;
  display: block;
  line-height: .58rem;
  text-align: center;
  margin-right: .16rem;
}

.scroll li a {
  font-size: .16rem;
  display: block;
  word-break: keep-all;
  white-space: nowrap;
}


header .login {
  position: absolute;
  top: 0;
  right: .24rem;
  height: .58rem;
}

header .login a {
  padding-left: .22rem;
  font-size: .14rem;
  line-height: .24rem;
  color: black;
  cursor: pointer;
}

header .login .select1 {
  width: 1.2rem;
  height: .26rem;
  margin-left: .2rem;
  padding: 0 .13rem;
  font-size: .14rem;
  line-height: .26rem;
  border: 1px solid black;
  color: black;
  background: none;
}

.select1 {
  border-radius: 50px
}

header .login .select1 option {
  color: #000;
}

.menu {}

menu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  width: 2.9rem;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9
}

menu .huiyuan {
  padding-left: .8rem;
  margin-bottom: .22rem
}

menu .huiyuan span {
  font-size: .16rem;
  color: #595c63 !important;
  font-weight: bold
}

menu .huiyuan span em {
  display: block;
  line-height: .35rem;
  color: #4b839c
}

menu dl {
  /* border-top: 1px solid #f2f2f2; */
  cursor: pointer;
}

menu dl dt {
  color: black;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  height: .6rem;
  line-height: .6rem;
  justify-content: center;
}

menu dl dt svg {
  margin-right: 8px
}

menu dl dt a {
  /* font-size: 16px; */
  display: flex;
  align-items: center;
}

menu dl dd {
  padding-left: 1.12rem;
  display: none;
}

menu dl.menu-open dd {
  display: block;
}

menu dl dd a {
  display: block;
  color: #9fa0a0;
  font-size: .18rem;
  padding-bottom: .12rem;
}

menu dl.menu-mobile-only {
  display: none;
}

menu dl:nth-child(2) dt {
  /* background: url('../images/menu-1.png') left center no-repeat; */
  background-size: .22rem;
}

menu dl:nth-child(3) dt {
  /* background: url('../images/menu-2.png') left center no-repeat; */
  background-size: .18rem .16rem;
}

menu dl:nth-child(4) dt {
  /* background: url('../images/menu-3.png') left center no-repeat; */
  background-size: .22rem .22rem;
}

menu dl:nth-child(5) dt {
  /* background: url('../images/menu-4.png') left center no-repeat; */
  background-size: .2rem .16rem;
}

menu dl:nth-child(6) dt {
  /* background: url('../images/menu-5.png') left center no-repeat; */
  background-size: .2rem .2rem;
}

menu dl:nth-child(7) dt {
  /* background: url('../images/menu-6.png') left center no-repeat; */
  background-size: .22rem .22rem
}

menu dl:nth-child(8) dt {
  /* background: url('../images/menu-8.png') left center no-repeat; */
  background-size: .24rem .25rem;
  cursor: pointer;
}

menu dl dt.kefu {
  /* background: url('../images/menu-7.png') left center no-repeat; */
  background-size: .24rem .25rem;
  cursor: pointer;
}

/*menu .kefu{ position: absolute; left: .8rem; bottom: 1rem; background: url('../images/menu-7.png') left center no-repeat; background-size: .24rem .25rem; padding-left: .32rem; font-size: .18rem; font-weight: bold}*/

.main {
  width: 12rem;
  margin-left: 2.9rem;
  padding-top: .58rem;
}

.banner,
.banner img {
  width: 12rem;
  height: 4.3rem;
  overflow: hidden;
}

.main .remen {
  line-height: .8rem;
  margin-left: .38rem;
  font-size: .26rem;
  font-weight: bold
}

.main .saishi {
  margin-left: .22rem
}

.saishi dl {
  display: inline-block;
  vertical-align: top;
  padding-top: .28rem;
  margin-right: .12rem;
  margin-bottom: .16rem;
  width: 2.22rem;
  height: 4rem;
}

.saishi dl.item-1 {
  background: url('../images/r1.png') no-repeat;
  background-size: 2.22rem 3.58rem;
  background-position: center center
}

.saishi dl.item-2 {
  background: url('../images/r2.png') no-repeat;
  background-size: 2.22rem 3.58rem;
  background-position: center center
}

.saishi dl.item-3 {
  background: url('../images/r3.png') no-repeat;
  background-size: 2.22rem 3.58rem;
  background-position: center center
}

.saishi dl.item-4 {
  background: url('../images/r4.png') no-repeat;
  background-size: 2.22rem 3.58rem;
  background-position: center center
}

.saishi dl dt {
  width: 1.36rem;
  height: 1.36rem;
  margin: 0 auto .08rem;
  background: #fff;
  border-radius: .68rem;
  position: relative;
}

.circleProgress_wrapper {
  width: 1.36rem;
  height: 1.36rem;
  position: relative;
  border: 2px solid #fff;
  border-radius: 50%;
}

.wrapper {
  width: .68rem;
  height: 1.36rem;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.right {
  right: 0;
}

.left {
  left: 0;
}

.circleProgress {
  width: 1.36rem;
  height: 1.36rem;
  border: 6px solid #8be4ee;
  border-radius: .68rem;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
}

.saishi dl .rightcircle {
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
  right: 0;
  -webkit-animation: circleProgressLoad_right 1s linear;
  border-radius: .68rem;
}

.saishi dl .leftcircle {
  border-bottom: 6px solid #fff;
  border-left: 6px solid #fff;
  left: 0;
  -webkit-animation: circleProgressLoad_left 1s linear;
  border-radius: .68rem;
}

.saishi dt .text {
  text-align: center;
  position: absolute;
  top: .44rem;
  width: 1.36rem;
  font-size: .12rem;
}

.saishi dt .text span {
  display: block;
  font-size: .2rem;
  font-weight: bold;
  font-family: Arial;
}

.item-1 .circleProgress {
  border-color: #8be4ee;
}

.item-2 .circleProgress {
  border-color: #ebca7d;
}

.item-3 .circleProgress {
  border-color: #fb9392;
}

.item-4 .circleProgress {
  border-color: #92ce84;
}

.saishi dd h4 {
  font-size: .14rem;
  text-align: center
}

.saishi dd .match-teams {
  font-size: .16rem;
  text-align: center;
  font-weight: 500;
  line-height: 2.4;
}

.saishi dd .match-league {
  font-size: .16rem;
  text-align: center;
  line-height: 2.4;
}

.saishi dd .match-time-box {
  text-align: center;
  margin: .06rem 0;
}

.saishi dd .match-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .06rem;
}

.saishi dd .match-divider-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .06rem;
}

.saishi dd .match-divider {
  width: 80%;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, .2);
  margin: 0;
}

.saishi dd .match-time {
  display: inline-block;
  padding: .04rem .14rem;
  border: none;
  background: #fff;
  border-radius: .16rem; /* ← 調整此值可改變桌面版時間框四角弧度 */
  font-size: .18rem;
  font-family: Arial, sans-serif;
}

.saishi dd .info {
  position: relative;
  width: 2.16rem;
  padding: 0 .08rem 0 .1rem;
  margin-top: .06rem;
  height: .56rem;
}

.saishi dd .info span {
  display: inline-block;
  vertical-align: top;
  font-size: .14rem;
  width: .84rem;
  text-align: center;
  line-height: .28rem
}

.saishi dd .info em {
  position: absolute;
  left: 0;
  top: 0;
  line-height: .56rem;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: .14rem;
}

.saishi dd h5 {
  width: 1.76rem;
  height: .5rem;
  line-height: .5rem;
  margin: .08rem auto 0;
  padding: 0 .14rem 0 .2rem;
  border-radius: .08rem;
  background-color: #fff
}

.saishi dd h5 span,
.saishi dd h5 em {
  font-size: .14rem;
  font-weight: bold
}

.mobile-go {
  display: none;
}

.desktop-go {
  display: block;
  text-align: center;
  margin-top: .16rem;
}

.desktop-go img {
  height: .4rem;
  width: auto;
}

.main {
  min-height: 13rem
}

.main .copy {
  line-height: .6rem;
  text-align: center;
  font-size: 12px;
  color: #595c63
}

.reside {
  padding-top: .58rem;
  width: 4.3rem;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9
}

.reside .user-money {
  min-height: 2.5rem;
}

.reside .user-money .num {
  width: 3.6rem;
  height: 1rem;
  padding-top: .12rem;
  margin: 0 auto .2rem;
  border-radius: 50px;
  font-size: 16px;
  color: black;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}

.reside .user-money .num span {
  display: block;
  font-size: .26rem;
  line-height: .4rem
}

.reside .user-money .num em {
  font-size: .36rem;
  font-weight: bold;
}

.reside .user-money ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 .12rem;
  gap: .04rem;
}

.reside .user-money li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  font-size: 14px;
  font-weight: bold;
  color: #111;
  cursor: pointer;
}

.reside .user-money li svg {
  display: block;
}

.reside .user-money li.deposit {
  background: url('../images/icon-money1.png') no-repeat;
  background-size: .51rem .51rem;
  background-position: top center !important;
  cursor: pointer;
}

.reside .user-money li.withdraw {
  background: url('../images/icon-money2.png') no-repeat;
  background-size: .51rem .51rem;
  background-position: top center !important;
  cursor: pointer;
}

.reside .user-money li.trade {
  background: url('../images/icon-money3.png') no-repeat;
  background-size: .51rem .51rem;
  background-position: top center !important;
  cursor: pointer;
}

.reside .paihang-main h3 {
  text-align: center;
  height: .46rem;
  line-height: .46rem
}

.reside .paihang-main h3 span {
  display: inline-block;
  padding-left: .34rem;
  font-size: .16rem;
  font-weight: bold;
  color: black;
}

.paihang-main .phth {
  line-height: .54rem;
  text-align: center
}

.paihang-main .phth span {
  display: inline-block;
  vertical-align: top;
  font-size: .12rem
}

.paihang-main .phth span:nth-child(1) {
  width: .36rem;
}

.paihang-main .phth span:nth-child(2) {
  width: 1.4rem;
}

.paihang-main .phth span:nth-child(3) {
  width: .72rem;
}

.paihang-main .phth span:nth-child(4) {
  width: 1.12rem;
}

.paihang-main ul {
  width: 3.9rem;
  margin: 0 auto .14rem;
  border-radius: 50px;
  padding: 0 .14rem;
}

.paihang-main li {
  display: inline-block;
  vertical-align: top;
  font-size: .16rem;
  font-family: Arial;
  color: #595c63;
  height: .48rem;
  line-height: .48rem;
  text-align: center;
}

.paihang-main ul li:nth-child(1) {
  width: .36rem;
  color: #000
}

.paihang-main ul li:nth-child(2) {
  width: 1.4rem;
}

.paihang-main ul li:nth-child(3) {
  width: .72rem;
}

.paihang-main ul li:nth-child(4) {
  width: 1.12rem;
}

.paihang-main ul:nth-of-type(1) li:nth-child(1) {
  text-indent: 1000px;
  background: url('../images/icon_no1.png') no-repeat;
  background-size: .31rem .26rem;
  background-position: center center;
}

.paihang-main ul:nth-of-type(2) li:nth-child(1) {
  text-indent: 1000px;
  background: url('../images/icon_no2.png') no-repeat;
  background-size: .31rem .26rem;
  background-position: center center;
}

.paihang-main ul:nth-of-type(3) li:nth-child(1) {
  text-indent: 1000px;
  background: url('../images/icon_no3.png') no-repeat;
  background-size: .31rem .26rem;
  background-position: center center;
}

/* right ranking board style */
.reside .paihang-main h3 {
  height: .54rem;
  line-height: .54rem;
}

.reside .paihang-main {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: calc(100vh - 3.15rem);
}

.reside .paihang-main h3 span {
  padding-left: 0;
  font-size: .16rem;
}

.reside .paihang-main .ranking-top3 {
  display: flex;
  justify-content: center;
  gap: .08rem;
  padding: .14rem .08rem .1rem;
}

.reside .paihang-main .ranking-card {
  width: 1.24rem;
  min-height: 1.3rem;
  border: 1px solid #bdbdbd;
  border-radius: .18rem;
  background: #f5f4ef;
  text-align: center;
  padding: 0 .04rem .1rem;
  position: relative;
}

.reside .paihang-main .ranking-card .ranking-medal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: .44rem;
  height: .44rem;
  line-height: 10px;
  font-size: .2rem;
  font-weight: 700;
  color: #262626;
  border-radius: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
  margin: 0 auto .02rem;
}

.reside .paihang-main .ranking-card-1 .ranking-medal {
  background-image: url('../images/list/1.webp');
  width: .62rem;
  height: .62rem;
  display: block;
  text-align: center;
  line-height: 34px;
  font-size: 12px;
}

.reside .paihang-main .ranking-card-2 .ranking-medal {
  background-image: url('../images/list/2.webp');
  background-position: center top;
  background-size: cover;
  box-sizing: border-box;
  padding-top: .065rem;
}

.reside .paihang-main .ranking-card-3 .ranking-medal {
  background-image: url('../images/list/3.webp');
  background-position: center 1px;
  background-size: 75%;
  box-sizing: border-box;
  padding-top: .065rem;
}

.reside .paihang-main .ranking-card h4 {
  font-size: .16rem;
  color: #222;
  line-height: .24rem;
  margin-top: .02rem;
}

.reside .paihang-main .ranking-card p {
  font-size: .12rem;
  color: #333;
  line-height: .2rem;
}

.reside .paihang-main .ranking-card p em {
  color: #cc8c00;
  font-style: normal;
  font-weight: 700;
}

.reside .paihang-main .ranking-card strong {
  display: block;
  font-size: .16rem;
  color: #1f1f1f;
  line-height: .24rem;
}

.reside .paihang-main .phth {
  background: #f7b227;
  line-height: .36rem;
  border-top: 1px solid #d8a23c;
  border-bottom: 1px solid #d8a23c;
  display: flex;
  align-items: center;
  padding: 0 .08rem;
}

.reside .paihang-main .phth span {
  font-size: .14rem;
  color: #000 !important;
  text-align: center;
  display: block;
}

.reside .paihang-main .phth span:nth-child(1) {
  width: 20%;
}

.reside .paihang-main .phth span:nth-child(2) {
  width: 30%;
}

.reside .paihang-main .phth span:nth-child(3) {
  width: 20%;
}

.reside .paihang-main .phth span:nth-child(4) {
  width: 30%;
}

.reside .paihang-main .ranking-table {
  height: auto;
  max-height: none;
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: scroll !important;
  overflow-x: hidden;
  background: #f8f8f8;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.reside .paihang-main .ranking-table .ranking-row {
  width: 100%;
  margin: 0;
  border-radius: 0;
  padding: 0 .08rem;
  border-bottom: 1px solid #ece3d1;
  background: #fff;
  display: flex;
  align-items: center;
}

.reside .paihang-main .ranking-table .ranking-row li {
  height: .44rem;
  line-height: .44rem;
  font-size: .16rem;
  color: #303030;
  text-align: center;
}

.reside .paihang-main .ranking-table .ranking-row li:nth-child(1) {
  width: 20%;
}

.reside .paihang-main .ranking-table .ranking-row li:nth-child(2) {
  width: 30%;
}

.reside .paihang-main .ranking-table .ranking-row li:nth-child(3) {
  width: 20%;
  color: #d38a00;
}

.reside .paihang-main .ranking-table .ranking-row li:nth-child(4) {
  width: 30%;
}

.reside .paihang-main .ranking-table::-webkit-scrollbar {
  width: 6px;
}

.reside .paihang-main .ranking-table::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 6px;
}

/* Top3 are separate cards now; disable legacy medal-row replacement */
.reside .paihang-main .ranking-table ul:nth-of-type(1) li:nth-child(1),
.reside .paihang-main .ranking-table ul:nth-of-type(2) li:nth-child(1),
.reside .paihang-main .ranking-table ul:nth-of-type(3) li:nth-child(1) {
  text-indent: 0;
  background: none;
}

.reside .paihang-main .ranking-card-1 {
  order: 2;
}

.reside .paihang-main .ranking-card-2 {
  order: 1;
}

.reside .paihang-main .ranking-card-3 {
  order: 3;
}

.sgo-home .mobile-player-ranking {
  display: none;
}

.bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

.chongzhi {
  position: fixed;
  top: 50%;
  margin-top: -3.2rem;
  left: 49%;
  margin-left: -4.5rem;
  width: 10rem;
  height: 6.5rem;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 6px #646464;
  box-shadow: 2px 2px 6px #646464;
}

.chongzhi h3,
.tixian h3,
.dianshu h3 {
  position: relative;
  line-height: .6rem;
  font-size: .2rem;
  padding-left: .78rem
}

.chongzhi h3 .chong {
  position: absolute;
  left: .18rem;
  top: .08rem;
  width: .51rem;
  height: .43rem;
}

.chongzhi h3 a {
  color: #fff;
  position: absolute;
  right: .8rem;
}

.tixian h3 a {
  color: #fff;
  position: absolute;
  right: .8rem
}

.tixian h3 .chong {
  position: absolute;
  left: .24rem;
  top: .12rem;
  width: .44rem;
  height: .34rem;
}

.dianshu h3 .chong {
  position: absolute;
  left: .32rem;
  top: .12rem;
  width: .34rem;
  height: .33rem;
}

.chongzhi h3 .close,
.tixian h3 .close,
.dianshu h3 .close {
  position: absolute;
  right: .24rem;
  top: .2rem;
  width: .19rem;
  height: .19rem;
  cursor: pointer
}

.chongzhi .chongzhi-info {
  display: inline-block;
  vertical-align: top;
  width: 6.12rem;
  height: 6rem;
  overflow: auto;
}

.chongzhi .chongzhi-info h4 {
  font-size: .2rem;
  text-align: center;
  margin: .24rem 0 .16rem;
  font-weight: bold
}

.chongzhi .wenzi {
  display: inline-block;
  vertical-align: top;
  width: 3.82rem;
  height: 5rem;
  padding: 0 .38rem;
  margin-top: .24rem;
  border-left: 1px solid #94b0c7;
  background: url('../images/chong2.png') no-repeat;
  background-size: 1.98rem 1.66rem;
  background-position: right bottom;
}

.chongzhi .wenzi p,
.tixian .wenzi p {
  font-size: .16rem;
  line-height: 1.6
}

.tixian .wenzi {
  display: inline-block;
  vertical-align: top;
  width: 3.82rem;
  height: 4.46rem;
  padding: 0 .38rem;
  margin-top: .24rem;
  border-left: 1px solid #94b0c7;
  background: url('../images/chong4.png') no-repeat;
  background-size: 1.67rem 1.35rem;
  background-position: right bottom;
}

.chongzhi .cztype {
  text-align: center
}

.chongzhi dl {
  display: inline-block;
  vertical-align: top;
  border-radius: 10px;
  overflow: hidden;
  margin: .07rem .1rem;
}

.chongzhi dl dt {
  width: 1.96rem;
  height: .75rem;
}

.chongzhi dl dt img {
  width: 1.96rem;
  height: .75rem;
}

.chongzhi dl dd {
  height: .28rem;
  line-height: .28rem;
  text-align: center;
  color: #595c63;
  font-size: .16rem;
  width: 1.96rem
}

.chongzhi dl dd.mb {
  display: none;
}

.chongzhi dl.active {
  -moz-box-shadow: 2px 0px 15px #999;
  -webkit-box-shadow: 2px 0px 4px #999;
  box-shadow: 2px 0px 4px #999;
}

.chongzhi dl.noactive {
  position: relative;
}

.chongzhi dl.noactive .mb {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 2.98rem;
  height: 1.95rem;
  display: block;
}

.chongzhi-info .setup2 {
  width: 3.16rem;
  margin: 0 auto;
}

.input1 {
  border: 1px solid #e8f2f7;
  width: 100%;
  font-size: .16rem;
  color: #000;
  height: .42rem;
  line-height: .42rem;
  border-radius: 10px;
  text-align: center;
}

.input1::-webkit-input-placeholder {
  color: #E8EAE9
}

.input1:-moz-placeholder {
  color: #E8EAE9
}

/* FF4-18 */
.input1:-moz-placeholder {
  color: #E8EAE9
}

/* FF18+ */
.input1:-ms-input-placeholder {
  color: #E8EAE9
}

.chongzhi-info .tips,
.tixian-info .tips {
  text-align: center;
  font-size: .16rem;
  line-height: .26rem;
  color: red;
}

.chongzhi-info .setup2 p,
.tixian-info p {
  text-align: center;
}

.chongzhi-info .d-btn1,
.chongzhi-info .d-btn2,
.tixian-info .d-btn3,
.tixian-info .d-btn4 {
  display: inline-block;
  vertical-align: top;
  border: none;
  min-width: 1.24rem;
  padding: 0 .2rem;
  line-height: .38rem;
  height: .38rem;
  text-align: center;
  font-size: .18rem;
  font-weight: bold;
  border-radius: 50px;
  margin: .07rem;
  cursor: pointer;
}

.tixian {
  position: fixed;
  top: 50%;
  margin-top: -3rem;
  left: 50%;
  margin-left: -4.5rem;
  width: 10rem;
  height: 5.6rem;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 6px #646464;
  box-shadow: 2px 2px 6px #646464;
}

.tixian-info {
  display: inline-block;
  width: 6.12rem;
  padding: .2rem .4rem 0 .4rem;
}

.tixian-info .form-group {
  position: relative;
  height: .32rem;
  margin-top: .16rem
}

.tixian-info .form-group label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: .16rem;
  width: 2rem;
  text-align: left;
  margin-right: .12rem;
}

.tixian-info .form-group label:nth-child(2) {
  position: absolute;
  top: 0;
  left: 2.2rem;
  text-align-last: auto;
  font-size: .16rem;
  width: .68rem;
  line-height: 2;
  text-justify: auto;
  white-space: break-spaces;
  margin-right: .12rem;
}

.tixian-info .form-group label:nth-child(3) {
  position: absolute;
  top: 0;
  left: 4.9rem;
  text-align-last: auto;
  font-size: .16rem;
  width: .68rem;
  line-height: 2;
  text-justify: auto;
  white-space: nowrap;
  margin-right: .12rem;
  text-align: center;
}

.tixian-info ul li.list-group-item {
  position: relative;
  display: block;
  padding: 0.266667rem 0.4rem;
  border-bottom: 0.013333rem solid #ddd;
  font-size: .2rem;
  color: #285627;
}

.tixian-info ul li label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.066667rem;
  font-weight: 700;
  font-size: .22rem;
}

.tixian-info ul li.file {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto;
  padding: 0;
}

.copy-btn {
  border-radius: 25px;
  text-align: center;
}

.tixian-info .form-group .form-control {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.22rem;
  height: .32rem;
  line-height: .32rem;
  font-size: .16rem;
  border: 1px solid #d6e7f1;
  border-radius: 5px;
  text-indent: .1rem;
}

.tixian-info .form-group .form-control::-webkit-input-placeholder {
  color: #595c63
}

.tixian-info .form-group .form-control:-moz-placeholder {
  color: #595c63
}

/* FF4-18 */
.tixian-info .form-group .form-control:-moz-placeholder {
  color: #595c63
}

/* FF18+ */
.tixian-info .form-group .form-control:-ms-input-placeholder {
  color: #595c63
}

/* IE10+ */

.tixian-info .form-group .eye-1 {
  position: absolute;
  right: .06rem;
  top: .08rem;
  background: url('../images/icon_eye1.png') no-repeat;
  width: .21rem;
  height: .16rem;
  background-size: 100%;
}

.tixian-info .form-group .eye-2 {
  position: absolute;
  background: url('../images/icon_eye.png') no-repeat;
  width: .21rem;
  height: .16rem;
  background-size: 100%;
}

.dianshu-bg {
  display: none;
  opacity: 1;
  pointer-events: none;
}

.dianshu-bg.cur {
  opacity: 1;
  pointer-events: all;
}

.dianshu {
  position: fixed;
  top: 50%;
  margin-top: -4rem;
  left: 50%;
  margin-left: -4.5rem;
  width: 9rem;
  height: 7.6rem;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 6px #646464;
  box-shadow: 2px 2px 6px #646464;
}

.dianshu .select-main,
.dianshu .dslist {
  width: 8.32rem;
  margin: .2rem auto;
}

.dianshu .select-main .status {
  width: 2.5rem;
  height: .32rem;
  line-height: .32rem;
  border: none;
  border-radius: 50px;
  margin-right: .22rem;
  padding: 0 .18rem;
}

.dianshu .select-main .type {
  width: 2rem;
  height: .32rem;
  line-height: .32rem;
  border: none;
  border-radius: 50px;
  padding: 0 .18rem;
}

.dslist p span {
  display: inline-block;
  vertical-align: top;
  font-size: .16rem;
  text-align: center
}

.dslist p span:nth-of-type(1) {
  margin-left: .92rem;
  width: 2.78rem
}

.dslist p span:nth-of-type(2) {
  width: 2rem
}

.dslist p span:nth-of-type(3) {
  width: 1.2rem
}

.dslist p span:nth-of-type(4) {
  width: 1.4rem
}

.dslist ul {
  margin-top: .08rem;
  border-radius: .08rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.dslist li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: .16rem;
}

.dslist li:nth-of-type(1) {
  width: .92rem;
}

.dslist li:nth-of-type(2) {
  width: 2.78rem;
}

.dslist li:nth-of-type(3) {
  width: 2rem;
}

.dslist li:nth-of-type(4) {
  width: 1.2rem;
  font-weight: bold;
  line-height: 0.7rem;
}

.dslist li:nth-of-type(5) {
  width: 1.4rem
}

.dslist li:nth-of-type(1) img {
  display: inline-block;
  width: .46rem;
}

.dslist li:nth-of-type(2) p {
  text-align: left;
  font-size: .16rem;
  color: #595c63
}

.dslist li:nth-of-type(5) span {
  display: inline-block;
  padding: .04rem .1rem;
  font-size: .16rem;
  border-radius: 50px;
  border: 1px solid #75a4c3
}

.dslist .dslist-box {
  position: relative;
}

.dslist .dslist-box .tops {
  position: absolute;
  right: 0;
  top: 5.2rem;
  z-index: 99;
}

.login-main {
  position: fixed;
  top: 50%;
  margin-top: -3.7rem;
  left: 50%;
  margin-left: -5.91rem;
  width: 11.82rem;
  height: 7.18rem;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 6px #646464;
  box-shadow: 2px 2px 6px #646464;
}

.login-main .login-l {
  position: relative;
  display: inline-block;
  width: 7.08rem;
  height: 7.18rem;
  padding: .36rem .5rem 0;
}

.login-main .login-l h3 {
  position: relative;
  margin-bottom: .32rem
}

.login-main .login-l h3 span {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-right: .36rem;
  font-size: .18rem;
  padding: 0 .12rem .06rem
}

.login-main .login-l h3 span.cur {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.login-main .login-l h3 .select1 {
  position: absolute;
  top: -.04rem;
  right: 0;
  width: 2.2rem;
  height: .34rem;
  font-size: .18rem;
  padding: 0 .2rem;
  line-height: .32rem;
  border: 1px solid #dbeaf3;
  background: none;
}

.login-main .login-l .kefu {
  position: absolute;
  bottom: .26rem;
  right: .5rem;
  font-size: .18rem;
  font-weight: bold;
  height: .32rem;
  line-height: .32rem;
  padding-left: .32rem;
  background: url('../images/menu-7.png') left center no-repeat;
  background-size: .24rem .24rem;
  cursor: pointer;
}

.login-main .login-l .forgetPWD {
  position: absolute;
  bottom: .26rem;
  font-size: .18rem;
  font-weight: bold;
  height: .32rem;
  line-height: .32rem;
  padding-left: .32rem;
  background-size: .24rem .24rem;
  cursor: pointer;
  left: .1rem;
}


.login-l .login {
  padding-top: .5rem;
  padding-left: 1.72rem;
  width: 4.82rem;
}

.login-l .login .form-group {
  position: relative;
  width: 3.08rem;
  height: .4rem;
  line-height: .4rem;
  margin-bottom: .27rem
}

.login-l .login .form-group input {
  padding: 0 .14rem;
  border: 1px solid #595c63;
  color: #595c63;
  width: 100%;
  border-radius: .1rem;
  height: 100%;
  margin-bottom: .26rem
}

.login-l .login .form-group input::-webkit-input-placeholder {
  color: #595c63
}

.login-l .login .form-group input:-moz-placeholder {
  color: #595c63
}

/* FF4-18 */
.login-l .login .form-group input:-moz-placeholder {
  color: #595c63
}

/* FF18+ */
.login-l .login .form-group input:-ms-input-placeholder {
  color: #595c63
}

/* IE10+ */

.login-l .login .form-group label {
  position: absolute;
  top: 0;
  left: -86px;
  width: 86px;
  line-height: .4rem;
  font-size: 14px;
  color: #595c63
}

.login-l .login .form-group .eye-1 {
  position: absolute;
  right: .14rem;
  top: .13rem;
  background: url('../images/icon_eye1.png') no-repeat;
  width: .22rem;
  height: .16rem;
  background-size: 100%;
}

.login-l .login .form-group .eye-2 {
  position: absolute;
  background: url('../images/icon_eye.png') no-repeat;
  width: .22rem;
  height: .16rem;
  background-size: 100%;
}

.login-l .login .form-group .yzm {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.38rem;
  height: .4rem;
}

.login-l .login .form-group:nth-of-type(3) input {
  width: 1.52rem;
}

.login-l .login .checkbox {
  padding: .1rem 0 .2rem
}

.login-l .login .checkbox span {
  font-size: .18rem;
  color: #595c63
}

.dr-btn {
  display: block;
  width: 1.4rem;
  line-height: .4rem;
  height: .4rem;
  text-align: center;
  font-size: .18rem;
  border-radius: 50px;
  margin-top: .3rem;
  margin-left: .38rem;
  cursor: pointer;
}

.login-main .login-r {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 4.74rem;
  height: 7.18rem;
  background: url('../images/login1.jpg') no-repeat top center;
  background-size: cover;
}

.login-main .login-r::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
}

.login-r .close {
  position: absolute;
  width: .18rem;
  top: .18rem;
  right: .22rem;
  z-index: 19;
  cursor: pointer;
}

.login-r .logo2 {
  position: absolute;
  width: 1.24rem;
  bottom: .48rem;
  right: .46rem;
  z-index: 19;
}

.chooseBtn {
  display: none;
}

.choose-label {
  box-shadow: #ccc 0px 0px 0px 1px;
  width: .48rem;
  height: .24rem;
  display: inline-block;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background: none;
  background-color: #b5b5b6
}

.choose-label:before {
  content: '';
  position: absolute;
  left: 0;
  width: .24rem;
  height: .24rem;
  display: inline-block;
  border-radius: 20px;
  background-color: #fff;
  z-index: 20;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.chooseBtn:checked+label.choose-label:before {
  left: .24rem;
}

.chooseBtn:checked+label.choose-label {
  background-color: #FFB325;
}

.login-l .reg {
  display: none;
  margin-left: .5rem;
  width: 5.36rem;
}

.login-l .reg dl {
  width: 2.42rem;
  margin-top: .12rem;
  margin-right: .22rem
}

.login-l .reg dt {
  font-size: .18rem;
  line-height: 1.5;
  font-weight: bold;
  color: #595c63
}

.login-l .reg dd {
  position: relative;
  height: .4rem;
  line-height: .4rem
}

.login-l .reg dd select {
  color: #595c63 !important;
  background-color: #494949 !important;
  border: 1px solid #595c63 !important;
}

.login-l .reg dd input {
  padding: 0 .14rem;
  border: 1px solid #595c63;
  color: #595c63;
  width: 100%;
  border-radius: .1rem;
  height: 100%;
}

.login-l .reg dd input::-webkit-input-placeholder {
  color: #595c63
}

.login-l .reg dd input:-moz-placeholder {
  color: #595c63
}

/* FF4-18 */
.login-l .reg dd input:-moz-placeholder {
  color: #595c63
}

/* FF18+ */
.login-l .reg dd input:-ms-input-placeholder {
  color: #595c63
}

/* IE10+ */

.login-l .reg dd .eye-1 {
  position: absolute;
  right: .14rem;
  top: .13rem;
  background: url('../images/icon_eye1.png') no-repeat;
  width: .22rem;
  height: .16rem;
  background-size: 100%;
}

.login-l .reg dd .eye-2 {
  position: absolute;
  background: url('../images/icon_eye.png') no-repeat;
  width: .22rem;
  height: .16rem;
  background-size: 100%;
}

.login-l .reg dl:last-of-type input {
  width: 1.4rem;
}

.login-l .reg dd .yzm {
  position: absolute;
  right: 0;
  width: .9rem;
  height: .41rem;
}

.reg .tiaokuan {
  margin-top: .28rem;
  text-align: center;
  font-size: .14rem;
  color: #595c63
}

.reg .tiaokuan a {
  font-size: .14rem;
  color: #ffb700
}

.reg .dr-btn {
  margin-left: auto;
  margin-right: auto
}

.reg .tiaokuan input {
  vertical-align: middle
}

/*padding: .86rem .44rem 0;*/
.sc-main {
  width: 16.3rem;
  margin-left: 2.9rem;
  height: 100%;
}

.sc-main1 {
  width: 16.3rem;
  margin-left: 2.9rem;
  padding: .86rem .44rem 0;
  margin-top: 38px;
}

.sc-head {
  position: relative;
  height: .5rem;
  margin-bottom: .16rem
}

.sc-head>span {
  display: inline-block;
  padding-left: .42rem;
  margin-top: .06rem;
  background: url('../images/menu-1.png') no-repeat left center;
  background-size: .34rem .34rem;
  font-size: .26rem
}

.sc-head .sc-right {
  position: absolute;
  top: 0;
  right: 0;
}

.sc-head .sc-right span {
  margin-right: .3rem;
  height: .5rem;
  line-height: .5rem;
  font-size: .16rem;
  cursor: pointer;
}

.sc-head .sc-right span.deposit {
  padding-left: .56rem;
  background: url('../images/icon-money1.png') no-repeat left center;
  background-size: .5rem .5rem;
}

.sc-head .sc-right span.withdraw {
  padding-left: .56rem;
  background: url('../images/icon-money2.png') no-repeat left center;
  background-size: .5rem .5rem;
}

.sc-head .sc-right span.trade {
  padding-left: .56rem;
  background: url('../images/icon-money3.png') no-repeat left center;
  background-size: .5rem .5rem;
}

.sc-head .sc-right em {
  font-size: .26rem;
  color: #595c63
}

.sc-head .sc-right em b {
  font-size: .36rem;
  color: #595c63;
  font-weight: bold
}

.sc-item,
.daili-item,
.layout {
  height: 7.7rem;
  border-radius: .12rem
}

.sc-item .item-l {
  position: relative;
  width: 40%;
  margin-bottom: .16rem;
  padding: .24rem .28rem 0;
  overflow: hidden;
}

.item-l h2 a {
  width: .8rem;
  height: .3rem;
  line-height: .3rem;
  text-align: center;
  font-size: .14rem;
}

.item-l h2 a.cur {
  border-radius: 50px;
  background-color: #fff;
}

.item-l .select1 {
  border: 1px solid #595c63;
  width: 100%;
  height: .26rem;
  margin: .14rem 0;
  padding: 0 .3rem 0 .15rem;
  font-size: .16rem;
  line-height: .26rem;
  border: none;
}

.item-l li {
  width: 100%;
  height: .84rem;
  text-align: center;
  background: url('../images/liebg.png') no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: .08rem;
  cursor: pointer;
}

.item-l li.selected {
  background: url('../images/liebg_selected.png') no-repeat center center;
  background-size: 100% 100%;
}

.item-l li h4 {
  font-size: .16rem;
  line-height: 2;
  padding-top: .12rem;
  white-space: nowrap;
}

.item-l li.selected h4 {
  font-size: .16rem;
  line-height: 2;
  padding-top: .12rem;
  color: white;
}

.item-l li div {
  font-size: .16rem;
  display: flex;
}

.item-l li.selected div {
  color: white;
}

.item-l li em.team {
  width: 45%;
}

.item-l li em.vs {
  width: 10%
}

.item-l li p em {
  display: inline-block;
  font-weight: bold;
  margin: 0 .06rem
}

.sc-item .item-r {
  position: relative;
  width: 60%;
  margin: .26rem 0 .16rem;
  padding: 0 .32rem;
  border-left: 1px solid #7fa4c0
}

.item-r h5 {
  position: relative;
  border: 1px solid #595c63;
  border-radius: 50px;
  height: .4rem;
  line-height: .4rem;
  text-align: center;
  margin-bottom: .06rem;
  font-size: .24rem;
}

.item-r dt {
  height: .3rem;
  line-height: .3rem
}

.item-r dt span {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: .14rem
}

.item-r dt span:nth-of-type(1) {
  width: 20%;
  margin-left: .14rem
}

.item-r dt span:nth-of-type(2) {
  width: 30%;
}

.item-r dt span:nth-of-type(3) {
  width: 30%;
}

.item-r dd {
  border: 1px solid #595c63;
  min-height: .5rem;
  margin-bottom: .08rem;
  border-radius: .06rem;
  display: flex;
  align-items: center;
}

.item-r dd span {
  display: inline-block;
  vertical-align: top;
  text-align: center
}

.item-r dd span:nth-of-type(1) {
  width: 20%;
  margin-left: .14rem;
  margin-top: .1rem;
  margin-bottom: .1rem;
  min-height: .3rem;
  border-radius: .06rem;
  line-height: .3rem;
  font-size: .13rem
}

.item-r dd span:nth-of-type(2) {
  width: 30%;
  font-size: .18rem;
  font-weight: bold;
  line-height: .5rem
}

.item-r dd span:nth-of-type(3) {
  width: 30%;
  font-size: .16rem;
  line-height: .5rem
}

.item-r dd a {
  display: inline-block;
  width: auto;
  padding: 0 .3rem;
  height: .3rem;
  border-radius: 50px;
  line-height: .3rem;
  text-align: center;
  font-size: .16rem;
  color: #fff;
  background-color: #ffae2e;
  border: 1px solid #595c63;
  cursor: pointer;
}

/* market page redesign */
.market-page .sc-main1 {
  width: calc(100% - 2.9rem);
  margin-left: 2.9rem;
  padding: 30px .14rem .12rem;
  background: #efe2c3;
  min-height: calc(100vh - .58rem);
}

.market-page .sc-head {
  height: .48rem;
  margin-bottom: .1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
  padding: 0 .06rem 0 .02rem;
}

.market-page .sc-head>span {
  background-size: .2rem .2rem;
  padding-left: .28rem;
  margin-top: 0;
  font-size: .22rem;
  color: #111 !important;
  font-weight: 600;
}

.market-page .sc-head .market-balance {
  font-size: .16rem !important;
  color: #1f1f1f !important;
  line-height: 1;
  display: inline-block !important;
}

.market-page .sc-head .market-balance em {
  font-style: normal;
  color: #d2361f !important;
  font-weight: 600;
}

.market-page .sc-item {
  height: calc(100vh - 1.28rem);
  background: #ead8b1 !important;
  border-radius: .12rem;
  padding: .08rem;
  display: flex;
}

.market-page .sc-item .item-l {
  width: 39%;
  padding: .1rem .1rem .02rem;
  position: relative;
}

.market-page .item-l h2.types {
  align-items: center;
  gap: .06rem;
  margin-bottom: .12rem;
  width: calc(100% - 1.22rem);
  justify-content: space-between;
  margin-top: .02rem;
}

.market-page .item-l h2 a {
  width: .62rem;
  height: .26rem;
  line-height: .26rem;
  font-size: .12rem;
  color: #1f1f1f !important;
  border-radius: .13rem;
  text-align: center;
  font-weight: 600;
}

.market-page .item-l h2 a.cur {
  background: #f8b325;
  color: #111 !important;
}

.market-page .market-state-tabs {
  display: flex;
  gap: .04rem;
  margin-bottom: .12rem;
  border-radius: .18rem;
  overflow: hidden;
}

.market-page .market-state-tabs span {
  display: inline-block;
  width: 50%;
  min-width: 0;
  height: .34rem;
  line-height: .34rem;
  text-align: center;
  border-radius: .18rem;
  font-size: .14rem;
  font-weight: 600;
  background: #eeeeee;
  color: #2d2d2d;
}

.market-page .market-state-tabs span.active {
  background: #f29c22;
  color: #111;
}

.market-page .item-l .select1 {
  position: absolute;
  right: .1rem;
  top: .1rem;
  width: 1.1rem;
  background: #d9dde0 !important;
  color: #222 !important;
  border: 0 !important;
  border-radius: .14rem;
  height: .28rem;
  line-height: .28rem;
  margin: 0;
  font-size: .14rem;
  padding-left: .14rem;
  padding-right: .26rem;
}

.market-page .item-l ._panel-box1 {
  margin-top: .02rem;
}

.market-page .item-l li {
  height: .82rem;
  margin-bottom: .06rem;
  background: #9fa0a4 !important;
  border-radius: .18rem;
  overflow: hidden;
  padding: 0 .16rem;
  position: relative;
}

.market-page .item-l li.selected {
  background: #1f232c !important;
}

.market-page .item-l li.market-empty {
  height: .88rem;
  padding: 0 .14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c7b88f !important;
  color: #403521 !important;
  font-size: .15rem;
  font-weight: 600;
  letter-spacing: .01rem;
  pointer-events: none;
}

.market-page .item-l li.market-empty::after {
  content: none;
}

.market-page .item-l li h4,
.market-page .item-l li.selected h4 {
  font-size: .13rem;
  padding-top: .12rem;
  line-height: 1.2;
  text-align: left;
  padding-left: 0;
  color: #f0f0f0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.market-page .item-l li div {
  font-size: .14rem;
  padding: .04rem 0 0;
  color: #f0f0f0;
  display: block !important;
  text-align: left;
  position: relative !important;
  min-height: .46rem;
}

.market-page .item-l li div::after {
  content: none !important;
}

.market-page .item-l li em.team {
  display: block !important;
  width: 45% !important;
  line-height: 1.25;
  font-size: .16rem;
  color: #f0f0f0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.market-page .item-l li em.vs {
  display: none !important;
}

.market-page .item-l li .match-time {
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.7rem;
  text-align: center;
  font-size: .15rem;
  color: #ececec;
  white-space: nowrap;
  z-index: 2;
  pointer-events: none;
}

.market-page .item-l li::after {
  content: "";
  position: absolute;
  right: .18rem;
  top: 50%;
  width: .16rem;
  height: .16rem;
  border-top: 3px solid #ececec;
  border-right: 3px solid #ececec;
  transform: translateY(-50%) rotate(45deg);
  opacity: .95;
}

.market-page .sc-item .item-r {
  width: 61%;
  margin: 0;
  padding: .1rem .1rem .02rem;
  border-left: 1px solid #d6c59f;
}

.market-page .item-r h5 {
  display: none !important;
}

.market-page .item-r dt {
  height: .34rem;
  line-height: .34rem;
  background: #FFB325;
  border-radius: .17rem;
  padding: 0 .12rem;
  display: grid;
  grid-template-columns: 1.1rem 1fr 1.3fr 1rem;
  align-items: center;
  margin-bottom: .06rem;
}

.market-page .item-r dt span {
  color: #111 !important;
  font-size: .16rem;
  text-align: center;
  width: auto !important;
  margin: 0 !important;
  line-height: .34rem;
}

.market-page .item-r dd {
  background: #f2f2f2 !important;
  border: 0;
  border-radius: .06rem;
  min-height: .46rem;
  margin-bottom: .05rem;
  display: grid;
  grid-template-columns: 1.1rem 1fr 1.3fr 1rem;
  align-items: center;
  padding: 0 .12rem;
}

.market-page .item-r dd span {
  width: auto !important;
  margin: 0 !important;
}

.market-page .item-r dd span:nth-of-type(1) {
  background: #f0bf00 !important;
  color: #111 !important;
  width: .6rem;
  margin-left: auto;
  margin-right: auto;
  min-height: .26rem;
  line-height: .26rem;
  font-size: .14rem;
  border-radius: .12rem;
}

.market-page .item-r dd span:nth-of-type(2),
.market-page .item-r dd span:nth-of-type(3) {
  font-size: .15rem;
  color: #2f2f2f !important;
  line-height: .46rem;
  text-align: center;
}

.market-page .item-r dd a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: .92rem;
  height: .32rem;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  border-radius: .16rem;
  border: 1px solid #b7b7b7;
  color: #666;
  font-size: .14rem;
  text-indent: 0;
  background: #ececec;
  position: static;
  white-space: nowrap;
  word-break: keep-all;
  writing-mode: horizontal-tb !important;
  letter-spacing: 0;
}

.market-page .item-r dd a::before {
  content: none;
}

.market-page ._panel-box1 {
  height: calc(100% - 1.26rem) !important;
  padding-bottom: .1rem !important;
}

.market-page .sc-item .topes {
  bottom: .08rem;
  right: .08rem;
}

.market-page .sc-item .topes img {
  width: .44rem;
  height: .44rem;
}

.topes {
  position: absolute;
  right: .24rem;
  bottom: .6rem;
  z-index: 99;
}


.modal {
  position: fixed;
  top: 35%;
  margin-top: -3rem;
  left: 50%;
  margin-left: -4.5rem;
  width: 9rem;
  height: 5.6rem;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 6px #646464;
  box-shadow: 2px 2px 6px #646464;
}

.modal .head {
  position: relative;
  line-height: .6rem;
  font-size: .26rem;
  padding-left: .78rem
}

.modal .head .close {
  position: absolute;
  right: .24rem;
  top: .2rem;
  width: .19rem;
  height: .19rem;
  cursor: pointer;
}

.modal .head .chong {
  position: absolute;
  left: .24rem;
  top: .12rem;
  width: .27rem;
  height: .35rem;
}

.modal .head .back {
  position: absolute;
  left: .34rem;
  top: .2rem;
  width: .1rem;
  height: .17rem;
  cursor: pointer;
}

.modal .tops {
  position: absolute;
  right: .2rem;
  bottom: .2rem;
  z-index: 999;
  cursor: pointer;
}

.modal .modal-xiazhu {
  height: 1.1rem;
  text-align: center;
  font-size: .24rem;
  margin-top: 16px;
}

.modal .modal-xiazhu h2 {
  line-height: .5rem;
  font-weight: normal;
}

.modal .modal-xiazhu h3 {
  font-size: .36rem;
}

.modal .modal-scroll {
  overflow-y: scroll;
}

.modal .modal-table {
  width: 100%;
}

.modal .modal-table table {
  width: 100%;
  border-collapse: collapse
}

.modal .modal-table thead th {
  font-size: .18rem;
  height: .44rem;
  line-height: .44rem;
  color: #595c63
}

.modal .modal-table tbody tr {
  border-bottom: 1px solid #595c63;
}

.modal .modal-table tbody td {
  padding: 0 .2rem;
  color: #595c63;
  font-size: .18rem;
  height: .76rem;
  text-align: center;
}

.modal .modal-table tbody .win {
  color: #007f00;
}

.modal .modal-table tbody .lose {
  color: #ff0000;
}

.modal .modal-table tbody td span {
  color: #ff0000;
}

.modal .modal-table tbody td em {
  font-family: Arial;
}

.modal .modal-table tbody td strong {
  color: #fbb03b;
  font-family: Arial;
  display: block;
}

.modal .modal-table tbody td a {
  display: block;
  width: 1.1rem;
  height: .32rem;
  line-height: .32rem;
  text-align: center;
  border-radius: 50px;
  margin: 0 auto;
  cursor: pointer;
}

.modal .modal-table tbody td h5 {
  font-weight: bold;
  font-size: .18rem;
}

.modal .modal-table tbody td.align-left {
  text-align: left;
}

.modal .modal-tabs {
  height: 1.04rem;
  text-align: center;
}

.modal .modal-tabs a {
  display: inline-block;
  padding: .05rem .2rem;
  font-size: .2rem;
  margin: .38rem .1rem 0;
  cursor: pointer;
}

.modal .modal-tabs a.active {
  background: #fff;
  border-radius: 50px;
}

.modal .modal-table thead {
  border: 1px solid #595c63
}

.modal .modal-history {
  height: 1.02rem;
  line-height: 1.02rem;
  padding-left: .34rem;
  font-size: .24rem;
  background: url('../images/icon_qiu1.png') no-repeat;
  background-size: 100%;
}

/* history trade modal redesign */
.history-trade-page {
  height: 100vh;
  overflow: hidden;
}

.history-trade-page .history-trade-modal {
  position: fixed !important;
  inset: .12rem .12rem auto .12rem !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  max-height: calc(100vh - .24rem) !important;
  left: auto !important;
  top: auto !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  transform: none !important;
  border-radius: .18rem;
  overflow: hidden !important;
  background: #efefef !important;
  display: flex;
  flex-direction: column;
  z-index: 9999;
}

.history-trade-page .history-trade-modal .head {
  line-height: .58rem;
  padding-left: 0;
  text-align: center;
  font-size: .22rem;
  color: #111 !important;
  background: #f8b325 !important;
  position: relative;
}

.history-trade-page .history-trade-modal .head .title-text {
  display: inline-block;
  font-size: .22rem;
  font-weight: 700;
  letter-spacing: .01rem;
  color: #111 !important;
}

.history-trade-page .history-trade-modal .head .chong {
  display: none;
}

.history-trade-page .history-trade-modal .head .close {
  right: .12rem;
  top: .14rem;
}

.history-trade-page .history-trade-modal .modal-scroll {
  background: #efe2c3;
  padding-bottom: 0;
  height: auto !important;
  max-height: calc(100vh - .82rem);
  overflow-y: auto !important;
  display: block;
}

.history-trade-page .history-trade-modal .modal-tabs {
  height: .4rem;
  width: max-content;
  max-width: calc(100% - .24rem);
  margin: .1rem auto 0;
  background: #fff !important;
  border-radius: .18rem;
  padding: .01rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .02rem;
  flex: 0 0 .4rem;
}

.history-trade-page .history-trade-modal .modal-tabs a {
  margin: 0 !important;
  width: .92rem;
  min-width: .92rem;
  height: .32rem;
  line-height: .32rem;
  padding: 0;
  border-radius: .16rem;
  font-size: .2rem;
  font-weight: 500;
  text-align: center;
  background: transparent !important;
  color: #222 !important;
  box-shadow: none;
}

.history-trade-page .history-trade-modal .modal-tabs a.active {
  background: #f8b325 !important;
  color: #111 !important;
  font-weight: 500;
  box-shadow: none;
}

.history-trade-page .history-trade-modal .modal-table {
  padding: 0 !important;
  overflow: visible !important;
}

.history-trade-page .history-trade-modal .modal-table table {
  width: 100% !important;
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 0 !important;
}

.history-trade-page .history-trade-modal .modal-table thead {
  border: 0;
}

.history-trade-page .history-trade-modal .modal-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  height: .46rem;
  padding: 0 .04rem !important;
  border-bottom: 1px solid #bcbcbc;
  background: #f8b325;
  color: #111 !important;
  font-size: .14rem;
}

.history-trade-page .history-trade-modal .modal-table tbody tr {
  background: #efefef;
  border-bottom: 1px solid #c9c9c9;
}

.history-trade-page .history-trade-modal .modal-table tbody td {
  height: .44rem;
  padding: 0 .04rem !important;
  font-size: .14rem;
  color: #222;
  border-right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.history-trade-page .history-trade-modal .modal-table tbody tr.empty-row td {
  color: #8d8d8d;
  text-align: center;
}

.history-trade-page .history-trade-modal .modal-table tbody tr:last-child {
  background: #f8b325 !important;
}

.history-trade-page .history-trade-modal .modal-table tbody tr:last-child td {
  color: #111 !important;
  font-weight: 700;
}

.history-trade-page .history-trade-modal .modal-table tbody td .detail-trigger {
  display: inline-flex;
  width: .28rem;
  height: .28rem;
  align-items: center;
  justify-content: center;
  color: #000 !important;
  font-size: .2rem;
  line-height: 1;
}

.history-trade-page .history-trade-modal .modal-table tbody td .detail-trigger span {
  color: #000 !important;
}

.openBet_modal .head,
.openBet_modal .head.dd-color5,
.openBet_modal .head.dd-color9 {
  line-height: .58rem;
  padding-left: 0;
  text-align: center;
  font-size: .22rem;
  color: #111 !important;
  background: #f8b325 !important;
  position: relative;
}

.openBet_modal .head .title-text {
  display: inline-block;
  font-size: .22rem;
  font-weight: 700;
  letter-spacing: .01rem;
  color: #111 !important;
}

.openBet_modal .head .close {
  right: .12rem;
  top: .14rem;
}

.openBet_modal .head .chong {
  display: none;
}

.openBet_modal .detail-scroll {
  box-sizing: border-box;
  height: calc(100% - .6rem) !important;
  padding: .12rem .12rem .16rem;
}

.openBet_modal .modal-history {
  height: auto;
  line-height: 1.2;
  padding-left: 0;
  margin-bottom: .12rem;
}

.openBet_modal .modal-history h2,
.openBet_modal .modal-history h4 {
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .history-trade-page {
    height: 100vh;
    overflow: hidden;
  }

  .history-trade-page .history-trade-modal {
    inset: .06rem .06rem auto .06rem !important;
    max-height: calc(100vh - .12rem) !important;
    border-radius: .12rem;
  }

  .history-trade-page .history-trade-modal .modal-scroll {
    max-height: calc(100vh - .64rem);
  }

  .history-trade-page .history-trade-modal .modal-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: calc(100% - .18rem);
    margin: .08rem auto 0;
    padding: .01rem;
    gap: .01rem;
    overflow-x: auto;
    overflow-y: hidden;
    height: .38rem;
    border-radius: .17rem;
    background: #fff !important;
    flex: 0 0 .38rem;
  }

  .history-trade-page .history-trade-modal .modal-tabs a {
    margin: 0 !important;
    width: .78rem;
    min-width: .78rem;
    flex: 0 0 auto;
    height: .32rem;
    line-height: .32rem;
    padding: 0;
    border-radius: .16rem;
    font-size: .18rem;
    background: transparent !important;
  }

  .history-trade-page .history-trade-modal .head {
    line-height: .52rem;
  }

  .history-trade-page .history-trade-modal .head .title-text {
    font-size: .2rem;
  }
}

/* bet list popup (card style) */
.order-list-page .bet-sheet-modal {
  width: min(375px, calc(100vw - 16px)) !important;
  max-width: 375px !important;
  height: 92% !important;
  max-height: 92% !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  border-radius: .28rem;
  background: #efe2c3;
  display: flex;
  flex-direction: column;
}

.order-list-page .bet-sheet-modal .head {
  line-height: .68rem;
  font-size: .22rem;
  text-align: center;
  padding-left: 0;
  border-top-left-radius: .28rem;
  border-top-right-radius: .28rem;
  background: #f8b325 !important;
  color: #111 !important;
}

.order-list-page .bet-sheet-modal .head .chong {
  position: static;
  width: .28rem;
  height: .28rem;
  vertical-align: middle;
  margin-right: .08rem;
}

.order-list-page .bet-sheet-modal .modal-xiazhu h2 {
  font-size: .18rem;
  color: #403b2e;
  line-height: .42rem;
}

.order-list-page .bet-sheet-modal .modal-xiazhu h3 {
  font-size: .38rem;
  color: #111;
}

.order-list-page .bet-sheet-modal .modal-table.bet-list {
  padding: 0 .2rem .22rem;
  overflow-y: auto;
  flex: 1 1 auto;
  min-height: 0;
}

.order-list-page .bet-sheet-modal .bet-card {
  position: relative;
  border-radius: .12rem;
  margin-bottom: .14rem;
  overflow: hidden;
  background: #f4f4f4 !important;
}

.order-list-page .bet-sheet-modal .bet-card-head {
  padding: .14rem .18rem .12rem;
  min-height: 1.04rem;
  background: #e9e9e9;
  font-size: 14px !important;
  color: #2f2f2f !important;
}

.order-list-page .bet-sheet-modal .bet-card-head p {
  color: #2f2f2f !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  margin: 0 !important;
  display: block !important;
  text-align: left !important;
  font-family: Arial, "Microsoft JhengHei", sans-serif;
}

.order-list-page .bet-sheet-modal .bet-card-head p span {
  color: #c31616 !important;
  margin-left: .1rem;
}

.order-list-page .bet-sheet-modal .bet-card-head p strong {
  color: #d53f00 !important;
  font-weight: 700;
}

.order-list-page .bet-sheet-modal .bet-card-head p em {
  font-style: normal !important;
  color: #666 !important;
}

.order-list-page .bet-sheet-modal .bet-card-head .meta-line {
  margin-bottom: .02rem !important;
  color: #2f2f2f !important;
}

.order-list-page .bet-sheet-modal .bet-card-head .teams-line {
  margin-bottom: .02rem !important;
  color: #2f2f2f !important;
}

.order-list-page .bet-sheet-modal .bet-card-head .score-line {
  color: #2a2a2a !important;
}

.order-list-page .bet-sheet-modal .bet-card-head .score-line strong {
  margin-left: .08rem;
}

.order-list-page .bet-sheet-modal .bet-card-foot {
  position: relative;
  background: #f8b325 !important;
  color: #111;
  padding: .1rem .18rem .08rem;
  font-size: .14rem;
  line-height: 1.5;
}

.order-list-page .bet-sheet-modal .bet-foot-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: .34rem;
}

.order-list-page .bet-sheet-modal .bet-foot-main span {
  color: #111;
}

.order-list-page .bet-sheet-modal .bet-foot-extra {
  display: none;
  margin-top: .04rem;
  color: #111;
}

.order-list-page .bet-sheet-modal .bet-foot-extra p {
  margin: 0;
  font-size: .14rem !important;
  color: #111 !important;
  text-align: left !important;
}

.order-list-page .bet-sheet-modal .bet-foot-extra p em {
  color: #1f3dbb !important;
  font-style: normal;
}

.order-list-page .bet-sheet-modal .bet-card.expanded .bet-foot-extra {
  display: block;
}

.order-list-page .bet-sheet-modal .bet-toggle {
  position: absolute;
  right: .12rem;
  bottom: 5px;
  width: .24rem;
  height: .24rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.order-list-page .bet-sheet-modal .bet-toggle span {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: .1rem solid transparent;
  border-right: .1rem solid transparent;
  border-top: 0;
  border-bottom: .12rem solid #111;
  transition: transform .2s ease;
}

.order-list-page .bet-sheet-modal .bet-card:not(.expanded) .bet-toggle span {
  transform: rotate(180deg);
}

.order-list-page .bet-sheet-modal .bet-cancel-btn {
  position: absolute;
  right: .14rem;
  top: .12rem;
  border: 1px solid #222;
  border-radius: .2rem;
  background: #fff;
  color: #222;
  height: .3rem;
  line-height: .28rem;
  padding: 0 .1rem;
  font-size: .12rem;
  cursor: pointer;
}

.order-list-page .mobile-quick-nav {
  display: none !important;
}

.order-list-page .bet-sheet-modal .modal-scroll {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.order-list-page .bet-sheet-modal .modal-xiazhu {
  flex: 0 0 auto;
}

@media (max-width: 1200px) and (pointer: coarse), (max-width: 1200px) and (hover: none) {
  body .layui-layer.order-mobile-layer {
    left: 0 !important;
    top: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  body .layui-layer.order-mobile-layer .layui-layer-content {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
  }

  body .layui-layer.order-mobile-layer iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .order-list-page .bet-sheet-modal {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    transform: none !important;
  }
}

.saishi .head .chong {
  width: .33rem;
  height: .28rem;
  top: .16rem;
}

.saishi .tab-time {
  padding: .2rem .2rem 0;
}

.saishi .tab-time span {
  width: 1rem;
  height: .4rem;
  line-height: .4rem;
  text-align: center;
  border-radius: 50px;
  font-size: .16rem;
  cursor: pointer;
}

.saishi .tab-time p {
  position: relative;
  width: 3.34rem;
  height: .4rem;
  line-height: .4rem;
  text-align: center;
  border-radius: 50px;
  font-size: .16rem
}

.saishi .tab-time p .qian {
  position: absolute;
  top: 50%;
  left: -.28rem;
  margin-top: -.12rem;
  width: .15rem;
  cursor: pointer;
}

.saishi .tab-time p .hou {
  position: absolute;
  top: 50%;
  right: -.28rem;
  margin-top: -.12rem;
  width: .15rem;
  cursor: pointer;
}

.saishi .tab-time .select1 {
  border-radius: 50px;
  width: 2rem;
  height: .4rem;
  padding: 0 .13rem;
  font-size: .16rem;
  line-height: .4rem;
  color: #fff;
}

.saishi .saishi-nav {
  height: .4rem;
  line-height: .4rem;
  padding: 0 .2rem;
  margin-top: .1rem
}

.saishi .saishi-nav span,
.saishi .saishi-info li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: .14rem
}

.saishi .saishi-nav span:nth-of-type(1) {
  width: 1.78rem;
}

.saishi .saishi-nav span:nth-of-type(2) {
  width: 4.14rem;
}

.saishi .saishi-nav span:nth-of-type(3) {
  width: 2.28rem;
}

.saishi .saishi-nav span:nth-of-type(4) {
  width: 2.08rem;
}

.saishi .saishi-nav span:nth-of-type(5) {
  width: 2.04rem;
}

.saishi .saishi-nav span:nth-of-type(6) {
  width: 2.04rem;
}

.saishi .saishi-info {
  padding: 0 .2rem;
  height: 7rem;
  overflow-y: auto;
}

.saishi .saishi-info ul {
  background-color: #fff;
  border: 1px solid #595c63;
  border-radius: .1rem;
  margin-bottom: 4px;
  height: .6rem;
  line-height: .6rem
}

.saishi .saishi-info li:nth-of-type(1) {
  width: 1.78rem;
  font-size: .16rem
}

.saishi .saishi-info li:nth-of-type(2) {
  width: 4.14rem;
  font-size: .16rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
}

.saishi .saishi-info li:nth-of-type(3) {
  width: 2.28rem;
  font-size: .16rem;
  overflow: hidden;
  white-space: nowrap;
}

.saishi .saishi-info li:nth-of-type(4) {
  width: 2.08rem;
  font-size: .16rem;
  overflow: hidden;
  white-space: nowrap;
}

.saishi .saishi-info li:nth-of-type(5) {
  width: 2.04rem;
  font-size: .2rem;
  color: #fbb03b !important;
  font-weight: bold
}

.saishi .saishi-info li:nth-of-type(6) {
  width: 2.04rem;
  font-size: .2rem;
  color: #fbb03b !important;
  font-weight: bold
}

/* order result modal redesign */
.order-result-page {
  height: 100vh;
  overflow: hidden;
}

.order-result-page .result-modal {
  position: fixed !important;
  inset: .12rem !important;
  margin: 0 !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  height: auto !important;
  border-radius: .22rem;
  overflow: hidden;
  background: #f1f1f1 !important;
  display: flex;
  flex-direction: column;
}

.order-result-page .result-modal .head {
  line-height: .56rem;
  font-size: .24rem;
  text-align: center;
  color: #111 !important;
  padding-left: 0;
  background: #f8b325 !important;
}

.order-result-page .result-modal .head .chong {
  width: .26rem;
  height: .24rem;
  position: static;
  margin-right: .06rem;
  vertical-align: middle;
}

.order-result-page .result-modal .tab-time.result-filter {
  flex: 0 0 auto;
  padding: .1rem .14rem;
  background: #efd69a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .12rem;
}

.order-result-page .result-modal .tab-time .today-btn {
  width: .92rem;
  height: .34rem;
  line-height: .34rem;
  border-radius: .17rem;
  background: #f8b325 !important;
  color: #111 !important;
  font-size: .16rem;
}

.order-result-page .result-modal .tab-time .date-box {
  width: 2.3rem;
  height: .34rem;
  line-height: .34rem;
  border-radius: .17rem;
  background: #ececec !important;
  color: #222 !important;
  font-size: .16rem;
}

.order-result-page .result-modal .tab-time .date-box .qian {
  left: .1rem;
  width: .12rem;
  margin-top: -.1rem;
}

.order-result-page .result-modal .tab-time .date-box .hou {
  right: .1rem;
  width: .12rem;
  margin-top: -.1rem;
}

.order-result-page .result-modal .tab-time .league-select {
  width: 1.46rem;
  height: .34rem;
  line-height: .34rem;
  border-radius: .17rem;
  color: #111;
  background: #f8b325;
  border: 1px solid rgba(0, 0, 0, .15);
}

.order-result-page .result-modal .result-head {
  flex: 0 0 auto;
  height: .44rem;
  line-height: .44rem;
  margin-top: 0;
  padding: 0 .08rem;
  background: #f8b325 !important;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr .8fr .28fr;
}

.order-result-page .result-modal .result-head span {
  width: auto !important;
  font-size: .18rem;
  font-weight: 700;
  color: #111 !important;
}

.order-result-page .result-modal .result-body {
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  padding: 0;
  overflow-y: auto;
}

.order-result-page .result-modal .result-body .result-row {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr .8fr .28fr;
  align-items: center;
  min-height: .46rem;
  margin-bottom: .04rem;
  border-radius: .03rem;
  background: #fff;
}

.order-result-page .result-modal .result-body .result-row:nth-child(odd) {
  background: #f8b325;
}

.order-result-page .result-modal .result-body .result-row li {
  width: auto !important;
  line-height: 1.2;
  font-size: .16rem !important;
  color: #111 !important;
  padding: 0 .04rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.order-result-page .result-modal .result-body .result-row li:nth-child(5) {
  color: #111 !important;
  font-weight: 700;
}

.order-result-page .result-modal .result-body .result-row .row-arrow {
  font-size: .12rem;
}

@media screen and (max-width: 1200px) {
  html.mobile-mode body.market-page {
    overflow: hidden;
    height: 100vh;
    height: 100dvh;
    max-height: 100dvh;
  }

  html.mobile-mode .market-page .mobile-market-detail-head {
    display: none;
  }

  html.mobile-mode .market-page .sc-head {
    display: none;
  }

  html.mobile-mode .market-page .mobile-market-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: hidden !important;
    background: transparent !important;
    border-radius: 0;
    padding: 0 0.08rem 0.08rem;
  }

  html.mobile-mode .market-page .mobile-market-wrap .item-l,
  html.mobile-mode .market-page .mobile-market-wrap .item-r {
    width: 100% !important;
    border: 0 !important;
    background: transparent !important;
  }

  html.mobile-mode .market-page .mobile-market-wrap .item-l {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-content: flex-start !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
  }

  html.mobile-mode .market-page .mobile-market-wrap .item-l .topes {
    display: none !important;
  }

  html.mobile-mode .market-page .mobile-market-wrap .item-r {
    display: none;
  }

  html.mobile-mode body.market-page.market-mobile-detail-open .mobile-market-wrap .item-l {
    display: none !important;
  }

  html.mobile-mode body.market-page.market-mobile-detail-open .mobile-market-wrap .item-r {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  html.mobile-mode .market-page .item-l h2.types {
    order: 1;
    width: calc(100% - 1.04rem);
    margin-bottom: 0;
    border-radius: .22rem;
    background: #efe6d3;
    padding: .04rem;
    position: relative;
    z-index: 5;
  }

  html.mobile-mode .market-page .item-l h2.types a {
    height: .32rem;
    line-height: .32rem;
    border-radius: .16rem;
    font-size: .14rem;
  }

  html.mobile-mode .market-page .item-l .select1 {
    order: 2;
    width: .96rem;
    height: .4rem;
    line-height: .4rem;
    margin: 0 0 0 .08rem;
    border-radius: .2rem;
    font-size: .14rem;
    padding: 0 .12rem;
    position: relative;
    z-index: 2;
    top:1px
  }

  html.mobile-mode .market-page .market-state-tabs {
    order: 3;
    width: 100%;
    position: relative;
    z-index: 5;
    margin: .08rem 0;
    flex-shrink: 0 !important;
  }

  html.mobile-mode .market-page .item-l h2.types,
  html.mobile-mode .market-page .mobile-market-wrap .item-l .select1 {
    flex-shrink: 0 !important;
  }

  html.mobile-mode .market-page .mobile-market-wrap .item-l ._panel-box1 {
    order: 4;
    width: 100% !important;
    flex: 1 1 auto !important;
    flex-basis: 100% !important;
    align-self: stretch !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    margin-top: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding-bottom: calc(0.64rem + 24px + env(safe-area-inset-bottom, 0px)) !important;
    box-sizing: border-box !important;
  }

  html.mobile-mode .market-page .mobile-market-wrap .item-l ._panel-box1 #gamelist {
    padding-bottom: 0.08rem;
  }

  html.mobile-mode .market-page .mobile-market-wrap .item-r .mobile-market-detail-head {
    flex-shrink: 0 !important;
  }

  html.mobile-mode .market-page .mobile-market-wrap .item-r ._panel-box1 {
    flex: 1 1 auto !important;
    align-self: stretch !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    margin-top: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding-bottom: calc(0.64rem + 24px + env(safe-area-inset-bottom, 0px)) !important;
    box-sizing: border-box !important;
  }

  html.mobile-mode .market-page .mobile-market-wrap .item-r ._panel-box1 #gameinfo {
    padding-bottom: 0.08rem;
  }

  html.mobile-mode .market-page .item-l li {
    border-radius: .08rem;
    margin-bottom: .06rem;
    padding: .08rem .1rem;
    background: #1a1a1a !important;
  }

  html.mobile-mode .market-page .item-l li h4 {
    margin-bottom: .04rem;
    font-size: .13rem;
    font-weight: 700;
    padding-top: 0px;
    color: #fff;
  }

  html.mobile-mode .market-page .item-l li .teams-wrap {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: .08rem;
  }

  html.mobile-mode .market-page .item-l li .match-time {
    font-size: .12rem;
    color: rgba(255, 255, 255, .7);
  }

  html.mobile-mode .market-page .item-l li .mobile-view-link {
    font-size: .12rem;
    color: #fff;
    font-weight: 700;
  }

  html.mobile-mode .market-page .item-l li em.team {
    color: #fff !important;
  }

  html.mobile-mode .market-page .item-l li div {
    color: #fff;
  }

  html.mobile-mode .market-page .item-r dt {
    height: .42rem;
    line-height: .42rem;
    border-radius: .08rem .08rem 0 0;
    font-size: .12rem;
  }

  html.mobile-mode .market-page .item-r dd {
    min-height: .5rem;
    line-height: 1.2;
    border-radius: .08rem;
    margin-top: .04rem;
    padding-top: .08rem;
    padding-bottom: .08rem;
  }

  html.mobile-mode .market-page .item-r dd span {
    font-size: .12rem;
  }

  html.mobile-mode .market-page .item-r dd span:nth-of-type(1) {
    background: #f0bf00 !important;
    width: .6rem !important;
    min-height: .26rem;
    line-height: .26rem;
    border-radius: .12rem;
    font-size: .14rem !important;
    font-weight: 400;
    padding: 0;
  }

  html.mobile-mode .market-page .item-r dd a {
    width: .68rem;
    height: .28rem;
    line-height: .28rem;
    border-radius: .14rem;
    font-size: .12rem;
  }

  html.mobile-mode .market-page .mobile-market-detail-head {
    display: flex;
    align-items: center;
    gap: .08rem;
    height: .38rem;
    margin-bottom: .2rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #111;
  }

  html.mobile-mode .market-page .mobile-market-detail-head a {
    width: .28rem;
    height: .28rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111;
    border-radius: 50%;
    background: rgba(255, 255, 255, .55);
  }

  html.mobile-mode .market-page .mobile-market-detail-head strong {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 1200px) {
  .order-result-page .result-modal {
    inset: .06rem !important;
    border-radius: .14rem;
  }

  .order-result-page .result-modal .tab-time.result-filter {
    gap: .06rem;
    padding: .08rem .08rem;
  }

  .order-result-page .result-modal .tab-time .today-btn {
    width: .74rem;
    font-size: .14rem;
  }

  .order-result-page .result-modal .tab-time .date-box {
    width: 1.8rem;
    font-size: .14rem;
  }

  .order-result-page .result-modal .tab-time .league-select {
    width: 1.06rem;
    font-size: .14rem;
    padding: 0 .08rem;
  }

  .order-result-page .result-modal .result-head,
  .order-result-page .result-modal .result-body .result-row {
    grid-template-columns: 1.3fr .8fr .9fr .9fr .6fr .2fr;
  }

  .order-result-page .result-modal .result-head span {
    font-size: .14rem;
  }

  .order-result-page .result-modal .result-body .result-row li {
    font-size: .13rem !important;
  }
}

.use .head .chong {
  width: .29rem;
  height: .29rem;
  top: .16rem;
  left: .32rem;
}

.username {
  padding: .3rem .48rem;
}

.username p {
  font-size: .2rem;
  line-height: 1.6;
  font-weight: bold
}

.ues-from .ues-l,
.ues-from .ues-r {
  display: inline-block;
  vertical-align: top;
  width: 6.3rem;
}

.ues-from .ues-l {
  margin-left: .48rem;
}

.ues-from .ues-r {
  margin-left: .2rem;
}

.ues-from legend {
  background-color: #FFB325;
  height: .5rem;
  line-height: .5rem;
  margin-bottom: .1rem;
  font-size: .18rem;
  padding-left: .28rem;
  color: #fff
}

.ues-from legend a {
  color: #fff
}

.ues-from form {
  background: #fff;
  border-radius: 5px;
  padding-bottom: .2rem;
  overflow: hidden;
}

.ues-from .form-group {
  padding: .09rem;
  position: relative;
  padding-left: .36rem;
  display: flex;
  align-items: center;
}

.ues-from .form-group label {
  font-size: .18rem;
  width: 1rem;
  display: inline-block;
  text-justify: auto;
  margin-right: .2rem;
}

.ues-from .form-group .form-control {
  width: 3.68rem;
  height: .34rem;
  line-height: .34rem;
  border: 1px solid #595c63;
  color: #595c63;
  background-color: #fff;
  border-radius: 5px;
  text-indent: .16rem;
}


.ues-from .form-group .form-control::-webkit-input-placeholder {
  color: #595c63
}

.ues-from .form-group .form-control:-moz-placeholder {
  color: #595c63
}

/* FF4-18 */
.ues-from .form-group .form-control:-moz-placeholder {
  color: #595c63
}

/* FF18+ */
.ues-from .form-group .form-control:-ms-input-placeholder {
  color: #595c63
}

/* IE10+ */

.ues-from .form-group .eye-1 {
  position: absolute;
  right: .22rem;
  top: .2rem;
  background: url('../images/icon_eye1.png') no-repeat;
  width: .18rem;
  height: .14rem;
  background-size: 100%;
}

.ues-from .form-group .eye-2 {
  position: absolute;
  background: url('../images/icon_eye.png') no-repeat;
  width: .18rem;
  height: .15rem;
  background-size: 100%;
}

.ues-from .ues-l form:nth-of-type(2) {
  margin-top: .18rem
}

.ues-from .ues-r p {
  text-align: center;
  font-size: .14rem;
  line-height: 1.5;
  color: #ff0000;
}

.st-btn {
  border: none;
  background-color: #FFB325;
  display: block;
  width: 1.48rem;
  line-height: .44rem;
  height: .44rem;
  text-align: center;
  font-size: .2rem;
  color: #fff;
  border-radius: 50px;
  margin: .2rem auto 0;
  cursor: pointer;
}




.daili-head>span,
.jiangjin-head>span {
  background: url('../images/menu-4.png') no-repeat left center;
  background-size: .33rem .28rem;
}

.daili-item,
.layout {
  padding: .24rem 0;
}

.daili-item .daili-l {
  width: 4.92rem;
  height: 100%;
  border-right-width: 1px;
  border-right-style: solid;
}

.daili-item .daili-l dl {
  width: 4.28rem;
  margin: 0 auto
}

.daili-l dt p {
  width: 2.06rem;
  height: .68rem;
  border-radius: .1rem;
  margin-bottom: .2rem;
  padding: 0 .16rem;
}

.daili-l dt p span {
  font-size: .16rem
}

.daili-l dt p em {
  font-size: .26rem;
  font-weight: bold
}

.daili-l dd a {
  display: block;
  border: 1px solid #595c63;
  width: 100%;
  height: .52rem;
  margin-bottom: .1rem;
  line-height: .52rem;
  font-size: .2rem;
  border-radius: .1rem;
  padding-left: .38rem;
  cursor: pointer;
}

.daili-l dd a.cur {
  background-color: #fff !important
}

.file input {
  position: relative;
  width: 100% !important;
  top: 0;
  opacity: 0;
  z-index: 233;
  /*height: 3rem !important;*/
}

.file img {
  position: relative;
  left: -3.2rem;
}

.daili-l dd p {
  text-align: center;
  font-size: .16rem;
  margin-top: .12rem
}

.daili-item .daili-info {
  width: 9.1rem;
  margin-left: .68rem;
  margin-top: .58rem
}

.daili-item .daili-info h4 {
  border: 1px solid #595c63;
  width: 100%;
  height: .5rem;
  line-height: .5rem;
  border-radius: .1rem;
  padding-left: .4rem;
  font-size: .2rem;
  font-weight: bold;
}

.daili-table table {
  width: 100%;
  border-collapse: collapse;
}

.daili-table thead {
  height: .52rem;
  line-height: .52rem
}

.daili-table thead th {
  font-size: .2rem
}

.daili-table tbody {
  background-color: #999;
  border-radius: .1rem;
  overflow: hidden;
}

.daili-table tbody tr {
  border-top: 1px solid #595c63;
  line-height: .52rem
}

.daili-table tbody td {
  font-size: .18rem;
  text-align: center;
  color: #fff;
  border: none
}

.daili-table tbody tr:first-child {
  border-top: none;
  border-radius: .2rem
}

.daili-table tbody tr:first-child td:first-child {
  border-radius: 6px 0 0 0;
}

.daili-table tbody tr:first-child td:last-child {
  border-radius: 0 6px 0 0;
}

.daili-table tr:last-child td:first-child {
  border-radius: 0 0 0 6px;
}

.daili-table tr:last-child td:last-child {
  border-radius: 0 0 6px 0;
}


.notice-head>span {
  background: url('../images/menu-5.png') no-repeat left center;
  background-size: .29rem .31rem;
}

.notice-item .notice-l {
  display: inline-block;
  padding: 0 .32rem;
  height: 100%;
  border-right: 1px solid #7fa4c0;
}

.notice-item .notice-l a {
  display: block;
  width: 2.5rem;
  height: .5rem;
  text-align: center;
  line-height: .5rem;
  margin-bottom: .26rem;
  font-size: .24rem;
  border-radius: 50px;
  cursor: pointer;
}

.notice-item .notice-l a.cur {
  background-color: #fff !important
}

.notice-r {
  display: inline-block;
  width: 11.8rem;
  margin-left: .24rem;
  overflow: auto;
}

.notice-r dl {
  border-radius: .06rem;
  margin-bottom: .12rem;
  background-color: #fff
}

.notice-r dl dt {
  position: relative;
  min-height: .52rem;
  line-height: .52rem;
  padding-left: .24rem;
  font-size: .2rem;
  overflow: hidden;
  cursor: pointer;
}

.notice-r dl dt .down {
  position: absolute;
  top: .2rem;
  right: .22rem;
  width: .15rem;
}

.notice-r dl dd {
  display: none;
  border-top: 1px solid #e0edf5;
  padding: .12rem .32rem .16rem .24rem;
  text-align: justify;
  font-size: .18rem;
  color: #000
}

.notice-r dl.cur dd {
  display: block
}

/* notice center redesign */
.notice-page .sc-main1 {
  width: calc(100% - 2.9rem);
  margin-left: 2.9rem;
  padding: 30px .14rem .12rem;
  min-height: calc(100vh - .58rem);
  background: #efe2c3;
}

.notice-page .sc-head.notice-head {
  height: .58rem;
  margin-bottom: .12rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notice-page .notice-head > span {
  background: none;
  font-size: .24rem;
  color: #111 !important;
  font-weight: 700;
}

.notice-page .sc-head.notice-head .market-balance {
  font-size: .18rem;
  color: #111;
}

.notice-page .sc-head.notice-head .market-balance em {
  color: #d22400;
  font-weight: 700;
}

.notice-page .notice-item {
  display: block;
  border-radius: .22rem;
  background: #efd9a6 !important;
  padding: 8px .14rem .14rem;
}

.notice-page .notice-tabs-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .04rem;
}

.notice-page .notice-tabs {
  display: flex;
  align-items: center;
  gap: .02rem;
  background: #fff;
  border-radius: .2rem;
  padding: .03rem;
}

.notice-page .notice-tabs a {
  width: .98rem;
  height: .34rem;
  line-height: .34rem;
  border-radius: .17rem;
  text-align: center;
  font-size: .14rem;
  color: #1f1f1f;
  background: transparent;
}

.notice-page .notice-tabs a.cur {
  background: #f8b325;
  color: #111;
  font-weight: 700;
}

.notice-page .notice-r {
  display: block;
  width: 100%;
  margin-left: 0;
  background: transparent;
  height: calc(100vh - 2.05rem) !important;
  min-height: 4.2rem;
  padding: 0 !important;
}

.notice-page .notice-title-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: .02rem 0 .08rem;
}

.notice-page .notice-title-left {
  display: flex;
  align-items: center;
  gap: .06rem;
}

.notice-page .notice-title-icon {
  width: .2rem;
  height: .2rem;
  background: url('../images/menu-5.png') no-repeat center center;
  background-size: .18rem .18rem;
}

.notice-page .notice-title-text {
  font-size: .2rem;
  color: #111;
  font-weight: 700;
}

.notice-page .notice-balance-mini {
  font-size: .18rem;
  color: #222;
}

.notice-page .notice-balance-mini em {
  color: #d22400;
  font-weight: 700;
}

.notice-page .notice-r dl {
  border: 0;
  border-radius: .08rem;
  margin-bottom: .1rem;
  background: #f4f4f4;
  overflow: hidden;
}

.notice-page .notice-r dl dt {
  min-height: .52rem;
  line-height: .52rem;
  padding: 0 .18rem;
  border-bottom: 1px solid #b8b8b8;
  font-size: .16rem;
  color: #111 !important;
  background: #f1f1f1;
}

.notice-page .notice-r dl dt .down {
  right: .16rem;
  top: .19rem;
  width: .14rem;
}

.notice-page .notice-r dl dd {
  padding: .14rem .18rem .16rem;
  font-size: .15rem;
  line-height: 1.7;
  color: #333;
  background: #f7f7f7;
}

@media screen and (max-width: 1200px) {
  .notice-page .sc-head.notice-head {
    height: .52rem;
    margin-bottom: .08rem;
  }

  .notice-page .notice-head > span {
    font-size: .2rem;
  }

  .notice-page .sc-head.notice-head .market-balance {
    font-size: .14rem;
  }

  .notice-page .notice-item {
    border-radius: .14rem;
    padding: 8px .08rem .1rem;
  }

  .notice-page .notice-tabs-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: .04rem;
  }

  .notice-page .notice-tabs {
    width: auto;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .notice-page .notice-tabs a {
    width: auto;
    min-width: .72rem;
    flex: 1 1 auto;
    font-size: .13rem;
  }

  .notice-page .notice-title-line {
    margin: .02rem 0 .06rem;
  }

  .notice-page .notice-title-text {
    font-size: .17rem;
  }

  .notice-page .notice-balance-mini {
    font-size: .14rem;
    white-space: nowrap;
  }

  .notice-page .notice-r {
    height: calc(100vh - 2.2rem) !important;
    min-height: 3.2rem;
  }
}

/* help center redesign (same as notice layout) */
.help-page .sc-main1 {
  width: calc(100% - 2.9rem);
  margin-left: 2.9rem;
  padding: 30px .14rem .12rem;
  min-height: calc(100vh - .58rem);
  background: #efe2c3;
}

.help-page .sc-head.help-head {
  height: .58rem;
  margin-bottom: .12rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.help-page .help-head > span {
  background: none;
  font-size: .24rem;
  color: #111 !important;
  font-weight: 700;
}

.help-page .sc-head.help-head .market-balance {
  font-size: .18rem;
  color: #111;
}

.help-page .sc-head.help-head .market-balance em {
  color: #d22400;
  font-weight: 700;
}

.help-page .help-item {
  display: block;
  border-radius: .22rem;
  background: #efd9a6 !important;
  padding: 12px;
}

.help-page .help-tabs-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .04rem;
}

.help-page .help-tabs {
  display: flex;
  align-items: center;
  gap: .02rem;
  background: #fff;
  border-radius: .2rem;
  padding: .03rem;
}

.help-page .help-tabs a {
  width: .98rem;
  height: .34rem;
  line-height: .34rem;
  border-radius: .17rem;
  text-align: center;
  font-size: .14rem;
  color: #1f1f1f;
  background: transparent;
}

.help-page .help-tabs a.cur {
  background: #f8b325;
  color: #111;
  font-weight: 700;
}

.help-page .help-title-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: .02rem 0 .08rem;
}

.help-page .help-title-left {
  display: flex;
  align-items: center;
  gap: .06rem;
}

.help-page .help-title-icon {
  width: .2rem;
  height: .2rem;
  background: url('../images/menu-6.png') no-repeat center center;
  background-size: .18rem .18rem;
}

.help-page .help-title-text {
  font-size: .2rem;
  color: #111;
  font-weight: 700;
}

.help-page .help-balance-mini {
  font-size: .18rem;
  color: #222;
}

.help-page .help-balance-mini em {
  color: #d22400;
  font-weight: 700;
}

.help-page .help-item .help-r {
  display: none;
  width: 100%;
  margin-left: 0;
  height: calc(100vh - 2.2rem) !important;
  min-height: 4.1rem;
  border-radius: .08rem;
  background: #f7f7f7;
  padding: .16rem .2rem;
  overflow-y: auto;
}

.help-page .help-item .help-r.active {
  display: block;
}

.help-page .help-item .help-r h4 {
  font-size: .22rem;
  color: #111 !important;
  margin-bottom: .12rem;
}

.help-page .help-item .help-r .help-content p {
  margin: 0 0 .08rem;
  font-size: .15rem;
  color: #333;
  line-height: 1.75;
}

.help-page .help-item .help-r .help-content {
  color: #333;
  font-size: .15rem;
  line-height: 1.75;
}

.help-page .help-item .help-r .help-content * {
  color: inherit;
}

.help-page .help-item .help-r .help-content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .help-page .sc-main1 {
    width: 100% !important;
    margin-left: 0 !important;
    padding: .74rem .1rem .76rem !important;
    min-height: auto !important;
  }

  .help-page .sc-head.help-head {
    height: .52rem;
    margin-bottom: .08rem;
  }

  .help-page .help-head > span {
    font-size: .2rem;
  }

  .help-page .sc-head.help-head .market-balance {
    font-size: .14rem;
  }

  .help-page .help-item {
    border-radius: .14rem;
    padding: 12px;
  }

  .help-page .help-tabs-wrap {
    margin-bottom: .04rem;
  }

  .help-page .help-tabs {
    width: auto;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .help-page .help-tabs a {
    width: auto;
    min-width: .72rem;
    flex: 1 1 auto;
    font-size: .13rem;
  }

  .help-page .help-title-line {
    margin: .02rem 0 .06rem;
  }

  .help-page .help-title-text {
    font-size: .17rem;
  }

  .help-page .help-balance-mini {
    font-size: .14rem;
    white-space: nowrap;
  }

  .help-page .help-item .help-r {
    height: calc(100vh - 2.2rem) !important;
    min-height: 3.2rem;
    padding: .12rem .12rem;
  }

  .help-page .help-item .help-r h4 {
    font-size: .17rem;
    margin-bottom: .08rem;
  }

  .help-page .help-item .help-r .help-content p {
    font-size: .14rem;
    line-height: 1.7;
  }
}

.help-head>span {
  background: url('../images/menu-6.png') no-repeat left center;
  background-size: .31rem .3rem;
}

.help-item {
  position: relative;
  z-index: 1;
}

.help-item .help-l {
  padding: 0 .32rem;
  height: 100%;
  border-color: #595c63 !important;
  border-right-width: 1px;
  border-right-style: solid;
}

.help-item .help-l a {
  display: block;
  width: 2.5rem;
  height: .5rem;
  padding-left: .22rem;
  line-height: .5rem;
  margin-bottom: .26rem;
  font-size: .2rem;
  border-radius: 50px;
  background: url(../images/rjiao.png) 92% center no-repeat;
  background-size: .15rem .18rem;
  cursor: pointer;
}

.help-item .help-l a.cur {
  background-color: #fff !important
}

.help-item .chatu {
  position: absolute;
  bottom: .4rem;
  right: .3rem;
  width: 4.42rem;
  z-index: 2;
}

.help-item .help-r {
  position: relative;
  z-index: 3;
  padding: 0 .5rem;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  border-radius: .1rem;
  margin-left: .3rem;
  overflow: auto;
  display: none
}

.help-item .help-r h4 {
  font-size: .24rem
}

.help-item .help-r p {
  font-size: .16rem;
  color: #000000;
  line-height: 1.6;
}

/* personal center page redesign */
.user-center-page .sc-main1.user-center-main {
  width: calc(100% - 2.9rem);
  margin-left: 2.9rem;
  padding: 30px .14rem .12rem;
  min-height: calc(100vh - .58rem);
  background: #efe2c3;
}

.user-center-page .user-center-wrap {
  display: grid;
  grid-template-columns: 1fr .04rem 1fr;
  gap: .16rem;
  min-height: calc(100vh - 1.2rem);
}

.user-center-page .user-mobile-tabs {
  display: none;
}

.user-center-page .user-mobile-tab {
  border: 0;
  background: transparent;
  color: #595959;
  font-size: .16rem;
  font-weight: 600;
}

.user-center-page .user-mobile-tab.is-active {
  color: #111;
}

.user-center-page .user-balance-panel {
  display: none;
}

.user-center-page .section-pill {
  display: inline-block;
  min-width: 1.5rem;
  height: .34rem;
  line-height: .34rem;
  border-radius: .17rem;
  background: #f8b325;
  color: #111;
  font-size: .18rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: .12rem;
}

.user-center-page .user-meta {
  margin-bottom: .12rem;
}

.user-center-page .user-meta p {
  font-size: .16rem;
  color: #111;
  line-height: 1.6;
}

.user-center-page .user-meta p span {
  font-weight: 700;
}

.user-center-page .copy-invite {
  margin-left: .08rem;
  border: 0;
  border-radius: .08rem;
  background: #f8b325;
  color: #111;
  font-size: .12rem;
  padding: 0 .08rem;
  height: .22rem;
  cursor: pointer;
}

.user-center-page .profile-card {
  position: relative;
  border-radius: .12rem;
  background: #fff;
  padding: .52rem .14rem .14rem;
  margin-bottom: .12rem;
}

.user-center-page .profile-card legend {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  min-width: 1.1rem;
  height: .32rem;
  line-height: .32rem;
  border-radius: .12rem 0 .12rem 0;
  padding: 0 .12rem;
  color: #111 !important;
  font-size: .16rem;
  font-weight: 700;
  margin-bottom: 0;
  text-align: left;
  margin-left: 0;
}

.user-center-page .profile-card .form-group {
  max-width: 4rem;
  margin: 0 auto .08rem;
}

.user-center-page .profile-card .form-group label {
  display: block;
  font-size: .14rem;
  color: #222 !important;
  margin-bottom: .04rem;
  text-align: left;
}

.user-center-page .profile-card .form-control {
  width: 100%;
  height: .36rem;
  border-radius: .06rem;
  border: 1px solid #6f6f6f !important;
  background: #fff;
  padding: 0 .14rem;
  font-size: .14rem;
  color: #111;
  text-align: left;
}

.user-center-page .profile-card .st-btn {
  width: 1rem;
  height: .36rem;
  border-radius: .18rem;
  border: 0;
  font-size: .16rem;
  color: #111;
  font-weight: 700;
  margin: .06rem auto 0;
  display: block;
}

.user-center-page .user-center-divider {
  background: #d8d8d8;
  border-radius: .02rem;
}

.user-center-page .vip-card {
  width: 2.4rem;
  height: .92rem;
  border-radius: .2rem;
  margin: .02rem auto .08rem;
  background: linear-gradient(90deg, #f4ad1d 0%, #f8f1df 50%, #f4ad1d 100%);
  color: #2c2c2c;
  font-size: .36rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-center-page .vip-tip {
  text-align: center;
  font-size: .13rem;
  color: #333;
  margin-bottom: .04rem;
}

.user-center-page .vip-tip em {
  color: #d22400;
  font-style: normal;
  font-weight: 700;
}

.user-center-page .vip-title {
  text-align: center;
  font-size: .32rem;
  color: #3e3220;
  margin-bottom: .08rem;
}

.user-center-page .vip-lock-list {
  width: 100%;
  max-width: 4.2rem;
  margin: 0 auto;
}

.user-center-page .vip-lock-item {
  height: .46rem;
  line-height: .46rem;
  border-radius: .06rem;
  margin-bottom: .08rem;
  text-align: center;
  font-size: .2rem;
  color: #373737;
  background: #a8a8a8;
}

.shuoming {
  background: url('../images/chatu2.png') no-repeat right bottom #fff;
  padding: 0 .66rem;
  background-size: 4.16rem 3.64rem;
}

.shuoming .close {
  position: absolute;
  right: .24rem;
  top: .2rem;
  width: .19rem;
  height: .19rem;
}

.shuoming>h4 {
  font-size: .26rem;
  padding: .48rem 0 .24rem;
}

.shuoming p {
  font-size: .16rem;
  color: #595c63;
  line-height: 1.8;
  text-align: justify
}

.shuoming .tel {
  margin-top: .24rem
}

.shuoming .tel>a {
  position: relative;
  padding-left: 32px;
  height: .44rem;
  line-height: .44rem;
  font-size: .18rem;
}

.shuoming .tel>a img {
  position: absolute;
  top: .1rem;
  left: 0;
  width: .24rem;
}

.shuoming .tel span a {
  display: inline-block;
  vertical-align: top;
  min-width: 1.8rem;
  padding: 0 0.2rem;
  text-align: center;
  height: .44rem;
  border-radius: 50px;
  line-height: .44rem;
  margin-left: .18rem;
  font-size: .18rem;
  color: #595c63;
  cursor: pointer;
}

.jj-item .jj-left {
  padding: 0 .24rem;
}

.jj-item .jj-left h4 em,
.jj-item .jj-left h4 span a {
  width: 1.2rem;
  height: .4rem;
  line-height: .42rem;
  font-size: .16rem;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #595c63;
}

.jj-item .jj-left h4 span a {
  display: inline-block;
  margin-left: .18rem;
  cursor: pointer;
}

.jj-item .jj-left h4 span a:first-child {
  background: url('../images/q.png') 10% center no-repeat;
  background-size: .15rem .18rem;
  text-indent: .2rem
}

.jj-item .jj-left h4 span a:last-child {
  background: url('../images/h.png') 90% center no-repeat;
  background-size: .15rem .18rem;
  text-indent: -.2rem
}

.jj-item .jj-left p {
  height: .4rem;
  line-height: .4rem;
  font-size: .16rem;
  border-radius: 50px;
  margin: .16rem 0 .2rem;
  text-align: center
}

.jj-left li {
  padding-right: .16rem;
  padding-top: .09rem;
  width: 1.68rem;
  height: .62rem;
  text-align: right;
  border-radius: .06rem
}

.jj-left li span,
.jj-left li em {
  display: block;
  font-size: .14rem
}

.jj-left li em {
  font-weight: bold
}

.jj-left dt {
  margin-top: .1rem;
  height: .44rem;
  line-height: .44rem
}

.jj-left dt span,
.jj-left dd a span {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: .18rem
}

.jj-left dt span:nth-of-type(1) {
  width: 1rem;
}

.jj-left dt span:nth-of-type(2) {
  width: 1rem;
}

.jj-left dt span:nth-of-type(3) {
  width: 1.65rem;
}

.jj-left dt span:nth-of-type(4) {
  width: 1.65rem;
}

.jj-left dd a {
  display: block;
  border: 1px solid #595c63;
  height: .52rem;
  line-height: .52rem;
  margin-bottom: .1rem;
  border-radius: .06rem;
  cursor: pointer;
}

.jj-left dd a.cur {
  background-color: #fff !important
}

.jj-left dd a span:nth-of-type(1) {
  width: 1rem;
}

.jj-left dd a span:nth-of-type(2) {
  width: 1rem;
}

.jj-left dd a span:nth-of-type(3) {
  width: 1.65rem;
}

.jj-left dd a span:nth-of-type(4) {
  width: 1.45rem;
}

.jj-center {
  padding: 0 .24rem;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
}

.jj-center h4 {
  border: 1px solid #595c63;
  height: .5rem;
  line-height: .5rem;
  border-radius: .1rem;
  padding-left: .4rem;
  font-size: .2rem;
  margin-top: .58rem;
  margin-bottom: .06rem;
  font-weight: bold;
}

.jj-center h5 {
  height: auto;
  word-break: break-word;
  line-height: .44rem;
}

.jj-center h5 span {
  display: inline-block;
  vertical-align: top;
  font-size: .18rem
}

.jj-center h5 span:nth-of-type(1) {
  width: 1.54rem;
  text-align: center
}

.jj-center h5 span:nth-of-type(2) {
  width: 1.82rem;
  font-weight: bold;
  text-align: right
}

.jj-center h5 span:nth-of-type(3) {
  width: 1.92rem;
  font-weight: bold;
  text-align: right
}

.jj-center dl {
  background-color: #fff;
  border-radius: .1rem;
  max-height: 5.8rem;
  overflow: auto;
}

.jj-center dt {
  height: .44rem;
  line-height: .44rem;
  border-bottom: 1px solid #595c63
}

.jj-center dt span {
  display: inline-block;
  vertical-align: top;
  font-size: .18rem;
  color: #969696
}

.jj-center dt span:nth-of-type(1) {
  width: 1.54rem;
  text-align: center
}

.jj-center dt span:nth-of-type(2) {
  width: 1.82rem;
  font-weight: bold;
  font-family: Arial;
  text-align: right
}

.jj-center dt span:nth-of-type(3) {
  width: 1.92rem;
  font-weight: bold;
  font-family: Arial;
  text-align: right
}

.jj-center dd {
  padding: .2rem 0 .12rem;
}

.jj-center dd p {
  display: inline-block;
  vertical-align: top;
  text-align: right
}

.jj-center dd p:nth-of-type(1) {
  width: 3.36rem;
}

.jj-center dd p:nth-of-type(2) {
  width: 1.92rem;
}

.jj-center dd p span {
  display: block;
  font-size: .16rem;
}

.jj-center dd p em {
  display: block;
  font-size: .2rem;
  font-weight: bold;
  font-family: Arial;
}

.jj-right {
  padding: .2rem;
}

.jj-right h5 {
  font-size: .16rem;
  text-align: center
}

.jj-right p {
  text-align: justify;
  font-size: .16rem;
  color: #595c63;
  line-height: 1.5
}

.list-nav a {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  padding-left: 1rem;
  height: .5rem;
  cursor: pointer;
}

.list-nav a:nth-of-type(1) {
  background: url(../images/listbg.webp) no-repeat center center;
  background-size: 100% 100%;
}

.list-nav a:nth-of-type(2) {
  background: url(../images/listbg2.png) no-repeat center center;
  background-size: 100% 100%;
}

.list-nav a:nth-of-type(3) {
  background: url(../images/listbg.webp) no-repeat center center;
  background-size: 100% 100%;
}

.list-nav a em {
  position: relative;
  display: block;
  height: .5rem;
  line-height: .5rem;
  font-size: .18rem;
  font-weight: bold
}

.list-nav a:nth-of-type(1) em {
  padding-left: .42rem;
}

.list-nav a:nth-of-type(2) em {
  padding-left: .6rem;
}

.list-nav a:nth-of-type(3) em {
  padding-left: .54rem;
}

.list-nav a:nth-of-type(1) img {
  position: absolute;
  top: .08rem;
  left: 0;
  width: .33rem;
}

.list-nav a:nth-of-type(2) img {
  position: absolute;
  top: .14rem;
  left: 0;
  width: .46rem;
}

.list-nav a:nth-of-type(3) img {
  position: absolute;
  top: .14rem;
  left: 0;
  width: .38rem;
}

.zz h3 .chong {
  left: .28rem;
  top: .11rem;
  width: .36rem;
  height: .36rem;
}

.zz .wenzi {
  display: inline-block;
  vertical-align: top;
  width: 4.82rem;
  height: 4.46rem;
  padding: 0 .38rem;
  margin-top: .24rem;
  border-left: 1px solid #94b0c7;
  background: url('../images/chatu3.png') no-repeat;
  background-size: 1.56rem 1.56rem;
  background-position: 2rem bottom;
}

.zz .zz-type {
  margin: .22rem 0
}

.zz .zz-type .select1 {
  width: 1.7rem;
  height: .36rem;
  border: 1px solid;
  line-height: .32rem;
  font-size: .16rem;
  padding: 0 .18rem;
}

.zz .zz-info {
  position: relative;
  overflow: hidden;
  margin-bottom: .1rem
}

.zz .zz-info ul {
  width: 50%;
  text-align: center
}

.zz .zz-info ul img {
  display: inline-block;
  width: 1.12rem;
  height: 1.12rem;
}

.zz .zz-info ul p {
  font-size: .18rem;
  font-weight: bold;
  color: #898989;
  line-height: 3;
  font-family: Arial
}

.zz .tixian-info .d-btn3,
.zz .tixian-info .d-btn4 {
  margin-top: .36rem
}

.zz .zz-info .zz-btn {
  position: absolute;
  left: 50%;
  top: .46rem;
  margin-left: -.27rem;
  width: .54rem;
  height: .38rem;
}

.zz .zz-info .zz-btn img {
  width: 100%;
  height: 100%;
}

.share {
  position: relative;
  width: 4.28rem;
  height: 1.16rem;
  margin: 0 auto .12rem;
  padding: .16rem .22rem 0 1.22rem;
  border-radius: .1rem;
}

.share>img {
  position: absolute;
  left: .15rem;
  top: .13rem;
  width: .9rem;
  height: .9rem;
}

.share h5 {
  font-size: .18rem;
  font-weight: bold;
  line-height: 1.6
}

.share h5 em {
  font-size: .14rem
}

.share p {
  font-size: .16rem;
  line-height: 1.4;
  word-break: break-all;
}

.share a {
  position: absolute;
  right: .16rem;
  bottom: .1rem;
  width: .76rem;
  height: .24rem;
  background: url('../images/cop.png') no-repeat center center;
  background-size: cover;
  cursor: pointer;
}

.jj-item .jj-left .share {
  width: 100%;
}

.jj-item .jj-left .share p {
  margin: 0;
  text-align: left;
  line-height: 1.4;
  height: initial;
}

.weihu {
  position: relative;
  width: 100%;
  height: 100%;
  background: url('../images/weihubg.png') no-repeat center center;
  background-size: 100% 100%
}

.weihu-box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.4rem;
  margin-left: -3.5rem;
  width: 7rem;
  height: 4.5rem;
  background: url('../images/wei.png') no-repeat center center;
  background-size: 100% 100%;
  padding: 0rem .4rem;
  border-radius: .12rem;
  -webkit-box-shadow: 2px 2px 6px #646464;
  box-shadow: 2px 2px 6px #646464;
}

.weihu-box .logo3 {
  position: absolute;
  right: .72rem;
  top: -.04rem;
  width: 1.54rem;
  height: 2.08rem;
  border-radius: 0 0 .77rem .77rem;
}

.weihu-box .logo3 img {
  position: absolute;
  left: 50%;
  bottom: .22rem;
  margin-left: -.49rem;
  width: .95rem;
}

.weihu-box h2 {
  font-size: .36rem;
  font-weight: bold;
  margin: .88rem 0 .72rem 1.2rem;
  width: 3.5rem
}

.weihu-box p {
  font-size: .2rem;
  line-height: 1.4
}

.weihu-box .ke {
  position: absolute;
  right: .46rem;
  bottom: .38rem;
  padding-left: 32px;
  height: .44rem;
  line-height: .44rem;
  font-size: .18rem;
}

.weihu-box .ke img {
  position: absolute;
  top: .1rem;
  left: 0;
  width: .24rem;
}

.item-r h5>img {
  position: absolute;
  top: .05rem;
  right: .05rem;
  width: .3rem;
  height: .3rem;
  cursor: pointer;
}

.modal-down .head .chong {
  position: absolute;
  left: .28rem;
  top: .18rem;
  width: .29rem;
  height: .28rem;
}

.modal-down .modal-nav {
  height: .46rem;
  line-height: .46rem;
  margin-top: .08rem;
  margin-left: .96rem;
}

.modal-down .modal-nav em {
  display: inline-block;
  vertical-align: top;
  width: .88rem;
  text-align: center;
  font-size: .18rem
}

.modal-down .modal-item {
  margin-left: .38rem;
  width: 5.44rem;
  padding-top: .18rem;
  height: 6.36rem;
  background: url('../images/shichang-line.png') no-repeat right top;
  background-size: 4.42rem auto
}

.modal-down .modal-item p {
  position: relative;
  height: .36rem;
  margin-bottom: .26rem;
}

.modal-down .modal-item p span {
  position: absolute;
  top: 0;
  left: 0;
  min-width: .74rem;
  max-width: 1rem;
  border-radius: .06rem;
  font-size: .16rem;
  font-family: Arial;
  line-height: .3rem;
  text-align: center;
}

.modal-down .modal-item p em {
  position: absolute;
  top: .04rem;
  left: 1.02rem;
  min-width: .4rem;
  padding-right: .1rem;
  height: .22rem;
  border-radius: 0 .11rem .11rem 0;
  background-color: #ffae2e;
  font-size: .16rem;
  font-family: Arial;
  line-height: .22rem;
  text-align: right;
}

.modal-down .modal-item .tops {
  width: .4rem;
  height: .4rem;
  right: .16rem;
  bottom: .26rem
}

.modal-down .modal-item .tops img {
  width: 100%;
  height: 100%;
}

.sc-bg1,
.sc-bg2 {
  opacity: 1 !important;
  pointer-events: all !important;
}

.market1-set {
  position: fixed;
  top: 50%;
  margin-top: -4.4rem;
  left: 50%;
  margin-left: -2.58rem;
  width: 5.16rem;
  height: 8.54rem;
  border-radius: .32rem;
  background-image: url('../images/setbg.png');
  background-repeat: no-repeat;
  background-color: #000;
  background-position: right 36%;
  background-size: 1.98rem 3.02rem;
  z-index: 99;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 6px #646464;
  box-shadow: 2px 2px 6px #646464;
}

.market1-set h2 {
  height: 1.1rem;
  text-align: center
}

.market1-set h2 span {
  font-size: .18rem;
  margin-bottom: .12rem
}

.market1-set h2 em {
  font-size: .2rem
}

.market1-form {
  position: relative;
  width: 4.26rem;
  margin: .26rem auto 0;
}

.market1-form h3 {
  height: .52rem;
  border-radius: .26rem;
  margin-bottom: .4rem;
  background-color: #A3A3A3;
  color: #595c63;
}

.market1-form h3 span {
  font-size: .18rem;
  font-weight: bold
}

.market1-form h3 span:nth-of-type(2) {
  margin: 0 .28rem
}

.market1-form ul {
  margin-left: 2rem;
}

.market1-form ul li {
  position: relative;
  margin-bottom: .28rem;
  font-size: .24rem;
  font-weight: bold;
  font-family: Arial;
  color: #fff
}

.market1-form ul li i {
  position: absolute;
  top: 0;
  left: -2.2rem;
  width: 1.9rem;
  text-align: right;
  font-family: "微軟正黑體";
  font-size: .2rem;
  color: #fff;
  font-style: normal
}

.market1-form ul li em {
  font-weight: bold;
  color: #ff0000
}

.market1-form ul li span {
  font-weight: bold;
  color: #007f00
}

.market1-form ul li input {
  position: absolute;
  top: 0;
  left: -0.24rem;
  border: 0 none;
  outline: none;
  width: 2.94rem;
  padding-left: .28rem;
  height: .44rem;
  line-height: .44rem;
  border-radius: .28rem;
  font-size: .24rem;
  color: #231815;
  font-weight: bold;
  background-color: #C9C9C9
}

.market1-form ul li:last-child i {
  line-height: .44rem
}

.market1-form ul li:last-child {
  height: .44rem
}

.market1-form .add {
  padding: .1rem 0 .24rem;
}

.market1-form .add span {
  width: .68rem;
  height: .68rem;
  white-space: nowrap;
  border-radius: 50%;
  line-height: .66rem;
  color: #fff;
  text-align: center;
  font-size: .18rem;
  cursor: pointer;
}

.market1-form .reset a {
  width: .82rem;
  height: .38rem;
  border-radius: .1rem;
  overflow: hidden;
  line-height: .38rem;
  text-align: center;
  font-size: .18rem;
  margin-bottom: .42rem;
  cursor: pointer;
}

.market1-form .reset a:nth-of-type(1) {
  color: #fff;
  background-color: #3F3F3F;
  border: 1px solid #595c63
}

.market1-form .reset a:nth-of-type(2) {
  color: #fff;
  border: 1px solid #595c63;
  margin: 0 .16rem .4rem;
}

.market1-form .reset a:nth-of-type(3) {
  background-color: #d6e7f1;
  color: #000;
}

.market1-form .market1-btn button {
  border: 1px solid #595c63;
  outline: none;
  width: 2.04rem;
  height: .58rem;
  border-radius: .16rem;
  line-height: .58rem;
  font-size: .24rem;
  text-align: center;
  cursor: pointer;
}

.market1-form .market1-btn button:nth-of-type(1) {
  color: #000
}

.market1-form .market1-btn button:nth-of-type(2) {
  background-color: #595959;
  color: #fff;
  margin-left: .2rem
}

.market1-form .set-box {
  display: none;
  position: absolute;
  bottom: .92rem;
  left: 50%;
  margin-left: -2.37rem;
  width: 4.74rem;
  z-index: 99;
  padding-bottom: .3rem;
  border-radius: .3rem;
  background-color: #d6e7f1;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 2px #d6e7f1;
  box-shadow: 1px 1px 2px #d6e7f1;
}

.market1-form .set-box h4 {
  height: .5rem;
  line-height: .5rem;
  text-align: center;
  font-size: .21rem;
  margin-bottom: .24rem
}

.market1-form .set-box .add2 span {
  width: .68rem;
  height: .68rem;
  cursor: pointer;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 50%;
  line-height: .68rem;
  text-align: center;
  font-size: .18rem;
  font-family: Arial;
  font-weight: bold;
  color: #000;
}

.market1-form .market1-btn2 {
  margin-top: .32rem
}

.market1-form .market1-btn2 button {
  border: 0 none;
  outline: none;
  width: 1.22rem;
  height: .4rem;
  border-radius: .2rem;
  line-height: .4rem;
  font-size: .22rem;
  text-align: center;
}

.market1-form .market1-btn2 button:nth-of-type(1) {
  background-color: #fff;
  color: #000
}

.market1-form .market1-btn2 button:nth-of-type(2) {
  background-color: #000;
  color: #fff;
  margin-left: .14rem
}

.market1-form .set-box h5 {
  height: .4rem;
  line-height: .4rem;
  text-align: center;
  font-size: .18rem;
  font-weight: bold;
  color: #595757;
  margin-top: .2rem
}

.market1-form .set-box input {
  display: block;
  border: 0 none;
  outline: none;
  margin: 0 auto;
  width: 3.42rem;
  height: .44rem;
  line-height: .44rem;
  border-radius: .22rem;
  font-size: .18rem;
  color: #000000;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  background-color: #fff
}

.tip .head {
  line-height: .5rem;
  font-size: .18rem
}

.tip .head .chong {
  position: absolute;
  left: .32rem;
  top: .13rem;
  width: .23rem;
  height: .23rem;
}

.tip .head .close {
  top: .15rem;
  cursor: pointer;
}

.tip-main {
  height: 7rem;
  overflow: auto;
}

.tip-main dl {
  width: 7.54rem;
  margin: .12rem auto 0;
  background-color: #595959;
  border-radius: 5px;
}

.tip-main dl dt {
  padding: 0 .18rem;
  font-size: .18rem;
  color: #595c63;
  min-height: .4rem;
  line-height: .4rem;
  background: url('../images/icon-open.png') no-repeat 7.2rem center;
  background-size: .15rem .13rem;
  margin-right: 20px;
}

.tip-main dl.cur dt {
  background: url('../images/icon-close.png') no-repeat 7.2rem center;
  background-size: .15rem .13rem;
}

.tip-main dl dd {
  font-size: .14rem;
  line-height: 1.6;
  color: #ddb300;
  border-top: 1px solid #ddb300;
  padding: .16rem .2rem;
  display: none;
}

.tip-main-service {
  height: 6rem;
  overflow: auto;
}

.tip-main-service dl {
  width: 3rem;
  margin: .12rem auto 0;
  background-color: #595959;
  border-radius: 5px;
}

.tip-main-service dl dt {
  padding: 0 .18rem;
  font-size: .18rem;
  color: #595c63;
  min-height: .4rem;
  line-height: .4rem;
  background: url('../images/icon-open.png') no-repeat 2.6rem center;
  background-size: .15rem .13rem;
  margin-right: 20px;
}

.tip-main-service dl.cur dt {
  background: url('../images/icon-close.png') no-repeat 2.6rem center;
  background-size: .15rem .13rem;
}

.tip-main-service dl dd {
  font-size: .14rem;
  line-height: 1.6;
  color: #ddb300;
  border-top: 1px solid #ddb300;
  padding: .16rem .2rem;
  text-align: center;
  display: none;
}

div.ui-datepicker {
  font-size: .15rem;
}

.modal-header {
  padding: 10px;
  font-size: .18rem;
  font-weight: 700;
  background: #000;
  color: #fff;
}

.modal-body {

  font-size: .18rem;
  padding: 20px 10px;
  font-weight: 700;
  color: black;
}

.modal-footer button {
  background: #000;
  color: #fff;
  font-size: .16rem;
  padding: 10px 20px;
  border-radius: 15%;
  border: none;
}


.open-mask {
  height: 100% !important;
  width: 100% !important;
  opacity: 1 !important;
  -webkit-transition: opacity 0.3s !important;
  -o-transition: opacity 0.3s !important;
  transition: opacity 0.3s !important;
}

.half-page-background {
  background: rgba(0, 0, 0, 0.6);
  width: 0;
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1050;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  -o-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.msg-span {
  position: relative;
  top: 50%;
  font-size: 16px;
  background: black;
  border-radius: 5px;
  color: white;
  padding: 10px;
  /*font-weight: 800;*/
  letter-spacing: 3px;
}

.half-page-background-white {
  background: rgba(255, 255, 255, 0.6);
  width: 0;
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1100;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  -o-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

span.status {
  border-radius: 25px;
  color: white;
  padding: 5px 15px;
  margin-left: 5px;
  cursor: pointer;
}

button.status {
  border-radius: 25px;
  color: #595c63;
  padding: 5px 10px;
  /*margin-left: 5px;*/
  cursor: pointer;
  word-break: keep-all;
  margin: auto;
}

.editForcePWD {
  font-size: .2rem;
  text-align: center;
  margin: .24rem 0 .16rem;
}

.clearfix {
  overflow: hidden;
}

.input_ok {
  border: 5px solid green !important;
}

.input_error {
  border: 5px solid red !important;
}

.tooltip+.tooltiptext {
  visibility: hidden;
  width: 3rem;
  background-color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -145px;
  font-size: .13rem;

  border: 1px solid #595c63;
  color: #595c63;
  line-height: .2rem;
}

.form-control.tooltip+.tooltiptext {
  visibility: hidden;
  width: 3rem;
  background-color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -50px;
  font-size: .13rem;

  border: 1px solid #595c63;
  color: #595c63;
  line-height: .2rem;
}

.tooltip:focus+.tooltiptext {
  visibility: visible;
}

.tooltip+.tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.nav-tabs {
  text-align: center;
  margin-left: 2rem;
}

.nav-tabs li {
  display: inline-block;
  margin-right: 1rem;
}

.nav-tabs li a {
  font-size: .13rem;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.usdtup {
  font-size: .14rem;
  padding-left: 2rem;
}


.dianshu .select-main .time,
.timesearch {
  display: inline-block;
  vertical-align: top;
  padding-left: .1rem
}

.dianshu .select-main .time p,
.timesearch p {
  width: 2rem;
  height: 0.32rem;
  line-height: .32rem;
  border: none;
  border-radius: 50px;
  float: left;
}

.dianshu .select-main .time p input,
.timesearch p input {
  width: 1.9rem;
  height: 0.32rem;
  line-height: .32rem;
  border: none;
  padding: 0 0.18rem;
  border-radius: 50px;
}

.dianshu .select-main .time button,
.timesearch p button {
  width: auto;
  margin-top: 0;
  background: #000;
  text-align: center;
  border-radius: 0.4rem;
  padding: 0 0.3rem;
  line-height: 0.32rem;
  height: 0.32rem;
  float: right;
  color: #fff;
  font-size: .14rem;
  border: 0;
}

.layui-layer {
  font-size: 14px;
}

.layui-layer-dialog {
  background: #000
}

.layui-layer-btn .layui-layer-btn0 {
  background: #000
}

/* Drawer menu + mobile quick nav */
header .menu-toggle {
  display: none;
  position: absolute;
  right: .2rem;
  top: .1rem;
  width: .38rem;
  height: .38rem;
  border: none;
  border-radius: .08rem;
  background: rgba(0, 0, 0, .15);
  cursor: pointer;
  z-index: 1301;
  padding: .08rem .07rem;
}

header .menu-toggle span {
  display: block;
  width: 100%;
  height: .03rem;
  background: #000;
  margin-bottom: .05rem;
  border-radius: .02rem;
}

header .menu-toggle span:last-child {
  margin-bottom: 0;
}

.menu-drawer-mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .45);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  z-index: 1200;
}

.menu {
  position: static;
  transform: none;
  transition: none;
}

menu {
  width: 2.9rem;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow-y: visible;
}

.menu-head {
  display: none;
}

.menu-head span,
.menu-head a {
  font-size: .16rem;
  color: #000;
}

menu dl dt {
  justify-content: center;
  height: .6rem;
  line-height: .6rem;
  padding: 0;
}

menu dl dd {
  padding-left: 1.12rem;
}

.sgo-home .main {
  width: 12rem;
  margin-left: 2.9rem;
}

.mobile-quick-nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: .64rem;
  background: #FFB325;
  border-top: 1px solid rgba(0, 0, 0, .08);
  z-index: 1100;
}

.mobile-quick-nav a {
  width: 25%;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
}

.mobile-quick-nav a span {
  font-size: .12rem;
  margin-top: .02rem;
}

.menu .active-nav,
.menu .active-nav a,
.menu .active-nav svg {
  color: #B21B00 !important;
}

.mobile-quick-nav a.active-nav,
.mobile-quick-nav a.active-nav span,
.mobile-quick-nav a.active-nav svg {
  color: #B21B00 !important;
}

.mobile-balance {
  display: none;
}

/* sgo login window */
.sgo-login-page .login-main {
  width: 12.4rem;
  height: 7.8rem;
  margin-left: -6.2rem;
  margin-top: -3.9rem;
  border-radius: .24rem;
  overflow: hidden;
  background: #fff;
}

.sgo-login-page .login-main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: .22rem;
  background: #FFB325;
  z-index: 30;
}

.sgo-login-page .login-main .login-l {
  width: 50%;
  height: 100%;
  padding: .72rem .64rem .4rem;
  background: #fff;
}

.sgo-login-page .login-main .login-r {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.sgo-login-page .login-main .login-r::after {
  display: none;
}

.sgo-login-page .login-main .login-l h3 {
  margin-bottom: .34rem;
}

.sgo-login-page .login-main .login-l h3 span {
  margin-right: 0;
  padding: 0;
}

.sgo-login-page .login-main .login-l h3 span:not(.cur),
.sgo-login-page .login-main .login-l h3 .select1 {
  display: none;
}

.sgo-login-page .login-main .login-l h3 span.cur {
  font-size: .34rem;
  border: 0;
  color: #000 !important;
}

.sgo-login-page .login-l .login {
  padding: 0;
  width: 100%;
}

.sgo-login-page .login-l .login .form-group {
  width: 100%;
  height: .46rem;
  margin-bottom: .16rem;
}

.sgo-login-page .login-l .login .form-group label {
  display: none;
}

.sgo-login-page .login-l .login .form-group input {
  border: 1px solid #D9D9D9;
  border-radius: .14rem;
  padding: 0 .14rem;
  color: #595c63;
  background: #fff;
  text-align: left;
}

.sgo-login-page .login-main input[type="text"],
.sgo-login-page .login-main input[type="password"],
.sgo-login-page .login-main input[type="number"],
.sgo-login-page .login-main input[type="email"],
.sgo-login-page .login-main select,
.sgo-login-page .login-main textarea {
  border-color: #D9D9D9 !important;
  background: #fff !important;
  text-align: left !important;
}

.sgo-login-page .login-main input[type="text"]::placeholder,
.sgo-login-page .login-main input[type="password"]::placeholder,
.sgo-login-page .login-main input[type="number"]::placeholder,
.sgo-login-page .login-main input[type="email"]::placeholder,
.sgo-login-page .login-main textarea::placeholder {
  color: #9F9F9F !important;
}

.sgo-login-page .login-l .login .form-group:nth-of-type(3) input {
  width: calc(100% - 1.52rem);
}

.sgo-login-page .dr-btn {
  width: 100%;
  height: .5rem;
  line-height: .5rem;
  margin: .2rem 0 0;
  font-size: .18rem;
  color: #000 !important;
}

.sgo-login-page .login-l .login .checkbox {
  display: none;
}

.sgo-login-page .login-forget {
  display: block;
  margin-top: .2rem;
  text-align: center;
  font-size: .16rem;
}

.sgo-login-page .login-register-btn {
  display: block;
  margin-top: .16rem;
  width: 100%;
  height: .48rem;
  line-height: .46rem;
  border: 1px solid #FFB325;
  border-radius: .24rem;
  text-align: center;
  font-size: .18rem;
  color: #3a3a3a;
}

.sgo-login-page .login-contact {
  display: block;
  margin-top: .16rem;
  text-align: center;
  font-size: .16rem;
}

.sgo-login-page .login-main .login-l .kefu {
  display: none;
}

.sgo-login-page .login-main .login-l {
  width: 54%;
  padding: .7rem .52rem .36rem;
}

.sgo-login-page .login-main .login-r {
  width: 46%;
}

.sgo-login-page .login-r .logo2 {
  display: none;
}

.sgo-login-page .login-l .reg {
  margin-left: 0;
  width: 100%;
  padding: 0;
}

.sgo-login-page .login-l .reg .reg-grid {
  display: block;
}

.sgo-login-page .login-l .reg dl {
  width: 100%;
  margin: 0 0 .12rem;
}

.sgo-login-page .login-l .reg dt {
  font-size: .15rem;
  line-height: .24rem;
  color: #303030;
  font-weight: 600;
  margin-bottom: .04rem;
}

.sgo-login-page .login-l .reg dd {
  height: .42rem;
  line-height: .42rem;
}

.sgo-login-page .login-l .reg dd input,
.sgo-login-page .login-l .reg dd select {
  height: 100% !important;
  border: 1px solid #D9D9D9 !important;
  border-radius: .14rem !important;
  background: #fff !important;
  color: #595c63 !important;
}

.sgo-login-page .login-l .reg dd select {
  width: 27%;
  margin-right: 3%;
}

.sgo-login-page .login-l .reg dd input {
  width: 100%;
  padding: 0 .14rem;
}

.sgo-login-page .login-l .reg dl:first-child dd {
  display: flex;
  align-items: center;
}

.sgo-login-page .login-l .reg dl:first-child dd input {
  width: 70%;
}

.sgo-login-page .login-l .reg dd .eye-1 {
  top: .13rem;
}

.sgo-login-page .login-l .reg dd .yzm {
  width: 1.08rem;
  height: .42rem;
  border-radius: .08rem;
}

.sgo-login-page .login-l .reg #btnGetCode {
  width: 28%;
  margin-left: 2%;
  height: .42rem;
  line-height: .4rem;
  border: 1px solid #FFB325;
  border-radius: .14rem;
  background: #fff !important;
  color: #7a5600;
  font-size: .14rem;
}

.sgo-login-page .reg .tiaokuan {
  display: none;
}

.sgo-login-page .reg .dr-btn {
  margin-top: .22rem;
}

.sgo-login-page .reg-login-btn {
  display: block;
  width: 100%;
  height: .5rem;
  line-height: .48rem;
  margin-top: .16rem;
  border: 1px solid #FFB325;
  border-radius: .25rem;
  text-align: center;
  color: #3a3a3a;
  font-size: .16rem;
}

.sgo-login-page .reg-contact {
  display: block;
  margin-top: .14rem;
  text-align: center;
  font-size: .15rem;
}

html.mobile-mode .main,
html.mobile-mode .sgo-home .main {
  width: 100% !important;
  margin-left: 0 !important;
}

html.mobile-mode .reside,
html.mobile-mode .sgo-home .reside {
  display: none !important;
}

html.mobile-mode .market-page .sc-main1 {
  width: 100% !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  padding: calc(0.64rem + 12px) 0.1rem calc(0.64rem + 16px + env(safe-area-inset-bottom, 0px)) !important;
  box-sizing: border-box !important;
  min-height: 0 !important;
  height: 100vh !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
}

html.mobile-mode .notice-page .sc-main1 {
  width: 100% !important;
  margin-left: 0 !important;
  padding: .74rem .1rem .76rem !important;
  min-height: auto !important;
}

html.mobile-mode .help-page .sc-main1 {
  width: 100% !important;
  margin-left: 0 !important;
  padding: .74rem .1rem .76rem !important;
  min-height: auto !important;
}

html.mobile-mode body.help-page {
  background: #efe2c3 !important;
}

html.mobile-mode .help-page .main {
  background: #efe2c3 !important;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

html.mobile-mode .help-page .sc-main1 {
  background: #efe2c3 !important;
  min-height: calc(100vh - .64rem) !important;
  padding: .74rem .1rem 1.02rem !important;
  box-sizing: border-box;
  overflow: visible !important;
}

html.mobile-mode .help-page .help-item {
  background: #efd9a6 !important;
}

html.mobile-mode .help-page .help-item .help-r {
  height: calc(100vh - 2.34rem) !important;
  min-height: 3.2rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: .12rem .12rem calc(.82rem + env(safe-area-inset-bottom, 0px)) !important;
}

html.mobile-mode .help-page .help-item .help-r .help-content {
  padding-bottom: .12rem;
}

/* Mobile help: scroll inside white panel only */
@media screen and (max-width: 1200px) {
  html.mobile-mode .help-page header {
    z-index: 2000 !important;
  }

  html.mobile-mode .help-page header .menu-toggle {
    z-index: 2101 !important;
    pointer-events: auto !important;
  }

  html.mobile-mode .help-page .sc-main1 {
    overflow: visible !important;
  }

  html.mobile-mode .help-page .help-item {
    height: calc(100vh - 1.56rem) !important;
    overflow: hidden !important;
    display: flex;
    flex-direction: column;
  }

  html.mobile-mode .help-page .help-item .help-r {
    height: 100% !important;
    min-height: 0 !important;
    flex: 1 1 auto;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
}

html.mobile-mode .user-center-page .sc-main1.user-center-main {
  width: 100% !important;
  margin-left: 0 !important;
  padding: .4rem .1rem .76rem !important;
}

html.mobile-mode .market-page .sc-item.mobile-market-wrap {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow: hidden !important;
}

html.mobile-mode .menu {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  width: 3.1rem !important;
  height: 100% !important;
  transform: translateX(100%) !important;
  transition: transform .25s ease !important;
}

html.mobile-mode menu {
  width: 100% !important;
  height: 100% !important;
  position: static !important;
  padding-top: .72rem !important;
  padding-bottom: .4rem !important;
  overflow-y: auto !important;
}

html.mobile-mode body.menu-open .menu {
  transform: translateX(0) !important;
}

html.mobile-mode .menu-drawer-mask {
  display: block !important;
}

@media screen and (max-width: 1200px) {
  header {
    height: .64rem;
  }

  header .logo {
    display: block;
    left: 50%;
    top: -.01rem;
    width: 1.34rem;
    height: .64rem;
    margin-left: 0;
    transform: translateX(-50%);
    border-radius: 0;
    overflow: hidden;
  }

  header .logo img {
    width: .82rem;
    margin-left: -.41rem;
    bottom: .02rem;
  }

  header .notice-box {
    display: none;
  }

  header .login {
    display: none;
  }

  .mobile-balance {
    display: block;
    position: absolute;
    left: .12rem;
    top: .08rem;
    height: .44rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000;
    z-index: 1301;
  }

  a.mobile-balance-link {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-balance-label {
    display: flex;
    align-items: center;
    margin: 0 0 3px;
  }

  .mobile-balance-wallet {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-left: 4px;
    color: #000;
  }

  .mobile-balance .mobile-balance-label > span {
    font-size: 14px;
    line-height: 1.1;
  }

  .mobile-balance p.mobile-balance-label {
    line-height: 1.1;
  }

  .mobile-balance strong {
    display: block;
    font-size: .19rem;
    line-height: 1.1;
    font-weight: 500;
  }

  header .menu-toggle {
    display: block;
    top: .08rem;
    right: .12rem;
    width: .44rem;
    height: .44rem;
    border-radius: .06rem;
    background: #f49f00;
    z-index: 2147483002;
  }

  header .menu-toggle span {
    background: #fff;
    height: .04rem;
    margin-bottom: .06rem;
  }

  .menu-drawer-mask {
    display: block;
    z-index: 2147483000 !important;
  }

  .menu {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: 3.1rem;
    height: 100%;
    z-index: 2147483001;
    transform: translateX(100%);
    transition: transform .25s ease;
  }

  menu {
    width: 100%;
    height: 100%;
    position: static;
    padding-top: .72rem;
    padding-bottom: .4rem;
    overflow-y: auto;
  }

  .menu-head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: .62rem;
    padding: 0 .2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }

  menu dl dt {
    justify-content: flex-start;
    font-size: .18rem;
    height: .54rem;
    line-height: .54rem;
    padding: 0 .2rem;
  }

  menu dl dd {
    padding-left: .54rem;
  }

  menu dl.menu-mobile-only {
    display: block;
  }

  body.menu-open .menu {
    transform: translateX(0);
  }

  body.menu-open .menu-drawer-mask {
    opacity: 1;
    pointer-events: auto;
  }

  body.menu-open .mobile-quick-nav {
    z-index: 100 !important;
    pointer-events: none;
  }

  .main {
    width: 100%;
    margin-left: 0;
    padding-top: .64rem;
    padding-bottom: .74rem;
    background: #fff !important;
  }

  .sgo-home .main {
    width: 100%;
    margin-left: 0;
    padding-top: .64rem;
    padding-bottom: .74rem;
    background: #fff !important;
  }

  .reside {
    display: none;
  }

  .sgo-home .reside {
    display: none;
  }

  .market-page .sc-main1 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding: calc(0.64rem + 12px) 0.1rem calc(0.64rem + 16px + env(safe-area-inset-bottom, 0px)) !important;
    min-height: auto !important;
  }

  .notice-page .sc-main1 {
    width: 100% !important;
    margin-left: 0 !important;
    padding: .74rem .1rem .76rem !important;
    min-height: auto !important;
  }

  .user-center-page .sc-main1.user-center-main {
    width: 100% !important;
    margin-left: 0 !important;
    padding: .74rem .1rem .76rem !important;
    min-height: calc(100vh - 1rem) !important;
    background: #efe2c3 !important;
    box-sizing: border-box;
  }

  .user-center-page .main {
    min-height: 100vh !important;
    background: #efe2c3 !important;
  }

  .user-center-page .user-mobile-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .06rem;
    height: .36rem;
    border-radius: .18rem;
    background: #efe7d4;
    padding: .03rem;
    width: 300px;
    margin: 0 auto .2rem;
  }

  .user-center-page .user-mobile-tab {
    flex: 1 1 0;
    height: 100%;
    border-radius: .16rem;
    font-size: .14rem;
    line-height: .3rem;
    text-align: center;
  }

  .user-center-page .user-mobile-tab.is-active {
    background: #f6ac1e;
    color: #111;
    font-weight: 700;
  }

  .user-center-page .user-center-wrap {
    display: block;
    grid-template-columns: 1fr;
    gap: 0;
    min-height: auto;
  }

  .user-center-page .user-tab-panel {
    display: none;
  }

  .user-center-page .user-tab-panel.is-active {
    display: block;
  }

  .user-center-page .user-balance-card {
    background: transparent;
    border-radius: .1rem;
    padding: .06rem .02rem 0;
  }

  .user-center-page .user-balance-num {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .06rem;
    margin: .06rem 0 .14rem;
    color: #111;
    font-size: .2rem;
    line-height: 1.2;
  }

  .user-center-page .user-balance-num em {
    color: #ca0000;
    font-style: normal;
    font-size: .22rem;
    font-weight: 500;
  }

  .user-center-page .user-balance-actions {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .04rem;
  }

  .user-center-page .user-balance-actions li {
    min-height: .9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: .15rem;
    cursor: pointer;
  }

  .user-center-page .user-balance-actions li.is-active {
    color: #b21b00;
  }

  .user-center-page .user-balance-actions li svg {
    margin-bottom: .06rem;
  }

  .user-center-page .user-balance-expand {
    margin-top: .08rem;
    border-radius: .08rem;
    overflow: hidden;
    background: #efefef;
    border: 1px solid rgba(0, 0, 0, .08);
  }

  .user-center-page #userBalanceExpandContent>.chongzhi,
  .user-center-page #userBalanceExpandContent>.tixian,
  .user-center-page #userBalanceExpandContent>.dianshu {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    border-radius: .08rem;
    box-shadow: none !important;
    overflow: hidden !important;
    background: #efefef !important;
  }

  .user-center-page #userBalanceExpandContent .chongzhi-main {
    display: block !important;
    height: auto !important;
  }

  .user-center-page #userBalanceExpandContent .chongzhi .chongzhi-info {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    overflow: visible !important;
    padding: .08rem .12rem .14rem !important;
    box-sizing: border-box;
    background: #efefef !important;
  }

  .user-center-page #userBalanceExpandContent .chongzhi .setup2 {
    width: 100% !important;
    max-width: 2.9rem;
  }

  .user-center-page #userBalanceExpandContent .chongzhi h3 {
    border-radius: .08rem .08rem 0 0;
    height: .42rem !important;
    line-height: .42rem !important;
    font-size: .16rem !important;
    font-weight: 700;
  }

  .user-center-page #userBalanceExpandContent .chongzhi .chongzhi-info h4 {
    font-size: .13rem !important;
    line-height: 1.4;
    color: #222 !important;
    margin: .08rem 0 .1rem !important;
    text-align: center !important;
    font-weight: 500 !important;
  }

  .user-center-page #userBalanceExpandContent .chongzhi .cztype {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: .08rem .08rem;
  }

  .user-center-page #userBalanceExpandContent .chongzhi .cztype dl:nth-child(n+5) {
    display: none !important;
  }

  .user-center-page #userBalanceExpandContent .chongzhi .cztype dl {
    position: relative;
    border: 1px solid #e6e6e6 !important;
    border-radius: .08rem !important;
    overflow: hidden !important;
    background: #fff !important;
    margin: 0 !important;
    box-shadow: none !important;
  }

  .user-center-page #userBalanceExpandContent .chongzhi .cztype dl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: .16rem;
    background: #f8b325;
    z-index: 1;
  }

  .user-center-page #userBalanceExpandContent .chongzhi .cztype dl.active {
    box-shadow: 0 0 0 1px #f5b326 inset !important;
  }

  .user-center-page #userBalanceExpandContent .chongzhi .cztype dl dt {
    width: 100% !important;
    height: .72rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
    position: relative;
    z-index: 2;
    padding-top: .06rem;
    box-sizing: border-box;
  }

  .user-center-page #userBalanceExpandContent .chongzhi .cztype dl dd {
    width: 100% !important;
    height: .28rem !important;
    line-height: .28rem !important;
    background: #f8b325 !important;
    color: #111 !important;
    font-size: .12rem !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin: 0 !important;
    display: block !important;
  }

  .user-center-page #userBalanceExpandContent .chongzhi .cztype dl dd.mb {
    display: none !important;
    height: 0 !important;
    line-height: 0 !important;
  }

  .user-center-page #userBalanceExpandContent .chongzhi .cztype dl dt .pay-icon-svg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: .42rem;
    height: .42rem;
    color: #111 !important;
    margin: 0 auto;
  }

  .user-center-page #userBalanceExpandContent .chongzhi .cztype dl dt .pay-icon-svg svg {
    width: .42rem;
    height: .42rem;
    color: #111 !important;
  }

  .user-center-page #userBalanceExpandContent .chongzhi .setup2 {
    max-width: 2.4rem;
    margin: .1rem auto 0 !important;
  }

  .user-center-page #userBalanceExpandContent .chongzhi .setup2 .input1 {
    height: .34rem !important;
    line-height: .34rem !important;
    border-radius: .09rem !important;
    border: 1px solid #bdbdbd !important;
    background: #efefef !important;
    font-size: .13rem !important;
  }

  .user-center-page #userBalanceExpandContent .chongzhi .setup2 .tips {
    display: none !important;
  }

  .user-center-page #userBalanceExpandContent .chongzhi .setup2 p {
    margin-top: .08rem !important;
  }

  .user-center-page #userBalanceExpandContent .chongzhi #step_1 .d-btn2 {
    min-width: 1.1rem !important;
    height: .36rem !important;
    line-height: .36rem !important;
    margin-top: 0 !important;
    border-radius: .18rem !important;
    font-size: .16rem !important;
    font-weight: 700 !important;
  }

  .user-center-page #userBalanceExpandContent .chongzhi #step_1 .d-btn1 {
    display: none !important;
  }

  .user-center-page #userBalanceExpandContent .close,
  .user-center-page #userBalanceExpandContent .ds-close {
    display: none !important;
  }

  .user-center-page #userBalanceExpandContent .wenzi {
    display: none;
  }

  .user-center-page #userBalanceExpandContent .dianshu ._panel-box {
    height: 4.6rem !important;
  }

  .user-center-page #userBalanceExpandContent .tixian,
  .user-center-page #userBalanceExpandContent .dianshu {
    background: #fff !important;
  }

  .user-center-page #userBalanceExpandContent .tixian h3,
  .user-center-page #userBalanceExpandContent .dianshu h3 {
    height: .46rem !important;
    line-height: .46rem !important;
    padding-left: 0 !important;
    text-align: center !important;
    font-size: .18rem !important;
    color: #111 !important;
    background: #ffb325 !important;
    font-weight: 700;
  }

  .user-center-page #userBalanceExpandContent .tixian-info {
    width: 100% !important;
    display: block !important;
    padding: .12rem !important;
    box-sizing: border-box;
  }

  .user-center-page #userBalanceExpandContent .tixian-info .form-group {
    position: relative !important;
    height: auto !important;
    margin-top: .12rem !important;
  }

  .user-center-page #userBalanceExpandContent .tixian-info .form-group label {
    position: static !important;
    width: auto !important;
    display: block !important;
    margin-bottom: .06rem !important;
    font-size: .14rem !important;
    color: #222 !important;
  }

  .user-center-page #userBalanceExpandContent .tixian-info .form-group .form-control {
    position: static !important;
    width: 100% !important;
    height: .34rem !important;
    line-height: .34rem !important;
    border-radius: .08rem !important;
    border: 1px solid #d6d6d6 !important;
    font-size: .13rem !important;
    text-indent: 0 !important;
    padding: 0 .1rem !important;
    box-sizing: border-box;
  }

  .user-center-page #userBalanceExpandContent .tixian .withdraw-channel-select {
    width: 100% !important;
    height: .42rem !important;
    border: 1px solid #dfdfdf !important;
    border-radius: .08rem !important;
    background: #f3f3f5 !important;
    color: #222 !important;
    font-size: .14rem !important;
    padding: 0 .36rem 0 .12rem !important;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%23222' d='M2.22 4.47a.75.75 0 0 1 1.06 0L6 7.19l2.72-2.72a.75.75 0 1 1 1.06 1.06L6.53 8.78a.75.75 0 0 1-1.06 0L2.22 5.53a.75.75 0 0 1 0-1.06'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .12rem center;
    background-size: .12rem .12rem;
  }

  .user-center-page #userBalanceExpandContent .tixian .tips {
    text-align: center !important;
    font-size: .12rem !important;
    line-height: 1.7 !important;
    margin-top: .08rem !important;
  }

  .user-center-page #userBalanceExpandContent .tixian .d-btn3 {
    display: none !important;
  }

  .user-center-page #userBalanceExpandContent .tixian .d-btn4 {
    min-width: 1.2rem !important;
    height: .36rem !important;
    line-height: .36rem !important;
    margin-top: .12rem !important;
    color: #111 !important;
  }

  .user-center-page #userBalanceExpandContent .dianshu .select-main,
  .user-center-page #userBalanceExpandContent .dianshu .dslist {
    width: calc(100% - .24rem) !important;
    margin: .12rem auto !important;
  }

  .user-center-page #userBalanceExpandContent .dianshu .select-main {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: .08rem;
    margin-top: .12rem !important;
    margin-bottom: .1rem !important;
  }

  .user-center-page #userBalanceExpandContent .dianshu .select-main .type {
    order: 2;
    width: 100% !important;
    max-width: none !important;
    height: .38rem !important;
    border-radius: .19rem !important;
    border: none !important;
    padding: 0 .14rem !important;
    background: #ffb325 !important;
    color: #111 !important;
    font-size: .13rem !important;
  }

  .user-center-page #userBalanceExpandContent .dianshu .time.search {
    order: 1;
    width: 100%;
    display: flex !important;
    align-items: center !important;
    gap: .08rem;
    padding: 0 !important;
  }

  .user-center-page #userBalanceExpandContent .dianshu .time.search .date-range-pill {
    flex: 1 1 auto;
    height: .38rem;
    border-radius: .19rem;
    background: #ffb325;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .14rem;
  }

  .user-center-page #userBalanceExpandContent .dianshu .time.search p {
    margin: 0;
    background: transparent !important;
    width: auto !important;
    padding: 0 !important;
  }

  .user-center-page #userBalanceExpandContent .dianshu .time.search p input {
    width: 1.02rem !important;
    border: 0 !important;
    background: transparent !important;
    color: #111 !important;
    font-size: .12rem !important;
    text-align: center;
  }

  .user-center-page #userBalanceExpandContent .dianshu .time.search span {
    padding: 0 !important;
    color: #111 !important;
    font-size: .14rem !important;
  }

  .user-center-page #userBalanceExpandContent .dianshu .time.search button {
    height: .38rem !important;
    border-radius: .19rem !important;
    border: 0 !important;
    background: #ffb325 !important;
    color: #111 !important;
    font-size: .13rem !important;
    font-weight: 700;
    padding: 0 .18rem !important;
    margin-top: 0 !important;
    float: none !important;
    line-height: .38rem !important;
  }

  .user-center-page #userBalanceExpandContent .dianshu .dslist > p {
    display: none !important;
  }

  .user-center-page #userBalanceExpandContent .dianshu .dslist .dslist-box {
    border: 1px solid #ececec;
    border-radius: .08rem;
    overflow: hidden;
    background: #efefef;
  }

  .user-center-page .user-mail-inline {
    background: #efefef;
    padding: .08rem .1rem;
  }

  .user-center-page .user-mail-inline-head {
    height: .36rem;
    line-height: .36rem;
    border-radius: .08rem;
    text-align: center;
    background: #f8b325;
    font-size: .16rem;
    font-weight: 700;
    color: #111;
    margin-bottom: .1rem;
  }

  .user-center-page .user-mail-inline-row {
    border: 1px solid #e0e0e0;
    border-radius: .08rem;
    background: #fff;
    margin-bottom: .08rem;
  }

  .user-center-page .user-mail-inline-row .row-head {
    padding: .1rem .12rem;
    font-size: .14rem;
    font-weight: 600;
    color: #222;
  }

  .user-center-page .user-mail-inline-row .row-body {
    display: none;
    padding: 0 .12rem .12rem;
    font-size: .13rem;
    line-height: 1.6;
    color: #444;
  }

  .user-center-page .user-mail-inline-row.open .row-body {
    display: block;
  }

  .user-center-page .user-center-divider {
    display: none;
  }

  .user-center-page .section-pill {
    font-size: .16rem;
    min-width: 1.22rem;
  }

  .user-center-page .vip-card {
    width: 2.1rem;
    height: .8rem;
    font-size: .28rem;
  }

  .user-center-page .vip-lock-item {
    font-size: .16rem;
    height: .4rem;
    line-height: .4rem;
  }

  .user-center-page .profile-card .form-group {
    max-width: 100%;
    margin: 0 0 .08rem;
  }

  .market-page .sc-item {
    height: auto !important;
    min-height: calc(100vh - 1.58rem) !important;
  }

  .banner,
  .banner img {
    width: 100%;
    height: auto;
  }

  .list-nav a {
    width: 100%;
    margin-bottom: .08rem;
    padding-left: .5rem;
  }

  .list-nav {
    display: none;
  }

  .saishi {
    margin: .12rem .1rem 0 !important;
  }

  .sgo-home .mobile-player-ranking {
    display: block;
    margin: .12rem .1rem 0;
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: calc(100vh - 3.15rem);
  }

  .sgo-home .mobile-player-ranking h3 {
    display: none !important;
  }

  .sgo-home .mobile-player-ranking .ranking-top3 {
    display: flex;
    justify-content: center;
    gap: .08rem;
    padding: .14rem .08rem .1rem;
  }

  .sgo-home .mobile-player-ranking .ranking-card {
    width: 1.24rem;
    min-height: 1.3rem;
    border: 1px solid #bdbdbd;
    border-radius: .18rem;
    background: #f5f4ef;
    text-align: center;
    padding: 0 .04rem .1rem;
    position: relative;
  }

  .sgo-home .mobile-player-ranking .ranking-card .ranking-medal {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .44rem;
    height: .44rem;
    line-height: 10px;
    font-size: .2rem;
    font-weight: 700;
    color: #262626;
    border-radius: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
    margin: 0 auto .02rem;
  }

  .sgo-home .mobile-player-ranking .ranking-card-1 .ranking-medal {
    background-image: url('../images/list/1.webp');
    width: .62rem;
    height: .62rem;
    display: block;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
  }

  .sgo-home .mobile-player-ranking .ranking-card-2 .ranking-medal {
    background-image: url('../images/list/2.webp');
    background-position: center top;
    background-size: cover;
    box-sizing: border-box;
    padding-top: .065rem;
  }

  .sgo-home .mobile-player-ranking .ranking-card-3 .ranking-medal {
    background-image: url('../images/list/3.webp');
    background-position: center 1px;
    background-size: 75%;
    box-sizing: border-box;
    padding-top: .065rem;
  }

  .sgo-home .mobile-player-ranking .ranking-card h4 {
    font-size: .16rem;
    color: #222;
    line-height: .24rem;
    margin-top: .02rem;
  }

  .sgo-home .mobile-player-ranking .ranking-card p {
    font-size: .12rem;
    color: #333;
    line-height: .2rem;
  }

  .sgo-home .mobile-player-ranking .ranking-card p em {
    color: #cc8c00;
    font-style: normal;
    font-weight: 700;
  }

  .sgo-home .mobile-player-ranking .ranking-card strong {
    display: block;
    font-size: .16rem;
    color: #1f1f1f;
    line-height: .24rem;
  }

  .sgo-home .mobile-player-ranking .ranking-card-1 {
    order: 2;
  }

  .sgo-home .mobile-player-ranking .ranking-card-2 {
    order: 1;
  }

  .sgo-home .mobile-player-ranking .ranking-card-3 {
    order: 3;
  }

  .sgo-home .mobile-player-ranking .phth {
    background: #f7b227;
    line-height: .36rem;
    border-top: 1px solid #d8a23c;
    border-bottom: 1px solid #d8a23c;
    display: flex;
    align-items: center;
    padding: 0 .08rem;
    margin: 0;
  }

  .sgo-home .mobile-player-ranking .phth span {
    font-size: .14rem;
    color: #000 !important;
    text-align: center;
    display: block;
  }

  .sgo-home .mobile-player-ranking .phth span:nth-child(1) {
    width: 20%;
  }

  .sgo-home .mobile-player-ranking .phth span:nth-child(2) {
    width: 30%;
  }

  .sgo-home .mobile-player-ranking .phth span:nth-child(3) {
    width: 20%;
  }

  .sgo-home .mobile-player-ranking .phth span:nth-child(4) {
    width: 30%;
  }

  .sgo-home .mobile-player-ranking .ranking-table {
    height: auto;
    max-height: none;
    min-height: 0;
    flex: 1 1 auto;
    overflow-y: scroll !important;
    overflow-x: hidden;
    background: #f8f8f8;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  .sgo-home .mobile-player-ranking .ranking-table .ranking-row {
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 0 .08rem;
    border-bottom: 1px solid #ece3d1;
    background: #fff;
    display: flex;
    align-items: center;
  }

  .sgo-home .mobile-player-ranking .ranking-table .ranking-row li {
    height: .44rem;
    line-height: .44rem;
    font-size: .16rem;
    color: #303030;
    text-align: center;
  }

  .sgo-home .mobile-player-ranking .ranking-table .ranking-row li:nth-child(1) {
    width: 20%;
  }

  .sgo-home .mobile-player-ranking .ranking-table .ranking-row li:nth-child(2) {
    width: 30%;
  }

  .sgo-home .mobile-player-ranking .ranking-table .ranking-row li:nth-child(3) {
    width: 20%;
    color: #d38a00;
  }

  .sgo-home .mobile-player-ranking .ranking-table .ranking-row li:nth-child(4) {
    width: 30%;
  }

  .sgo-home .mobile-player-ranking .ranking-table::-webkit-scrollbar {
    width: 6px;
  }

  .sgo-home .mobile-player-ranking .ranking-table::-webkit-scrollbar-thumb {
    background: #cfcfcf;
    border-radius: 6px;
  }

  .index-notice {
    margin-bottom: .12rem;
  }

  .saishi {
    display: flex;
    flex-direction: column;
    padding: 0 .16rem;
  }

  .saishi dl {
    display: block;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: .16rem;
    padding: .2rem .18rem;
    border-radius: .16rem;
  }

  .saishi dl.item-1 {
    background: #b9e4f4;
  }

  .saishi dl.item-2 {
    background: #fce8c6;
  }

  .saishi dl.item-3 {
    background: #e8c1e5;
  }

  .saishi dl.item-4 {
    background: #b9e4f4;
  }

  .saishi dl a {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
  }

  .saishi dl dt {
    width: 1rem;
    height: 1rem;
    margin: 0;
    flex: 0 0 1rem;
    background: none;
  }

  .saishi dl dd {
    margin-left: .16rem;
    width: calc(100% - 1.16rem);
    text-align: left;
    position: relative;
  }

  .saishi dd .match-teams {
    font-size: .16rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: .02rem;
    text-align: left;
  }

  .saishi dd .match-league {
    font-size: .13rem;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: left;
  }

  .saishi dd .match-divider-row {
    display: flex;
    align-items: center;
    /* margin-top: .1rem; */
    gap: .1rem;
  }

  .saishi dd .match-divider {
    display: block;
    flex: 1;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .2);
    margin: 0;
  }

  .saishi dd .match-time-box {
    display: flex;
    align-items: center;
    /* margin-top: .1rem; */
  }

  .saishi dd .match-time {
    display: inline-block;
    padding: .06rem .2rem;
    border: none;
    background: #fff;
    border-radius: .18rem; /* ← 調整此值可改變手機版時間框四角弧度 */
    font-size: .14rem;
    font-family: Arial, sans-serif;
  }

  .saishi dd h4 {
    text-align: left;
    font-size: .12rem;
    line-height: 1.35;
  }

  .mobile-go {
    display: inline-block;
    line-height: 1;
    background: none;
    padding: 0;
  }

  .mobile-go img {
    height: .36rem;
    width: auto;
  }

  .desktop-go {
    display: none;
  }

  .mobile-quick-nav {
    display: flex;
  }
}

/* Agent center (代理中心) */
.agent-center-page .sc-main1.agent-main {
  width: calc(100% - 3.2rem) !important;
  margin-left: 3.2rem !important;
  min-height: calc(100vh - .5rem);
  background: #efe1c3;
  padding: .18rem .22rem .22rem;
}

.agent-center-page .agent-tabs {
  display: flex;
  justify-content: center;
  gap: .14rem;
  margin-bottom: .18rem;
  position: relative;
  z-index: 5;
}

.agent-center-page .agent-tabs a {
  min-width: 1.4rem;
  height: .34rem;
  line-height: .34rem;
  border-radius: .18rem;
  text-align: center;
  font-size: .17rem;
  color: #666;
  background: #f3f3f3;
}

.agent-center-page .agent-tabs a.active {
  background: #f6ac1e;
  color: #111;
  font-weight: 700;
}

.agent-center-page .agent-layout {
  display: grid;
  grid-template-columns: 4.55rem 1fr;
  gap: .24rem;
  align-items: start;
  padding: 0;
  background: transparent !important;
}

.agent-center-page .agent-left {
  min-width: 0;
}

.agent-center-page .agent-tools {
  display: flex;
  gap: .14rem;
  margin-bottom: .15rem;
  position: relative;
  z-index: 5;
}

.agent-center-page .agent-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 1.38rem;
  height: .32rem;
  border: none;
  border-radius: .15rem;
  font-size: .13rem;
  color: #111;
  background: #ffa800;
  text-decoration: none;
  cursor: pointer;
}

.agent-center-page .agent-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .14rem;
  margin-bottom: .16rem;
}

.agent-center-page .summary-card {
  height: .74rem;
  border-radius: .08rem;
  background: #f7ba3a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.agent-center-page .summary-card span {
  font-size: .11rem;
  color: #111;
  line-height: 1.2;
}

.agent-center-page .summary-card em {
  margin-top: .04rem;
  font-size: .16rem;
  font-style: normal;
  color: #111;
  font-weight: 700;
}

.agent-center-page .agent-level-item {
  margin-bottom: .1rem;
}

.agent-center-page .agent-level-list .showcur {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: .36rem;
  padding: 0 .11rem;
  border-radius: .06rem;
  margin-bottom: 0;
  background: #f7f7f7;
  border: 1px solid #e3e3e3;
  color: #222;
  font-size: .14rem;
}

.agent-center-page .agent-level-list .showcur.cur {
  border-color: #d8d8d8;
  box-shadow: none;
}

.agent-center-page .agent-level-list .showcur .arrow {
  font-style: normal;
  font-size: .1rem;
  color: #333;
  transition: transform .2s ease;
}

.agent-center-page .agent-level-item.open .showcur .arrow {
  transform: rotate(180deg);
}

.agent-center-page .agent-level-item .level-panel {
  display: none;
  border: 1px solid #e3e3e3;
  border-top: none;
  border-radius: 0 0 .06rem .06rem;
  background: #f7f7f7;
  padding: .05rem .06rem;
}

.agent-center-page .agent-level-item.open .level-panel {
  display: block;
}

.agent-center-page .agent-level-item.open .showcur {
  border-radius: .06rem .06rem 0 0;
}

.agent-center-page .level-mini-head {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: .32rem;
  align-items: center;
}

.agent-center-page .level-mini-head span {
  text-align: center;
  font-size: .11rem;
  color: #333;
}

.agent-center-page .agent-right {
  min-width: 0;
  position: relative;
  z-index: 2;
}

.agent-center-page .agent-right h4 {
  height: .48rem;
  border-radius: .08rem;
  background: #f5f5f5;
  padding: 0 .18rem;
  line-height: .48rem;
  font-size: .2rem;
  color: #222;
  margin-bottom: .12rem;
  font-weight: 700;
}

.agent-center-page .agent-table-head {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: .4rem;
  align-items: center;
  font-size: .14rem;
  color: #333;
  padding: 0 .14rem;
}

.agent-center-page .agent-table-head span {
  text-align: center;
}

.agent-center-page .agent-table-body {
  background: #fff;
  border-radius: .1rem;
  border: 1px solid #ececec;
  min-height: 5.2rem;
  height: calc(100vh - 2.9rem);
  max-height: 6.5rem;
  overflow: hidden;
  position: relative;
}

.agent-center-page #minirefresh9 {
  background: transparent !important;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.agent-center-page .agent-table-body .page-tab-container,
.agent-center-page .agent-table-body .mint-tab-container,
.agent-center-page .agent-table-body .mint-tab-container-item,
.agent-center-page .agent-table-body .minirefresh-scrol {
  height: 100%;
}

.agent-center-page #minirefresh9 .minirefresh-upwrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  pointer-events: none;
  text-align: center;
  z-index: 3;
}

.agent-center-page #listdata9 {
  padding: .1rem .14rem .14rem;
}

.agent-center-page #listdata9 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  min-height: .44rem;
  border-radius: .06rem;
  background: #fff;
  margin-bottom: .08rem;
  padding: 0 .04rem;
  border: 1px solid #f0f0f0;
}

.agent-center-page #listdata9 ul li {
  width: auto;
  text-align: center;
  font-size: .13rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .agent-center-page .sc-main1.agent-main {
    width: 100% !important;
    margin-left: 0 !important;
    padding: .35rem .12rem .9rem;
    min-height: 100vh;
  }

  .agent-center-page .agent-layout {
    grid-template-columns: 1fr;
    gap: .14rem;
  }

  .agent-center-page .agent-tabs a {
    min-width: 1.22rem;
    font-size: .15rem;
  }

  .agent-center-page .agent-btn {
    min-width: 1.22rem;
    padding: 0 .08rem;
  }

  .agent-center-page .agent-table-body {
    height: calc(100vh - 3.1rem);
    max-height: none;
  }
}

/* Agent zhidu popup */
body .agent-zhidu-modal {
  border-radius: .12rem !important;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .22) !important;
  border: 1px solid #f0f0f0;
}

body .agent-zhidu-modal .layui-layer-title {
  height: 46px;
  line-height: 46px;
  padding: 0 52px 0 16px;
  background: #ffb325;
  border-bottom: 1px solid #e9a21d;
  color: #111;
  font-weight: 700;
}

body .agent-zhidu-modal .layui-layer-setwin {
  top: 10px;
  right: 10px;
}

body .agent-zhidu-modal .layui-layer-setwin .layui-layer-close1 {
  width: 26px;
  height: 26px;
  margin-left: 0;
  background: none !important;
  position: relative;
}

body .agent-zhidu-modal .layui-layer-setwin .layui-layer-close1::before {
  content: "×";
  display: block;
  width: 100%;
  height: 100%;
  line-height: 24px;
  text-align: center;
  font-size: 24px;
  color: #111;
  font-weight: 500;
}

body .agent-zhidu-modal .layui-layer-content {
  background: #fff;
}

/* Home mail modal */
.mail-list-modal {
  border-radius: .14rem !important;
  overflow: hidden;
}

.mail-list-modal .layui-layer-content {
  background: transparent;
}

.mail-modal-wrap {
  width: 100%;
  height: 100%;
  border-radius: .14rem;
  overflow: hidden;
  background: #fff;
}

.mail-modal-head {
  height: .34rem;
  background: #ffb325;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.mail-modal-head span {
  font-size: .16rem;
  color: #111;
}

.mail-modal-close {
  position: absolute;
  right: .08rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  width: .24rem;
  height: .24rem;
  font-size: .26rem;
  line-height: .22rem;
  color: #111;
  cursor: pointer;
}

.mail-modal-body {
  background: #efefef;
  height: calc(100% - .34rem);
  padding: .16rem;
  overflow-y: auto;
}

.mail-row {
  background: #f4f4f4;
  margin-bottom: .12rem;
}

.mail-row-head {
  height: .42rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .14rem;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
}

.mail-title {
  display: inline-block;
  width: calc(100% - .3rem);
  font-size: .14rem;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mail-arrow {
  color: #111;
  width: .22rem;
  height: .22rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  transition: transform .2s ease;
}

.mail-row.open .mail-arrow {
  transform: rotate(0deg);
}

.mail-arrow svg {
  width: .2rem;
  height: .2rem;
}

.mail-row-content {
  display: none;
  min-height: .95rem;
  padding: .12rem;
}

.mail-row-content p {
  font-size: .14rem;
  line-height: 1.7;
  color: #444;
}

.mail-row.open .mail-row-content {
  display: block;
}

/* Recharge modal redesign */
.chongzhi-bg .chongzhi {
  left: 50%;
  top: 50%;
  margin-left: 0;
  margin-top: 0;
  transform: translate(-50%, -50%);
  width: 9.4rem;
  height: 6.1rem;
  border-radius: .14rem;
  background: #fff;
}

.chongzhi-bg .chongzhi h3 {
  height: .46rem;
  line-height: .46rem;
  padding-left: 0;
  text-align: center;
  font-size: .18rem;
  color: #111 !important;
  background: #ffb325;
}

.chongzhi-bg .chongzhi h3 .chong,
.chongzhi-bg .chongzhi h3 a {
  display: none !important;
}

.chongzhi-bg .chongzhi h3 .close {
  right: .12rem;
  top: 50%;
  transform: translateY(-50%);
  width: .24rem;
  height: .24rem;
  border: none;
  background: transparent;
  color: #111;
  font-size: .28rem;
  line-height: .22rem;
  text-align: center;
  padding: 0;
}

.chongzhi-bg .chongzhi .chongzhi-main {
  display: flex;
  height: calc(100% - .46rem);
}

.chongzhi-bg .chongzhi .chongzhi-info {
  width: 52%;
  height: 100%;
  overflow-y: auto;
  padding: .12rem .14rem .08rem;
}

.chongzhi-bg .chongzhi .chongzhi-info h4 {
  font-size: .14rem;
  margin: .06rem 0 .08rem;
  text-align: center;
  color: #333;
  font-weight: 500;
}

.chongzhi-bg .chongzhi .cztype {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .08rem;
  text-align: left;
}

.chongzhi-bg .chongzhi .cztype dl {
  margin: 0;
  border-radius: .08rem;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  background: #fff;
}

.chongzhi-bg .chongzhi .cztype dl dt,
.chongzhi-bg .chongzhi .cztype dl dt img {
  width: 100%;
  height: .72rem;
}

.chongzhi-bg .chongzhi .cztype dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.chongzhi-bg .chongzhi .cztype dl dt img {
  display: none !important;
}

.chongzhi-bg .chongzhi .cztype dl dt .pay-icon-svg {
  display: inline-flex;
  width: .42rem;
  height: .42rem;
  align-items: center;
  justify-content: center;
}

.chongzhi-bg .chongzhi .cztype dl dt .pay-icon-svg svg {
  width: .42rem;
  height: .42rem;
  color: #111;
}

.chongzhi-bg .chongzhi .cztype dl dd {
  width: 100%;
  height: .3rem;
  line-height: .3rem;
  background: #ffb325;
  color: #111;
  font-size: .12rem;
  font-weight: 700;
}

.chongzhi-bg .chongzhi .cztype dl.active {
  border-color: #ffb325;
  box-shadow: 0 0 0 1px #ffb325 inset;
}

.chongzhi-bg .chongzhi .cztype dl.noactive .mb {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .68);
}

.chongzhi-bg .chongzhi .setup2 {
  width: 2.5rem;
  margin: .1rem auto 0;
}

.chongzhi-bg .chongzhi .input1 {
  height: .32rem;
  line-height: .32rem;
  border-radius: .08rem;
  border: 1px solid #bbb;
  font-size: .14rem;
  padding: 0 .12rem;
}

.chongzhi-bg .chongzhi .tips {
  font-size: .12rem;
  line-height: 1.5;
  margin-top: .06rem;
}

.chongzhi-bg .chongzhi #step_1 .d-btn1 {
  display: none;
}

.chongzhi-bg .chongzhi #step_1 .d-btn2 {
  min-width: 1.2rem;
  height: .36rem;
  line-height: .36rem;
  margin-top: .1rem;
}

.chongzhi-bg .chongzhi .wenzi {
  width: 48%;
  height: 100%;
  margin-top: 0;
  padding: .16rem .2rem;
  border-left: 2px solid #ECECEA;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.chongzhi-bg .chongzhi .wenzi h5 {
  width: 100%;
  text-align: center;
  font-size: .2rem;
  color: #222;
  margin-bottom: .12rem;
  font-weight: 700;
}

.chongzhi-bg .chongzhi .wenzi p {
  width: 92%;
  max-width: 3.2rem;
  margin: 0;
  font-size: .12rem;
  color: #333;
  line-height: 2;
  text-align: left;
  text-indent: 0 !important;
  white-space: normal;
}

.chongzhi-bg .chongzhi .wenzi p * {
  text-align: left !important;
  text-indent: 0 !important;
}

/* Modal width unify by recharge width */
.tixian {
  width: 9.4rem;
  margin-left: -4.7rem;
}

.dianshu {
  width: 9.4rem;
  margin-left: -4.7rem;
}

.dianshu .select-main,
.dianshu .dslist {
  width: 8.72rem;
}

/* Withdraw modal redesign */
.tixian-bg .tixian {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 0;
  margin-top: 0;
  width: 9.4rem;
  height: 6.1rem;
  border-radius: .14rem;
  background: #fff;
}

.tixian-bg .tixian h3 {
  height: .46rem;
  line-height: .46rem;
  padding-left: 0;
  text-align: center;
  font-size: .18rem;
  color: #111 !important;
  background: #ffb325;
}

.tixian-bg .tixian h3 .chong,
.tixian-bg .tixian h3 a {
  display: none !important;
}

.tixian-bg .tixian h3 .close {
  right: .12rem;
  top: 50%;
  transform: translateY(-50%);
  width: .24rem;
  height: .24rem;
  border: none;
  background: transparent;
  color: #111;
  font-size: .28rem;
  line-height: .22rem;
  text-align: center;
  padding: 0;
}

.tixian-bg .tixian .tixian-info {
  float: left;
  width: 50%;
  height: calc(100% - .46rem);
  padding: .2rem .22rem .12rem;
  overflow-y: auto;
}

.tixian-bg .tixian .wenzi {
  float: right;
  width: 50%;
  height: calc(100% - .46rem);
  margin-top: 0;
  border-left: 2px solid #ECECEA;
  padding: .18rem .2rem;
  background: #fff;
}

.tixian-bg .tixian .tiptx {
  font-size: .17rem;
  color: #222;
  line-height: 1.9;
  text-align: center;
}

.tixian-bg .tixian .tixian-info .form-group {
  position: relative;
  height: auto;
  margin-top: .12rem;
}

.tixian-bg .tixian .tixian-info .form-group label {
  position: static;
  display: block;
  width: 100%;
  margin-bottom: .06rem;
  font-size: .14rem;
  color: #222 !important;
}

.tixian-bg .tixian .tixian-info .form-group .form-control {
  position: static;
  width: 100%;
  height: .34rem;
  line-height: .34rem;
  border-radius: .08rem;
  border: 1px solid #d6d6d6;
  font-size: .13rem;
  text-indent: 0;
  padding: 0 .1rem;
}

.tixian-bg .tixian .tixian-info .form-group .eye,
.tixian-bg .tixian .tixian-info .form-group .eye-1,
.tixian-bg .tixian .tixian-info .form-group .eye-2 {
  position: absolute;
  right: .1rem;
  bottom: .09rem;
}

.tixian-bg .tixian .withdraw-channel-select {
  width: 100%;
  height: .42rem;
  border: 1px solid #dfdfdf;
  border-radius: .08rem;
  background: #f3f3f5;
  color: #222;
  font-size: .14rem;
  padding: 0 .36rem 0 .12rem;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%23222' d='M2.22 4.47a.75.75 0 0 1 1.06 0L6 7.19l2.72-2.72a.75.75 0 1 1 1.06 1.06L6.53 8.78a.75.75 0 0 1-1.06 0L2.22 5.53a.75.75 0 0 1 0-1.06'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .12rem center;
  background-size: .12rem .12rem;
}

.tixian-bg .tixian .tixian-info .tips {
  text-align: center;
  font-size: .12rem;
  line-height: 1.7;
  margin-top: .08rem;
}

.tixian-bg .tixian .tixian-info .d-btn3 {
  display: none;
}

.tixian-bg .tixian .tixian-info .d-btn4 {
  min-width: 1.2rem;
  height: .36rem;
  line-height: .36rem;
  margin-top: .12rem;
  color: #111 !important;
}

/* Account detail modal redesign */
.dianshu-bg .dianshu {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 0;
  margin-top: 0;
  width: 9.4rem;
  height: 6.1rem;
  border-radius: .14rem;
  background: #fff;
}

.dianshu-bg .dianshu h3 {
  height: .46rem;
  line-height: .46rem;
  padding-left: 0;
  text-align: center;
  font-size: .18rem;
  color: #111 !important;
  background: #ffb325;
}

.dianshu-bg .dianshu h3 .chong {
  display: none !important;
}

.dianshu-bg .dianshu h3 .close {
  right: .12rem;
  top: 50%;
  transform: translateY(-50%);
  width: .24rem;
  height: .24rem;
  border: none;
  background: transparent;
  color: #111;
  font-size: .28rem;
  line-height: .22rem;
  text-align: center;
  padding: 0;
}

.dianshu-bg .dianshu .select-main,
.dianshu-bg .dianshu .dslist {
  width: 8.72rem;
  margin: .14rem auto;
}

.dianshu-bg .dianshu .select-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .18rem;
  margin-bottom: .22rem;
}

.dianshu-bg .dianshu .select-main .type {
  width: 1.8rem;
  height: .34rem;
  border-radius: .17rem;
  border: none;
  background: #ffb325;
  color: #111 !important;
  font-size: .13rem;
  text-align: center;
}

.dianshu-bg .dianshu .time.search {
  display: flex;
  align-items: center;
  gap: .12rem;
}

.dianshu-bg .dianshu .time.search .date-range-pill {
  display: flex;
  align-items: center;
  gap: .08rem;
  background: #ffb325;
  border-radius: .17rem;
  height: .34rem;
  padding: 0 .12rem;
}

.dianshu-bg .dianshu .time.search p input {
  width: 1.48rem;
  height: .3rem;
  border: none;
  border-radius: .06rem;
  background: transparent;
  color: #111;
  font-size: .12rem;
  text-align: center;
}

.dianshu-bg .dianshu .time.search span {
  color: #111;
  font-size: .12rem;
}

.dianshu-bg .dianshu .time.search button {
  width: .9rem;
  height: .34rem;
  line-height: .34rem;
  border: none;
  border-radius: .17rem;
  background: #ffb325;
  color: #111;
  font-size: .12rem;
  font-weight: 700;
}

.dianshu-bg .dianshu .dslist > p {
  display: grid;
  grid-template-columns: 3.2fr 1.3fr 1.5fr 1.6fr;
  align-items: center;
  margin: .06rem 0 .08rem;
  padding: 0 .12rem;
}

.dianshu-bg .dianshu .dslist p span {
  width: auto !important;
  margin-left: 0 !important;
  font-size: .13rem;
  color: #222 !important;
}

.dianshu-bg .dianshu .dslist .dslist-box {
  height: 4.45rem;
  border-radius: .08rem;
  overflow: hidden;
  background: #fafafa;
}

.dianshu-bg .dianshu .dslist ._panel-box {
  height: 4.45rem !important;
  padding-bottom: 0 !important;
}

.dianshu-bg .dianshu #minirefresh {
  background: transparent !important;
}

.dianshu-bg .dianshu #listdata .detail-row {
  display: grid;
  grid-template-columns: 3.2fr 1.3fr 1.5fr 1.6fr;
  align-items: center;
  margin: 0;
  padding: 0 .12rem;
  border-bottom: 1px solid #ececec;
  border-radius: 0;
  background: #fff;
}

.dianshu-bg .dianshu #listdata .detail-row li {
  width: auto !important;
  line-height: .42rem;
  height: .42rem;
  font-size: .13rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dianshu-bg .dianshu #listdata .detail-row li:first-child {
  text-align: left;
}

.dianshu-bg .dianshu #minirefresh .minirefresh-upwrap {
  padding: .24rem 0;
  font-size: .13rem;
  color: #666;
}

/* Wallet modal */
.reside .user-money .num {
  cursor: pointer;
}

.wallet-bg .wallet-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9.4rem;
  height: 6.1rem;
  border-radius: .14rem;
  overflow: hidden;
  background: #fff;
}

.wallet-bg .wallet-modal h3 {
  height: .46rem;
  line-height: .46rem;
  padding-left: 0;
  text-align: center;
  font-size: .18rem;
  color: #111 !important;
  background: #ffb325;
  position: relative;
}

.wallet-bg .wallet-modal h3 .wallet-close {
  position: absolute;
  right: .12rem;
  top: 50%;
  transform: translateY(-50%);
  width: .24rem;
  height: .24rem;
  border: none;
  background: transparent;
  color: #111;
  font-size: .28rem;
  line-height: .22rem;
  text-align: center;
  padding: 0;
}

.wallet-bg .wallet-main {
  height: calc(100% - .46rem);
  padding: .12rem .14rem;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.wallet-bg .wallet-tabs {
  display: flex;
  justify-content: center;
  gap: .1rem;
  margin-bottom: .12rem;
  flex-shrink: 0;
}

.wallet-bg .wallet-tabs a {
  min-width: 1.2rem;
  height: .34rem;
  line-height: .34rem;
  text-align: center;
  border-radius: .17rem;
  color: #111;
  font-size: .14rem;
  background: #efefef;
}

.wallet-bg .wallet-tabs a.active {
  background: #ffb325;
  font-weight: 700;
}

.wallet-bg .wallet-panel {
  display: none;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.wallet-bg .wallet-panel.active {
  display: flex;
  flex-direction: column;
}

.wallet-bg .wallet-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .12rem;
  margin-bottom: .16rem;
}

.wallet-bg .wallet-type-select {
  width: 1.8rem;
  height: .34rem;
  border: none;
  border-radius: .17rem;
  background: #ffb325;
  color: #111;
  font-size: .13rem;
  text-align: center;
}

.wallet-bg .wallet-date-pill {
  height: .34rem;
  border-radius: .17rem;
  background: #ffb325;
  display: inline-flex;
  align-items: center;
  gap: .12rem;
  padding: 0 .18rem;
  color: #111;
  font-size: .12rem;
}

.wallet-bg .wallet-date-pill.wallet-date-pill-input {
  padding: 0 .1rem;
}

.wallet-bg .wallet-date-pill.wallet-date-pill-input p {
  margin: 0;
}

.wallet-bg .wallet-date-pill.wallet-date-pill-input input {
  width: 1.22rem;
  height: .24rem;
  border: none;
  background: transparent;
  color: #111;
  text-align: center;
  font-size: .12rem;
}

.wallet-bg .wallet-date-pill em {
  font-style: normal;
}

.wallet-bg .wallet-search-btn {
  width: .9rem;
  height: .34rem;
  border: none;
  border-radius: .17rem;
  background: #ffb325;
  color: #111;
  font-size: .12rem;
  font-weight: 700;
}

.wallet-bg .wallet-summary p {
  font-size: .16rem;
  color: #222;
  margin-bottom: .06rem;
}

.wallet-bg .wallet-summary h5 {
  font-size: .14rem;
  color: #222;
  margin-bottom: .08rem;
}

.wallet-bg .wallet-list {
  flex: 1;
  min-height: 0;
  height: auto;
  overflow-y: auto;
  border-top: 1px solid #ececec;
}

.wallet-bg .wallet-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: .08rem 0;
  border-bottom: 1px solid #ececec;
}

.wallet-bg .wallet-row li {
  font-size: .13rem;
  color: #222;
}

.wallet-bg .wallet-row li:first-child {
  line-height: 1.3;
}

.wallet-bg .wallet-row li:first-child span {
  display: block;
  margin-top: .03rem;
  font-size: .12rem;
  color: #999;
}

.wallet-bg .wallet-row li:last-child {
  text-align: right;
  padding-right: .06rem;
}

.wallet-bg .wallet-empty {
  height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: .16rem;
}

.wallet-bg .wallet-withdraw-overview {
  text-align: center;
  margin-bottom: .1rem;
}

.wallet-bg .wallet-withdraw-overview p {
  font-size: .18rem;
  color: #222;
  line-height: 1.3;
}

.wallet-bg .wallet-progress-wrap {
  margin: .08rem auto .12rem;
  display: inline-flex;
  align-items: center;
  gap: .08rem;
}

.wallet-bg .wallet-progress-track {
  width: 4.2rem;
  height: .2rem;
  border-radius: .1rem;
  background: #e7e7e7;
  position: relative;
  overflow: hidden;
}

.wallet-bg .wallet-progress-fill {
  height: 100%;
  border-radius: .1rem;
  background: #ffb325;
}

.wallet-bg .wallet-progress-track span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: .12rem;
  color: #111;
  font-weight: 700;
}

.wallet-bg .wallet-progress-tip {
  width: .18rem;
  height: .18rem;
  border-radius: 50%;
  background: #ff9900;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .12rem;
  font-style: normal;
  font-weight: 700;
}

.wallet-bg .wallet-date-btns {
  display: flex;
  justify-content: center;
  gap: .08rem;
  margin-bottom: .12rem;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.wallet-bg .wallet-date-btn {
  min-width: .9rem;
  height: .3rem;
  line-height: .3rem;
  text-align: center;
  border-radius: .15rem;
  color: #555;
  font-size: .12rem;
  background: #f0f0f0;
  transition: background .2s, color .2s;
}

.wallet-bg .wallet-date-btn.active {
  background: #ffb325;
  color: #111;
  font-weight: 700;
}

.wallet-bg .wallet-loading {
  text-align: center;
  padding: .2rem 0;
  color: #999;
  font-size: .13rem;
}

.wallet-bg .wallet-nodata {
  text-align: center;
  padding: .4rem 0;
  color: #999;
  font-size: .14rem;
}

/* Agent transfer modal */
body .agent-transfer-modal {
  border-radius: .12rem !important;
  overflow: hidden;
}

body .agent-transfer-modal .layui-layer-content {
  background: transparent;
}

.agent-transfer-card {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: .12rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.agent-transfer-topbar {
  height: .24rem;
  background: #ffb325;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: .08rem;
}

.agent-transfer-topbar .transfer-close {
  width: .2rem;
  height: .2rem;
  line-height: .18rem;
  border: none;
  background: transparent;
  color: #111;
  font-size: .24rem;
  cursor: pointer;
}

.agent-transfer-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: .16rem .2rem .16rem;
}

.agent-transfer-body h4 {
  font-size: .24rem;
  line-height: 1.2;
  color: #111;
  margin-bottom: .14rem;
}

.agent-transfer-body .transfer-input {
  width: 100%;
  max-width: 2.1rem;
  height: .3rem;
  border: 1px solid #a7a7a7;
  border-radius: .06rem;
  background: #fff;
  color: #222;
  font-size: .14rem;
  padding: 0 .12rem;
  margin: 12px auto;
  display: block;
}

.agent-transfer-body .transfer-input::placeholder {
  color: #bdbdbd;
}

.agent-transfer-body .transfer-submit {
  min-width: 1.08rem;
  height: .36rem;
  line-height: .36rem;
  border: none;
  border-radius: .18rem;
  background: #ffb325;
  color: #111;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

/* Agent reward page */
.agent-reward-page .agent-reward-wrap {
  max-width: 13.6rem;
  margin: 0 auto;
  background: #fff;
  border-radius: .1rem;
  padding: .16rem .18rem .1rem;
}

.agent-reward-page .reward-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: .1rem;
}

.agent-reward-page .reward-total {
  font-size: .28rem;
  color: #111;
  margin-top: .06rem;
}

.agent-reward-page .reward-total em {
  font-style: normal;
  font-weight: 700;
}

.agent-reward-page .reward-actions {
  display: flex;
  flex-direction: column;
  gap: .08rem;
}

.agent-reward-page .reward-actions .agent-btn {
  min-width: 1.12rem;
  height: .32rem;
  border-radius: .16rem;
  font-size: .13rem;
}

.agent-reward-page .reward-filter {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-bottom: .12rem;
}

.agent-reward-page .reward-filter-title {
  font-size: .28rem;
  color: #111;
  font-weight: 700;
  justify-self: start;
}

.agent-reward-page .reward-date-nav {
  display: flex;
  align-items: center;
  gap: .1rem;
  justify-self: center;
}

.agent-reward-page .reward-date-nav .nav-arrow {
  width: .22rem;
  height: .3rem;
  line-height: .3rem;
  text-align: center;
  color: #111;
  font-size: .2rem;
}

.agent-reward-page .reward-date-nav .date-pill {
  min-width: 1.7rem;
  height: .36rem;
  line-height: .36rem;
  text-align: center;
  border-radius: .18rem;
  background: #ffb325;
  color: #111;
  font-size: .22rem;
  font-weight: 700;
  padding: 0 .2rem;
}

.agent-reward-page .reward-date-nav .yesterday-btn {
  height: .32rem;
  line-height: .32rem;
  padding: 0 .16rem;
  border-radius: .16rem;
  background: #d9d9d9;
  font-size: .14rem;
  color: #333;
}

.agent-reward-page .reward-list {
  border-top: 1px solid #d9d9d9;
}

.agent-reward-page .reward-item {
  border-bottom: 1px solid #d6d6d6;
  padding: .1rem 0;
}

.agent-reward-page .reward-item-time {
  font-size: .12rem;
  color: #9a9a9a;
  margin-bottom: .04rem;
}

.agent-reward-page .reward-item-head {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.agent-reward-page .reward-item-head strong {
  flex: 1;
  font-size: .24rem;
  color: #111;
}

.agent-reward-page .reward-item-head .reward-head-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: .38rem;
}

.agent-reward-page .reward-item-head em {
  font-style: normal;
  font-size: .24rem;
  color: #222;
  margin-right: 0;
  line-height: 1;
  margin-bottom: .06rem;
}

.agent-reward-page .reward-item-head .toggle-icon {
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: .2rem;
  height: .2rem;
  transform: rotate(180deg);
  transition: transform .2s ease;
}

.agent-reward-page .reward-item-head .toggle-icon svg {
  width: .17rem;
  height: .17rem;
}

.agent-reward-page .reward-item.open .reward-item-head .toggle-icon {
  transform: rotate(0deg);
}

.agent-reward-page .reward-item-body {
  display: none;
  margin-top: .08rem;
  padding-top: .08rem;
  border-top: 1px dashed #d5d5d5;
}

.agent-reward-page .reward-item.open .reward-item-body {
  display: block;
}

.agent-reward-page .reward-level-block {
  padding: .02rem 0 .1rem;
  border-bottom: 1px dashed #d5d5d5;
}

.agent-reward-page .reward-level-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.agent-reward-page .reward-level-block h6 {
  font-size: .24rem;
  color: #111;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: .04rem;
}

.agent-reward-page .reward-detail-line {
  display: flex;
  flex-wrap: wrap;
  gap: .24rem;
}

.agent-reward-page .reward-detail-line span {
  font-size: .16rem;
  color: #222;
}

.agent-reward-page .reward-detail-line span .val {
  color: #d92828;
  font-style: normal;
  font-weight: 700;
}

.agent-reward-page .reward-empty {
  min-height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: .2rem;
}

@media (max-width: 1200px) {
  .agent-reward-page .agent-reward-wrap {
    padding: .12rem;
  }

  .agent-reward-page .reward-total,
  .agent-reward-page .reward-filter-title {
    font-size: .2rem;
  }

  .agent-reward-page .reward-filter {
    grid-template-columns: 1fr;
    row-gap: .08rem;
  }

  .agent-reward-page .reward-filter-title {
    justify-self: start;
  }

  .agent-reward-page .reward-date-nav {
    justify-self: center;
  }

  .agent-reward-page .reward-item-head strong,
  .agent-reward-page .reward-item-head em {
    font-size: .18rem;
  }

  .agent-reward-page .reward-level-block h6 {
    font-size: .18rem;
  }

  .agent-reward-page .reward-date-nav .date-pill {
    min-width: 1.28rem;
    font-size: .16rem;
    padding: 0 .12rem;
  }

  .agent-reward-page .reward-detail-line span {
    font-size: .14rem;
  }
}

/* 登入／註冊 layer 開啟時：鎖住捲動並完全隱藏底部快速導覽（避免縫隙或層級露出） */
@media screen and (max-width: 1200px) {
  html.login-layer-open {
    overflow: hidden !important;
    height: 100%;
    max-height: 100vh;
    max-height: 100dvh;
    overscroll-behavior: none;
    -webkit-overflow-scrolling: auto;
  }

  html.login-layer-open body {
    overflow: hidden !important;
    overscroll-behavior: none;
  }

  body.login-layer-open .mobile-quick-nav {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    clip-path: inset(50%) !important;
  }
}

/* Mobile login popup (sgo theme only) */
@media (max-width: 1200px) {
  html.mobile-mode .sgo-login-page,
  html.mobile-mode .sgo-login-page body {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
    background: #000;
  }

  html.mobile-mode .sgo-login-page > div:first-child {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    height: 100%;
  }

  html.mobile-mode .sgo-login-page .login-main {
    position: fixed;
    inset: 0;
    width: 100vw;
    min-height: 100vh;
    min-height: 100dvh;
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: none;
    background: url('../images/login1.jpg') no-repeat center top;
    background-size: cover;
    transform: none;
  }

  html.mobile-mode .sgo-login-page .login-main::before {
    height: .04rem;
    z-index: 2;
  }

  html.mobile-mode .sgo-login-page .login-main::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.58rem;
    height: .76rem;
    background: url('../images/logo.webp') no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -3.24rem);
    z-index: 4;
  }

  html.mobile-mode .sgo-login-page .login-main .login-l {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: .36rem .48rem;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  html.mobile-mode .sgo-login-page .login-main .login-r {
    display: none;
  }

  html.mobile-mode .sgo-login-page .login-main .login-l h3 {
    margin: 0 0 .2rem;
    display: flex;
    justify-content: center;
  }

  html.mobile-mode .sgo-login-page .login-main .login-l h3 span {
    display: none;
  }

  html.mobile-mode .sgo-login-page .login-main .login-l h3 .select1 {
    display: none;
  }

  html.mobile-mode .sgo-login-page .login-l .login {
    width: 100%;
    max-width: 5.5rem;
    padding: .2rem 0 0;
    text-align: center;
  }

  html.mobile-mode .sgo-login-page .login-l .login .form-group {
    width: 100%;
    height: .56rem;
    margin-bottom: .18rem;
  }

  html.mobile-mode .sgo-login-page .login-l .login .form-group input {
    display: block;
    height: 100%;
    border: 0;
    border-radius: .28rem;
    padding: 0 .22rem;
    margin-bottom: 0;
    font-size: 14px;
    color: #111;
    background: #fff !important;
  }

  html.mobile-mode .sgo-login-page .login-l .login .form-group input::placeholder {
    color: #a8a8a8 !important;
  }

  html.mobile-mode .sgo-login-page .login-l .login .form-group .eye-1,
  html.mobile-mode .sgo-login-page .login-l .login .form-group .eye-2 {
    right: .2rem;
    top: .2rem;
    width: .22rem;
    height: .16rem;
  }

  html.mobile-mode .sgo-login-page .login-l .login .form-group .yzm {
    right: 0;
    top: 0;
    width: 2.08rem;
    height: .56rem;
    border-radius: .28rem;
    background: #f6a605;
    transform: rotate(-8deg);
    transform-origin: center center;
  }

  html.mobile-mode .sgo-login-page .login-l .login .form-group:nth-of-type(3) {
    display: flex;
    align-items: center;
    gap: .14rem;
  }

  html.mobile-mode .sgo-login-page .login-l .login .form-group:nth-of-type(3) input {
    width: auto;
    flex: 1;
    min-width: 0;
    padding-right: .22rem;
  }

  html.mobile-mode .sgo-login-page .login-l .login .form-group:nth-of-type(3) .yzm {
    position: static;
    width: 1.9rem;
    flex-shrink: 0;
  }

  html.mobile-mode .sgo-login-page .login-l .login .checkbox {
    display: none;
  }

  html.mobile-mode .sgo-login-page .dr-btn {
    width: 100%;
    height: .56rem;
    line-height: .56rem;
    margin: .08rem 0 0;
    border-radius: .28rem;
    background: #fff !important;
    color: #111 !important;
    font-size: 14px;
    font-weight: 500;
  }

  html.mobile-mode .sgo-login-page .login-forget {
    display: inline-block;
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, .92) !important;
  }

  html.mobile-mode .sgo-login-page .login-links-row {
    margin-top: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .16rem;
  }

  html.mobile-mode .sgo-login-page .login-register-btn {
    display: block;
    margin-top: 12px;
    margin-left: 0;
    width: auto;
    height: auto;
    line-height: 1.2;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    text-decoration: underline;
    color: rgba(255, 255, 255, .95) !important;
    background: transparent;
  }

  html.mobile-mode .sgo-login-page .login-contact {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .92) !important;
  }

  html.mobile-mode .sgo-login-page .login-main .login-l .kefu {
    display: none;
  }

  html.mobile-mode .sgo-login-page .login-l .reg {
    width: 100%;
    max-width: 5.5rem;
    margin: .46rem auto 0;
    padding-top: 0;
  }

  html.mobile-mode .sgo-login-page .reg .dr-btn {
    margin-top: .16rem;
  }

  html.mobile-mode .sgo-login-page .reg-login-btn {
    display: block;
    width: 100%;
    height: .56rem;
    line-height: .56rem;
    margin-top: .14rem;
    border: 0;
    border-radius: .28rem;
    background: #ffb325 !important;
    color: #111 !important;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
  }

  html.mobile-mode .sgo-login-page .reg-contact {
    display: block;
    margin-top: .12rem;
    text-align: center;
    color: #fff !important;
    font-size: 14px;
  }
}
