html,
body {
    height: 100%;
}

.site-login {
    margin: 200px auto;
    width: 375px;
}

.help-block{
    color:#FFB800;
}

.admin-body {
    background: #f2f2f2;
}

.admin-footer {
    text-align: center;
}

.admin-login-box {
    text-align: center;
    padding: 20px;
}

.admin-login-input,.admin-password-input,.admin-input-captcha{
    padding-left: 38px;
}

.admin-icon-username,.admin-icon-password, .admin-icon-captcha {
    position: absolute;
    width: 38px;
    line-height: 36px;
    text-align: center;
    color: #d2d2d2;
}

.admin-input-captcha {
    float: left;
    width: 60%;
}

#loginform-verifycode-image {
    float: right;
    width: 37%;
}

a {
    color: #337ab7;
    text-decoration: none;
}

.layui-body {
    background: #ffffff00;
}


.pagination > li {
    display: inline;
    padding: 6px 12px;
}
.pagination .active {
    background-color: #009688;
    border-radius: 2px;
}

.pagination .active a {
    cursor: text;
}

.pagination .active a:hover {
    color: white;
}

.pagination .disabled {
    color: #d2d2d2!important;
    cursor: not-allowed!important;
}
.pagination > li > a {
    color: #393d49;
}

.pagination .active a {
    color: #ffffff;
}

.pagination > li > a:hover {
    color: #009688;
}

.pagination .prev {
    padding: -5px;
}

.pagination {
    text-align: right;
}

.layui-layout-admin-empty > .layui-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 998;
    width: auto;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.admin-pull-right {
    float: right;
}

.admin-card-list {
    padding: 7.5px;
    margin: 7.5px;
}

.admin-big-font {
    font-size: 36px;
    color: #666;
    line-height: 36px;
    padding: 5px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.admin-card-tag {
    top: 30%;
}

.admin-breadcrumb {
    padding: 15px;
}

.admin-content {
    margin: 7.5px;
}

.admin-layui-row {
    padding-bottom: 7.5px;
}
.am-active{background: #009688;}
.am-active a{color: white;border:none;border-radius:3px;}
.am-cf{float:right;}
.am-cf .am-fr .am-pagination li{float:left;margin-right:5px;}
.am-cf .am-fr .am-pagination li a{
    display:inline-block;
    width:45px;
    height:38px;
    border:1px solid #d2d2d2;
    text-align:center;
    line-height:38px;
    border-radius:3px;
}
.preview{
    width: 110px;
    cursor: pointer;
}
.file-item {
    float: left;
    min-width: 110px;
    min-height: 110px;
    position: relative;
    margin: 20px 25px 0 0;
    padding: 4px;
    border: 1px solid #ddd;
    background: #fff;
}
.file-item-delete {
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    height: 22px;
    width: 22px;
    line-height: 22px;

    text-align: center;
    display: none;
}
