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

@font-face {
    font-family: MyFontName;
    src: url(../../icon/DIGITAL-Regular.ttf);
}

@font-face {
    font-family: MyYsbth;
    src: url('../fonts/ysbth.ttf');
}

/*@font-face {*/
/*    font-family: MyShsfsc;*/
/*    src: url('../fonts/SourceHanSerifSC-Bold.otf');*/
/*}*/

@font-face {
    font-family: DINAlternate;
    src: url('../fonts/DIN Alternate.ttf');
}

@font-face {
    font-family: DINCondensed-Bold;
    src: url('../fonts/DIN Condensed Bold.ttf');
}

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;
    overflow: auto;
}

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,.icon-button,.van-icon,.el-table tr.el-table__row,.cursor-point {
    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.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ui-flex.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.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
}

.ui-flex.flex-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ui-flex.align-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}

/*自定义滚动条*/
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

/*图标加粗-蓝色*/
.icon-bold {
    font-weight: 600;
}

.color-primary {
    color: #3b3bf3;
}

.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,
.el-dialog__body > div:last-child > .el-button,
.dialog-footer > .el-button,
.el-message-box__btns > button {
    font-size: 14px;
    padding: 10px 15px;
}

.el-message-box__btns > button:nth-child(2),
.el-dialog__body > div:last-child > .el-button:nth-child(2),
.dialog-footer > .el-button:nth-child(2),
.el-dialog__body .bottom-btn .el-button + .el-button {
    margin-left: 30px;
}

.el-tree-node__content {
    height: 40px;
}

.el-tree-node__label {
    vertical-align: baseline;
    font-size: 14px;
}

.left-nav .el-tree-node__label {
    vertical-align: baseline;
    font-size: 14px;
}

.el-message-box__content {
    font-size: 15px;
}

.up-progress {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #E0DEDF;
}
.el-dialog {
    border-radius: 8px;
}
.el-dialog__header {
    padding: 0;
    height: 50px;
    line-height: 50px;
    background: #3B3BF3;
    text-align: center;
    border-radius: 8px 8px 0 0;
}
.el-dialog__title {
    font-size: 16px;
    color: #fff;
    line-height: 50px;
}

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

.el-table ::-webkit-scrollbar {
    width: 0;
    height: 8px;
}

.el-table td, .el-table th {
    padding: 8px 0;
}

.el-table th {
    background: #F3F6F9;
    color: #333;
    font-size: 14px;
}

.el-table .cell {
    padding-left: 6px !important;
    padding-right: 6px !important;
    /*line-height: 24px;*/
    line-height: 30px;
}

.cell .el-button--small {
    /*padding: 2px;*/
    padding: 4px 6px;
    border-radius: 3px;
}

/** dialog */
.el-dialog__body {
    padding: 20px 20px 10px 20px;
    border-radius: 8px;
}
.el-dialog__headerbtn {
    top: 0;
    font-size: 16px;
    height: inherit;
}

.el-dialog__headerbtn .el-dialog__close, .el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close {
    color: #fff;
}

/** 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: 0;
}

.el-tabs--border-card {
    border: 0;
}

.el-tabs__header {
    margin: 0;
}

.el-tabs__item {
    line-height: 38px;
    height: 38px;
    font-size: 14px;
}
.el-button--danger {
    color: #FFF;
    background-color: #FF382B;
    border-color: #FF382B;
}
.button-long {
    width: 80px;
}
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.65);
    font-weight: 400;
}
.el-dialog__footer .el-button+.el-button {
    margin-left: 10px !important;
}
.el-button--warning {
    background-color: #f98100;
    border-color: #f98100;
}
/*=======element-ui样式覆盖 end======*/
/*百度编辑器禁用图片拉伸框*/
#edui1_imagescale {
    display: none !important;
}

#edui1_imagescale_cover {
    display: none !important;
}

@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;
}

.pl-5 {
    padding-left: 5px;
}

.pl-8 {
    padding-left: 8px;
}

.pr-8 {
    padding-right: 8px;
}

.pr-14 {
    padding-right: 14px;
}

.mt_8 {
    margin-top: 8px;
}
.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: 10px;
}

.el-form-item--mini.el-form-item {
    margin-bottom: 6px;
}

.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 #EBEFF3;
}

.border-top {
    border-top: 1px solid #dfe4ed;
}

.hl {
    color: #f60606 !important;
}

.qw {
    color: blue;
}

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

.claerfix:after {
    clear: both;
}

.my-nav-foot {
    width: 100%;
    height: 44px;
    background-color: #FFFFFF;
    padding: 8px;
    position: absolute;
    z-index: 1000;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.el-table td:first-child .cell, .el-table th:first-child .cell {
    padding-left: 6px;
}

.over-word {
    width: 80%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.over-word-1 {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.url-icon img {
    vertical-align: middle;
}

.overWord-5 {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.overWord-4 {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.overWord-3 {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all; /* 追加这一行代码 */
}

.overWord-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.overWord-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.left-box {
    width: 200px;
    height: 500px;
    background: #0bb20c;
}

/*vant start------------*/
.van-button--large {
    width: 100%;
    height: 40px;
    line-height: 38px;
}

.van-button {
    margin-right: 10px;
}

.van-button--small {
    min-width: 90px;
    height: 32px;
}

.van-field__control {
    font-size: 14px;
}

.van-radio-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.van-radio {
    margin: .4rem;
}

.van-tabs__line {
    background-color: #0000ff;
}

.van-button--info {
    /*background-color: #5168e7;*/
    /*border: 1px solid #5168e7;  */

    background-color: #1a44bb;
    border: 1px solid #1a44bb;
}

.van-radio-group, .van-checkbox-group {
    padding: 10px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.van-radio, .van-checkbox {
    padding-right: 15px;
}

.van-radio:first-child, .van-radio + .van-radio, .van-checkbox:first-child, .van-checkbox + .van-checkbox {
    padding-bottom: 15px;
}

.no-label .van-field__label {
    width: 0;
}

.van-grid-item__text {
    font-size: 14px;
}

.no-data-mb {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 98px;
    bottom: 50px;
    z-index: 10;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.no-data-mb img {
    width: 4rem;
    object-fit: cover;
}

.zw-data {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    height: 100%;
    line-height: 100%;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.zw-data img {
    width: 4rem;
    object-fit: cover;
}

.no-data-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    font-size: 14px;
}

.van-nav-bar {
    height: 50px;
    line-height: 50px;
    z-index: 11;
}

.van-button--medium {
    height: 40px;
    line-height: 38px;
}

/*vant end------------*/

/*element改写 start*/
.el-table tr {
    /*cursor: pointer;*/
}

.cell .el-button + .el-button {
    margin-left: 0px;
}

.el-table .warm-row {
    background-color: yellow !important;
}

.el-message-box__headerbtn .el-message-box__close {
    color: #5d5c5d !important;
}

/*element改写 end*/

.org-border {
    border-left: none !important;
    border-right: none !important;
}

/*移动端大图欣赏 start*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.wrapper .block img {
    width: 100%;
    height: auto;
}

/*移动端大图欣赏 end*/

/*级联多选ie浏览器不支持，修改了display属性*/
.el-cascader__tags .el-tag {
    display: inline-block;
}

.no-data {
    margin: 0;
    height: 30px;
    line-height: 30px;
    padding: 6px 15px 0;
    color: #909399;
    text-align: center;
}

/* 解决IE9 日期组件样式问题 */
.el-date-editor--datetimerange {
    display: inline-block !important;
    vertical-align: middle;
    line-height: 24px;
}

/*show-overflow-tooltip 字段长度低于50IE浏览器不显示的原因*/
.el-table .cell.el-tooltip {
    min-width: 30px;
}

/*2、IE9中elementui的message提示框会出现样式错乱，解决方法*/
.el-message .el-message__content {
    display: inline-block \0;
}

/*select框固定下拉箭头兼容ie9*/
.el-select .el-input .el-input__suffix .el-icon-arrow-up {
    -ms-transform: rotate(180deg) \0;
}

/*大图改成16:9*/
.img-wrap {
    padding-bottom: 56%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
}

.mtb10 {
    margin: 10px 0;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.word-color {
    color: #027db4;
}

.el-button--primary:focus {
    background: #3b3bf3 !important;
    border-color: #3b3bf3 !important;
    color: #FFF;
}

/*大图改成16:9*/

/*.el-icon-circle-close:before, .el-icon-circle-close:before {*/
/*color: #ffffff;*/
/*}*/
.no-list-data {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.no-list-data img {
    width: 4rem;
    object-fit: cover;
}

.no-zt-data {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #666;
}

.no-zt-data img {
    height: 178px;
    width: auto;
}

.no-zt-data span {
    display: block;
    margin-top: -40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
    text-shadow: 0 1px 5px rgba(0, 43, 94, 0.2);
}

.el-image-viewer__close .el-icon-circle-close:before {
    color: #fff;
}

/*团队样式 start*/
.tag-nav {
    overflow: hidden;
}

.tag-nav label {
    float: left;
    font-size: 14px;
}

.tag-nav .td-name {
    overflow-y: auto;
    max-height: 100px;
    padding-left: 0 !important;
}

.tag-nav span {
    background: #f2f2f6;
    padding: 2px 7px !important;
    border-radius: 5px;
    margin: 0 5px 5px 0;
    display: inline-block;
    color: #7c7c7c;
    /* border: 1px solid #ebeef5; */
}

/*团队样式 end*/
.w95 {
    width: 95%;
}

/*信息检索使用方法 start*/
.help-sm {
    border: 1px solid #E2E4EA;
    border-radius: 4px;
    padding: 10px 14px;
    text-align: justify;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.help-sm .name {
    height: 30px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #E2E4EA;
}

.help-sm .content {
    line-height: 25px;
    padding-top: 8px;
    font-size: 12px;
    color: #666;
    letter-spacing: 1px;
}

.help-sm .content .special {
    color: #333;
    font-weight: 600;
}

.helpHideH {
    height: 202px;
    overflow: auto;
}

/*信息检索使用方法 end*/
.el-submenu__title {
    font-size: 16px;
    color: #666;
}

.red {
    background: #FF1D1D;
}

.yellow {
    background: #FFCC00;
}

.blue {
    background: #1D58FF;
}

.cmt-template-wrap {
    max-height: 180px;
    height: auto !important;
    overflow: auto;
    width: 100%;
}

.cmt-template-wrap .cmt-content {
    width: 96%;
    line-height: 25px;
    color: #333;
}

.dialog-footer{
    text-align: center;
}
.dialog-footer .el-button {
    /*padding: 12px 18px;*/
    /*font-size: 14px;*/
}
.left-nav .custom-tree-node{
    font-size: 14px;
}
.pr{
    position: relative;
}

.el-scrollbar__wrap {
    overflow: auto;
}

.el-message-box__btns {
    text-align: center;
}
.editor-box{
    line-height: 25px;
}
.editor-box h1{
    line-height: 40px;
}
.editor-box h2,.editor-box h3{
    line-height: 30px;
}
.diaCenter .el-dialog {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0 !important;
    margin-bottom: 0;
}
