.back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3C1E89;
}

.topu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.home {
    width: 100%;
    height: 100%;
    padding: 0 16px;
    background: url(./images/bg_bottom@2x.jpg) no-repeat center center;
    background-size: cover;
}

.top-line {
    width: 100%;
    height: 16px;
}

.center-line {
    width: 100%;
    height: 8px;
}

.bottom-line {
    width: 100%;
    height: 8px;
}

.box1 {
    flex: 188;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.11);
    border-radius: 8px;
}

.box1-logo-box {
    width: 70px;
    height: 70px;
    background: rgba(0,0,0,0.06);
    border-radius: 13px;
}

.box1-logo {
    width: 70px;
}

.box1-title {
    margin-top: 6px;
    font-size: 25px;
    color: #FFFFFF;
    font-weight: 700;
}

.box1-desc {
    margin-top: 15px;
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    font-weight: 500;
}

.box1-save {
    margin-top: 2px;
    font-size: 14px;
    color: rgba(255,255,255,0.60);
}

.box2 {
    flex: 56;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.11);
    border-radius: 8px;
}

.box2-gift {
    font-size: 32px;
    margin-right: 12px;
    margin-left: 20px;
}

.box2-desc {
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 16px;
}

.box3 {
    flex: 194;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.11);
    border-radius: 8px;
}

.box3-img {
    /* background: rgba(0,0,0,0.06); */
    border-radius: 8px;
    position: relative;
}

.box3-img-2 {
    margin: 0 2px;
}

.box3-back {
    width: 90%;
    height: 90%;
    background: rgba(0,0,0,0.06);
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.download-box {
    display: inline-block;
    margin: 10px 0;
}

.download-btn {
    width: 100%;
    position: relative;
    height: 57px;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.2s ease;
    position: relative;
}

.download-btn-content {
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
    display: flex;
    width: 100%;
    background: #07C160;
    border-radius: 6px;
    width: 100%;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.btnBase {
    transition: transform 0.2s ease;
    transform: scale(1);
}

.btnBase:active {
    transform: scale(0.9);
}

.download-animate {
    height: 57px;
    width: 100%;
    top: 0px;
    left: 0%;
    position: absolute;
    display: block;
    border-radius: 6px;
    background: url('./images/img_light.svg') no-repeat;
    animation: span1 3s linear infinite;
}

@keyframes span1 {
    0% {
        left: -200%;
    }

    100% {
        left: 100%;
    }
}

.list {
    width: 100%;
    padding: 0 16px;
    position: relative;
}

.list-title-box {
    width: 100%;
    padding: 0 18px;
    margin-bottom: 24px;
    margin-top: 48px;
}

.list-title1 {
    width: 100%;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
}

.list-item-box {
    width: 100%;
    background: #462A8F;
    border-radius: 12px;
    text-align: center;
}

.mb-16 {
    margin-bottom: 16px;
}

.list-item-title {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 700;
    padding: 40px 18px 0;
}

.list-item-desc {
    font-size: 14px;
    color: rgba(255,255,255,0.80);
    line-height: 20px;
    margin-top: 10px;
    padding: 0 18px;
}

.list-item-img {
    width: 100%;
    margin-top: 24px;
    padding-bottom: 34px;
}

.list-item-box-2 {
    width: 100%;
    background: #462A8F;
    border-radius: 12px;
    text-align: center;
}

.list-item-img-box {
    width: 100%;
    padding: 22px 37px 0;
}

.list-item-img-2 {
    width: 100%;
}

.list-item-title-2 {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 700;
    padding: 20px 18px 0;
}

.list-item-desc-2 {
    font-size: 14px;
    color: rgba(255,255,255,0.80);
    line-height: 20px;
    margin-top: 14px;
    padding: 0 18px 36px;
}

.list-item-box-3-desc {
    font-size: 14px;
    color: rgba(255,255,255,0.80);
    line-height: 20px;
    padding: 0 16px 24px;
    text-align: center;
}

.list-item-box-3-content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 8px;
}

.list-item-box-3-item {
    background: rgba(255,255,255,0.00);
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 12px;
    height: 152px;
    padding: 0 10px;
}

.list-item-box-3-img {
    width: 36px;
    margin-top: 14px;
}

.list-item-box-3-title {
    font-size: 13px;
    color: #FFFFFF;
    font-weight: 500;
    margin-top: 16px;
}

.list-item-box-3-text {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    margin-top: 6px;
    text-align: center;
}

.faqmain {
  margin-top: 30px;
}

.faq-title {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 14px;
  font-weight: 500;
}

.faq-title-content {
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-item {
  margin-bottom: 16px;
  background: #462A8F;
  border-radius: 12px;
}

.faq-content {
  padding: 13px 16px 38px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 22px;
  font-weight: 400;
  transition: all 0.3s ease-in;
  display: none;
}

.faq-icon {
  transition: all 0.2s ease-in;
}

.faq-item-active{
  background: #5528C7;
}

.faq-item-active .faq-content {
  display: block;
}

.faq-item-active .faq-title-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.faq-icon-active {
  transform: rotate(180deg);
}

.list-item-box-5-desc {
    font-size: 14px;
    color: rgba(255,255,255,0.80);
    line-height: 20px;
    padding-bottom: 12px;
    text-align: center;
}

.join-box {
    width: 100%;
    padding: 0 20px;
}

.button {
    width: 100%;
    height: 48px;
    background: #07C160;
    border-radius: 24px;
}

.button span {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    font-weight: 700;
}

.list-item-box-5-img {
    margin-top: 48px;
    width: 100%;
    padding: 0 34px 26px;
}

.list-item-box-5-img img {
    width: 100%;
}

.blur-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 243px;
    transform: scaleX(-1);
    background-image: radial-gradient(circle at 56% 2.9%, rgba(60,30,137,0.00) 0%, rgba(60,30,137,0.00) 50%, #3C1E89 83%, #050208 143%);
}

.footer {
  background: #050208;
  padding-left: 16px;
  padding-right: 16px;
}

.footer img {
  width: 108px;
}

.footer-top {
  padding-top: 46px;
}

.footer-content {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0;
  line-height: 17px;
  font-weight: 400;
  margin-top: 18px;
}

.footer-nav {
  margin-top: 46px;
}

.nav-title {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
}

.nav-item {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
  margin-top: 21px;
  padding-bottom: 52px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.13);
}

.nav-item .terms {
  margin-left: 88px;
}

.footer-bottom {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  line-height: 16px;
  font-weight: 400;
  padding-top: 14px;
  padding-bottom: 10px;
}

.footer-bottom-email {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  line-height: 20px;
  font-weight: 400;
}

.footer-bottom-copy {
  margin-top: 16px;
}