@font-face {
  font-family: 'iconfont';  /* project id 890721 */
  src: url('//at.alicdn.com/t/font_890721_g6wjgocme6b.eot');
  src: url('//at.alicdn.com/t/font_890721_g6wjgocme6b.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_890721_g6wjgocme6b.woff') format('woff'),
  url('//at.alicdn.com/t/font_890721_g6wjgocme6b.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_890721_g6wjgocme6b.svg#iconfont') format('svg');
}

.iconfont {
    font-size: 16px;
    font-style: normal;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    font-family: "iconfont" !important;
    -webkit-font-smoothing: antialiased;
}

/*滚动条样式重置begin------------------------------------------------*/
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}


/* 这是针对缺省样式 (必须的) */
::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, 0);
}


/* 滚动条的滑轨背景颜色 */
::-webkit-scrollbar-thumb {
	background-color: #D8DCE5;
	border-radius: 4px;
}


/* 滑块颜色 */
::-webkit-scrollbar-button {
	display: none;
}


/* 滑轨两头的监听按钮颜色 */
::-webkit-scrollbar-corner {
	opacity: 0;
}
/*滚动条样式重置end-----------------------------------------------*/

[v-cloak] {
	display: none !important;
}

* {
	list-style: none;
}

body {
	margin: 0;
	font-size: 14px;
	background: #f7f8fa;
}

iframe {
	border: none;
	box-shadow: none;
}

a {
	color: #409EFF;
	cursor: pointer;
	text-decoration: none;
}

/*系统后台  begin------------------------------------------------*/
.topbar {
	top: 0px;
	left: 0px;
	right: 0px;
	height: 60px;
	position: fixed;
	background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left_bar {
	height: 60px;
	font-size: 23px;
    font-weight: 700;
	text-indent: 40px;
	line-height: 60px;
	text-align: center;
	letter-spacing: 3px;

}
.left_bar .logo {
    width: auto;
    height: 25px;
    vertical-align: middle;
}

.right_bar {
    display: flex;
    align-items: center;
	color: #eef1f6;
}

.left_con {
	top: 61px;
	bottom: 0;
	width: 210px;
	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	background: #ffffff;
    box-shadow: 0 2px 5px #00000014;
}

.right_con {
	top: 61px;
	right: 20px;
	bottom: 0px;
	left: 230px;
    width: calc(100% - 240px);
    box-sizing: border-box;
    overflow-y: auto;
	position: fixed;
}
.main-warp {
    width: 100%;
    height: calc(100vh - 10px);
    overflow-y: auto;
}
.main-warp::-webkit-scrollbar,
.right_con::-webkit-scrollbar {
    width: 0;
    height: 0;
}
/*系统后台  end------------------------------------------------*/

/*ueditor修正begin------------------------------------------------*/
#edui_fixedlayer {
    z-index: 10000000 !important;
}
/*ueditor修正end------------------------------------------------*/

/*下拉树组件begin------------------------------------------------*/
.tree {
    width: inherit;
    height: 200px;
    z-index: 1000;
    overflow: auto;
    position: absolute;
    border: 1px solid #CCC;
}
/*下拉树组件end------------------------------------------------*/

/*上传组件begin------------------------------------------------*/
.my-upload .el-upload {
    width: 170px;
    height: 170px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    border: 1px dashed #d9d9d9;
}

.el-upload-list--picture-card .el-upload-list__item {
    width: 170px;
    height: 170px;
    margin: 0 8px -5px 0;
}

.my-upload .el-upload:hover {
    border-color: #409EFF;
}
/*上传组件end------------------------------------------------*/

/*element样式重置begin------------------------------------------------*/
.el-card__body {
	overflow: hidden;
}

.el-menu {
    border: none;
}

.el-menu input {
	background: #5F6573;
	border: none;
	color: white;
}

.el-dialog
{
    top:50%;
    left:50%;
    display: flex;
    position:absolute;
    margin:0 !important;
    flex-direction:column;
    max-height: calc(100% - 100px);
    transform:translate(-50%, -50%);
}

.el-dialog__wrapper{
    overflow:hidden;
}

.el-dialog__body{
    overflow:auto;
    padding:22px 20px;
}

.el-dialog__header{
    padding:10px 15px;
    background:#f8f8f8;
    border-bottom:1px solid #eee;
}

.el-dialog__title{
    font-size:14px;
}

.el-dialog__headerbtn{
    top:13px;
    right:15px;
}

.el-menu--horizontal {
	border-bottom: none !important;
}

.el-form-item__content .edui-editor-toolbarbox {
	line-height: normal;
}
/*element样式重置end------------------------------------------------*/

/*contextmenu  begin------------------------------------------------*/
.contextmenu li a:hover {
    color: #409eff;
}

.contextmenu li a {
    display: block;
    cursor: pointer;
    color: ButtonText;
    position: relative;
    text-decoration: none;
    padding: 1px 1px 1px 20px;
}

.contextmenu li i {
    display: inline-block;
    margin-right: 5px;
}

.contextmenu li.split {
    border-bottom: 1px solid #EBEEF5;
}


.contextmenu li {
    height: 25px;
    line-height: 25px;
}

.contextmenu {
    padding: 0px;
    display: none;
    font-size: 13px;
    min-width: 150px;
    border-radius: 3px;
    position: absolute;
    border: 1px solid #ccc;
    list-style-type: none;
    background-color: white;
    -webkit-user-select: none;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
/*contextmenu  end------------------------------------------------*/

/*审核详情组件begin------------------------------------------------*/
table.node tr {
    height: 30px;
    line-height: 30px;
}

table.node span {
    height: 100%;
    cursor: pointer;
    margin: 0px 5px;
    display: inline-block;
}

table.node {
    width: 100%;
    text-align: center;
}


.el-collapse-item__content {
    font-size: inherit;
}

.nodeInfo p {
    margin: 0px;
    padding: 0px;
    height: 40px;
    color: #409eff;
    line-height: 40px;
    text-indent: 10px;
    font-weight: bolder;
    border-bottom: 1px solid #dcdfe6;
}

.nodeInfo ul {
    margin: 0px;
    padding: 10px;
}

.nodeInfo li {
    line-height: 35px;
    word-break: break-all;
    word-wrap: break-word;
    border-bottom: 1px dashed #ccc;
}

.nodeInfo span {
    font-weight: bolder;
}

.nodeInfo .el-tag {
    float: right;
    margin-top: 5px;
    font-weight: normal;
}

.nodeInfo {
    width: 300px;
    font-size: 14px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    border: 1px solid #dcdfe6;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
/*审核详情组件end------------------------------------------------*/

.breadcrumb-header {
    padding: 14px 0;
}
.el-table {
    color: rgb(29, 33, 41);
}
.el-table th {
    padding: 4px 0;
    color: rgb(29, 33, 41);
    background-color: #f2f3f5;
}