/* 通用样式 */
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background-color: #f8f8f8;
}

/* 表单控件样式 */
.HZW_van-field__control {
    font-family: PingFangSC-Regular, PingFang SC, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #454545;
    line-height: 24px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none;
}

/* 响应式布局 */
@media screen and (max-width: 768px) {
    .HZW_van-field__control {
        font-size: 14px;
    }
}
