/* 定义输入框为空时的样式 */
.error {
    width: 100%;
    height: calc(48 / 920* 100vh);
    margin-top: calc(10 / 920* 100vh);
    padding: 0 0.9vw;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs14);
    color: #999;
    border: 1px solid red !important;
    border-radius: 0.05rem;
}
