@font-face {
    font-family: 'iconfont'; /* project id 515582 */
    src: url('//at.alicdn.com/t/font_515582_tl1b40ya2wovfgvi.eot');
    src: url('//at.alicdn.com/t/font_515582_tl1b40ya2wovfgvi.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_515582_tl1b40ya2wovfgvi.woff') format('woff'), url('//at.alicdn.com/t/font_515582_tl1b40ya2wovfgvi.ttf') format('truetype'), url('//at.alicdn.com/t/font_515582_tl1b40ya2wovfgvi.svg#iconfont') format('svg');
}

@font-face {
  font-family: 'iconfont';  /* project id 805087 */
  src: url('//at.alicdn.com/t/font_805087_qj980v9b4mb.eot');
  src: url('//at.alicdn.com/t/font_805087_qj980v9b4mb.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_805087_qj980v9b4mb.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_805087_qj980v9b4mb.woff') format('woff'),
  url('//at.alicdn.com/t/font_805087_qj980v9b4mb.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_805087_qj980v9b4mb.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}


[v-cloak] {
    display: none !important;
}

* {
    list-style: none;
}

body {
    margin: 0;
    font-size: 14px;
    background: #F5F7FA;
}

iframe {
    border: none;
    box-shadow: none;
}
html,body{
    height: 100%;
}
a {
    color: #409EFF;
    cursor: pointer;
    text-decoration: none;
}

.menu_container {
    background: #545c64;
}

.sys_container {
    font-size:14px;
    padding: 0px 10px;
}

.container {
    width: 80%;
    margin: 0 auto;
    display: block;
    font-size:14px;
}

.cover_box {
    position: fixed;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.headIcon {
    color: white;
    background: #2D8CF0;
    padding: 10px;
    border-radius: 3px;
    font-size: 20px;
    float: left;
    width: 24px;
    height: 24px;
    text-align: center;
}

/*表单查看详情begin------------------------------------------------*/
table.detail tr {
    height: 40px;
    line-height: 40px;
}

table.detail th {
    width: 150px;
    font-weight: bold;
    border: 1px solid #ebeef5;
}

table.detail td {
    text-indent: 10px;
    border: 1px solid #ebeef5;
}

table.detail {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
}
/*表单查看详情end------------------------------------------------*/


/*滚动条样式重置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-----------------------------------------------*/


/*element样式重置begin------------------------------------------------*/
.el-card__body {
    overflow-y: hidden;
}

.el-menu img {
    float: left;
    width: 150px;
    margin-top: 12px;
}

.el-menu input {
    background: #5F6573;
    border: none;
    color: white;
}

.el-dialog
{
    left:50%;
    top: 5%;
    /*top: 100px;*/
    display: flex;
    max-height: 90%;
    /*max-height: 700px;*/
    position:absolute; 
    margin:0 !important;
    flex-direction:column;
    transform:translate(-50%, 0%);
}

.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{
    color:#333;
    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------------------------------------------------*/

/*vis样式类begin------------------------------------------------*/
.vis-item.success {
    background: #67C23A;
    border-color: #67C23A;
}

.vis-item.warning {
    background: #E6A23C;
    border-color: #E6A23C;
}

.vis-item.danger {
    background: #F56C6C;
    border-color: #F56C6C;
}

.vis-item.info {
    background: #909399;
    border-color: #909399;
}
/*vis样式类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------------------------------------------------*/
.el-select-dropdown__item {
    height:auto;
    max-width:300px;
} 
/*下拉框选择组件end------------------------------------------------*/

/*自动补充组件begin------------------------------------------------*/
.el-autocomplete-suggestion.my-autocomplete li{
    padding-top:7px;
    padding-right:5px;
    padding-bottom:7px;
    line-height:normal;
}
.el-autocomplete-suggestion.my-autocomplete li .tip{
    color:#b4b4b4;
    font-size:12px;
}
/*自动补充组件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------------------------------------------------*/

/*返回顶部样式begin------------------------------------------------*/
.back_to_top:hover {
    background: #84c1ff;
}

.back_to_top {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: fixed;
    right: 50px;
    bottom: 50px;
    text-align: center;
    color: #fff;
    line-height: 42px;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 90;
    background: #409EFF;
}
/*返回顶部end------------------------------------------------*/

/*图片浏览组件begin------------------------------------------------*/
.picture-card .el-dialog__title{
    color:#fff;
}

.picture-card .el-dialog__header, .picture-card .el-dialog__body {
    background: black;
}

.picture-card i:not(.el-icon-close) {
    top: 50%;
    font-size: 40px;
    margin-top: -25px;
    position: absolute;
    font-weight: bolder;
}

.picture-card i:hover:not(.disabled) {
    color: #fff;
    cursor: pointer;
}

.picture-card i.disabled:hover {
    cursor: not-allowed;
}
/*图片浏览组件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------------------------------------------------*/
.topbar {
    top: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    position: fixed;
    background: #324157;
}

.left_bar {
    float: left;
    margin-top: 5px;
}

.right_bar {
    float: right;
    color: #eef1f6;
}

.left_con {
    top: 50px;
    bottom: 0;
    width: 210px;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    background: #eef1f6;
    border-right: 1px solid #e6e6e6;
}

.right_con {     height:100%;    top: 50px;    right: 0px;    bottom: 0px;    left: 220px;    overflow-y:scroll;    position: fixed;}
/*系统后台  end------------------------------------------------*/

/*网站前台  begin------------------------------------------------*/
.header .logo img {
    float: left;
}

.header .logo p {
    float: left;
    height: 40px;
    font-size: 20px;
    line-height: 50px;
    margin-left: 30px;
}

.header .logo {
    float: left;
    overflow: hidden;
}

.header .el-button {
    float: right;
    margin-top: 30px;
    padding: 8px 20px;
}

.header {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto 10px;
}

.footer {
    color: #fff;
    padding: 20px 0;
    margin-top: 15px;
    text-align: center;
    background: #409eff;
}
/*网站前台  end------------------------------------------------*/

/*步骤条组件begin------------------------------------------------*/
ul.step li.notfirst:before {
    float: left;
    content: "";
    width: 31px;
    height: 31px;
    background: #fff;
    padding: 0px -10px;
    border: #e3e3e3 solid;
    transform: rotate(45deg);
    border-width: 1px 1px 0 0;
    margin: 6px 10px 0px -16px;
    -webkit-transform: rotate(45deg);
}

ul.step li.success:before {
    border-color: #c2e7b0;
}

ul.step li.process:before {
    border-color: #b3d8ff;
}

ul.step li.wait:before {
    border-color: #d3d4d6;
}

ul.step li.notlast:after {
    float: right;
    content: "";
    width: 32px;
    height: 32px;
    background: #e3e3e3;
    border: #e3e3e3 solid;
    transform: rotate(45deg);
    border-width: 1px 1px 0 0;
    margin: 6px -16px 0px 10px;
    -webkit-transform: rotate(45deg);
}

ul.step li.success, ul.step li.success:after {
    color: #67c23a;
    background: #f0f9eb;
    border-color: #c2e7b0;
}

ul.step li.process, ul.step li.process:after {
    color: #409eff;
    background: #ecf5ff;
    border-color: #b3d8ff;
}

ul.step li.wait, ul.step li.wait:after {
    color: #909399;
    background: #f4f4f5;
    border-color: #d3d4d6;
}

ul.step li {
    height: 45px;
    cursor: pointer;
    line-height: 45px;
    margin: 0px 5px 0;
    position: relative;
    background: #e3e3e3;
    display: inline-block;
    border: 1px solid #e3e3e3;
}

ul.step {
    padding: 0;
    width: 100%;
    margin: 10px;
    list-style: none;
}
/*步骤条组件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;
    z-index: 100000;
    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------------------------------------------------*/
