.FAQ-page-container {
    position: relative;
    height: 100%;
    overflow: hidden
}

.FAQ-page-container .FAQ-header {
    position: absolute;
    padding: 0 .2rem;
    top: 0;
    left: 0;
    height: .48rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: .2rem;
    line-height: .2rem;
    letter-spacing: 0%;
    width: 100%;
    color: #222
}

.FAQ-page-container .FAQ-header .header-left {
    display: flex;
    align-items: center;
    gap: .16rem
}

.FAQ-page-container .FAQ-header .header-left .back {
    width: .2rem;
    height: .17rem;
    background: url(/imgs/back.png) no-repeat center center / contain
}

.FAQ-page-container .FAQ-header .header-left .back a {
    display: block;
    width: 100%;
    height: 100%
}

.FAQ-page-container .FAQ-header .questions {
    width: .26rem;
    height: .26rem;
    background: url(/imgs/question.png) no-repeat center center / contain
}

.FAQ-page-container .FAQ-list {
    margin-top: .48rem;
    overflow-y: auto;
    background: #f6f6f6;
    display: flex;
    color: #222;
    flex-direction: column;
    align-items: start;
    padding: .1rem .24rem;
    font-size: .16rem
}

.FAQ-page-container .FAQ-list .FAQ-item .question {
    font-weight: 700;
    font-size: .16rem;
    line-height: .24rem;
    letter-spacing: 0%;
    color: #222;
    margin-bottom: .12rem
}

.FAQ-page-container .FAQ-list .FAQ-item .answer {
    font-weight: 400;
    font-size: .14rem;
    line-height: .21rem;
    letter-spacing: 0%;
    color: #2229;
    white-space: pre-line
}

.lucky-question-overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    background-color: #000c
}

.lucky-question-overlay .container {
    position: relative;
    background-color: #f6f6f6;
    width: 3.55rem;
    box-shadow: 0 -2px 10px #0000001a;
    z-index: 100;
    border-radius: .12rem;
    overflow: hidden
}

.lucky-question-overlay .container .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .14rem .12rem;
    font-weight: 700;
    font-size: .16rem;
    line-height: .16rem;
    letter-spacing: 0%;
    color: #000
}

.lucky-question-overlay .container .header .title {
    display: flex;
    align-items: center;
    gap: .06rem
}

.lucky-question-overlay .container .header .title .bgi {
    width: .16rem;
    height: .16rem;
    background-image: url(/imgs/question.png)
}

.lucky-question-overlay .container .header .close-btn .close-icon {
    display: block;
    width: .2rem;
    height: .2rem;
    background-image: var(--modal-close-img);
    background-size: contain;
    background-repeat: no-repeat
}

.lucky-question-overlay .container .partition {
    height: .01rem;
    width: 100%;
    background: #eee
}

.lucky-question-overlay .container .content {
    display: flex;
    flex-direction: column;
    background: #f6f6f6;
    padding: .1rem
}

.lucky-question-overlay .container .content textarea {
    padding: .08rem .12rem;
    background: #f6f7f8;
    border-radius: .04rem;
    height: 1.2rem;
    overflow-y: auto;
    font-weight: 400;
    font-size: .14rem;
    line-height: .21rem;
    letter-spacing: 0%;
    color: #999;
    margin-bottom: .1rem
}
