/*定义滑块 内阴影+圆角*/
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #1890ffbf;
}

.page-header {
  color: #fff;
  height: 60px;
  background: linear-gradient(to right, #197ECE, #5e3597);
  box-shadow: 0px 0px 20px #2c3e50;
}

.page-header .leftLogo {
  width: 30%;
  min-width: 280px;
  padding: 5px;
  padding-left: 0;
  float: left;
  padding-bottom: 0;
}

.page-header .leftLogo .ll_back {
  border: 1px rgba(36, 115, 198, 0.78) solid;
  width: 180px;
  height: 60px;
  margin-top: -6px;
  background: linear-gradient(to bottom, #13c2c2, #197ECE);
}

.page-header .leftLogo .ll_back .ll_btriangle {
  width: 190px;
  margin-left: 55px;
  margin-top: -190px;
  height: 220px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  border-radius: 10px;
  background: linear-gradient(to left, #197ECE, #13c2c2)
}

.page-header .leftLogo .logoIMg {
  float: left;
  height: 48px;
  width: 80px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../static/img/hclogo.png);
  margin-left: 18px;
  display: none;
}

.page-header .leftLogo .logoSign {
  font-size: 15px;
  padding: 13px;
  letter-spacing: 5px;
  margin-top: -55px;
  position: absolute;
  /* margin-left: 100px; */
  margin-left: 15px;
}

/* 左侧栏 */
.mt_Function {
  width: 180px;
  height: 40px;
  background: linear-gradient(to bottom, #188acc, #395cb5);
  float: left;
  border-radius: 2px;
}

/* 动态tab页 */
.otherTag {
  display: inline-block;
  width: 100%;
  height: auto !important;
  border-bottom: 2px solid #5344a2;
}

.otherTag div {
  float: left;
}

.otherTag .ot_left {
  padding: 5px 15px;
  color: #fff;
  background: linear-gradient(to right, #405cb4, #3762b7);
  width: 200px;
  border-top-left-radius: 3px;
}

.otherTag .ot_lb {
  position: absolute;
  height: 2px;
  background: linear-gradient(to right, #405cb4, #5344a2);
  width: 200px;
  margin-left: -15px;
  margin-top: 5px;
}

.otherTag .ot_center {
  width: 100px;
  height: 0;
  padding: 0 !important;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 31px solid #3468be;
  margin-left: -50px;
}

.otherTag .ot_right {
  float: right !important;
  margin-right: 25px;
  font-size: 15px;
  color: #00a0de !important;
  padding-top: 10px;
  cursor: pointer;
}

.otherTag .ot_right::before {
  float: left;
  padding-right: 3px
}

.moduleTab .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab-active {
  background: #01B2E6;
}

.Editorwork .editContent {
  border: 1px dashed rgb(130, 56, 131);
  border-radius: 6px;
  background-color: #FBFBFB;
}

.working .box .inner:first-child {
  background-color: #464d9c;
  color: #272d6a;
}

.working .box .inner:last-child {
  background-color: #5f51c5;
}

.page-header .themeChange, .page-header .themeChange:hover, .page-header .themeChange:focus {
  background-color: #593b9a !important;
  border: 0 !important;
  box-shadow: none;
}

.instiFra .enlarge {
  margin-left: 5px;
  font-size: 18px;
  color: #1890ff;
  padding: 0;
  padding-left: 5px;
}

#addwork .anticon-delete, #addwork .anticon-edit {
  color: #1890ff !important;
}
.ant-modal-mask{
  background-color:#ffffff8c!important;
}
