.feedback_bj {
    background: url(/static/p/img/hospital1.jpg) no-repeat top center;
    background-size: cover;
    padding-bottom: 100px;
}

.feedback {
    width: 1050px;
    margin: auto;
    font-size: 24px;
}

.feedback .highlight {
    color: #a01f19;
}

.feedback .tip {
    border-bottom: 2px solid #a01f19;
    padding: 100px 0 30px 0;
}

.form .title {
    width: 500px;
    font-size: 24px;
    padding: 40px 0 25px 0;
}

.form .label {
    min-width: 140px;
    display: inline-flex;
    align-items: center;
}

.form .label.center {
    justify-content: center;
}

.origin_radio {
    display: none;
}

.origin_radio+.radio {
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid #000;
    box-sizing: border-box;
    margin-right: 10px;
}

.origin_radio:checked+.radio {
    background: url(/static/p/img/feedback1.png) no-repeat center;
    background-size: cover;
}

.form .col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.form .q {
    padding: 10px 20px 10px 0;
    display: flex;
    align-items: center;
}

.form .flex {
    display: flex;
    align-items: center;
}

.form .flex_s {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form .input {
    flex: 1;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #000;
    margin-left: 20px;
    outline: none;
    height: 30px;
    font-size: 24px;
}

.form__btu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 60px;
    border-radius: 4px;
    background-color: #a01f19;
    color: #fff;
    font-size: 26px;
    margin: 10px auto auto;
    border: 0;
}
.form_tip {
    height: 20px;
    padding: 10px;
    color: #a01f19;
    text-align: center;
}