.title-class {
    width: 100%;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
    margin-bottom: 20px;
}

.title-class span {
    display: inline-block;
    width: 3px;
    height: 14px;
    margin-right: 8px;
    border-radius: 2px;
    background: #3d573d;
}


/* 按钮组 */

.button-box {
    text-align: right;
    margin-bottom: 8px;
}

.button-box .title-btn {
    margin-left: 15px;
}

.footer-bottom {
    height: 64px;
    line-height: 64px;
    text-align: center;
}


/* 线条 */

.border-line {
    margin-bottom: 15px;
    margin-top: 15px;
    height: 1px;
    background-color: #D9D9D9;
    line-height: 0;
    display: inline-block;
    width: 100%;
}

.ivu-input {
    display: inline-block;
    width: 100%;
    height: 32px;
    line-height: 1.5;
    padding: 4px 7px;
    font-size: 14px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    color: #515a6e;
    background-color: #fff;
    background-image: none;
    position: relative;
    cursor: text;
    transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.ivu-input {
    border: 0;
}

.ivu-input[disabled] {
    background-color: #fff!important;
    color: #515A6B;
}

.ivu-date-picker-focused input,
.ivu-input-number:hover,
.ivu-input-number-focused,
.ivu-input:hover {
    border-color: #3d573d;
    box-shadow: 0 0 0 2px rgba(61, 87, 61, 0.2)
}

.ivu-input:focus,
.ivu-select-visible .ivu-select-selection {
    border-color: #3d573d;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(61, 87, 61, 0.2);
    box-shadow: 0 0 0 2px rgba(61, 87, 61, 0.2)
}

.ivu-input[disabled],
fieldset[disabled] .ivu-input {
    color: #333;
    box-shadow: none
}

.ivu-input[disabled]:hover,
fieldset[disabled] .ivu-input:hover {
    border-color: #D9D9D9
}