html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
object,
code,
em,
span,
var,
legend,
button,
input,
textarea,
th,
td,
a,
img,
header,
footer,
nav,
aside,
audio,
datalist,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  border-image-width: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
  box-sizing: border-box;
  font-family: PingFang SC, PingFang SC-Regular;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

input {
  background-color: transparent;
  background-clip: content-box;
}

body {
  margin: auto;
  max-width: 10rem;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #999999 !important;
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: red !important;
  background-image: none;
  transition: background-color 50000s ease-in-out 0s;
}

input {
  background-color: transparent;
}

@media screen and (min-width: 750px) {
  .van-popup--bottom {
    width: 10rem !important;
    left: auto !important;
  }
}

@font-face {
  font-family: "Bahnschrift";
  src: url("Bahnschrift.woff"), url("Bahnschrift.woff2"), url("Bahnschrift.eot"), url("Bahnschrift.svg#Bahnschrift") format("svg");
  font-weight: normal;
  font-style: normal;
}

.selcet-enter {
  animation: fade-in 0.3s ease-out;
}

.select-leave {
  animation: fade-out 0.3s ease-in;
}

.slide-up-enter {
  animation: fadeIn 0.3s ease-out;
}

.slide-up-leave {
  animation: slide-up-leave 0.3s ease-in;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes slide-up-enter {
  from {
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slide-up-leave {
  to {
    transform: translate3d(0, 100%, 0);
  }
}

.web-section {
  max-width: 10rem;
  height: 100%;
  margin: auto;
  position: relative;
}

.init-none {
  display: none;
}

.dialogContent {
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 10rem;
  overflow-y: auto;
  overflow-x: hidden;
  background: #38363b;
  /* transition: transform 0.3s; */
  /* animation: fadeIn 0.2s ease-in; */
  /* transform: translate(-50%, -50%); */
  transform: translateX(-50%);
  z-index: 2005;
  border-radius: 0.3rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  max-height: 90vh;
  padding-bottom: 0.8rem;
  box-sizing: border-box;
}

.username-title {
  width: 8rem;
  display: flex;
  justify-content: flex-start;
  color: #fff;
  font-size: 0.38rem;
  margin-top: 0.3rem;
}

.password-title {
  width: 8rem;
  display: flex;
  justify-content: flex-start;
  color: #fff;
  font-size: 0.38rem;
  margin-top: 0.2rem;
}

.close-btn {
  position: absolute;
  top: 0.666rem;
  right: 0.333rem;
  display: inline-block;
  width: 0.6rem;
  height: 0.083rem;
  border-radius: 0.3rem;
  background: #e2e2e2;
  transform: rotate(45deg);
}

.close-btn::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.083rem;
  border-radius: 0.3rem;
  background: #e2e2e2;
  transform: rotate(-90deg);
}

.poptitle {
  font-size: 0.58rem;
  font-weight: bold;
  padding-top: 0.52rem;
  text-align: center;
  padding-bottom: 0.1rem;
  font-family: Bahnschrift, Bahnschrift-Bold;
  color: #fff;
}

.register-present-bouns {
  height: 1rem;
  width: 8.2rem;
  margin: 0 auto;
  background-color: #6c34b9;
  color: #fff;
  line-height: 1rem;
  text-align: center;
  font-size: 0.38rem;
  border-radius: 0.2rem;
}

.form-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.input-text {
  flex-grow: 1;
  min-width: 0;
  margin-left: 0.3rem;
  /* padding: 10px 0; */
  font-size: 0.34rem;
  border: none;
  outline: none;
  color: #fff;
}

.input-text:-webkit-autofill {
  -webkit-text-fill-color: #303137;
}

.input-text::placeholder {
  color: #a1a1bb;
}

.clearIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5333rem;
  width: 0.5333rem;
  height: 0.5333rem;
}

.pwdContent {
  display: flex;
  align-items: center;
  width: 8rem;
  height: 1.07rem;
  border-radius: 0.61333rem;
  margin-top: 0.21333rem;
  position: relative;
  background-color: #29272e;
}

.selectedAreaCode {
  position: absolute;
  left: 0.5333rem;
  display: flex;
  align-items: center;
  font-size: 0.37333rem;
  font-weight: 600;
  font-family: PingFang SC, PingFang SC-Semibold;
}

.selectedAreaCode img {
  width: 0.7066rem;
  height: 0.7066rem;
  margin-right: 4px;
}

.selectedAreaCode .pullIcon {
  margin-left: 0.18666rem;
}

.selectedAreaCode .pullIcon img {
  width: 0.24rem;
  height: 9px;
}

.markedWords {
  width: 8rem;
  margin-top: 5px;
  font-size: 0.29333rem;
  font-family: PingFang SC, PingFang SC-Regular;
  color: #999999;
  min-height: 0.4rem;
  display: flex;
  justify-content: flex-start;
  color: #ff4646;
  font-size: 0.37333rem;
}

.markedWords div {
  line-height: 0.4rem;
  text-align: left;
}

.errorTip {
  color: #ff4646;
}

.pwdleft {
  display: flex;
  justify-content: flex-start;
  font-size: 0.37333rem;
  font-weight: 600;
  font-family: PingFang SC, PingFang SC-Semibold;
  position: absolute;
  left: 0.6666rem;
}

.pwdleft img {
  width: 0.4533rem;
  height: 0.4533rem;
  margin-right: 0.3066rem;
}

.chengeType {
  position: absolute;
  right: 0.5333rem;
}

.chengeType img {
  width: 0.5333rem;
  height: 0.5333rem;
}

.flexendways {
  width: 8rem;
  margin-top: 0.1rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.submit {
  width: 100%;
  height: 1.28rem;
  background-color: #fdcb06;
  color: #000;
  font-size: 0.42666rem;
  font-weight: bold;
  border-radius: 0.64rem;
  margin-top: 0.53rem;
  font-weight: 700;
}

.forbidden {
  opacity: 0.5;
}

.canLogin {
  padding-top: 0.46667rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.canLogin .promptText {
  margin-left: 0.46667rem;
  font-size: 0.32rem;
  color: #fff;
}

.canLogin .promptbtn {
  color: #fdcb06;
  font-weight: 700;
  margin-right: 0.46667rem;
  font-size: 0.36rem;
  text-decoration: underline;
}

input:-internal-autofill-selected {
  background-color: rgba(246, 246, 246, 0.06);
}

.conditions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.96rem;
  padding-bottom: 0.4rem;
  font-size: 0.26rem;
  /* letter-spacing: -0.008rem; */
  flex-wrap: nowrap;
}

.conditions .conditionsflag {
  font-size: 0.29333rem;
  color: rgba(255, 255, 255, 0.6);
}

.conditions .conditionsactive {
  color: #fff;
  margin-left: 6px;
  text-decoration: underline;
}

.partition {
  width: 8rem;
  padding: 0.24rem 0;
}

.flex_sidewards {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Goregister {
  width: 8rem;
  color: #6c34b9;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 12px;
  border: 1px solid #6c34b9;
}

/* 选择国家弹窗 */
.selectCountry {
  width: 8.9333rem;
  text-align: left;
  /* height: 7.12rem; */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 0.42667rem;
  max-height: 100%;
  background-color: #fff;
  z-index: 2005;
  box-shadow: 0px 0px 0.4rem rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s;
}

.selectTitle {
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 0.37333rem;
  padding: 0.52rem 0 0.8rem 0;
  font-weight: bold;
  font-family: PingFang SC, PingFang SC-Semibold;
}

.countryItem {
  font-size: 0.37333rem;
  border-radius: 10px;
  margin-bottom: 0.86667rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  justify-content: flex-start;
}

.checkitem {
  font-weight: 600;
}

.areaImg {
  width: 0.5333rem;
  height: 0.5333rem;
  margin-right: 12px;
}

.areaName {
  margin-left: 6px;
}

.iframe-cover {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 100000;
}

.otpIframe {
  width: 100%;
  height: 55%;
  border: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 100000;
  background-color: #ffffff;
}

.otp-loading {
  width: 100%;
  height: 55%;
  border: 0;
  bottom: 0;
  position: fixed;
  z-index: 100000;
}

.bar-loading-wrap {
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
}

.bar-loader {
  height: 0.1rem;
  width: 75%;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  padding: 0.2rem 0;
}

.bar-loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -2rem;
  width: 2rem;
  height: 0.08rem;
  background-color: #dee1e5;
  border-top: none;
  border-bottom: none;
  -webkit-animation: 2s linear infinite bar;
  animation: 2s linear infinite bar;
}

.conditions_dialog_content {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow-y: auto;
  background: #38363b;
  transition: transform 0.3s;
  z-index: 2005;
  border-radius: 0.42667rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0px 0px 0.4rem rgba(0, 0, 0, 0.2);
  width: 10rem;
  height: 12rem;
  animation: fadeIn 0.3s ease-in;
}

.clauseContent {
  flex-direction: column;
  padding: 0 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: PingFang SC, PingFang SC-Semibold;
  color: #fff;
  box-sizing: border-box;
}

.clauseText {
  text-align: left;
  font-size: 0.32rem;
  line-height: 0.5333rem;
  margin-top: 0.32rem;
  height: 8rem;
  overflow-y: scroll;
}

.clauseTitle {
  padding-top: 0.8rem;
  font-size: 0.37333rem;
  color: #fdcb06;
  font-weight: 600;
}

.date {
  padding-top: 10px;
  font-size: 0.32rem;
  color: #666666;
}

.closeClause {
  width: 6.66667rem;
  height: 1.28rem;
  line-height: 1.28rem;
  text-align: center;
  border-radius: 0.64rem;
  font-size: 0.42666rem;
  font-weight: bold;
  margin: 0.45333rem auto 0;
  color: #000;
  background-color: #fdcb06;
}

.cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 10rem;
  /* max-height: 17.7866rem; */
  z-index: -1;
}

.register-btn {
  position: absolute;
  left: 50%;
  bottom: 1.41333rem;
  transform: translateX(-50%);
  z-index: 10;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.register-btn img {
  width: 100%;
  height: auto;
}

.rainbow-welcome {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  position: absolute;
  top: 11.16667rem;
  font-family: Bahnschrift, Bahnschrift-Bold;
  color: #e1f3e1;
  font-size: 0.61333rem;
}

.rainbow-welcome .rainbow-welcome-cash {
  margin-left: 10px;
  font-size: 0.68rem;
  font-weight: bold;
}

.rainbow-win {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  position: absolute;
  top: 13.48rem;
  font-family: Bahnschrift, Bahnschrift-Bold;
  font-size: 0.706667rem;
  font-weight: bold;
  background-image: -webkit-linear-gradient(0deg, #f1ca14 0%, #e8ca70 51%, #fedf73 99%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rainbow-win .rainbow-win-cash {
  margin: 0 6px;
  font-size: 0.82rem;
  font-weight: bold;
}

.soccer-view {
  position: absolute;
  width: 100%;
  top: 10.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.soccer-view-wel {
  font-size: 0.56rem;
  font-weight: bold;
  font-family: Bahnschrift, Bahnschrift-Bold;
  letter-spacing: 2px;
}

.soccer-view-cash {
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: Bahnschrift, Bahnschrift-Bold;
}

.soccer-win {
  margin-top: 1.066667rem;
  font-size: 0.506667rem;
  font-family: Bahnschrift, Bahnschrift-Bold;
  font-weight: bold;
  letter-spacing: 2px;
}

.soccer-win .soccer-win-cash {
  font-size: 0.82rem;
  background-image: -webkit-linear-gradient(180deg, #ffe768 0%, #eca81b 100%, #f3bf62 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Bahnschrift, Bahnschrift-Bold;
  font-weight: bold;
}

.poker-view {
  position: absolute;
  width: 100%;
  top: 12.766667rem;
  text-align: center;
  color: #fff;
}

.poker-wel {
  background-image: -webkit-linear-gradient(180deg, #f3fc4c, #fb8e16 48%, #f4f649);
  font-weight: bold;
  -webkit-background-clip: text;
  font-size: 0.5rem;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Bahnschrift, Bahnschrift-Bold;
}

.poker-win {
  background-image: -webkit-linear-gradient(180deg, #f3fc4c, #fb8e16 48%, #f4f649);
  font-weight: bold;
  -webkit-background-clip: text;
  font-size: 0.8rem;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Bahnschrift, Bahnschrift-Bold;
}

.poker-win-cash {
  font-size: 1rem;
}

.bottom-tips {
  position: fixed;
  width: 10rem;
  bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.346667rem;
  box-sizing: border-box;
}

#mask_dialog_content {
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999999;
}

#mask_dialog_content_bg {
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.2rem;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.pswp__preloader__icn {
  opacity: 0.75;
  width: 0.64rem;
  height: 0.64rem;
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp__preloader__cut {
  position: relative;
  width: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.pswp__preloader__donut {
  box-sizing: border-box;
  width: 0.64rem;
  height: 0.64rem;
  border: 0.06rem solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(-140deg);
  }

  100% {
    transform: rotate(0);
  }
}

.network-delay-dialog {
  position: fixed;
  z-index: 9999;
  background: #a10000;
  padding: 0.32rem 0.32rem;
  width: 9.3rem;
  left: 50%;
  bottom: 0.6rem;
  transform: translateX(-50%);
  border-radius: 0.2rem;
  display: none;
  box-sizing: border-box;
}

.network-delay-dialog img {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.32rem;
  width: 0.32rem;
  height: 0.32rem;
}

.network-delay-dialog .tips {
  color: #fff;
  text-align: center;
  font-size: 0.32rem;
  padding: 0 0.32rem;
}

#register_give_bonus {
  margin: 0 auto;
  width: 8rem;
  text-align: center;
  height: 1rem;
  line-height: 1rem;
  border-radius: 0.2rem;
  background-color: #6c34b9;
  color: #fff;
  font-weight: 700;
  font-size: 0.36rem;
}

@keyframes fadeIn {
  from {
    bottom: -100%;
  }

  to {
    bottom: 0;
  }
}

.animation_register_btn :active {
  transform: scale(0.95);
}

.register_dialog_bg_box {
  width: 100%;
  display: flex;
  justify-content: center;
}

.register_dialog_bg_box img {
  width: 7.8rem;
  height: auto;
  border-radius: 0.2rem;
}

.page-loading {
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000000;
  background-color: #1f2620!important;
}
.page-loading .slogan {
  width: 4.8rem;
  height: 1rem;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}
slogan .page-loading-leave {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}

.loading-title {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  color: #292a33;
  line-height: 40px;
}

.loading-title img {
  margin-top: 120px;
  width: 140px;
  height: auto;
}

.loading-content {
  margin: 90px auto 0;
  height: 100%;
  width: 280px;
  height: 70px;
  background-size: 100% 100%;
  font-weight: 700;
  text-align: center;
}

.loading-bottom {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.loading-bottom img {
  width: 375px;
  height: auto;
}
.get_extra_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10rem;
  padding: 0.2rem 0;
  /* height: 2.34rem; */
  background: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.get_extra_content div {
  -webkit-text-stroke: 0.03rem #fee9bf; /* Safari 和 Chrome */
  background: linear-gradient(177deg, #603d00 0%, #4b2106 37%, #a57628 67%, #c99836 90%, #ffd47e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.6rem;
  font-weight: 900;
  text-align: center;
  font-family: Roboto-bold, Roboto;
}
.phone_country_content {
  display: flex;
  align-items: center;
  color: #a1a1bb;
  font-size: 0.34rem;
}

.phone_country_content::after {
  content: "";
  display: block;
  /* width: 0.2rem; */
  height: 0.5rem;
  border-right: 0.02rem solid #a1a1bb;
  margin-left: 0.1rem;
}
.phone_country_content img {
  width: 0.7rem;
  height: auto;
  margin-left: 0.2rem;
  margin-right: 0.05rem;
}
.phone_country_content span {
  margin-top: 0.02rem;
}
