ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-header .page-header-inner {
    height: 65px;
    line-height: 25px;
}

.page-header.navbar {
    border: 0px none;
    height: auto;
    background: url("/images/bg_title@2x.png") no-repeat !important;
}

.page-header.navbar .page-logo .logo-default {
    margin-top: 12px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
    padding: 20px 0px 18px;
}

.page-header.navbar .dropdown-menu > li > a {
    padding: 12px 16px;
}

.page-header.navbar .dropdown-menu .divider {
    margin: 0;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu:after {
    right: 30px;
}

.btn {
    border-radius: 4px !important;
}

.sidebar-top .text {
    font-size: 15px;
    color: #677580;
}

.sidebar-top {
    height: 37px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 37px;
    padding: 0 15px;
}

.bread-nav {
    background: #f7f9fa;
    border-bottom: 1px solid #e5e5e5;
    line-height: 36px;
    color: #677580;
    padding-left: 17px;
    border-radius: 4px 4px 0 0 !important;
}

.bread-nav li {
    float: left;
}

.bread-nav a {
    color: #677580;
}

.bread-nav a:hover {
    text-decoration: none;
}

.bread-nav img {
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 4px;
}

.ui-widget-content {
    border: 1px solid #e5e5e5;
}

.ui-dialog {
    padding: 0;
    border-radius: 4px !important;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 8px 15px;
    border: 0px;
    border-bottom: 1px solid #e5e5e5;
    background: linear-gradient(180deg, #fff, #f1f3f8);
}

.ui-dialog .ui-dialog-titlebar-close {
    top: 23px;
}

.page-content .toolbar.detail {
    position: fixed;
    bottom: 5px;
    right: 10px;
    text-align: center;
}

.searchBox {
    padding: 15px 0 0;
}

.searchBox .form-group {
    height: 35px;
}

.form-group .control-label {
    padding-right: 0;
    text-align: right;
}

.col-md-10 {
    padding-left: 0;
}

.searchBox .col-md-4,
.searchBox .col-md-8 {
    padding: 0;
}

.portlet-body .searchBox .row {
    margin: 0;
}

.searchBox .col-md-4 {
    line-height: 35px;
    margin: 0px;
    text-align: right;
}

.page-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0;
}

.page-footer .page-footer-inner {
    width: 100%;
    text-align: center;
    background: #397aed;
    color: #c2cfda;
}

.page-header.navbar .page-logo {
    width: auto;
    padding-left: 0;
}

.page-logo .text {
    font-size: 24px;
    color: #fff;
    padding-top: 10px;
    letter-spacing: 7px;
    font-family: Source Han Sans CN;
    font-weight: bold;
}

table thead tr th,
table tr td {
    text-align: left;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 8px 0;
}

.page-sidebar .page-sidebar-menu .sub-menu li > .sub-menu > li > a {
    padding-left: 60px;
}

.header-top-nav {
    height: 65px;
    line-height: 65px;
    padding-left: 40px;
}

.header-top-nav ul li {
    float: left;
    margin: 0 20px;
    height: 65px;
}

.header-top-nav ul li a {
    font-size: 16px;
    color: rgba(255,255,255,0.6);
}

@media screen and (min-width: 1366px) {
    .header-top-nav ul li {
        margin: 0 10px;
    }

    .header-top-nav ul li a {
        font-size: 14px;
    }
}

@media screen and (min-width: 1920px) {
    .header-top-nav ul li {
        margin: 0 20px;
    }

    .header-top-nav ul li a {
        font-size: 16px;
    }
}

.header-top-nav ul li:hover,
.header-top-nav ul li.active {
    border-bottom: 5px solid #fff;
}

.header-top-nav ul li a:hover,
.header-top-nav ul .active a {
    color: #fff !important;
    border-bottom: 3px solid #fff;
}

.header-top-nav ul li a:hover {
    text-decoration: none;
}

.weituo {
    margin-left: 90px;
}

.wdh {
    width: 100%;
}

.el-table th, .el-table tr {
    cursor: pointer;
}

.box-card {
    padding: 0;
}

.custom-card > .el-card__header {
    padding-top: 10px;
    padding-left: 25px;
    padding-bottom: 10px;
    margin-left: 65px;
}

.el-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*在ie上会显示边框*/
.form-control.toggle {
    border: 0;
!important;
}


.openPage:not(.openFullPage) .page-content {
    width: calc(100% - 15px);
    padding-top: 10px;
}