.page_banner {
    width: 100%;
}

.appointment_title {
    font-size: 28rem;
    border-bottom: 1px solid #a60000;
    color: #a60000;
    line-height: 60rem;
    position: relative;
    display: flex;
    align-items: center;
}

.appointment_title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 150rem;
    height: 3px;
    background-color: #a60000;
    border-radius: 3px;
}

.appointment_title img {
    width: 32rem;
    height: 32rem;
    margin-right: 6rem;
}

.appointment {
    padding: 20rem;
}
.appointment .text{
    padding: 10rem 0 0 0;
    font-size: 26rem;
    line-height: 46rem;
}

.form {
    font-size: 26rem;
}

.form .item .label {
    display: block;
    padding: 20rem 0;
}

.form .item .input {
    width: 100%;
    height: 74rem;
    border: 0;
    border-radius: 6rem;
    box-sizing: border-box;
    padding: 0 10rem;
    flex: 1;
    background-color: #f5f5f5;
    outline: 0;
    font-size: 26rem;
}

.form .item .textarea {
    width: 100%;
    height: 120rem;
    border: 0;
    border-radius: 6rem;
    box-sizing: border-box;
    padding: 10rem 10rem;
    flex: 1;
    background-color: #f5f5f5;
    outline: 0;
    font-size: 26rem;
    font-family: '微软雅黑';
}

.form .form_btu {
    width: 100%;
    height: 90rem;
    background-color: #a60000;
    color: #fff;
    font-size: 32rem;
    margin-bottom: 20rem;
    border-radius: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}