.suggestion-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.suggestion-list li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.suggestion-list li label span {
    display: inline-block;
    min-width: 60px;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    text-align: right;
    margin-right: 12px;
}

.suggestion-list li input {
    width: 280px;
    height: 46px;
    line-height: 46px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    font-size: 14px;
    font-weight: normal;
}

.suggestion-list li textarea {
    margin-top: 32px;
    min-height: 200px;
    font-size: 14px;
}

.suggestion-list li button {
    width: 160px;
    height: 46px;
    background-color: #2667eb;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
}

.suggestion-list li.w100 label {
    width: 100%;
}

.suggestion-list li.w100 label span {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}