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

.p {
    padding: 20px 20px;
}

ul, ol, dl {
    list-style: none;
}

i {
    font-style: normal;
}

a {
    text-decoration: none;
    display: block;
}

.el-menu-item a {
    color: #48576A;
}

html, body, .both {
    font-size: 12px;
    height: 100%;
    font-family: "Microsoft YaHei";
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    background: #324157;
    box-shadow: 0 0 5px #293846;
    height: 46px;
}

.container {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    background: #f5f9fb;
    width: 100% !important;
    padding: 0 !important
}

#side {
    /*  transition: width 2s;
    -moz-transition: width 2s; 
    -webkit-transition: width 2s;
    -o-transition: width 2s;  */
}

.side {
    width: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    background: #293846;
    color: #a7b1c2;
    height: 100vh;
    box-shadow: 0 0 5px #293846;
}

/*.side .el-menu > li {
        background: #2f4050;
    }

        .side .el-menu > li li {
            background: #293846
        }*/
.main {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    /*overflow-x: hidden;*/
    /*position: relative*/
}

/*.side .el-menu-item, .side .el-submenu__title {
    color: #a7b1c2
}*/

/*.side ul ul {
    overflow: hidden;
    display: block;
    width: 100%;
    background: #20a0ff !important;
    padding-left: 2%;
}*/

/*.side .el-menu-item a {
    color: #a7b1c2
}*/

/*.side .el-submenu .el-menu-item:hover, .side .el-submenu__title:hover, .side .el-menu-item a:hover, .el-menu--horizontal .el-menu-item:hover {
    background: #293846;
    color: #fff;
    text-decoration: none;
    color: #20a0ff;
}*/

.content {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}

.container .content {
    margin-left: 4px;
    margin-top: 3px;
}

.el-tabs__nav-next, .el-tabs__nav-prev {
    position: absolute;
    cursor: pointer;
    line-height: 33px !important;
    font-size: 12px;
    color: #20a0ff;
}

.footer {
    height: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    line-height: 30px;
    text-align: center;
    background: #eee;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.head_logo {
    background: url(../images/logo3.png) no-repeat;
    background-size: 95%;
    width: 140px;
    height: 48px;
    float: left;
    cursor: pointer;
    margin: 4px 40px 20px 20px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}


.head_r {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    padding-top: 10px;
}

.head_r_info {
    height: 36px;
    text-align: right;
    color: #fff;
    line-height: 36px;
    padding-right: 20px;
    padding-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.head_r_info a {
    height: 36px;
    color: #fff;
    margin-right: 10px;
}

.head_r_info img {
    vertical-align: top;
}


.hd_icon {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-left: 1px;
    background: url(../images/header_public.png) no-repeat;
}

.hd-opPlat .hd_icon {
    background: url(../images/header_plat.png) no-repeat 3px 0px;
    margin-right: 3px;
}

.hd-opPlat:hover {
    text-decoration: underline;
    color: #20a0ff
}

.hd_more {
    position: relative;
    color: #fff;
    padding: 0 10px;
    cursor: pointer;
}

.hd-morebox {
    position: absolute;
    width: 120px;
    background-color: #fff;
    right: 0px;
    top: 100%;
    padding: 10px;
    z-index: 9;
    display: none;
    -webkit-box-shadow: 0px 5px 5px -2px #CCC;
    box-shadow: 0px 5px 5px -2px #CCC;
}

.hd-morebox a {
    text-align: center;
    color: #333;
    text-decoration: underline;
}

.hd_more .hd_icon {
    background-position: -74px -112px;
}

.hd_more:hover {
    background: #fff;
    color: #0583c3;
}

.hd_more:hover .hd_icon {
    background-position: -25px -112px;
}

.hd_more:hover .hd-morebox {
    display: block;
}

.head_r_nav .el-menu--horizontal .el-menu-item {
    height: 35px;
    line-height: 35px;
}

.el-menu-item-group__title {
    padding: 0px;
}

/*.el-menu--horizontal.el-menu--dark .el-submenu .el-menu-item.is-active, .el-menu-item.is-active {
color: #20a0ff !important;
border-bottom: 4px solid #20a0ff !important;
}

el-menu-item el-submenu__title .side .el-submenu__title {
padding-left: 20px;
}*/
/*.side .el-menu-item {
padding-left: 40px;
}

.side .el-menu-list {
display: none;
}*/
[v-cloak] {
    display: none !important;
}

.list_title {
    display: inline-block;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    color: #999;
    text-align: right;
}

/*.el-submenu .el-menu-item, .el-menu-item, .el-submenu__title {
    height: 40px;
    line-height: 40px
}*/

.el-form--inline .el-form-item__label {
    min-width: 80px;
}

.el-form-item__label, .el-input--small, .el-table .cell, .el-select-dropdown__item,
.el-cascader__label, .el-pager li, el-radio__inner, .el-step__title, .el-tabs__item,
.el-tree-node__label, .el-form-item__content, .el-checkbox__label, .el-cascader-menu__item,
.el-textarea__inner, el-select-dropdown__empty, .el-radio__label, .el-autocomplete-suggestion li {
    font-size: 12px
}

.el-tabs__item .is-active {
    font-weight: bolder;
}

.el-form-item {
    padding: 6px 0px;
    margin-bottom: 0px;
}

.el-cascader--small .el-cascader__label {
    line-height: 36px
}

.el-table thead th {
    background-color: #f5f7fa
}

.el-table__header-wrapper thead {
    background-color: #eef1f6;
    color: #1f2d3d;
    font-weight: bold;
}


.color-success {
    color: #67C23A
}

.color-warning {
    color: #E6A23C
}

.color-danger {
    color: red
}

.color-info {
    color: #909399
}

.color-plain {
    color: #409EFF

}


.active span {
    color: #409EFF
}

.el-table__empty-block {
    position: relative;
    min-height: 60px;
    text-align: center;
    width: 100%;
    height: 100%;
    width: 100% !important;
}

.data-Wrap {
}

.demo-form-inline {
}

.filter-wrap {
    padding: 16px;
}

.filter-wrap .el-form-item {

}

.page-wrap .el-pagination {
    float: right;
    margin-top: 20px;
    margin-right: 35px;
}

.form-item-title {
    text-align: right;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 80px;
}

#editApp .el-form-item {
    margin-bottom: 20px;
}

.edit-form-item {
    width: 400px;
}

.tdBreak2 {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tdBreak3 {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.el-select {
    width: 120px;
}

.txt-danger {
    color: #f56c6c;
}

.txt-danger:hover {
    color:#f56c6c;
}
.el-dialog__body{
    padding: 12px !important;
}
