.input {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-left: 5px;
    padding-bottom: 10px;
}

a {
    text-decoration: none;
}

body {
    font-size: 14px;
    box-sizing: border-box;
    margin: 0;
}

.frm {
    padding: 4px;
    padding-top: 10px;
    margin-bottom: 40px;
    box-sizing: border-box;
    width: 100%;
    overflow-y: auto
}

.btn_bottom {
    text-align: right;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    background-color: #f6f6f6;
    width: 100%;
    border-top: 1px solid #95B8E7
}

.loadding {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    padding: 10px 5px 10px 30px;
    width: auto;
    border-width: 2px;
    border-style: solid;
    display: none;
    background: #ffffff url('/static/easyui/themes/default/images/loading.gif') no-repeat scroll 5px center;
    border-color: #95B8E7;
}

.nodata {
    height: 200px;
    width: 100%;
    background: #ffffff url('/static/images/nodata.png') no-repeat center;
}

.nopic {
    background: #F7F7F7 url('/static/images/nopic.png') no-repeat center;
}