.page__banner {
    display: block;
    width: 100%;
    height: auto;
    min-height: 200px;
    background-color: #ccc;
}

.appointment {
    margin: auto;
    width: 1134px;
}

.appointment .tip {
    font-size: 24px;
    padding: 40px 0;
    line-height: 100%;
    letter-spacing: 2px;
}

.appointment .info {
    padding: 0 0 80px 0;
    display: flex;
    justify-content: space-between;
}

.appointment .info .left {
    width: 454px;
    padding-bottom: 40px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
}

.appointment .info .left .title {
    font-size: 24px;
    font-weight: bold;
    height: 92px;
    line-height: 92px;
    text-align: center;
    color: #fff;
    background: url(/static/p/img/appointment1.jpg) no-repeat right center #a01f19;
}

.appointment .info .left .qrcode {
    width: 292px;
    height: 292px;
    display: block;
    margin: 40px auto 30px auto;
}

.appointment .info .left .phone {
    width: 292px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    color: #a01f19;
}

.appointment .info .left .phone img {
    width: 52px;
    height: 47px;
    margin-right: 16px;
}

.appointment .info .right {
    width: 580px;
}

.appointment .info .right .title {
    font-size: 24px;
    font-weight: bold;
    color: #a01f19;
    border-bottom: 2px solid #a01f19;
    height: 50px;
    position: relative;
    margin-bottom: 20px;
}


.appointment .info .right .title::after {
    content: '';
    width: 105px;
    height: 8px;
    background-color: #a01f19;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.appointment .info .right p {
    margin: 0;
    font-size: 18px;
    line-height: 40px;
}

.form__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 44px;
    font-size: 24px;
    margin-top: 38px;
}

.form__item .input {
    width: 240px;
    box-sizing: border-box;
    height: 44px;
    border: 2px solid #000;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 24px;
}

.form__item .textarea {
    width: 240px;
    border: 2px solid #000;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 4px;
    font-size: 24px;
    font-family: "微软雅黑";
}

.form__btu {
    width: 228px;
    height: 57px;
    background: url(/static/p/img/appointment3.jpg) repeat-x;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 10px;
    font-size: 22px;
    color: #fff;
}

.form_tip {
    height: 20px;
    padding: 10px;
    color: #a01f19;
    text-align: center;
}