.help-wrap {
    height: 74.6rem;
    background: linear-gradient(90deg, #46ED81 0%, #1FD760 100%);
    box-sizing: border-box;
    padding-top: 15.8rem;
    display: flex;
    justify-content: center;
}

.help-title {

    font-style: normal;
    font-weight: 600;
    font-size: 3.6rem;
    line-height: 4.2rem;
    color: #FFFFFF;
    padding-top: 7.3rem;
}

.help-des {
    margin-top: 4.3rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.7rem;
    color: #FFFFFF;
    width: 50rem;

}


.help-wrap img {
    /* width: 65rem; */
    height: 46.4rem;
    margin-left: 5.7rem;
}

.qa-wrap {
    width: 117.9rem;
    margin: 0 auto;
    padding: 5.2rem 0;
}

.qa-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6.6rem;
}

.qa-title {
    font-style: normal;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 4.8rem;
    color: #333333;
}

.qa-title-wrap img {
    width: 4.4rem;
}

.qa-content-wrap {
    height: 0;
    overflow: hidden;
    margin-left: 3.8rem;
    margin-top: -2.4rem;
}
.qa-content {
    border: 1px solid #F0F0F0;
    border-radius: 1rem;
    padding: 1.8rem 2.2rem 0.9rem;
    /* transition: all 3s; */
}

.qa-content-wrap.active {
    height: auto;
    margin-bottom: 3.7rem;
} 

.qa-content-title {

font-weight: 400;
font-size: 2.2rem;
line-height: 2.4rem;
margin-bottom: 1.4rem;
/* identical to box height, or 109% */

color: #333333;


}

.qa-content-des {

font-style: normal;
font-weight: 400;
font-size: 1.6rem;
line-height: 2.4rem;
color: #333333;
margin-bottom: 2rem;
width: 46rem;
white-space: pre-line;


}