body {
  width: 100%;
  height: 100%;
  background: #F8F9FB;
  background-repeat: no-repeat;
  background-size: cover;
  /* font-family: 'PingFangSC-Medium,PingFang SC'; */
}

.dy-icon-16 {
  width: 16px;
  height: 16px;
}

.wz-icon {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

.fn-color-2DC0D5 {
  color: #30CFD0;
}

.warningColor {
  color: #F5222D;
  line-height: 24px;
  font-size: 12px;
}

#jvt-templates {
  display: none;
}

.container-fluid {
  width: 100%;
  min-width: 1200px;
}

.main {
  max-width: 1920px;
  min-width: 800px;
  margin: 0 auto;
  padding: 0px 20px;
}

.flex {
  display: flex;
  align-items: center;
}

.table-main {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: flex;
}

.left-nav {
  width: 292px;
  background: #fff;
  background: -webkit-linear-gradient(360deg, rgba(199, 212, 214, 1) 0%, rgba(239, 253, 255, 0.7) 100%);
  background: -moz-linear-gradient(360deg, rgba(199, 212, 214, 1) 0%, rgba(239, 253, 255, 0.7) 100%);
  background: -o-linear-gradient(360deg, rgba(199, 212, 214, 1) 0%, rgba(239, 253, 255, 0.7) 100%);
  background: -ms-linear-gradient(360deg, rgba(199, 212, 214, 1) 0%, rgba(239, 253, 255, 0.7) 100%);
  background: linear-gradient(360deg, rgba(199, 212, 214, 1) 0%, rgba(239, 253, 255, 0.7) 100%);
  position: absolute;
  left: 20px;
  top: 60px;
  z-index: 10000;
}

.right-content {
  max-width: 1000px;
  background: #F8F9FB;
  /* margin: 0 auto; */
  padding: 0 0 50px 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.btn {
  height: 32px;
  background: #30CFD0;
  color: #fff;
  /* font-size: 16px; */
  line-height: 32px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #30CFD0;
}

.cancelBtn {
  height: 32px;
  color: #30CFD0;
  line-height: 32px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #30CFD0;
}

.btn:hover {
  background-color: #78DFE0;
  border: 1px solid #78DFE0;
}

.dfBtn:hover, .add-job:hover {
  background-color: #78DFE0;
}

.cancelBtn:hover {
  color: #9FE3E4;
}

.dfBtn:hover, .add-job:hover, .cr-btn:hover, .zdl-btn:hover {
  color: #fff;
}

.edit-type span:hover, .prompt .qx-btn:hover, .operate:hover {
  color: #9FE3E4;
}

/* 字数过长…… */
.ellipsis {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap;
}

.table {
  display: table;
  width: 100%;
}

.row {
  display: table-row;
}

.cell {
  display: table-cell;
  /* display: inline-block; */
}

.switch, .subm-switch {
  padding: 1px 2px;
  width: 40px;
  height: 20px;
  background-color: #ccc;
  cursor: pointer;
  transition: 0.4s;
  border-radius: 20px;
  line-height: 20px;
}

.switch-btn {
  width: 18px;
  height: 18px;
  background-color: white;
  transition: 0.4s;
  margin-left: 0px;
  border-radius: 100%;
  display: inline-block;
}


.open {
  background-color: #30CFD0;
}

/* 垂直居中 */
.ab-ct-y {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -webkit-transform: translate(-50%, -50%);
  /* Firefox */
  -moz-transform: translate(-50%, -50%);
  /* IE 9 */
  -ms-transform: translate(-50%, -50%);
  /* Opera */
  -o-transform: translate(-50%, -50%);
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c1c1c1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c1c1c1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c1c1c1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c1c1c1;
}

input, textarea {
  outline: none;
  border: none;
  outline-style: none;
  resize: none;
}

input:-webkit-autofill {
  /* -webkit-text-fill-color: #fff !important; */
  transition: background-color 5000s ease-in-out 0s;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button { -webkit-appearance: none; }
input[type="number"]{ -moz-appearance: textfield; }
iframe {
  list-style: none;
  margin: 0;
  border-style: none;
  width: 100%;
  height: 100%;
  min-width: 960px;
}

iframe::-webkit-scrollbar, .scrollList::-webkit-scrollbar {
  /* display: none */
  width: 8px;
  background: #999;
}

iframe::-moz-scrollbar, .scrollList::-moz-scrollbar {
  /* display: none */
  width: 8px;
  background: rgba(241, 241, 241, 1);
}

iframe::-ms-scrollbar, .scrollList::-ms-scrollbar {
  /* display: none */
  width: 8px;
  background: rgba(241, 241, 241, 1);
}

iframe::-o-scrollbar, .scrollList::-o-scrollbar {
  /* display: none */
  width: 8px;
  background: rgba(241, 241, 241, 1);
}

iframe::-webkit-scrollbar-thumb, .scrollList::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(193, 193, 193, 1);
  background: rgba(193, 193, 193, 1);
}

iframe::-webkit-scrollbar-track, .scrollList::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(241, 241, 241, 1);
  border-radius: 0;
  background: rgba(241, 241, 241, 1);
}

.box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.null-warning {
  font-size: 14px;
  color: #f00;
  opacity: 0;
  line-height: 14px;
  margin-top: 10px;
}

/* 警告弹窗 */
.warning {
  width: 100%;
  height: 100%;
  min-width: 1430px;
  position: fixed;
  top: 0;
  left: 0;
  background: #30CFD0;
  display: none;
  z-index: 100000;
}

.warning-table {
  width: 100%;
  height: 100%;
  display: table;
}

.warning-cell {
  display: table-cell;
  vertical-align: middle;
}

.warning-content {
  width: 400px;
  height: 222px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 10px 20px 0px rgba(108, 108, 108, 0.07);
  border-radius: 28px;
  /* width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  width: fit-content; */
  margin: 0 auto;
  padding: 30px 20px;
  text-align: center;
  font-size: 14px;
  color: #666;
}

.warning-title {
  margin: 16px auto 35px;
}

.warning-btn {
  width: 172px;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}

.warning-icon-1 {
  background: url("../img/warning-1.png");
}

.warning-icon-2 {
  background: url("../img/warning-2.png");
}

.warning-icon-3 {
  background: url("../img/warning-3.png");
}

.warning-img {
  height: 45px;
  background-repeat: no-repeat;
  background-size: 45px 45px;
  background-position: center;
}

.tip {
  width: 100%;
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 99999999999999;
  text-align: center;
  display: none;
}

.tip span {
  display: inline-block;
  padding: 0 30px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  opacity: 0.9;
}

/* 重复登录弹窗 */
.bott-btn-2 {
  text-align: center;
}

.prompt {
  width: 298px;
  /* height: 220px; */
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 10px 20px 0px rgba(108, 108, 108, 0.07);
  border-radius: 4px;
  padding: 28px;
  overflow: hidden;
}

.prompt .btn {
  width: 80px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin-top: 36px;
}

.prompt .qx-btn {
  border: 1px solid rgba(230, 230, 230, 1);
  background: #fff;
  color: #333;
  margin-right: 20px;
}

.hints {
  color: #666;
  font-size: 14px;
  margin-top: 16px;
}

.confirmBox .prompt-title {}

.loading {
  width: 100%;
  height: 100%;
  /* position: fixed; */
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 10000000000;
  text-align: center;
  display: none;
}

.loading:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.loading-img {
  width: 80px;
  height: 80px;
  border: none;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

/* 子页面顶部导航 */
.chNav {
  width: 100%;
  font-size: 14px;
  padding: 0 20px;
  display: none;
  background: #fff;
}

.chNavList {
  width: 1200px;
  overflow: hidden;
  padding-left: 16px;
}

.chNavItem {
  float: left;
  margin-right: 55px;
  border-bottom: 2px solid rgba(236, 241, 245, 0);
  /* padding-bottom: 5px; */
  color: #666;
  cursor: pointer;
}

.currentItem {
  color: #30CFD0;
  border-bottom: 2px solid #30CFD0;
}

.navModule {
  display: none;
}

.currentNavModule {
  display: block;
}

.sx {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #DBECFD;
  border-radius: 3px;
  color: #0071FF;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  display: none;
}

.wz-icon {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

.selectImg {
  width: 14px;
  height: 14px;
}

.sanjiaoxing {
  width: 14px;
  /* height: 14px; */
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

/* 翻页样式 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #30CFD0;
  border-radius: 2px;
}

.layui-laypage a, .layui-laypage span {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 1);
  border-radius: 2px;
  padding: 0;
  line-height: 32px;
  text-align: center;
  margin-right: 8px;
  color: #999;
}

.layui-laypage>.layui-laypage-next {
  background: url("../img/icon/next-n.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border-radius: 6px;
}

/* .layui-laypage>.layui-laypage-next:hover {
  background: url("../../../img/icon/next-y.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border-radius: 6px;
} */
.layui-laypage>.layui-laypage-prev {
  background: url("../img/icon/prev-n.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border-radius: 6px;
}

.layui-laypage>.layui-disabled {
  display: none;
}

.layui-laypage .layui-laypage-limits {
  width: auto;
  position: relative;
}

.layui-laypage select {
  /*将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  list-style: none;
  border: 0;
  width: 86px;
  height: 40px;
  line-height: 40px;
  color: #999;
  text-align: center;
  border-radius: 6px;
  padding-left: 12px;
}

.layui-laypage .layui-laypage-limits::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  position: absolute;
  right: 12px;
  top: 18px;
  background: url('../img/icon/sanjiaoxing.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100% 100%;
  z-index: 11111;
}

/* 新手引导样式 */
.guidance {
  width: 100%;
  height: 100%;
  position: relative;
}

.guidanceContent {
  display: none;
}

.guidanceContent-0 {
  display: block;
}

.guidanceContent-1, .guidanceContent-3 {
  padding: 90px 20px 0 220px;
}

.guidanceContent-2 {
  padding: 190px 20px 0 220px;
  position: absolute;
  top: 0;
}

.sy-top-img {
  width: auto;
  height: 80px;
}

.sy-top-1 {
  width: auto;
  height: 108px;
}

.guidanceList {
  display: none;
  position: absolute;
  left: 250px;
  font-size: 14px;
}

.guidanceList-0 {
  top: 290px;
  display: block;
}

.guidanceList-1 {
  top: 335px;
}

.guidanceList-2 {
  display: block;
  top: 190px;
  left: 33.5%
}

.guidanceList-3 {
  left: 61.4%;
  top: 320px
}

.guidanceList-4 {
  left: 66.4%;
  top: 320px
}

.guidanceList-5 {
  left: 60.4%;
  top: 190px;
}

.guidanceItem {
  width: 376px;
  padding: 20px 40px 15px;
  background: #fff;
  box-shadow: 0px 5px 15px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 5px;
}

.guidanceItem::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 30px;
  left: -15px;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-right: 16px solid #fff;
}

.guidanceItem-2, .guidanceItem-3 {
  width: 366px;
}

.guidanceItem-2::before {
  top: -22px;
  left: 175px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 16px solid #fff;
}

.guidanceItem-3 {
  margin-top: 20px;
  height: 150px;
  padding: 20px 40px 15px;
  background: #fff;
  box-shadow: 0px 5px 15px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 5px;
  margin-right: 30px;
}

.guidanceItemTitle {
  font-size: 16px;
}

.guidanceText {
  font-size: 14px;
  color: #666;
  padding: 9px 0 7px 6px;
  /* min-height: 60px; */
}

.sy-0 {
  position: absolute;
  left: 0;
  top: 250px;
}

.next {
  text-align: right;
}

.tg {
  color: #BCBCBC;
  margin-right: 28px;
  cursor: pointer;
}

.jsts {
  color: #30CFD0;
  cursor: pointer;
}

.guidanceItem-3::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40px;
  right: -15px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid #fff;
}

.qzyd {
  position: absolute;
  right: 1%;
  top: 190px;
  display: flex;
}

/*  */
.null-jobList {
  margin-top: 180px;
  text-align: center;
  display: none;
  color: #999;
  font-size: 16px;
}

.shenmyemeiy {
  width: 370px !important;
  height: auto !important;
  border: 0;
}
