
.container {
    
}

/* 主内容样式 */
.main {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 0 1.25rem;
}

.main .image-box img {
    width: 100%;
}

.main .question-box {
    margin-top: -4rem;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.question-box .title-1 {
    height: 33px;
    line-height: 33px;
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
}

.question-box .title-2 {
    height: 33px;
    line-height: 28px;
    font-weight: bold;
    font-size: 28px;
    background: linear-gradient(0deg, #FED800 0%, #FC8607 100%);
    background-clip: text;
    color: transparent;
}

.main .desc-box {
    width: 100%;
    margin: 15px auto 0;
    padding: 18px 25px;
    border-radius: 20px;
    background: rgba(216, 216, 216, 0.1);
    color: #C7C8CE;
    text-align: left;
    max-width: 313px;
}

.desc-box .info-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    line-height: 1.52;
    font-weight: 500;
}

.info-row + .info-row {
    margin-top: 16px;
}

.desc-box .info-row .check {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    margin-top: 3px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/check.png');
}

.desc-box .info-row span {
    font-weight: 500;
    font-size: 14px;
}

/* 底部样式 */
.footer {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 0.7rem;
    color: #FFF;
    bottom: 0;
}

.privacy-box {
    margin-bottom: 0.938rem;
}

.privacy-box div {
    font-weight: 500;
    font-size: 12px;
    color: #C7C8CE;
    line-height: 18px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.privacy-box div span {
    color: #FFF;
    text-decoration: none;
}
