@font-face {
  font-family: Gilroy;
  /* src: url(font/gilroy-bold.woff2) format("woff2"),
    url(font/gilroy-bold.woff) format("woff"); */
  font-weight: 700;
}

@font-face {
  font-family: Gilroy;
  /* src: url(font/gilroy-semibold.woff2) format("woff2"),
    url(font/gilroy-semibold.woff) format("woff"); */
  font-weight: 600;
}

@font-face {
  font-family: Gilroy;
  /* src: url(font/gilroy-medium.woff2) format("woff2"),
    url(font/gilroy-medium.woff) format("woff"); */
  font-weight: 500;
}

@font-face {
  font-family: Gilroy;
  /* src: url(font/gilroy-regular.woff2) format("woff2"),
    url(font/gilroy-regular.woff) format("woff"); */
  font-weight: 400;
}

html {
  font-size: 100px;

  scroll-behavior: smooth;
}

:root {
  --purple: #635af0;
  --black: #13121b;
  --hovercolor: #cc3c44;
  --animate-delay: 0.25s;
}

.text-purple {
  color: #1452F5;
  background: -webkit-linear-gradient(left, #1452F5, #03C6C5);
  background: -o-linear-gradient(right, #1452F5, #03C6C5);
  background: -moz-linear-gradient(right, #1452F5, #03C6C5);
  background: linear-gradient(to right #1452F5, #03C6C5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Gilroy", Arial, san-serif;
  background: #fff;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
a {
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}
input,
button,
select {
  font-family: "Gilroy", Arial, san-serif;
}
p,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
pre,
input,
button,
table,
tr,
td,
form {
  margin: 0;
  padding: 0;
}
ol,
ul,
li {
  list-style: none;
}
input {
  border: 0 none;
}
img {
  border: 0 none;
}

.float_clear {
  float: none;
  clear: both;
  display: block;
  width: 100%;
}

.main_content {
  display: block;
  margin: auto;
  padding: 0;
  overflow: hidden;
  font-size: 18px;
  min-height: 70vh;
}

footer {
  background-color: #161717;
  color: #acafaf;
  padding-top: 30px;
  padding-bottom: 90px;
  border-radius: 24px 24px 0px 0px;
  margin-top: -25px;
  font-size: 16px;
}

footer .container {
  font-size: 0.75em;
  width: 90%;
  max-width: 1248px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px 0;
}
footer a {
  color: #09c6f9;
}
footer p {
  margin-bottom: 10px;
}
.footer-links a {
  display: inline-block;
  margin-right: 20px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.awards {
  padding-bottom: 20px;
}
.awards img {
  display: inline-block;
  margin: 15px 10px;
  vertical-align: middle;
}
.awards img.logo-footer {
  margin-right: 14px;
  margin-left: 0;
}
[dir="rtl"] .awards img.logo-footer {
  margin-right: 0;
  margin-left: 14px;
}

.disclaimer .title {
  text-transform: uppercase;
}

.disclaimer strong {
  color: #fff;
  font-family: "Gilroy", Arial, san-serif !important;
  font-weight: 700;
}

.rw-fixed {
  position: fixed;
  width: 100%;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e4e4e4;
  color: #3a424c;
  box-sizing: border-box;
  padding: 10px 0 8px;
  font-size: 14px;
  text-align: center;
  z-index: 1000;
}

.rw-fixed .container {
  padding: 0;
}
div.rw-fixed.markets-theme {
  padding: 13px 0 14px;
  box-sizing: border-box;
  line-height: 1.25;
  text-align: center;

  border: 1px solid #fff;
  background-color: #000;
  color: #fff !important;
  font-size: 12px !important;
}
.notice-close {
  font-family: "sofia-pro", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  display: none;
  text-align: center;
  line-height: 20px;
  transition: 0.3s;
  transform: rotate(45deg);
  transition-duration: 0.4s;
}
.style2 .notice-close {
  transform: rotate(0deg);
}
.container {
  width: 90%;
  max-width: 1248px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px 0;
}
.container.narrow {
  width: 100%;
  max-width: 1150px;
}

.container > div {
  box-sizing: border-box;
  width: 100%;
}
h4{
  font-size: 0.26rem;
}
@keyframes fadeIn_down {
  0% {
    transform: translate(0, -1.5rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeIn_up {
  0% {
    transform: translate(0, 1.5rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes fadeInL {
  0% {
    transform: translate(-1.5rem, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInR {
  0% {
    transform: translate(1.5rem, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

::-ms-clear {
  display: none;
}
.logo {
  width: 2rem;
}

.section1 {
  display: block;
  min-height: 7.2rem;
}
.section1 .content {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
}
.section1 .content .left_form {
  display: block;
  background: #fff;
  width: 50%;
  border-radius: 10px;
  animation-name: fadeInR;
  animation-delay: 0.5s;
  border: 1px solid #e6e6ef;
  max-width: 600px;
  padding: 0.2rem;
  position: relative;
  z-index: 2;
}
.section1 .content .left_form h2 {
  font-size: 0.48rem;
  color: #13121b;
  font-weight: 600;
}
.section1 .content .left_form h4 {
  font-size: 0.24rem;
  display: block;
  color: #494851;
  padding: 0.1rem 0;
  font-weight: 700;
}
.section1 .content .left_form .form_list {
  display: block;
  max-width: 530px;
  margin: 0.2rem 0 0 0;
}
.section1 .content .left_form .form_list li {
  font-size: 16px;
  color: #494851;
  padding-bottom: 0.1rem;
  font-weight: 500;
}
.section1 .content .left_form .form_list .tnc {
  font-size: 12px;
  color: #969696;
  font-weight: 400;
  padding-bottom: 0.1rem;
}
.section1 .content .left_form .form_list .tnc a {
  color: rgb(9, 198, 249);
}
.section1 .content .left_form .form_list .other_login_btn {
  display: flex;
  padding: 0.1rem 0 0.16rem 0;
}
.section1 .content .left_form .form_list .other_login_btn a {
  display: block;
  width: 0.48rem;
  margin-right: 0.15rem;
}
.section1 .content .left_form .form_list .other_login_btn a img {
  display: block;
  width: 100%;
}
.section1 .content .left_form .form_list li .input_guoup {
  display: block;
  position: relative;
  background: #ffffff;
  border: 1px solid #e6e6ef;
  border-radius: 0.08rem;
  height: 0.56rem;
  box-sizing: border-box;
  margin-top: 0.05rem;
  transition-duration: 0.3s;
}
.section1 .content .left_form .form_list li.error .input_guoup {
  border: 1px solid #ff4b55;
}

.section1 .error_msg_container {
  padding-top: 0.1rem;
}
.section1 .content .left_form .form_list li .error_msg {
  display: block;
  color: #ff4b55;
  font-size: 12px;
  transition-duration: 0.3s;
  display: none;
}
.section1 .content .left_form .form_list li.error_email .error_email {
  display: block;
}
.section1 .content .left_form .form_list li.error_length .pw_error_length {
  display: block;
}
.section1 .content .left_form .form_list li.error_number .pw_error_number {
  display: block;
}
.section1
  .content
  .left_form
  .form_list
  li.error_uppercase
  .pw_error_uppercase {
  display: block;
}
.section1
  .content
  .left_form
  .form_list
  li.error_lowercase
  .pw_error_lowercase {
  display: block;
}
.section1 .content .left_form .form_list li.error_common .pw_error_common {
  display: block;
}
.section1 .content .left_form .form_list li .input_guoup input {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  padding: 0 0.15rem;
  font-size: 16px;
  color: #13121b;
  font-weight: 500;
  background: none;
  border-radius: 0.08rem;
}
.section1 .content .left_form .form_list li .input_guoup input:focus {
  border: 1px solid var(--black);
}
.section1 .content .left_form .form_list li .input_guoup input::placeholder {
  color: #969696;
}
.section1 .content .left_form .form_list li .input_guoup .clear_btn {
  display: block;
  position: absolute;
  margin: -0.2rem 0;
  right: 0.05rem;
  top: 50%;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../../en/images/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.2rem;
  cursor: pointer;
}
.section1 .content .left_form .form_list li .input_guoup .pw_btn {
  display: block;
  position: absolute;
  margin: -0.2rem 0;
  right: 0.35rem;
  top: 50%;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../../en/images/eye.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.25rem;
  cursor: pointer;
}
.section1 .content .left_form .form_list li .input_guoup .pw_btn.hide {
  opacity: 0.4;
}
.section1 .content .left_form .form_list li button {
  display: block;
  width: 4.4rem;
  height: 0.55rem;
  background-image: linear-gradient(to right,#1454F4, #04C1C7);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border-radius: 0.08rem;
  margin-top: 0.1rem;
  border: none;
  outline: none;
  transition-duration: 0.3s;
  font-weight: 600;
}
.section1 .content .left_form .form_list li button:hover {
  background-color: var(--hovercolor);
}

.section1 .content .right_img {
  display: block;
  width: 75%;
  margin-left: 0.55rem;
  position: relative;
  z-index: 1;
  padding: 0.9rem 0 0;
}
.section1 .content .right_img p {
  display: block;
  margin-top: 0.45rem;
  margin-left: 0.2rem;
}
.section1 .content .right_img a {
  color: #fff;
}
.banner-img-circle {
  position: absolute;
  left: 0.45rem;
  top: 0;
}

.banner-img-star1 {
  position: absolute;
  top: 0.8rem;
  left: 0.1rem;
  width: 0.27rem;
}
.banner-img-star2 {
  position: absolute;
  right: 0.03rem;
  top: 0.26rem;
  width: 0.47rem;
}

.banner-img-coin1-container {
  position: absolute;
  left: 0.95rem;
  top: 0.1rem;
  width: 0.69rem;
}

.banner-img-coin2-container {
  position: absolute;
  right: 0.1rem;
  top: 1.4rem;
  width: 1.34rem;
}

.banner-img-coin1 {
  animation: float 2s 1s infinite alternate;
}

.banner-img-coin2 {
  animation: float 2s 1s infinite alternate;
}
@keyframes float {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-0.2rem);
  }
}

.banner-img-giftbox {
  position: absolute;
  bottom: 0;
  left: -0.03rem;
  width: 4.29rem;
  animation-name: fadeIn_up;
}
/* .section1 .content .right_img p span {
  display: block;
  position: absolute;
  width: 42.2%;
  bottom: -4%;
  left: -9%;
  max-width: 242px;

} */

.section1 .right_img h2 {
  font-size: 0.48rem;
  background-image: linear-gradient(to right, #F9C347, #FFF3C1, #F9C347);
	color: transparent;
	-webkit-background-clip: text;
  padding-top: 0.3rem;
  align-items: flex-start;
  animation-name: fadeInL;
}
.bonus {
  font-size: 1.2rem;
  background-image: linear-gradient(to right, #F9C347, #FFF3C1, #F9C347);
	color: transparent;
	-webkit-background-clip: text;
  align-items: flex-start;
  animation-name: fadeInL;
}
.section1 .right_img h2 .h2-upto {
  font-size: 0.12rem;
  padding: 0rem 0.1rem 0.03rem;
  background: var(--purple);
  color: white;
  border-radius: 30px;
  font-weight: 600;
  margin-top: 0.18rem;
  margin-left: 0.05rem;
  margin-right: 0.05rem;
}
.section1 .right_img h4 {
  font-size: 0.4rem;
  color: white;
  animation-name: fadeInL;
}
.section1 .right_img h5 {
  font-size: 0.2rem;
  color: white;
  width: 4.8rem;
  margin-top: 0.5rem;
  animation-name: fadeInL;
}

.banner-img-circle-mobile {
  display: none;
  background: linear-gradient(
    141.23deg,
    rgba(255, 255, 255, 0.7) 15.67%,
    rgba(255, 255, 255, 0) 90.39%
  );
  box-shadow: inset 0px 2.91577px 2.91577px rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3.64471px);
  width: 5.3rem;
  height: 5.3rem;
  border-radius: 50%;
}

/*lead-form*/
.lead-form h3 {
  text-align: left;
  color: #9091fe;
}

#leadform-form
  .form_wrapper
  .mid_wrapper
  .form_holder
  .form_row
  .field_input
  input {
  border: 1px solid #e6e6ef;
  border-radius: 8px;
  font-size: 16px;
  padding: 14px;
}
#leadform-form .form_wrapper .mid_wrapper .form_holder .button {
  border-radius: 8px;
  padding: 15px;
  margin-top: 32px;
  margin-bottom: 24px;
  background: -webkit-linear-gradient(left, #1452F5, #03C6C5);
  background: -o-linear-gradient(right, #1452F5, #03C6C5);
  background: -moz-linear-gradient(right, #1452F5, #03C6C5);
  background: linear-gradient(to right #1452F5, #03C6C5);
}
#leadform-form .form_wrapper .mid_wrapper .external-auth.branded-sso .or-line {
  display: flex;
  align-items: center;
}

#leadform-form
  .form_wrapper
  .mid_wrapper
  .external-auth.branded-sso
  .or-line:before,
#leadform-form
  .form_wrapper
  .mid_wrapper
  .external-auth.branded-sso
  .or-line:after {
  flex: 1;
  border-bottom: 1px solid #e6e6ef;
}
#leadform-form .form_wrapper .mid_wrapper .gdpr-disclosure,
#leadform-form .form_wrapper .mid_wrapper .legal,
#leadform-form .form_wrapper .mid_wrapper .legal span {
  font-size: 14px;
}
#leadform-form .form_wrapper .mid_wrapper .form_holder .form_row .field_title {
  font-weight: 600;
  color: #13121b;
}
#leadform-form
  .form_wrapper
  .mid_wrapper
  .form_holder
  .form_row
  .field_input
  input:active,
#leadform-form
  .form_wrapper
  .mid_wrapper
  .form_holder
  .form_row
  .field_input
  input:focus {
  border: 1px solid #e6e6ef;
}

#leadform-form .form_wrapper {
  font-family: "Gilroy", Arial, san-serif;
}

#leadform-form input {
  font-family: "Gilroy", Arial, san-serif;
}
.lead-form h3 {
  color: #13121b;
  font-weight: 600;
  font-size: 22px;
}

#section-2 {
  margin-top: 100px;
  padding-bottom: 120px;
}
.section2-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(to bottom right, #8ab9ff 23%, #b8b8ff 100%);
  display: flex;
  align-items: center;
  padding: 40px;
  border-radius: 20px;
  justify-content: flex-end;
  gap: 32px;
}
#leadform-form .form_wrapper .mid_wrapper .form_holder .form_row .field_input {
  position: relative;
}
#leadform-form
  .form_wrapper
  .mid_wrapper
  .form_holder
  .form_row
  .field_title
  .mandatory {
  color: #ff4b55;
}
.password-toggle {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 24px;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  background-image: url(../images/icon-hide.svg);
}
.section2-container > img {
  width: 550px;
  margin-right: auto;
  margin-left: auto;
}

#leadform-form
  .form_wrapper
  .mid_wrapper
  .external-auth.display-sso-icons
  .ext-buttons.ext-buttons-goog {
  background: url(../../en/images/google.svg) center center / 60px 60px no-repeat !important;
}

#leadform-form
  .form_wrapper
  .mid_wrapper
  .external-auth.display-sso-icons
  .ext-buttons.ext-buttons-fb {
  background: url(../../en/images/facebook.svg) center center / 60px 60px no-repeat !important;
}

#leadform-form
  .form_wrapper
  .mid_wrapper
  .external-auth.display-sso-icons
  .ext-buttons.ext-buttons-apple {
  background: url(../../en/images/apple.svg) center center / 60px 60px no-repeat !important;
}

#leadform-form
  .form_wrapper
  .mid_wrapper
  .external-auth.display-sso-icons
  .ext-buttons {
  margin: 0 13px;
  font-size: 0;
  width: 60px;
  height: 60px;
  flex: initial;
  transition: border 0.3s;
}

#leadform-form
  .form_wrapper
  .mid_wrapper
  .external-auth.display-sso-icons
  .ext-buttons:hover {
  border: 1px solid #13121b;
}

#leadform-form input#password[type="text"] ~ .password-toggle {
  background-image: url(../images/icon-show.svg);
}
#leadform-form input#password[type="password"] ~ .password-toggle {
  background-image: url(../images/icon-hide.svg);
}

#leadform-form .form_wrapper .mid_wrapper .gdpr-disclosure {
  margin-top: 24px;
}

@media (max-width: 1200px) {
  .section1 .right_img h2 {
    font-size: 0.52rem;
  }
}

@media (max-width: 1024px) {
  .section1 {
    min-height: auto;
  }
  .section1 .content {
    display: block;
  }
  .section1 .content .left_form .form_list {
    max-width: 700px;
    margin: 0.2rem auto;
  }
  .section1 .content .left_form h2,
  .section1 .content .left_form h4 {
    max-width: 700px;
    margin: auto;
    color: #13121b;
    font-weight: 700;
  }
  .section1 .content .left_form {
    width: 95%;
    max-width: none;
    padding:0.2rem;
    margin: 0 auto;
  }
  .section1 .content .left_form .form_list li .error_msg {
    font-size: 0.24rem;
    padding-left: 0.3rem;
  }
  .section1 .content .right_img {
    width: 100%;
    margin-left: 0;
    padding: 0.5rem 0;
    text-align: center;
  }
  .section1 .content .right_img a {
    color: #fff;
    font-size: 0.2rem;
  }

  .section1 .content .right_img p {
    margin: 0 auto;
    width: 6.5rem;
  }
  .logo {
    width: 3.6rem;
  }
  .section1 .right_img h4 {
    font-size: 0.46rem;
    padding-left: 0.1rem;
  }
  .section1 .right_img h2 {
    font-size: 0.7rem;
    padding-left: 0.1rem;
  }
  .section1 .right_img h2 .h2-upto {
    font-size: 0.2rem;
    font-weight: bold;
    padding: 0.02rem 0.15rem 0.03rem;
    margin-top: 0.22rem;
    margin-left: 0.08rem;
  }
  .banner-img-circle {
    display: none;
  }
  .banner-img-circle-mobile {
    display: block;
    margin: 0 auto;
  }
  .banner-img-giftbox {
    width: 6.26rem;
  }
  .banner-img-star1 {
    width: 0.38rem;
    top: 1.15rem;
    left: 0.2rem;
  }
  .banner-img-star2 {
    width: 0.7rem;
    top: 0.4rem;
  }
  .banner-img-coin1-container {
    width: 1.01rem;
    left: 1.45rem;
    top: 0.15rem;
  }
  .banner-img-coin2-container {
    width: 1.94rem;
    top: 2rem;
  }
  .section1 .content .left_form h4 {
    font-size: 0.36rem;
    text-align: center;
  }
  .notice-close {
    display: block;
  }
  div.rw-fixed.markets-theme {
    padding: 13px 0.4rem;
  }
  .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section1 .content .left_form h2 {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  .section1 .content .left_form .form_list li button {
    width: 100%;
    height: 1.08rem;
    font-size: 0.36rem;
    border-radius: 0.16rem;
    margin-top: 0.2rem;
  }
  .section1 .content .left_form .form_list li .input_guoup {
    border: 1px solid #e6e6ef;
    border-radius: 0.16rem;
    height: 1.12rem;
    margin-top: 0.1rem;
  }
  .section1 .content .left_form .form_list li {
    font-size: 0.32rem;
    padding-bottom: 0.32rem;
  }
  .section1 .content .left_form .form_list li .input_guoup input {
    padding: 0 0.3rem;
    font-size: 0.32rem;
    border-radius: 0.16rem;
  }
  .section1 .content .left_form .form_list li .input_guoup .clear_btn {
    margin: -0.4rem 0;
    width: 0.8rem;
    height: 0.8rem;
    background-size: 0.4rem;
  }
  .section1 .content .left_form .form_list li .input_guoup .pw_btn {
    margin: -0.4rem 0;
    right: 0.8rem;
    width: 0.8rem;
    height: 0.8rem;
    background-size: 0.44rem;
  }
  .section1 .content .left_form .form_list .other_login_btn a {
    width: 0.8rem;
    margin-right: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .section1 .content .left_form .form_list .tnc {
    font-size: 0.24rem;
    padding-top: 0.05rem;
    line-height: 1.4;
  }
  .main_content {
    font-size: 0.36rem;
  }

  .section1 .content .left_form .form_list li .input_guoup .error_msg {
    bottom: 112%;
    font-size: 0.22rem;
    line-height: 1.2;
  }
  .form_button {
    padding-top: 0.1rem;
    padding-bottom: 0.45rem;
  }
  .section1 .content .left_form .form_list .other_login_btn {
    padding-top: 0.25rem;
    padding-bottom: 0.22rem;
  }
}

@media (max-width: 850px) {
  .main_content {
    background-position: top center;
  }
}

.section-two-and-three {
  background: url(../../en/images/bg2.jpg);
  background-repeat: no-repeat;
  background-position: 50% 65%;
}

@media (min-width: 768px) {
  .float{
    display: none;
  }
}
.section-two {
  padding-top: 0.22rem;
}

.calculator-container {
  max-width: 12.5rem;
  position: relative;
  margin: 0 auto;
  height: 4.2rem;
  padding-top: 0.4rem;
  width: 95%;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: #ebebeb;
  border-radius: 5px;
  background-image: linear-gradient(#635af0, #635af0);
  background-size: 50% 100%;
  background-repeat: no-repeat;
}

/* Input Thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #635af0;
  cursor: ew-resize;
  transition: background 0.3s ease-in-out;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #635af0;
  cursor: ew-resize;
  transition: background 0.3s ease-in-out;
  border: none;
}

input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #635af0;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background 0.3s ease-in-out;
}

input[type="range"]::-webkit-slider-thumb:hover {
  background: #635af0;
}

input[type="range"]::-moz-range-thumb:hover {
  background: #635af0;
}

input[type="range"]::-ms-thumb:hover {
  background: #635af0;
}

/* Input Track */
input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type="range"]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type="range"]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.range-wrap {
  position: relative;
  margin: 0 auto 0.3rem;
  grid-area: range;
  width: 4.1rem;
  margin-top: 0.12rem;
}
.range {
  width: 100%;
}
/* bubble */
.bubble {
  color: white;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  color: #969696;
  z-index: 2;
  bottom: -0.35rem;
}

.range-wrap-front-label {
  font-size: 16px;
  color: #969696;
  position: absolute;
  left: -0.1rem;
  bottom: -0.35rem;
  transition: opacity 100ms;
}

.range-select-container {
  display: flex;
}

.range-select-wrap {
  position: relative;
  width: 92%;
  display: flex;
}

.range-select-left {
  height: 4px;
  background: #ebebeb;
  width: 8%;
  background: #635af0;
  border-radius: 5px 0 0 5px;
  position: relative;
  left: 0.02rem;
}
.calculator-title {
  display: flex;
  align-items: center;
  width: 50%;
  flex-wrap: wrap;
}
.calculator-title-side {
  flex: 1;
  text-align: right;
}
.calculator-title h2 {
  font-size: 48px;
}

.terms-button {
  background: #ff4b55;
  width: 88px;
  height: 26px;
  line-height: 26px;
  border-radius: 5px;
  font-size: 16px;
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.terms-button:hover {
  background: var(--hovercolor);
}

.calculator-bottom {
  margin-top: 0.3rem;
}
.deposit-amount-container {
  grid-area: deposit;
  padding-left: 0.35rem;
  margin-top: 0.2rem;
}
.purple-circle {
  background: linear-gradient(
    314.46deg,
    rgba(114, 107, 224, 0.8) 14.32%,
    rgba(114, 107, 224, 0) 142.42%
  );
  border-radius: 50%;
  width: 0.24rem;
  height: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.deposit-line1 {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}

.bonus-line1 {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
  justify-content: center;
}

.deposit-line1 p {
  color: #494851;
  font-size: 0.2rem;
  font-weight: 700;
  margin-left: 0.1rem;
}

.bonus-line1 p {
  color: #494851;
  font-size: 0.2rem;
  font-weight: 700;
  margin-left: 0.1rem;
}
.deposit-line2 {
  color: black;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
}
.deposit-line2 p {
  font-weight: 700;
  font-size: 0.24rem;
  margin-right: 0.12rem;
}
.input-number-container {
  border: 1px solid #e6e6ef;
  border-radius: 8px;
  width: 1.5rem;
  height: 0.5rem;
  font-size: 0.2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.input-number::-webkit-outer-spin-button,
.input-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-number {
  font-size: inherit;
  font-weight: 500;
  -moz-appearance: textfield;
}

@media (min-width: 1024px) {
  .input-number {
    width: 100% !important;
    height: 100%;
    text-align: center;
    border-radius: 8px;
  }
}

.mobile-currency-sign {
  font-size: 0.4rem;
  color: black;
  display: none;
  font-weight: 500;
}

.bonus-container {
  grid-area: bonus;
  margin-top: 0.2rem;
}
.bonus-number {
  background: #ffffff;
  border: 1px solid #e6e6ef;
  border-radius: 8px;
  width: 2.2rem;
  height: 0.63rem;
  color: #635af0;
  font-weight: 700;
  font-size: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calculator-img-container {
  grid-area: calculator;
  width: 3.69rem;
  height: 2.36rem;
  margin-left: auto;
}

.calculator-img-container img {
  margin-left: auto;
}

.create-account-button-container {
  grid-area: button;
}

.create-account-button {
  background-image: linear-gradient(to right,#1454F4, #04C1C7);
  border-radius: 1rem;
  color: white;
  font-weight: 700;
  width: 2.2rem;
  height: 0.54rem;
  line-height: 0.54rem;
  font-size: 0.18rem;
  transition: 0.3s;
  border: none;
  cursor: pointer;
}
.create-account-button:hover {
  background: var(--hovercolor);
}
.calculator-img-mobile {
  display: none;
}
.calculator-img-pc {
  display: block;
}

@media only screen and (max-width: 1300px) {
  .calculator-bottom {
    grid-template-columns: 4.1rem 2.2rem 1fr;
    padding-left: 0.2rem;
  }
  .calculator-img-container {
    margin-left: 0;
    display: flex;
    align-items: center;
    width: 100%;
  }
  #myBtn {
    display: none;
    position: fixed;
    background-image: linear-gradient(to right, #1454F4, #04C1C7);
    border-radius: 1rem;
    z-index: 99;
    bottom: 0.5rem;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    width: 6rem;
    height: 1.08rem;
    font-size: 0.36rem;
    font-weight: 600;
    }
    .float{
    width: 6rem;
    margin: 0 auto;
    }
}


@keyframes loop_imgs {
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(-50%);
  }
}
.box_loop {
  height: 1rem;
  position: relative;
  overflow: hidden;
  margin: 0.5rem 0;
}
.box_loop_contetn{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  animation: loop_imgs 20s linear infinite;
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
.box_loop_contetn>li{
  width: 260px;
}


@media only screen and (max-width: 1024px) {
  .calculator-img-pc {
    display: none;
  }
  .calculator-img-mobile {
    display: block;
  }
  .calculator-container {
    width: 90.5%;
    border-radius: 0.3rem;
    padding-top: 0.6rem;
    height: auto;
  }
  .section-two {
    padding-top: 0.16rem;
  }
  .calculator-title {
    flex-direction: column;
  }
  .calculator-title h2 {
    font-size: 0.68rem;
    text-align: center;
  }
  .terms-button {
    font-size: 0.36rem;
    width: 2rem;
    height: 0.6rem;
    margin-top: 0.28rem;
    border-radius: 0.1rem;
  }
  .calculator-bottom {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "deposit bonus"
      "range range"
      "calculator calculator"
      "button button";
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.15rem;
  }
  .purple-circle {
    width: 0.48rem;
    height: 0.48rem;
    flex-shrink: 0;
  }
  .dollar-icon {
    width: 0.16rem;
  }
  .deposit-amount-container {
    padding-left: 0;
  }
  .deposit-line1 {
    padding-left: 0.2rem;
    margin-bottom: 0.25rem;
  }
  .deposit-line1 p {
    font-size: 0.36rem;
    line-height: 1;
    margin-left: 0.2rem;
  }
  .deposit-line2 p {
    display: none;
  }
  .input-number-container {
    width: 100%;
    height: 0.92rem;
    border-radius: 0.16rem;
    font-size: 0.4rem;
    font-weight: 500;
    padding-left: 0.4rem;
  }
  .input-number {
    font-size: inherit;
  }
  .bonus-line1 p {
    font-size: 0.36rem;
  }
  .bonus-container {
    padding-top: 0.1rem;
  }
  .bonus-line1 {
    margin-bottom: 0.4rem;
  }
  .bonus-number {
    width: 100%;
    height: 0.92rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.4rem;
    border-radius: 0.16rem;
  }
  .star-icon {
    width: 0.25rem;
  }
  .mobile-currency-sign {
    display: block;
  }
  .range-wrap {
    width: 100%;
    margin-top: 0.1rem;
    margin-bottom: 0.95rem;
  }
  input[type="range"] {
    width: 100%;
    height: 0.08rem;
  }
  /* Input Thumb */
  input[type="range"]::-webkit-slider-thumb {
    height: 0.32rem;
    width: 0.32rem;
  }

  input[type="range"]::-moz-range-thumb {
    height: 0.32rem;
    width: 0.32rem;
  }

  input[type="range"]::-ms-thumb {
    height: 0.32rem;
    width: 0.32rem;
  }
  .bubble {
    font-size: 0.32rem;
    bottom: -0.68rem;
  }
  .range-wrap-front-label {
    font-size: 0.32rem;
    bottom: -0.68rem;
    left: -0.28rem;
  }
  .calculator-img-container {
    width: 5.32rem;
    height: 4.52rem;
    margin: 0 auto;
  }
  .create-account-button-container {
    text-align: center;
    margin-top: 0.45rem;
    padding-bottom: 0.75rem;
  }
  .create-account-button {
    width: 4.4rem;
    height: 1.08rem;
    font-size: 0.32rem;
    border-radius: 0.16rem;
  }
  .range-select-left {
    height: 0.08rem;
  }
}
.section3 {
  padding: 0.8rem 0;
  background-color: #000000;
  background-image: url(../../en/images/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.section4 {
  padding: 0.8rem 0;
}
.section2 {
  padding: 0.5rem 0;
}
.section2 h2 {
  text-align: center;
  font-size: 0.42rem;
}
.section3 h2 {
  text-align: center;
  font-size: 0.42rem;
  color: #fff;
}
.section4 h2 {
  text-align: center;
  font-size: 0.42rem;
}
.part-four-card-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 0 auto;
}
.part-four-cardtop-container {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 20px;
  margin: 0 auto;
}
.part-four-cardbottom-container {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 20px;
  margin: 0 auto;
  padding-top: 20px;
}
.part-four-card1 {
  background: url(../../en/images/section4_list1_img1.jpg);
  height: 420px;
}

.part-four-card2 {
  background: url(../../en/images/section4_list1_img2.jpg), white;
  height: 200px;
}

.part-four-card3 {
  background: url(../../en/images/section4_list1_img3.jpg), white;
  height: 200px;
}
.part-four-card4 {
  background: url(../../en/images/section4_list1_img4.jpg), white;
  height: 200px;
}
.part-four-card41 {
  background: url(../../en/images/section4_list1_img41.jpg), white;
  height: 200px;
}

.part-four-card42 {
  background: url(../../en/images/section4_list1_img42.jpg), white;
  height: 200px;
}

.part-four-card43 {
  background: url(../../en/images/section4_list1_img43.jpg), white;
  height: 200px;
}
.part-four-card44 {
  background: url(../../en/images/section4_list1_img44.jpg), white;
  height: 200px;
}
.part-four-card {
  color: #fff;
  border-radius: 12px;
  font-size: 0.2rem;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 14% 0;
}
.part-four-card-rightinline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.part-four-card-right {
  display: grid;
  gap: 20px;
}

.part-four-card1,
.part-four-card2,
.part-four-card3,
.part-four-card4 {
 padding: 0.2rem;
}
.part-four-card41,
.part-four-card42,
.part-four-card43,
.part-four-card44 {
 padding: 5%;
}

.part-four-content {
  max-width: 12.5rem;
  margin: 0 auto;
  width: 90%;
  margin-top: 0.5rem;
}
.part-four-card1 p,
.part-four-card2 p,
.part-four-card3 p,
.part-four-card4 p {
  padding-top: 0.1rem;
}

.part-four-card41 p,
.part-four-card42 p,
.part-four-card43 p,
.part-four-card44 p {
  max-width: 3rem;
  padding-top: 0.1rem;
}
.no-commission-warning {
  font-size: 14px;
  text-align: right;
  margin-top: 0.1rem;
  color: #969696;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .section3 {
    padding-top: 0.78rem;
    background-image: url(../../en/images/bgm2.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .section3 h2 {
    font-size: 0.58rem;
  }
  .part-four-content {
    margin-top: 0.4rem;
  }
  .no-commission-warning {
    font-size: 0.28rem;
    text-align: left;
    margin-top: 0.25rem;
  }
  .part-four-card {
    font-size: 0.18rem;
  }
  .part-four-card-container {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
  .part-four-card-right {
    display: grid;
    gap: 0.2rem;
}
  .part-four-card1,
  .part-four-card2,
  .part-four-card3,
  .part-four-card4 {
    padding: 0.25rem 3rem 0.25rem 0.25rem;
}
  .part-four-card-rightinline {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.2rem;
}
  .part-four-card3 p,
  .part-four-card4 p {
    max-width: 3.4rem;
  }
  .part-four-card {
    border-radius: 0.24rem;
    height: 2rem;
    font-size: 0.24rem;
    background-size: auto 100%;
  }

  .part-four-card1 {
    background: url(../../en/images/section4_list1_m1.png);
    height: 2.6rem;
    background-size: 100%;
  }
  
  .part-four-card2 {
    background: url(../../en/images/section4_list1_m2.png);
    height: 2.6rem;
    background-size: 100%;
  }
  
  .part-four-card3 {
    background: url(../../en/images/section4_list1_m3.png);
    height: 2.6rem;
    background-size: 100%;
  }
  .part-four-card4 {
    background: url(../../en/images/section4_list1_m4.png);
    height: 2.6rem;
    background-size: 100%;
  }
  .part-four-card41 {
    background: url(../../en/images/section4_list1_m41.png);
    height: 2.6rem;
    background-size: 100%;
  }
  
  .part-four-card42 {
    background: url(../../en/images/section4_list1_m42.png);
    height: 2.6rem;
    background-size: 100%;
  }
  
  .part-four-card43 {
    background: url(../../en/images/section4_list1_m43.png);
    height: 2.6rem;
    background-size: 100%;
  }
  .part-four-card44 {
    background: url(../../en/images/section4_list1_m44.png);
    height: 2.6rem;
    background-size: 100%;
  }
  .part-four-cardtop-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.2rem;
    margin: 0 auto;
}
.part-four-cardbottom-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.2rem;
  margin: 0 auto;
  padding-top: 0.2rem;
}
.box_loop_contetn>li {
  width: 3.2rem;
  height: 3.2rem;
}
.section1 .right_img h5 {
  font-size: 0.2rem;
  color: white;
  margin: 0.25rem 0.5rem 0 1.4rem;
  padding: 0.15rem;
  animation-name: fadeInL;
}
.section5-bottom-button-container {
  display: flex;
  align-items: center;
}
.part-four-card41 p,
.part-four-card42 p,
.part-four-card43 p,
.part-four-card44 p {
  max-width: 3.6rem;
  padding-top: 0.1rem;
}
h4{
  font-size: 0.4rem;
}
.part-four-card41,
.part-four-card42,
.part-four-card43,
.part-four-card44 {
 padding: 0.25rem 3rem 0.25rem 0.25rem;
}
}
.section5 {
  padding: 0.8rem 0;
  background-image: url(../../en/images/bg3.jpg);
  background-repeat: no-repeat;
  background-position: left 25% bottom -5rem;
}
.section6 {
  padding: 0.45rem 0;
  background-color: #000000;
  background-image: url(../../en/images/bg4-1.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.section5 h2 {
  font-size: 0.42rem;
}
.section6 h2 {
  font-size: 0.42rem;
}

.section5-content {
  display: flex;
  max-width: 11.8rem;
  margin: 0 auto;
  align-items: center;
  gap: 1.5rem;
}

.section5-text-container {
  font-size: 0.2rem;
  max-width: 5rem;
}
.section6-text-container {
  font-size: 0.2rem;
  max-width: 6rem;
  color: #fff;
}
.section5-text-container h5 {
  color: #13121b;
  font-size: 0.3rem;
  font-weight: 700;
}

.section5-img-container {
  width: 6rem;
}
.section6-img-container {
  width: 4rem;
}
.section5-inner-line {
  display: flex;
  margin-bottom: 0.2rem;
  align-items: center;
}

.section5-inner-line:last-child {
  margin-bottom: 0;
}
.section5-inner-text-container {
  margin-top: 0.4rem;
}

.section5-bottom-button-container {
  display: flex;
  flex-direction: column;
  color: #969696;
  font-size: 0.16rem;
  gap: 0.1rem;
  margin-top: 0.3rem;
}
.get-up-to-button {
  background-image: linear-gradient(to right, #1454F4, #04C1C7);
  border-radius: 1rem;
  font-size: 0.18rem;
  font-weight: 700;
  color: white;
  width: 2.68rem;
  height: 0.54rem;
  border: none;
  line-height: 0.54rem;
  transition: all 0.3s;
}

.get-up-to-button:hover {
  background: var(--hovercolor);
}

@media only screen and (max-width: 1024px) {
  .section5 {
    padding: 0.8rem 0;
    background: none;
  }
  .section6 {
    padding: 0.8rem 0;
    background-image: url(../../en/images/bg4-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .section5 h2 {
    font-size: 0.58rem; 
  }
  .section2 h2 {
    font-size: 0.58rem; 
  }
  .section5-content {
    flex-direction: column;
    margin-top: 0.25rem;
    gap: 0.15rem;
  }
  .section5-img-container {
    width: 7.3rem;
    margin-left: 0.5rem;
  }
  .section5-inner-line {
    align-items: flex-start;
    line-height: 1.35;
    margin-bottom: 0.4rem;
  }
  .section5-inner-line p {
    margin-left: 0.18rem;
    margin-right: -0.1rem;
    font-size: 0.24rem;
  }
  .section5-inner-text-container {
    margin-top: 0.55rem;
  }
  .section5-text-container {
    font-size: 0.36rem;
  }
  .section5-text-container h5 {
    font-size: 0.6rem;
    line-height: 1.3;
  }
  .section5-text-container {
    max-width: 6.56rem;
    padding-left: 0.1rem;
    text-align: center;
  }
  .section5-inner-text-container {
    margin-top: 0.6rem;
  }
  .trophy-icon {
    width: 0.28rem;
  }
  .user-icon {
    width: 0.25rem;
  }
  .controls-icon {
    width: 0.28rem;
  }
  .section5-bottom-button-container {
    margin-top: 0.75rem;
    display: none;
  }
  .section5-bottom-button-container p {
    font-size: 0.24rem;
  }
  .get-up-to-button {
    width: 6rem;
    height: 1.08rem;
    font-size: 0.36rem;
    font-weight: 600;
  }
  .section6-text-container {
    font-size: 0.2rem;
    max-width: 6rem;
    color: #fff;
    text-align: center;
}
.section4 h2 {
  text-align: center;
  font-size: 0.58rem;
}
.section6 h2 {
  text-align: center;
  font-size: 0.58rem;
}

}

@media (max-width: 750px) {
  .section5 {
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
footer {
  background-color: #161717;
  color: white;
  padding-top: 30px;
  padding-bottom: 90px;
  border-radius: 24px 24px 0px 0px;
  margin-top: -25px;
  font-size: 16px;
}

footer .container {
  font-size: 0.75em;
  width: 90%;
  max-width: 1248px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px 0;
}
footer a,
footer a:visited {
  color: #09c6f9;
}
footer p {
  margin-bottom: 10px;
}
.footer-links a {
  display: inline-block;
  margin-right: 20px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.awards {
  padding-bottom: 20px;
}
.awards img {
  display: inline-block;
  margin: 15px 10px;
  vertical-align: middle;
}
.awards img.logo-footer {
  margin-right: 14px;
  margin-left: 0;
}
[dir="rtl"] .awards img.logo-footer {
  margin-right: 0;
  margin-left: 14px;
}
.disclaimer strong {
  color: #fff;
}

@media only screen and (max-width: 750px) {
  footer .container {
    font-size: 0.24rem;
  }
  footer p {
    line-height: 1.5;
  }
  .footer-links a {
    font-size: 0.24rem;
  }
}

/* .modal {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 50;
  display: flex;
  opacity: 1;
  visibility: visible;
  transition: opacity 400ms;
  overflow: auto;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
} */

.modal {
  min-height: 100vh;
  background: #f3f3f3;
  height: 100%;
  width: 100%;
  z-index: 50;
  display: flex;
  opacity: 1;
  visibility: visible;
  transition: opacity 400ms;
  padding-top: 0.4rem;
  padding-bottom: 0.8rem;
  /* --animate-delay: 0.3s; */
}
.modal-content {
  width: 90%;
  max-width: 900px;
  background: white;
  margin: auto;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  min-height: 7.65rem;
}

.modal-content1 {
  animation-name: fadeUpSmall;
}

.modal-content2 {
  animation-name: fadeDownSmall;
}

.modal-gradient1 {
  position: absolute;
  top: 0rem;
  left: 0rem;
  opacity: 0.4;
}

.modal-gradient2 {
  position: absolute;
  bottom: -0.4rem;
  right: 0rem;
  opacity: 0.4;
}
.modal-tick {
  display: block;
  margin: 0 auto;
  width: 2.7rem;
}

.modal-content h2 {
  font-size: 0.4rem;
  margin-top: 0.25rem;
  margin-bottom: 0.1rem;
  animation-name: fadeUpSmall;
}

.modal-content p {
  font-size: 0.22rem;
  font-weight: 500;
  animation-name: fadeUpSmall;
}
@keyframes fadeUpSmall {
  0% {
    transform: translate(0, 0.5rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes fadeDownSmall {
  0% {
    transform: translate(0, -0.5rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes fadeLeftSmall {
  0% {
    transform: translate(-0.5rem, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeRightSmall {
  0% {
    transform: translate(0.5rem, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.modal-content h1 {
  font-size: 0.58rem;
  animation-name: fadeDownSmall;
}

.modal-content h3 {
  font-size: 0.35rem;
  margin-top: 0.24rem;
  animation-name: fadeDownSmall;
}

.modal-split {
  height: 1px;
  width: 100%;
  background: #e8e0f9;
  margin-top: 0.4rem;
}
.modal-images {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.18rem;
}

.modal-bryan {
  width: 3.1rem;
  animation-name: fadeLeftSmall;
}

.modal-images a {
  display: flex;
  width: 1.69rem;
}

.google-play-link {
  margin-bottom: 0.25rem;
}

.google-play-link,
.app-store-link {
  z-index: 2;
  position: relative;
  animation-name: fadeRightSmall;
}
.modal-content .up-to-modal {
  background: var(--purple);
  font-size: 14px;
  color: white;
  font-weight: 700;
  padding: 0.03rem 0.14rem;
  border-radius: 0.2rem;
  position: relative;
  bottom: 0.24rem;
  margin-right: -0.1rem;
}
.br-mobile {
  display: none;
}

.google-play-img-mobile,
.app-store-img-mobile {
  display: none;
  width: 4.28rem;
  height: 1.08rem;
}

@media (max-width: 750px) {
  .modal-content {
    width: 90%;
    height: auto;
    padding-bottom: 1rem;
  }
  .modal-tick {
    width: 4rem;
  }
  .modal-content h2 {
    font-size: 0.68rem;
    margin-bottom: 0.32rem;
  }
  .modal-content p {
    font-size: 0.4rem;
  }
  .modal-content h3 {
    font-size: 0.6rem;
  }
  .modal-content h1 {
    font-size: 0.64rem;
  }
  .modal-images {
    flex-direction: column;
  }
  .modal-bryan {
    width: 6.2rem;
    display: block;
    margin-left: auto;
  }
  .google-play-img-pc,
  .app-store-img-pc {
    display: none;
  }
  .google-play-img-mobile,
  .app-store-img-mobile {
    display: block;
  }
  .modal-images a {
    width: 4.28rem;
  }
  .modal-gradient1 {
    width: 3rem;
  }
  .modal-gradient2 {
    width: 3.15rem;
  }
}
@media (max-width: 1024px) {
  .br-mobile {
    display: block;
  }
}

.other_login_btn .googlebtn{
  position: relative;
}

.other_login_btn .googlebtn .g_id_signin{
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0;
}

.other_login_btn .apple_login_icon{
  position: relative;
}
.other_login_btn .apple_login_icon #appleid-signin{
  position: absolute; top: 0; left: 0; opacity: 0;
}
.rw{
  font-size: 0.12rem;
  margin-top: 0.3rem;
}
.rw a{
	color: #fff;
}



.video-box {
  /*进行视频裁剪*/
  overflow: hidden;
  z-index: -1;
  background-color: #000000;
}

.video-box .video-background {
  position: absolute;
  left: 0;
  top: 0;
  /*保证视频内容始终居中*/
  width: 100%;
  height: 7.2rem;
  /*保证视频充满屏幕*/
  object-fit: cover;
  min-height: 600px;
}
.heade_logo_warp{
  max-width:1240px;
  margin: 0 auto;
  height: 0.75rem;
  display: flex;
  align-items: center;
  padding:0 16px;
}
.heade_logo{
  position: relative;
  z-index: 3;
  width: 3rem;
}
:root{
	--modaleRegBtbg : linear-gradient(300deg, rgb(20, 84, 244) 17.81%, rgb(4, 193, 199) 81.86%);
}