html, body{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.clear:after{
    content: '';
    display: table;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
}
.layui-form [lay-ignore]{
    display: initial !important;
}
.topbar{
    width: 100%;
    height: 28px;
    line-height: 28px;
    position: fixed;
    top: 0;
    left: 0;
    background: #f6f4f4;
    z-index: 999;
}
.topbar .topbar-right{
    float: right;
    padding: 0 10px;
}
.topbar .topbar-right a,
.topbar .topbar-right span{
    display: inline-block;
    line-height: 28px;
    color: #666;
    font-size: 12px;
}
.topbar .topbar-right span{
    padding: 0 3px;
}
.body{
    height: 100%;
}
.footbar{
    width: 100%;
    height: 50px;
    line-height: 28px;
    font-size: 12px;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #f6f4f4;
}
.footbar a{
    display: inline-block;
    line-height: 28px;
    vertical-align: top;
}
.footbar img{
    height: 28px;
    line-height: 1;
    display: block;
}
.container{
    width: 1200px;
    margin: auto;
    position: relative;
    height: 100%;
}

@media screen and (max-width: 1440px){
    .topbar .container,
    .footbar .container{
        width: 100%;
    }
}

@media screen (min-width: 1024px) and (max-width: 1280px){
    .container{
        width: 1200px;
    }
}
@media screen and (max-width: 1024px){
    .container{
        width: 998px;
    }
}

.input, .button, .textarea{
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}
.input{
    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    display: block;
    width: 100%;
    padding-left: 10px;
}
.input:hover{
    border-color: #D2D2D2 !important;
}
.button{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.disabled{
    cursor: not-allowed !important;
    background-color: #d9d9d9 !important;
    color: #666 !important;
}
.text-danger{
    color: #f00;
}
.text-info{
    color: #2d84ee;
}
.text-muted{
    color: #999;
}
.text-success{
    color: #5FB878;
}
.text-warning{
    color: #ff6900;
}
.bg-danger{
    background-color: #f00;
    color: #fff;
}
.bg-info{
    background-color: #2d84ee;
    color: #fff;
}
.bg-muted{
    background-color: #999;
    color: #fff;
}
.bg-success{
    background-color: #5FB878;
    color: #fff;
}
.bg-warning{
    background-color: #ff6900;
    color: #fff;
}
.form-model{
    padding: 15px 25px;
}
.visible .layui-layer-content{
    overflow: visible !important;
}
.form-model .layui-form-item:last-child{
    margin-bottom: 0;
}
