* {
    margin: 0;
    padding: 0;
    line-height: 1;
    box-sizing: border-box;
    word-break: break-all;
}

a {
    color: inherit !important;
    text-decoration: none;
}

.checkWordsDFC068 {
    color: #DFC068 !important;
}

.fullWidth {
    width: 100%;
}

.text-align-center {
    text-align: center;
}

.inline-block {
    display: inline-block;
}

.cursorPointer {
    cursor: pointer;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #dfc068 !important;
}

.layui-laypage-count {
    background: none;
}

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

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

.hideWords-More3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.allShadow {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.07);
}

.emptyData {
    width: 100%;
    height: 300px;
    line-height: 300px;
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

select:focus option:checked {
    background: #DFC068;
    color: #fff;
}

.layui-laypage-btn {
    /* 分页器 跳页的确定按钮 */
    /* display: none; */
}

.centerWidth {
    width: 1200px;
}

.marginAuto {
    margin: auto;
}

.flex {
    display: flex;
    -js-display: flex;
}

.flex-direction {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.align-center {
    align-items: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

li {
    list-style: none;
}

input,
select {
    outline: none;
    border: none;
    /* 打开这个注释以后，input[type=checked]自带的勾选就不生效了 */
    /* -webkit-appearance: none; */
}

input {
    padding-right: 18px;
}

input::-webkit-input-placeholder {
    color: #d6d6d6;
}

.font-bold {
    font-weight: bold;
}

.errorTipWords {
    color: #FF0000;
}

.errorBorder {
    border-color: #FF0000 !important;
}

.clear-both {
    clear: both;
}

.uploadFile {
    position: fixed;
    top: -999;
    left: -999;
}

/* 自定义下拉框 */
.mySelect {
    width: 100%;
    height: 100%;
    /* border: 1px solid #000; */
    position: relative;
}

.mySelect:hover .mySelect>ul {
    display: block;
}

.mySelect>.mySelectCheck {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline;
    transform: translate(-50%, -50%);
    color: #cdcdcd;
    font-size: 16px;
}

.mySelectUl {
    position: absolute;
    width: 100%;
    display: none;
    background: #fff;
    box-shadow: -2px 0px 6px 2px rgba(0, 0, 0, 0.05);
    z-index: 5;
}

.mySelectUl>li {
    width: 100%;
    text-align: left;
    min-height: 28px;
    line-height: 28px;
    padding-left: 22px;
    /* border-bottom: 1px solid #ccc; */
    cursor: pointer;
    font-size: 14px;
    color: #818181;
    background: #fff;
}

.mySelectUl>.selectDisable {
    font-size: 14px;
    color: #cccccc;
}

.mySelectUl>li:hover {
    background: #dfc068;
    color: #fff;
}

.mySelectUl>.selectDisable:hover {
    color: #cccccc;
    background: #fff;
}

/* 自定义弹窗 */
.popView {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    /* background: #f0f; */
    z-index: 10;
}

.popView>.popViewInner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 500px;
    height: 187px;
    background: #fff;
    margin: auto;
    box-shadow: 0 0 24px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.popView>.popViewInner .popViewInnerBtn {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 40px;
    float: left;
}

.popView>.popViewInner .popViewInnerBtnCancle {
    /* color: #ffffff;
    background: #dfc068; */
    background: #f9f9f9;
    color: #000;
    border: 1px solid #e0e0e0;
    margin-left: 80px;
}

.popView>.popViewInner .popViewInnerBtnConfirm {
    /* background: #f9f9f9;
    color: #e0e0e0; */
    color: #ffffff;
    background: #dfc068;
    margin-left: 40px;
}


.popView>.popViewInner .popViewInnerTipWord {
    font-size: 28px;
    color: #dfc068;
    margin-top: 41px;
    padding-left: 18px;
    p {
        margin: 10px 0 !important;
        line-height: 1.5;
    }
}

.popView>.popViewInner .popViewInnerTipWord1 {
    font-size: 18px;
    color: #000000;
    margin-top: 16px;
}

body {
    position: relative;
}

.footer {
    /*     position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; */
}

/* .footer::before{
    content: " ";
    width: 100%;
    height: 330px;
    display: block;
    background: #ff0;
} */
.topHead {
    position: relative;
    z-index: 9;
}

.majorDetailInnerLeftInnerContent p {
    min-height: 20px;
}

.notificationDetailInnerLeftInnerContent p {
    min-height: 20px;
}

/* ue */
.edui-editor{
    /* max-width: 1200px; */
    /* width: 100vw!important;
    height: 100vw!important;
    position: fixed!important;
    top: 0!important;
    left: 0!important; */
}


/* -------------------------------- */
/* 为富文本写的css */
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.ql-editor ol,
.ql-editor p,
.ql-editor pre,
.ql-editor ul {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
    padding-left: 1.5em;
}

.ql-editor ol>li,
.ql-editor ul>li {
    list-style-type: none;
}

.ql-editor ul>li:before {
    content: "\2022";
}

.ql-editor ul[data-checked=false],
.ql-editor ul[data-checked=true] {
    pointer-events: none;
}

.ql-editor ul[data-checked=false]>li *,
.ql-editor ul[data-checked=true]>li * {
    pointer-events: all;
}

.ql-editor ul[data-checked=false]>li:before,
.ql-editor ul[data-checked=true]>li:before {
    color: #777;
    cursor: pointer;
    pointer-events: all;
}

.ql-editor ul[data-checked=true]>li:before {
    content: "\2611";
}

.ql-editor ul[data-checked=false]>li:before {
    content: "\2610";
}

.ql-editor li:before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl):before {
    margin-left: -1.5em;
    margin-right: .3em;
    text-align: right;
}

.ql-editor li.ql-direction-rtl:before {
    margin-left: .3em;
    margin-right: -1.5em;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
    /* padding-left:1.5em; */
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em;
}

.ql-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0;
}

.ql-editor ol li:before {
    content: counter(list-0, decimal) ". ";
}

.ql-editor ol li.ql-indent-1 {
    counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
    counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
    counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) ". ";
}

.ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
    counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
    counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
    counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) ". ";
}

.ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
    counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
    counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-8 {
    counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
    counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) ". ";
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em;
}

.ql-editor .ql-video {
    display: block;
    max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
    margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
    background-color: #000;
}

.ql-editor .ql-bg-red {
    background-color: #e60000;
}

.ql-editor .ql-bg-orange {
    background-color: #f90;
}

.ql-editor .ql-bg-yellow {
    background-color: #ff0;
}

.ql-editor .ql-bg-green {
    background-color: #008a00;
}

.ql-editor .ql-bg-blue {
    background-color: #06c;
}

.ql-editor .ql-bg-purple {
    background-color: #93f;
}

.ql-editor .ql-color-white {
    color: #fff;
}

.ql-editor .ql-color-red {
    color: #e60000;
}

.ql-editor .ql-color-orange {
    color: #f90;
}

.ql-editor .ql-color-yellow {
    color: #ff0;
}
.ql-editor p,
li {
    line-height: 1.42;
}

.ql-editor img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}


/*PPT&PDF View*/
.popView-ppt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
 }
    .popView-ppt .popView-ppt-box {
      width: 1000px;
      height: 706px;
      background: #ffffff;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      padding: 30px 20px;
     }
      .popView-ppt .popView-ppt-box .close {
        width: 20px;
        height: 20px;
        background: url(../img/supplier/close.png) no-repeat top left/100% 100%;
        position: absolute;
        right: 30px;
        top: 30px;
        cursor: pointer;
        z-index: 1;
     }
      .popView-ppt .popView-ppt-box .popView-ppt-title {
        font-size: 20px;
        font-size: 24px;
        color: #dfc068;
        text-align: left;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        padding-bottom: 20px;
     }
      .popView-ppt .popView-ppt-box .popView-ppt-iframbox {
        width: 100%;
        height: 600px;
        background-color: #ffffff;
        margin-top: 14px;
        overflow: scroll;
     }
        .popView-ppt .popView-ppt-box .popView-ppt-iframbox #iframboxurl {
          width: 100%;
          height: 100%;
         }
  
  .popView-pdf {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    }
    .popView-pdf .popView-pdf-box {
      width: 1000px;
      height: 680px;
      background: #ffffff;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      padding: 30px 20px;
    }
      .popView-pdf .popView-pdf-box .close {
        width: 20px;
        height: 20px;
        background: url(../img/supplier/close.png) no-repeat top left/100% 100%;
        position: absolute;
        right: 22px;
        top: 22px;
        cursor: pointer;
        z-index: 1;
     }
      .popView-pdf .popView-pdf-box .popView-pdf-title {
        font-size: 20px;
        font-size: 24px;
        color: #dfc068;
        text-align: left;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        padding-bottom: 20px;
     }
      .popView-pdf .popView-pdf-box .popView-pdf-iframbox {
        width: 100%;
        height: 566px;
        background-color: #ffffff;
        margin-top: 14px;
        overflow: scroll;
     }
    .popView-pdf .popView-pdf-box .popView-pdf-iframbox canvas {
        width: 100% !important;
    }

/* --------------------------- */
