.tt55 {
  top: 50%;
  transform: translate(-50%, -50%);
}
.tt05 {
  top: 50%;
  transform: translate(0, -50%);
}
.flb {
  display: flex;
  justify-content: space-between;
}
.flc {
  display: flex;
  justify-content: center;
}
.register-page {
  min-height: 100%;
  background: url("../images/reg_bg.jpg") 0 0 no-repeat;
  background-size: cover;
  color: #fff;
}
.register-page .common-btn-box {
  margin-top: 1.87733333rem;
  width: 100%;
}
.register-page .title {
  font-size: 1.06666667rem;
  padding: 1.28rem 0.85333333rem;
  font-weight: bold;
}
.register-page .reg-content {
  padding: 0 1.92rem 0 0.85333333rem;
}
.register-page .reg-content .form-item {
  margin-bottom: 1.06666667rem;
  position: relative;
}
.register-page .reg-content .form-item.select select {
  position: relative;
  z-index: 2;
}
.register-page .reg-content .form-item.select select:invalid {
  color: #fff;
}
.register-page .reg-content .form-item.select::after {
  content: "";
  position: absolute;
  right: 0.29866667rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.42666667rem;
  height: 0.42666667rem;
  background: url("../images/icon_down.png") center center no-repeat;
  background-size: contain;
  z-index: 1;
}
.register-page .reg-content .form-item .btn {
  position: absolute;
  right: 0;
  bottom: 0.42666667rem;
  color: #fff;
  font-size: 0.59733333rem;
  line-height: 1.28rem;
  border-radius: 1.28rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #383131;
  border: 0;
  outline: 0;
  text-align: center;
  padding: 0 0.42666667rem;
  min-width: 2.56rem;
}
.register-page .reg-content .form-item .verify-box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 3.41333333rem;
  height: 1.28rem;
}
.register-page .reg-content .link-box {
  margin-top: 1.28rem;
  text-align: center;
}
.register-page .reg-content .link-box .link {
  color: #fff;
  position: relative;
  font-size: 0.64rem;
  margin: 0 1.024rem;
  padding-right: 0.68266667rem;
}
.register-page .reg-content .link-box .link .text-line {
  text-decoration: underline;
}
.register-page .reg-content.login-content {
  height: 100%;
  padding: 2.98666667rem 1.36533333rem;
}
.register-page .reg-content.login-content .logo {
  width: 7.532rem;
  display: block;
  margin: 0 auto 2.73066667rem;
}
.register-page .reg-content.login-content .form-item {
  position: relative;
  margin-bottom: 0.64rem;
}
.register-page .reg-content.login-content .form-item .input-text {
  padding-left: 2.176rem;
  padding-bottom: 0.72533333rem;
}
.register-page .reg-content.login-content .form-item::before {
  content: "";
  position: absolute;
  left: 0.512rem;
  top: 0.384rem;
  width: 0.68266667rem;
  height: 0.68266667rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.register-page .reg-content.login-content .form-item.user::before {
  background-image: url("../images/icon_user.png");
}
.register-page .reg-content.login-content .form-item.pwd::before {
  background-image: url("../images/icon_pwd.png");
}
.register-page .reg-content.login-content .form-item.code::before {
  background-image: url("../images/icon_code.png");
}
.register-page .reg-content.login-content .form-item .verify-box {
  margin-top: -0.17066667rem;
}
.register-page .reg-content.login-content .link-box .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  height: 0.46933333rem;
  width: 0.46933333rem;
  background: url("../images/icon_arrow_right.png") right center no-repeat;
  background-size: auto 100%;
}
.register-page .reg-content.other-content {
  padding: 0 0.42666667rem;
}
.register-page .reg-content.other-content .form-main {
  padding-bottom: 0.42666667rem;
}
.register-page
  .reg-content.other-content
  .form-main
  .form-item.select
  select:invalid {
  color: #d2d2d2;
}
.register-page .input-text {
  display: block;
  width: 80%;
  font-size: 0.64rem;
  line-height: 0.93866667rem;
  padding: 0.29866667rem 0;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #eee1cb;
  color: #fff;
  border-radius: 0;
}
.register-page .input-text::placeholder {
  color: #fff;
}
.home-page {
  background: url("../images/home_top_bg.png") #f0f0f0 0 0 no-repeat;
  background-size: 100% auto;
  display: flex;
  flex-direction: column;
}
.home-page > * {
  flex-shrink: 0;
}
.home-page .hot-news {
  padding-top: 0.34133333rem;
  padding-bottom: 0.64rem;
  display: block;
}
.home-page .hot-news .banner {
  width: 100%;
  display: block;
  border-radius: 0.42666667rem;
}
.home-page .hot-news .swiper-news-container.swiper-container {
  margin-bottom: 0.256rem;
  height: 0.68266667rem;
}
.home-page .hot-news .swiper-news-container .swiper-slide {
  display: block;
  color: #ff6300;
  font-size: 0.42666667rem;
  line-height: 0.68266667rem;
  padding: 0 0.42666667rem;
  background-color: #fffae6;
  position: relative;
  padding-left: 1.36533333rem;
  border-radius: 0.68266667rem;
}
.home-page .hot-news .swiper-news-container .swiper-slide::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0.42666667rem;
  width: 0.59733333rem;
  height: 0.59733333rem;
  background: url("../images/icon_msg.png") 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.home-page .hot-news .swiper-news-container .swiper-slide span {
  display: block;
}
.home-page .hot-news .swiper-banner-container .swiper-pagination {
  height: 6px;
  color: #fff;
  letter-spacing: 0;
  bottom: 10px;
  font-size: 0;
}
.home-page
  .hot-news
  .swiper-banner-container
  .swiper-pagination
  .swiper-pagination-bullet {
  background-color: #ffffff;
  height: 100%;
  border-radius: 8px;
  width: 30px;
  margin: 0 4px;
  transition: all 0.2s;
  opacity: 0.4;
}
.home-page
  .hot-news
  .swiper-banner-container
  .swiper-pagination
  .swiper-pagination-bullet-active {
  opacity: 1;
  width: 30px;
}
.home-page .fixed-btn-box {
  position: fixed;
  right: 0;
  top: 4.82666667rem;
  z-index: 2;
}
.home-page .fixed-btn {
  display: block;
  font-weight: bold;
  font-size: 0.55466667rem;
  line-height: 1.28rem;
  border-radius: 1.28rem 0 0 1.28rem;
  padding: 0 0.256rem 0 0.42666667rem;
  margin-bottom: 0.512rem;
}
.home-page .fixed-btn .smaller {
  font-size: 0.42666667rem;
}
.home-page .fixed-cup {
  position: fixed;
  width: 2.98666667rem;
  right: 0;
  top: 12.8rem;
  z-index: 2;
}
.home-page .fixed-cup img {
  display: block;
  width: 100%;
}
.home-page .mescroll {
  flex-grow: 1;
  flex-shrink: 1;
  height: auto;
  padding-bottom: 2.13333333rem;
}
.home-page .guess-list .item {
  display: block;
  font-size: 0.512rem;
  color: #000;
  padding: 0.42666667rem 0.29866667rem;
  line-height: 1;
}
.home-page .guess-list .item .title {
  margin-bottom: 0.72533333rem;
}
.home-page .guess-list .item .between-info {
  font-size: 0.42666667rem;
  padding-right: 1.06666667rem;
}
.home-page .guess-list .item .bet-on-btn {
  margin-top: 0.64rem;
}
.home-page.details-page {
  background-image: none;
}
.home-page.details-page .page-title {
  margin-bottom: 0.55466667rem;
}
.home-page.details-page .pd10 {
  padding: 0 0.42666667rem;
}
.home-page.details-page .hot-news .between-info {
  margin-top: 0.59733333rem;
  margin-bottom: 0.85333333rem;
}
.home-page.details-page .hot-news .title {
  color: #000;
  font-size: 0.512rem;
}
.home-page.details-page .hot-news .bet-on-btn {
  margin: 0.85333333rem 0;
}
.home-page.details-page .hot-news .money-box {
  color: #999;
  font-size: 0.46933333rem;
}
.home-page.details-page .hot-news .money-box .money {
  font-size: 0.55466667rem;
  color: #000;
}
.home-page.details-page .earnings-box {
  padding: 0.64rem 0.85333333rem;
}
.home-page.details-page .earnings-box .title {
  font-size: 0.59733333rem;
  margin-bottom: 1.06666667rem;
  font-weight: bold;
}
.home-page.details-page .earnings-box .earnings {
  margin-right: 1.70666667rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.home-page.details-page .earnings-box .earnings .num {
  font-weight: bold;
  font-size: 1.024rem;
  margin-top: 0.42666667rem;
}
.home-page.details-page .earnings-box .earnings::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 1.024rem;
  background-color: #999;
}
.home-page .bet-on-btn .btn {
  padding-left: 1.10933333rem;
}
.home-page .xiazhu-btn {
  display: none;
  position: fixed;
  bottom: 12px;
  left: 50%;
  width: 11.73333333rem;
  height: 1.87733333rem;
  transform: translate(-50%, 0);
  line-height: 1.87733333rem;
  text-align: center;
  color: #fff;
  background-color: #fda016;
  font-weight: 500;
  font-size: 0.64rem;
}
.top10-list {
  padding: 0.85333333rem 0.42666667rem;
}
.top10-list .title {
  font-size: 0.59733333rem;
  color: #000;
  position: relative;
  padding-left: 5px;
}
.top10-list .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 1px;
  background-color: #ffc000;
}
.top10-list .list .item {
  display: flex;
  padding: 0.85333333rem 1.70666667rem 0.85333333rem 0.42666667rem;
  color: #000;
  font-size: 0.512rem;
  align-items: center;
}
.top10-list .list .item > * {
  flex-shrink: 0;
}
.top10-list .list .item:nth-child(even) {
  background-color: #ffebd6;
}
.top10-list .list .item .num {
  min-width: 1.024rem;
}
.top10-list .list .item .name {
  flex-grow: 1;
  flex-shrink: 1;
}
.jc-sheet {
  position: fixed;
  left: 0;
  bottom: 0;
  transform: translate(0, 100%);
  backface-visibility: hidden;
  z-index: 5000;
  width: 100%;
  background-color: #fff;
  transition: transform 0.3s;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
  text-align: center;
  padding: 0.85333333rem 1.408rem;
}
.jc-sheet.toggle {
  transform: translate(0);
}
.jc-sheet .title {
  font-size: 0.68266667rem;
  padding-bottom: 0.42666667rem;
  white-space: nowrap;
  overflow-x: auto;
}
.jc-sheet .title::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent;
}
.jc-sheet .tips {
  font-size: 0.46933333rem;
  margin-bottom: 0.68266667rem;
  color: #999;
}
.jc-sheet .operate-box {
  display: flex;
  margin-bottom: 1.28rem;
}
.jc-sheet .operate-box .btn {
  background-color: #fff;
  border-radius: 0.17066667rem;
  width: 1.45066667rem;
  height: 1.45066667rem;
  line-height: 1.45066667rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.68266667rem auto;
  flex-shrink: 0;
}
.jc-sheet .operate-box .btn.add {
  background-image: url("../images/icon_add.png");
}
.jc-sheet .operate-box .btn.subtract {
  background-image: url("../images/icon_subtract.png");
}
.jc-sheet .operate-box .input-text {
  flex-grow: 1;
  font-size: 0.59733333rem;
  line-height: 0.93866667rem;
  padding: 0.256rem 0;
  outline: 0;
  border: 0;
  background-color: #f2f2f2;
  border-radius: 0.17066667rem;
  color: #000;
  text-align: center;
  margin: 0 0.384rem;
}
.jc-sheet .operate-box .input-text::placeholder {
  color: #000;
}
.jc-sheet .tab-box {
  margin-bottom: 0.93866667rem;
  display: flex;
  justify-content: space-between;
}
.jc-sheet .tab-box .tab {
  width: 2.816rem;
  line-height: 1.536rem;
  border-radius: 0.17066667rem;
  font-size: 0.59733333rem;
}
.jc-sheet .phase-box {
  margin-bottom: 1.28rem;
  display: flex;
  justify-content: center;
  line-height: 1.28rem;
  border-radius: 1.28rem;
}
.jc-sheet .common-btn-box {
  width: 100%;
}
.jc-record-page .mescroll {
  margin-top: 0.42666667rem;
}
.jc-record-page .filter-top {
  padding-right: 0.85333333rem;
  align-items: center;
  position: relative;
}
.jc-record-page .filter-top .icon-filter {
  margin-right: 0.17066667rem;
  width: 0.59733333rem;
  display: inline-block;
  vertical-align: middle;
}
.jc-record-page .filter-top .filter-list {
  display: none;
  margin-top: 0.42666667rem;
  position: absolute;
  top: 100%;
  right: 0.68266667rem;
  background-color: #fff;
  box-shadow: 0px 0px 0.42666667rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.17066667rem;
  z-index: 10;
}
.jc-record-page .filter-top .filter-list::before {
  content: "";
  position: absolute;
  right: 10px;
  top: -6px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.jc-record-page .filter-top .filter-list .item {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.256rem 0.64rem;
  font-size: 0.46933333rem;
  line-height: 0.768rem;
  min-width: 8em;
  color: #696767;
}
.jc-record-page .record-main {
  padding: 0.85333333rem 0 0.85333333rem 0.42666667rem;
  font-size: 0.512rem;
  line-height: 1;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.jc-record-page .record-main .list li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.jc-record-page .record-main .list .item {
  display: block;
  padding-right: 0.85333333rem;
  padding-bottom: 0.55466667rem;
  color: #000;
}
.jc-record-page .record-main .list .item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.jc-record-page .record-main .list .item .between-info {
  color: #000;
}
.jc-record-page .record-main .list .item a {
  color: #000;
}
.jc-record-page .record-main .list .item .bigger {
  font-size: 0.59733333rem;
  font-weight: bold;
}
.jc-record-page .record-main .list .item .p {
  padding-top: 0.64rem;
  padding-bottom: 0.42666667rem;
}
.jc-record-page .record-main .list li:first-child .item .p:first-child {
  padding-top: 0.21333333rem;
}
.cash-record-page,
.jc-report-page {
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.cash-record-page .filter-top,
.jc-report-page .filter-top {
  margin: 0.42666667rem;
}
.cash-record-page .tab-box,
.jc-report-page .tab-box {
  padding: 0.34133333rem 0;
  background-color: #fff;
  text-align: center;
}
.cash-record-page .tab-box .tab,
.jc-report-page .tab-box .tab {
  line-height: 0.93866667rem;
  font-size: 0.64rem;
  color: #999;
  padding: 0 0.512rem;
  border-radius: 0.93866667rem;
  margin: 0 1.28rem;
}
.cash-record-page .tab-box .tab.active,
.jc-report-page .tab-box .tab.active {
  color: #fff;
}
.cash-record-page .record-main,
.jc-report-page .record-main {
  padding-top: 0.42666667rem;
}
.jc-report-page {
  font-size: 0.46933333rem;
}
.jc-report-page .page-title {
  margin-bottom: 0.42666667rem;
}
.jc-report-page .filter-top {
  padding-right: 0;
  margin: 0;
}
.jc-report-page .record-main {
  padding: 0.42666667rem;
  margin-bottom: 0;
}
.jc-report-page table {
  width: 100%;
  line-height: 1.024rem;
}
.jc-report-page table td {
  padding: 0.34133333rem 0;
  font-weight: bold;
  text-align: left;
}
.jc-report-page table th {
  color: #333;
  line-height: 1.024rem;
  text-align: left;
}
.jc-report-page table th:nth-child(1) {
  width: 38%;
  padding-left: 0.55466667rem;
}
.jc-report-page table th:nth-child(2) {
  width: 24%;
}
.jc-report-page table th:nth-child(3) {
  width: 24%;
}
.jc-report-page table th,
.jc-report-page table tbody tr:nth-child(even) td {
  background-color: #eff3fa;
}
.jc-report-page table th:first-child,
.jc-report-page table tbody tr:nth-child(even) td:first-child {
  border-radius: 4px 0 0 4px;
}
.jc-report-page table th:last-child,
.jc-report-page table tbody tr:nth-child(even) td:last-child {
  border-radius: 0 0 4px 4px;
}
.jc-report-page table tbody tr td:nth-child(1) {
  padding-left: 0.55466667rem;
}
.duobao-page {
  font-size: 0.55466667rem;
}
.duobao-page .tips {
  padding: 0.512rem 0;
  margin: 0 0.42666667rem;
}
.duobao-page .record-main {
  padding: 0.42666667rem;
  padding-right: 0;
}
.duobao-page .mescroll {
  margin-top: 0;
}
.personal-page .personal-main {
  font-size: 0.512rem;
  padding: 0 0.85333333rem;
}
.personal-page .personal-main.details {
  padding: 0 0.42666667rem;
}
.personal-page .personal-main .earnings-box {
  padding: 0.64rem 0.42666667rem 0.85333333rem;
  margin-bottom: 0.85333333rem;
}
.personal-page .personal-main .earnings-box .p1 {
  font-size: 0.59733333rem;
  margin-bottom: 0.256rem;
}
.personal-page .personal-main .earnings-box .p2 {
  font-size: 0.81066667rem;
  margin-bottom: 1.49333333rem;
  font-weight: bold;
}
.personal-page .personal-main .earnings-box .earnings {
  display: flex;
  text-align: center;
  position: relative;
  font-size: 0.42666667rem;
  color: #222;
}
.personal-page .personal-main .earnings-box .earnings .item {
  width: 50%;
}
.personal-page .personal-main .earnings-box .earnings .icon {
  width: 1.45066667rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.42666667rem;
}
.personal-page .personal-main .earnings-box .earnings .num {
  font-weight: bold;
  font-size: 0.81066667rem;
  margin-top: 0.128rem;
}
/*.personal-page .personal-main .earnings-box .earnings::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  top: 0.42666667rem;*/
/*  width: 2px;*/
/*  height: 2.56rem;*/
/*  background-color: #ffc000;*/
/*}*/
.personal-page .personal-main .menu-list {
  box-sizing: border-box;
  box-shadow: 0px 0px 0.42666667rem 0 rgba(0, 0, 0, 0.2);
  padding: 0.34133333rem 0;
}
.personal-page .personal-main .link {
  line-height: 1;
  padding: 0.64rem 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  color: #070707;
  position: relative;
  line-height: 0.85333333rem;
}
.personal-page .personal-main .link:not(:last-child) {
  border-bottom: solid 1px #e6e6e6;
}
.personal-page .personal-main .link.noborder {
  border-bottom: 0;
}
.personal-page .personal-main .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.59733333rem;
  transform: translate(0, -50%);
  width: 0.59733333rem;
  height: 0.59733333rem;
  background: url("../images/icon_arrow_right2.png") right center no-repeat;
  background-size: auto 100%;
}
.personal-page .personal-main .link.no-arrow::after {
  background: none;
}
.personal-page .personal-main .link .icon {
  flex-shrink: 0;
  width: 0.85333333rem;
  height: 0.85333333rem;
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: 0.59733333rem;
}
.personal-page .personal-main .link .icon.icon1 {
  background-image: url("../images/my_icon1.png");
}
.personal-page .personal-main .link .icon.icon2 {
  background-image: url("../images/my_icon2.png");
}
.personal-page .personal-main .link .icon.icon3 {
  background-image: url("../images/my_icon3.png");
}
.personal-page .personal-main .link .icon.icon4 {
  background-image: url("../images/my_icon4.png");
}
.personal-page .personal-main .link .icon.icon5 {
  background-image: url("../images/my_icon5.png");
}
.personal-page .personal-main .link .text {
  padding-left: 10px;
  width: 100%;
}
.personal-page .personal-main .menu-list.detail {
  margin-top: 0.42666667rem;
  padding: 0 0.34133333rem;
}
.personal-page .personal-main .menu-list.detail .link .icon {
  height: 0.46933333rem;
  background-size: auto 100%;
}
.personal-page .personal-main .menu-list.detail .link .icon.icon1 {
  height: 0.64rem;
  background-image: url("../images/my_d_icon1.png");
}
.personal-page .personal-main .menu-list.detail .link .icon.icon2 {
  height: 0.59733333rem;
  background-image: url("../images/my_d_icon2.png");
}
.personal-page .personal-main .menu-list.detail .link .icon.icon3 {
  background-image: url("../images/my_d_icon3.png");
}
.personal-page .personal-main .menu-list.detail .link .icon.icon4 {
  background-image: url("../images/my_d_icon4.png");
}
.personal-page .personal-main .menu-list.detail .weui-cell_switch {
  padding: 0;
}
.personal-page
  .personal-main
  .menu-list.detail
  .weui-switch-cp__input:checked
  + .weui-switch-cp__box,
.personal-page
  .personal-main
  .menu-list.detail
  .weui-switch-cp__input[aria-checked="true"]
  + .weui-switch-cp__box,
.personal-page .personal-main .menu-list.detail .weui-switch:checked {
  background-color: #ffc000;
  border-color: #ffc000;
}
.personal-page .personal-main .menu-list.detail .weui-switch,
.personal-page .personal-main .menu-list.detail .weui-switch-cp__box {
  height: 24px;
}
.personal-page .personal-main .menu-list.detail .weui-switch-cp__box:after,
.personal-page .personal-main .menu-list.detail .weui-switch:after {
  width: 20px;
  height: 20px;
}
.personal-page
  .personal-main
  .menu-list.detail
  .weui-switch-cp__input:checked
  + .weui-switch-cp__box:after,
.personal-page
  .personal-main
  .menu-list.detail
  .weui-switch-cp__input[aria-checked="true"]
  + .weui-switch-cp__box:after,
.personal-page .personal-main .menu-list.detail .weui-switch:checked:after {
  -webkit-transform: translateX(28px);
  transform: translateX(28px);
}
.personal-page .personal-main .menu-list.pwd {
  margin-top: 0.42666667rem;
  padding: 0 0.34133333rem;
}
.personal-page .personal-main .menu-list.pwd .link .icon {
  height: 0.72533333rem;
  background-size: auto 100%;
}
.personal-page .personal-main .menu-list.pwd .link .icon.icon1 {
  background-image: url("../images/pwd_icon1.png");
}
.personal-page .personal-main .menu-list.pwd .link .icon.icon2 {
  background-image: url("../images/pwd_icon2.png");
}
.history-page.home-page.details-page .hot-news .bet-on-btn {
  margin-bottom: 0;
}
.rank-page {
  background: url("../images/cup_bg.jpg") #df0827 0 36px no-repeat;
  background-size: 100% auto;
  padding-bottom: 0.85333333rem;
  height: auto;
}
.rank-page .tab-list {
  width: 7.68rem;
  margin: 0 auto;
  border: 1px solid #ff8201;
  margin-bottom: 0.85333333rem;
  display: flex;
  border-radius: 1.024rem;
}
.rank-page .tab-list .tab {
  width: 50%;
  line-height: 1.024rem;
  color: #ff8201;
  font-size: 0.55466667rem;
  text-align: center;
  font-weight: bold;
}
.rank-page .tab-list .tab:nth-child(1) {
  border-radius: 1.024rem 0 0 1.024rem;
  border-right: none;
}
.rank-page .tab-list .tab:nth-child(2) {
  border-radius: 0 1.024rem 1.024rem 0;
  border-left: none;
}
.rank-page .tab-list .tab.active {
  color: #fff;
  border-radius: 1.024rem;
  background-color: #ff8201;
}
.rank-page .top10-list {
  margin: 0 0.42666667rem;
  margin-top: 5.03466667rem;
  padding: 0.85333333rem 0;
}
.rank-page .top10-list .item {
  padding: 0.512rem 1.70666667rem 0.512rem 0.21333333rem;
}
.rank-page .top10-list .num {
  width: 1.024rem;
  height: 1.024rem;
  line-height: 1.024rem;
  text-align: center;
  margin-right: 0.68266667rem;
}
.rank-page .top10-list .rank {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center 0;
  color: rgba(0, 0, 0, 0);
}
.rank-page .top10-list .rank.rank1 {
  background-image: url("../images/cup_1.png");
}
.rank-page .top10-list .rank.rank2 {
  background-image: url("../images/cup_2.png");
}
.rank-page .top10-list .rank.rank3 {
  background-image: url("../images/cup_3.png");
}
.tixian-page {
  background: none;
  color: #000;
}
.tixian-page .page-title {
  margin-bottom: 0.55466667rem;
}
.tixian-page .label {
  font-size: 0.55466667rem;
  margin-bottom: 1.06666667rem;
}
.tixian-page .tips {
  font-size: 0.46933333rem;
}
.tixian-page .form-main {
  padding-top: 0.64rem;
  padding-bottom: 1.28rem;
}
.tixian-page .input-text {
  color: #333;
  border-bottom-color: #e1e1e1;
  line-height: 0.768rem 0;
  padding: 0.21333333rem;
}
.tixian-page .input-text::placeholder {
  color: #d2d2d2;
}
.tixian-page .reg-content.login-content.content {
  padding: 0 0.42666667rem;
}
.tixian-page .reg-content.login-content.content .form-item::before {
  top: 0.256rem;
  width: 0.68266667rem;
  height: 0.68266667rem;
}
.tixian-page .reg-content.login-content.content .form-item .input-text {
  padding-bottom: 0.21333333rem;
}
.tixian-page .form-item.money::before {
  background-image: url("../images/tx_icon1.png");
}
.tixian-page .form-item.tpwd::before {
  background-image: url("../images/tx_icon2.png");
}
.bank-page .type-tab {
  background-color: #fff;
  margin-bottom: 0.64rem;
}
.bank-page .type-tab .tab {
  color: #000;
}
.bank-page .type-tab .tab.active {
  border-color: #ffc000;
}
.bank-page .bank-list {
  margin-bottom: 0.85333333rem;
}
.bank-page .bank-list .item {
  display: flex;
  position: relative;
}
.bank-page .bank-list .item .icon {
  width: 1.10933333rem;
  margin-right: 0.42666667rem;
  flex-shrink: 0;
}
.bank-page .bank-list .item .icon img {
  display: block;
  width: 100%;
}
.bank-page .bank-list .item .name {
  margin-bottom: 0.64rem;
  line-height: 1.10933333rem;
}
.bank-page .bank-list .item .edit {
  position: absolute;
  right: 0.256rem;
  line-height: 1.10933333rem;
  top: 0.42666667rem;
  padding: 0 0.42666667rem;
}
.bank-page2 .page-title {
  margin-bottom: 0.42666667rem;
}
.bank-page2 .bank-list {
  padding: 0 0.42666667rem;
}
.bank-page2 .bank-list .bank-box {
  background-color: #ff3f44;
  padding: 0.85333333rem 1.06666667rem 0.64rem 1.28rem;
  color: #fff;
  font-size: 0.85333333rem;
  line-height: 1;
}
.bank-page2 .bank-list .bank-box .smaller {
  font-size: 0.46933333rem;
}
.bank-page2 .bank-list .bank-box .unit {
  vertical-align: -0.128rem;
}
.bank-page2 .bank-list .bank-box .ibm {
  display: inline-block;
  vertical-align: middle;
}
.bank-page2 .bank-list .bank-box .icon {
  width: 1.28rem;
  margin-right: 0.21333333rem;
  display: inline-block;
  vertical-align: middle;
}
.bank-page2 .bank-list .bank-box .card-num {
  margin-top: 0.64rem;
  margin-bottom: 1.49333333rem;
}
.wheel-page {
  background: url("../images/wheel_bg.jpg") #ffec59 0 36px no-repeat;
  background-size: 100% auto;
}
.wheel-page .fixed-btn-box {
  position: fixed;
  right: 0;
  top: 3.84rem;
  z-index: 2;
}
.wheel-page .fixed-btn {
  display: block;
  font-weight: bold;
  font-size: 0.55466667rem;
  line-height: 1.28rem;
  border-radius: 1.28rem 0 0 1.28rem;
  padding: 0 0.256rem 0 0.42666667rem;
  margin-bottom: 0.512rem;
}
.wheel-page .fixed-btn .smaller {
  font-size: 0.42666667rem;
}
.wheel-page .wheel-disk {
  margin-top: 7.89333333rem;
  position: relative;
}
.wheel-page .wheel-disk .disk {
  display: block;
  width: 100%;
}
.wheel-page .wheel-disk .rotate-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wheel-page .wheel-disk .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 5.504rem;
  height: 1.152rem;
  background: url("../images/wheel_btn_bg.png") 0 0 no-repeat;
  background-size: contain;
  line-height: 1.152rem;
  font-size: 0.85333333rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.wheel-page .wheel-disk .people {
  position: absolute;
  width: 1.45066667rem;
  left: 1.62133333rem;
  top: 5.888rem;
}
.wheel-page .info-box {
  margin-top: 2.34666667rem;
  min-height: 5.12rem;
  color: #000;
  background: url("../images/wheel_text_bg.png") 0 0 no-repeat;
  background-size: 100% auto;
  padding: 0.98133333rem 3.49866667rem;
  text-align: center;
}
.wheel-page .info-box .icon {
  width: 0.59733333rem;
  margin-right: 3px;
}
.wheel-page .info-box .bigger {
  font-size: 0.81066667rem;
  font-weight: bold;
}
.wheel-page .info-box .win-box {
  margin-top: 0.256rem;
  background-color: #eee;
  line-height: 1.024rem;
  border-radius: 1.024rem;
  color: #333;
}
.wheel-page .info-box .win-box > * {
  display: inline-block;
  vertical-align: middle;
}
