html {
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif
}


a {
    text-decoration: none
}

button,
input,
textarea {
    color: inherit;
    font: inherit
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: clamp(5px, 3.2vw, 22px);
    background: #f5f5f5;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


body::-webkit-scrollbar {
    display: none
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.login {
    background: url(/static_new6/img/loginBackground.408e8f53.png) no-repeat;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    position: relative;
    background-color: #000
}

.login .lang {
    position: relative;
    z-index: 1000;
    width: 100%;
    text-align: end;
    padding: 2.15% 4.3%;
    font-size: clamp(5px, 3.7vw, 25px);
    color: #fff
}

.login .form_login {
    width: 90%;
    aspect-ratio: 5 / 4; /*保持长宽比，非常重要*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.login .form_login .login_form {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 4%;
    padding: 2% 0 0
}

.login .form_login .login_form .input_form {
    width: 90%;
    height: 15%;
    border: 1px solid #c3c3c3;
    border-radius: 10px;  /* 4个角的弧度*/
    padding: 0 2.15%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 6% auto 2.3%;
    font-size: clamp(5px, 3.2vw, 22px)
}

.login .form_login input {
    border: none;
    height: 100%;
    width: 83%;
    outline: none;
    padding: 0 2.15%
}

.login .Remember {
    margin: 6% auto;
    width: 90%;
    font-size: clamp(5px, 3.2vw, 22px)
}

.login .submit {
    width: 90%;
    margin: 0 auto
}

.login .login_text {
    color: #717180;
    display: flex;
    justify-content: center;
    font-size: clamp(5px, 3.2vw, 22px);
    padding: 2.15% 0
}

.login .login_text>p:last-child {
    color: #ee264d;
    margin: 0 2.15%
}

.van-nav-bar .van-nav-bar__left .van-icon {
    color: #333
}

.van-nav-bar__left .van-nav-bar__arrow {
    font-size: clamp(5px, 5.3vw, 36px);
}

.area_box {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-color: #ededed;
    padding: 4.3% 0
}

.input_area {
    width: 100%;
    height: 17.2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4.3%
}

.input_area p {
    text-align: center;
    font-size: clamp(11px, 6.1vw, 40px);
}

.input_area>p:last-child {
    display: flex;
    min-width: 30%;
    justify-content: center;
    align-items: center;
    height: 96%;
    font-size: clamp(7px, 4vw, 26px);
    color: #fff;
    border-radius: 10px;
    background-color: #0071dc
}

.input_area input {
    border: none;
    height: 100%;
    width: 100%;
    outline: none;
    padding: 0 3.44%;
    border-radius: 10px;
    margin: 0 4.3%
}

.area_list {
    width: 90%;
    height: auto;
    margin: 2% 5%;
    color: #fff;
    overflow: auto
}

.area_item {
    width: 100%;
    height: 21.5%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    color: #000;
    font-size: clamp(7px, 4.267vw, 26px);
}

.area_item img {
    width: 17.2%;
    margin: 0 4.3%
}

.Register {
    width: 100%;
    min-height: 100vh;
    background: url(../img/loginBackground.408e8f53.png) no-repeat;
    background-size: cover;
    position: relative;
    background-color: #000
}

.lang {
    width: 100%;
    text-align: end;
    padding: 2.15% 4.3%;
    font-size: clamp(7px, 4.267vw, 26px);
    color: #fff
}

.from_Register {
    width: 90%;
    aspect-ratio: 5 / 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.Register_from {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 3.44% 0
}

.input_from {
    width: 90%;
    height: 12%;
    border: 1px solid #c3c3c3;
    border-radius: 10px;  /* 4个角的弧度*/
    padding: 0 2.15%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4.8% auto 1.84%;
    font-size: clamp(5px, 3.2vw, 22px)
}

.input_from input {
    border: none;
    height: 100%;
    width: 83%;
    outline: none;
    padding: 0 2.15%
}

.password {
    width: 100% !important
}

.Remember {
    margin: 5.16% auto;
    width: 90%;
    font-size: clamp(5px, 3.2vw, 25px)
}

.Register_submit {
    width: 90%;
    margin: 7% auto 0
}

.Register_submit button {
    background-color: #ee264d;
    box-shadow: 0 2.15% 2.15% rgba(41, 5, 5, .15)
}

.Register_text {
    color: #717180;
    display: flex;
    justify-content: center;
    font-size: clamp(5px, 3.2vw, 22px);
    padding: 1.72% 0
}

.Register_text>p:last-child {
    color: #ee264d;
    margin: 0 2.15%
}

.header {
    width: 100%;
    min-height: 21.5%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: clamp(5px, 4.2vw, 29px);
    line-height: 12.9%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative
}

.header img {
    height: 70%
}


.area_code {
    width: 25.8%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: clamp(5px, 3.2vw, 22px)
}

.area_code p {
    padding: 0 2.15%
}


.login_btn {
    background-color: #ee264d;
    box-shadow: 0 2.15% 2.15% rgba(41, 5, 5, .15);
    display: block;
    width: 100%;
    border-color: #fff;
    color: #fff;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    cursor: pointer;
    font-size: clamp(5px, 3.73vw, 25px);
    height: 15%;
    line-height: 1.4;
    margin: 0;
    padding: 3% 5.16%;
    position: relative;
    text-align: center;
    transform: opacity .15s ease
}


.van-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

.van-checkbox--disabled {
    cursor: not-allowed
}

.van-checkbox--label-disabled {
    cursor: default
}

.van-checkbox--horizontal {
    margin-right: 5.16%
}

.van-checkbox__icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    height: 1em;
    font-size: 8.6%;
    line-height: 1em;
    cursor: pointer
}

.van-checkbox__icon .van-icon {
    display: block;
    box-sizing: border-box;
    width: 1.25em;
    height: 1.25em;
    color: transparent;
    font-size: .8em;
    line-height: 1.25;
    text-align: center;
    border: 1px solid #c8c9cc;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color
}

.van-checkbox__icon--round .van-icon {
    border-radius: 100%
}

.van-checkbox__icon--checked .van-icon {
    color: #fff;
    background-color: #1989fa;
    border-color: #1989fa
}

.van-checkbox__icon--disabled {
    cursor: not-allowed
}

.van-checkbox__icon--disabled .van-icon {
    background-color: #ebedf0;
    border-color: #c8c9cc
}

.van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon {
    color: #c8c9cc
}

.van-checkbox__label {
    margin-left: 2%;
    color: #323233;
    line-height: 8.6%
}

.van-checkbox__label--left {
    margin: 0 3.44% 0 0
}

.van-checkbox__label--disabled {
    color: #c8c9cc
}


.van-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: content-box;
    width: 38%;
    max-width: 250px;
    min-height: 10%;
    padding: clamp(0px, 6.89%, 45px);
    color: #fff;
    font-size: clamp(5px, 3.7333vw, 25px);
    line-height: 8.6%;
    white-space: pre-wrap;
    text-align: center;
    word-break: break-all;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 10px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.van-toast--unclickable {
    overflow: hidden
}

.van-toast--unclickable * {
    pointer-events: none
}

.van-toast--html,
.van-toast--text {
    width: -webkit-fit-content;
    width: fit-content;
    min-width: 41.3%;
    min-height: 0;
    padding: 3.44% 5.16%
}

.van-toast--html .van-toast__text,
.van-toast--text .van-toast__text {
    margin-top: 0
}

.van-toast--top {
    top: 20%
}

.van-toast--bottom {
    top: auto;
    bottom: 20%
}

.van-toast__icon {
    font-size: clamp(15px, 9.6vw, 66px)
}

.van-toast__loading {
    padding: 1.72%;
    color: #fff
}

.van-toast__text {
    margin-top: 15%;
    line-height: normal;
    word-break: keep-all;
    overflow-wrap: break-word;

}

.lang_items {
    margin-left: .3rem;
    z-index: 9999999999;
    position: relative;
}

.lang_items .default_ico {
    width: 0.7rem;
    float: right;
}


.lang_list {

  top: calc(100% + 8px); 
  transform: none;
  width: 30%;
  max-height: 400px;
  overflow-y: auto;

  /* box-sizing: border-box; */
  margin: 0;
  padding: 0;
    clear: both;
    display: flex;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: absolute;
    max-width: 100%;
    width: auto;
    right: 0;
    /* top: 1.5rem; */
    z-index: 1000;
}

.lang_list ul {
    max-width: none;
    width: 100%;
    padding: 0.5rem;
}

.lang_list li {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0.3rem 0.5rem;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.lang_list li:last-child {
    border-bottom: none;
}

.lang_list li .country_ico {
    float: none;
    height: 32px;
    width: 32px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    margin: 0;
    overflow: hidden;
    border-radius: 4px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.lang_list li .country_ico img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    min-width: 24px;
    min-height: 24px;
}

.lang_list li .country_name {
    line-height: 1.6;
    margin-left: 0.5rem;
    flex-grow: 1;
    color: #333333;
    font-weight: 600;
    font-size: 14px;
    padding: 4px 0;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
}


.country_list {

  top: 25%;
  left: 5%;
  transform: none;
  max-height: 400px;
  overflow-y: auto;

  margin: 0;
  padding: 0;
    clear: both;
    display: flex;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: absolute;
    max-width: 100%;
    width: auto;
    right: 0;
    
    z-index: 1000;
}

.country_list ul {
    max-width: none;
    width: 100%;
    padding: 0.5rem;
}

.country_list li {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0.3rem 0.5rem;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.country_list li:last-child {
    border-bottom: none;
}

.country_list li .country_ico {
    float: none;
    height: 32px;
    width: 32px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    margin: 0;
    overflow: hidden;
    border-radius: 4px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.country_list li .country_ico img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    min-width: 24px;
    min-height: 24px;
}

.country_list li .country_name {
    line-height: 1.6;
    margin-left: 0.5rem;
    flex-grow: 1;
    color: #333333;
    font-weight: 600;
    font-size: 14px;
    padding: 4px 0;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
}


.country_list_reg {

  top: 19%;
  left: 5%;
  transform: none;
  max-height: 400px;
  overflow-y: auto;

  margin: 0;
  padding: 0;
    clear: both;
    display: flex;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: absolute;
    max-width: 100%;
    width: auto;
    right: 0;
    
    z-index: 1000;
}

.country_list_reg ul {
    max-width: none;
    width: 100%;
    padding: 0.5rem;
}

.country_list_reg li {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0.3rem 0.5rem;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.country_list_reg li:last-child {
    border-bottom: none;
}

.country_list_reg li .country_ico {
    float: none;
    height: 32px;
    width: 32px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    margin: 0;
    overflow: hidden;
    border-radius: 4px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.country_list_reg li .country_ico img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    min-width: 24px;
    min-height: 24px;
}

.country_list_reg li .country_name {
    line-height: 1.6;
    margin-left: 0.5rem;
    flex-grow: 1;
    color: #333333;
    font-weight: 600;
    font-size: 14px;
    padding: 4px 0;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
}


.country_ico img {
    max-height: 100%;
}

.header .balance button[data-v-d5f15326] {
    margin-left: .2rem;
}

.floating-notification {
    position: fixed;
    /*right: 20px;
            bottom: 20px;*/
    margin-left: 2rem;
    top: 100px;
    background-color: #fe2c55;
    color: white;
    width: 4rem;
    line-height: 1rem;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
    transform: translateY(100%);
}

.floating-notification.show {
    opacity: 1;
    transform: translateY(0);
}

.gj_code_container {
    width: 30%;
}
