body {
  background: #ffffff;
}
#home {
  margin-top: 70px;
  width: 100%;
  position: relative;
}
#home .homeImg {
  width: 300px;
  position: absolute;
  top: 62%;
  left: 5%;
}
.nav_tab {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}
.nav_tab .nav {
  width: 100%;
  padding: 20px 10%;
  background-color: #99D31B;
}
.nav_tab .nav img {
  vertical-align: middle;
  width: 210px;
}
.nav ul {
  float: right;
  margin: 2px 0 0;
}
.nav li {
  float: left;
  list-style: none;
  font-size: 20px;
  padding: 4px 15px;
  line-height: 20px;
}
.nav li a {
  color: #ffffff;
  text-decoration: none;
}
.title {
  text-align: center;
  font-weight: bold;
  padding: 30px 0;
  font-size: 24px;
  color: #244746;
}
img {
  width: 100%;
}
#faq {
  width: 100%;
  vertical-align: middle;
  background-size: 100%;
  background-position: center center;
  background: #FAFAFA;
}
#faq .title {
  padding-top: 64px;
  margin-left: calc(20% + 5px);
  text-align: left;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
}
#faq .news {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 80%;
  margin: 0 auto;
}
#faq .news ul {
  width: 80%;
  margin: 0 auto;
}
#faq .news ul .item {
  list-style: none;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.03);
  border: 1px solid #3F8E76;
}
#faq .news ul .item .question {
  padding: 15px 0;
  margin: 14px 0 14px 20px;
  cursor: pointer;
  color: #99D31B;
  font-weight: 700;
}
#faq .news ul .item .up {
  display: none;
}
#faq .news ul .item .down {
  transform: rotateX(180deg);
}
#faq .news ul .item .answer {
  margin: 0 20px 20px;
  display: none;
  padding-bottom: 20px;
  color: #8e8e8e;
}
#faq .news ul .item img {
  width: 22px;
  position: absolute;
  top: 28px;
  right: 20px;
}
#delete-account {
  padding-top: 30px;
  width: 100%;
  vertical-align: middle;
  background-size: 100%;
  background-position: center center;
  background: #FAFAFA;
  padding-bottom: 40px;
}
#delete-account .content {
  padding-left: 40px;
  width: 64%;
  margin: 0 auto;
  padding-bottom: 70px;
}
#delete-account .content .header {
  font-size: 40px;
  line-height: 29px;
  text-align: left;
}
#delete-account .content .hint {
  margin-top: 32px;
  font-size: 24px;
  line-height: 48px;
  text-align: left;
  color: #5A5555;
}
#delete-account .content .input-wrap {
  display: flex;
  align-items: center;
}
#delete-account .content .input-wrap .input-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
#delete-account .content .input-wrap .input-inner {
  padding-left: 20px;
  margin-left: 16px;
  flex: 1;
  height: 50px;
  border-radius: 50px;
  font-size: 20px;
  border: 2px solid #CCCBCB;
  background: #FAFAFA;
}
#delete-account .content .button-wrap {
  margin-top: 32px;
  text-align: right;
}
#delete-account .content .button-wrap .button-innner {
  padding: 15px 0;
  width: 325px;
  line-height: 30px;
  color: #ffffff;
  font-size: 24px;
  background: #99D31B;
  border-radius: 32px;
  border: none;
}
#back img {
  width: 100%;
}
.download {
  position: relative;
  padding: 32px 0;
  width: 100%;
  background-image: url('../img/download-bg.png');
  display: flex;
  align-items: center;
  justify-content: center;
}
.download .download_label {
  margin-right: 44px;
  font-size: 58px;
  line-height: 87px;
  font-weight: 700;
  color: #263238;
}
.download .download_label .c-white {
  color: #ffffff;
}
.download .download_type {
  display: flex;
  align-items: center;
}
.download img {
  width: 180px;
  cursor: pointer;
}
.download img:first-of-type {
  margin-right: 8px;
}
.foot {
  width: 100%;
  padding: 0 10%;
  color: #fff;
  background: #263238;
}
.foot .foot_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 40px;
  font-size: 16px;
}
.foot .left {
  width: 40%;
}
.foot .right {
  width: 40%;
  font-size: 16px;
  text-align: right;
}
.foot .support {
  font-size: 20px;
  font-weight: 700;
}
.foot .privacy a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.foot .privacy p:last-of-type {
  margin-top: 20px;
}
.foot .info {
  margin: 8px 0;
}
.foot .left .logo_footer {
  width: 300px;
  margin: 20px 0 30px;
}
.foot .left .icon {
  margin-right: 8px;
  width: 20px;
}
.foot .right img {
  width: 140px;
}
.foot .card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #538e8d;
  padding: 20px 0 40px;
}
