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: slide-up-enter 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: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  background-color: #fff;
  transition: transform 0.3s;
  z-index: 2005;
  border-radius: 0.42666rem 0.42666rem 0 0;
  max-width: 10rem;
  height: 90vh;
}

.close-btn {
  position: absolute;
  top: 0.666rem;
  right: 0.333rem;
  display: inline-block;
  width: 0.8rem;
  height: 4px;
  border-radius: 3px;
  background: #e2e2e2;
  transform: rotate(45deg);
}
.close-btn::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 4px;
  border-radius: 3px;
  background: #e2e2e2;
  transform: rotate(-90deg);
}

.poptitle {
  font-size: 0.48rem;
  font-weight: bold;
  padding-top: 0.52rem;
  text-align: center;
  padding-bottom: 0.1rem;
  font-family: Bahnschrift, Bahnschrift-Bold;
}
.register-present-bouns {
  height: 1rem;
  width: 8.2rem;
  margin: 0 auto;
  background-color: #347b34;
  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: 3.09333rem;
  padding: 10px 0;
  font-size: 0.37333rem;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
}
.clearIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5333rem;
  width: 0.5333rem;
  height: 0.5333rem;
}
.pwdContent {
  display: flex;
  align-items: center;
  width: 8.9333rem;
  height: 1.28rem;
  border-radius: 0.61333rem;
  margin-top: 0.21333rem;
  position: relative;
  background-color: #f6f6f6;
}
.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: 100%;
  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;
}
.markedWords div {
  line-height: 0.4rem;
  margin-left: 1.0666rem;
  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 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.submit {
  width: 8.9333rem;
  height: 1.28rem;
  background-color: #347b34;
  color: #fff;
  font-size: 0.42666rem;
  font-weight: bold;
  border-radius: 0.64rem;
}
.forbidden {
  opacity: 0.5;
}
.canLogin {
  padding-top: 0.46667rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 8.9333rem;
}
.canLogin .promptText {
  margin-left: 0.46667rem;
  font-size: 0.32rem;
  color: #666;
}
.canLogin .promptbtn {
  color: #347b34;
  margin-right: 0.46667rem;
}
.conditions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0.96rem;
}
.conditions .conditionsflag {
  font-size: 0.29333rem;
  color: #666;
}
.conditions .conditionsactive {
  color: #347b34;
  margin-left: 6px;
}
.partition {
  width: 8.5333rem;
  padding: 0.24rem 0;
}
.flex_sidewards {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Goregister {
  color: #347b34;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 12px;
  border: 1px solid #347b34;
}
/* 选择国家弹窗 */
.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;
}
.conditionsContent {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-height: 100%;
  overflow-y: auto;
  background: #fff;
  transition: transform 0.3s;
  z-index: 2005;
  border-radius: 0.42667rem;
  box-shadow: 0px 0px 0.4rem rgba(0, 0, 0, 0.2);
  width: 8.9333rem;
  height: 12.6667rem;
}
.clauseContent {
  flex-direction: column;
  padding: 0 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: PingFang SC, PingFang SC-Semibold;
}
.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: #347b34;
  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: white;
  background-color: #347b34;
}
.cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 10rem;
  max-height: 17.7866rem;
  z-index: -1;
}
.register-btn {
  width: 8.1333rem;
  height: 2.24rem;
  position: absolute;
  left: 50%;
  bottom: 1.41333rem;
  transform: translateX(-50%);
  z-index: 10;
}
.register-btn img {
  width: 100%;
}
.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;
}
.bottom-tips-left-white {
  width: 2.66667rem;
  height: 0.226667rem;
  background-image: url(../images/bottom-left-white.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bottom-tips-right-white {
  width: 3.2rem;
  height: 0.45rem;
  background-image: url(../images/bottom-right-white.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bottom-tips-left-night {
  width: 2.66667rem;
  height: 0.226667rem;
  background-image: url(../images/bottom-left-night.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bottom-tips-right-night {
  width: 3.2rem;
  height: 0.45rem;
  background-image: url(../images/bottom-right-night.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bottom-tips-million {
  bottom: 0.05rem;
}
