.h5 {
  width: 100vw;
  min-height: 200vh;
  background: #00101f;
  display: flex;
  flex-direction: column;
}

.h5 .h5-banner {
  width: 100%;
  height: 3.59rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 0.4rem;
  box-sizing: border-box;
  /* background: url('../images/h5-bg.png') no-repeat center center;
  background-size: cover; */
}

.h5 .h5-banner .h5-banner-text-1 {
  font-size: 0.32rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #f4b76d;
  line-height: 0.32rem;
  text-align: center;
}
.h5 .h5-banner .h5-banner-text-2 {
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 1);
  line-height: 0.32rem;
  margin-top: 0.1rem;
  text-align: center;
}
.h5 .h5-banner .h5-banner-text-3 {
  margin-top: 0.16rem;
  padding: 0.04rem 0.17rem;
  background: linear-gradient(284deg, rgba(230, 216, 188, 0) 0%, #f4b76d 100%);
  border-radius: 0.12rem;
  height: 0.16rem;
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}

.h5 .h5-bottom {
  width: 100%;
  padding: 0.22rem 0.15rem 0.69rem 0.15rem;
  box-sizing: border-box;
}

.h5 .h5-bottom .h5-bottom-name-list {
  width: 100%;
  height: 2.78rem;
  background: #141b24;
  border-radius: 12px;
  border: 1px solid #803b1a;
  padding: 0.2rem 0.12rem;
  box-sizing: border-box;
  margin-top: 0.24rem;
}
.h5 .h5-bottom .h5-bottom-mian {
  width: 100%;
  box-sizing: border-box;
  padding: 0.19rem 0.11rem 0.19rem 0.12rem;
  background: #141b24;
  border-radius: 12px;
  border: 1px solid #803b1a;
}

.h5-banner-mian-right {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.h5-banner-mian-right .h5-banner-mian-right-item {
  width: 1rem;
  height: 1rem;
  border-radius: 0.06rem;
  line-height: 1rem;
  text-align: center;
  box-sizing: border-box;
}
.h5-banner-mian-right .h5-banner-mian-right-item img {
  width: 100%;
  height: 100%;
  border-radius: 0.12rem;
}

.h5-banner-mian-right .h5-banner-mian-right-item.h5-bg-default {
  /* background: #01044e; */
  /* background: linear-gradient(135deg, rgba(162, 27, 2, 0) 0%, rgba(43, 15, 3, 0.6) 27%, rgba(34, 23, 5, 0.83) 44%, rgba(37, 13, 5, 0.76) 75%, rgba(93, 12, 10, 0) 100%);
  border-radius: 6px;
  border: 1px solid #803b1a; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.h5-banner-mian-right .h5-banner-mian-right-item.h5-bg-active {
  border: 1px solid #d5975f;
}

.h5-banner-mian-right .h5-start-lucky-draw {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  order: 2;
  margin-left: 0.1rem;
  text-align: center;
  font-size: 0.14rem;
  background: url("../images/action-bg.png") no-repeat center center;
  background-size: 100% 100%;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #f1d5b5;
  margin-top: 0.1rem;
  border-radius: 0.12rem;
}
.h5-banner-mian-right .h5-banner-mian-right-item:nth-child(2) {
  margin-left: 0.1rem;
}
.h5-banner-mian-right .h5-banner-mian-right-item:nth-child(3) {
  margin-left: 0.1rem;
}
.h5-banner-mian-right .h5-banner-mian-right-item:nth-child(4) {
  order: 4;
  margin-left: 0.1rem;
  margin-top: 0.1rem;
}
.h5-banner-mian-right .h5-banner-mian-right-item:nth-child(5) {
  order: 7;
  margin-left: 0.1rem;
  margin-top: 0.1rem;
}
.h5-banner-mian-right .h5-banner-mian-right-item:nth-child(6) {
  order: 6;
  margin-left: 0.1rem;
  margin-top: 0.1rem;
}
.h5-banner-mian-right .h5-banner-mian-right-item:nth-child(7) {
  order: 5;
  margin-top: 0.1rem;
}
.h5-banner-mian-right .h5-banner-mian-right-item:nth-child(8) {
  order: 1;
  margin-top: 0.1rem;
}

.h5-list-cord {
}

.h5-list-cord .h5-list-cord-login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.2rem;
}

.h5-list-cord .h5-list-cord-login .h5-list-cord-login-left {
  height: 0.22rem;
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.22rem;
}

.h5-list-cord .h5-list-cord-login .h5-list-cord-login-right {
  height: 0.22rem;
  font-size: 0.14rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #f4b76d;
  line-height: 0.22rem;
  border-bottom: 1px dashed #f4b76d;
}

.h5-list-cord .h5-list-cord-notlogin {
  margin-top: 0.2rem;
}
.h5-list-cord .h5-list-cord-notlogin .h5-list-cord-notlogin-left {
  height: 0.22rem;
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.22rem;
}
.h5-list-cord .h5-list-cord-notlogin .h5-list-cord-notlogin-right {
  width: 100%;
  height: 0.43rem;
  line-height: 0.43rem;
  margin-top: 0.12rem;
  text-align: center;
  font-size: 0.14rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fefefc;
  background: linear-gradient(126deg, #f65f0e 0%, #ff9c57 100%);
  border-radius: 0.04rem;
}

.h5 .h5-bottom .h5-bottom-name-list .h5-bottom-name-list-title {
  width: 100%;
  text-align: center;
  padding-bottom: 19px;
  height: 0.25rem;
  font-size: 0.18rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.25rem;
}
.h5 .h5-bottom .h5-bottom-name-list .h5-bottom-name-list-head {
  padding-left: 0.13rem;
  padding-right: 0.12rem;
  display: inline-flex;
  align-items: center;
  height: 0.16rem;
  font-size: 0.1rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #d9d9ff;
  line-height: 0.16rem;
  width: 100%;
  box-sizing: border-box;
}
.h5 .h5-bottom .h5-bottom-name-list .h5-bottom-name-list-head span {
  display: inline-block;
}
.h5 .h5-bottom .h5-bottom-name-list .h5-bottom-name-list-head span:nth-child(1) {
  width: 0.96rem;
}
.h5 .h5-bottom .h5-bottom-name-list .h5-bottom-name-list-head span:nth-child(2) {
  width: 0.8rem;
  text-align: center;
}
.h5 .h5-bottom .h5-bottom-name-list .h5-bottom-name-list-head span:nth-child(3) {
  flex: 1;
  text-align: right;
}

.h5 .h5-bottom .h5-bottom-name-list .h5-bottom-name-list-body {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 12px 12px 13px;
  /* background: url("../images/list-bg.png") no-repeat center center; */
  /* background-size: cover; */
  background: #0e1217;
}
.h5 .h5-bottom .h5-bottom-name-list .winnersList-nodata {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60%;
  color: #ffffff;
}

.h5-bottom-name-list .h5-bottom-name-list-body .h5-bottom-name-list-body-item {
  height: 16px;
  font-size: 0.14rem;
  font-family: DINPro-Regular, DINPro;
  font-weight: 400;
  color: #fefefc;
  line-height: 16px;
  box-sizing: border-box;
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.h5-bottom-name-list .h5-bottom-name-list-body .h5-bottom-name-list-body-item:not(:nth-child(1)) {
  padding-top: 16px;
}

.h5-bottom-name-list .h5-bottom-name-list-body .h5-bottom-name-list-body-item span {
  display: inline-block;
  height: 100%;
}

.h5-bottom-name-list .h5-bottom-name-list-body .h5-bottom-name-list-body-item span:nth-child(1) {
  width: 0.96rem;
}
.h5-bottom-name-list .h5-bottom-name-list-body .h5-bottom-name-list-body-item span:nth-child(2) {
  width: 0.8rem;
  text-align: center;
}
.h5-bottom-name-list .h5-bottom-name-list-body .h5-bottom-name-list-body-item span:nth-child(3) {
  flex: 1;
  text-align: right;
}

.h5 .h5-Top-up-currency {
  width: 100%;
  box-sizing: border-box;
  padding: 0.2rem 0.12rem 0.2rem 0.12rem;
  margin-top: 0.24rem;
  background: #141b24;
  border-radius: 12px;
  border: 1px solid #803b1a;
}
.h5-guid {
  color: #85889c;
}

.h5 .h5-Top-up-currency .h5-currency-title {
  height: 0.25rem;
  font-size: 0.18rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.25rem;
  width: 100%;
  text-align: center;
}
.h5 .h5-Top-up-currency .h5-process {
  width: 100%;
  margin-top: 0.74rem;
}
.h5 .h5-Top-up-currency .h5-process .process-outer {
  width: 100%;
  height: 0.08rem;
  background: #0e1217;
  border-radius: 0.05rem;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.h5 .h5-Top-up-currency .h5-process .process-outer .process-inner {
  display: inline-block;
  width: 33.33%;
  background: #f65f0e;
  border-radius: 0.05rem;
  opacity: 0.6;
  height: 100%;
  position: relative;
}

.h5 .h5-Top-up-currency .h5-process .process-outer .process-inner img {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.17rem;
  transform: translate(25%, -25%);
}

.h5 .h5-Top-up-currency .h5-process .process-outer .tips-box {
  padding: 0.08rem 0.12rem;
  box-sizing: border-box;
  background: #f65f0e;
  position: absolute;
  top: -0.45rem;
  left: -0.02rem;
  white-space: nowrap;
  font-size: 0.1rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #fefefc;
  line-height: 0.16rem;
  border-radius: 0.04rem;
}
.h5 .h5-Top-up-currency .h5-process .process-outer .tips-box .tips-box-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.04rem solid #f65f0e;
  position: absolute;
  bottom: -0.04rem;
  /* left: 0.12rem; */
  transform: rotate(45deg);
}

.h5 .h5-Top-up-currency .h5-process .process-tips {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.12rem;
  font-size: 0.12rem;
  color: #fefefc;
}
.h5 .h5-Top-up-currency .h5-process .process-tips .zero {
  transform: scale(0.8333);
}

.h5 .h5-Top-up-currency .h5-process .process-tips .process-tips-out {
  flex: 1;
  display: inline-block;
  height: 0.16rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 0.16rem;
  text-align: right;
}
.h5 .h5-Top-up-currency .h5-process .process-tips .process-tips-out:not(:last-child) .process-tips-out-10 {
  display: inline-block;
  /* transform: scale(0.8333) translateX(50%); */
  transform: scale(0.8333);
}
.h5 .h5-Top-up-currency .h5-process .process-tips .process-tips-out:last-child .process-tips-out-10 {
  display: inline-block;
  transform: scale(0.8333);
}

.h5 .h5-Top-up-currency .h5-process .process-tips .process-tips-out .process-tips-out-10 {
  font-size: 0.12rem;
  color: #fefefc;
  display: inline-block;
}

.h5-times-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.22rem;
}

.h5-times-box .h5-times-box-left {
  display: flex;
  align-items: center;
  background: #0e1217;
  border-radius: 0.04rem;
  padding: 0.06rem 0.1rem;
}
.h5-times-box .h5-times-box-left img {
  width: 0.2rem;
}
.h5-times-box .h5-times-box-left span {
  display: inline-block;
  margin-left: 0.12rem;
  font-size: 0.14rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #f65f0e;
}
.h5-times-box .h5-times-box-right {
  padding: 0.08rem 0.16rem;
  background: linear-gradient(126deg, #f65f0e 0%, #ff9c57 100%);
  border-radius: 0.04rem;
  font-size: 0.12rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fefefc;
}
.h5 .h5-table {
  margin-top: 0.21rem;
  width: 100%;
}
.h5 .h5-table .h5-table-more {
  display: inline-flex;
  align-items: center;
}

.h5 .h5-table .h5-table-more img {
  margin-left: 0.12rem;
  width: 0.13rem;
  transition: all 0.3s;
}
.h5 .h5-table .h5-table-more img.arrowRote {
  transform: rotate(-180deg);
}
.h5 .h5-table .h5-table-more span {
  height: 0.16rem;
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fefefc;
  line-height: 0.16rem;
}
.h5 .h5-table .h5-table-1 {
  background-color: #0d1216;
  margin-top: 0.12rem;
  border-radius: 0.04rem;
}
.h5 .h5-table .h5-table-1 .h5-table-1-head,
.h5 .h5-table .h5-table-1 .h5-table-1-body {
  display: inline-flex;
  align-items: center;
  height: 0.4rem;
  box-sizing: border-box;
  width: 100%;
}
.h5 .h5-table .h5-table-1 .h5-table-1-head .font-out,
.h5 .h5-table .h5-table-1 .h5-table-1-body .font-out {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: DINPro-Regular;
  font-weight: 400;
  color: #85889c;
  box-sizing: border-box;
  height: 100%;
}

.h5 .h5-table .h5-table-1 .h5-table-1-head .font-out .font-10,
.h5 .h5-table .h5-table-1 .h5-table-1-body .font-out .font-10 {
  display: block;
  font-size: 0.12rem;
  transform: scale(0.85);
}

.h5 .h5-table .h5-table-1 .h5-table-1-head .font-out:first-child,
.h5 .h5-table .h5-table-1 .h5-table-1-body .font-out:first-child {
  width: 1.18rem;
}
.h5 .h5-table .h5-table-1 .h5-table-1-head .font-out:last-child,
.h5 .h5-table .h5-table-1 .h5-table-1-body .font-out:last-child {
  /* width: 0.7rem; */
  flex: 1;
}

.h5 .h5-table .h5-table-1 .h5-table-1-head .font-out:not(:first-child, :last-child),
.h5 .h5-table .h5-table-1 .h5-table-1-body .font-out:not(:first-child, :last-child) {
  flex: 1;
}
.h5 .h5-table .h5-table-1 .h5-table-1-head .font-out:not(:first-child),
.h5 .h5-table .h5-table-1 .h5-table-1-body .font-out:not(:first-child) {
  border-left: 0.01rem solid #0e1217;
}
.h5 .h5-table .h5-table-1 .h5-table-1-body .font-out {
  border-top: 0.01rem solid #0e1217;
}
.h5 .h5-table .h5-table-1 .h5-table-1-body .font-out:not(:first-child) {
  color: #fefefc;
}

.h5 .h5-table .h5-table-2 {
  width: 100%;
  background-color: #0d1216;
  margin-top: 0.1rem;
  border-radius: 0.04rem;
}
.h5-over-outer {
  border-radius: 0.04rem;
}
.h5-over {
  /* background: url('../images/list-bg.png') no-repeat center center;
  background-size: cover; */
}
.h5 .h5-table .h5-table-2 .h5-table-2-title {
  /* height: 0.16rem; */
  font-size: 0.1rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 0.16rem;
  padding-top: 0.12rem;
  margin-left: 0.09rem;
}
.h5 .h5-table .h5-table-2 .h5-table-2-title.notabledata {
  padding-bottom: 0.12rem;
}

.h5 .h5-table .h5-table-2 .h5-table-2-box {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0.01rem;
}
.h5 .h5-table .h5-table-2 .h5-table-2-box .h5-table-2-box-item {
  font-weight: 500;
  color: #fefefc;
  background: #0e1217;
  border-radius: 0.02rem;
  box-sizing: border-box;
  margin: 0.1rem 0.08rem;
}
.h5 .h5-table .h5-table-2 .h5-table-2-box .h5-table-2-box-item span {
  font-size: 0.12rem;
  transform: scale(0.78);
  display: block;
  width: 100%;
  height: 0.18rem;
  font-family: DINPro-Medium;
  font-weight: 500;
  color: #fefefc;
  line-height: 0.18rem;
}
.h5 .h5-bottom .h5-active {
  margin-top: 0.32rem;
}
.h5 .h5-bottom .h5-active .h5-active-title {
  height: 0.2rem;
  font-size: 0.14rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #85889c;
  line-height: 0.2rem;
}

.h5 .h5-bottom .h5-active p {
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 0.18rem;
}
.h5 .h5-bottom .h5-active .h5-active-text-1 {
  margin-top: 0.17rem;
}
.h5 .h5-bottom .h5-active .h5-active-text-2,
.h5 .h5-bottom .h5-active .h5-active-text-3,
.h5 .h5-bottom .h5-active .h5-active-text-4 {
  margin-top: 0.12rem;
}

.h5 .h5-pop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
}
.h5 .h5-pop .h5-pop-dialog-box {
  padding: 0.2rem 0.2rem 0.4rem 0.2rem;
  background: #30333f;
  width: 3.05rem;
  height: 3.39rem;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.08rem;
}
.h5 .h5-pop .h5-pop-dialog {
  position: relative;
}
.h5 .h5-pop .h5-pop-dialog .h5-dialog-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.13rem;
  height: 0.12rem;
  transform: translate(50%, -50%);
}
.h5 .h5-pop .h5-pop-dialog .ht-img {
  width: 2.66rem;
  height: 1.68rem;
}
.h5 .h5-pop .h5-pop-dialog .h5-pop-dialog-text {
  height: 0.26rem;
  font-size: 0.18rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fefefc;
  line-height: 0.26rem;
  box-sizing: border-box;
  margin-top: 0.19rem;
  text-align: center;
}

.h5 .h5-pop .h5-pop-dialog .h5-pop-dialog-btn {
  min-width: 1.9rem;
  height: 0.42rem;
  background: #f65f0e;
  border-radius: 0.04rem;
  font-size: 0.16rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fefefc;
  line-height: 0.42rem;
  margin-top: 0.24rem;
  text-align: center;
}

.pc-dialog-anima-enter,
.pc-dialog-anima-leave-to {
  opacity: 0;
}
.pc-dialog-anima-enter-active,
.pc-dialog-anima-leave-active {
  transition: all 0.8s;
}

.h5-tips {
  max-width: 2.5rem;
  display: flex;
  align-items: center;
  position: fixed;
  right: 0;
  top: 1rem;
  z-index: 99;
  background: #ffffff;
  border-radius: 0.05rem;
  padding: 0.1rem;
  transform: translateX(100%);
}
.h5-tips.translate {
  /* transition: all 1s; */
  transform: translateX(-10%);
}

.h5-tips .h5-tips-img {
  width: 0.2rem;
}

.h5-tips .h5-tips-text {
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1b1e28;
  line-height: 0.16rem;
  margin-left: 0.06rem;
}

@media (max-width: 375px) {
  .h5-banner-mian-right .h5-banner-mian-right-item {
    width: 0.9rem;
    height: 0.9rem;
  }
  .h5-banner-mian-right .h5-start-lucky-draw {
    width: 0.9rem;
    height: 0.9rem;
  }
}
