@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio:3) {
    #StatusBar1 {
        height: 20px;
    }
}
@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio:2) {
    #StatusBar1 {
        height: 20px;
    }
}
@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio:3) {
    #StatusBar1 {
        height: 20px;
    }
}

@font-face {
    font-family: "AlibabaSans-Bold";
    src: url("../../../common/font/AlibabaSans-Bold.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AlibabaSans-Medium";
    src: url("../../../common/font/AlibabaSans-Medium.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AlibabaSans-Regular";
    src: url("../../../common/font/AlibabaSans-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

:root {
    --dark-card : #FDFEFF;
    --light-gray: #666666;
    --light-logo: #232020;
    --light-blue: #BFDCFF;
    --send-code: #FFFFFF;
    --send-code-text: #004ABC;
    --rule-bg: rgba(253, 254, 255, 1);
}
.darkmode {
    --light-gray: #BBBBBB;
    --dark-card : #002459;
    --light-logo: #FFFFFF;
    --send-code: #004ABC;
    --send-code-text: #BFDCFF;
    --rule-bg: rgba(0 ,36 ,89, 1);
}

.Bold {
    font-family: AlibabaSans-Bold, serif;
}
.Medium {
    font-family: AlibabaSans-Medium, serif;
}
.Regular {
    font-family: AlibabaSans-Regular, serif;
}

.sc {
    width: calc(100% - 0.6rem*2);
    padding: 0 0.6rem;
    /* background-color: #10171F; */
}

.bgcolor {
    background-color: #10171F;
}

.titlebar {
    margin-left: 0.35rem;
    margin-top: 0.5rem;
}

.titlebar .back {
    height: 100%;
    padding: 0.25rem;
    z-index: 2;
    background: var(--board);
    border-radius: 0.5rem;
}

.titlebar .back img{
    width: 0.45rem;
    height: 0.45rem;
}

.logo {
    width: 3.6rem;
    margin-top: 1rem;
}

.title {
    margin-bottom: 0.45rem;
    margin-top: 0.45rem;
    line-height: 0.74rem;
    color: var(--text);
}

.country {
    margin-top: 0.74rem;
    line-height: 0.44rem;
}

.subtitle {
    /* margin-top: 0.8rem; */
    line-height: 0.44rem;
    color: var(--text);
}

.hint {
    color: #646C70;
}

.ct {
    padding: 0.1rem;
    background: var(--board);
    border-radius: 0.45rem;
}

.ct .code {
    background: rgb(0,74,188);
    width: 1.5rem;
    height: 100%;
    z-index: 1;
    position: relative;
    color: white;
    border-radius: 0.5rem;
}

.ct .code:after {
    position: absolute;
    z-index: 1;
    top: 40%;
    right: 0.9rem;
    margin-top: 4px;
    display: block;
    width: 0.24rem;
    height: 0.144rem;
    background: url("../../../common/image/arrow_down_gray.png") no-repeat;
    background-size: 0.24rem 0.144rem;
}

.ct .code .selectCode {
    line-height: 0.55rem;
    height: 0.75rem;
}

.line {
    width: 1px;
    height: 0.32rem;
    background: #646C70;
}

.ct input {
    background-color: var(--board);
    color: #10171F;
    flex: 1;
    line-height: 0.46rem;
    border-style: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    margin-left: 0.25rem;
    color:var(--text);
}

.item {
    margin-top: 0.32rem;
}

.item div {
    /* margin-top: 0.32rem;
    height: 0.76rem; */
    /* border-bottom: 1px solid #C3C3C3; */
}

.item input {
    background-color: var(--board); 
    color: var(--text);
    flex: 1;
    font-size: 0.32rem;

    line-height: 0.86rem;
    border-style: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 0.25rem;
    border-radius: 0.5rem;
    padding: 0rem 0.4rem;
}

.item .switch {
    height: 100%;
    padding-left: 0.4rem;
}

.item .switch img {
    width: 0.35rem;
    height: 0.35rem;
    position: absolute;
    right: 0.5rem;
    top: 0.65rem;
}

.item .go {
    height: 100%;
    /* padding: 0 0.1rem; */
}

.item .go img {
    width: 0.3rem;
    height: 0.35rem;
    position: absolute;
    right: 0.5rem;
    top: 0.65rem;
}

.tip {
    margin-top: 0.2rem;
    padding-left: 0.2rem;
}

.tip:before {
    content: '*';
    position: absolute;
    left: 0;
    top: 0;
}

.verification {
    /* margin-top: 0.38rem;
    margin-bottom: 2rem; */
}

.verification input {
    border-radius: 0.2rem;
    padding: 0.15rem;
    background-color: var(--board);
    color: var(--text);
    width: 0.6rem;
    height: 0.65rem;
    /* line-height: 1.5rem; */
    text-align: center;
    border-bottom-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #646C70;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    outline: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    position: relative;
    margin-top: 0.35rem;
    /* font-size: 0.32rem; */
}

.bottom {
    margin-top: 0.4rem;
    background-color: var(--board);
    padding: 0.4rem 0.3rem;
    border-radius: 0.45rem;
}

.bottom .read img {
    width: 0.4rem;
    height: 0.4rem;
    margin: auto;
    margin-right: 0.6rem;
}

.bottom .read div {
    line-height: 0.34rem;
}

.bottom a {
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
    color: rgb(0,107,255);
    text-decoration: underline;
}

.bottom .nextBtn {
    position: fixed;
    width: 90%;
    height: 0.86rem;
    /* margin-top: 0.48rem; */
    background-color: #004ABC;
    border-radius: 0.67rem;
    -moz-border-radius: 0.67rem;
    -webkit-border-radius: 0.67rem;
    cursor: pointer;
    bottom: 0.6rem;
}

.bottom .next {
    width: 100%;
    height: 0.96rem;
    margin-top: 0.1rem;
    background-color: #004ABC;
    border-radius: 0.67rem;
    -moz-border-radius: 0.67rem;
    -webkit-border-radius: 0.67rem;
}

.ku {
    margin-top: 0.08rem;
}

.mu {
    margin-top: 0.6rem;
}

.sendBtn {
    width: 1.7rem;
    height: 0.68rem;
    /* margin-top: 0.48rem; */
    /* background-color: #1D252D; */
    background-color: rgba(195, 195, 195,0.2);
    border-radius: 0.41rem;
    -moz-border-radius: 0.41rem;
    -webkit-border-radius: 0.41rem;
    color: black;
}

.country-list {
    position: fixed;
    /* top: 0; */
    top: 100%;
    /* left: 100%; */
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    /* background-color: var(--background); */
    /* padding-top: 24px; */
    z-index: 10;
    /* overflow-y: scroll; */
    /*display: none;*/
}

.country-list .list-whole {
    width: 100%;
    /*height: 100%;*/
}

.list-whole .actionbar {
    height: 3.5rem;
    /* background: rgba(0,0,0,0.7); */
}

.list-whole .actionbar .back1 {
    width: 0.8rem;
    height: 100%;
    padding-left: 0.4rem;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
}

.list-whole .actionbar .back1 img {
    width: 0.22rem;
    height: 0.4rem;
}

.list-whole .filter {
    height: 0.8rem;
    padding: 0.2rem 0.3rem;
    background: var(--background);
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.list-whole input {
    margin-top: 0.1rem;
    width: 100%;
    height: 100%;
    background-color: var(--board);
    color: var(--text);
    padding-left: 0.85rem;
    padding-right: 0.95rem;
    border-style: none;
    outline: none;
    /* border: 1px solid #646C70; */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0.35rem;
    -moz-border-radius: 0.35rem;
    -webkit-border-radius: 0.35rem;
    line-height: 0.8rem;
    font-size: 0.32rem;
}

.list-whole .filter:after {
    content: '';
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    position: absolute;
    top: 0.5rem;
    right: 0.55rem;
    background: url(../../../common/image/search_icon.png) no-repeat;
    background-size: 100% 100%;
}

.filterClose {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.25rem;
    width: 0.3rem;
    height: 0.3rem;
    display: none;
}

.list-whole .area {
    flex-grow: 1;
}

.list-whole .area .empty {
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
    background: var(--background);
}

.list-whole .area .data {
    width: 100%;
    height: 100%;
    display: block;
}

.list-whole .area .data .list {
    width: 100%;
    height: 100%;
    display: flex;
}

.list .tcontent {
    height: 100%;
    overflow: scroll;
    flex-grow: 1;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    background:var(--background);
    margin-left: 0.3rem;
}

.tcontent .letter {
    height: 0.6rem;
    /* font-weight: bold; */
    padding-left: 0.5rem;
    margin-top: 1px;
    /* background-color: white; */
    background-color: var(--board);
    font-size: 0.36rem;
}

.tcontent .letter div {
    height: 0.6rem;
    color: var(--text);
    display: flex;
    align-items: center;
}

.tcontent .selected {
    background-color: rgb(0,74,188) !important;
    border-radius: 0.5rem;
    color: rgb(191,220, 255) !important;
}

.tcontent .word {
    height: 0.8rem;
    padding-left: 0.5rem;
    /* margin-top: 1px; */
    background-color:var(--background);
    font-size: 0.32rem;
}

.tcontent .word .border {
    /* border-bottom: 1px solid #C3C3C3; */
    box-sizing: content-box;
}

.tcontent .word div {
    height: 0.8rem;
    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tcontent .word div span {
    color: #646C70;
    position: relative;
    right: 0.4rem;
}

.list .sliderbar {
    width: 0.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    background-color: var(--background);
    margin-right: 0.25rem;
}

.sliderbar a {
    width: 0.5rem;
    height: 0.4rem;
    color: var(--text);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.3rem;
}

.sliderbar a img {
    width: 0.3rem;
}

.sliderbar .selected {
    color: #004ABC;
}

.empty .wrap {
    position: absolute;
    top: 3rem;
    /* top: 18%;
    left: 30%; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.empty .wrap img {
    width: 1rem;
}

.empty .wrap label {
    margin-top: 0.2rem;
    color: var(--text);
    text-align: center;
}

.layui-m-layerbtn span {
    width: 50%;
}

.layui-m-anim-scale {
    width: 75% !important;
}

.layui-m-anim-scale .layui-m-layercont {
    height: 80%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    padding: 0rem 0.5rem;
    font-family: 'Roboto-Regular';
}

.layui-m-anim-scale .layui-m-layerbtn {
    /* height: 0.65rem !important; */
    line-height: 0.9rem;
    background-color: #004ABC;
    width: 90%;
    margin: auto;
    margin-bottom: 0.25rem;
    border-radius: 0.5rem;
    position: fixed;
    bottom: 0.1rem;
    left: 0;
    right: 0;
    border: none;
}

.layui-m-layerbtn {
    /* border-top: 1px solid #151D26 !important; */
}

.layui-m-layerbtn span[no] {
    border-right: 1px solid #151D26 !important;
    font-size: 0.32rem !important;
    color: #fff !important;
}

.layui-m-layerbtn span[yes] {
    font-size: 0.32rem !important;
    color: white !important;
    position: relative;
    top: 0.05rem;
}

.pop img {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
}

.pop > p {
    font-size: 0.24rem;
    color: #10171F;
    line-height: 0.34rem;
    text-align: center;
}

.pop > p:nth-of-type(1) {
    font-size: 0.4rem;
    color: #10171F;
    line-height: 0.56rem;
    margin-top: 0.38rem;
    margin-bottom: 0.08rem;
}

.NewBg{
    position: fixed;top: 4.5rem;border-top-right-radius: 0.5rem;border-top-left-radius: 0.5rem;
}

.red{
    position: relative;
    color: rgb(253,254,255);
    top: 1.5rem;
}
.test{
    width: 0.24rem;
    height: 0.24rem;
    margin-top: 0.07rem;
    margin-right: 0.2rem;
}

.black{
    color: #10171F;
}

.grey{
    color:#C3C3C3;
}

.inputsend{
    /* position: absolute; */
    top: -1rem;
    right: -3.8rem;
    position: relative;
}

.font-12{
    font-size: 0.22rem;
}

.countdown{
    display: block;
    position: relative;
    bottom: 1.5rem;
    background-color: rgba(195, 195, 195,0.2);
    width: 1rem;
    border-radius: 0.5rem;
    height: 0.5rem;
    text-align: center;
    left: 4.7rem;
}

.spanarea{
    width: 100%;
    position: relative;
    top: 0.12rem;
    margin: auto;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.fixfixed { 
    position: absolute; 
} 

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.regboard{
    width: 100%;
    height: 4rem;
    background-image: linear-gradient(180deg, #004abc, #396fed);
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.image{
    width: 2rem;
    position: fixed;
    top: 0.7rem;
}

html{
    height: 100%;
    background-color:var(--background);
    color: var(--text);
}
body{
    min-height: 100%;
    background-color:var(--background);
    color: var(--text);
}

.container{
    position: absolute;
    top: 4.5rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    background-color:var(--background);
}

.content{
    font-family: 'roboto-bold';
}

.font-15{
    font-size: 0.3rem;
}

.data{
    background: var(--background);
}

#Popularsub{
    background: var(--background);
}

.success{
    background: var(--background);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 100%;
    z-index: 3;
}

.success img{
    width: 1.25rem;
    height: 1.25rem;
}

.align-center{
    text-align: center;
    position: relative;
    bottom: 10%;
    width: calc(100% - 1.2rem*2);
}

.success .title{
    color:rgb(29,209,161);
    font-size: 0.45rem;
    line-height: 1;
    margin-bottom: 0.4rem;
}

.success .text{
    color: var(--text);
    font-size: 0.3rem;
}

.success .btn2{
    background: var(--board);
    /* cursor: pointer; */
    position: fixed;
    bottom: 0.5rem;
    width: calc(100% - 0.6rem*2);
    text-align: center;
    padding: 0.3rem;
    font-family: 'Roboto-Bold';
    border-radius: 0.5rem;
    font-size: 0.25rem;
    color: var(--buttonText);
}

.hiddenText{
    margin-top: 0.1rem;
    color: var(--requiredError);
    display: none;
}

.layui-m-layer0 .layui-m-layerchild{
    width: 100% !important;
    max-width: 100%;
    height: 50%;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border-top-left-radius: 0.65rem;
    border-top-right-radius: 0.65rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.info{
    border-radius: 0.25rem !important;
    width: auto !important;
    max-width: 90% !important;
    margin: 0 auto !important;
    bottom: -150px !important;
    background-color: rgba(0,0,0,.7) !important;
    color: #fff !important;
    height: fit-content !important;
}

::placeholder {
    color: var(--text);
}

/* language */

.selectLanguage span {
    font: 12px/1.5 Microsoft YaHei, tahoma, arial, Hiragino Sans GB,
      \\5b8b\4f53, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto-Regular";
    padding-right: 0.25rem;
  }
  .selectLanguage img {
    width: 0.3rem;
    height: 0.35rem;
    position: absolute;
    right: 0.15rem;
    top: 0.2rem;
  }
  .selectLanguageOption {
    top: 100%;
    position: fixed;
    height: 100%;
    width: 100%;
    background: var(--background);
    min-height: 100%;
    background-color: var(--background);
    color: var(--text);
    z-index: 3;
    padding-top: 0.7rem;
  }
  .languageOption {
    background: var(--board);
    margin: 0.25rem;
    padding: 0.22rem 0.45rem;
    border-radius: 0.35rem;
    color: var(--text);
    font-size: 0.34rem;
    display: flex;
    justify-content: space-between;
  }
  .languageOption img {
    width: 0.4rem;
    height: 0.4rem;
    display: none;
    position: relative;
    top: 0.1rem;
  }

  /* end language */

.flex-d{
    display: flex;
  }
  .justify-between{
    justify-content: space-between;
  }
  .top-nav{
    padding: 0.6rem 0.25rem;
    justify-content: space-between;
    display: flex;
    margin-bottom: 0.8rem;
  }
  .back-btn-bg {
    display: flex;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background-color: var(--dark-card);

  }
  .back-btn-bg img{
    width: 0.5rem;
    height: 0.5rem;
  }

  .need-help{
    font-family: "Roboto-Regular";
    padding: 0.2rem;
    text-align: center;
    align-items: center;
    background-color: var(--dark-card);
    border-radius: 0.5rem;
    color: var(--light-gray);
  }
  .main-container{
    padding: 0rem 0.25rem;
  }
  .logo-img{
    width: 2rem;
  }
  .signup-title{
    font-family: "Roboto-Bold";
    font-size: 0.8rem;
    color: var(--light-logo);
    line-height: 1.2;
    margin: 0.4rem 0;
  }
  .input-group {  
    display: flex;
    gap: 0px 0.15rem;
    margin: 0.2rem 0;
  }
  .spanarea{
    width: auto;
    position: static;
  }
  .ct{
    padding: 0.1rem;
  }
  .selectCode{
    display: flex;
    font-size: 0.3rem;
  }
  .input-field{
    font-size: 0.3rem; 
    padding: 0.15rem 0 ;
  }
  .w-100{
    width: 100%;
  }
  .send-code-warpper {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 50%;
  }

  .send-code{
    background: var(--send-code);
    border-radius: 0.5rem;
    /* padding: 0.24rem; */
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
  } 
  .send-code .nextBtn{
    color: var(--send-code-text);
  }

  .read {
    margin: 0.2rem 0;
    gap: 0.2rem;
  }

  .read img{
    width: 24px;
    height: 24px;
  }
  .read a{
    color: #006BFF;
  }
  
  .hiddenText{
    opacity: 0;
    display: block;
  }
  .next-action{
    position: fixed;
    height: 0.86rem;
    background-color: #004ABC;
    color: var(--light-blue);
    border-radius: 0.4rem !important;
    left: 50%;
    transform: translate(-50% ,-50%);
    width: 3.5rem !important;
    -moz-border-radius: 0.4rem !important;
    -webkit-border-radius: 0.4rem !important;
    cursor: pointer;
    bottom: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #codeName{
    color: var(--text);
  }

.rule-container {
    width: 100%;
    background: var(--rule-bg);
    border-radius: .3rem;
    padding: .35rem .4rem;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: .2rem;
    margin-top: .15rem;
}

.rule-container.valid {
    border: 1px solid rgba(29, 209, 161, 1);
}

.rule-container.invalid {
    border: 1px solid rgba(238, 82, 83, 1);
}

.rule-container .resident-container {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    font-size: .25rem;
}

.rule-container .resident-container .checkImg {
    width: .35rem;
}

.rule-container .password-rule {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: .2rem;
    color: var(--light-gray);
    font-family: "Roboto-Regular";
}

.rule-container .password-rule .rule-item {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: .1rem;
    align-items: center;
    font-size: .25rem;
    line-height: 1.25;
}

.rule-container .password-rule .rule-item::before {
    content: "";
    width: .3rem;
    height: .3rem;
    background-image: url(../image/password_default_light.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.darkmode .rule-container .password-rule .rule-item::before {
    background-image: url(../image/password_default_dark.webp);
}

.rule-container .password-rule .rule-item.invalid::before {
    background-image: url(../image/password_invalid.webp);
}

.rule-container .password-rule .rule-item.active::before {
    background-image: url(../image/password_valid.webp);
}