.feedback-form {
    color: rgba(16, 16, 16, 100);
    font-size: 20px;
}

.feedback-form div {
    margin-top: 30px;
}

.feedback-form textarea {
    border: 1px solid rgba(187, 187, 187, 100);
}

.feedback-form input {
    width: 522px;
    height: 49px;
    color: rgba(136, 136, 136, 100);
    font-size: 20px;
    text-align: left;
    font-family: Microsoft Yahei;
    border: 1px solid rgba(187, 187, 187, 100);
}

.feedback-form .btn-submit {
    width: 210px;
    height: 49px;
    border-radius: 4px;
    border: rgba(50, 145, 248, 100);
    background-color: rgba(50, 145, 248, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 20px;
    text-align: center;
    font-family: Microsoft Yahei;
}

.star-box {
    display: table;
    /* position: absolute;
    left: 50%;
    top: 50%; */
}

.star-box label {
    float: right;
    color: #999;
}

.star-box label::after {
    content: '★';
    font-size: 40px;
    padding: 5px;
    display: inline-block;
    line-height: 1;
}

.star-box input:checked~label,
.star-box label:hover~label,
.star-box label:hover {
    color: #FAC800;
}