@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, button, 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: 13px;
}
::-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: #3b3bf3;
    border-color: #3b3bf3;
}

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

.my-dialog-button{
    font-size: 14px;
    padding: 10px 15px;
}

.el-tree-node__content{
    height:30px;
}
.el-tree-node__label{
    vertical-align: baseline;
    font-size:13px;
 }
.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;}

/*百度编辑器禁用图片拉伸框*/
#edui1_imagescale{display: none !important;}
#edui1_imagescale_cover{display: none !important;}

.box-title{
    font-size: 14px;
    border-left: 2px solid #3b3bf3;
    padding: 0 10px;
    margin: 5px 0;
}