#field{margin-left:.5em;float:left}#field,label{float:left;font-family:Arial,Helvetica,sans-serif;font-size:small}br{clear:both}input{border:1px solid #000;margin-bottom:.5em}input.error{border:1px solid red}label.error{background:url(img/unchecked.png) no-repeat;padding-left:16px;margin-left:.3em}label.valid{background:url(images/checked.gif) no-repeat;display:block;width:16px;height:16px}


@charset "UTF-8";

/* 后台登录按钮样式 */
.btn50{
    border-radius: 15px;
    width: 300px;
}

/* 后台登录浮动样式 */
.login-remember{
    float: right;
}

/* 后台点击图标 */
.cursor,.down-click{
    cursor: pointer;
}

/* 覆盖表单修改css样式 */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.6;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.label-css {
    vertical-align: middle;
    margin-right: 3px;
    float: none;
}

.hr-css{
    margin-top:5px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    height: 2px;
    background-color: goldenrod;
    border-radius: 25%;
}

.crumbs{
    margin-bottom: 0;
    border-radius: 16px;
}

/*jv验证*/
.success{
    display: none;
}

.classJ {
    border: none;
    width: 60px;
    outline: none;
    cursor: pointer;
}

.input-data {
    width: 60px;
    border-color: #D3DCE6;
    background-color: inherit;
    vertical-align: middle;
}

.el-upload__input {
    display: none !important;
}

div.error{
    background:url('../img/unchecked.png') no-repeat;
    padding-left:16px;
    margin-left:.3em;
    font-size: 12px;
}