/* -颜色- */

/* -尺寸- */

/* 通用样式 */

.br_s {
  border-radius: 3px;
}

.br_m {
  border-radius: 10px;
}

.br_l {
  border-radius: 16px;
}

.br_a {
  border-radius: 50%;
}

.clearfix {
  zoom: 1;
}

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

.clearfix::after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.position_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-eclipse {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mtl-eclipse {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@keyframes scale-in-hor-center {
  0% {
    transform: scaleX(0);
    opacity: 1;
  }

  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  font-size: 14px;
  width: 100%;
  height: 100%;
  color: #1D2C49;
  overflow-x: auto;
}

* {
  cursor: default;
  font-family: LarkEmojiFont, LarkChineseQuote, -apple-system, BlinkMacSystemFont, Helvetica Neue, Tahoma, PingFang SC, Microsoft Yahei, Arial, Hiragino Sans GB, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
}

*::-webkit-scrollbar {
  width: 10px !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

textarea {
  resize: none;
}

input,
button,
textarea {
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #C0C4CC !important;
  font-weight: 400 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #C0C4CC !important;
  font-weight: 400 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #C0C4CC;
  font-weight: 400 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #C0C4CC !important;
  font-weight: 400 !important;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset !important;
}

input,
input[type=submit],
[type=reset],
[type=button] {
  -webkit-appearance: none;
  resize: none;
}

div[theme="light"] {
  background-color: #fff !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

a::hover {
  text-decoration: none;
}

.el-empty__image {
  display: inline-block !important;
}

.el-empty__description {
  margin-top: 10px;
  color: #999;
}

.el-dialog {
  border-radius: 10px;
  overflow: hidden;
}

span.el-avatar {
  background: #4a80ff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: initial !important;
}

.el-tabs__nav-wrap::after {
  height: 1px !important;
}

.v-modal {
  opacity: 0.2 !important;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.el-tag.el-tag--info .el-tag__close {
  color: #909399;
}

.el-select-dropdown {
  padding: 0;
}

.el-select-dropdown .el-select-dropdown__list {
  padding: 0;
}

.el-select-dropdown .el-select-dropdown__item {
  box-sizing: border-box;
  height: 40px;
  padding: 20px;
  padding-right: 60px;
  line-height: 14px;
  display: flex;
  align-items: center;
}

.el-select-dropdown .el-select-dropdown__item.hover,
.el-select-dropdown .el-select-dropdown__item:hover {
  color: #4a80ff;
  background: #f1f4fd;
  border-radius: 4px;
}

/*修改提示框*/

.prompt[data-title] {
  position: relative;
}

.prompt[data-title]:hover:after {
  opacity: 1;
  visibility: visible;
}

.prompt[data-title]:after {
  content: attr(data-title);
  position: absolute;
  padding: 10px;
  border-radius: 4px;
  color: #fff;
  background: #1F2329;
  line-height: 1.2;
  font-size: 12px;
  min-width: 10px;
  visibility: hidden;
  opacity: 0;
  z-index: 2000;
  white-space: nowrap;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
}

/* -颜色- */

/* -尺寸- */

/* 通用样式 */

.br_s {
  border-radius: 3px;
}

.br_m {
  border-radius: 10px;
}

.br_l {
  border-radius: 16px;
}

.br_a {
  border-radius: 50%;
}

.clearfix {
  zoom: 1;
}

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

.clearfix::after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.position_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-eclipse {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mtl-eclipse {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@keyframes scale-in-hor-center {
  0% {
    transform: scaleX(0);
    opacity: 1;
  }

  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

/*********全局变量*********/

/*滚动条*/

/*header*/

.menu_hover {
  background: rgba(199, 199, 199, 0.2);
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: black;
  font-weight: bold;
}

/*form*/

:focus {
  outline: 0;
}

/*button*/

button {
  border: none;
}

button:focus {
  outline: 0;
}

button:disabled {
  cursor: not-allowed;
}

.font-12 {
  font-size: 12px;
}

.stop {
  color: #dcdcdc !important;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

.pos-f {
  position: fixed;
}

input {
  outline: none;
}

input::-webkit-search-cancel-button {
  display: none;
}

input[type=search]::-ms-clear {
  display: none;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

* {
  webkit-tap-highlight-color: transparent;
}

*,
html,
body,
div,
span,
p,
th,
td,
tr,
img,
table,
form {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: auto;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

#app {
  height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: LarkEmojiFont, LarkChineseQuote, -apple-system, BlinkMacSystemFont, Helvetica Neue, Tahoma, PingFang SC, Microsoft Yahei, Arial, Hiragino Sans GB, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
}

body {
  font-size: 14px;
  text-decoration: none;
  outline: none;
  clear: both;
  background-color: #f1f5f7;
  height: 100%;
}

HTML {
  scrollbar-base-color: #f8f8f8;
  scrollbar-3dlight-color: #ddd;
  scrollbar-highlight-color: #ddd;
  scrollbar-track-color: #ddd;
  scrollbar-arrow-color: #ddd;
  scrollbar-shadow-color: #ddd;
}

::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
}

::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #ddd;
  background-clip: padding-box;
  min-height: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
  width: 6px;
}

em {
  font-style: normal;
}

img,
a img {
  border: 0;
}

ul,
li,
ol {
  list-style: none;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

a,
img {
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

i {
  font-style: normal;
}

textarea {
  font-family: LarkEmojiFont, LarkChineseQuote, -apple-system, BlinkMacSystemFont, Helvetica Neue, Tahoma, PingFang SC, Microsoft Yahei, Arial, Hiragino Sans GB, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
}

.success {
  color: #49E1AA !important;
}

.warning {
  color: #FCAA49 !important;
}

.error {
  color: #FF3B47 !important;
}

.margin_bottom40 {
  margin-bottom: 40px !important;
}

.error-line {
  border: #FF3B47 solid 1px !important;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#captcha {
  margin-bottom: 15px;
}

.el-dialog__title {
  font-size: 14px;
}

.el-dialog__header {
  padding: 10px 20px 20px;
}

.el-dialog__headerbtn {
  top: 13px;
}

.el-dialog__body {
  padding: 15px 20px;
}

.el-divider--horizontal {
  margin: 0;
}

.fdd-button-link {
  background: #4a80ff;
  color: white;
  display: block;
  width: auto;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  text-align: center;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.fdd-button-link:hover {
  background: #4a80ff;
}

.color1 .home_pageinner {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #f1f1f1, #f1f5f7) !important;
  position: relative;
  padding: 0;
}

.color1 .home_pageinner .page_main {
  padding: 30px;
}

.color1 .home_pageinner .home-center {
  margin: 0 auto;
}

.color1 .home_pageinner .notic-home li:last-child {
  border-bottom: none;
}

.color1 .top-menu {
  width: 100%;
  height: 50px;
  background: linear-gradient(-45deg, #06418e, #4a80ff) !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.breadbox {
  padding-top: 92px;
  font-size: 14px;
  color: #343a40;
}

/*404&500*/

.errorbox {
  width: 400px;
  height: auto !important;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20%;
}

.errorbox div {
  width: 80%;
  height: auto !important;
  overflow: hidden;
  margin: 0 auto;
}

.errorbox div span {
  width: 33.33%;
  display: inline-block;
  text-align: center;
  float: left;
  font-size: 10rem;
  color: #343a40;
  font-family: Inter, sans-serif;
  font-weight: 600!important;
  position: relative;
}

.errorbox div span img {
  position: absolute;
  width: 110px;
  top: 0;
  left: 0;
}

.errorbox div span:nth-child(2) {
  color: #ff3d60;
}

.errorbox p {
  text-align: center;
  text-transform: uppercase!important;
  color: #343a40;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.errorbox a {
  width: 160px;
  margin: 0 auto;
  margin-top: 30px;
}

.el-main {
  padding: 0;
}

.el-pagination {
  margin-top: 20px;
}

.el-menu-vertical-demo:not(.el-menu--collapse) {
  width: 200px;
  min-height: 400px;
}

.dialog-warp {
  height: auto !important;
  max-height: 280px;
}

.dialog-warp h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

.dialog-warp article {
  max-height: 260px;
  overflow-y: scroll;
  text-indent: 24px;
  text-align: justify;
}

.dialog-warp .center-txt {
  text-align: center;
  color: #bdbdbd;
  margin: 0 auto;
  width: 70%;
}

.dialog-warp .slogan {
  display: block;
  line-height: 36px;
}

.dialog-warp ul li {
  height: auto !important;
  overflow: hidden;
  min-height: 40px;
  line-height: normal;
}

.dialog-warp ul .checkformbox .el-input {
  float: left;
  width: 70%;
}

.dialog-warp ul .checkformbox .el-link {
  float: left;
  width: 25%;
  line-height: 40px;
  margin-right: 10px;
}

.long-button {
  padding: 8px 60px;
}

.el-upload {
  position: relative;
}

.el-upload em {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(42, 42, 42, 0.7);
}

.loading {
  width: 60px;
  height: 20px;
  margin: 0 auto;
}

.loading span {
  display: inline-block;
  width: 5px;
  height: 100%;
  border-radius: 5px;
  background: #4a80ff;
  -webkit-animation: load 1s ease infinite;
}

.loading span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
}

.loading span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
}

.loading span:nth-child(4) {
  -webkit-animation-delay: 0.6s;
}

.loading span:nth-child(5) {
  -webkit-animation-delay: 0.8s;
}

.public-box {
  border: #eaeaea solid 1px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 30px;
}

.public-box > h2 {
  height: 42px;
  line-height: 42px;
  border-bottom: #eaeaea solid 1px;
  text-indent: 15px;
  font-size: 14px;
  position: relative;
  margin-bottom: 10px;
}

.public-box > h2 .el-link {
  font-size: 12px;
  position: absolute;
  right: 10px;
}

.public-box > h2 i {
  width: 4px;
  height: 12px;
  background-color: #4a80ff;
  display: inline-block;
  margin-right: 5px;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  vertical-align: middle;
}

.nodata {
  margin-top: 10px;
  text-align: center;
}

.nodata div {
  margin: 0 auto;
  width: 55px;
  height: 55px;
  background-position: 0 -252px;
}

.nodata p {
  text-align: center;
}

.el-cascader-panel {
  max-height: calc(80vh);
}

.el-scrollbar__wrap {
  overflow: scroll;
  height: 100%;
}

.el-carousel__item h3 {
  color: #475669;
  font-size: 14px;
  opacity: 0.75;
  line-height: 200px;
  margin: 0;
}

.el-carousel__item:nth-child(2n) {
  background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n+1) {
  background-color: #d3dce6;
}

.box-list {
  height: auto !important;
  min-height: 760px;
  position: relative;
}

.box-list .left,
.box-list .right {
  height: 100%;
  position: absolute;
}

.box-list .left {
  border-right: #eaeaea solid 1px;
  left: 0;
  padding: 20px 20px 0 0;
}

.box-list .left h3,
.box-list .left h4 {
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.box-list .left h3 i,
.box-list .left h4 i {
  cursor: pointer;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  margin-top: 20px;
}

.box-list .left h3 .el-dropdown,
.box-list .left h4 .el-dropdown {
  position: absolute;
  right: 0;
  top: 2px;
}

.box-list .left .left-scroll-box {
  height: auto !important;
}

.box-list .left h3 {
  cursor: pointer;
}

.box-list .left h4 {
  line-height: 36px;
  text-indent: 20px;
  cursor: pointer;
}

.box-list .left h4:hover {
  color: #4a80ff;
}

.box-list .left .h4_active {
  background-color: #4a80ff;
  color: white;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.box-list .left .h4_active i,
.box-list .left .h4_active:hover {
  color: white;
}

.box-list .left .add-btn {
  margin: 30px 0 0 60px;
}

.box-list .left .mail-warp ul li {
  margin: 20px 0;
}

.box-list .left .mail-link {
  cursor: pointer;
}

.box-list .left .mail-link:hover {
  color: #4a80ff;
  font-weight: bold;
}

.box-list .left .hover {
  color: #4a80ff;
  font-weight: bold;
}

.box-list .left .ative {
  color: #4a80ff;
  font-weight: bold;
}

.box-list .right {
  padding: 20px;
  padding-top: 30px;
  left: 21%;
}

.box-list .right h3 {
  font-weight: bold;
  font-size: 15px;
  margin-top: 0;
  cursor: pointer;
}

.search-box {
  display: block;
  height: auto !important;
  overflow: hidden;
  margin-bottom: 20px;
}

.search-box button {
  float: right;
}

.el-dropdown-link {
  cursor: pointer;
}

.el-popover {
  min-width: auto !important;
}

.page-right {
  text-align: right;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.hide_text {
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-class .el-table__fixed-right {
  height: 100% !important;
}

.table-class .el-table__fixed {
  height: 100% !important;
}

.guide-box {
  display: flex;
  justify-content: center;
  margin-top: 180px;
  margin-left: 258px;
  color: #606266;
  text-align: center;
}

.guide-box div {
  width: 300px;
}

.guide-box div .info {
  margin-bottom: 20px;
}

.guide-box div .el-alert__title {
  font-size: 16px;
}

.guide-box div p {
  margin-bottom: 10px;
}

.attendance > .left {
  width: 180px;
  float: left;
  border-right: #eaeaea solid 1px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.attendance > .right {
  width: 80%;
  float: left;
  padding: 0 20px 20px 20px;
}

.attendance > .right .el-dialog__footer {
  text-align: right !important;
}

.attendance .file_list {
  height: 90px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: #eaeaea solid 1px;
  padding: 5px;
  margin-top: 10px;
  position: relative;
}

.attendance .file_list i {
  position: absolute;
  right: -12px;
  top: -10px;
  font-size: 20px;
  color: #c00;
  cursor: pointer;
}

.attendance .file_list p {
  width: 100%;
  height: 90px;
}

.attendance .file_list p img {
  width: 100%;
  height: 100%;
}

.attendance .systemlink {
  color: #409EFF;
}

.search-boxs {
  width: 100%;
  display: flex;
  align-items: center;
}

.search-boxs input {
  height: 34px;
}

.search-boxs label {
  margin-right: 10px;
}

.from-dialog .txt {
  margin: 20px 0;
  margin-left: 30px;
}

.from-dialog .txt p {
  display: block;
  margin-top: 5px;
  color: #bdbdbd;
  font-size: 12px;
}

.clockrule .tabs {
  margin-left: 30px;
}

.clockrule .tabs .a_link {
  width: 100%;
  display: flex;
  align-items: center;
  height: 38px;
  margin-bottom: 20px;
}

.clockrule .tabs .a_link .el-checkbox {
  margin-left: 10px;
}

.clockrule .tabs .time_box {
  height: auto !important;
  overflow: hidden;
  margin-bottom: 10px;
}

.clockrule .tabs .time_box ul li {
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  margin-bottom: 10px;
}

.clockrule .tabs .time_box ul li div {
  float: left;
  margin-right: 10px;
}

.clockrule .tabs .time_box ul li div span {
  float: left;
  display: inline-block;
}

.clockrule .tabs .time_box ul li div .el-data-pickers {
  width: 280px !important;
}

.clockrule .tabs .time_box ul li div .el-date-editor {
  width: 120px;
  margin-left: 5px;
}

.clockrule .tabs .time_box ul li div .range_box {
  margin: 0 0 0 15px;
}

.clockrule .tabs .time_box ul li .pickerbox .el-checkbox__inner {
  margin-top: 3px;
}

.clockrule .tabs .more_lance {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.clockrule .tabs .more_lance span {
  display: inline-block;
  margin-right: 5px;
}

.clockrule .tabs .more_lance .star:before {
  content: '*';
  color: #F56C6C;
  margin-right: 4px;
}

.clockrule .tabs .more_lance > div {
  width: 160px;
  margin-right: 5px;
}

.clockrule .tabs .more_lance .el-icon-circle-close {
  color: #4a80ff;
  font-size: 16px;
  cursor: pointer;
  margin-left: 5px;
}

.clockrule .tab_link {
  float: left;
  height: 35px;
  line-height: 35px;
  border: #DCDFE6 solid 1px;
  padding: 0 10px;
  color: #494945;
  text-align: center;
}

.clockrule .left {
  border-radius: 5px 0 0 5px;
  margin-right: -1px;
}

.clockrule .right {
  border-radius: 0 5px 5px 0;
  margin-left: -1px;
}

.clockrule .hover {
  background-color: #4a80ff;
  color: white;
}

.admin-submit h2 {
  border-bottom: none;
  margin: 15px 0;
}

.admin-submit .rulecont {
  display: flex;
  align-items: center;
}

.admin-submit .rulecheck .el-form-item__label:before {
  display: inline-block;
  content: '*';
  color: #F56C6C;
  margin-right: 4px;
}

.admin-submit .el-form-item__label {
  width: 130px;
  text-align: right;
}

.admin-submit .showname {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  height: 22px;
  line-height: 30px;
  color: #bdbdbd;
  margin-top: 8px;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-submit .radio-txt {
  position: absolute;
  left: 0;
  bottom: -16px;
  font-size: 12px;
  color: #bdbdbd;
}

.map_data {
  width: 660px;
  min-height: 140px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 15px;
  margin-bottom: 10px;
}

.map_data .map_title {
  height: 60px;
  border-bottom: #e9e9e9 solid 1px;
  padding: 5px 0;
}

.map_data .map_title p {
  position: relative;
}

.map_data .map_title p .map_select {
  position: absolute;
  display: inline-block;
  right: 20px;
}

.map_data .map_title p .map_select .el-icon-close {
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  top: -5px;
  right: -30px;
  color: #4a80ff;
}

.map_data .map_title .map_atten {
  margin-top: 25px;
  font-size: 12px;
}

.map_data .map_title .map_atten span {
  display: block;
  line-height: 35px;
}

.map_data .map_title .map_atten span:nth-child(2) {
  color: #bdbdbd;
}

.amap-page-container {
  position: relative;
  margin-bottom: 15px;
}

.amap-page-container .amap-demo {
  height: 430px;
}

.amap-page-container .amap-search-box {
  position: absolute;
  top: 25px;
  left: 20px;
}

.map_txt {
  color: #bdbdbd;
  display: block;
  line-height: 24px;
  margin-top: 17px;
}

.foot_btn {
  text-align: right;
}

.btns-box > div {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.btns-box-txt {
  margin-right: 30px;
}

.btns-box .el-checkbox {
  margin-right: 10px;
}

.clockdata_warp {
  border: #eaeaea solid 1px;
  width: 100%;
  height: auto !important;
  overflow: hidden;
  min-height: 300px;
  margin-top: 15px;
}

.clockdata_warp .weekbox {
  width: 14.18%;
  height: 80px;
  line-height: 80px;
  float: left;
  text-align: center;
  border-bottom: #eaeaea solid 1px;
  border-right: #eaeaea solid 1px;
  background-color: #c7e1ef;
}

.clockdata_warp .weekbox:nth-child(7) {
  border-right: none;
}

.clockdata_warp .nodata {
  margin-top: 145px;
}

.clockdata_warp .week_date {
  width: 100%;
  height: auto !important;
  overflow: hidden;
}

.clockdata_warp .week_date ul li {
  width: 14.18%;
  float: left;
  display: block;
  height: 100px;
  border-bottom: #eaeaea solid 1px;
  border-right: #eaeaea solid 1px;
  cursor: pointer;
  position: relative;
}

.clockdata_warp .week_date ul li span {
  display: block;
  text-indent: 10px;
  height: 20px;
  padding-top: 10px;
}

.clockdata_warp .week_date ul li p {
  font-size: 12px;
}

.clockdata_warp .week_date ul li p i,
.clockdata_warp .week_date ul li p em {
  display: block;
  text-align: center;
}

.clockdata_warp .week_date ul li p em {
  color: #4a80ff;
  margin-top: 10px;
}

.clockdata_warp .week_date ul li p .success {
  color: #49E1AA;
}

.clockdata_warp .week_date ul li:hover {
  background-color: #eaeaea;
}

.clockdata_warp .week_date ul li .set_week {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: white;
  border: #eaeaea solid 1px;
  z-index: 100;
}

.clockdata_warp .week_date ul li .set_week div {
  width: 90%;
  margin: 0 auto;
  padding-top: 10px;
}

.clockdata_warp .week_date ul li .set_week .el-button {
  width: 100%;
  padding: 0 10px;
  margin-top: 10px;
  margin-left: 0;
}

.clockdata_warp .week_date ul li:nth-child(7n) {
  border-right: none;
}

.menu {
  width: 180px;
  margin: 20px auto;
}

.menu ul li {
  width: 100%;
  height: auto !important;
  margin-bottom: 5px;
}

.menu ul li .link_blue {
  background: #0270c1 !important;
  color: #fff !important;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-weight: bold;
}

.menu ul li .link_blue span:before {
  background: #fff !important;
}

.menu ul li .link_blue a {
  color: #fff;
}

.menu ul li .first {
  display: block;
  height: 26px;
  line-height: 26px;
  color: #575962;
  padding: 10px;
  padding-left: 45px;
}

.menu ul li .first:hover {
  background: rgba(199, 199, 199, 0.2);
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: black;
  font-weight: bold;
}

.menu ul li .first i,
.menu ul li .first p {
  float: left;
}

.menu ul li .first i {
  font-size: 20px;
  margin: 4px 10px;
}

.menu ul li .first p {
  line-height: 26px;
}

.menu ul li .first span {
  display: inline-block;
  float: right;
  font-size: 12px;
  margin-top: 6px;
}

.menu ul li .colllapse {
  box-sizing: border-box;
  margin: 10px auto 0 auto;
}

.menu ul li .colllapse ul li .second {
  display: block;
  height: 20px;
  line-height: 20px;
  color: #575962;
  padding: 10px;
  position: relative;
}

.menu ul li .colllapse ul li .second span {
  font-size: 14px;
  position: relative;
  opacity: 0.85;
  margin-top: 0;
  margin-right: 18px;
}

.menu ul li .colllapse ul li .second:hover {
  background: rgba(199, 199, 199, 0.2);
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: black;
  font-weight: bold;
}

.design-drawer {
  text-align: left;
}

.design-drawer-title {
  font-size: 16px;
  color: #2a70a5;
  padding: 15px 20px;
}

.design-drawer-rule {
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.design-drawer-rule .add-btn {
  cursor: pointer;
  color: #2a70a5;
}

.design-drawer-rule ul li {
  margin-bottom: 10px;
}

.design-drawer-rule .tag-box {
  margin-top: 5px;
  margin-left: 75px;
}

.design-drawer-div {
  margin-top: 20px;
}

.design-drawer-div > p,
.design-drawer-div .el-radio {
  margin-bottom: 10px;
}

.design-drawer h4 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
}

.design-drawer .drawer-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.design-drawer .drawer-info {
  color: #000;
}

.design-drawer .drawer-info .drawer-txt {
  display: inline-block;
  width: 70px;
}

.design-drawer .drawer-info .del {
  color: #bdbdbd;
  cursor: pointer;
}

.design-drawer .drawer-info .del:hover {
  color: #2a70a5;
}

.design-drawer-level {
  float: right;
  margin-right: 20px;
}

.detial-flowdesign-box {
  width: 90%;
  margin: 0 auto;
  height: auto !important;
}

.el-image__error {
  font-size: 12px;
}

.approval-fq {
  padding: 30px 20px;
}

.approval-fq li {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: #eaeaea solid 1px;
  overflow: hidden;
}

.approval-wait {
  height: auto !important;
  overflow: hidden;
  box-sizing: border-box;
}

.approval-wait ul {
  padding: 15px;
  border: #eaeaea solid 1px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.approval-wait ul li {
  width: 20%;
  height: 60px;
  float: left;
  height: auto !important;
  overflow: hidden;
  line-height: 60px;
  text-align: center;
}

.approval-wait ul li .el-avatar,
.approval-wait ul li em {
  float: left;
}

.approval-wait ul li .el-avatar--circle {
  border-radius: 15px !important;
  padding: 5px;
}

.approval-wait ul li em {
  height: 60px;
  width: 70px;
  line-height: 60px;
  text-align: right;
}

.approval-wait ul li:first-child {
  text-align: left;
}

.approval-wait ul li:last-child {
  text-align: right;
}

.approval-title {
  font-size: 16px;
  font-weight: initial;
}

.approval-plane {
  width: 135px;
  padding: 5px 10px;
  line-height: 60px;
  border: #eaeaea solid 1px;
  border-radius: 20px;
  float: left;
  margin-left: 30px;
  margin-bottom: 20px;
  cursor: pointer;
}

.approval-plane .el-avatar {
  float: left;
}

.approval-plane .el-avatar--circle {
  border-radius: 15px !important;
  padding: 5px;
}

.approval-plane em {
  height: 60px;
  line-height: 60px;
  margin-left: 15px;
}

.approval-search {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.approval-drawer {
  width: 90%;
  margin: 0 auto;
  height: auto !important;
}

.approval-drawer-title {
  margin-bottom: 20px;
}

.approval-drawer h2 {
  font-size: 14px;
  margin-bottom: 5px;
}

.approval-drawer-icon {
  float: right;
}

.approval-drawer-icon em,
.approval-drawer-icon i {
  color: #343a40;
  cursor: pointer;
}

.approval-drawer-icon em:hover,
.approval-drawer-icon i:hover {
  color: #0270c1;
}

.approval-drawer-icon em:first-child,
.approval-drawer-icon i:first-child {
  margin-right: 5px;
}

.approval-drawer-box ul li {
  width: 100%;
  height: auto !important;
  line-height: 24px;
  min-height: 28px;
  margin-bottom: 12px;
}

.approval-drawer-box ul li h5 {
  color: #646E7F;
  margin-right: 10px;
  display: block;
  font-size: 14px;
  flex-shrink: 0;
}

.approval-drawer-box ul li a:hover {
  color: #0270c1;
}

.approval-drawer-box .bgc {
  background: #eaeaea;
}

.approval-drawer-box,
.approval-drawer-timeline {
  padding: 10px 5px;
  border-radius: 4px 4px 0 0 ;
}

.approval-drawer-timeline {
  padding-left: 30px;
}

.approval-drawer-timeline .el-timeline-item__wrapper {
  padding-left: 30px;
  top: -20px;
}

.approval-drawer-timeline p {
  padding-bottom: 5px;
}

.approval-drawer-timeline .el-timeline-item__tail {
  border-color: #E7ECF2;
}

.approval-drawer .timeline-img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -16px;
}

.approval-drawer .timeline-img img,
.approval-drawer .timeline-img .timeline-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
}

.approval-drawer .timeline-img img {
  background-color: #bdbdbd;
}

.approval-drawer .timeline-img .el-badge {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 10px;
  z-index: 999;
  right: 4px;
}

.approval-drawer .timeline-img em {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 15px;
  text-align: center;
  border-radius: 15px;
  position: absolute;
  bottom: -6px;
  right: -6px;
  border: 1px solid #fff;
  padding: 1px;
  color: #fff !important;
}

.approval-drawer .timeline-img .timeline-icon {
  line-height: 40px;
  text-align: center;
  background-color: #4a80ff;
  font-size: 28px;
  border-radius: 50%;
}

.approval-drawer .timeline-img .timeline-icon .icon {
  color: #fff;
}

.approval-drawer .timeline-img .success {
  background: #49E1AA;
}

.approval-drawer .timeline-img .warning {
  background: #FCAA49;
}

.approval-drawer .timeline-img .danger {
  background: #FF3B47;
}

.approval-drawer .timeline-img .gray {
  background: #bdbdbd;
}

.approval-drawer .timeline-img .progres {
  background: #8cc8f5;
}

.approval-drawer .timeline-img-status {
  position: relative;
  height: 30px;
}

.approval-drawer .timeline-users {
  width: 305px;
  padding: 10px;
  border-radius: 15px;
  overflow: hidden;
}

.approval-drawer .timeline-timestamp {
  position: absolute;
  top: 0;
  right: 0;
  color: #bdbdbd;
  width: 80px;
  text-align: right;
}

.approval-drawer .timeline-flex {
  width: 90px;
  float: left;
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 5px;
}

.approval-drawer .timeline-refuse {
  width: 250px;
}

.approval-drawer .timeline-refuse div {
  padding: 10px;
  border-radius: 15px;
  background-color: #ececec;
  margin-right: 5px;
}

.approval-drawer .timeline-refuse em {
  margin-left: 5px;
}

.approval-drawer .quit-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  border-radius: 50%;
  color: #fff;
  background: gray;
  position: absolute;
  top: 0;
  left: -5px;
}

.approval-drawer .divider {
  margin: 20px 0;
}

.approval-drawer-log li div {
  overflow: hidden;
}

.approval-drawer-log .comment {
  margin-top: 3px;
  padding: 10px;
  background: #F6F8FC;
  border-radius: 2px;
  color: #1C2C48;
}

.approval-drawer-log .comment .file-list {
  width: 100%;
}

.approval-drawer-log .comment .enclosure {
  width: 250px;
}

.approval-drawer-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  line-height: 48px;
  overflow: hidden;
  background-color: #fff;
}

.approval-drawer-btn p {
  text-align: left;
  margin-right: 5px;
  display: inline-block;
  width: 100px;
}

.approval-drawer-btn .btns {
  text-align: right;
  width: 295px;
  display: inline-block;
}

.approval-drawer-dropdown .el-dropdown-link {
  font-size: 12px;
  border-radius: 3px;
  padding: 6px 8px;
  background: #FFF;
  border: 1px solid #DCDFE6;
  margin-right: 10px;
}

.approval-drawer .ml-100 {
  margin-left: 100px;
}

.approval-drawer .box-card {
  margin-bottom: 20px;
}

.approval-drawer .open {
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ece7e7;
  border-top: none;
  text-align: center;
  border-radius: 0 0 4px 4px;
}

.approval-drawer .show {
  height: 100% !important;
}

.approval-drawer .hidden {
  overflow: hidden;
}

.approval-drawer .no-data {
  text-align: center;
  line-height: 60px;
  color: #bdbdbd;
}

.approval-drawer .zz {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: #000;
  opacity: 0.6;
}

.approval-drawer .empty-img {
  width: 200px;
  height: 200px;
  background: #ececec;
  margin: auto;
  line-height: 200px;
  text-align: center;
  color: #c0c4cc;
  display: flex;
}

.approval-drawer .file-list {
  display: flex;
  align-items: center;
  width: 285px;
  padding: 4px 0px;
}

.approval-drawer .file-list:first-child {
  padding-top: 0;
}

.approval-drawer .file-list .enclosure {
  height: 40px;
  line-height: 40px;
  margin-left: 5px;
}

.approval-drawer .file-list .enclosure a {
  display: inline-block;
  width: 170px;
  max-width: 170px;
}

.approval-drawer .file-list em {
  margin-left: 5px;
  cursor: pointer;
  font-size: 12px;
  color: #0270c1;
}

.approval-drawer .file-list em:hover {
  text-decoration: underline;
}

.approval-drawer .file-other {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #4a80ff;
  background: #F5F7FA;
}

.approval-drawer .file-other i {
  font-size: 34px;
}

.approval-drawer .detail-pdf {
  position: relative;
}

.approval-drawer .detail-pdf-btns {
  margin-bottom: 20px;
  text-align: center;
}

.approval-drawer .detail-pdf-div {
  overflow-y: auto;
}

.approval-drawer .el-image-viewer__mask {
  opacity: 0.7;
}

.approval-drawer .el-icon-circle-close {
  color: #fff;
}

.approval-dialog .el-dialog__header {
  text-align: left;
}

.approval-dialog .el-dialog--center .el-dialog__footer {
  text-align: right;
}

.approval-empty div {
  text-align: center;
  font-size: 20px;
}

.approval .el-tabs--left .el-tabs__header.is-left {
  width: 95px;
}

.approval-detaillist .search-box > div {
  display: flex;
  margin-bottom: 10px;
}

.approval-detaillist .search-box label {
  width: 33%;
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.approval-detaillist .search-box label:last-child {
  margin-right: 0;
}

.approval-detaillist .search-box label .title {
  display: inline-block;
  width: 70px;
  text-align: right;
  margin-right: 5px;
  flex-shrink: 0;
}

.approval-detaillist .search-box-btn {
  justify-content: flex-end;
}

.approval-vacation .btn {
  text-align: right;
}

.approval-vacation-drawer {
  width: 90%;
  margin: 0 auto;
  height: auto !important;
}

.approval-vacation-drawer .hint {
  color: #c7c7c7;
  font-size: 12px;
  line-height: 20px;
  margin-left: -100px;
}

.approval-vacation-drawer .el-form-item__label {
  text-align: left;
}

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

.fron-submit {
  position: relative;
  color: #606266;
}

.fron-submit .before:before {
  content: '*';
  color: #F56C6C;
  margin-right: 4px;
}

.fron-submit h4 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: initial;
  color: #4a80ff;
  border-bottom: 1px solid #DFE9F1;
}

.fron-submit .submit-btns {
  display: inline-block;
  margin-top: 20px;
  margin-left: 130px;
}

.fron-submit .el-divider {
  margin: 20px 0;
}

.fron-submit .margin-t10 {
  margin-top: 10px;
}

.fron-submit .asterisk {
  color: #F56C6C;
  margin-right: 4px;
  position: absolute;
  left: -80px;
  right: 0;
}

.del {
  position: relative;
}

.tips {
  color: #bdbdbd;
}

.moresettings h4 {
  font-weight: initial;
}

.moresettings .title {
  margin-bottom: 10px;
}

.home_pageinner .el-drawer__body {
  overflow-y: scroll;
}

.print-border {
  border-bottom: 1px solid #000;
}

.print-lr-border {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.print-btn {
  text-align: right;
  margin-right: 50px;
}

.print-btn em {
  font-size: 24px;
  cursor: pointer;
}

.print-btn em:first-child {
  margin-right: 20px;
}

.print-btn em:hover {
  color: #0270c1;
}

.print-dialog {
  color: #000;
  max-height: 500px;
  overflow-y: auto;
  font-size: 14px;
}

.print-dialog h2 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: initial;
}

.print-dialog .step_show_list {
  padding-left: 0 !important;
}

.print-dialog .step_show_list li h5 {
  color: #000 !important;
}

.print-pdfs {
  width: 700px;
  padding-top: 40px;
  margin: 0 70px;
  box-sizing: border-box;
}

.print-detail {
  border-top: 1px solid #000;
}

.print-detail-info {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  box-sizing: border-box;
}

.print-detail-info li {
  text-indent: 10px;
  line-height: 30px;
  float: left;
  border-right: 1px solid #000;
}

.print-detail-basic {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.print-detail-basic p {
  display: inline-block;
  line-height: 28px;
  text-indent: 4px;
}

.print-detail-basic p span {
  display: inline-block;
  width: 90px;
}

.print-detail-box {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.print-detail-box li {
  width: 100%;
  height: auto !important;
  text-indent: 10px;
  line-height: 30px;
  min-height: 30px;
  color: #000;
  border-bottom: 1px solid #000;
}

.print-detail-box li:last-child {
  margin-bottom: 0;
}

.print-detail-box li h5 {
  width: 92px !important;
  color: #000;
  font-weight: initial;
  float: left;
  font-size: 14px;
  margin-right: 0 !important;
}

.print-detail-box li .el-table td,
.print-detail-box li .el-table th {
  padding: 2px 0;
}

.print-detail-box li .el-table {
  border-color: #333;
  border-top: none;
  margin-left: 5px;
}

.print-detail-box li thead,
.print-detail-box li .el-table {
  color: #000;
}

.print-detail-box li .el-table td,
.print-detail-box li .el-table th.is-leaf {
  border-color: #000;
}

.print-detail-box li .el-table td,
.print-detail-box li .el-table th.is-leaf {
  border-right: 1px solid #000;
}

.print-detail-box li .el-table__header {
  border-top: 1px solid #000;
}

.print-detail-box li .el-table::before {
  background-color: #000;
}

.print-detail-box li .el-table td:last-child,
.print-detail-box li .el-table th.is-leaf:nth-last-child(2) {
  border-right: none;
}

.print-detail-log {
  height: 100%;
  overflow: hidden;
  border-bottom: 1px solid #000;
}

.print-detail-log dt,
.print-detail-log dd {
  float: left;
}

.print-detail-log dt {
  width: 200px;
  text-align: center;
}

.print-detail-log dd {
  box-sizing: border-box;
  width: 500px;
  border-bottom: 1px solid #000;
  padding: 2px 10px 0;
  border-left: 1px solid #000;
}

.print-detail-log dd:last-child {
  border-bottom: none;
}

.print-detail-log .comment {
  min-height: 60px;
  position: relative;
}

.print-detail-log .comment span {
  display: inline-block;
  max-width: 335px;
}

.print-detail-log .flex-js {
  display: flex;
  justify-content: space-between;
}

.print-detail-log .flex-js > p {
  max-width: 345px;
}

.print-detail-log img {
  width: 140px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
}

.print-detail-log-nodata {
  text-align: center;
  line-height: 30px;
}

.print-detail .ml-100 {
  margin-left: 100px;
}

.print-detail-statusicon {
  border-right: none;
  position: relative;
}

.print-detail-statusicon em {
  font-size: 110px;
  position: absolute;
  top: 0;
  left: 12px;
}

.print-detail-statusicon img {
  position: absolute;
  top: -40px;
  left: 20px;
}

@page {
  /*打印去掉页眉页脚*/

  size: auto;

  /* auto is the initial value */

  margin: 0mm;

  /* this affects the margin in the printer settings */
}

.project .box-list .left,
.project .box-list .right {
  padding: 0;
}

.project .box-list .right {
  padding-left: 10px;
}

.project .box-list .left .left-scroll-box {
  height: 600px;
  overflow-y: auto;
}

.project .box-list .left h4 {
  text-indent: 0;
  font-size: 14px;
}

.project .left-bottom {
  color: #4a80ff;
  cursor: pointer;
  border-top: 1px solid #eaeaea;
}

.project .left-bottom i {
  margin-right: 5px;
}

.project .left-bottom p:first-child {
  margin-top: 10px;
}

.project .left-bottom p {
  text-indent: 5px;
  line-height: 36px;
  margin-right: 10px;
}

.project .el-alert__description {
  margin: 0 0;
  font-size: 14px;
}

.project-datail .title {
  text-align: center;
}

.project-datail > div {
  margin-bottom: 20px;
}

.project-datail h6 {
  font-size: 14px;
  font-weight: initial;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}

.project-datail h6 .btn {
  position: absolute;
  top: -10px;
  right: 0;
}

.project-datail-info {
  display: flex;
  margin-bottom: 10px;
}

.project-datail-info p {
  width: 50%;
}

.project-datail-info p > span {
  display: inline-block;
  width: 130px;
  text-align: right;
  margin-right: 5px;
}

.project-datail-info .el-input,
.project-datail-info .el-textarea {
  width: 400px;
}

.project-datail-info .el-table .el-input {
  width: 250px;
}

.project-datail-info .other-info span {
  display: inline-block;
  width: 130px;
  text-align: right;
  margin-right: 5px;
  float: left;
}

.project-datail-info em {
  display: inline-block;
  width: 130px;
  text-align: right;
  margin-right: 5px;
}

.project-datail-info .el-table {
  margin-left: 130px;
}

.project-datail-info .area {
  display: inline-block;
  width: 400px;
}

.project-datail-info .before:before {
  content: '*';
  color: #F56C6C;
  margin-right: 4px;
}

.project-datail .contact-user {
  display: flex;
}

.project-datail .contact-user p {
  width: 20%;
  text-align: center;
  padding: 15px 0;
}

.project-datail .txt {
  display: inline-block;
  width: 130px;
  text-align: right;
  margin-right: 5px;
}

.project-datail .el-card__header {
  border-bottom: none;
}

.project-datail .file-list {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #b9b9b9;
  padding: 4px 0px;
}

.project-datail .file-list:first-child {
  padding-top: 0;
}

.project-datail .file-list .enclosure {
  height: 40px;
  line-height: 40px;
  margin-left: 5px;
}

.project-datail .file-list .enclosure a {
  display: inline-block;
  width: 170px;
  max-width: 170px;
}

.project-datail .file-list em {
  margin-left: 5px;
  cursor: pointer;
  font-size: 12px;
  color: #0270c1;
}

.project-datail .file-list em:hover {
  text-decoration: underline;
}

.project-datail .file-other {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #4a80ff;
  background: #F5F7FA;
}

.project-datail .file-other i {
  font-size: 34px;
}

.project-datail .detail-pdf {
  position: relative;
}

.project-datail .detail-pdf-btns {
  margin-bottom: 20px;
  text-align: center;
}

.project-datail .detail-pdf-div {
  max-height: 500px;
  overflow-y: auto;
}

.project-setting .tab-title {
  background: #F4F9FF;
  border: none;
  color: #333;
  font-weight: bold;
}

.project-setting .tab-title p {
  padding: 10px 0;
}

.project-setting .tab-list {
  background: #F9F9FA;
}

.project-setting .tab-list:nth-child(2n+1) {
  background: #fff;
}

.project-setting .tab-list:hover {
  background: #f4f4f5;
  transition: background-color 0.25s ease;
}

.project-setting .taskconfig {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.project-setting .taskconfig p {
  width: 430px;
}

.project-setting .moreconfig h4 {
  font-weight: initial;
  margin-top: 5px;
}

.project-setting .moreconfig > div {
  height: 50px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.project-setting .moreconfig p {
  color: #bdbdbd;
}

.project-setting .el-dialog__header {
  padding-bottom: 0;
}

.project-setting .flex {
  display: flex;
  justify-content: flex-start;
}

.project-setting .left {
  width: 250px;
  border-right: 1px solid #F4F9FF;
  margin-right: 5px;
}

.project-setting .left p {
  margin-bottom: 15px;
}

.project-setting .left span {
  margin-right: 5px;
}

.project-setting .right {
  width: 450px;
}

.project-overview .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.project-overview .basic-box,
.project-overview .statistics-box {
  height: 285px;
}

.project-overview .mh {
  height: 650px;
  box-sizing: border-box;
}

.project-overview .overheight {
  max-height: 580px;
  overflow-y: auto;
}

.project-overview-basic {
  margin-bottom: 10px;
}

.project-overview-basic p,
.project-overview-basic span {
  display: inline-block;
}

.project-overview-basic .el-row {
  margin-bottom: 5px;
}

.project-overview-basic .el-row:last-child {
  margin-bottom: 0;
}

.project-overview .text-indent {
  margin-bottom: 10px;
  height: 60px;
  max-height: 60px;
  overflow-y: auto;
}

.project-overview .flex {
  display: flex;
  align-items: center;
}

.project-overview .flex em {
  font-weight: bold;
  cursor: pointer;
}

.project-overview .flex em:hover {
  color: #0270c1;
}

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

.project-overview .margin-tb {
  margin: 12px 0;
}

.project-overview .box-card {
  margin-bottom: 20px;
}

.project-overview-statistics {
  margin-top: 20px;
  align-items: flex-start !important;
}

.project-overview .left {
  width: 40%;
}

.project-overview .left ul {
  border: 1px solid #eaeaea;
}

.project-overview .left li {
  line-height: 40px;
  border-bottom: 1px solid #eaeaea;
}

.project-overview .left li:first-child {
  background: #409EFF;
}

.project-overview .left li:last-child {
  border-bottom: none;
}

.project-overview .left li span {
  display: inline-block;
  width: 33.3%;
  text-align: center;
  border-right: 1px solid #eaeaea;
}

.project-overview .left li span:last-child {
  border-right: none;
}

.project-overview .timeline {
  overflow: hidden;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #F4F9FF;
}

.project-overview .timeline:last-child {
  border-bottom: none;
}

.project-overview .timeline dt,
.project-overview .timeline dd {
  float: left;
}

.project-overview .timeline dt {
  margin-right: 14px;
}

.project-overview .timeline p {
  margin-top: 5px;
  max-width: 630px;
}

.project-overview .timeline p:first-child {
  margin-top: 0;
}

.project-overview .timeline .task-name {
  font-size: 13px;
  color: #666666;
  cursor: pointer;
  color: #409EFF;
}

.project-overview .timeline .task-name:hover {
  text-decoration: underline;
}

.project-overview .timeline .task-dete {
  color: #999999;
}

.project-overview .timeline-content .title {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  cursor: pointer;
}

.project-overview .timeline-content .title:hover {
  color: #409EFF;
}

.project-overview .timeline-content .timestamp,
.project-overview .timeline-content .bfb {
  color: #666666;
}

.project-overview .timeline-content .timestamp {
  display: inline-block;
  width: 130px;
  margin-right: 20px;
}

.project-overview .timeline-content .red {
  color: #FF3B47;
}

.project-overview .timeline-content .yellow {
  color: #FCAA49;
}

.project-overview .timeline-content .blue {
  color: #4E98FE;
}

.project-overview .timeline-content .img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -7px;
}

.project-overview .timeline-content .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.project-overview .svg-icon {
  font-size: 16px;
  margin-right: 5px;
}

.project-overview .empty {
  text-align: center;
  line-height: 580px;
}

.project-overview .empty i {
  color: #ececec;
  font-size: 64px;
}

.project-overview .add-task-icon {
  font-size: 12px;
}

.project-recyclebin .tab-bar-box {
  padding-top: 0;
}

.popper-zan .flex {
  display: flex;
  align-items: center;
  width: 105px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.popper-zan .flex:nth-child(3n) {
  margin-right: 0;
}

.popper-zan .flex-box {
  max-height: 400px;
  overflow-y: auto;
}

.popper-zan .hide_text {
  width: 60px;
}

.project-addTask .el-form-item {
  margin-bottom: 10px;
}

.project-addTask .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.project-addTask .top .lock {
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #ececec;
  border-radius: 10px;
  padding: 2px 9px;
  font-size: 12px;
  color: gray;
  margin-right: 8px;
}

.project-addTask .top .s-icon {
  font-size: 18px;
}

.project-addTask .top em {
  font-size: 18px;
  cursor: pointer;
}

.project-addTask .top .icondianzan,
.project-addTask .top .el-icon-star-on {
  margin: 0 4px;
}

.project-addTask .top .el-icon-star-on {
  font-size: 22px;
}

.project-addTask .top .zancolor {
  color: #4a80ff;
}

.project-addTask .top .startcolor {
  color: #fcaa49;
}

.project-addTask .top-left h4 {
  font-weight: inherit;
}

.project-addTask .top-right {
  display: flex;
  align-items: center;
}

.project-addTask .flex {
  display: flex;
}

.project-addTask .flex .dialog-footer {
  margin-left: 155px;
}

.project-addTask .task-left .form-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  margin-left: 5px;
  line-height: 32px;
}

.project-addTask .task-left .form-title span {
  font-size: 16px;
  padding-left: 15px;
}

.project-addTask .task-left .form-title i {
  color: #4a80ff;
  cursor: pointer;
}

.project-addTask .task-left .form-title .el-input__inner {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.project-addTask .task-right {
  width: 525px !important;
  background: #F4F9FF;
  position: relative;
}

.project-addTask .task-right h4 {
  font-size: 15px !important;
}

.project-addTask .task-right .log {
  margin-top: 10px;
}

.project-addTask .task-right .log p {
  margin-bottom: 8px;
}

.project-addTask .task-right .log-box {
  height: 395px;
  overflow-y: auto;
}

.project-addTask .task-right .log-box > div {
  margin-bottom: 10px;
}

.project-addTask .task-right .log .log-time {
  float: right;
  color: #999999;
  margin-right: 5px;
}

.project-addTask .task-right .comment {
  width: 445px;
  background: #D9EAFF;
  border-radius: 6px;
  margin-left: 10px;
  padding-left: 5px;
  position: relative;
}

.project-addTask .task-right .comment .hide_text {
  max-width: 405px;
}

.project-addTask .task-right .comment .log-info {
  padding: 5px;
}

.project-addTask .task-right .comment .file-list {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #dedede;
  padding: 4px 0px;
}

.project-addTask .task-right .comment .file-list:first-child {
  padding-top: 0;
}

.project-addTask .task-right .comment .file-list:last-child {
  border-bottom: none;
}

.project-addTask .task-right .comment .file-list .enclosure {
  height: 40px;
  line-height: 40px;
  margin-left: 5px;
}

.project-addTask .task-right .comment .file-list .enclosure a {
  display: inline-block;
  width: 300px;
  max-width: 300px;
}

.project-addTask .task-right .comment .file-list em {
  margin-left: 5px;
  cursor: pointer;
  font-size: 12px;
  color: #4a80ff;
}

.project-addTask .task-right .comment .file-other {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #0270c1;
  background: #F5F7FA;
}

.project-addTask .task-right .comment .file-other i {
  font-size: 34px;
}

.project-addTask .task-right .comment .detail-pdf-btns {
  margin-bottom: 20px;
  text-align: center;
}

.project-addTask .task-right .comment .detail-pdf-div {
  overflow-y: auto;
}

.project-addTask .task-right .comment-box {
  background: #fff;
  height: 117px;
  box-sizing: border-box;
}

.project-addTask .task-right .comment-box .el-textarea__inner {
  border: none;
}

.project-addTask .task-right .comment-box-file {
  height: 60px;
  overflow-y: auto;
  margin-top: 5px;
}

.project-addTask .task-right .comment-upload {
  position: relative;
  height: 20px;
  padding: 5px 0 10px 5px;
}

.project-addTask .task-right .comment-upload .el-icon-paperclip {
  font-size: 24px;
  color: #0270c1;
  margin-left: 5px;
  top: -10px;
}

.project-addTask .task-right .comment-upload .el-icon-s-promotion {
  cursor: pointer;
  font-size: 24px;
  color: #0270c1;
  position: absolute;
  top: 4px;
  right: 25px;
  padding: 2px 12px;
  background: #F4F9FF;
  border-radius: 8px;
}

.project-addTask .task-right .comment-upload .el-upload-list {
  width: 495px;
  height: 60px;
  overflow-y: auto;
  position: absolute;
  top: -60px;
}

.project-addTask .task-right .comment-upload .el-upload-list .el-upload-list__item:first-child {
  margin-top: 0;
}

.project-addTask .task-right .comment .triangle-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #D9EAFF;
  position: absolute;
  left: 10px;
  top: -8px;
}

.project-addTask .task-right .none {
  text-indent: 14px;
  color: #C0C4CC;
  background: #F5F7FA;
  padding-top: 10px;
}

.project-addTask .border {
  width: 1px;
  height: 625px;
  background: #ececec;
  position: absolute;
  top: 0;
  left: 524px;
}

.project-addTask .task-left,
.project-addTask .task-right {
  width: 525px;
  padding: 15px 25px 0 20px;
  box-sizing: border-box;
}

.project-addTask-detail {
  height: 625px;
  border-top: 1px solid #ececec;
  position: relative;
}

.project-addTask-detail .enclosure {
  width: 305px;
}

.project-addTask-detail .enclosure-list {
  width: 300px;
  line-height: 20px;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.project-addTask .el-dialog__header {
  padding-bottom: 0;
}

.project-addTask .el-dialog__body {
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}

.project-addTask .el-dialog__headerbtn {
  top: 21px;
}

.project-addTask .dialog-task-title {
  padding-left: 5px;
  margin-bottom: 0;
  padding-right: 35px;
}

.project-addTask .recyclebin-btn {
  font-size: 12px;
  color: gray;
  cursor: pointer;
}

.project-addTask .recyclebin-btn:first-child {
  margin-right: 10px;
}

.dialog-ordinarytask .el-dialog__headerbtn {
  top: 14px;
}

.signin .table-class.el-table::before,
.signin .table-class .el-table__fixed-right::before {
  height: 0;
}

.signin .table-class .has-gutter th,
.signin .table-class .el-table__header th {
  background: #EFEFEF;
}

.signin .table-class thead {
  color: #333333;
}

.signin .table-class th.gutter {
  display: table-cell !important;
}

.signin .row-bgc {
  background: #FFFFFF;
  cursor: pointer;
}

.signin .row-bgc:nth-child(2n) {
  background: #F9F9FA;
}

.signin .row-bgc td {
  border-bottom: none;
}

