.mobile-container .mobile-header {
  width: 100%;
  height: 10rem;
  background: #FFFFFF;
  display: flex;
  flex-direction: "row";
  align-items: center;
  justify-content: space-between;
  padding: 0 3.2rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.mobile-container .mobile-show-wrapper {
  position: absolute;
  width: 100%;
  height: calc(100vh - 10rem);
  top: 10rem;
  left: 0;
  display: none;
  z-index: 10 !important;
}

.mobile-container .mobile-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-container .mobile-content-show {
  /* display: none; */
  z-index: 10;
}

.mobile-container .mobile-content-show .faq-content {
  background: #FFFFFF;
  box-shadow: 0px 5px 39px 5px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  margin: -100px 10px 0;
  padding: 0 10px;
  z-index: 99;
}

.mobile-container .mobile-d {
  position: relative;
}

.mobile-container .mobile-email {
  position: absolute;
  font-size: 2.8rem;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 6.8rem;
  width: 46.5rem;
  height: 6.8rem;
  background: rgba(0, 177, 146, 0.3);
  border-radius: 1.2rem;
  left: 3.2rem;
  top: 50rem;
  text-align: center;
}

.mobile-container .mobile-d-img {
  position: absolute;
  top: 38.8rem;
  left: 50%;
  transform: translate(-50%, 0);
  height: 9.58rem;
  width: 30.58rem;
}

.mobile-container .faq-line-top {
  box-sizing: border-box;
  padding: 3rem 1rem;
  /* width: calc(100% - 6.4rem) ; */
  border: 1px solid #E7E7E7;
  border-radius: 6px;
  margin-bottom: 1.4rem;
}

.mobile-container .faq-top-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.mobile-container .faq-q {
  line-height: 3.7rem;
  font-size: 2.8rem;
  font-family: Inter-Medium, Inter;
  font-weight: 500;
  color: #1C1C20;
}

.mobile-container .faq-d {
  width: 2.3rem;
  height: 2.3rem;
}

.mobile-container .faq-u {
  width: 2.3rem;
  height: 2.3rem;
  display: none;
}

.mobile-container .faq-qt {
  margin-top: 2.1rem;
  font-size: 2.8rem;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #474AD9;
  line-height: 4.2rem;
  display: none;
  border-top: 1px solid #E7E7E7;
  padding-top: 2rem;
}

.mobile-container .mobile-faq {
  box-sizing: border-box;
  padding: 0 3.2rem;
  width: 100%;
  margin-top: 4rem;
  line-height: 5.7rem;
  font-size: 4.8rem;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #000000;
  text-align: center;
}

.mobile-container .mobile-header .mobile-t-mask {
  /* position: absolute;
  width: 100%;
  box-sizing: border-box;
  height: 100vh;
  top: 0;
  left: 0; */
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mobile-container .mobile-header .mobile-mask-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mobile-container .mobile-mask-bg {
  background-color: #333333;
  display: flex;
  flex-direction: column;
}

.mobile-container .actived-mobile {
  font-weight: bold !important;
  color: #FFFFFF !important;
}

.mobile-container .mobile-mask-line {
  height: 11.8rem;
  margin: 0 3.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 3.2rem;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #B0B0B0;
  line-height: 11.8rem;
}

.mobile-container .mobile-bg {
  flex: 1;
  background: rgba(0, 0, 0, 0.6);
}

.mobile-container .mobile-logo {
  width: 24.5rem;
  height: 6rem;
}

.mobile-container .mobile-t-botton {
  width: 4rem;
  height: 4rem;
}

.mobile-container .mobile-img {
  width: 100%;
}

.mobile-container .mobile-img-btn {
  position: absolute;
  right: 4rem;
  bottom: 9rem;
  width: 26rem;
  height: 8rem;
}

.mobile-container .mobile-img-d {
  width: 33rem;
  height: 9.6rem;
  margin: 0 auto;
  margin-top: 3.2rem;
}

.down-content {
  width: 100%;
  height: 80rem;
  background: url("../images/iamge-mobile.png") no-repeat;
  background-size: 100% 100%;
  padding: 3.3rem 4rem;
}
.down-content .text-box .text1 {
  width: 43.7rem;
  height: 3.7rem;
}
.down-content .text-box .text2 {
  margin-top: 1.6rem;
  width: 64.5rem;
  height: 3rem;
}
.down-content .text-box .text3 {
  margin-top: 2.4rem;
  width: 60.4rem;
  height: 11.5rem;
}
.down-content .login-box {
  margin-top: 2.3rem;
  width: 67.09rem;
  height: 50rem;
  border-radius: 1.2rem;
  border: 1px solid #ffffff;
  padding: 2.7rem 5.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.down-content .login-box .title {
  width: 37.7rem;
  height: 3rem;
  margin-bottom: 1.9rem;
}
.down-content .login-box .input-container {
  width: 56.06rem;
  height: 10rem;
  border-radius: 2rem;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  padding: 0 2.2rem;
  margin-top: 1.9rem;
}
.down-content .login-box .input-container img {
  width: 4.6rem;
  height: 4.6rem;
  margin-right: 2rem;
}
.down-content .login-box .input-container .passord {
  width: 3.8rem;
  height: 5rem;
  margin-right: 2.8rem;
}
.down-content .login-box .input-container input {
  flex: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  font-size: 1.2rem;
  line-height: 2.6rem;
  color: #ffffff;
}
.down-content .login-box .input-container input::-moz-placeholder {
  color: #ffffff;
}
.down-content .login-box .input-container input::placeholder {
  color: #ffffff;
}
.down-content .login-box .privacy-container {
  display: flex;
  align-items: center;
  margin-top: 2.4rem;
}
.down-content .login-box .privacy-container .check-container {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.5rem;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.down-content .login-box .privacy-container .check-container img {
  width: 1.5rem;
  height: 1.1rem;
}
.down-content .login-box .privacy-container .privacy-tip {
  cursor: pointer;
  margin-left: 0.4rem;
  width: 51rem;
  height: 2rem;
}
.down-content .login-box .button {
  margin-top: 2.8rem;
  width: 31.2rem;
  height: 9.6rem;
  cursor: pointer;
}

#login-compelete-mobile {
  background-color: #2b2b2b;
  display: none;
  position: fixed;
  bottom: 0;
  height: 90vh;
  z-index: 99;
}
#login-compelete-mobile .close-icon {
  float: right;
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 1rem;
}
#login-compelete-mobile .main {
  width: 100%;
}/*# sourceMappingURL=mobileIndexNew.css.map */