html,body{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background-color: #fff;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
    font-weight: 400;
    min-width: 1400px;
    overflow-y: auto;
    overflow-x: auto;
}

.container{
    width: 100%;
    height: 100%;
}
.header{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.main{
    width: 100%;
    height: auto;
    margin-top: 90px;
}
.footer{
    width: 100%;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #d9d9d9;
    outline: none;
}

input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px;
}

input::-moz-placeholder {
    color: #ccc;
    font-size: 14px;
}


input::-ms-input-placeholder {
    color: #ccc;
    font-size: 14px;
}

.pagination{
    float: right;
}

.pagination>li {
    width: 30px;
    height: 25px;
    display: inline-block;
    margin-right: 4px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}

.pagination>.active, .pagination>.active:focus, .pagination>.active:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background: #0141a2;
    color: #fff;
    border-color: #0141a2;
    border-radius: 4px;
    opacity: .7;
}

.pagination>.active a {
    color: #fff;
}

input:disabled{
    background: #edf2fc!important;
}
