@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;
    -webkit-tap-highlight-color: transparent;

}

.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: 6px;
}

::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

/*图标加粗-蓝色*/
.icon-bold {
    font-weight: 600;
}

.icon-button {
    cursor: pointer;
}

.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--small {
    padding: 8px 12px;
    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: #f6f8fa;
}

.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;
}

iframe {
    overflow: auto;
}

@media screen and  (max-width: 768px) {
    /*自定义滚动条*/
    ::-webkit-scrollbar {
        width: 0px;
    }

    ::-webkit-scrollbar-track {
        background-color: #F5F5F5;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #ccc;
    }
}

.fr{
    float: right;
}
.fl{
    float: left;
}
.pl_10{
    padding-left: 10px;
}
.mt_10{
    margin-top: 10px;
}
.ml_10{
    margin-left: 10px;
}
.f_14{
    font-size: 14px;
}
.mt_6{
    margin-top: 6px;
}
.ml_5{
    margin-left: 5px;
}

.el-card__header {
    padding: 16px 20px;
}

.el-form-item {
    margin-bottom: 20px;
}

.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
    background-color: #f0f7ff;
    font-weight: 800;
}

.bg-gray{
    background-color: #f6f8fa;
}

.border-all{
    border: 1px solid #dfe4ed;
}

.border-bottom{
    border-bottom: 1px solid #dfe4ed;
}
.overClip{
    width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.overClip-2{
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.overClip-3{
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}