.mobile-container .content {
  display: none;
}
.mobile-container .mobile-content .banner {
  height: 38.81rem;
  padding: 5.25rem 0 0 2rem;
  width: 100%;
  background: url("../images/bg-one-mobile-box.png") no-repeat;
  background-size: 100% 100%;
}
.mobile-container .mobile-content .banner .mobile-logo {
  width: 14.5rem;
  height: 4.38rem;
}
.mobile-container .mobile-content .banner .text {
  margin-top: 4.06rem;
  width: 19.94rem;
  height: 12.75rem;
  margin-bottom: 1.94rem;
}
.mobile-container .mobile-content .banner a .download {
  width: 16.25rem;
  height: 4.75rem;
}
.mobile-container .mobile-content .banner .email-container {
  width: 26.56rem;
  height: 3.5rem;
  background: #2F83E6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.31rem;
}
.mobile-container .mobile-content .banner .email-container .email {
  font-size: 1.5rem;
  font-family: Roboto-Medium, Roboto;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.75rem;
  text-decoration: underline;
}
.mobile-container .mobile-content .delete-box {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  padding: 7.5rem 0 2rem;
  background: #FFFFFF;
}
.mobile-container .mobile-content .delete-box .top {
  padding: 3rem 2rem;
  background-color: #FFFFFF;
}
.mobile-container .mobile-content .delete-box form {
  padding: 4rem 2rem 0;
  background-color: #FAFAFA;
}
.mobile-container .mobile-content .delete-box .title {
  text-align: center;
  font-size: 2.13rem;
  font-family: Plus Jakarta Sans-Bold, Plus Jakarta Sans;
  font-weight: bold;
  color: #222222;
  line-height: 3.63rem;
  font-style: italic;
}
.mobile-container .mobile-content .delete-box .tip {
  margin-top: 2rem;
  width: 43.13rem;
  font-size: 1.63rem;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #888888;
  line-height: 2.2rem;
}
.mobile-container .mobile-content .delete-box .question-title,
.mobile-container .mobile-content .delete-box .question-detail {
  margin-top: 2.13rem;
  font-size: 1.5rem;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #ccc;
  line-height: 2.5rem;
}
.mobile-container .mobile-content .delete-box .question-detail {
  margin-top: 16px;
}
.mobile-container .mobile-content .delete-box input {
  margin-top: 1.44rem;
  width: 43.13rem;
  height: 3.5rem;
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 1rem;
  font-family: Roboto-Regular, Roboto;
  padding-left: 1rem;
}
.mobile-container .mobile-content .delete-box textarea {
  margin-top: 1.44rem;
  width: 43.13rem;
  height: 40rem;
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 1rem;
  font-family: Roboto-Regular, Roboto;
  padding-left: 1rem;
}
.mobile-container .mobile-content .delete-box .btn {
  margin: 1.88rem auto;
  width: 25rem;
  height: 5.5rem;
  background: #FCB333;
  border-radius: 5rem 5rem 5rem 5rem;
  opacity: 1;
  font-size: 1.88rem;
  font-family: Inter-Semi Bold, Inter;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 5.5rem;
  text-align: center;
  cursor: pointer;
}
.mobile-container .mobile-content .img-container img {
  width: 100%;
}/*# sourceMappingURL=mobileIndex.css.map */