@charset "UTF-8";
/*初始化  reset*/
/*vue模板隐藏*/
[v-cloak]{
    display: none;
}

html, body {
    position: relative;
    width: 100%;
    height: 100%;
    font-family: "微软雅黑";
}

body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    position: relative;
}

iframe{
    border: none;
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

* {
    margin: 0;
    padding: 0;
}

.w {
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
}

body,  input, select, textarea {
    font: 12px/1.5 "Microsoft YaHei", "微软雅黑", SimSun, "宋体", sans-serif;
    color: #666;
}

ol, ul {
    list-style: none
}

a {
    text-decoration: none
}

fieldset, img {
    border: 0;
    vertical-align: top;
}

a, input, button, select, textarea {
    outline: none;
}

a, button {
    cursor: pointer;
}

.ui-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.ui-flex, .ui-flex *, .ui-flex :after, .ui-flex :before {
    box-sizing: border-box
}
.ui-flex.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.ui-flex.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
/*自定义滚动条*/
::-webkit-scrollbar {
    width: 3px;
}
::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

/*图标加粗-蓝色*/
.icon-bold{
    font-weight: 600;
}
.color-primary{
    color: rgb(32, 160, 255);
}
.long-btn{
    min-width: 80px;
}
/*导航栏统一样式定义*/
.my-nav-bar{
    width:100%;
    background-color: #F9FAFC;
    padding:5px 8px;
    border-bottom: 1px solid #f2f2f2;
}
/*重写element默认UI*/
.el-button--info {
    color: #fff;
    background-color: #20a0ff;
    border-color: #20a0ff;
}

/** button */
.el-button--info:focus{
    color: #fff;
    background-color: #20a0ff;
    border-color: #20a0ff;
}

.el-button--small {
    padding: 7px 9px;
    font-size: 12px;
    border-radius: 4px;
}
.my-dialog-button{
    font-size: 14px;
    padding: 10px 15px;
}

.el-tree-node__content{
    height:30px;
}
.el-tree-node__label{
    vertical-align: baseline;
    font-size:14px;
 }
.el-message-box__content {
    font-size: 15px;
}

/*element-ui样式覆盖*/
/*表格内容*/
.el-table{
    font-size: 14px;
}
.el-table ::-webkit-scrollbar {
    width: 0;
}

.el-table td, .el-table th {
    padding: 4px 0;
}
.el-table th{
    background: #d1dbe5;
    color: #5a5e66;
    font-size: 14px;
}
.el-table .cell{
    padding-left: 6px;
    padding-right: 6px;
    line-height: 24px;
}
.cell .el-button--small{
    /*padding: 2px;*/
    padding: 4px 6px;
    border-radius: 3px;
}

/** dialog */
.el-dialog__body {
    padding: 20px 20px;
}


/** tabs */
.el-tabs--border-card .el-tabs__header{
    /*margin:3px;*/
    background-color: #d1dbe5;
}
.el-tabs__item{
    line-height: 28px;
    height: 28px;
    font-size: 13px;
}
.el-tabs--border-card .el-tabs__content{
    padding: 0px;
}
.el-tabs--border-card{
    border: 0px;
}
.el-tabs__header{
    margin: 0px;
}
.el-tabs__item {
    line-height: 38px;
    height: 38px;
    font-size: 14px;
}
.button-long{width: 80px;}

/*指挥模块提示框 重要 按钮 样式 */
.importanceBtn {
    background-color: #e27474;
    color: white;
    border: 0px;
    border-radius: 5px;
    padding: 4px 15px;
    font-size: 12px;
    margin-bottom: 5px;
}

.endTime{
    color: red;
}

/*Badge 标记*/
.el-badge__content{
    border-color:#fa5555;
}
.el-tree-node__expand-icon {
    color: #135ae8;
}
/*百度编辑器禁用图片拉伸框*/
#edui1_imagescale{display: none !important;}
#edui1_imagescale_cover{display: none !important;}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both
}
.clearfix {
    zoom: 1
}


.fl{
    float: left;
}
.fr{
    float: right;
}

.over-word-2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.over-word-4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.cell img {
    vertical-align: middle;
    margin-top: -1px;
    width: 18px;
    height: 18px;
}
/*word上传图标样式*/
.edui-button.edui-for-word-upload .edui-button-wrap .edui-button-body .edui-icon {
    background-image: url("../ueditor/plugins/word-upload-icon.png") !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


/*附件上传图标样式*/
.edui-button.edui-for-attachment-upload .edui-button-wrap .edui-button-body .edui-icon {
    background-image: url("../ueditor/plugins/attachment-upload.png") !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/*稿件修改痕迹按钮*/
.edui-button.edui-for-article-footer .edui-button-wrap .edui-button-body .edui-icon {
    background-image: url("../ueditor/plugins/modify-footer.png") !important;
    background-size: 85%;
    background-position: center;
    background-repeat: no-repeat;
}
