* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-size: 14px;
}

input {
    border: none;
    outline: none;
}

img {
    vertical-align: middle
}

.cleafix:after {
    content: '';
    display: block;
    clear: both;
}

.flex {
    display: flex;
}

.flex-column {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.flex-row {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.flex-center {
    display: flex;
    align-items: center;
}

.flex-item {
    flex: 1;
}

.flex-side {
    flex-shrink: 0;
}

.flex-body {
    flex: 1;
    overflow-y: auto;
}

.el-input__inner {
    height: auto;
}

.over-scroll {
    overflow-y: auto;
    overflow-x: hidden;
}

.over-hidden {
    overflow: hidden;
}

.container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.transition {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header {
    display: flex;
    align-items: center;
    background-color: #003266;
    padding: 0 20px;
}

.logo {
    width: 48px;
    height: 48px;
    margin-right: 10px;
}

.list-head-form {
    padding: 10px 15px 0;
    border-bottom: 1px solid #eee;
}

.list-footer {
    padding: 10px 15px;
    border-top: 1px solid #eee;
    text-align: center;
}

.list-container {
    padding: 10px 20px;
}

.table-img {
    width: auto;
    height: 64px;
}

.text-center {
    text-align: center;
}

.text-center .el-table th {
    text-align: center !important;
}

.el-form-item {
    margin-bottom: 10px;
}

.form-btn {
    margin-left: 20px;
    margin-bottom: 10px;
}

.tips {
    color: red;
}

.identity-img {
    position: absolute;
    width: 100px;
    height: 120px;
    border: 1px solid #eee;
    top: 20px;
    left: 320px;
    z-index: 10;
}

.no-img {
    position: absolute;
    top: 50%;
    color: #999;
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-top: -6px;
}

.login-form-item {
    position: relative;
    margin-top: 20px;
}

.login-form-input {
    font-size: 14px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 15px 0 40px;
    border: 1px solid #174fb3;
    background-color: transparent;
    border-radius: 3px;
}

.login-form-input:focus {
    border-color: #2482ff;
}

.form-item-prepend {
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.left-menu {
    flex: 1;
    overflow-y: scroll;
    margin-right: -14px;
    /*border-right: 1px solid rgba(0,0,0,.3);*/
}

.left-menu .el-menu {
    border-right: none;
}

.user-wrap img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 4px;
}

.user-wrap.collapse {
    opacity: 1;
    padding: 14px 0;
}

.user-wrap.collapse p {
    opacity: 0;
}

.user-wrap.collapse img {
    width: 37px;
    height: 37px;
}

.toggle-img.open {
    transform: rotate(180deg);
}

.header-tabs .el-tabs__header {
    margin-bottom: 0;
}

.header-tabs.el-tabs--card > .el-tabs__header {
    border: none;
}

.header-tabs.el-tabs--card > .el-tabs__header .el-tabs__nav {
    border: none;
}

.el-tabs__nav-wrap.is-scrollable {
    padding: 0 30px;
}

.el-tabs__nav-scroll {
    /* border-left: 1px solid rgba(255,255,255,.1);
    border-right: 1px solid rgba(255,255,255,.1); */
}

.logout-btn img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

iframe {
    width: 100%;
    height: 100%;
}

/* 全局辅助样式 */
.block {
    display: block;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.lay-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.lay-left {
    float: left;
    width: 250px;
    height: 100%;
    overflow: auto;
    padding: 20px 20px 0 20px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.lay-body {
    display: block;
    height: 100%;
    padding: 0 20px;
    margin-left: 250px;
    overflow: auto;
}

.lay-left::-webkit-scrollbar,
.lay-body::-webkit-scrollbar {
    display: none;
}

/* 内页共有样式 */
.main-view {
    position: relative;
}

.subContainer {
    height: 100%;
    padding: 0 30px;
}

.subHeader {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.subScroll {
    overflow: auto;
    height: 0;
}

.subTitle {
    font-size: 16px;
    line-height: 38px;
}

.subFilter {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.content-row {
    padding: 15px 0;
}

.page-btn {
    margin-bottom: 10px;
}

.more-btn {
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
}

.lay-side {
    flex-shrink: 0;
    width: 250px;
    padding: 20px;
    border-right: 1px solid #eee;
    overflow: auto;
}

/* 内页共有样式 */
.main-view {
    position: relative;
    overflow: auto;
}

.subContainer {
    height: 100%;
}

.subHeader {
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
}

.subScroll {
    overflow: auto;
    height: 0;
}

.subTitle {
    font-size: 16px;
    line-height: 38px;
}

.subFilter {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.content-row {
    padding: 10px 20px;
}

.content-row + .content-row {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.filterForm {
    padding: 10px 20px;
}

.filterForm .el-form-item {
    margin-bottom: 0;
}

.formItem-mg0 .el-form-item {
    margin-bottom: 0;
}

.pagination-wrap {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 15px;
    border-top: 1px solid #eee;
}

/* tab */
.el-tabs__item {
    color: #ccc;
}

.el-tabs__content {
    overflow: auto;
}

.el-tabs__nav-wrap::after {
    background-color: rgba(255, 255, 255, .1);
}

/* 图表 */
.chart-container {
    height: 400px;
}

.chart-item {
    width: 100%;
    height: 100%;
}

/* 富文本编辑 */
._editor {
    background-color: #fff;
    color: #333;
}

._editor .ql-editor {
    min-height: 250px;
}

.bg-white {
    background-color: #fff;
}

.side-tree-icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.linkRoomDetail {
    cursor: pointer;
    padding: 2px 0;
    color: #20a0ff;
}

.text-red {
    color: #f00;
}

.text-green {
    color: #16e823;
}

.text-gray {
    color: #999;
}

.el-loading-mask {
    background-color: rgba(0, 0, 0, .0) !important;
}

.preview-img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.hover-link {
    color: #409eff;
    cursor: pointer;
}

.parking-pic {
    height: 80px;
    text-align: center;
}

.parking-pic img {
    height: 100%;
    width: auto;
}

.left-menu .fa {
    padding-right: 10px;
    font-size: 18px;
}