.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-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: 3.2rem;
  height: 8rem;
  width: 27.5rem;
}
.mobile-container .faq-line-top {
  box-sizing: border-box;
  padding: 4rem 0;
  width: calc(100% - 6.4rem) ;
  border-bottom: 1px solid #E7E7E7;
}
.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: 3.2rem;
  height: 3.2rem;
}
.mobile-container .faq-u {
  width: 2.9rem;
  height: 1.7rem;
  display: none;
}
.mobile-container .faq-qt {
  margin-top: 2.1rem;
  font-size: 2.8rem;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #666666;
  line-height: 4.2rem;
  display: none;
}
.mobile-container .mobile-faq {
  box-sizing: border-box;
  padding: 0 3.2rem;
  width: 100%;
  margin-top: 10rem;
  line-height: 5.7rem;
  font-size: 4.8rem;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #000000;
}
.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-d {
  width: 33rem;
  height: 9.6rem;
  margin: 0 auto;
  margin-top: 3.2rem;
}