html {
    overflow-x: hidden;
    overflow-y: hidden;
}

.content {
    overflow-y: hidden;
    min-height: 868px;
}

.content-header {

}

.skin-black .content-header {
    position: relative;
    padding: 5px 0 5px 8px;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.content-header > .breadcrumb > li > a {
    font-size: 14px;
}

.home-logo > img {
    margin-top: 20px;
    margin-left: 20px;
    width: 140px;
    height: 40px;
    float: left;
}
.login-bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #eee url(../images/logo2.png) no-repeat center;
    /*background: #eee url(../images/bg.jpeg) no-repeat center;*/
    /*-moz-background-size:100% 100%;*/
    background-size: 100% 100%;
}
.login-dl{
    width: 500px;
    height: 100%;
    background: #fff;
    padding-top: 5%;
    float: right;
}
.rounded-input {
    height: 40px;
    border-radius: 5px; /* 设置圆角大小为10像素 */
    border: 1px solid #ccc; /* 可选：设置边框样式和颜色 */
    padding: 10px; /* 可选：设置内边距，使输入框内容不紧贴边框 */
}

.row > .btn{
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
}
.content-header > .breadcrumb {
    position: relative;
    top: 0;
    right: 0;
    float: none;
    margin-top: 0px;
    padding-left: 10px;
    background: #fff;
    font-size: 14px;
}

.main-footer {
    padding: 7px;
    color: #444;
    border-top: 1px solid #eee;
}

[v-cloak] {
    display: none;
}

.grid-btn {
    /*margin-bottom: 18px;*/
}

.grid-btn .btn {
    margin-right: 10px;
}

.table-content {
    margin-bottom: 1px;
}
.table-page {
    /*height: 545px;*/
    /*overflow-y: auto;*/
}

.pointer {
    cursor: pointer;
    width: 200px;
    height: 50px;
}

.ml-10 {
    margin-left: 0 !important;
}

@media (min-width: 768px) {
    .ml-10 {
        margin-left: 10px !important;
    }

    .col-sm-10 {
        width: 70%;
        padding-left: 0px;
    }

    .col-sm-2 {
        width: 24%;
    }
}

tbody > tr > th {
    font-weight: normal;
}

.panel .table {
    margin: 0 0;
}

.panel .pagination {
    margin: 0;
}

.panel-default > .panel-heading {
    background-color: #f5f5f5;
}

.row {
    /*border-top: 1px solid #ddd;*/
    margin: 0;
    padding: 20px 2px 0px 2px;
}

.col-xs-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-horizontal {
    width: 550px;
    padding-top: 20px;
}

.dashed-line {
    border-top: 1px dashed #ccc; /* 设置虚线样式 */
    margin-bottom: 15px
}

.imgSize {
    width: 380px;
    height: 240px;
}

.demo-upload-list {
    display: inline-block;
    /*width: 60px;*/
    /*height: 60px;*/
    width: 380px;
    height: 240px;
    text-align: center;
    line-height: 60px;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    margin-right: 4px;
}

.demo-upload-list img {
    width: 100%;
    height: 100%;
}

.demo-upload-list-cover {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
}

.demo-upload-list:hover .demo-upload-list-cover {
    display: block;
}

.demo-upload-list-cover i {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin: 100px 2px;
}

.skin-black .wrapper, .skin-black .main-sidebar,
.skin-black .left-side {
    background-color: #515a6e;
}

.navbar {
    background-color: #fff;
}