#app .page-aboutus-wrapper .online-question-wrapper {
    display: flex;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    background-color: #EDF4FF;
}

#app .page-aboutus-wrapper .online-question-wrapper .content{
    max-width: 1200px;
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    margin-left: 40px;
    margin-right: 40px;
}

#app .page-aboutus-wrapper .online-question-wrapper .content .title{
    align-self: center;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
}

#app .page-aboutus-wrapper .online-question-wrapper .content .sub-title{
    align-self: center;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #999999;
}

#app .page-aboutus-wrapper .online-question-wrapper .content .input-wrapper {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: space-between;
}
