/* 2.5 standard */
/*
    large:适用于页面级新增，如项目、配置单行
    default:适用于弹窗新增、搜索
    small:暂未使用
*/
/*
  datagrid style cover
*/
/* .datagrid-header-row td:last-child,
.datagrid-row td:last-child {
  border: 0;
} */
/*
  custom grid style
*/
.clear:after {
  clear: both;
  display: block;
  visibility: hidden;
  line-height: 1;
  content: '';
}
.datagrid-header-row td[field=ck] {
  width: 50px !important;
}
.layui-layer-tips .layui-layer-content {
  word-break: break-all;
}
.datagrid-view a {
  text-decoration: underline;
  color: #0079FE;
  cursor: pointer;
}
.datagrid-audio {
  background: linear-gradient(180deg, #ffffff 31%, #eff0f7 88%);
  border: 1px solid #ececec;
  padding: 2px 7px;
  display: inline-block;
  color: #797979;
  line-height: 1;
}
.datagrid-audio .iconfont {
  font-size: 12px;
}
.ycyaui-btn {
  font-size: 12px;
  box-sizing: border-box;
  border-radius: 3px;
  outline: none;
}
.ycyaui-btn.b-blue {
  padding: 9px 20px;
  color: #fff;
  border: none;
}
.ycyaui-btn.b-white {
  padding: 8px 20px;
  border: 1px solid #CFD3D5;
}
.datagrid-toolbar {
  padding: 12px;
  box-sizing: border-box;
  height: auto;
}
.datagrid-toolbar .l-btn {
  height: auto;
  padding: 3px 10px;
  background: none;
  border: 1px solid #E1E4E6;
  color: #999;
  box-sizing: border-box;
  border-radius: 3px;
  margin-right: 12px;
}
.datagrid-toolbar #btnAdd {
  background: #0079FE;
  color: #fff;
}
.filter-btn {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 999;
  padding: 12px 12px 0 0;
}
.filter-btn li {
  float: left;
  cursor: pointer;
}
.filter-btn .l-btn {
  height: auto;
  padding: 3px 10px;
  background: none;
  border: 1px solid #E1E4E6;
  color: #999;
  box-sizing: border-box;
  border-radius: 3px;
  margin-right: 12px;
}
.pagination-btn a.l-btn-plain {
  border: 1px solid #dfdfdf;
  color: #333 !important;
}
.panel {
  padding: 0;
}
.form-list-small .unit-list {
  /* text-align: right; */
}
.form-list-small .unit-list .xm-select-parent {
  width: 70%;
}
.form-list-small .unit-list input {
  width: 70% !important;
  margin-right: 6px;
}
.form-list-small .unit-list input.plan {
  width: 65px !important;
  margin-right: 4px;
}
.form-list-small .unit-list .unit-text {
  float: left;
  display: inline-block;
  padding: 0 2px;
  flex-shrink: 0;
}
.form-list-small .unit-list .unit-message {
  position: absolute;
  right: 16px;
  top: 0;
  font-size: 25px;
  color: rgba(30, 159, 255, 0.4);
}
.form-list-small .extra-info {
  text-align: left !important;
}
.form-list-small .extra-info input {
  margin-right: 10px !important;
}
.form-list-small .double-list input {
  width: 45% !important;
  margin-right: 6px;
}
.form-list-small .section-title {
  height: 28px;
  line-height: 28px;
  padding-left: 18px;
  margin-bottom: 20px;
  border-left: 2px solid #247BF7;
  color: #000;
}
.form-list-small .section-title > strong {
  font-weight: 600;
}
.form-list-small .section-msg {
  height: 40px;
  line-height: 40px;
  padding-left: 18px;
  margin-top: 16px;
  font-size: 12px;
  color: #6C6D6E;
  background-color: #FAFBFC;
}
.form-list-small .section-msg i {
  margin-right: 4px;
  color: #FF9B77;
}
.form-list-small .open-place {
  position: relative;
}
.form-list-small .open-place .iconfont {
  position: absolute;
  top: 0;
  right: 18px;
  color: #25bb96;
  cursor: pointer;
  font-size: 18px;
}
.form-list-small .layer-sub-title {
  padding-top: 15px;
  border-top: 1px dashed #ddd;
}
.form-list-small .layer-sub-title span {
  display: inline-block;
  font-size: 14px;
  border-left: 2px solid #247bf7;
  text-indent: 23px;
}
.form-list-small .layer-sub-title .del-opr {
  color: #0079FE;
  border: 1px solid #0079FE;
  border-radius: 10px;
  display: inline-block;
  margin-left: 13px;
  padding: 2px 7px;
  font-size: 12px;
}
.form-list-small .popup-title {
  border-bottom: 1px solid #f1f1f1;
}
.form-list-small .popup-title span {
  width: auto !important;
  border-left: 2px solid #0079FE;
  font-size: 14px;
  line-height: 1 !important;
  text-align: left !important;
  text-indent: 15px;
  margin-bottom: 15px;
}
.form-view {
  display: block;
}
.form-view .layui-form li {
  margin-top: 0;
}
.hover-msg {
  position: absolute;
  padding: 0px 10px;
  box-shadow: 1px 3px 4px rgba(31, 132, 235, 0.2);
  z-index: 1026;
  line-height: 20px;
  background: #fff;
  right: 0;
}
.nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #DBDCE1;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #DBDCE1;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #DBDCE1;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #DBDCE1;
}
.layui-form input {
  height: 32px;
  line-height: 32px;
  border: 1px solid #E1E4E6;
  border-radius: 3px;
  text-indent: 5px;
  box-sizing: border-box;
  font-size: 12px;
}
.layui-form .layui-form-radio > i:hover,
.layui-form .layui-form-radioed > i {
  color: #027EF9;
}
.layui-form .layui-form-select dl dd.layui-this {
  background: none;
  color: #027EF9;
}
.layui-form .xm-select-parent {
  width: 100%;
  display: inline-block;
  height: 32px;
}
.layui-form .xm-select-parent .xm-input,
.layui-form .xm-select-parent .xm-select {
  height: 32px !important;
  min-height: auto;
}
.layui-form .xm-select-parent .xm-select-tips {
  display: none;
}
.layui-form .xm-select-parent .xm-select-empty {
  display: block;
}
.layui-form .xm-select-parent .xm-dl-input .icon-sousuo {
  display: none;
}
.layui-form .xm-select-parent .xm-dl-input .xm-select-input {
  padding-left: 10px;
}
.layui-form .xm-select-parent .xm-select-this span,
.layui-form .xm-select-parent .xm-select-active span {
  color: #3399ff;
  border: 0;
}
.layui-form .xm-select-parent .xm-unselect .xm-iconfont {
  display: none;
}
.layui-form .xm-select-parent .xm-unselect span {
  font-size: 12px;
}
.layui-form .xm-select-parent .xm-select-title div.xm-select-label {
  left: 0 !important;
}
.layui-form .xm-select-parent .xm-select-title div.xm-select-label > span {
  background: #479EFE;
  font-size: 12px;
}
.layui-form .xm-select-parent .xm-select-linkage {
  max-height: 360px;
}
.layui-form .xm-select-parent .xm-select-linkage li {
  padding: 10px 0;
  line-height: 1.3;
}
.layui-form .xm-select-parent .xm-select-linkage li span {
  height: auto;
}
.layui-form .xm-select-parent .xm-select-linkage li:hover {
  border: 0;
}
.layui-form .xm-select-parent .xm-select-linkage li.xm-select-this span {
  color: #479EFE;
  border: 0;
}
.layui-form .xm-form-selected .xm-select,
.layui-form .xm-form-selected .xm-select:hover {
  border: 1px solid #479EFE !important;
}
.layui-form .ycyaui-select-radio {
  line-height: 32px !important;
}
.layui-form .ycyaui-select-radio .xm-select-parent .xm-select-title div.xm-select-label > span {
  background: none;
  border: 0;
  color: #333;
}
.layui-form .ycyaui-select-radio .xm-select-parent .xm-select-title div.xm-select-label > span .icon-close {
  display: none;
}
.layui-form .multistage .xm-select-parent {
  width: auto;
  min-width: 166px;
}
.layui-form .multistage .xm-select-parent .xm-form-select {
  width: auto;
}
.layui-form .multistage .xm-select-parent .xm-form-select dl {
  min-width: auto;
}
.layui-form .multistage .xm-select-parent .xm-form-select .xm-select-dl {
  width: auto;
  padding: 0;
  background-color: #EFEFEF;
}
.layui-form .multistage .xm-select-parent .xm-form-select .xm-select-dl .xm-select-linkage {
  display: flex;
  flex-direction: row;
}
.layui-form .multistage .xm-select-parent .xm-form-select .xm-select-dl .xm-select-linkage .xm-select-linkage-group {
  width: 150px;
  position: inherit;
}
.layui-form .multistage .xm-select-parent .link-search {
  width: 100%;
  background: #efefef;
  display: flex;
  align-items: center;
  color: #333;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
.layui-form .multistage .xm-select-parent .link-search .iconfont {
  position: absolute;
  left: 15px;
  top: 10px;
}
.layui-form .multistage .xm-select-parent .link-search .layui-input {
  width: 100%;
  background: #fff;
  text-indent: 30px;
}
.layui-form .layui-form-switch {
  background: #C7C7C7;
}
.layui-form .layui-form-switch i {
  width: 22px;
  height: 22px;
  left: 0;
  top: 0;
  box-shadow: 1px 3px 4px rgba(31, 132, 235, 0.2);
  background: #fff;
}
.layui-form .layui-form-switch.layui-form-onswitch {
  background: #139FF0;
}
.layui-form .layui-form-switch.layui-form-onswitch i {
  left: 100%;
}
.layui-form .form-li-btn {
  background: #25bb96;
  display: inline-block;
  padding: 0 5px;
  border-radius: 4px;
  box-sizing: border-box;
  line-height: 1.6;
  vertical-align: top;
}
.layui-form .form-li-btn .iconfont {
  color: #fff;
  font-size: 22px;
}
.td-row-btn {
  position: relative;
}
.td-row-btn .datagrid-cell {
  overflow: inherit;
}
.a-decoration {
  text-decoration: underline;
  color: #027EF9;
}
.rows-btn a {
  display: inline-block;
  color: #0079FE;
  margin-right: 8px;
}
.rows-btn a:last-child {
  margin-right: 0;
}
.rows-btn a .iconfont {
  font-size: 16px;
}
.rows-btn .a-btn-more {
  color: #0079FE;
  display: inline-block;
  cursor: pointer;
}
.rows-btn .rows-btn-top {
  text-align: center;
}
.rows-btn .rows-btn-top a {
  text-decoration: none;
}
.rows-btn .rows-btn-top .a-btn-more {
  position: relative;
}
.rows-btn .rows-btn-top .a-btn-more .rows-btn-more {
  display: none;
  position: absolute;
  top: 22px;
  width: 90px;
  left: -45px;
  background: #fff;
  padding: 5px;
  z-index: 200000;
  box-shadow: 1px 2px 3px rgba(0, 121, 254, 0.3);
}
.rows-btn .rows-btn-top .a-btn-more .rows-btn-more a {
  display: block;
  text-align: left;
  line-height: 1.5;
  text-indent: 10px;
}
.rows-btn .rows-btn-top .a-btn-more .rows-btn-more:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  top: -5px;
  right: 20px;
  z-index: 21;
  border-radius: 3px;
}
.p-overtime .a-overtime {
  display: inline-block;
  background: #FD3936;
  color: #fff;
  font-size: 10px;
  padding: 0 3px;
  border-radius: 7px;
}
.p-status {
  color: #208DFA;
  width: 100%;
  cursor: pointer;
}
.p-status .a-status {
  font-size: 12px;
  color: #fff;
  padding: 2px;
}
.p-status .a-status.red {
  background: #FD1523;
}
.p-status .a-status.orange {
  background: #F58322;
}
.p-status .a-status.blue {
  background: #009AFD;
}
.p-status span {
  border-bottom: 1px solid #208DFA;
}
.p-status span.no-decoration {
  border: 0;
}
.layui-layer-setwin .layui-layer-close2 {
  background: none;
}
.layui-layer-content .title {
  height: 50px;
  line-height: 50px;
  background: #F2F2F2;
}
.layui-layer-content .title .titleText {
  display: inline-block;
  color: #333;
  font-weight: bold;
  width: 80%;
}
.layui-layer-content .delay-turn {
  font-size: 12px;
  color: #0079FE;
  line-height: 30px;
}
.ycyaui-swift-msg {
  position: relative;
  height: 80px;
  box-sizing: border-box;
  overflow-y: auto;
  padding-top: 14px;
  display: flex;
  flex-direction: row;
}
.ycyaui-swift-msg > i {
  font-size: 50px;
  margin-right: 10px;
}
.ycyaui-swift-msg > div {
  font-size: 16px;
  color: #222;
  padding-top: 3px;
}
.ycyaui-swift-msg > div > p.last {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
}
.ycyaui-page {
  height: 100%;
}
.ycyaui-toppage {
  box-shadow: 1px 3px 4px rgba(31, 132, 235, 0.2);
  margin-bottom: 4px;
  margin-top: 0 !important;
}
.ycyaui-toppage .ycyaui-pagetype {
  height: auto;
  line-height: 48px;
  margin-bottom: 0;
}
.ycyaui-pagetitle {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -16px;
}
.ycyaui-pagetitle .ycyaui-tab-filter {
  display: none;
  align-items: center;
}
.ycyaui-pagetitle .ycyaui-tab-filter.current {
  display: flex;
}
.ycyaui-pagetitle .ycyaui-tab-filter .layui-form-radio {
  margin-top: 0;
}
.ycyaui-pagetitle-search-item .ycya-combotree-container {
  left: 0;
}
.ycyaui-pagetype {
  height: 46px;
  line-height: 46px;
  margin-bottom: 10px;
}
.ycyaui-pagetype li {
  float: left;
  font-weight: bold;
  font-size: 14px;
  margin: 0 25px;
  padding: 0 5px;
  cursor: pointer;
  box-sizing: border-box;
}
.ycyaui-pagetype li.active {
  color: #12aa84;
  border-bottom: 2px solid #12aa84;
}
.ycyaui-section {
  background: #F0F2F5;
  padding: 16px;
  height: 100%;
  box-sizing: border-box;
}
.ycyaui-smalltitle {
  background: #F9F9F9;
  border-bottom: 1px solid #E1E4E6;
  height: 46px;
  line-height: 46px;
}
.ycyaui-smalltitle .ycyaui-page-tabs {
  float: left;
}
.ycyaui-smalltitle .ycyaui-page-tabs .ycyaui-tabs-item {
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin: 0 27px;
  cursor: pointer;
}
.ycyaui-smalltitle .ycyaui-page-tabs .ycyaui-tabs-item.active {
  color: #12aa84;
}
.ycyaui-smalltitle .iconfont,
.ycyaui-smalltitle .msg {
  float: right;
  margin-right: 15px;
  cursor: pointer;
}
.ycyaui-smalltitle .iconfont {
  color: #999;
  font-size: 24px;
}
.ycyaui-smalltitle .msg {
  font-size: 12px;
  color: #0079FE;
}
.ycyaui-pagetitle-search {
  background: #fff;
  padding: 16px;
  padding-top: 8px;
  margin-bottom: 16px;
  position: relative;
}
.ycyaui-pagetitle-search > .search-box {
  display: none;
}
.ycyaui-pagetitle-search > .search-box.active {
  display: block;
}
.ycyaui-pagetitle-search .ycyaui-pagetitle-search-item {
  float: left;
  margin-right: 8px;
  margin-top: 8px;
  line-height: 32px;
  height: 32px;
}
.ycyaui-pagetitle-search .ycyaui-pagetitle-search-item > span {
  width: 80px;
  float: left;
  text-align: right;
  padding-right: 2px;
  margin-left: -40px;
}
.ycyaui-pagetitle-search .ycyaui-pagetitle-search-item .quick-time {
  float: left;
  height: 36px;
}
.ycyaui-pagetitle-search .ycyaui-pagetitle-search-item .quick-time li {
  float: left;
  margin-left: 8px;
  cursor: pointer;
  color: #fff;
  background-color: #25bb96;
  border-radius: 3px;
  width: 68px;
  text-align: center;
  height: 100%;
}
.ycyaui-pagetitle-search .ycyaui-pagetitle-search-item .input-time {
  border: 1px solid #E1E4E6;
  border-radius: 3px;
}
.ycyaui-pagetitle-search .ycyaui-pagetitle-search-item .input-time input {
  border: 0;
  height: 32px;
  line-height: 32px;
  width: 145px;
}
.ycyaui-pagetitle-search .ycyaui-pagetitle-search-item.ycyaui-pagetitle-search-time input {
  width: 160px !important;
}
.ycyaui-pagetitle-search .ycyaui-pagetitle-search-item .layui-form-checkbox[lay-skin=primary] {
  width: 14px;
  height: 14px;
}
.ycyaui-pagetitle-search .ycyaui-pagetitle-search-item .layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #1f84eb;
}
.ycyaui-pagetitle-search .ycyaui-pagetitle-search-item .layui-form-checked[lay-skin=primary] i {
  border-color: #1f84eb !important;
  background-color: #1f84eb;
  color: #fff;
}
.ycyaui-pagetitle-search .ycyaui-pagetitle-search-item .layui-form-radio {
  margin-top: 0;
}
.ycyaui-pagetitle-search .ycyaui-pagetitle-search-btn {
  float: right;
  margin-right: 0;
}
.ycyaui-pagetitle-search .ycyaui-pagetitle-search-btn .ycyaui-btn {
  height: 36px;
  float: left;
  margin-left: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.ycyaui-pagetitle-search .ycyaui-pagetitle-search-btn .ycyaui-btn i {
  margin: 2px 2px 0 0;
}
.ycyaui-pagetitle-search .ycyaui-pagetitle-searchTime-btn {
  position: absolute;
  top: 15px;
  right: 162px;
}
.ycyaui-content-warp {
  height: 100%;
  box-sizing: border-box;
}
.ycyaui-content {
  box-sizing: border-box;
  height: 100%;
}
.ycyaui-content .ycyaui-content-btn {
  width: 100%;
  padding-bottom: 16px;
}
.ycyaui-content .ycyaui-content-btn .ycyaui-btn {
  margin-right: 11px;
}
.ycyaui-content .ycyaui-content-btn button {
  cursor: pointer;
}
.ycyaui-content .ycyaui-content-btn #btnAdd {
  background: #25bb96 !important;
  color: #fff;
}
.ycyaui-content .ycyaui-content-btn .ycyaui-content-box {
  float: left;
  position: relative;
  z-index: 20;
}
.ycyaui-content .ycyaui-content-btn .ycyaui-cnt-child {
  display: none;
  width: 108px;
  text-align: center;
  background-color: #fff;
  position: absolute;
  z-index: 30;
  box-shadow: 1px 3px 4px rgba(31, 132, 235, 0.2);
}
.ycyaui-content .ycyaui-content-btn .ycyaui-cnt-child button {
  width: 100%;
  margin: 0 !important;
  display: block;
  border: 0;
}
.ycyaui-content > .ycyaui-content-section {
  box-sizing: border-box;
  background: #fff;
  padding: 16px;
  overflow: auto;
}
.ycyaui-content > .ycyaui-content-section > .ycyaui-content-section-left {
  position: relative;
  box-sizing: border-box;
  width: 230px;
  margin-right: 16px;
  background: #fff;
  overflow-y: auto;
}
.ycyaui-content > .ycyaui-content-section > .ycyaui-content-section-left .left-tree-title {
  background: #F5F5F5;
  font-size: 14px;
  color: #0079fe;
  padding: 15px 0 15px 12px;
  font-weight: bold;
}
.ycyaui-content > .ycyaui-content-section > .ycyaui-content-section-left #leftDeptTree .work-list {
  cursor: pointer;
}
.ycyaui-content > .ycyaui-content-section > .ycyaui-content-section-left #leftDeptTree .work-list.active {
  background: #F0F3F7;
}
.ycyaui-content > .ycyaui-content-section > .ycyaui-content-section-left #leftDeptTree .work-list:hover {
  background: #F0F3F7;
}
.ycyaui-content > .ycyaui-content-section > .ycyaui-content-section-right {
  box-sizing: border-box;
}
.ycyaui-content-section-right > div.dgrid-box {
  height: 100%;
  position: relative;
}
.ycyaui-content-section-right > div.dgrid-box .layui-form-switch {
  width: 40px;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.ycyaui-content-section-right > div.dgrid-box .layui-form-switch i {
  width: 14px;
  height: 14px;
  top: 2px;
}
.ycyaui-content-section-right > div.dgrid-box .layui-form-onswitch {
  border-color: #1f84eb;
  background-color: #1f84eb;
}
.ycyaui-content-section-right > div.dgrid-box .layui-form-onswitch i {
  margin-left: -16px;
}
.ycyaui-content-section-left > div {
  height: 100%;
  background-color: #f2f4f7;
}
.ycyaui-content-section-left > div > ul {
  box-sizing: border-box;
  height: 100%;
  overflow: auto;
}
#leftDeptTree {
  overflow: auto;
  box-sizing: border-box;
  border: 1px solid transparent;
  padding: 16px/2 0 0 16px;
}
.layui-layer-content {
  overflow: inherit !important;
}
.layui-layer-content.layui-layer-page {
  overflow: inherit !important;
}
.layui-layer-content .form-list-small .form-body {
  overflow: inherit !important;
}
.layui-layer-content .form-list-small .form-btn li.yes.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.layui-layer-content .form-list-small .table-title {
  line-height: 40px;
}
.layui-layer-content .form-list-small .table-title span {
  line-height: 1;
  display: inline-block;
  border-left: 2px solid #0079FE;
  text-indent: 8px;
}
.layui-layer-content .form-list-small .table-title .msg {
  display: inline-block;
  margin-left: 30px;
  line-height: 1.7;
  padding: 0 15px;
  font-size: 12px;
  background: #f0f3f7;
}
.layui-layer-content .form-list-small .table-title .msg .iconfont {
  color: #FE9400;
}
.layui-layer-content .form-list-small .table-bottom {
  text-align: center;
  padding-top: 10px;
}
.layui-layer-content .form-list-small .table-bottom .opr-btn {
  line-height: 1;
  display: inline-block;
  border: 1px solid #0079fe;
  border-radius: 20px;
  margin-left: 10px;
  padding: 5px 10px;
  color: #0079fe;
  font-size: 12px;
}
.ycya-search-ztree {
  border: 1px solid #E6E6E6;
  width: 300px;
  position: fixed;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 100;
  border-radius: 3px;
  display: none;
}
.ycya-search-ztree .search-box {
  display: flex;
  align-items: center;
}
.ycya-search-ztree input {
  font-size: 12px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  padding-left: 20px;
}
.ycya-search-ztree i {
  position: absolute;
  left: 4px;
}
.ycya-search-ztree .ycya-ztree {
  width: 100%;
  height: 265px;
  overflow-y: auto;
  padding: 5px;
  box-sizing: border-box;
}
.ycya-search-ztree .ycya-ztree-btn {
  width: 100%;
  height: 36px;
  border-top: 1px solid #E6E6E6;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ycya-search-ztree .ycya-ztree-btn .search-ztree-suer {
  width: 42px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  user-select: none;
  margin-right: 15px;
  cursor: pointer;
  color: #fff;
  background-color: #009AFF;
  border-radius: 3px;
}
.bindPopup .hint {
  background: #F2F2F2;
  padding: 10px;
  margin: 10px 0;
}
.bindPopup .hint .iconfont {
  color: #F68040;
  font-size: 18px;
}
.bindPopup .hint a {
  float: right;
  color: #027EF9;
}
.bindPopup .layui-form li {
  width: 25%;
  float: left;
}
.editor-table {
  width: 100%;
}
.editor-table th,
.editor-table td {
  height: 40px;
  line-height: 40px;
  border: 1px solid #e7e5e5;
  font-size: 12px;
  font-weight: normal;
}
.editor-table thead > tr {
  background: #F5F7FA;
}
.editor-table td {
  padding: 0 5px;
  text-align: left;
  position: relative;
}
.editor-table td input,
.editor-table td textarea,
.editor-table td select {
  height: 30px;
  width: 90%;
  background: none;
  border: none;
}
.editor-table td .xm-select {
  border: 0;
}
.editor-table td .xm-select-parent .xm-input {
  background: none;
}
.editor-table .td-add td input,
.editor-table .td-add td textarea,
.editor-table .td-add td select {
  display: inline-block;
}
.editor-table tr:nth-child(even) {
  background: #F5F7FA;
}
.editor-table .a-opr {
  color: #58AAFB;
  font-size: 12px;
}
.no-data > div {
  margin: 0 auto;
}
.edit-popup .pro-add {
  color: #58AAFB;
  font-size: 14px;
  display: inline-block;
  padding-bottom: 20px;
}
.popup-tree-expand {
  position: relative;
}
.popup-tree-expand .ycya-search-ztree {
  top: 20px;
  width: 100%;
  height: auto;
  border: 0;
  display: block !important;
}
.popup-tree-expand .ycya-ztree {
  height: 380px;
}
.popup-tree-expand input {
  height: 34px;
}
.popup-tree-expand .ycya-ztree-btn {
  display: none;
}
.form-prompt {
  background-color: #E1E4E6;
  color: #6c6d6e;
  padding: 6px;
}
.form-prompt.top {
  margin-top: 16px;
}
.form-prompt i {
  color: #FF9B77;
}
.form-prompt strong {
  color: #FF0D0D;
}
.form-small-title span {
  display: inline-block;
  box-sizing: border-box;
  height: 20px;
  width: 100px;
  padding-right: 9px;
  line-height: 20px;
  text-align: right;
  border-left: 2px solid #247BF7;
  font-weight: 600;
  color: #000;
}
.form-checkbox .layui-form-radio {
  display: inline-block;
  margin: 0;
}
.operation-btn-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}
.operation-btn-content .top-tips {
  width: 100%;
  height: 40px;
  background-color: #F2F2F2;
  line-height: 40px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.operation-btn-content .top-tips i {
  color: #FE9400;
  margin: 0 10px;
}
.operation-btn-content .opretion-item {
  width: 100%;
  height: 120px;
  display: flex;
  border: 1px solid #E9E9E9;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 3px;
  user-select: none;
}
.operation-btn-content .opretion-item .left-tip-img {
  width: 100px;
  height: 100%;
  background-color: #F2F2F2;
  margin-right: 20px;
  line-height: 120px;
  text-align: center;
}
.operation-btn-content .opretion-item .left-tip-img i {
  color: #D0D0D0;
  font-size: 44px;
}
.operation-btn-content .opretion-item .right-tip-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.operation-btn-content .opretion-item .right-tip-text p {
  line-height: 26px;
}
.operation-btn-content .opretion-item .right-tip-text p:nth-child(1) {
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #333642;
}
.operation-btn-content .opretion-item .right-tip-text p:nth-child(2) {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #A9AAB5;
}
.operation-btn-content .opretion-item .right-tip-text p:nth-child(3) {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #0079fe;
}
.operation-btn-content .opretion-item:last-child {
  margin: 0;
}
.ycyaui-statistics {
  display: flex;
  flex-wrap: wrap;
}
.ycyaui-statistics .ycyaui-pagetype {
  width: 100%;
  border-bottom: 1px solid #d0d0d0;
  margin-top: -15px;
}
.ycyaui-statistics .ycyaui-pagetype li {
  margin: 0 8px;
  color: #333;
}
.ycyaui-statistics .ycyaui-pagetype li + li {
  margin: 0 25px;
}
.ycyaui-statistics .ycyaui-charts {
  margin-right: 10px;
  background: #fff;
  padding: 16px;
  box-sizing: border-box;
}
.ycyaui-statistics .ycyaui-charts:last-child {
  margin-right: 0;
}
.upload-box .upload-cnt {
  display: flex;
  flex-wrap: wrap;
}
.upload-box .upload-cnt .upload-item,
.upload-box .upload-cnt .upload-preview {
  width: 120px;
  height: 120px;
  margin-right: 10px;
  padding: 0 !important;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: #f9f9f9;
  border: 1px solid #e5e3e3;
  box-sizing: border-box;
}
.upload-box .upload-cnt .upload-item .icon-type,
.upload-box .upload-cnt .upload-preview .icon-type {
  font-size: 40px;
  color: #B5B5B5;
  width: 100%;
  text-align: center;
}
.upload-box .upload-cnt .upload-preview {
  width: 120px;
  height: 120px;
  position: relative;
  padding: 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background: none;
  border: 0;
}
.upload-box .upload-cnt .upload-preview .iconfont {
  font-size: 36px;
}
.upload-box .upload-cnt .upload-preview .close-box {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: #f60a0a;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
}
.upload-box .upload-cnt .upload-preview .radius {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 40px;
  background: #fff;
}
.upload-box .upload-cnt .upload-preview .icon-bofang1 {
  font-size: 20px;
  color: #B9B9B9;
}
.upload-box .upload-cnt .upload-preview .icon-zaoyin {
  color: #0079FE;
  font-size: 56px;
}
.upload-box .upload-cnt .upload-preview .time {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 5px;
  font-size: 14px;
}
.upload-box .upload-cnt .upload-preview img {
  width: 100%;
  height: 100%;
}
.upload-box .upload-cnt .upload-preview audio {
  width: 120px;
  height: 120px;
}
.upload-box .upload-cnt .upload-preview video {
  width: 120px;
  height: 120px;
}
.upload-box .hint {
  font-size: 12px;
  color: #A9AAB5 !important;
  line-height: 1.3;
  padding: 5px 0 !important;
}
.upload-play-layer .layui-layer-title {
  background: #151A22;
  color: #fff;
}
.upload-play-layer .layui-layer-setwin a {
  filter: drop-shadow(1px 0 0 #fff);
  mix-blend-mode: screen;
}
.upload-play-layer .layui-layer-content {
  background: #202632;
  text-align: center;
}
.upload-play-layer .layui-layer-content audio {
  width: 80%;
  height: 100px;
}
.address-view-layer .name {
  line-height: 30px;
  word-break: break-all;
  padding: 0 10px;
}
.address-view-layer .map {
  width: 100%;
  height: 330px;
}
.fuzzy-query {
  width: 160px;
  height: 200px;
  background-color: #fff;
  overflow: auto;
  position: absolute;
  top: 54px;
  padding: 5px;
  border: 1px solid #E1E4E6;
  box-sizing: border-box;
  z-index: 1;
  display: none;
}
.fuzzy-query li {
  cursor: pointer;
}
.fuzzy-query li:hover {
  background-color: #F2F2F2;
}
.custom_dialog .el-dialog__header {
  box-shadow: 0 1px 1px 0 #e6e8ea;
  padding: 19px 24px;
  position: relative;
  z-index: 1;
}
.custom_dialog .el-dialog__header .el-dialog__title {
  font-size: 20px;
  font-weight: bold;
}
.custom_dialog .el-dialog__header .el-dialog__close {
  font-size: 20px;
  font-weight: bold;
}
.custom_dialog .el-dialog__body {
  padding: 14px;
}
.custom_dialog .el-dialog__footer {
  box-shadow: 0px -1px 1px 0px #e6e8ea;
  padding: 10px 24px;
  margin: 0;
  position: relative;
  z-index: 1;
}
.custom_drawer .el-drawer__header {
  margin: 0;
}
.custom_drawer .el-drawer__header > span {
  font-size: 20px;
  color: #303133;
}
.custom_drawer .el-drawer__header .el-dialog__close {
  font-size: 20px;
  font-weight: bold;
}
.title_info {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #000;
  margin-bottom: 12px;
  font-weight: 500;
}
.title_info::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 12px;
  background-color: #2990ff;
}
