body{
    margin: 0;
}
.container{
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}
.header{
    position: relative;
    padding-top: 54px;
}
.header .icon-back{
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
}
.header .icon-back img{
    width: 100%;
    height: 100%;
}
.header .titles{
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.content .wraps .title{
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 0;
    color: rgba(71, 71, 71, 0.56);
}

.content .wraps .title::first-line{
    color: #BD79D4;
    font-weight: 700;
}

@media screen and (max-width:375px){
    .container{
        max-width: 100%;
    }
}

.faq-item {
    padding: 17px 0 16px;
    cursor: pointer;
    -webkit-appearance: none;
}

.question {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0 !important;
}

.faq-item:not(:last-child) {
    border-bottom: 1px solid #C4C4C4;
}

.question .icon {
    opacity: 0.5;
}

.content {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    opacity: 0.78;
    margin-top: 10px;
}
