/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_l725d5c2jnr.eot');
  src: url('//at.alicdn.com/t/font_864711_l725d5c2jnr.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_l725d5c2jnr.woff2') format('woff2'), url('//at.alicdn.com/t/font_864711_l725d5c2jnr.woff') format('woff'), url('//at.alicdn.com/t/font_864711_l725d5c2jnr.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_l725d5c2jnr.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
li {
  list-style-type: none;
}
.sideLink {
  background: #f2f3f4;
  top: 0.9rem;
  left: 0;
  z-index: 100;
  position: fixed;
  border: 1px solid #e1e6e3;
  box-shadow: 0 0 0.1rem 0 rgba(0, 88, 37, 0.1);
  border-bottom-right-radius: 10px;
}
 .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearfix-tag {
  border-bottom: 1px solid #e8e8e8;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.clearfix-tag-noborder {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.clearfix-tag-backlog {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.clearfix-tab {
  border-bottom: 1px solid #e8e8e8;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.clearfix-news {
  border-bottom: 1px solid #e8e8e8;
}
html,
body {
  min-width: 11.9rem;
  height: 100%;
  font-family: Helvetica;
}
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 100px;
  background: white;
  color: black;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
p,
div {
  word-wrap: break-word;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
fieldset,
img {
  border: none;
}
iframe {
  display: block;
}
abbr,
acronym {
  border: none;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
/*address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}*/
/*ol,
ul {
    list-style: none;
}*/
caption,
th {
  text-align: left;
}
.list-paddingleft-2 {
  padding-left: 0.3rem;
}
/*h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}*/
q:before,
q:after {
  content: "";
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a:hover,
a:focus {
  text-decoration: none;
  color: var(--themeColor);
}
ins,
a {
  text-decoration: none;
  color: var(--themeColor);
}
a:focus,
*:focus {
  outline: none;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.float-r {
  float: right;
  display: flex;
  justify-content: center;
}
.float-r i {
  cursor: pointer;
  color: #fff;
}
.ant-popover-inner-content {
  /* box-shadow: 5px 5px 5px rgba(0,0,0,0.3);*/
}
/*页面切换*/
.drop-enter {
  transform: scale(0.5);
  transform-origin: 50% 100%;
}
.drop-enter.drop-enter-active {
  transform: scale(1);
  transition: all 0.4s;
}
.drop-leave {
  /* transform: scale(0.5); */
  position: absolute;
  top: 0.9rem;
  background: #fff;
  z-index: 10000;
  opacity: 1;
}
.drop-leave.drop-leave-active {
  opacity: 1;
  top: 100%;
  transition: all 0.4s;
}
.up-enter {
  transform: scale(1.5);
}
.up-enter.up-enter-active {
  transform: scale(1);
  transition: all 0.5s;
}
.up-leave {
  position: absolute;
  top: 0;
  z-index: 10000;
  opacity: 1;
}
.up-leave.up-leave-active {
  opacity: 1;
  top: -100%;
  transition: all 0.5s;
}
.right-enter {
  position: absolute;
  top: 0;
  left: -100%;
  /*z-index: 1;*/
  width: 100%;
  height: 100%;
  -webkit-animation: rightIn 1s both ease;
  animation: rightIn 1s both ease;
}
.right-leave {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  /*background: RGB(238,238,238);*/
  width: 100%;
  height: 100%;
  -webkit-animation: rightOut 1s both ease;
  animation: rightOut 1s both ease;
}
@-webkit-keyframes rightIn {
  0% {
    -webkit-transform: scale(0.8);
    left: -100%;
  }
  25% {
    -webkit-transform: scale(0.8);
    left: -60%;
  }
  75% {
    -webkit-transform: scale(0.8);
    left: 0%;
  }
  100% {
    -webkit-transform: scale(1);
    left: 0%;
  }
}
@keyframes rightIn {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -100%;
  }
  25% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -60%;
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: 0%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    left: 0%;
  }
}
@-webkit-keyframes rightOut {
  25% {
    -webkit-transform: scale(0.8);
    left: 0%;
  }
  75% {
    -webkit-transform: scale(0.8);
    left: 80%;
  }
  100% {
    -webkit-transform: scale(0.8);
    left: 100%;
  }
}
@keyframes rightOut {
  25% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: 0%;
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: 80%;
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: 100%;
  }
}
/*加载动画*/
.spinner {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #67cf22;
  margin: 1rem auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(1.2rem);
  }
  50% {
    -webkit-transform: perspective(1.2rem) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(1.2rem) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(1.2rem) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(1.2rem) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(1.2rem) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(1.2rem) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(1.2rem) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(1.2rem) rotateX(-180deg) rotateY(-179.9deg);
  }
}
#components-layout-demo-custom-trigger .trigger {
  font-size: 0.18rem;
  line-height: 0.64rem;
  padding: 0 0.24rem;
  cursor: pointer;
  transition: color 0.3s;
}
#components-layout-demo-custom-trigger .trigger:hover {
  color: #1890ff;
}
#components-layout-demo-custom-trigger .logo {
  height: 0.32rem;
  background: rgba(255, 255, 255, 0.2);
  margin: 0.16rem;
}
#home {
  height: 100%;
}
.logo {
  height: 0.64rem;
  line-height: 0.64rem;
  overflow: hidden;
  text-align: center;
  background: #108ee9;
}
.ant-breadcrumb {
  height: 0.44rem;
  margin: 1px 0;
  line-height: 0.44rem;
  width: 4rem;
  border: 1px solid rgba(0, 0, 0, 0);
}
/* 首页*/
#homeSearchDiv .ant-select-selection,
#homeSearchDiv .ant-select-selection:active,
#homeSearchDiv .ant-select-selection:focus,
#homeSearchDiv .ant-select-selection:hover {
  border: none;
  outline: none;
  box-shadow: none;
}
.action {
  cursor: pointer;
  padding: 0 0.12rem;
  display: inline-block;
  transition: all 0.3s;
  height: 100%;
  line-height: 0.4rem;
  vertical-align: top;
  margin: 0 0.05rem;
  border-radius: 5px;
}
.action:hover {
  background: #e6f7ff;
}
.action:hover .name {
  color: rgba(0, 0, 0, 0.65);
}
.name {
  font-size: 0.14rem;
  color: #fff;
}
.avatar {
  /*color: @primary-color;*/
  background: rgba(255, 255, 255, 0.85);
  margin: -0.04rem 0.05rem 0;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
}
.avatar img {
  position: relative;
  top: -0.02rem;
  width: 0.32rem;
  height: 0.32rem;
}
.header_r {
  margin-right: 0.5rem;
  height: auto;
  float: right;
}
.ct_l {
  float: left;
  width: 2rem;
  height: 100%;
  margin-right: 0.2rem;
  background: #fff;
}
.ct_r {
  float: left;
  /*width: cacl(100% - 220px);*/
  height: 100%;
}
.autoComplete {
  -webkit-transition: width 0.3s, margin-left 0.3s;
  transition: width 0.3s, margin-left 0.3s;
  width: 0;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #d9d9d9;
}
.input {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}
.autoCompleteShow {
  width: 2.1rem;
  margin-left: 0.08rem;
}
.searchInput {
  margin: 0 0.05rem;
  padding: 0;
  width: 1.9rem;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  transition: all linear 0.5s;
  text-indent: 0.1rem;
}
.searchInput:active,
.searchInput:focus,
.searchInput:hover {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
.searchIcon {
  cursor: pointer;
  margin-right: 0.08rem;
  font-size: 0.16rem;
}
.searchHeader {
  width: 100%;
  text-align: right;
  line-height: 0.4rem;
}
.sider_menu {
  background: #fff;
}
.top-nav {
  width: 100%;
  height: 0.4rem;
  margin: 0.12rem 0;
}
.trigger {
  color: #fff;
}
.searchSpan {
  padding: 0;
  margin: 0 0.12rem;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 0.4rem;
}
.top-nav .noticeIcon {
  font-size: 0.18rem;
  position: relative;
  top: -0.13rem;
  color: #fff;
}
.top-nav .ant-badge-count {
  top: -0.23rem;
  box-shadow: none;
}
.noticeButtonClass {
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s;
  height: 100%;
  padding: 0 0.16rem;
  border-radius: 5px;
  margin: 0 0.05rem;
  color: #fff;
}
.noticeButtonClass:hover,
.noticeButtonClass.ant-popover-open {
  background: #e6f7ff;
}
.noticeButtonClass:hover .settingIcon,
.noticeButtonClass.ant-popover-open .settingIcon,
.noticeButtonClass:hover .noticeIcon,
.noticeButtonClass.ant-popover-open .noticeIcon {
  color: rgba(0, 0, 0, 0.65);
}
.settingIcon {
  font-size: 0.18rem;
  color: #fff;
  /* color: rgba(0, 0, 0, 0.65); */
  position: relative;
  top: -0.09rem;
}
.theme_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  vertical-align: middle;
  /* padding-left: 4px; */
}
.theme_ul label {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  border-radius: 50%;
  text-align: center;
  width: 0.3rem;
  height: 0.3rem;
  margin: 0.04rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.areas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.15rem;
  margin-top: 50%;
}
.areas span {
  display: inline-block;
  width: 50%;
}
.theme_ul label i {
  position: absolute;
  top: 0.07rem;
  left: 0.07rem;
  font-size: 0.16rem;
  color: #fff;
}
.theme_title {
  font-size: 0.14rem;
  line-height: 0.22rem;
  font-weight: 700;
  text-indent: 0.04rem;
}
.theme_ul .ant-dropdown-menu-item,
.theme_ul .ant-dropdown-menu-submenu-title {
  padding: 0.05rem;
}
/* 提示语样式 */
.tips_div {
  width: 100%;
  height: 0.36rem;
  margin: 0.16rem 0;
  line-height: 0.36rem;
  border: 1px solid #91d5ff;
  border-radius: 3px;
  padding-left: 0.12rem;
  background-color: #e6f7ff;
  color: #565c5f;
  font-size: 0.12rem;
}
.tips_div i {
  color: #1890ff;
  font-size: 0.14rem;
  margin-right: 0.05rem;
}
/* table更多操作悬浮层样式 */
.table_popover_ope li {
  padding: 0.05rem;
  cursor: pointer;
}
/* 树菜单 */
.tree_menu li {
  padding: 0.05rem 0.1rem;
  cursor: pointer;
}
.tree_menu li:hover {
  background: #e6f7ff;
}
.color-popover .ant-popover-inner-content {
  padding: 0;
}
.color-popover .sketch-picker {
  width: 2.6rem !important;
  box-shadow: none !important;
}
.color-popover .color-actions {
  padding: 0.06rem 0.1rem;
  text-align: right;
  border-top: 1px solid #eee;
}
.ant-popover-inner-content {
  padding: 0.08rem;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub .ant-menu-item {
  padding-left: 0.36rem !important;
}
/* .ant-table-thead > tr > th.ant-table-selection-column, .ant-table-tbody > tr > td.ant-table-selection-column {
	min-width:30px;
	width:30px;
} */
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th {
  padding: 0.09rem 0.08rem;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td {
  padding: 0.08rem 0.08rem;
}
.body {
  padding: 0.3rem 0.2rem;
}
.bodyContent {
  padding: 0.2rem;
  background-color: #ffffff;
}
.operateContent {
  padding-top: 0.15rem;
  background-color: #ffffff;
}
.toolBar {
  padding: 0.1rem 0.1rem 0.1rem 0;
}
.nextSiblingButton {
  margin-left: 0.1rem;
}
.content_t_r {
  padding-right: 0.16rem;
}
.title {
  line-height: 0.32rem;
  font-size: 0.18rem;
  text-indent: 0.16rem;
  font-weight: bold;
  color: #272747;
}
.description {
  height: 0.14rem;
  margin-top: 0.14rem;
  line-height: 0.14rem;
  font-size: 0.14rem;
  text-indent: 0.16rem;
  color: #8f8f8f;
}
.operateForm .ant-row .ant-form-item {
  width: 100%;
}
.ant-form-inline .has-feedback {
  width: 100%;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header {
  overflow-y: hidden;
}
.resourceModel .ant-modal-header {
  padding: 0.14rem 0.24rem;
  font-size: 0.16rem;
  font-weight: normal;
}
.resourceModel .ant-modal-title {
  color: #ffffff;
}
.resourceModel .ant-modal-close-x {
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #ffffff;
}
.resourceModel .ant-modal-body {
  padding: 0;
}
.customService .ant-modal-header {
  padding: 0.14rem 0.24rem;
  font-size: 0.16rem;
  font-weight: normal;
}
.customService .ant-modal-title {
  color: #ffffff;
}
.customService .ant-modal-close-x {
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #ffffff;
}
.footer {
  position: fixed;
  width: 100%;
}
.footer .container {
  line-height: 0.51rem;
  height: 0.51rem;
}
.calendar-card-wrap {
  height: 7.6rem;
  background-image: url(../../assets/images/rili_bottombg380.jpg);
  background-position: center center;
  background-size: cover;
}
.calendar-card-wrap .cardInfo {
  color: #b9bfbb;
  position: absolute;
  right: 0.23rem;
  top: 1.08rem;
  z-index: 1000;
  font-size: 0.12rem;
  cursor: pointer;
}
@media (min-width: 0px) {
  .footer .container {
    width: 97%;
    margin: 0 auto;
  }
  .content {
    width: 97%;
    margin: 0 auto;
  }
  .fixContentSide {
    right: 2%;
  }
}
@media (min-width: 1601px) {
  .calendar-card-wrap {
    background-image: url(../../assets/images/rili_bottombg480.jpg);
  }
}
.home-page .card .ant-card-head {
  padding: 0 0.24rem;
  border-bottom: 1px solid #e8e8e8;
}
/*.home-page .card .ant-card-head-title{
    padding : 23px 0 0 0;
}*/
/*.home-page .card .ant-card-extra{
    padding : 23px 0 0 0;
}*/
.home-page {
  padding: 0.25rem 0;
  box-sizing: border-box;
}
.home-page .add-section {
  width: 100%;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  cursor: pointer;
  color: #57b186;
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  background: #fff;
}
.header .ant-menu-horizontal {
  border-bottom: none;
}
.header .ant-menu-horizontal .ant-menu-item {
  color: #fff;
  margin: 0 0.1rem;
  font-size: 0.16rem;
  height: 0.62rem;
  line-height: 0.62rem;
}
.header .ant-menu-horizontal .ant-menu-item:hover {
  border-bottom: 3px solid #6cc06f;
}
.header .ant-menu-horizontal .ant-menu-item.ant-menu-item-selected {
  border-bottom: 3px solid #6cc06f;
}
/*主页-服务收藏模块开始*/
.home-page .fontgreen {
  font-size: 0.18rem;
  color: #005825;
  font-weight: bold;
}
.index_more {
  font-size: 0.14rem;
  color: black;
  cursor: pointer;
}
.service .ant-card-head {
  height: 0.44rem;
  padding: 0 0.2rem;
  border-bottom: 0;
}
.service .ant-card-head .ant-card-head-title {
  padding: 0;
  font-weight: bold;
  color: #005825;
  margin-top: 0.22rem;
  font-size: 0.18rem;
}
.service .ant-card-head .ant-card-extra {
  padding: 0.17rem 0;
}
/*主页-服务收藏模块结束*/
/* 服务入口-服务收藏模块开始 */
.servicecollect .fontgreen {
  font-size: 0.2rem;
  color: #005825;
  font-weight: bold;
  width: 0.81rem;
  height: 0.2rem;
}
.servicecollect .ant-card-head {
  height: 0.44rem;
  padding: 0 0.25rem;
  border-bottom: 0;
}
.servicecollect .ant-card-head .ant-card-head-title {
  padding: 0;
  font-weight: bold;
  color: #005825;
  margin-top: 0.2rem;
  font-size: 0.18rem;
}
.servicecollect .ant-card-extra {
  margin-top: 0.06rem;
}
.servicecollect .ant-card-extra > span {
  color: #999999;
  font-family: "MicrosoftYaHei";
  font-size: 0.14rem;
  cursor: pointer;
}
.servicecollect .ant-card-extra > span .ant-btn-sm {
  font-size: 0.12rem;
}
.servicecollect .ant-card-extra > span .ant-btn-sm:focus {
  color: #228b22;
}
.servicecollect .ant-card-body {
  padding: 0.11rem 0.12rem 0.18rem 0.28rem;
}
/* 服务入口-服务收藏模块结束 */
/*服务大厅开始*/
.serviceLeft .fontgreen {
  font-size: 0.18rem;
  color: #005825;
  font-weight: bold;
}
.serviceLeft .ant-card-body {
  padding: 0;
}
.serviceLeft .ant-card-head {
  padding: 0;
}
/*服务大厅结束*/
.fontgreen {
  font-size: 0.18rem;
  color: #005825;
  font-weight: bold;
  line-height: 0.21rem;
}
.ant-tabs-nav .ant-tabs-tab:hover {
  color: #005825;
}
.ant-tabs-nav .ant-tabs-tab-active {
  color: #005825;
  font-weight: bold;
}
.ant-tabs-ink-bar {
  background-color: #00a854;
}
.ant-tabs .ant-tabs-bar {
  margin-bottom: 0.17rem;
  font-weight: bold;
}
/*主页-事务办理模块开始*/
.home-page .transactions {
  height: 7.45rem;
  margin-bottom: 0.25rem;
  width: 100%;
  overflow: hidden;
  padding: 0px;
}
.ant-modal-body .cardInfoModal {
  text-indent: 1em;
  width: 100%;
  height: 3rem;
  padding: 0.1rem;
}
/*主页-事务办理模块结束*/
.dashedStyle .ant-list-item {
  height: 0.55rem;
}
.solidStyle .ant-list-item {
  height: 1rem;
}
.solidStyle .ant-list-item:hover {
  background-color: #f5fdf8;
  cursor: pointer;
}
.manuscriptSolidFilter .ant-list-item {
  height: 1rem;
}
.manuscriptSolid .ant-list-item {
  height: 0.6rem;
}
.manuscriptCardSolid .ant-list-item {
  height: 0.48rem;
  border-bottom: none;
}
.affairsTab .ant-tabs .ant-tabs-bar {
  margin-bottom: 0;
}
.affairsTab .ant-tabs-bar {
  margin-bottom: 0;
  border-bottom: solid 2px #e8e8e8;
}
.affairsTab .ant-tabs-nav .ant-tabs-tab-active {
  font-size: 0.16rem;
  font-weight: bold;
}
.affairsTab .ant-tabs-nav .ant-tabs-tab {
  margin: 0 0.05rem 0 0;
  font-size: 0.16rem;
}
.allTab .ant-tabs-nav .ant-tabs-tab {
  font-size: 0.16rem;
}
.affairsCard .ant-card-wider-padding .ant-card-body {
  padding: 0.31rem 0.25rem !important;
}
/*.tabbar .ant-tabs-tab {
    width: 120px;
    text-align: center;
    color:rgba(153,153,153,1);
}*/
/*.tabbar .ant-tabs-tab-active{
    color:rgba(0,88,37,1);
}*/
/**全局搜索css***/
.search-body {
  padding: 0.2rem 0.3rem;
  width: 100%;
  min-height: 7.6rem;
  margin-bottom: 0.2rem;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 0.1rem rgba(0, 88, 37, 0.1);
}
.search-nav-bar {
  height: 0.55rem;
  line-height: 0.55rem;
}
.search-style {
  color: white;
  width: 0.6rem;
  height: 0.32rem;
  background: #37a164;
  border-radius: 0px 4px 4px 0px;
  line-height: 0.32rem;
  text-align: center;
  cursor: pointer;
}
.search-style:hover {
  background: #00a854;
  color: #ffffff;
}
.search-count-style {
  background-color: #f4f9f6;
  height: 0.3rem;
  line-height: 0.3rem;
  margin: 0.05rem;
  padding-left: 0.05rem;
}
.search-input-style {
  width: 4.78rem;
}
.search-input-style .ant-input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right-width: 0px;
}
/***************************************************/
/******日程卡片start**************************************/
.empty-data-wrap {
  width: 100%;
  height: 100%;
  min-height: 2rem;
  text-align: center;
}
.empty-data-wrap .empty-content {
  margin: 0.4rem;
  display: inline-block;
}
.empty-data-wrap .empty-icon {
  display: inline-block;
  width: 1.12rem;
  height: 0.72rem;
  max-height: 40%;
  background: url(../../assets/images/empty_data.png) center no-repeat;
  background-size: contain;
}
.empty-data-wrap p {
  margin-top: 0.12rem;
  font-size: 0.14rem;
  color: #c0c0c0;
  text-align: center;
}
.sche-empty .empty-icon {
  opacity: 0.75;
}
.sche-empty p {
  color: #ffffff;
}
.sche-tpye-tag {
  display: inline-block;
  border-radius: 16px;
  padding: 0 0.04rem;
  margin: 0 0.06rem;
  line-height: 0.16rem;
  height: 0.16rem;
  font-size: 0.12rem;
  color: #fff;
  background: #fd7167;
}
.sche-tpye-tag:first-child {
  margin-left: 0;
}
.sche-tpye-tag:last-child {
  margin-right: 0;
}
.sche-tpye-tag[data-type="会议"] {
  background: #fd7167;
}
.sche-tpye-tag[data-type="活动"] {
  background: #66cc66;
}
.sche-tpye-tag[data-type="其他"] {
  background: #0069ba;
}
.home-page .card.calendar-card-wrap .ant-card-body {
  padding: 0;
}
.calendar-card-wrap .schedule-card {
  position: absolute;
  width: 100%;
  height: 100%;
}
.calendar-card-wrap .schedule-calendar-header {
  height: 1.34rem;
  background: url(../../assets/images/rili_topbg_590.png) no-repeat center;
  background-size: cover;
  color: #fff;
  font-size: 0.16rem;
  padding: 0.21rem 0.18rem;
  position: relative;
}
.calendar-card-wrap .schedule-calendar-header .schedule-calendar-content {
  float: left;
  font-size: 0.14rem;
}
.calendar-card-wrap .schedule-calendar-header .schedule-calendar-content .schedule-calendar-date {
  height: 0.37rem;
  line-height: 0.18rem;
  margin-bottom: 0.11rem;
}
.calendar-card-wrap .schedule-calendar-header .schedule-calendar-content .schedule-calendar-date span {
  font-size: 0.48rem;
}
.calendar-card-wrap .schedule-calendar-header .schedule-calendar-content .schedule-calendar-date ul {
  margin-left: 0.1rem;
  display: inline-block;
}
.calendar-card-wrap .schedule-calendar-header .schedule-calendar-content .schedule-calendar-date ul li {
  list-style: none;
}
.calendar-card-wrap .schedule-calendar-header .schedule-calendar-content .schedule-calendar-date ul li:nth-child(2) {
  margin-top: 0.03rem;
}
.calendar-card-wrap .schedule-calendar-header .schedule-calendar-content .schedule-calendar-lunar {
  height: 0.14rem;
  line-height: 0.14rem;
}
.calendar-card-wrap .schedule-calendar-header .schedule-calendar-weather {
  float: right;
  margin-right: -0.05rem;
  display: none;
}
.calendar-card-wrap .schedule-calendar-header .date-head {
  font-size: 0.3rem;
}
.calendar-card-wrap .schedule-calendar-header .date-head i {
  cursor: pointer;
}
.calendar-card-wrap .schedule-calendar-header .date-today {
  line-height: 0.38rem;
}
.calendar-card-wrap .schedule-calendar-header .date-today em {
  font-size: 0.36rem;
  font-weight: normal;
  color: #f2aa18;
  margin-left: 0.22rem;
}
.calendar-card-wrap .schedule-calendar-header .weather-wrap {
  position: absolute;
  height: 0.42rem;
  width: 1.9rem;
  right: 0.18rem;
  bottom: 0.5rem;
}
.calendar-card-wrap .default-view {
  height: 100%;
}
.calendar-card-wrap .default-view.mbot .df-container {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: calc(100% - 0.2rem);
}
.calendar-card-wrap .default-view.mbot .df-container .empty-data-wrap {
  height: 2rem;
}
.calendar-card-wrap .default-view.mbot:after {
  position: absolute;
  display: none;
  content: "";
  bottom: 0.2rem;
  width: calc(100% - 0.4rem);
  margin: 0 0.2rem;
  height: 0.4rem;
  /*linear-maskbackground: -webkit-linear-gradient(rgba(0,115,48,0),rgb(0, 60, 24)); !* Safari 5.1 - 6.0 *!
                background: -o-linear-gradient(rgba(0,115,48,0),rgb(0, 60, 24)); !* Opera 11.1 - 12.0 *!
                background: -moz-linear-gradient(rgba(0,115,48,0),rgb(0, 60, 24)); !* Firefox 3.6 - 15 *!
                background: linear-gradient(rgba(0,115,48,0),rgb(0, 60, 24)); !* 标准的语法 *!*/
}
.calendar-card-wrap .default-view.mbot .bot-view-more {
  display: block;
}
.calendar-card-wrap .default-view .bot-view-more {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 0.64rem;
  line-height: 0.64rem;
  z-index: 9;
  text-align: center;
  color: #ffffff;
  opacity: 0.8;
}
.calendar-card-wrap .default-view .bot-view-more i {
  margin-left: 0.16rem;
}
.calendar-card-wrap .more-view-wrap {
  position: absolute;
  overflow: hidden;
  background: #007330;
  linear-maskbackground: -webkit-linear-gradient(#007330, #007330, #005825);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#007330, #007330, #005825);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#007330, #007330, #005825);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#007330, #007330, #005825);
  /* 标准的语法 */
  width: 100%;
  height: 100%;
}
.calendar-card-wrap .more-view-wrap .top-head {
  height: 0.56rem;
  line-height: 0.56rem;
  color: #ffffff;
  background: url(../../assets/images/rili_topbg_590.png) no-repeat center;
  padding: 0 0.2rem;
}
.calendar-card-wrap .more-view-wrap .date-head {
  font-size: 0.2rem;
}
.calendar-card-wrap .more-view-wrap .type-tab-wrap {
  background: #00682c;
  border-radius: 4px;
  border: 1px solid #4d9d6f;
  margin: 0.2rem 0.2rem 0.1rem;
  height: 0.32rem;
  line-height: 0.32rem;
  overflow: hidden;
  display: flex;
}
.calendar-card-wrap .more-view-wrap .type-tab-wrap li {
  flex: 1;
  display: table-cell;
  cursor: pointer;
  color: #fff;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  padding: 0 0.2rem;
  border-left: 1px solid #4d9d6f;
}
.calendar-card-wrap .more-view-wrap .type-tab-wrap li:first-child {
  border-left: none;
}
.calendar-card-wrap .more-view-wrap .type-tab-wrap li.active {
  background: #00491f;
}
.calendar-card-wrap .more-view-wrap .m-sche-list {
  margin: 0 0.2rem 0.1rem;
  padding-bottom: 0.4rem;
}
.calendar-card-wrap .more-view-wrap .m-sche-list > li {
  transition: ease 200ms;
  margin-bottom: 0.1rem;
  cursor: pointer;
}
.calendar-card-wrap .more-view-wrap .m-sche-list > li:last-of-type {
  margin-bottom: 0;
}
.calendar-card-wrap .more-view-wrap .m-sche-list > li .cont {
  background: #348b62;
  color: #ffffff;
  padding: 0.12rem 0.2rem;
}
.calendar-card-wrap .more-view-wrap .m-sche-list > li .cont:hover {
  background: #2a7351;
}
.calendar-card-wrap .more-view-wrap .m-sche-list > li .cont .sche-tpye-tag {
  margin-right: 0.06rem;
}
.calendar-card-wrap .more-view-wrap .m-sche-list > li .cont .tle {
  height: 0.24rem;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 0.14rem;
}
.calendar-card-wrap .more-view-wrap .m-sche-list > li .cont .tle:hover {
  text-decoration: underline;
}
.calendar-card-wrap .more-view-wrap .m-sche-list > li .cont .tle .item-tag {
  display: inline-block;
  margin-right: 0.16rem;
  border-radius: 16px;
  height: 0.16rem;
  line-height: 0.16rem;
  vertical-align: middle;
}
.calendar-card-wrap .more-view-wrap .m-sche-list > li .cont p {
  font-size: 0.12rem;
  color: #c3d0da;
}
.calendar-card-wrap .more-view-wrap .m-sche-list > li .cont .place {
  height: 0.18rem;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.calendar-card-wrap .more-view-wrap .m-sche-list > li .cont label {
  color: #fff;
}
.calendar-card-wrap .more-view-wrap .m-sche-list > li .bot-operate-wrap {
  height: 0.36rem;
  line-height: 0.36rem;
  display: flex;
  align-items: center;
  align-content: center;
  background: #317f5b;
}
.calendar-card-wrap .more-view-wrap .m-sche-list > li .bot-operate-wrap .op-item {
  cursor: pointer;
  flex: 1;
  height: 0.34rem;
  text-align: center;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0.2rem;
}
.calendar-card-wrap .more-view-wrap .m-sche-list > li .bot-operate-wrap .op-item.disable {
  opacity: 0.3;
  cursor: no-drop;
}
.calendar-card-wrap .more-view-wrap .m-sche-list > li .bot-operate-wrap .op-item i {
  margin-right: 0.06rem;
}
.calendar-card-wrap .more-view-wrap .m-sche-list > li .bot-operate-wrap .op-item:hover {
  background: rgba(0, 0, 0, 0.3);
}
.calendar-card-wrap .more-view-wrap .m-sche-list > li .bot-operate-wrap .op-item .ant-select-selection {
  background: none;
  border: none;
}
.calendar-card-wrap .more-view-wrap .m-sche-list > li .bot-operate-wrap .op-item .prefixIcon i {
  color: #c9c9c9;
  vertical-align: baseline;
  margin-right: 0.06rem;
}
.calendar-card-wrap .more-view-wrap .m-sche-list > li .bot-operate-wrap .op-item .anticon-arrow-down {
  color: #37a164;
}
.calendar-card-wrap .more-view-wrap .ignore-setting {
  cursor: pointer;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #fff;
}
.calendar-card-wrap .more-view-wrap .more-bot-wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #ffffff;
  text-align: center;
  border-top: 1px solid #ebebeb;
}
.calendar-card-wrap .more-view-wrap .more-bot-wrap:hover {
  background: #2a7351;
}
.calendar-card-wrap .linear-mask {
  position: relative;
}
.calendar-card-wrap .linear-mask:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  linear-maskbackground: -webkit-linear-gradient(rgba(0, 95, 40, 0), #006128);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(rgba(0, 95, 40, 0), #006128);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(rgba(0, 95, 40, 0), #006128);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(rgba(0, 95, 40, 0), #006128);
  /* 标准的语法 */
}
.calendar-card-wrap .schedule-row-style {
  height: auto;
}
.calendar-card-wrap .schedule-card > .ant-card-body {
  padding: 0px;
}
.calendar-card-wrap .schedule-card a {
  color: #ffffff;
}
.calendar-card-wrap .schedule-card li {
  color: #ffffff;
}
.calendar-card-wrap .calendar-sche-list .shade {
  height: 0.4rem;
}
.calendar-card-wrap .calendar-sche-list .allEmptyButton {
  width: 30%;
  margin: 0 auto;
}
.calendar-card-wrap .calendar-sche-list .allEmpty {
  text-align: center;
  cursor: pointer;
  margin-bottom: 0.3rem;
  background: #ffffff;
  border-radius: 4px;
  padding: 0.05rem;
}
.calendar-card-wrap .calendar-sche-list .allEmpty:hover {
  font-weight: bold;
}
.calendar-card-wrap .calendar-sche-list .allEmpty i {
  margin-right: 0.05rem;
}
.calendar-card-wrap .calendar-sche-list h3 {
  margin: 0.1rem 0.2rem 0.12rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.14rem;
  /*span{
                height: 20px;
                line-height: 20px;
            }*/
}
.calendar-card-wrap .calendar-sche-list h3 i {
  margin-right: 0.08rem;
  font-size: 0.12rem;
}
.calendar-card-wrap .calendar-sche-list h3 .cal-head-left {
  display: inline-block;
  height: 0.2rem;
  line-height: 0.2rem;
}
.calendar-card-wrap .calendar-sche-list h3 .cal-head-left > span {
  vertical-align: middle;
}
.calendar-card-wrap .calendar-sche-list h3 .schedule-dot {
  width: 0.03rem;
  height: 0.03rem;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 0.05rem;
  display: inline-block;
  vertical-align: middle;
}
.calendar-card-wrap .calendar-sche-list h3 .my-schedule-title {
  vertical-align: middle;
}
.calendar-card-wrap .calendar-sche-list h3 .schedule-number {
  color: #f6cd5b;
  font-size: 0.18rem;
  vertical-align: middle;
}
.calendar-card-wrap .calendar-sche-list .sche-row-style {
  position: relative;
  color: #ffffff;
  height: 0.66rem;
  /* border:1px solid #348B62;
            background:#348B62;*/
  border-color: rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  margin-bottom: 0.1rem;
  overflow: hidden;
}
.calendar-card-wrap .calendar-sche-list .sche-row-style:hover .row-left ul .row-time {
  display: none;
}
.calendar-card-wrap .calendar-sche-list .sche-row-style:hover .row-left ul .row-ignore {
  display: inline-block;
}
.calendar-card-wrap .calendar-sche-list .sche-row-style .row-left {
  width: 0.65rem;
  float: left;
  display: table;
  text-align: center;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.calendar-card-wrap .calendar-sche-list .sche-row-style .row-left ul {
  display: table-cell;
  vertical-align: middle;
}
.calendar-card-wrap .calendar-sche-list .sche-row-style .row-left ul .row-ignore {
  display: none;
}
.calendar-card-wrap .calendar-sche-list .sche-row-style .row-left ul li {
  list-style: none;
}
.calendar-card-wrap .calendar-sche-list .sche-row-style .row-left ul li:nth-child(1) {
  color: #f1d95a;
  font-size: 0.2rem;
  line-height: 0.16rem;
  height: 0.16rem;
}
.calendar-card-wrap .calendar-sche-list .sche-row-style .row-left ul li:nth-child(2) {
  margin-top: 0.09rem;
  font-size: 0.12rem;
  line-height: 0.09rem;
  height: 0.09rem;
}
.calendar-card-wrap .calendar-sche-list .sche-row-style .row-left .ignore {
  cursor: pointer;
}
.calendar-card-wrap .calendar-sche-list .sche-row-style .row-left .ignore li:nth-child(1) {
  color: #80b99f;
  font-size: 0.2rem;
  line-height: 0.16rem;
  height: 0.16rem;
}
.calendar-card-wrap .calendar-sche-list .sche-row-style .row-cont {
  height: 100%;
  display: table;
  width: calc(100% - 0.65rem);
  float: left;
}
.calendar-card-wrap .calendar-sche-list .sche-row-style .row-cont .row-middle {
  vertical-align: middle;
  display: table-cell;
  padding: 0 0.18rem;
}
.calendar-card-wrap .calendar-sche-list .sche-row-style .row-cont .row-middle .title-line2 {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 0.42rem;
}
.calendar-card-wrap .calendar-sche-list .sche-row-style .row-cont .row-middle .feedbackTag {
  position: absolute;
  padding: 0 0.06rem;
  right: -1px;
  bottom: 0;
  background-color: #fd7167;
  border-top-left-radius: 14px;
}
.calendar-card-wrap .calendar-sche-list .sche-row-style .row-cont .row-middle .feedbackTag:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 6px 3px 4px 5px;
  border-style: solid;
  border-color: transparent #fd7167 #fd7167 transparent;
  position: absolute;
  left: -0.08rem;
  bottom: 0;
}
.calendar-card-wrap .calendar-sche-list .sche-row-style .row-cont .row-middle .feedbackTag:hover {
  background-color: #f48d86;
}
.calendar-card-wrap .calendar-sche-list .sche-row-style .row-cont .row-middle .feedbackTag:hover:before {
  border-color: transparent #f48d86 #f48d86 transparent;
}
.calendar-card-wrap .calendar-sche-list .sche-row-style .row-cont .row-middle .feedbackTag i {
  font-size: 0.12rem;
}
.calendar-card-wrap .calendar-sche-list .sche-row-style .row-cont .row-middle:hover {
  cursor: pointer;
  text-decoration: underline;
}
.calendar-card-wrap .calendar-sche-list .sche-row-style .row-cont .ant-divider-vertical {
  margin: 0 0.03rem;
  background-color: rgba(255, 255, 255, 0.3);
}
.calendar-card-wrap .calendar-sche-list .sche-row-style .row-cont .tle {
  margin-bottom: 0.04rem;
}
.calendar-card-wrap .calendar-sche-list .sche-row-style .row-access {
  position: absolute;
  top: 50%;
  right: 0.2rem;
  margin-top: -0.06rem;
}
.calendar-card-wrap .calendar-sche-list .sche-row-style:hover {
  /* background:#348B62;*/
}
.calendar-card-wrap .calendar-sche-list .tle {
  color: #ffffff;
  font-size: 0.14rem;
  height: 0.2rem;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.calendar-card-wrap .calendar-sche-list label {
  color: #ffffff;
  font-size: 0.12rem;
  margin-right: 0.04rem;
}
.calendar-card-wrap .calendar-sche-list .desc {
  color: #c3d0da;
  font-size: 0.12rem;
}
.calendar-card-wrap .calendar-sche-list .scroll-wrap {
  padding: 0 0.2rem;
}
.calendar-card-wrap .box-mid {
  display: table;
}
.calendar-card-wrap .box-mid > .mid {
  display: table-cell;
  vertical-align: middle;
}
.calendar-card-wrap .box-mid > .center {
  display: table-cell;
  text-align: center;
}
.calendar-card-wrap .sche-row-style h4 {
  color: #fff;
  height: 0.2rem;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.calendar-card-wrap .timeline-style {
  height: 3.44rem;
  position: relative;
}
.calendar-card-wrap .timeline-style .ignore-setting {
  text-align: center;
  margin-bottom: 0.1rem;
}
.calendar-card-wrap .timeline-style .ignore-setting .igonre-cont {
  cursor: pointer;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  padding: 0.05rem 0.18rem;
}
.calendar-card-wrap .timeline-style .ignore-setting .igonre-cont span {
  vertical-align: middle;
}
.calendar-card-wrap .timeline-style .ignore-setting .dot {
  display: inline-block;
  width: 0.03rem;
  height: 0.03rem;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 0.05rem;
}
.calendar-card-wrap .schedule-card .line {
  height: 1px;
  background: rgba(235, 235, 235, 0.29);
  margin: 0.2rem 0.2rem 0;
}
.scheEmptyWrap {
  width: 100%;
  min-height: 3rem;
  display: table;
  text-align: center;
}
.scheEmptyWrap .emptyCon {
  display: table-cell;
  vertical-align: middle;
}
.scheEmptyWrap .emptyCon .emptyIcon {
  display: inline-block;
  width: 1.12rem;
  height: 0.74rem;
  background: url(../../assets/images/empty_data.png) no-repeat;
}
.scheEmptyWrap .emptyCon p {
  font-size: 0.12rem;
  color: #999999;
}
/********************************************************日程模块end***************************/
.float-card {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  height: 2rem;
  width: 100%;
  color: #000000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.bottom-button-style {
  height: 0.3rem;
  width: 100%;
  margin: 0.05rem;
  border: 1px solid #ccc;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.top-button-style {
  position: absolute;
  top: 0;
  height: 0.3rem;
  width: 100%;
}
/***自定义滚动条样式***/
.content-style {
  height: 1.1rem;
  overflow: auto;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.content-style::-webkit-scrollbar {
  width: 0.07rem;
  height: 0.1rem;
  background-color: #f5f5f5;
}
/*定义滚动条轨道 内阴影+圆角*/
.content-style::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.06rem rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
/*定义滑块 内阴影+圆角*/
.content-style::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0.06rem rgba(0, 0, 0, 0.3);
  background-color: #cccccc;
}
/** iframe 打开第三方页面 start **/
.iframeModal {
  overflow: hidden;
}
.iframeModal .ant-modal-header {
  padding: 0.14rem 0.24rem;
  font-size: 0.16rem;
  font-weight: normal;
}
.iframeModal .ant-modal-title {
  color: #ffffff;
}
.iframeModal .ant-modal-close-x {
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #ffffff;
}
.iframeModal .ant-modal-body {
  padding: 0;
}
/** iframe 打开第三方页面 start **/
/**搜索按钮**/
.search-icon {
  font-size: 0.24rem;
  color: #ffffff;
  vertical-align: middle;
  cursor: pointer;
}
.search-list-style .ant-list-something-after-last-item .ant-spin-container > .ant-list-item:last-child {
  border-bottom: none;
}
.search-list-style .ant-list-item {
  padding: 0px;
}
.search-list-style .ant-list-item .ant-list-item-content {
  margin-bottom: 0;
}
/** 全局样式 start **/
.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #228b22;
}
.ant-btn:hover,
.ant-btn:focus {
  color: #228b22;
  border-color: #228b22;
}
.ant-btn-primary {
  background-color: #228b22;
  border-color: #228b22;
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: #00a854;
  border-color: #00a854;
}
.ant-spin-dot i {
  background-color: #228b22;
}
.ant-breadcrumb a:hover {
  color: #228b22;
}
.ant-select-selection:hover {
  border-color: #228b22;
}
.ant-select-dropdown-menu-item:hover {
  background-color: #e6fff5;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #e6fff5;
}
.action:hover {
  background-color: #e6fff5;
}
.ant-menu.ant-menu-light.ant-menu-root.ant-menu-inline > .ant-menu-item.ant-menu-item-selected {
  border-left: 3px solid #6cc06f;
  background: #e6fff1;
  color: #1c9750;
}
.ant-menu.ant-menu-light.ant-menu-root.ant-menu-inline > .ant-menu-item.ant-menu-item-active {
  color: #1c9750;
}
.ant-menu.ant-menu-light.ant-menu-root.ant-menu-inline > .ant-menu-item:after {
  border-right: 1px solid #e8e8e8;
}
.ant-checkbox.ant-checkbox-checked > .ant-checkbox-inner {
  background-color: #1c9750;
  border-color: #1c9750;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #1c9750;
}
.ant-checkbox-indeterminate .ant-checkbox-inner:after {
  background-color: #1c9750;
}
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background: #1c9750;
}
.footer {
  background: #005825;
}
.ant-switch-checked {
  background-color: #005825;
}
.ant-modal-header {
  background: #005825;
}
/*全局样式 end*/
.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  border-color: rgba(55, 161, 100, 0.6);
}
.ant-pagination-item-active {
  border-color: #228b22;
}
.ant-pagination-item-active a {
  color: #228b22;
}
.ant-pagination-item:focus,
.ant-pagination-item:hover {
  border: solid 1px rgba(55, 161, 100, 0.6);
}
.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: rgba(55, 161, 100, 0.6);
}
.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-next:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  border-color: rgba(55, 161, 100, 0.6);
  color: rgba(55, 161, 100, 0.6);
}
.ant-pagination-disabled:hover,
.ant-pagination-disabled:focus {
  border-color: rgba(55, 161, 100, 0.6);
  color: rgba(55, 161, 100, 0.6);
}
.ant-pagination-disabled a,
.ant-pagination-disabled .ant-pagination-item-link {
  border-color: #d9d9d9;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-pagination-disabled:hover a,
.ant-pagination-disabled:focus a,
.ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination-disabled:focus .ant-pagination-item-link {
  border-color: rgba(55, 161, 100, 0.6);
  color: rgba(55, 161, 100, 0.6);
}
.ant-pagination-options-quick-jumper input:hover,
.ant-pagination-options-quick-jumper input:focus {
  border: solid 1px rgba(255, 255, 255, 0);
}
.text-center {
  text-align: center;
}
.text-center .ant-pagination.mini li {
  border: 1px solid #cccccc;
  margin-left: 0.05rem;
}
.text-center .ant-pagination.mini .ant-pagination-item {
  border: 1px solid #cccccc;
}
.text-center .ant-pagination.mini .ant-pagination-item-active {
  border: 1px solid #228b22;
}
/**
	输入框颜色
 */
.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #228b22;
}
.ant-input:hover,
.ant-input:focus {
  border-color: #228b22!important;
  z-index: auto!important;
}
.ant-badge-dot {
  background: #fd6767;
}
.ant-spin-container .no-border {
  border-bottom: 0px;
}
.page-bar {
  text-align: center;
}
.prt-pagination {
  margin: 0.2rem 0;
  text-align: center;
}
.prt-pagination .ant-pagination.mini li {
  border: 1px solid #cccccc;
  margin-left: 0.05rem;
}
.prt-pagination .ant-pagination.mini .ant-pagination-item {
  border: 1px solid #cccccc;
}
.prt-pagination .ant-pagination.mini .ant-pagination-item-active {
  border: 1px solid #228b22;
}
.form-filter-wrap {
  background: #ffffff;
  min-width: 1rem;
  border-radius: 4px;
  box-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.15);
}
.form-filter-wrap .filter-item-list {
  padding: 0 0.1rem;
}
.form-filter-wrap .filter-item-list > li {
  height: 0.32rem;
  line-height: 0.32rem;
  color: #373d41;
  cursor: pointer;
}
.form-filter-wrap .filter-item-list > li .ant-checkbox-wrapper + span,
.form-filter-wrap .filter-item-list > li .ant-checkbox + span {
  padding-right: 0;
}
.form-filter-wrap .filter-item-list > li i {
  margin-right: 0.1rem;
}
.form-filter-wrap .filter-item-list > li:hover {
  background: #e6fff1;
}
.form-filter-wrap .filter-bot {
  border-top: 1px solid #e1e5e3;
  padding: 0.08rem 0;
  text-align: center;
}
.form-filter-wrap .filter-bot button {
  width: 0.64rem;
}
/**内容区域样式 */
.main-content {
  background-color: #f3f7f9;
  height: 100%;
}
/*首页模块**/
.cardDragWrap .cardDragCon {
  margin: 0 -0.125rem;
  overflow: hidden;
}
.cardDragWrap .cardDragCon .addCard {
  display: table;
  text-align: center;
}
.cardDragWrap .cardDragCon .addCard .addCon {
  color: #37a164;
  display: table-cell;
  vertical-align: middle;
}
.cardDragWrap .cardDragCon .addCard .addCon i {
  font-size: 0.32rem;
  margin-bottom: 0.24rem;
}
.cardDragWrap .cardDragCon .addCard .addCon .addText {
  text-decoration: none;
  cursor: pointer;
  font-size: 0.18rem;
}
.cardDragWrap .cardDragCon .addCard .addCon #home_addIcon {
  width: 40%;
  margin: 0 auto;
  padding: 0.1rem;
}
.editing .cardDragItem:after {
  content: "";
  background: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
}
.girdContainer {
  display: -ms-grid;
  -ms-grid-columns: 33.33% 33.33% 33.33%;
  -ms-grid-rows: 3.85rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 3.85rem;
  grid-auto-flow: dense;
}
.cardDragItem {
  position: relative;
  display: block;
  float: left;
  height: 3.6rem;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0 0.125rem 0.25rem;
  background: #fff;
}
.cardDragItem .card {
  width: 100%;
  height: 100%;
  border: none;
}
.cardDragItem .card-operate-area {
  position: absolute;
  width: 100%;
  z-index: 9;
  height: 100%;
}
.cardDragItem .card-operate-area .obtn {
  width: 100%;
  background: #62b68e;
  line-height: 0.29rem;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  padding: 0.1rem 0.12rem;
}
.cardDragItem .card-operate-area .move {
  cursor: move;
}
.cardDragItem .card-operate-area .move i {
  font-size: 0.23rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}
.cardDragItem .card-operate-area .move span {
  vertical-align: middle;
  font-size: 0.16rem;
}
.cardDragItem .card-operate-area .removeTab {
  position: absolute;
  height: calc(100% - 0.5rem);
  width: 100%;
  display: table;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 0px 0px 6px 6px;
}
.cardDragItem .card-operate-area .removeTab i {
  color: #37a164;
  font-size: 0.32rem;
  cursor: pointer;
}
.cardDragItem .card-operate-area .removeTab .remove {
  display: table-cell;
  vertical-align: middle;
}
.cardDragItem .card-operate-area .removeTab .removeText {
  font-size: 0.16rem;
  font-family: MicrosoftYaHei;
  color: #005825;
  text-align: center;
}
.cardDragItem.row2 {
  height: 7.45rem;
  grid-row-end: span 2;
  -ms-grid-row-span: 2;
}
.cardDragItem.col2 {
  grid-column-end: span 2;
  -ms-grid-column-span: 2;
}
.cardDragItem.col3 {
  width: calc(100% - 0.25rem);
}
.fixEntryBlock {
  position: fixed;
  cursor: pointer;
  left: 0;
  top: 2rem;
  background: #fff;
  border: 1px solid #efefef;
  width: 0.48rem;
  height: 0.48rem;
  text-align: center;
}
.fixEntryBlock i {
  color: #37a164;
  font-size: 0.3rem;
  line-height: 0.48rem;
}
.fixEntryBlock:hover {
  opacity: 0.9;
}
/***主题modal****/
.main-modal .ant-modal-header {
  padding: 0.14rem 0.24rem;
  font-size: 0.16rem;
  font-weight: normal;
}
.main-modal .ant-modal-title {
  color: #ffffff;
}
.main-modal .ant-modal-close-x {
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #ffffff;
}
.main-modal .ant-modal-body {
  padding: 0;
}
.fixBotBarWrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #f2f2f2;
  border-top: 1px solid #e1e6e3;
  width: 100%;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
}
.fixBotBarWrap .confirmBtn,
.fixBotBarWrap .cancelBtn {
  display: inline-block;
  width: 0.88rem;
  height: 0.32rem;
  line-height: 0.32rem;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #e1e5e3;
  color: #666666;
  margin: 0 0.05rem;
}
.fixBotBarWrap .confirmBtn:hover,
.fixBotBarWrap .cancelBtn:hover {
  opacity: 0.9;
}
.fixBotBarWrap .confirmBtn i,
.fixBotBarWrap .cancelBtn i {
  margin-right: 0.06rem;
}
.fixBotBarWrap .confirmBtn {
  background: #37a164;
  color: #fff;
  border-color: #37a164;
}
.fixBotBarWrap .norText {
  margin: 0 0.05rem;
  display: inline-block;
  background: #F2F2F2;
}
.fixBotBarWrap .norText span {
  color: #aeaeaa;
}
.theme-text {
  color: #37a164;
}
/*:global .ant-back-top{
    bottom:60px !important;
}*/
.search-nav-input {
  margin-bottom: 0.15rem;
}
.ellipsisTransform .anticon-ellipsis {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -moz-transform: rotate(-90deg);
  /* Firefox */
  -webkit-transform: rotate(-90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-90deg);
  /* Opera */
}
.schedulePlusButton li {
  list-style-type: none;
  padding: 0 0.08rem;
}
.schedulePlusButton li:hover {
  background-color: #d9ffff;
  cursor: pointer;
}
.schedulePlusContent .ant-popover-inner-content {
  padding: 0.2rem;
}
.userSelectorTable {
  cursor: pointer;
}
.fixCollectBtn {
  cursor: pointer;
  display: inline-block;
  height: 0.32rem;
  line-height: 0.32rem;
  color: #ffffff;
  border-radius: 4px 0 0 4px;
  transition: all 0.2s ease;
  position: absolute;
  top: 25%;
}
.fixItemBtn {
  cursor: pointer;
  display: inline-block;
  height: 0.32rem;
  text-align: center;
  line-height: 0.32rem;
  background: #4c4c4b;
  color: #ffffff;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.fixItemBtn .infoText {
  display: none;
  width: 0.8rem;
  word-break: normal;
}
.fixItemBtn .infoIcon {
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  text-align: center;
  line-height: 0.32rem;
}
.fixItemBtn .infoIcon .iconfont {
  font-size: 0.22rem;
}
.fixItemBtn:hover {
  background: #007330;
}
.fixItemBtn:hover .infoText {
  display: block;
}
.fixItemBtn:hover .infoText + .infoIcon {
  display: none;
}
.fixContentSide {
  position: fixed;
  left: 51%;
  z-index: 99;
  /*margin-left:680px;*/
}
.fixContentSide .fixItemBtn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.fixContentSide .backTop.ant-back-top {
  right: 0px;
  position: absolute;
  bottom: -1.12rem;
}
.backTop.ant-back-top {
  right: auto;
  width: auto;
  height: auto;
}
.backTop.ant-back-top .iconfont {
  font-size: 0.32rem;
}
.fixFeedbackArea {
  bottom: 2.85rem;
}
.fixBtnCard {
  bottom: 2.48rem;
}
.fixBtnAdd {
  bottom: 2.11rem;
}
/*顶部侧边栏开始*/
.fixPerson {
  bottom: 4.33rem;
}
.fixEntrust {
  bottom: 3.96rem;
}
.fixSkin {
  bottom: 2.85rem;
}
.fixToDo {
  bottom: 3.59rem;
}
.fixAttention {
  bottom: 3.22rem;
}
.fixReading {
  bottom: 2.85rem;
}
.fixComment {
  bottom: 3.22rem;
}
.fixDraft {
  bottom: 2.11rem;
}
.fixTop {
  /* bottom:0px;*/
  /* height: 210px;
  width: 34px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 88, 37, 0.1);*/
  /* .fixItemBtn {
   !* background: none;
    height: 28px;
    line-height: 28px;*!
    .infoText{
      color: #ffffff;
    }
    .infoIcon {
      line-height: 30px;
      height: 30px;
      display: inline-block;
    }
  }*/
}
.fixTop .infoText {
  color: #ffffff;
}
/*顶部侧边栏结束*/
/*************** 绿色主题 start***************/
.theme-green .ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #e6fff1;
}
.theme-green .ant-tree li .ant-tree-node-content-wrapper:hover {
  background-color: #e6fff1;
}
.theme-green .ant-table-tbody .ant-table-row:hover td {
  background-color: #e6fff1;
}
.theme-green .ant-tag-blue {
  color: #1c9750;
  background: #e6fff1;
  border-color: #1c9750;
}
.theme-green .ant-radio-checked .ant-radio-inner {
  border-color: #1c9750;
}
.theme-green .ant-radio-inner:after {
  background-color: #1c9750;
}
.theme-green .ant-checkbox-indeterminate .ant-checkbox-inner:after {
  background-color: #1c9750;
}
.theme-green .ant-calendar-selected-day .ant-calendar-date {
  background: #e6fff1;
}
.theme-green .ant-calendar-today .ant-calendar-date {
  border-color: #1c9750;
  color: #1c9750;
}
.theme-green .ant-calendar-selected-date .ant-calendar-date,
.theme-green .ant-calendar-selected-start-date .ant-calendar-date,
.theme-green .ant-calendar-selected-end-date .ant-calendar-date {
  background: #1c9750;
  color: #fff;
}
.theme-green .ant-calendar-selected-date:hover .ant-calendar-date,
.theme-green .ant-calendar-selected-start-date:hover .ant-calendar-date,
.theme-green .ant-calendar-selected-end-date:hover .ant-calendar-date {
  background: #1c9750;
  color: #fff;
}
.theme-green .ant-calendar-date:hover {
  background: #e6fff1;
}
.theme-green .ant-calendar-footer a {
  color: #1c9750;
}
.theme-green .ant-calendar a:hover {
  color: #1c9750;
}
.theme-green .ant-calendar-picker .ant-calendar-picker-input:hover {
  border: 1px solid #1c9750;
}
.theme-green .ant-time-picker .ant-time-picker-input:hover {
  border: 1px solid #1c9750;
}
.theme-green .ant-select .ant-select-selection:hover {
  border: 1px solid #1c9750;
}
.theme-green .ant-time-picker-panel-select li:hover {
  background-color: #e6fff1;
}
.theme-green .ant-calendar .ant-calendar-ok-btn {
  background-color: #1c9750;
  border-color: #1c9750;
  color: #ffffff;
}
.theme-green .ant-calendar .ant-calendar-ok-btn:hover {
  color: #ffffff;
}
.ant-select-auto-complete.ant-select .ant-input:focus,
.ant-select-auto-complete.ant-select .ant-input:hover {
  border-color: #005825;
}
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #e6fff1;
}
.ant-menu-vertical .ant-menu-item.ant-menu-item-active {
  color: #1c9750;
}
.ant-menu-horizontal > .ant-menu-submenu-open,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu-selected {
  color: #1c9750;
  border-bottom: 2px solid #1c9750;
}
.ant-menu-item .ant-menu-item-selected {
  color: #1c9750;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  color: #1c9750;
  background-color: #e6fff5;
}
.ant-menu-horizontal > .ant-menu-submenu:hover,
.ant-menu-submenu-title:hover {
  color: #1c9750;
  border-bottom: 2px solid #1c9750;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover::before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover::before {
  background-color: #E6FFF1;
  color: rgba(0, 0, 0, 0.65);
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before {
  background: #005825;
}
/*************** 绿色主题 end***************/
/*************** 蓝色主题 start***************/
.theme-blue .ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #e6f7ff;
}
.theme-blue .ant-tree li .ant-tree-node-content-wrapper:hover {
  background-color: #e6f7ff;
}
.theme-blue .ant-table-tbody .ant-table-row:hover td {
  background-color: #e6f7ff;
}
.theme-blue .ant-tag-blue {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #397EF0;
}
.theme-blue .ant-checkbox-indeterminate .ant-checkbox-inner:after {
  background-color: #397EF0;
}
.theme-blue .ant-radio-checked .ant-radio-inner {
  border-color: #397EF0;
}
.theme-blue .ant-radio-inner:after {
  background-color: #397EF0;
}
.theme-blue .ant-upload.ant-upload-select-picture-card:hover {
  border-color: #397EF0;
}
.theme-blue .search-style {
  background: #397EF0;
}
.theme-blue .calendar-card-wrap {
  background-image: url(../../assets/images/rili_bottombg_newSkin-blue.jpg);
}
.theme-blue .calendar-card-wrap .schedule-calendar-header {
  background-image: url(../../assets/images/rili_topbg_newSkin-blue.png);
}
.theme-blue .calendar-card-wrap .more-view-wrap .top-head {
  background-image: url(../../assets/images/rili_topbg_newSkin-blue.png);
}
.theme-blue .calendar-card-wrap .cardInfo {
  color: #fff;
}
.theme-blue .calendar-card-wrap .calendar-sche-list .sche-row-style {
  border-color: rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.2);
}
.theme-blue .calendar-card-wrap .calendar-sche-list .sche-row-style .row-left ul li:nth-child(1) {
  color: #FEE420;
}
.theme-blue .calendar-card-wrap .calendar-sche-list h3 .schedule-number {
  color: #FEE420;
}
.theme-blue .calendar-card-wrap .default-view.mbot:after {
  background: transparent;
}
.theme-blue .schedulePlusButton li:hover {
  background-color: #e6f7ff;
}
@media (min-width: 1601px) {
  .theme-blue .calendar-card-wrap {
    background-image: url(../../assets/images/rili_bottombg_newSkin-blue.jpg);
  }
}
@media (min-width: 1921px) {
  .theme-blue .calendar-card-wrap {
    background-image: url(../../assets/images/rili_bottombg_newSkin-blue.jpg);
  }
}
.theme-blue .home-page .fontgreen {
  color: #397EF0;
}
.theme-blue .home-page .add-section {
  color: #397EF0;
}
.theme-blue .ant-badge-count {
  background: #FEE420;
}
.theme-blue .footer {
  background: #397EF0;
}
.theme-blue .cardDragWrap .cardDragCon .addCard .addCon {
  color: #397EF0;
}
.theme-blue .fixBotBarWrap .confirmBtn {
  background: #397EF0;
  border-color: #397EF0;
}
.theme-blue .cardDragItem .card-operate-area .obtn {
  background: #c4e5ff;
}
.theme-blue .cardDragItem .card-operate-area .removeTab i {
  color: #397EF0;
}
.theme-blue .cardDragItem .card-operate-area .removeTab .removeText {
  color: #397EF0;
}
.theme-blue .action:hover {
  background: #c4e5ff;
}
.theme-blue .ant-dropdown-menu-item:hover,
.theme-blue .ant-dropdown-menu-submenu-title:hover {
  background-color: #e6f7ff;
}
.theme-blue .ant-spin-dot i {
  background-color: #397EF0;
}
.theme-blue .ant-modal-header {
  background: #397EF0;
}
.theme-blue .solidStyle .ant-list-item:hover {
  background-color: #e6f7ff;
}
.theme-blue .ant-tabs-nav .ant-tabs-tab:hover {
  color: #397EF0;
}
.theme-blue .ant-tabs-nav .ant-tabs-tab-active {
  color: #397EF0;
}
.theme-blue .ant-tabs-ink-bar {
  background-color: #397EF0;
}
.theme-blue .ant-btn:hover,
.theme-blue .ant-btn:focus {
  color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .ant-btn-primary:not(.ant-btn-background-ghost) {
  background-color: #397EF0;
  border-color: #397EF0;
  color: #fff;
}
.theme-blue .ant-btn-primary:not(.ant-btn-background-ghost):hover,
.theme-blue .ant-btn-primary:not(.ant-btn-background-ghost):focus {
  color: #fff;
}
.theme-blue .ant-btn-primary:not(.ant-btn-background-ghost).disabled,
.theme-blue .ant-btn-primary:not(.ant-btn-background-ghost)[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.theme-blue .ant-btn-primary:not(.ant-btn-background-ghost).disabled:hover,
.theme-blue .ant-btn-primary:not(.ant-btn-background-ghost)[disabled]:hover,
.theme-blue .ant-btn-primary:not(.ant-btn-background-ghost).disabled:focus,
.theme-blue .ant-btn-primary:not(.ant-btn-background-ghost)[disabled]:focus,
.theme-blue .ant-btn-primary:not(.ant-btn-background-ghost).disabled:active,
.theme-blue .ant-btn-primary:not(.ant-btn-background-ghost)[disabled]:active,
.theme-blue .ant-btn-primary:not(.ant-btn-background-ghost).disabled.active,
.theme-blue .ant-btn-primary:not(.ant-btn-background-ghost)[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.theme-blue .ant-input:hover,
.theme-blue .ant-input:focus {
  border-color: #397EF0 !important;
}
.theme-blue .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #397EF0;
}
.theme-blue .ant-pagination-item-active {
  border-color: #397EF0;
}
.theme-blue .ant-pagination-item-active a {
  color: #397EF0;
}
.theme-blue .ant-pagination-item:focus,
.theme-blue .ant-pagination-item:hover {
  border-color: #397EF0;
}
.theme-blue .ant-pagination-item:focus a,
.theme-blue .ant-pagination-item:hover a {
  color: #397EF0;
}
.theme-blue .ant-pagination-prev:focus .ant-pagination-item-link,
.theme-blue .ant-pagination-next:focus .ant-pagination-item-link,
.theme-blue .ant-pagination-prev:hover .ant-pagination-item-link,
.theme-blue .ant-pagination-next:hover .ant-pagination-item-link {
  border-color: #397EF0;
  color: #397EF0;
}
.theme-blue .ant-select-selection:hover {
  border-color: #397EF0;
}
.theme-blue .ant-select-dropdown-menu-item:hover {
  background-color: #e6f7ff;
}
.theme-blue .serviceLeft .fontgreen {
  color: #397EF0;
}
.theme-blue .servicecollect .fontgreen {
  color: #397EF0;
}
.theme-blue .ant-breadcrumb a:hover {
  color: #397EF0;
}
.theme-blue .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.theme-blue .ant-checkbox:hover .ant-checkbox-inner,
.theme-blue .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #397EF0;
}
.theme-blue .ant-checkbox.ant-checkbox-checked > .ant-checkbox-inner {
  border-color: #397EF0;
  background-color: #397EF0;
}
.theme-blue .ant-menu.ant-menu-light.ant-menu-root.ant-menu-inline > .ant-menu-item.ant-menu-item-selected {
  border-left-color: #397EF0;
  background: #e6f7ff;
  color: #397EF0;
}
.theme-blue .ant-menu.ant-menu-light.ant-menu-root.ant-menu-inline > .ant-menu-item.ant-menu-item-active {
  color: #397EF0;
}
.theme-blue .main-content {
  background-color: #f3f7f9;
}
.theme-blue .ant-switch-checked {
  background-color: #397EF0;
}
.theme-blue .selectMemberWrap .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner,
.theme-blue .selectMemberWrap .ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background: #397EF0;
  border-color: #397EF0;
}
.theme-blue .form-filter-wrap .filter-item-list > li:hover {
  background: #e6f7ff;
}
.theme-blue .calendar-card-wrap .calendar-sche-list .sche-row-style:hover {
  box-shadow: 0 0 0.1rem rgba(0, 245, 250, 0.5);
  border: 1px solid rgba(35, 145, 230, 0.3);
}
.theme-blue .fixItemBtn:hover {
  background: #397EF0;
}
.theme-blue .schedule-calendar-publish {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  height: 0.24rem;
  width: 0.24rem;
  background-color: #397EF0;
  border-radius: 4px;
}
.theme-blue .schedule-calendar-publish img {
  width: 0.16rem;
  margin: 0.04rem;
  margin-bottom: 0.06rem;
}
.theme-blue .allEmpty {
  color: #397EF0;
}
.theme-blue .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  background: #397EF0;
  border-color: #397EF0;
}
.theme-blue .ant-radio-group-outline .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #397EF0;
}
.theme-blue .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  box-shadow: -1px 0 0 0 #397EF0;
  border-color: #397EF0;
}
.theme-blue .ant-radio-button-wrapper:hover {
  color: #397EF0;
}
.theme-blue .ant-menu-vertical .ant-menu-item.ant-menu-item-active {
  color: #397EF0;
}
.theme-blue .ant-menu-item .ant-menu-item-selected {
  color: #397EF0;
}
.theme-blue .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  color: #397EF0;
  background-color: #e6f7ff;
}
.theme-blue .ant-menu-horizontal > .ant-menu-submenu-open,
.theme-blue .ant-menu-horizontal > .ant-menu-item-active,
.theme-blue .ant-menu-horizontal > .ant-menu-submenu-selected {
  border-bottom: 2px solid #fff;
}
.theme-blue .ant-menu-horizontal > .ant-menu-submenu:hover,
.theme-blue .ant-menu-submenu-title:hover {
  border-bottom: 2px solid #fff;
}
.theme-blue .ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover::before,
.theme-blue .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover::before {
  background-color: #e6f7ff;
  color: rgba(0, 0, 0, 0.65);
}
.theme-blue .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before,
.theme-blue .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before {
  background: #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover::before,
.theme-red .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover::before {
  background-color: #fff1f0;
  color: rgba(0, 0, 0, 0.65);
}
.theme-red .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before,
.theme-red .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before {
  background-color: #9A001E;
}
.theme-red .ant-menu-vertical .ant-menu-item.ant-menu-item-active {
  color: #F63E62;
}
.theme-red .ant-menu-horizontal > .ant-menu-submenu-open,
.theme-red .ant-menu-horizontal > .ant-menu-item-active,
.theme-red .ant-menu-horizontal > .ant-menu-submenu-selected {
  color: #F63E62;
  border-bottom: 2px solid #FF4748;
}
.theme-red .ant-menu-item .ant-menu-item-selected {
  color: #F63E62;
  background-color: #fff1f0;
}
.theme-red .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  color: #F63E62;
  background-color: #fff1f0;
}
.theme-red .ant-menu-horizontal > .ant-menu-submenu:hover,
.theme-red .ant-menu-submenu-title:hover {
  color: #F63E62;
  border-bottom: 2px solid #FF4748;
}
.theme-red .ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #fff1f0;
}
.theme-red .ant-tree li .ant-tree-node-content-wrapper:hover {
  background-color: #fff1f0;
}
.theme-red .ant-table-tbody .ant-table-row:hover td {
  background-color: #fff1f0;
}
.theme-red .ant-tag-blue {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .ant-checkbox-indeterminate .ant-checkbox-inner:after {
  background-color: #9A001E;
}
.theme-red .ant-radio-checked .ant-radio-inner {
  border-color: #9A001E;
}
.theme-red .ant-radio-inner:after {
  background-color: #9A001E;
}
.theme-red .ant-upload.ant-upload-select-picture-card:hover {
  border-color: #9A001E;
}
.theme-red .search-style {
  background: #9A001E;
}
.theme-red .calendar-card-wrap {
  background-image: url(../../assets/images/rili_bottombg380-red.jpg);
}
.theme-red .calendar-card-wrap .schedule-calendar-header {
  background-image: url(../../assets/images/rili_topbg_590-red.jpg);
}
.theme-red .calendar-card-wrap .more-view-wrap .top-head {
  background-image: url(../../assets/images/rili_topbg_590-red.jpg);
}
.theme-red .calendar-card-wrap .cardInfo {
  color: #fff;
}
.theme-red .calendar-card-wrap .calendar-sche-list .sche-row-style {
  border-color: rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.2);
}
.theme-red .calendar-card-wrap .calendar-sche-list .sche-row-style .row-left ul li:nth-child(1) {
  color: #FEE420;
}
.theme-red .calendar-card-wrap .calendar-sche-list h3 .schedule-number {
  color: #FEE420;
}
.theme-red .calendar-card-wrap .default-view.mbot:after {
  background: transparent;
}
.theme-red .schedulePlusButton li:hover {
  background-color: #fff1f0;
}
@media (min-width: 1601px) {
  .theme-red .calendar-card-wrap {
    background-image: url(../../assets/images/rili_bottombg480-red.jpg);
  }
}
@media (min-width: 1921px) {
  .theme-red .calendar-card-wrap {
    background-image: url(../../assets/images/rili_bottombg590-red.jpg);
  }
}
.theme-red .ant-calendar-selected-day .ant-calendar-date {
  background: #ffcfd8;
}
.theme-red .ant-calendar-today .ant-calendar-date {
  border-color: #9A001E;
  color: #9A001E;
}
.theme-red .ant-calendar-selected-date .ant-calendar-date,
.theme-red .ant-calendar-selected-start-date .ant-calendar-date,
.theme-red .ant-calendar-selected-end-date .ant-calendar-date {
  background: #9A001E;
  color: #fff;
}
.theme-red .ant-calendar-selected-date:hover .ant-calendar-date,
.theme-red .ant-calendar-selected-start-date:hover .ant-calendar-date,
.theme-red .ant-calendar-selected-end-date:hover .ant-calendar-date {
  background: #9A001E;
  color: #fff;
}
.theme-red .ant-calendar-date:hover {
  background: #fff1f0;
}
.theme-red .ant-calendar-footer a {
  color: #9A001E;
}
.theme-red .ant-calendar a:hover {
  color: #9A001E;
}
.theme-red .ant-calendar-picker .ant-calendar-picker-input:hover {
  border: 1px solid #9A001E;
}
.theme-red .ant-time-picker .ant-time-picker-input:hover {
  border: 1px solid #9A001E;
}
.theme-red .ant-select .ant-select-selection:hover {
  border: 1px solid #9A001E;
}
.theme-red .ant-time-picker-panel-select li:hover {
  background: #fff1f0;
}
.theme-red .ant-calendar .ant-calendar-ok-btn {
  background-color: #9A001E;
  border-color: #9A001E;
  color: #ffffff;
}
.theme-red .ant-calendar .ant-calendar-ok-btn:hover {
  color: #ffffff;
}
.theme-red .home-page .fontgreen {
  color: #9A001E;
}
.theme-red .home-page .add-section {
  color: #F63E62;
}
.theme-red .ant-badge-count {
  background: #52A529;
}
.theme-red .footer {
  background: #9A001E;
}
.theme-red .cardDragWrap .cardDragCon .addCard .addCon {
  color: #F63E62;
}
.theme-red .fixBotBarWrap .confirmBtn {
  background: #9A001E;
  border-color: #9A001E;
}
.theme-red .cardDragItem .card-operate-area .obtn {
  background: #ffcfd8;
}
.theme-red .cardDragItem .card-operate-area .removeTab i {
  color: #F63E62;
}
.theme-red .cardDragItem .card-operate-area .removeTab .removeText {
  color: #9A001E;
}
.theme-red .action:hover {
  background: #ffcfd8;
}
.theme-red .ant-dropdown-menu-item:hover,
.theme-red .ant-dropdown-menu-submenu-title:hover {
  background-color: #fff1f0;
}
.theme-red .ant-spin-dot i {
  background-color: #9A001E;
}
.theme-red .solidStyle .ant-list-item:hover {
  background-color: #fff1f0;
}
.theme-red .ant-tabs-nav .ant-tabs-tab:hover {
  color: #9A001E;
}
.theme-red .ant-tabs-nav .ant-tabs-tab-active {
  color: #9A001E;
}
.theme-red .ant-tabs-ink-bar {
  background-color: #9A001E;
}
.theme-red .ant-btn:hover,
.theme-red .ant-btn:focus {
  color: #9A001E;
  border-color: #9A001E;
}
.theme-red .ant-btn-primary {
  background-color: #9A001E;
  border-color: #9A001E;
  color: #fff;
}
.theme-red .ant-btn-primary:hover,
.theme-red .ant-btn-primary:focus {
  color: #fff;
}
.theme-red .ant-btn-primary.disabled,
.theme-red .ant-btn-primary[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.theme-red .ant-btn-primary.disabled:hover,
.theme-red .ant-btn-primary[disabled]:hover,
.theme-red .ant-btn-primary.disabled:focus,
.theme-red .ant-btn-primary[disabled]:focus,
.theme-red .ant-btn-primary.disabled:active,
.theme-red .ant-btn-primary[disabled]:active,
.theme-red .ant-btn-primary.disabled.active,
.theme-red .ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.theme-red .ant-input:hover,
.theme-red .ant-input:focus {
  border-color: #9A001E !important;
}
.theme-red .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #9A001E;
}
.theme-red .ant-pagination-item-active {
  border-color: #9A001E;
}
.theme-red .ant-pagination-item-active a {
  color: #9A001E;
}
.theme-red .ant-pagination-item:focus,
.theme-red .ant-pagination-item:hover {
  border-color: #F63E62;
}
.theme-red .ant-pagination-item:focus a,
.theme-red .ant-pagination-item:hover a {
  color: #F63E62;
}
.theme-red .ant-pagination-prev:focus .ant-pagination-item-link,
.theme-red .ant-pagination-next:focus .ant-pagination-item-link,
.theme-red .ant-pagination-prev:hover .ant-pagination-item-link,
.theme-red .ant-pagination-next:hover .ant-pagination-item-link {
  border-color: #F63E62;
  color: #F63E62;
}
.theme-red .ant-select-selection:hover {
  border-color: #F63E62;
}
.theme-red .ant-select-dropdown-menu-item:hover {
  background-color: #fff1f0;
}
.theme-red .serviceLeft .fontgreen {
  color: #9A001E;
}
.theme-red .servicecollect .fontgreen {
  color: #9A001E;
}
.theme-red .ant-breadcrumb a:hover {
  color: #9A001E;
}
.theme-red .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.theme-red .ant-checkbox:hover .ant-checkbox-inner,
.theme-red .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #9A001E;
}
.theme-red .ant-checkbox.ant-checkbox-checked > .ant-checkbox-inner {
  border-color: #9A001E;
  background-color: #9A001E;
}
.theme-red .ant-menu.ant-menu-light.ant-menu-root.ant-menu-inline > .ant-menu-item.ant-menu-item-selected {
  border-left-color: #9A001E;
  background: #fff1f0;
  color: #9A001E;
}
.theme-red .ant-menu.ant-menu-light.ant-menu-root.ant-menu-inline > .ant-menu-item.ant-menu-item-active {
  color: #9A001E;
}
.theme-red .main-content {
  background-color: #f3f7f9;
}
.theme-red .ant-switch-checked {
  background-color: #9A001E;
}
.theme-red .ant-modal-header {
  background: #9A001E;
}
.theme-red .selectMemberWrap .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner,
.theme-red .selectMemberWrap .ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background: #9A001E;
  border-color: #9A001E;
}
.theme-red .form-filter-wrap .filter-item-list > li:hover {
  background: #fff1f0;
}
.theme-red .calendar-card-wrap .calendar-sche-list .sche-row-style:hover {
  box-shadow: 0 0 0.1rem rgba(255, 180, 0, 0.5);
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .fixItemBtn:hover {
  background: #FF4748;
}
.theme-red .schedule-calendar-publish {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  height: 0.24rem;
  width: 0.24rem;
  background-color: #9A001E;
  border-radius: 8px;
}
.theme-red .schedule-calendar-publish img {
  width: 0.16rem;
  margin: 0.04rem;
  margin-bottom: 0.06rem;
}
.theme-red .allEmpty {
  color: #9A001E;
}
.theme-red .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  background: #9A001E;
  border-color: #9A001E;
}
.theme-red .ant-radio-group-outline .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #9A001E;
}
.theme-red .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  box-shadow: -1px 0 0 0 #9A001E;
  border-color: #9A001E;
}
.theme-red .ant-radio-button-wrapper:hover {
  color: #9A001E;
}
/*************** 红色主题 end***************/
/****************绿色主题start*****************/
.theme-green .calendar-card-wrap .calendar-sche-list .sche-row-style:hover {
  box-shadow: 0 0 0.1rem rgba(20, 255, 0, 0.4);
  border: 1px solid rgba(0, 88, 37, 0.1);
}
.theme-green .allEmpty {
  color: #005825;
}
.theme-green .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  background: #228b22;
  border-color: #228b22;
}
.theme-green .ant-radio-group-outline .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #228b22;
}
.theme-green .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  box-shadow: -1px 0 0 0 #228b22;
  border-color: #228b22;
}
.theme-green .ant-radio-button-wrapper:hover {
  color: #228b22;
}
/****************绿色主题end*****************/
/****************自定义主题start*****************/
.theme-custom .ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: var(--themeColorBg);
}
.theme-custom .ant-tree li .ant-tree-node-content-wrapper:hover {
  background-color: var(--themeColorBg);
}
.theme-custom .ant-table-tbody .ant-table-row:hover td {
  background-color: var(--themeColorBg);
}
.theme-custom .ant-tag-checkable:active {
  background: var(--themeColorBg);
}
.theme-custom .ant-checkbox-indeterminate .ant-checkbox-inner:after {
  background-color: var(--themeColor);
}
.theme-custom .ant-radio-checked .ant-radio-inner {
  border-color: var(--themeColor);
}
.theme-custom .ant-radio-inner:after {
  background-color: var(--themeColor);
}
.theme-custom .ant-upload.ant-upload-select-picture-card:hover {
  border-color: var(--themeColor);
}
.theme-custom .search-style {
  background: var(--themeColor);
}
.theme-custom .calendar-card-wrap {
  background-image: url(../../assets/images/rili_bottombg_newSkin-blue.jpg);
}
.theme-custom .calendar-card-wrap .schedule-calendar-header {
  background-image: url(../../assets/images/rili_topbg_newSkin-blue.png);
}
.theme-custom .calendar-card-wrap .more-view-wrap .top-head {
  background-image: url(../../assets/images/rili_topbg_newSkin-blue.png);
}
.theme-custom .calendar-card-wrap .cardInfo {
  color: #fff;
}
.theme-custom .calendar-card-wrap .calendar-sche-list .sche-row-style {
  border-color: rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.2);
}
.theme-custom .calendar-card-wrap .calendar-sche-list .sche-row-style .row-left ul li:nth-child(1) {
  color: #FEE420;
}
.theme-custom .calendar-card-wrap .calendar-sche-list h3 .schedule-number {
  color: #FEE420;
}
.theme-custom .calendar-card-wrap .default-view.mbot:after {
  background: transparent;
}
.theme-custom .schedulePlusButton li:hover {
  background-color: var(--themeColorBg);
}
@media (min-width: 1601px) {
  .theme-custom .calendar-card-wrap {
    background-image: url(../../assets/images/rili_bottombg_newSkin-blue.jpg);
  }
}
@media (min-width: 1921px) {
  .theme-custom .calendar-card-wrap {
    background-image: url(../../assets/images/rili_bottombg_newSkin-blue.jpg);
  }
}
.theme-custom .home-page .fontgreen {
  color: var(--themeColor);
}
.theme-custom .home-page .add-section {
  color: var(--themeColor);
}
.theme-custom .ant-badge-count {
  background: #FEE420;
}
.theme-custom .footer {
  background: var(--themeColor);
}
.theme-custom .cardDragWrap .cardDragCon .addCard .addCon {
  color: var(--themeColor);
}
.theme-custom .fixBotBarWrap .confirmBtn {
  background: var(--themeColor);
  border-color: var(--themeColor);
}
.theme-custom .cardDragItem .card-operate-area .obtn {
  background: #c4e5ff;
}
.theme-custom .cardDragItem .card-operate-area .removeTab i {
  color: var(--themeColor);
}
.theme-custom .cardDragItem .card-operate-area .removeTab .removeText {
  color: var(--themeColor);
}
.theme-custom .action:hover {
  background: #c4e5ff;
}
.theme-custom .ant-dropdown-menu-item:hover,
.theme-custom .ant-dropdown-menu-submenu-title:hover {
  background-color: var(--themeColorBg);
}
.theme-custom .ant-spin-dot i {
  background-color: var(--themeColor);
}
.theme-custom .ant-modal-header {
  background: var(--themeColor);
}
.theme-custom .solidStyle .ant-list-item:hover {
  background-color: var(--themeColorBg);
}
.theme-custom .ant-tabs-nav .ant-tabs-tab:hover {
  color: var(--themeColor);
}
.theme-custom .ant-tabs-nav .ant-tabs-tab-active {
  color: var(--themeColor);
}
.theme-custom .ant-tabs-ink-bar {
  background-color: var(--themeColor);
}
.theme-custom .ant-btn:hover,
.theme-custom .ant-btn:focus {
  color: var(--themeColor);
  border-color: var(--themeColor);
}
.theme-custom .ant-btn-primary:not(.ant-btn-background-ghost) {
  background-color: var(--themeColor);
  border-color: var(--themeColor);
  color: #fff;
}
.theme-custom .ant-btn-primary:not(.ant-btn-background-ghost):hover,
.theme-custom .ant-btn-primary:not(.ant-btn-background-ghost):focus {
  color: #fff;
}
.theme-custom .ant-btn-primary:not(.ant-btn-background-ghost).disabled,
.theme-custom .ant-btn-primary:not(.ant-btn-background-ghost)[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.theme-custom .ant-btn-primary:not(.ant-btn-background-ghost).disabled:hover,
.theme-custom .ant-btn-primary:not(.ant-btn-background-ghost)[disabled]:hover,
.theme-custom .ant-btn-primary:not(.ant-btn-background-ghost).disabled:focus,
.theme-custom .ant-btn-primary:not(.ant-btn-background-ghost)[disabled]:focus,
.theme-custom .ant-btn-primary:not(.ant-btn-background-ghost).disabled:active,
.theme-custom .ant-btn-primary:not(.ant-btn-background-ghost)[disabled]:active,
.theme-custom .ant-btn-primary:not(.ant-btn-background-ghost).disabled.active,
.theme-custom .ant-btn-primary:not(.ant-btn-background-ghost)[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.theme-custom .ant-input:hover,
.theme-custom .ant-input:focus {
  border-color: var(--themeColor) !important;
}
.theme-custom .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: var(--themeColor);
}
.theme-custom .ant-pagination-item-active {
  border-color: var(--themeColor);
}
.theme-custom .ant-pagination-item-active a {
  color: var(--themeColor);
}
.theme-custom .ant-pagination-item:focus,
.theme-custom .ant-pagination-item:hover {
  border-color: var(--themeColor);
}
.theme-custom .ant-pagination-item:focus a,
.theme-custom .ant-pagination-item:hover a {
  color: var(--themeColor);
}
.theme-custom .ant-pagination-prev:focus .ant-pagination-item-link,
.theme-custom .ant-pagination-next:focus .ant-pagination-item-link,
.theme-custom .ant-pagination-prev:hover .ant-pagination-item-link,
.theme-custom .ant-pagination-next:hover .ant-pagination-item-link {
  border-color: var(--themeColor);
  color: var(--themeColor);
}
.theme-custom .ant-select-selection:hover {
  border-color: var(--themeColor);
}
.theme-custom .ant-select-dropdown-menu-item:hover {
  background-color: var(--themeColorBg);
}
.theme-custom .ant-select-dropdown-menu-item-active {
  background-color: var(--themeColorBg);
}
.theme-custom .serviceLeft .fontgreen {
  color: var(--themeColor);
}
.theme-custom .servicecollect .fontgreen {
  color: var(--themeColor);
}
.theme-custom .ant-breadcrumb a:hover {
  color: var(--themeColor);
}
.theme-custom .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.theme-custom .ant-checkbox:hover .ant-checkbox-inner,
.theme-custom .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: var(--themeColor);
}
.theme-custom .ant-checkbox.ant-checkbox-checked > .ant-checkbox-inner {
  border-color: var(--themeColor);
  background-color: var(--themeColor);
}
.theme-custom .ant-menu.ant-menu-light.ant-menu-root.ant-menu-inline > .ant-menu-item.ant-menu-item-selected {
  border-left-color: var(--themeColor);
  background: var(--themeColorBg);
  color: var(--themeColor);
}
.theme-custom .ant-menu.ant-menu-light.ant-menu-root.ant-menu-inline > .ant-menu-item.ant-menu-item-active {
  color: var(--themeColor);
}
.theme-custom .header .ant-menu-horizontal .ant-menu-item.ant-menu-item-selected,
.theme-custom .header .ant-menu-horizontal .ant-menu-item:hover {
  border-bottom: 3px solid #fff;
}
.theme-custom .main-content {
  background-color: #f3f7f9;
}
.theme-custom .ant-switch-checked {
  background-color: var(--themeColor);
}
.theme-custom .selectMemberWrap .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner,
.theme-custom .selectMemberWrap .ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background: var(--themeColor);
  border-color: var(--themeColor);
}
.theme-custom .form-filter-wrap .filter-item-list > li:hover {
  background: var(--themeColorBg);
}
.theme-custom .calendar-card-wrap .calendar-sche-list .sche-row-style:hover {
  box-shadow: 0 0 0.1rem rgba(0, 245, 250, 0.5);
  border: 1px solid rgba(35, 145, 230, 0.3);
}
.theme-custom .fixItemBtn:hover {
  background: var(--themeColor);
}
.theme-custom .schedule-calendar-publish {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  height: 0.24rem;
  width: 0.24rem;
  background-color: var(--themeColor);
  border-radius: 4px;
}
.theme-custom .schedule-calendar-publish img {
  width: 0.16rem;
  margin: 0.04rem;
  margin-bottom: 0.06rem;
}
.theme-custom .allEmpty {
  color: var(--themeColor);
}
.theme-custom .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  background: var(--themeColor);
  border-color: var(--themeColor);
}
.theme-custom .ant-radio-group-outline .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  border-color: var(--themeColor);
  color: #fff;
  background-color: var(--themeColor);
}
.theme-custom .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  box-shadow: -1px 0 0 0 var(--themeColor);
  border-color: var(--themeColor);
}
.theme-custom .ant-radio-button-wrapper:hover {
  color: var(--themeColor);
}
.theme-custom .ant-menu-vertical .ant-menu-item.ant-menu-item-active {
  color: var(--themeColor);
}
.theme-custom .ant-menu-item .ant-menu-item-selected {
  color: var(--themeColor);
}
.theme-custom .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  color: var(--themeColor);
  background-color: var(--themeColorBg);
}
.theme-custom .ant-menu-horizontal > .ant-menu-submenu-open,
.theme-custom .ant-menu-horizontal > .ant-menu-item-active,
.theme-custom .ant-menu-horizontal > .ant-menu-submenu-selected {
  border-bottom: 2px solid #fff;
}
.theme-custom .ant-menu-horizontal > .ant-menu-submenu:hover,
.theme-custom .ant-menu-submenu-title:hover {
  border-bottom: 2px solid #fff;
}
.theme-custom .ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover::before,
.theme-custom .ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover::before {
  background-color: var(--themeColorBg);
  color: rgba(0, 0, 0, 0.65);
}
.theme-custom .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before,
.theme-custom .ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before {
  background: var(--themeColor);
}
.theme-custom .portal-header {
  background: var(--themeColor);
}
.theme-custom .ant-calendar .ant-calendar-ok-btn {
  background-color: var(--themeColor);
  border-color: var(--themeColor);
  color: #ffffff;
}
.theme-custom .ant-calendar-today .ant-calendar-date {
  border-color: var(--themeColor);
  color: var(--themeColor);
}
.theme-custom .ant-calendar-selected-date .ant-calendar-date,
.theme-custom .ant-calendar-selected-start-date .ant-calendar-date,
.theme-custom .ant-calendar-selected-end-date .ant-calendar-date {
  background: var(--themeColor);
  color: #fff;
}
.theme-custom .ant-calendar-selected-date:hover .ant-calendar-date,
.theme-custom .ant-calendar-selected-start-date:hover .ant-calendar-date,
.theme-custom .ant-calendar-selected-end-date:hover .ant-calendar-date {
  background: var(--themeColor);
  color: #fff;
}
.theme-custom .ant-calendar-date:hover {
  background: var(--themeColorBg);
}
.theme-custom .ant-calendar-footer a {
  color: var(--themeColor);
}
.theme-custom .ant-calendar a:hover {
  color: var(--themeColor);
}
.theme-custom .ant-calendar-picker .ant-calendar-picker-input:hover {
  border: 1px solid var(--themeColor);
}
/****************自定义主题end*****************/
.home-page {
  position: relative;
}
.cardAnimation {
  position: absolute;
  z-index: 2;
  margin-top: 1.03rem;
  right: 0.2rem;
  color: #fff;
  cursor: pointer;
}
.cardAnimation:hover {
  font-weight: bold;
}
.calBox {
  position: absolute;
  z-index: 6;
  height: 7.5rem;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.calendar-card-wrap {
  transform: translate3d(0, 0, 0);
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes calPlay {
  0% {
    width: 61%;
  }
  100% {
    width: 100%;
  }
}
@keyframes calClose {
  0% {
    width: 100%;
  }
  100% {
    width: 40%;
  }
}
@keyframes play {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}
@keyframes close {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
.schedule-calendar-publish {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  height: 0.24rem;
  width: 0.24rem;
  background-color: #2E894C;
  border-radius: 8px;
}
.schedule-calendar-publish img {
  width: 0.16rem;
  margin: 0.04rem;
  margin-bottom: 0.06rem;
}
.iframe-in-card {
  height: calc(100% - 0.57rem);
  borderTop: 1px solid #e8e8e8;
}
@media (min-width: 1601px) {
  .font-normal .footer .container {
    width: 97%;
    margin: 0 auto;
  }
  .font-normal .content {
    width: 97%;
    margin: 0 auto;
  }
  .font-normal .content .ant-tooltip-inner {
    white-space: normal;
  }
  .font-normal .fixContentSide {
    right: 4%;
  }
}
@media (min-width: 1921px) {
  .font-normal .footer .container {
    width: 18.2rem;
    margin: 0 auto;
  }
  .font-normal .content {
    width: 18.2rem;
    margin: 0 auto;
  }
  .font-normal .fixContentSide {
    right: 6%;
  }
}
@media (max-width: 1280px) {
  .font-normal .fixContentSide {
    left: auto;
    margin-left: 0;
    right: 0.02rem;
  }
}
.font-large {
  zoom: 1.1;
}
@media (min-width: 1761.1px) {
  .font-large .footer .container {
    width: 97%;
    margin: 0 auto;
  }
  .font-large .content {
    width: 97%;
    margin: 0 auto;
  }
  .font-large .fixContentSide {
    right: 4%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .footer .container {
    width: 18.2rem;
    margin: 0 auto;
  }
  .font-large .content {
    width: 18.2rem;
    margin: 0 auto;
  }
  .font-large .fixContentSide {
    right: 6%;
  }
}
@media (max-width: 1408px) {
  .font-large .fixContentSide {
    left: auto;
    margin-left: 0;
    right: 0.02rem;
  }
}
.font-extraLarge {
  zoom: 1.25;
}
@media (min-width: 2001.25px) {
  .font-extraLarge .footer .container {
    width: 97%;
    margin: 0 auto;
  }
  .font-extraLarge .content {
    width: 97%;
    margin: 0 auto;
  }
  .font-extraLarge .fixContentSide {
    right: 4%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .footer .container {
    width: 18.2rem;
    margin: 0 auto;
  }
  .font-extraLarge .content {
    width: 18.2rem;
    margin: 0 auto;
  }
  .font-extraLarge .fixContentSide {
    right: 6%;
  }
}
@media (max-width: 1600px) {
  .font-extraLarge .fixContentSide {
    left: auto;
    margin-left: 0;
    right: 0.02rem;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(45deg);
  }
}
.schedulePlusContent:hover {
  animation: spin 0.2s linear forwards;
}
.page-container {
  padding: 0.24rem;
  border-radius: 4px;
  background-color: #fff;
}
.ant-tooltip {
  white-space: break-spaces;
  max-width: 4.5rem;
}
.searchDel {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 0.12rem;
  height: 0.12rem;
  line-height: 0.12rem;
  right: 0.76rem;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.3s;
  font-size: 0.12rem;
  z-index: 2;
}
.searchDel:hover {
  color: rgba(0, 0, 0, 0.45);
}
.progressModal .ant-modal-body .ant-modal-confirm-btns {
  display: none;
}
@font-face {
  font-family: "iconfont";
  src: url(../../assets/images/iconfont.eot);
  /* IE9 */
  src: url(../../assets/images/iconfont.eot#iefix) format('embedded-opentype'),  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAB9oAAsAAAAAPOQAAB8WAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCJegreLMooATYCJAOCAAuBAgAEIAWEbQeFdBuUMWUEbBwANLGvi4iqTTD7/2/JyaE1KuPzQVl7h7LHCQUYrKhQBU9CGd2ghL+8G2u28h+X6+mP2UMTNUMR/ehYBh5C5PQH/YeGbfTwXU7jrnpIUnsS0Y/99sl3vBQxn04KlEBoEEpgDg0RCNnWsY8xfEMxJzMhZGPywG0dWB9FZWw6LH40BHk77Wv8QhKFYrNBzIanuf27e2N1N7YxthEb3KgcOWXGGKPaEUpONvQjKQjiF0aUBSZgwMDA+jIjMQOrEKMAE37ba4D/RIFtPgD5f953WkmlfU9K2r07Q5IBLC0BGkow0y5yfuTbP+n2T7YSJ+1Q0CnBQGGQ13Dwtf9n5Zqzz5ds7rGAZFmJqirfCEiAAIL/nam35LjtjpMKkBwq7OMN3sm/7W/p+/jf0ZFG4WN4CA3ADbD9/3P12skHAMX5pZSFITCyrsLlvQy9m5v5k83SW87MpyxnObMlIIekkp1PmU9JcWYLAKrflUCRUD2VLCurbU+1qK3U1amjW+bhRQuQaZzD2kywduGtjO20gREmVtzrxsNfjTxdi59U5lBrfBmjXR1Xj0yBqUcIeWp9CCbWV6C83D3FwWDJ9CJTUdls1965rN8gAG/7J19+wbskKm8iyPOqS/6oLW3Eq80Y7cdhbAkNtoCO8lOt/QBYWrbs1Dh8kg+mkpCkGhfbI6ja2XVKPMi/LA4PTrVQqixyof8PeUOZNrvD6YK44QgkCo3B4nR4ApGkJ1OoNDrDYGSycGyTmcPl8QVCkVgilckVSpXaAspQ9J4DbUnrHYIuEqcgO4kzkL1ERQ4SDTlKdOQEMrwB4C0A7wB4D8AHAD4C8AmAzwB8ASAGQByABImCkOAaUgCkAcgAkAUgB0AegAIARQBKJM5BZNCCCgBVAGoA1ElcgBigHU0AWgC0AegA0AWgR+ISxJe4AglAXwwBGFGegTFwByYkrkFSiRuQWmIVpJFYAzlLrINcwN14BeArAN8A+A7ADwB+AvCLxD7It8QByI/EIcivxBHIn8QxyD/4bdxUuv0DNo1X+AOw8M/KF5Mr1gAThyvztDar8YrRKh00y+mqjsJC1XSoN/nuadKuSaEdo+sil7pa3VTPk51NOUwe0Dt1KaPKlM0PTCMvwEghQQ7WUWGaskEL1lLhlZYEXeoANsGMzOkI0d1mGz1hWFRXK+Ika17KurGx1eI5v1SLNGQ2PxnAYM7Jd0PeG47n8NM/LX8i13oTW/ZN7ljQrijcvZo19LJiOIxEidqcU4k2hxbtLnIkHBnK49NFWYYB6rVsjfyWAEHEtj/E767WCplOvTqf0DJZzFSzzFp1G8NBo3Q9Zbg0oe3Pzapmzf3t+R+f+dz3tSDQo8gMw+4Y9awajrMqqdQGI0Aq1IMQZbkYWjVWBQBf2Wd6o33UsQSzCTcB4dSBlk/gC9Gew+FrZ/2dH+STYD4Hvp/2LiNEL3YgWiFV3MJqloe+aJi49Wh89c8djV22qPmKofHnQDUNxyozWTcFKxJJS4f/0vx/6sEfZvT7N6Z+tzF+3/zdgsnP2kRKG8pmBMPQ+CKLRc/rNt+mkYs09HFWNI4FDuL7o1QZc+JWYL68f1yY0j7+ua/kOHFsX824+D5J+Y3hcXuc2ISVXRkbF5ZHs7zSq5vWBl0j6/oSZCyQ6nqc/lhszEjKLLKnWWOdH1ZJh9bf7EiNyIBYbFQ++VjQWT95+7HmpZtbG2RHG2FPvFjle2Olxi/rRo6KvzWzPajf41vDUXI7JN39UPAqa7flqoOBSw3/NPXvGTmye/RUYN6IjDDUmigEkYdu+x/cDD68FX08zMGhIFCGG4ZouHB8i2l4B9pNM8eSul6c6ND07NE2Q0vPSnca9TsyI16I6K99bxTpQ2BGF6qPDY6XAacxaqY3d9aRW49i3cTszz31h29/U9pI5Tbbi+uH1vRfI5nRR1un2TusbL+UNqBVq0KyigJrZp5u78ltsnXQlb6zx5Xhv5kTx5rgDsG+PzsI9QoXIS518ayM7XB2Wf1cKOnPPNrxSWb+0b+tLn4m4LTYimxnQVeGpnrcbrJGRRxH7d3HqWI4sEardZukh1dNFA31cYjnXYMQ0F+QdNPo8B1dIxbGQnFTjtou5GzS5jbGDACCEIUazBjtZTttaa9ZQJ29X8ittlTp4DK2MQfHqO4ojjr7cJo1dw9XTMMbOTBl4SJmEDoKL0XLqNBSX6iw5TyyXJ+5i7kwXdPBR8WaAHCJ0oCOnyEaV1gXiCAUamQKOUkkX0tUynkiu98wx5cQP62Q79S/Nn5gqqkXT6R6c2mThkOlHzipMvVnYf3aTL1UY67W3lKsJgG2H2EDqXxlwZZGy6EcAMILJVjf3C85iHWiZw8gthwXAkLLiXVw0B23MyxlEAuRFkGXJrbuV34dw9Wb/sY3xA8ICoExs2Vg6UiFrofTo5IAcjV2Uwv4NFZvIbsADTORkyAU2B3bVxwVx2y/Ug9aRndjONaamB4EulGAVGKJy0eWvM0cCr6m0hKib2nm9XD37Be22AqthxbCkPr+A3OABEGnLWs822BviHmOvd7u6ZaruJ6oHivKrJqvUM+kBalQcWqzOdWqrVZJxSBZOVvl3vGSQie2p8bKarlmV6YyIIPdMFlLT/iU9oDhMatMVUj22qO//a5tQ2Mz+g6lm0WbcmrQGR7a7N0iDbPdvPSq6sIo6uXZrdy/Jx90FiPZlieetY92ZPr/i6DYWJWZ+uYxM1pMucdhbXGLCNpFZISnldyk4pYUXt0IT/wao6Po/tW4bct1nA+FDw/UEd5jjGrTbpqlmiAbdoDgaIzz9I/JxnEm1HrHGYoT2gtyesAQw7pmmFTSOJkVCTdmcX0u0t7pcPsktMLbT3mP5eDkdXp1K5GlJf+mvy2/Ne/7iUwzezzaIso1NfeFODA9n9BsBK3FzSvt4vUibi1eWp8HJLh3+l67Kmux1UyIp0pMP9btbsoUbqkgaV4b90MAwnAzryyWVTOXM0T6TXfuG5ezH/owWjQZnEMZ1vuBzNo4ouFcAMjaF4Zn3b3ajNBtFfolopW0dVRbcbm2BbqeNnflkZDjQIioo4wfDU4QAPbzmHaP7+USLylOTi0fSCkzT5WWEhIvKCV3S26mzVHOv1KYShLZzmDkuCt7paP3ZCaWVhkFK22lowkODu7KHmsXqigqwynkk/L0k8XVLaooy8VsIjPdauNzr5dnUxZ7Ap5GdrldPXF/brJNcVw1V24tntgi4JGhMDQOER96nN0CMH+T3rb+fHmxfq8YrDUfPIptzE5sgcc6caGSyN8rZ49hpk5sddDS1QTKzLfKlSege5zuRZW5ZIG2HQgfUxxUOJqAx++CorblwH0IC1FpcgePx3hjB8wttMHZp2H2GGvHtcVU+WG6VFVGG6SxRCWrOVNA1FluFOsYVYyFwMWkTni1363m2pm1QC6yVSKXxiJTreZcDTO7g4i1gd2u1yZRjmiq+UkO7R1SBlErFCp9X/FpeDu0oj8jFtwKiP9NczRXAxbdLa2S/58mXMn9VwP21FMjdOP5UbG6Daz+lTYAgtjQsDtd0+F03UTPiZl2Ty9sd6G1cPqu0mMCuht0LUFkqXB1bQ6QRGbuZIIPXNY6YDO5nBabielYu5mW87OjEJp4GD1DIgjN5N2ccpR9cQZtPU5B+mSjPo27AX8L3V3cUXsNx1XHhS116SyLKOurrNv0OPAjQnoza+/wDOeJPCp40JrdvLtWy0HrOqJrPqIz0IoizIJgG9m5wgbleLIWHTfXx9aT6YNxCu57BTvVO/zsGg3fcyStZHZTKKdDUy83h5aaTg9JdKNdWZK0n2cAfQXByESNlpme6xlmwA+HQ0441qqhpZuAJDUv1OljZnH17toRiRzZPBYA308juF1qMY+jpZM7Q+/1R1tWN3c0Tm70kQraaLcAG62yigGxmYAwDkvAdhEMPbF+79MzWtzXnoxMGOtVka9lk4Vv1nN3h4Nb88qGzBTaqkv5sXllY3vjgc3HW5bXtzXk137iBdBAiriFlZnXlZQvdvZ0SbgM4fGAnyEFeiURGr7mpiKzS/y/Ql97KjKNp9fvfWLmV5aV6dgRWfnjYJI1FGu9SKOzPQ5IFeMhZTDR5V6XsVkmoKk7KL5QM6yaSrvSgNb+QAXYgyByPAh/dtYJapAzNfR9GIsgqsCoxVkNvsY1m38oZR1CxsKWwKiDEJmSZXuBcAXBtFAApGP1joK4VBfjErDleJ1N2kmtjwsVImNiYBY/vu+P1Cmt0qUuU0Ex7Y+XS6o+V9uPYQyMKhuHabQtckSPS45tHq/YevfZj46omAn4Q1qyhoOG/Ysl64YQSaSST5pzCVJPMbnEAZE4LznK4aeFWj4Tbjy2cnWr9BMAWs9HeqDbct5/5GcEh4Yh6E40NIj/Uf/7l9H/jNBwvb2FCdmWA1/z/cPPc2RGkU4kKTPVWd3cItTosPGc11G5llx6wv+3Hvxlfh0rbUBYRIxvRaTI0XBsq8rtaQHNX+MG1DP7kJPtfrNT+zI2VAQoxCOgYgyFR2H1c8wgn02m/yb4BL7KqGDXbTTZ1GHiPNnukWg/g37wrDpvWl6GPEgHXd6PrVfDi1kXDlodzL64aBHZ5RnWRjd6xdUNt7dfB4a37fDKFYhkx0q3oyT+tA7YPiio5QhbY6NhwxNHkE1uuXxZP0HXBRBQdoL04wfpBOUi9rH87C3cYKbWME9Ef7rgubgBL4qIoFACijwlYQ0SO3dubCaRRcAjC01RA5c649wrIo3oaPkC7oDrAHcKCLFGSU8u0hbl0pX5I+V8wGtuuRRo5gF+ecuSlpZyPpPXFJvexGMOaAE+d0601Go0rbZFE3927lnNK5o5U4k1TOPUVBEsdad55+A9CAgA1Hv3QL5rSSC65sL51XANrOLQNejqCxdWo/IS1wf37zfxAK9sn6Y8zy0uzi2vfMotv8f5cABDL16u1VaQpJvmOeRj3x0VNTXlwJCWNmG4WgmST3VeJlUPiE03330VxOeQa5XN1ueY8AvKj4yPAa5ANznxQ3PrsZa2BQ2RXC5fRSjbkz0X9UIUYSmlI/pfnfAqjODjZr/Ajfuoprk5F3UONx+xo2nawrQaWhhVo2084zP7779G02Mux8Sjsp0uO4PferW38y6ul+mA87GoM6u4uwKKM2yerUKhqf1EEsbH376dEM9gJCTcsns+SaNQfHIYdnxT+ApzNt7VwJcNPGIdD7i3j/znuu5oPRFo9advlWkwL6g0LJQWiqfMQUIxi6ldB9vRjjykvaWvHfRN3iRg0Kdl5LsVchMTuYVu8zKmS4Edb0e4wPTTxv3cJ4fGfBcOjnqMpryrDz3h/jubfhKE7xhKZ1AwCZ2sESMR2apwxDXErirVZE3O7vKqJ5BrOKJSgQixxitiTc4Rm81waAimtWXo8WZoVT+GW7p1aIj+x4mh6na1gYFYADbwS8Tc7aCrN3pZTHrxs6iG8DKwVbQnuFVXyqCF3WorxRTbgGYxpiq2ADdpMUj0SkYr2kZNMdhruk5tyWG8tHvJ4FiqGR/mKOaY5dCT/DWWswUEBOaEAcU59+pTgWcN/N+Uz9q2iTRvzHhiouDAKem90/Nb8pzivpgknbVdmg6kt4KX/uE6xTID/nyNmCGvv0oAMtV/KrKuDOdj1YpCs8zqL1hq8tBNjAWfSePi5UEWlPPLd/Q14eDrwf/T013BA1MQ7fRX/LYHswE34BlvXpeyaOpsYnpFb2XvdO205z0kOFsMtb0mog0E8uAQKifBZM2zgPD1c8YsMYcwVExy/Qdlx4jYrwpNRBgCUX8U1CeyiZsik8kOHFkgAQmeLwCFI4dGRCazO1DiOButW2LCqmis8vP2INAYEmkV08xiAUpkQtUlk0CdICEkoJOps2Lus4iAInkGyq5miWqntM9KwvIECQZC+AslrAiteBgEIXddyAy2aONxE/bU4KZBlFCBGWwC3UMi0jE59GSBAveToCWwMd8ZgXPHNx20f3LxnV/l9S8eX1LerhefOGw6wB3HI3YOZ7Ar+Gt506a5e9MX3Xjne+hDzspfUWxvb+zAR5R63Qccnvidq+BX9PY28YH7BvhnCa+ZjVOukseLcorGySmeRZ8pAWaGVxIArtnQr5s+pT/CxrOtGdqcKs852LjZOKZ5G3fWYJ90c3SfsA30z9Gmz3Rzs8MY52fJ03oB/u04NANkxvHDODh1TcCxvj34FG7At9yLJaYG4wZEVLkBG8fl+Di2AVSQ5eTDFAO/km+gHL6ZHoP5QjOr3/m+y/4EX/Zj+SH8F8WgP4wxzQyYNmCcDYEqHn04QDLBZ2vYKyW1ftXnzlX71UnaNhi/nlVTl0mHhqTLp67sYWuw7LwZtjNsEqqqEmxm2GYoAwpmO2c5r13jlOnZBejcwZCFhJBIocm8Zw1wD0PWsM80lUpqqiqdlsdEi/aubUDrUf1qUoFuG0n+8Yomqd5jleR+T1wZljtywuxlu65/xAM9B3qtL8Z4RhdnmBr9kW3U0rp3ZnMWaTiLO0AbcNl1qoS0fcxyWzNZdpJsOtA24DIw/4RR54q9s9D8Yxw3LNPvZIlR55jl1g6y7AaZtMuFpjsQvwwEShHo8hCAYFHw82WaK0GzVjTkUzF6KbKhCVVbLeLHtc1WIXJQ/hi5w2TJdd5pAwpY+ToafDDPJtNoHM3uukVIE3pgI1oGZNJ8JT+VbR+aIlW90C2yRvP7VoHrT/lOwMU7VPADxKgW2kXbOLu8j+L4Wxi8QqJQFRrsimaRdG1okeCwAs03rvpwdCfSJfs9yDkmdR1LwZSbBN6h01CS2hSizT2HFqJTrnBoM+1OCfCLI5xwA+6EGfROOgPdM06CyDj8l67/BRoN+A4k1xswaI5vGLzWn8ddu7am6dpgEy/lbyce8FlJnfAKTIJBsXthTnTDkCQlyifG93ycSsiipM1M+pbNWy5loxhTypksT+nBQVBBfxJgMusY95hDyKMLjp7CaIHdnaVaDsyMz4Sc1mIXubOFVTSTemDENsg98P9zUvIX5MqLLooxOsHInlheZxdsnerlkJdm3bhaf5oju+wRnWfvZT0zOKVohXXNIW0sk2VOGMcaE+aeOXwDI2X7Veo5dpgoeVZ6Uv/5UGLnfF7Zs+fY4TZJNfUJuV5hJyNZPwbDNKmveFHkibwPXXwwZIf1cy2b+pzG0j5vA7TnVKT/ynNz9oOxIwHZ5s8t2FWwuRkRo81NLDHR1ISKkWsAS5ya8ZH/jBcP8WnWx6yn5I9Gz9i7aAO0+HjasSJUe0xdvIuKUnYtGaCh1IH3FxVMLt7nb5EtFp9tWVRVPSbdudlvtMp960u/vJY7pO/iEKVSTNiZJvbwSOjU7YfGvqzYt0GaWDV6J8I9cduOqdNPQ6VSg5Li4x0sign6cStaD3vHFi9oz1Wt4kE4ZfthZeb+9QERjyDbp8pOwRlKNSRlrdkiBykpQE65iJ3wPYDhjctOF0BvTlLPxHb09iA/z/VqcAz6DellmB++D2itCC1dvs4bnL9sjvdGhO7DgaQaKazsBt00cOGIbz6iqyzwcglscFSkgn142+ELgNaNfCkIXCdH7h2xwHrCwvdhIokWVFf2Ay0N3N/ul47flh8Yav5vM+Q08FzCfl8hvGQ+kZlWCYc78jKNjfZROBfkHBgfbzfEpRA1RllnP8YdsD/qNxNzU799RUYyc+dEjc+/K3mkY6yVOafOWy68aDrz4oyNzlFYF+LNIeJ9H8uyYI0R/1zbTNuxxRe+s5mzn08eCGtBV9+vBCJV836K4lJO/dPfuLEWqHI3KJ3ehHHjw3mvlU6rC1A550Qi71z8RELXLzO/KHriUszNW2/zhYz12n/lrO9dmHHyDJh8W9vZOffOnbmdnZ6M10d386XsvX4P4Vi9Sr+Cls9kHAo6xGDOi7+sam11Ev3RPxp8vt/M754u/HTkXcs7OabYT+5PzLkbfwC15v7f2IW9Fjj+70lAU90P7o/jJS8D3wmwn8pcLFz2u56Ne8VQKRJycl4IMYQmnWg3FiCgsB+OjcF+ykXshP/DabHyv+w5393cwB6glYWxyys+CBS8nQgtEP/nZPMJwi/b2jLHP1FgXfvbuxmCj39XxfosdBZfFdjGOjxuLPvBJnAH992CVAf+CxMncXSmz3Rpqos4wsKWYZj+XUKNVB2glmocTXBNgAa/wQidSQZ2MVPvImw16ws7x2YG+/aTiRyRGmRWk/rfv+8nUS5iK/7fxrQyW28v8WJCtsCUWAxtObZl23L13e2TsEiqNh1dP4uINEIrunrLyVpqJDZpnb4b9GY5hc6qyF9b6ZX8yGuA8mI3GsysqS10donQEo7dPqkWkoOUt7thMLup/tkhJKlovhKx/R6gpmZxHARvAzTfbWMudzl7TM7JGQS+9Z0F6yXZbo7xXljdgG/t5aRJh8OKSaWee5J4AgZAg7hNbIBSs5FX4ABvu3eT4kx9kgRdISmFr2qSnslYcMLfY+HcvmfNkbJkWVS+bIYy37Vp1HyTJKJu78yRnr7MmLKoxZtjD1C7pODwrrYiQwZQJszazKxNSjH0XRIRF6Xv38WOBzCY4iYwGeOECQbeB4lzGl2gtJMmy5VNXVLq+d7Y6MXRZX2ZPSN7Z0bUHUtwbXJVFkLWf4goWfK+bn/3vrkLga9WKOa96Qz5DW1qailF3fZOW0bhTDIIlIKjgmAsFlPoZ1awNKwKxwl2X03TTuGOIIU/bBf2+cAlyzuF6xFS+8qmisodvzGzX8yaUBnjUm/uR/4+/kduj1ecxB9/oTJWAnydkqVcujSYuZOlqKpaXDWDtZMZfAaYPzvhtuPtBMdrjl0OGs4gp8M0CEybdmBHtEtQDTUWqQNqiKsX2sE9+olT/8VxXjoWd+NkJAVIn5ZOaKAb8PU6hmF0XaqO3nJYqTQdhoee8zY6jutoqXQduFbtu/5tZ7SuA7tO79Tl6jrp17EOl5xc2TWj60aD3JS+kvm53EHD49rLHB+fTp+Oa53OcwH8b6keli1+avepdPEjYYFQIVSffnJajSvwAlO3T/dpB6h2K9y4ffQQdtTztHs/S0uFo5hBj+AAt/Ii4FXE4peVqC4yyUZOj1nHaSYPElTfHcjyZ9y6G3NoRtDsnclxur+jVK40VfI4SR5Mhlfo36Akc09b1VluN20nXpy6OHZEfUIq8gSp7l32u+lmfWyVIur0PxnWL/akNIfl4q8TZ6UkjZjlytXB04c95jsou3NjaXju85eX62ttXrVsiFJKVIFXG4eXr9lp+HPSJQzHVd5ddF2PFYhz9NcrLG0FCj0YJLC1VAwPlQn04PoyvYJuiyluH5FL5HQXSYtkeFy4VSjcNjbOb24OamkB2VgF6zhwBcdZQxhcOUintkYmtgK/X7yTQScrfYI4QViq7RXb28Irsm3bmutAteGyZwAMl+FtOAlcC2rQEbXacBpSlYGRcYtOwTMwsOUh3AGtSS7VhaaDIzC8Qp9Cq4mwq/YF7KaxJtoOrcRZFTNgs9ryDB6AAt4jO9i/eZ0WyzPq1Z5EDeCm/mwQMlGLXsJFkLjsE3gYsldQFeat9sD8Y7APOgIAADyD/qvw0+gPMPMEbG17DrdAEVBtyjZdBz21W0B4IVjXvoabeLERoFqQQhxNnGccdTsAwCT0vpdQTxSgvFUC1vegw7I7I4Ha8homQ746U41uqo1Fb5dl5Pr6B3BfHfkA+idg++o8soAL0BOQ/1MqbfRt1LUBx5CH1EzmlH+p2L9WVz3a9fqid6xuUt4LpZc6YwR401QfICJ/J6y4ymQ/5xC4X4KGaP/iQJFGhyyO+v9mKt0/1hu0jSb+yUzjElOHUUNRQ0RRCEWIyk4gjXYTjWB8RTKq6SKdq/2WMRzBNeQBAC5+KSKC5beIMnZKhFj+CKTRf0UjPP9FMlbXIl1SnIAYh6gOCggJO9MUQ61wr8pUP/p+RZcnCMG4t/AnhkirjN3sou17ZAw8bPHoHlNad6wgs3kGjw6nScwSZMA2bXxKy9N226f5blqZL2pBAgSSs9OO0Sh7Jy3B+stP6tjH/xVysgkIiOP93vtPKIjozhvWxo5A2KtMdLxlcUZHzqMEec/cjxqImfEMOZquLcJY0vMNUCvZ8BTW4skWnl5Pqm7yXz6/7Xgh6C7/QMhE4SNAiAgxEggMLAgHRYoMwwmSohmW4wVRkhVV0w3Tsh3X84MwipM0y4uyqpu264dxmpe1QGpRnE8EEr3kFtipYKrSdd3YJZx91tEDtz6rhoAHUlFyzFKR6eyAeveg6HJnE+qKZDj/nOXeJiUDdxHU1Hmtaj2MwFWPTEIIKRsizoyehpjz1mfq820igynd5kFuB3rNrM5emHMQ/ToptSetxgzkshzo+jv11kqtuZ3O5/ol0tiDbb4gO04Rx1UHIU66S3WUjPWBCloEjcp1Xn35og8EC5U45qm2WitPlIjXsQIZq2Yp05FU9Hj2pF1uVcmJyJD3wHUzVaEurFcTNhFd6VYPZmtLzAquZH8duypU0/EdMEVN+JFGckxHvB6IV/fWtQuIT9uLp4S6dtaQge8xZYDULNtknVrADu964DF/6iDY4HImxWFMgrpwzJbZluFE/KYANFYBXO3T/fjZdd3KUi4AAAAA') format('woff2'), url(../../assets/images/iconfont.woff) format('woff'), url(../../assets/images/iconfont.ttf) format('truetype'),  url(../../assets/images/iconfont.svg#iconfont) format('svg');
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-quxiaoshoucang:before {
  content: "\E613";
}
.icon-quxiao:before {
  content: "\E604";
}
.icon-shoucang:before {
  content: "\E605";
}
.icon-bangzhu:before {
  content: "\E606";
}
.icon-shanchu:before {
  content: "\E607";
}
.icon-bianji:before {
  content: "\E608";
}
.icon-sousuo:before {
  content: "\E609";
}
.icon-xiangxia:before {
  content: "\E60A";
}
.icon-xiangshang1:before {
  content: "\E60B";
}
.icon-xiangyou:before {
  content: "\E60C";
}
.icon-xiangzuo:before {
  content: "\E60D";
}
.icon-xiaoyuandian:before {
  content: "\E60E";
}
.icon-bianji1:before {
  content: "\E60F";
}
.icon-chakan:before {
  content: "\E610";
}
.icon-fenxiang:before {
  content: "\E611";
}
.icon-xingxing:before {
  content: "\E612";
}
.icon-shijian:before {
  content: "\E614";
}
.icon-huifu:before {
  content: "\E615";
}
.icon-tishi:before {
  content: "\E616";
}
.icon-jiahao:before {
  content: "\E617";
}
.icon-jinji:before {
  content: "\E618";
}
.icon-zhongyao:before {
  content: "\E619";
}
.icon-chaoshi:before {
  content: "\E61A";
}
.icon-kuaiguoqi:before {
  content: "\E61B";
}
.icon-xin:before {
  content: "\E61C";
}
.icon-shoucang-xingxing:before {
  content: "\E61E";
}
.icon-quxiaoshoucang-xingxing:before {
  content: "\E61F";
}
.icon-xinwengonggao:before {
  content: "\E620";
}
.icon-danwei:before {
  content: "\E621";
}
.icon-dingyue:before {
  content: "\E623";
}
.icon-qiyeweixin:before {
  content: "\E624";
}
.icon-weixin:before {
  content: "\E625";
}
.icon-QQ:before {
  content: "\E626";
}
.icon-qiapian:before {
  content: "\E627";
}
.icon-qiapian1:before {
  content: "\E628";
}
.icon-xiaoxitixing:before {
  content: "\E62B";
}
.icon-xiaoxitixing1:before {
  content: "\E62C";
}
.icon-xin1:before {
  content: "\E62D";
}
.icon-mokuai:before {
  content: "\E62E";
}
.icon-shezhi:before {
  content: "\E636";
}
.icon-shezhi1:before {
  content: "\E637";
}
.icon-yonghu:before {
  content: "\E647";
}
.icon-fanhui:before {
  content: "\E648";
}
.icon-yidong:before {
  content: "\E655";
}
.icon-lingdang:before {
  content: "\E656";
}
.icon-lingdang1:before {
  content: "\E657";
}
.icon-jijian:before {
  content: "\E658";
}
.icon-bangzhu1:before {
  content: "\E659";
}
.icon-yichaoshi:before {
  content: "\E65A";
}
.icon-kuaidaoqi:before {
  content: "\E65B";
}
.icon-huizhi:before {
  content: "\E65C";
}
.icon-hulve:before {
  content: "\E65D";
}
.icon-jin:before {
  content: "\E65E";
}
.icon-jin-green:before {
  content: "\E65F";
}
.icon-jin-white:before {
  content: "\E660";
}
.icon-wenjuan:before {
  content: "\E602";
}
.icon-huidaodingbu:before {
  content: "\E603";
}
.icon-tianjia:before {
  content: "\E61D";
}
.icon-fankuixiaojingling:before {
  content: "\E622";
}
.icon-yindao:before {
  content: "\E629";
}
.icon-fanhui1:before {
  content: "\E62A";
}
.icon-shuaxin:before {
  content: "\E62F";
}
.icon-zhuanhuanqiapian:before {
  content: "\E630";
}
.icon-zhuanhuanqiapian-copy:before {
  content: "\E661";
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
/*************** 共用样式***************/
.src-assets-style-oaMessage--index-conditionStyle-2AF9i {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-oaMessage--index-menuText-KsDwE {
  width: 0.75rem;
  display: inline-block;
}
.src-assets-style-oaMessage--index-dropdownBoxDisplayNone-1Jmsg {
  display: none;
}
.src-assets-style-oaMessage--index-selectColor-2YY7K {
  color: var(--themeColor);
}
.src-assets-style-oaMessage--index-toolTip-38h82 .ant-tooltip-content .ant-tooltip-inner {
  width: 7.6rem !important;
}
.src-assets-style-oaMessage--index-toolTip2-11CUw .ant-tooltip-content .ant-tooltip-inner {
  width: 5.1rem !important;
}
.src-assets-style-oaMessage--index-main-content-2vQnr {
  min-height: 14.8rem !important;
}
.src-assets-style-oaMessage--index-bodyFixed-1e4bz {
  position: fixed;
  width: 100%;
}
.src-assets-style-oaMessage--index-overflow-1igg1 {
  overflow: hidden;
}
.src-assets-style-oaMessage--index-fontGray-2cAlm {
  color: #adadad;
}
.src-assets-style-oaMessage--index-fontLightBlack-ypjOi {
  color: #808080;
}
.src-assets-style-oaMessage--index-fontLine-Q2as_ {
  color: #adadad;
  margin-left: 0.06rem;
}
.src-assets-style-oaMessage--index-mgt12-_OtOO {
  margin-top: 0.12rem;
}
.src-assets-style-oaMessage--index-textCenter-1svSn {
  text-align: center;
  color: #808080;
  cursor: pointer;
}
.src-assets-style-oaMessage--index-pdr5-3OQrx {
  padding-right: 0.05rem;
}
.src-assets-style-oaMessage--index-fontSc-BvpUp {
  padding-right: 0.05rem;
  text-align: center;
  font-size: 0.28rem;
  color: #595959;
}
.src-assets-style-oaMessage--index-lineHeight-m-7TQ {
  line-height: 0.4rem;
  /*margin-left: -450px;*/
  width: 4rem;
}
/* 服务入口页面布局样式 */
.src-assets-style-oaMessage--index-flex-3tRNX {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-contentMain-18zWC img {
  max-width: 100%;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-contentMain-18zWC .ant-card-bordered {
  width: calc(100% - 2.28rem);
  display: inline-block;
  max-width: 100%;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-contentMain-18zWC .ant-card-bordered .ant-card-body p {
  padding: 0px 0.32rem;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-contentMain-18zWC .ant-card-bordered .ant-card-body img {
  max-width: 100%;
}
.src-assets-style-oaMessage--index-flex-3tRNX .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaMessage--index-flex-3tRNX .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaMessage--index-flex-3tRNX .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaMessage--index-flex-3tRNX .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-limitLength--R24X,
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-limitSplit-fAwJS {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-limitLength--R24X {
  width: 0.95rem;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-limitSplit-fAwJS {
  width: 0.2rem;
  text-align: center;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 {
  width: 3.87rem;
  overflow: hidden;
  float: right;
  margin-top: 0.25rem;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightTop-2ZAAm:hover {
  cursor: pointer;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightTop-2ZAAm:hover .src-assets-style-oaMessage--index-rightAffairsBox-JHKV6 .anticon {
  display: inline-block;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightTop-2ZAAm {
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  min-height: 4.05rem;
  background-color: white;
  border: 1px solid #e8e8e8;
  margin-bottom: 0.26rem;
  position: relative;
  /* 全部事务右边推荐事务 */
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightTop-2ZAAm .src-assets-style-oaMessage--index-rightAffairsBox-JHKV6 .anticon {
  display: none;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightTop-2ZAAm .src-assets-style-oaMessage--index-iconLeft-1okmR {
  color: #D4D4D4;
  font-size: 0.25rem;
  position: absolute;
  left: 0.1rem;
  z-index: 2;
  top: 47%;
  transform: translateY(-50%);
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightTop-2ZAAm .src-assets-style-oaMessage--index-iconLeft-1okmR:hover {
  color: #AAAAAA;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightTop-2ZAAm .src-assets-style-oaMessage--index-iconRight-2ATMr {
  color: #D4D4D4;
  font-size: 0.25rem;
  position: absolute;
  right: 0.1rem;
  z-index: 2;
  top: 47%;
  transform: translateY(-50%);
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightTop-2ZAAm .src-assets-style-oaMessage--index-iconRight-2ATMr:hover {
  color: #AAAAAA;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightTop-2ZAAm .ant-card {
  position: static;
  color: #666666;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightTop-2ZAAm .src-assets-style-oaMessage--index-affairTitle-3j71U .ant-card-body {
  padding: 0px;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightTop-2ZAAm .src-assets-style-oaMessage--index-affairTitle-3j71U .ant-card-head {
  border-bottom: none;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightTop-2ZAAm .src-assets-style-oaMessage--index-affairTitle-3j71U .ant-list-grid .ant-list-item {
  margin-bottom: 0;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightTop-2ZAAm .src-assets-style-oaMessage--index-affairTitle-3j71U .ant-carousel .slick-dots {
  bottom: 0.35rem;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightTop-2ZAAm .src-assets-style-oaMessage--index-affairTitle-3j71U .ant-carousel .slick-slider {
  position: static;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightTop-2ZAAm .src-assets-style-oaMessage--index-affairTitle-3j71U .ant-carousel .slick-dots li.slick-active button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #1890ff;*/
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightTop-2ZAAm .src-assets-style-oaMessage--index-affairTitle-3j71U .ant-carousel .slick-dots li button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #b8c4cc;*/
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightTop-2ZAAm .src-assets-style-oaMessage--index-affairTitle-3j71U .src-assets-style-oaMessage--index-noDataIcon-SML32 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightTop-2ZAAm .src-assets-style-oaMessage--index-affairTitle-3j71U .src-assets-style-oaMessage--index-fontBlack-3cdp2 {
  font-size: 0.18rem;
  font-weight: bold;
  color: #474747;
  line-height: 0.21rem;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightTop-2ZAAm .src-assets-style-oaMessage--index-affairTitle-3j71U .src-assets-style-oaMessage--index-serviceCollectDivRelative-1mBBz {
  position: relative;
  text-align: center;
  /* .radiusDiv:hover{
             box-shadow: 0px 0px 10px 4px rgba(68, 126, 98, 0.35);


           }*/
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightTop-2ZAAm .src-assets-style-oaMessage--index-affairTitle-3j71U .src-assets-style-oaMessage--index-serviceCollectDivRelative-1mBBz .src-assets-style-oaMessage--index-radiusDiv-3R3EZ {
  /*border: 1px solid rgba(90, 137, 181, 0.33);*/
  background: #ffffff;
  height: 0.66rem;
  width: 0.66rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-radius: 33px;
  margin-bottom: 0.15rem;
  margin-left: 0.17rem;
  border-radius: 50%;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightTop-2ZAAm .src-assets-style-oaMessage--index-affairTitle-3j71U .src-assets-style-oaMessage--index-serviceCollectDivRelative-1mBBz .src-assets-style-oaMessage--index-radiusDiv-3R3EZ .src-assets-style-oaMessage--index-imageRadius-1MSiF {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightTop-2ZAAm .src-assets-style-oaMessage--index-affairTitle-3j71U .src-assets-style-oaMessage--index-serviceCollectDivRelative-1mBBz .ant-card-body {
  padding: 0.11rem 0.07rem 0.18rem 0.09rem;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightTop-2ZAAm .src-assets-style-oaMessage--index-affairTitle-3j71U .src-assets-style-oaMessage--index-serviceCollectDivRelative-1mBBz .ant-card-bordered {
  border: none;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightTop-2ZAAm .src-assets-style-oaMessage--index-affairTitle-3j71U .src-assets-style-oaMessage--index-serviceCollectDivRelative-1mBBz .src-assets-style-oaMessage--index-textCenter-1svSn {
  text-align: center;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-right-3aYK6 .src-assets-style-oaMessage--index-rightBottom-2WP4G {
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  background-color: white;
  min-height: 4.05rem;
  margin-top: 0.26rem;
  border: 1px solid #e8e8e8;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaMessage--index-collectRadiusDiv-2LBT6 {
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  height: 0.66rem;
  width: 0.66rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-radius: 33px;
  margin: 0 auto;
  box-shadow: 0px 0px 0.05rem rgba(0, 168, 84, 0.3);
  margin-bottom: 0.07rem;
  margin-top: 0.08rem;
}
.src-assets-style-oaMessage--index-optBackground-15SiE {
  background: #fff;
}
.src-assets-style-oaMessage--index-optBackground-15SiE a {
  color: #000;
}
.src-assets-style-oaMessage--index-optBackground-15SiE a:hover {
  color: #fff;
}
.src-assets-style-oaMessage--index-optName-17X_Q {
  width: 100%;
  height: 100%;
}
.src-assets-style-oaMessage--index-optImg-39PsR {
  margin-right: 0.1rem;
  width: 0.22rem;
  height: 0.22rem;
}
.src-assets-style-oaMessage--index-dropdownBox-2YEMq .ant-select-dropdown-menu-item:hover {
  background: #e6f7ff;
}
.src-assets-style-oaMessage--index-dropdownBox-2YEMq .ant-select-dropdown-menu-item:hover a {
  color: #397EF0;
}
.src-assets-style-oaMessage--index-dropdownBox-2YEMq .ant-select-dropdown-menu {
  overflow: hidden;
  max-height: none;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .ant-select .ant-select-selection {
  border: 1px solid rgba(0, 0, 0, 0);
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-screenBtn-3nso7 {
  cursor: pointer;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-screenBtn-3nso7 .ant-btn {
  border: none;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-searchBox-3dCKy {
  width: 5.5rem;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-searchBox-3dCKy input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-sceneNav-1bBwJ {
  display: inline-block;
  position: absolute;
  margin-left: 0.55rem;
  height: 0.24rem;
  margin-top: 0.06rem;
  cursor: pointer;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-sceneNav-1bBwJ span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: top;
  margin-top: 1px;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-sceneNav-1bBwJ .src-assets-style-oaMessage--index-sceneIcon-1O8w0 {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-searchList-1GlS7 {
  line-height: 2;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-searchList-1GlS7 .ant-tag-checkable-checked {
  border-radius: 12px;
  color: var(--themeColor);
  background: var(--themeColorBg);
  border-color: var(--themeColor1);
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-searchList-1GlS7 .ant-tag {
  cursor: pointer;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-searchList-1GlS7 .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-searchList-1GlS7 .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: var(--themeColor);
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-searchList-1GlS7 .src-assets-style-oaMessage--index-item-1er2D {
  width: calc(100% - 0.42rem);
  display: inline-block;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-searchList-1GlS7 .src-assets-style-oaMessage--index-all-19e-O {
  display: inline-block;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-searchList-1GlS7 .src-assets-style-oaMessage--index-all-19e-O .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-searchList-1GlS7 .src-assets-style-oaMessage--index-searchTitle-3CNuX {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-searchList-1GlS7 span {
  color: #808080;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-searchList-1GlS7 .src-assets-style-oaMessage--index-hideItem-3-a2G {
  display: inline-block;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-searchList-1GlS7 .src-assets-style-oaMessage--index-rightBtn-1krm9 {
  float: right;
  cursor: pointer;
  margin-top: 0.09rem;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-searchList-1GlS7 .ant-btn {
  border: none;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .theme-blue .ant-btn:hover,
.src-assets-style-oaMessage--index-searchContent-dmjOt .theme-blue .ant-btn:focus {
  color: #808080;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .ant-input-prefix {
  color: #cdcdcd;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaMessage--index-searchContent-dmjOt .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaMessage--index-cardFrame-lDaZa .src-assets-style-oaMessage--index-cardItem-1xkjZ:hover {
  cursor: pointer;
  box-shadow: 0px 0px 0.1rem 0px rgba(3, 57, 107, 0.4);
  transition: all 0.5s;
}
.src-assets-style-oaMessage--index-cardFrame-lDaZa .src-assets-style-oaMessage--index-cardItem-1xkjZ:hover button {
  display: block;
  position: absolute;
  right: 0.16rem;
  top: 0.17rem;
  z-index: 2;
  /* opacity: 0.65;*/
}
.src-assets-style-oaMessage--index-cardFrame-lDaZa .src-assets-style-oaMessage--index-cardItem-1xkjZ:hover button:hover {
  opacity: 1;
}
.src-assets-style-oaMessage--index-cardFrame-lDaZa button {
  display: none;
}
.src-assets-style-oaMessage--index-cardFrame-lDaZa .src-assets-style-oaMessage--index-saveIco-130hQ {
  width: 0.48rem;
  height: 0.48rem;
}
.src-assets-style-oaMessage--index-cardFrame-lDaZa .src-assets-style-oaMessage--index-iconTj-1UwK_ {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: 1px;
  left: 0.06rem;
}
.src-assets-style-oaMessage--index-cardFrame-lDaZa .src-assets-style-oaMessage--index-tag-1ugPb {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  height: 0.25rem;
  -webkit-box-orient: vertical;
  clear: both;
}
.src-assets-style-oaMessage--index-cardFrame-lDaZa .src-assets-style-oaMessage--index-tag-1ugPb .src-assets-style-oaMessage--index-fontBlack-3cdp2 {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaMessage--index-cardFrame-lDaZa .src-assets-style-oaMessage--index-comment-8QXRe {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaMessage--index-cardFrame-lDaZa .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaMessage--index-cardFrame-lDaZa .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0px;
}
.src-assets-style-oaMessage--index-cardFrame-lDaZa .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaMessage--index-cardFrame-lDaZa .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaMessage--index-cardFrame-lDaZa .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaMessage--index-cardFrame-lDaZa .ant-list-item-meta-description {
  line-height: 0.25rem;
}
.src-assets-style-oaMessage--index-cardFrame-lDaZa .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaMessage--index-cardFrame-lDaZa a {
  color: #474747;
}
.src-assets-style-oaMessage--index-cardFrame-lDaZa a:hover {
  /*color: #1890ff;*/
  text-decoration: underline;
}
.src-assets-style-oaMessage--index-jian-1tJKn {
  display: inline-flex;
  height: 0.31rem;
}
.src-assets-style-oaMessage--index-flex-3tRNX {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-applyContentTop-3NdQ4 {
  width: 100%;
  height: 1.8rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-applyContentTop-3NdQ4 .ant-list-item-main {
  display: inline-block;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-applyContentTop-3NdQ4 .ant-list-item-extra {
  float: right;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-applyContentTop-3NdQ4 .src-assets-style-oaMessage--index-comment-8QXRe {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-applyContentTop-3NdQ4 .src-assets-style-oaMessage--index-saveIco-130hQ {
  width: 0.48rem;
  height: 0.48rem;
  /*background: #23d688;*/
  /* border-radius: 50%;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-applyContentTop-3NdQ4 .src-assets-style-oaMessage--index-iconTj-1UwK_ {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: -0.02rem;
  left: 0.06rem;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-applyContentTop-3NdQ4 .src-assets-style-oaMessage--index-tag-1ugPb {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 0.26rem;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-applyContentTop-3NdQ4 .src-assets-style-oaMessage--index-tag-1ugPb .src-assets-style-oaMessage--index-fontBlack-3cdp2 {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-applyContentTop-3NdQ4 .src-assets-style-oaMessage--index-grade-19RpZ {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  color: #808080;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-applyContentTop-3NdQ4 .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-applyContentTop-3NdQ4 .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0.03rem;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-applyContentTop-3NdQ4 .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-applyContentTop-3NdQ4 .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-applyContentTop-3NdQ4 .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-applyContentTop-3NdQ4 .ant-list-item-meta-description {
  line-height: 2;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-applyContentTop-3NdQ4 .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-applyContentTop-3NdQ4 .ant-card-bordered {
  border: none;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-applyContentTop-3NdQ4 .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-applyContentTop-3NdQ4 .ant-col-12 {
  width: 100%;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-applyContentTop-3NdQ4 .ant-card-bordered {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-applyContentTop-3NdQ4 .ant-card-wider-padding .ant-card-body {
  padding: 0.24rem 0px 0.15rem 0.24rem;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-applyContentTopTitle-2zYhM a {
  color: #474747;
  font-weight: bold;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-contenBottom-2sKhK {
  display: table;
  margin-top: 0.28rem;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-contenBottom-2sKhK .src-assets-style-oaMessage--index-userGuide-1GL6s {
  height: auto;
  min-height: 5.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
  position: relative;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-contenBottom-2sKhK .src-assets-style-oaMessage--index-userGuide-1GL6s .src-assets-style-oaMessage--index-rightAnchor-Wr8Hf {
  position: absolute;
  right: 0.35rem;
  top: 0.3rem;
  z-index: 999;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-contenBottom-2sKhK .src-assets-style-oaMessage--index-userGuide-1GL6s .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-contenBottom-2sKhK .src-assets-style-oaMessage--index-userGuide-1GL6s .ant-card-bordered {
  border: none;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-contenBottom-2sKhK .src-assets-style-oaMessage--index-userGuide-1GL6s .ant-card-head {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-contenBottom-2sKhK .src-assets-style-oaMessage--index-userGuide-1GL6s .ant-card-head-title {
  font-weight: bold;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-contenBottom-2sKhK .src-assets-style-oaMessage--index-userGuide-1GL6s .ant-list-split .ant-list-item {
  border-bottom: none;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-contenBottom-2sKhK .src-assets-style-oaMessage--index-userGuide-1GL6s .ant-list-split .ant-list-header {
  border-bottom: none;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-contenBottom-2sKhK .src-assets-style-oaMessage--index-userGuide-1GL6s .ant-list-item {
  padding: 0;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-contenBottom-2sKhK .src-assets-style-oaMessage--index-userGuide-1GL6s .ant-list-header,
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-contenBottom-2sKhK .src-assets-style-oaMessage--index-userGuide-1GL6s .ant-list-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-contenBottom-2sKhK .src-assets-style-oaMessage--index-userGuide-1GL6s .ant-anchor-ink-ball {
  width: 0.14rem;
  height: 0.14rem;
  border: 4px solid #1890ff;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-contenBottom-2sKhK .src-assets-style-oaMessage--index-userGuide-1GL6s .ant-anchor-wrapper {
  padding-left: 0.1rem;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-userEvaluation-31TYi {
  height: auto;
  min-height: 5.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
  display: table-cell;
  width: 3rem;
  vertical-align: top;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-userEvaluation-31TYi .src-assets-style-oaMessage--index-title-188x3 {
  font-size: 0.16rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.21rem;
  margin: 0.18rem 0 0.3rem 0.08rem;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-userEvaluation-31TYi .src-assets-style-oaMessage--index-evaluationDetails-1X3ZF {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-userEvaluation-31TYi .src-assets-style-oaMessage--index-evaluationDetails-1X3ZF .src-assets-style-oaMessage--index-describe-2h8Bk {
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-userEvaluation-31TYi .src-assets-style-oaMessage--index-evaluationDetails-1X3ZF .src-assets-style-oaMessage--index-userName-2ZZI4 {
  float: left;
  color: #010101;
}
.src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-userEvaluation-31TYi .src-assets-style-oaMessage--index-evaluationDetails-1X3ZF .src-assets-style-oaMessage--index-time-qGzwB {
  float: right;
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaMessage--index-nullData-1IJFt {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-oaMessage--index-nullData-1IJFt .src-assets-style-oaMessage--index-message-23Fe7 {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-oaMessage--index-limitedTime-3JtWd {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.45rem;
  width: 0.5rem;
}
.src-assets-style-oaMessage--index-limitedTime-3JtWd .src-assets-style-oaMessage--index-backBorder-VwM-L {
  border-top: solid 40px #ff9900;
  border-right: solid 50px rgba(0, 0, 0, 0);
}
.src-assets-style-oaMessage--index-limitedTime-3JtWd .src-assets-style-oaMessage--index-inner-2FuRO {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: 1px;
  transform: rotate(45);
  transform: rotate;
  transform: rotate(-45deg);
}
.src-assets-style-oaMessage--index-limitedTimeLeft-3du_2 {
  position: absolute;
  top: 0px;
  left: -0.07rem;
  width: 0.5rem;
  height: 0.45rem;
}
.src-assets-style-oaMessage--index-limitedTimeLeft-3du_2 .src-assets-style-oaMessage--index-backBorder-VwM-L {
  border-top: solid 50px #ff9900;
  border-right: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-oaMessage--index-limitedTimeLeft-3du_2 .src-assets-style-oaMessage--index-inner-2FuRO {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: 1px;
  transform: rotate(45);
  transform: rotate;
  transform: rotate(-45deg);
}
.src-assets-style-oaMessage--index-footerStyle-2eHGW {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaMessage--index-pagingMargin1-2cjZP {
  margin-left: 0.2rem;
}
.src-assets-style-oaMessage--index-pagingMargin2-1UrxG {
  margin-left: 0.5rem;
}
.src-assets-style-oaMessage--index-pagingLeft-3ImQu {
  display: inline-block;
  width: 60%;
}
.src-assets-style-oaMessage--index-pagingRight-5Kujl {
  display: inline-block;
  text-align: right;
  padding-right: 0.1rem;
  width: 40%;
}
.src-assets-style-oaMessage--index-pageingButton-3JTCj {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-oaMessage--index-pageingNotAllowed-2PgHj {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-oaMessage--index-itemButton-WB7JZ {
  margin-right: 0.1rem;
}
.src-assets-style-oaMessage--index-itemButton-WB7JZ .src-assets-style-oaMessage--index-img-1XjFq {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-oaMessage--index-itemButton-WB7JZ i {
  margin-right: 0.05rem;
}
.src-assets-style-oaMessage--index-breadcrumb-3npOK {
  width: 3.5rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-oaMessage--index-breadcrumbItem-3OAq4 {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-oaMessage--index-card-38SGW {
  float: left;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 0.25rem;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
}
.src-assets-style-oaMessage--index-card-38SGW .ant-tabs {
  overflow: visible;
}
.src-assets-style-oaMessage--index-fixBotBarWrap-1PkrH {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #F2F2F2;
  border-top: 1px solid #E1E6E3;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
}
.src-assets-style-oaMessage--index-fixBotBarWrap-1PkrH .ant-btn {
  margin-top: 0.1rem;
}
.src-assets-style-oaMessage--index-affairsCard_linkTitle-3uXGK {
  float: left;
  margin-right: 0.04rem;
}
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaMessage--index-cardFrame-lDaZa .src-assets-style-oaMessage--index-cardItem-1xkjZ:hover button {
  background-color: #70b470;
  border-color: #70b470;
}
.theme-green .src-assets-style-oaMessage--index-cardFrame-lDaZa .src-assets-style-oaMessage--index-cardItem-1xkjZ:hover button:hover {
  background-color: #00a854;
  border-color: #00a854;
}
/**************************** 绿色主题开始 ***************************/
/**************************** 红色主题开始 ***************************/
.theme-red .src-assets-style-oaMessage--index-selectColor-2YY7K {
  color: #F63E62;
}
.theme-red .src-assets-style-oaMessage--index-footerStyle-2eHGW {
  background-color: #fffafb;
}
.theme-red .src-assets-style-oaMessage--index-pageingButton-3JTCj {
  color: #F63E62;
}
.theme-red .src-assets-style-oaMessage--index-cardFrame-lDaZa .src-assets-style-oaMessage--index-cardItem-1xkjZ:hover button {
  background-color: #F63E62;
  border-color: #F63E62;
}
.theme-red .src-assets-style-oaMessage--index-cardFrame-lDaZa .src-assets-style-oaMessage--index-cardItem-1xkjZ:hover button:hover {
  background-color: #9A001E;
  border-color: #9A001E;
}
.theme-red .src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-searchList-1GlS7 .ant-tag-checkable-checked {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-searchList-1GlS7 .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaMessage--index-pagination-20fnt {
  box-shadow: 0px 0px 0.1rem 0px rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaMessage--index-pagination-20fnt .src-assets-style-oaMessage--index-affairTotal-3uouj .src-assets-style-oaMessage--index-fontBlue-yd7a_ {
  color: #F63E62;
}
.theme-red .src-assets-style-oaMessage--index-activeLetter-SjUYx {
  background: #F63E62;
}
.theme-red .src-assets-style-oaMessage--index-letter-1hwnE:hover {
  background: #F63E62;
}
.theme-red .src-assets-style-oaMessage--index-radiusDiv-3R3EZ {
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaMessage--index-radiusDiv-3R3EZ:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-oaMessage--index-affairTitle-3j71U .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
.theme-red .src-assets-style-oaMessage--index-affairTitle-3j71U .ant-carousel .slick-dots li button {
  background: rgba(255, 0, 0, 0.5);
}
.theme-red .src-assets-style-oaMessage--index-cardFrame-lDaZa a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaMessage--index-dropdownBox-2YEMq .ant-select-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-oaMessage--index-dropdownBox-2YEMq .ant-select-dropdown-menu-item:hover a {
  color: #F63E62;
}
.theme-red .src-assets-style-oaMessage--index-sceneNav-1bBwJ span {
  color: #9A001E;
}
.theme-red .src-assets-style-oaMessage--index-sceneNav-1bBwJ .src-assets-style-oaMessage--index-sceneIcon-1O8w0 {
  background: url(../../assets/images/mapIcon_red.png) no-repeat center;
  background-size: cover;
}
.theme-red .src-assets-style-oaMessage--index-receiptDiv-3-LXb {
  background: #9A001E;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-assets-style-oaMessage--index-selectColor-2YY7K {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaMessage--index-footerStyle-2eHGW {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-oaMessage--index-pageingButton-3JTCj {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaMessage--index-cardFrame-lDaZa .src-assets-style-oaMessage--index-cardItem-1xkjZ:hover button {
  background-color: #71b8ef;
  border-color: #71b8ef;
}
.theme-blue .src-assets-style-oaMessage--index-cardFrame-lDaZa .src-assets-style-oaMessage--index-cardItem-1xkjZ:hover button:hover {
  background-color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-searchList-1GlS7 .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #a2ceff;
}
.theme-blue .src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-searchList-1GlS7 .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaMessage--index-pagination-20fnt {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaMessage--index-pagination-20fnt .src-assets-style-oaMessage--index-affairTotal-3uouj .src-assets-style-oaMessage--index-fontBlue-yd7a_ {
  color: #1890ff;
}
.theme-blue .src-assets-style-oaMessage--index-activeLetter-SjUYx {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaMessage--index-letter-1hwnE:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaMessage--index-radiusDiv-3R3EZ {
  border: 1px solid rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaMessage--index-radiusDiv-3R3EZ:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-oaMessage--index-affairTitle-3j71U .ant-carousel .slick-dots li.slick-active button {
  background: #1890ff;
}
.theme-blue .src-assets-style-oaMessage--index-affairTitle-3j71U .ant-carousel .slick-dots li button {
  background: rgba(35, 145, 230, 0.7);
}
.theme-blue .src-assets-style-oaMessage--index-cardFrame-lDaZa a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaMessage--index-sceneNav-1bBwJ span {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaMessage--index-sceneNav-1bBwJ .src-assets-style-oaMessage--index-sceneIcon-1O8w0 {
  background: url(../../assets/images/mapIcon_blue.png) no-repeat center;
  background-size: cover;
}
.theme-blue .src-assets-style-oaMessage--index-receiptDiv-3-LXb {
  background: #397EF0;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-searchList-1GlS7 .ant-tag-checkable-checked {
  color: #1C9750;
  background: #E6FFF1;
  border-color: #1C9750;
}
.theme-green .src-assets-style-oaMessage--index-searchContent-dmjOt .src-assets-style-oaMessage--index-searchList-1GlS7 .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1C9750;
}
.theme-green .src-assets-style-oaMessage--index-pagination-20fnt {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-oaMessage--index-pagination-20fnt .src-assets-style-oaMessage--index-affairTotal-3uouj .src-assets-style-oaMessage--index-fontBlue-yd7a_ {
  color: #1C9750;
}
.theme-green .src-assets-style-oaMessage--index-activeLetter-SjUYx {
  background: #1C9750;
}
.theme-green .src-assets-style-oaMessage--index-letter-1hwnE:hover {
  background: #1C9750;
}
.theme-green .src-assets-style-oaMessage--index-radiusDiv-3R3EZ:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(68, 126, 98, 0.35);
}
.theme-green .src-assets-style-oaMessage--index-radiusDiv-3R3EZ {
  border: 1px solid rgba(87, 177, 134, 0.1);
}
.theme-green .src-assets-style-oaMessage--index-affairTitle-3j71U .ant-carousel .slick-dots li.slick-active button {
  background: #1C9750;
}
.theme-green .src-assets-style-oaMessage--index-affairTitle-3j71U .ant-carousel .slick-dots li button {
  background: rgba(10, 150, 50, 0.7);
}
.theme-green .src-assets-style-oaMessage--index-cardFrame-lDaZa a:hover {
  color: #00a854;
}
.theme-green .src-assets-style-oaMessage--index-dropdownBox-2YEMq .ant-select-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.theme-green .src-assets-style-oaMessage--index-dropdownBox-2YEMq .ant-select-dropdown-menu-item:hover a {
  color: #00a854;
}
.theme-green .src-assets-style-oaMessage--index-sceneNav-1bBwJ span {
  color: #005825;
}
.theme-green .src-assets-style-oaMessage--index-sceneNav-1bBwJ .src-assets-style-oaMessage--index-sceneIcon-1O8w0 {
  background: url(../../assets/images/mapIcon_green.png) no-repeat center;
  background-size: cover;
}
.theme-green .src-assets-style-oaMessage--index-receiptDiv-3-LXb {
  background: #005825;
}
/**************************** 绿色主题结束 **************************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-left-2Cjy2 {
    border-radius: 6px;
    width: 100%;
  }
  .font-normal .src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-left-2Cjy2 .src-assets-style-oaMessage--index-leftBody-1chex .src-assets-style-oaMessage--index-leftService-IZKcE {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-left-2Cjy2 {
    width: 100%;
  }
  .font-normal .src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-left-2Cjy2 .src-assets-style-oaMessage--index-leftBody-1chex .src-assets-style-oaMessage--index-leftService-IZKcE {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-leftContent-1tdGH {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-leftContent-1tdGH {
    width: 100%;
  }
}
@media (max-height: 830px) {
  .font-normal .src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-leftContent-1tdGH .src-assets-style-oaMessage--index-AllLetter-3jh4J {
    bottom: 4.85rem;
  }
}
@media (min-height: 831px) {
  .font-normal .src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-leftContent-1tdGH .src-assets-style-oaMessage--index-AllLetter-3jh4J {
    top: 3.26rem;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-left-2Cjy2 {
    border-radius: 6px;
    width: 100%;
  }
  .font-large .src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-left-2Cjy2 .src-assets-style-oaMessage--index-leftBody-1chex .src-assets-style-oaMessage--index-leftService-IZKcE {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-left-2Cjy2 {
    width: 100%;
  }
  .font-large .src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-left-2Cjy2 .src-assets-style-oaMessage--index-leftBody-1chex .src-assets-style-oaMessage--index-leftService-IZKcE {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-leftContent-1tdGH {
    width: 100%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-leftContent-1tdGH {
    width: 100%;
  }
}
@media (max-height: 913px) {
  .font-large .src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-leftContent-1tdGH .src-assets-style-oaMessage--index-AllLetter-3jh4J {
    bottom: 4.85rem;
  }
}
@media (min-height: 914.1px) {
  .font-large .src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-leftContent-1tdGH .src-assets-style-oaMessage--index-AllLetter-3jh4J {
    top: 3.26rem;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-left-2Cjy2 {
    border-radius: 6px;
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-left-2Cjy2 .src-assets-style-oaMessage--index-leftBody-1chex .src-assets-style-oaMessage--index-leftService-IZKcE {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-left-2Cjy2 {
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-left-2Cjy2 .src-assets-style-oaMessage--index-leftBody-1chex .src-assets-style-oaMessage--index-leftService-IZKcE {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-leftContent-1tdGH {
    width: 100%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-leftContent-1tdGH {
    width: 100%;
  }
}
@media (max-height: 1037.5px) {
  .font-extraLarge .src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-leftContent-1tdGH .src-assets-style-oaMessage--index-AllLetter-3jh4J {
    bottom: 4.85rem;
  }
}
@media (min-height: 1038.75px) {
  .font-extraLarge .src-assets-style-oaMessage--index-flex-3tRNX .src-assets-style-oaMessage--index-leftContent-1tdGH .src-assets-style-oaMessage--index-AllLetter-3jh4J {
    top: 3.26rem;
  }
}
@media (min-width: 1600px) {
  .font-extraLarge .src-assets-style-oaMessage--index-flex-3tRNX .ant-col-xxl-8 {
    width: 50%;
  }
}
.src-assets-style-oaMessage--index-searchLogs-3OKKp {
  display: flex;
}
.src-assets-style-oaMessage--index-searchLogs-3OKKp .ant-btn {
  margin-left: 0.1rem;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.src-assets-style-userSelector--index-content-jkhZE {
  background-color: #FFFFFF;
}
.src-assets-style-userSelector--index-content-jkhZE .ant-pagination {
  width: 100%;
  text-align: right;
  padding-right: 0.1rem;
}
.src-assets-style-userSelector--index-right-2pSka {
  background: #FFFFFF;
  border-left: 1px solid #eee;
}
.src-assets-style-userSelector--index-right-2pSka .src-assets-style-userSelector--index-count-383EE {
  padding-right: 0.1rem;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
/*************** 共用样式***************/
.src-assets-style-oaWeekPlan--index-btn-39sND {
  margin-left: 0.16rem;
  border: 0;
  background-color: #fff;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: red;
  cursor: pointer;
}
.src-assets-style-oaWeekPlan--index-main-content-3vTgb {
  min-height: 14.8rem !important;
}
.src-assets-style-oaWeekPlan--index-bodyFixed-6SKAH {
  position: fixed;
  width: 100%;
}
.src-assets-style-oaWeekPlan--index-overflow-j1x_Q {
  overflow: hidden;
}
.src-assets-style-oaWeekPlan--index-fontGray-3oqI2 {
  color: #adadad;
}
.src-assets-style-oaWeekPlan--index-fontLightBlack-MNb0- {
  color: #808080;
}
.src-assets-style-oaWeekPlan--index-fontLine-3OPHt {
  color: #adadad;
  margin-left: 0.06rem;
}
.src-assets-style-oaWeekPlan--index-mgt12-2yjW8 {
  margin-top: 0.12rem;
}
.src-assets-style-oaWeekPlan--index-textCenter-NoBMg {
  text-align: center;
  color: #808080;
  cursor: pointer;
}
.src-assets-style-oaWeekPlan--index-pdr5-2HyhJ {
  padding-right: 0.05rem;
}
.src-assets-style-oaWeekPlan--index-fontSc-SerFH {
  padding-right: 0.05rem;
  text-align: center;
  font-size: 0.28rem;
  color: #595959;
}
.src-assets-style-oaWeekPlan--index-lineHeight-2Yja9 {
  line-height: 0.4rem;
  /*margin-left: -450px;*/
  width: 4rem;
}
/* 服务入口页面布局样式 */
.src-assets-style-oaWeekPlan--index-flex-3pjgb {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-contentMain-1bKNL img {
  max-width: 100%;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-contentMain-1bKNL .ant-card-bordered {
  width: calc(100% - 2.28rem);
  display: inline-block;
  max-width: 100%;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-contentMain-1bKNL .ant-card-bordered .ant-card-body p {
  padding: 0px 0.32rem;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-contentMain-1bKNL .ant-card-bordered .ant-card-body img {
  max-width: 100%;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-limitLength-1WIq3,
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-limitSplit-1q0QR {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-limitLength-1WIq3 {
  width: 0.95rem;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-limitSplit-1q0QR {
  width: 0.2rem;
  text-align: center;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx {
  width: 3.87rem;
  overflow: hidden;
  float: right;
  margin-top: 0.25rem;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightTop-2Ru6u:hover {
  cursor: pointer;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightTop-2Ru6u:hover .src-assets-style-oaWeekPlan--index-rightAffairsBox-1MnZU .anticon {
  display: inline-block;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightTop-2Ru6u {
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  min-height: 4.05rem;
  background-color: white;
  border: 1px solid #e8e8e8;
  margin-bottom: 0.26rem;
  position: relative;
  /* 全部事务右边推荐事务 */
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightTop-2Ru6u .src-assets-style-oaWeekPlan--index-rightAffairsBox-1MnZU .anticon {
  display: none;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightTop-2Ru6u .src-assets-style-oaWeekPlan--index-iconLeft-NXGfj {
  color: #D4D4D4;
  font-size: 0.25rem;
  position: absolute;
  left: 0.1rem;
  z-index: 2;
  top: 47%;
  transform: translateY(-50%);
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightTop-2Ru6u .src-assets-style-oaWeekPlan--index-iconLeft-NXGfj:hover {
  color: #AAAAAA;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightTop-2Ru6u .src-assets-style-oaWeekPlan--index-iconRight-2DKom {
  color: #D4D4D4;
  font-size: 0.25rem;
  position: absolute;
  right: 0.1rem;
  z-index: 2;
  top: 47%;
  transform: translateY(-50%);
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightTop-2Ru6u .src-assets-style-oaWeekPlan--index-iconRight-2DKom:hover {
  color: #AAAAAA;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightTop-2Ru6u .ant-card {
  position: static;
  color: #666666;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightTop-2Ru6u .src-assets-style-oaWeekPlan--index-affairTitle-2KMQY .ant-card-body {
  padding: 0px;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightTop-2Ru6u .src-assets-style-oaWeekPlan--index-affairTitle-2KMQY .ant-card-head {
  border-bottom: none;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightTop-2Ru6u .src-assets-style-oaWeekPlan--index-affairTitle-2KMQY .ant-list-grid .ant-list-item {
  margin-bottom: 0;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightTop-2Ru6u .src-assets-style-oaWeekPlan--index-affairTitle-2KMQY .ant-carousel .slick-dots {
  bottom: 0.35rem;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightTop-2Ru6u .src-assets-style-oaWeekPlan--index-affairTitle-2KMQY .ant-carousel .slick-slider {
  position: static;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightTop-2Ru6u .src-assets-style-oaWeekPlan--index-affairTitle-2KMQY .ant-carousel .slick-dots li.slick-active button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #1890ff;*/
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightTop-2Ru6u .src-assets-style-oaWeekPlan--index-affairTitle-2KMQY .ant-carousel .slick-dots li button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #b8c4cc;*/
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightTop-2Ru6u .src-assets-style-oaWeekPlan--index-affairTitle-2KMQY .src-assets-style-oaWeekPlan--index-noDataIcon-qFImx {
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightTop-2Ru6u .src-assets-style-oaWeekPlan--index-affairTitle-2KMQY .src-assets-style-oaWeekPlan--index-fontBlack-20mE2 {
  font-size: 0.18rem;
  font-weight: bold;
  color: #474747;
  line-height: 0.21rem;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightTop-2Ru6u .src-assets-style-oaWeekPlan--index-affairTitle-2KMQY .src-assets-style-oaWeekPlan--index-serviceCollectDivRelative-3rS-N {
  position: relative;
  text-align: center;
  /* .radiusDiv:hover{
             box-shadow: 0px 0px 10px 4px rgba(68, 126, 98, 0.35);


           }*/
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightTop-2Ru6u .src-assets-style-oaWeekPlan--index-affairTitle-2KMQY .src-assets-style-oaWeekPlan--index-serviceCollectDivRelative-3rS-N .src-assets-style-oaWeekPlan--index-radiusDiv-1zmzA {
  /*border: 1px solid rgba(90, 137, 181, 0.33);*/
  background: #ffffff;
  height: 0.66rem;
  width: 0.66rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-radius: 33px;
  margin-bottom: 0.15rem;
  margin-left: 0.17rem;
  border-radius: 50%;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightTop-2Ru6u .src-assets-style-oaWeekPlan--index-affairTitle-2KMQY .src-assets-style-oaWeekPlan--index-serviceCollectDivRelative-3rS-N .src-assets-style-oaWeekPlan--index-radiusDiv-1zmzA .src-assets-style-oaWeekPlan--index-imageRadius-1QFMc {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightTop-2Ru6u .src-assets-style-oaWeekPlan--index-affairTitle-2KMQY .src-assets-style-oaWeekPlan--index-serviceCollectDivRelative-3rS-N .ant-card-body {
  padding: 0.11rem 0.07rem 0.18rem 0.09rem;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightTop-2Ru6u .src-assets-style-oaWeekPlan--index-affairTitle-2KMQY .src-assets-style-oaWeekPlan--index-serviceCollectDivRelative-3rS-N .ant-card-bordered {
  border: none;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightTop-2Ru6u .src-assets-style-oaWeekPlan--index-affairTitle-2KMQY .src-assets-style-oaWeekPlan--index-serviceCollectDivRelative-3rS-N .src-assets-style-oaWeekPlan--index-textCenter-NoBMg {
  text-align: center;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-right-3_USx .src-assets-style-oaWeekPlan--index-rightBottom-36tYB {
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  background-color: white;
  min-height: 4.05rem;
  margin-top: 0.26rem;
  border: 1px solid #e8e8e8;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaWeekPlan--index-collectRadiusDiv-2cqtx {
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  height: 0.66rem;
  width: 0.66rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-radius: 33px;
  margin: 0 auto;
  box-shadow: 0px 0px 0.05rem rgba(0, 168, 84, 0.3);
  margin-bottom: 0.07rem;
  margin-top: 0.08rem;
}
.src-assets-style-oaWeekPlan--index-optBackground-1C6wn {
  background: #fff;
}
.src-assets-style-oaWeekPlan--index-optBackground-1C6wn a {
  color: #000;
}
.src-assets-style-oaWeekPlan--index-optBackground-1C6wn a:hover {
  color: #fff;
}
.src-assets-style-oaWeekPlan--index-optName-2AEj_ {
  width: 100%;
  height: 100%;
}
.src-assets-style-oaWeekPlan--index-optImg-2bLzc {
  margin-right: 0.1rem;
  width: 0.22rem;
  height: 0.22rem;
}
.src-assets-style-oaWeekPlan--index-dropdownBox-r90-k .ant-select-dropdown-menu-item:hover {
  background: #e6f7ff;
}
.src-assets-style-oaWeekPlan--index-dropdownBox-r90-k .ant-select-dropdown-menu-item:hover a {
  color: #397EF0;
}
.src-assets-style-oaWeekPlan--index-dropdownBox-r90-k .ant-select-dropdown-menu {
  overflow: hidden;
  max-height: none;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .ant-select .ant-select-selection {
  border: 1px solid rgba(0, 0, 0, 0);
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-screenBtn-1sjcH {
  cursor: pointer;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-screenBtn-1sjcH .ant-btn {
  border: none;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-searchBox-3KufV {
  width: 5.5rem;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-searchBox-3KufV input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-sceneNav-26Fz3 {
  display: inline-block;
  position: absolute;
  margin-left: 0.55rem;
  height: 0.24rem;
  margin-top: 0.06rem;
  cursor: pointer;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-sceneNav-26Fz3 span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: top;
  margin-top: 1px;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-sceneNav-26Fz3 .src-assets-style-oaWeekPlan--index-sceneIcon-2NwYT {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-searchList-cFupN {
  line-height: 2;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-searchList-cFupN .ant-tag-checkable-checked {
  border-radius: 12px;
  color: var(--themeColor);
  background: var(--themeColorBg);
  border-color: var(--themeColor1);
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-searchList-cFupN .ant-tag {
  cursor: pointer;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-searchList-cFupN .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-searchList-cFupN .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: var(--themeColor);
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-searchList-cFupN .src-assets-style-oaWeekPlan--index-item-2EUdF {
  width: calc(100% - 0.42rem);
  display: inline-block;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-searchList-cFupN .src-assets-style-oaWeekPlan--index-all-36MIY {
  display: inline-block;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-searchList-cFupN .src-assets-style-oaWeekPlan--index-all-36MIY .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-searchList-cFupN .src-assets-style-oaWeekPlan--index-searchTitle-35506 {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-searchList-cFupN span {
  color: #808080;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-searchList-cFupN .src-assets-style-oaWeekPlan--index-hideItem-1WWpp {
  display: inline-block;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-searchList-cFupN .src-assets-style-oaWeekPlan--index-rightBtn-21e-b {
  float: right;
  cursor: pointer;
  margin-top: 0.09rem;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-searchList-cFupN .ant-btn {
  border: none;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .theme-blue .ant-btn:hover,
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .theme-blue .ant-btn:focus {
  color: #808080;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .ant-input-prefix {
  color: #cdcdcd;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaWeekPlan--index-cardFrame-23I13 .src-assets-style-oaWeekPlan--index-cardItem-2mqBh:hover {
  cursor: pointer;
  box-shadow: 0px 0px 0.1rem 0px rgba(3, 57, 107, 0.4);
  transition: all 0.5s;
}
.src-assets-style-oaWeekPlan--index-cardFrame-23I13 .src-assets-style-oaWeekPlan--index-cardItem-2mqBh:hover button {
  display: block;
  position: absolute;
  right: 0.16rem;
  top: 0.17rem;
  z-index: 2;
  /* opacity: 0.65;*/
}
.src-assets-style-oaWeekPlan--index-cardFrame-23I13 .src-assets-style-oaWeekPlan--index-cardItem-2mqBh:hover button:hover {
  opacity: 1;
}
.src-assets-style-oaWeekPlan--index-cardFrame-23I13 button {
  display: none;
}
.src-assets-style-oaWeekPlan--index-cardFrame-23I13 .src-assets-style-oaWeekPlan--index-saveIco-1LZpm {
  width: 0.48rem;
  height: 0.48rem;
}
.src-assets-style-oaWeekPlan--index-cardFrame-23I13 .src-assets-style-oaWeekPlan--index-iconTj-1ybMz {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: 1px;
  left: 0.06rem;
}
.src-assets-style-oaWeekPlan--index-cardFrame-23I13 .src-assets-style-oaWeekPlan--index-tag-GDw-V {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  height: 0.25rem;
  -webkit-box-orient: vertical;
  clear: both;
}
.src-assets-style-oaWeekPlan--index-cardFrame-23I13 .src-assets-style-oaWeekPlan--index-tag-GDw-V .src-assets-style-oaWeekPlan--index-fontBlack-20mE2 {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaWeekPlan--index-cardFrame-23I13 .src-assets-style-oaWeekPlan--index-comment-2-9Pq {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaWeekPlan--index-cardFrame-23I13 .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaWeekPlan--index-cardFrame-23I13 .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0px;
}
.src-assets-style-oaWeekPlan--index-cardFrame-23I13 .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaWeekPlan--index-cardFrame-23I13 .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaWeekPlan--index-cardFrame-23I13 .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaWeekPlan--index-cardFrame-23I13 .ant-list-item-meta-description {
  line-height: 0.25rem;
}
.src-assets-style-oaWeekPlan--index-cardFrame-23I13 .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaWeekPlan--index-cardFrame-23I13 a {
  color: #474747;
}
.src-assets-style-oaWeekPlan--index-cardFrame-23I13 a:hover {
  /*color: #1890ff;*/
  text-decoration: underline;
}
.src-assets-style-oaWeekPlan--index-jian-33vjA {
  display: inline-flex;
  height: 0.31rem;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-applyContentTop-4d5rn {
  width: 100%;
  height: 1.8rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-applyContentTop-4d5rn .ant-list-item-main {
  display: inline-block;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-applyContentTop-4d5rn .ant-list-item-extra {
  float: right;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-applyContentTop-4d5rn .src-assets-style-oaWeekPlan--index-comment-2-9Pq {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-applyContentTop-4d5rn .src-assets-style-oaWeekPlan--index-saveIco-1LZpm {
  width: 0.48rem;
  height: 0.48rem;
  /*background: #23d688;*/
  /* border-radius: 50%;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-applyContentTop-4d5rn .src-assets-style-oaWeekPlan--index-iconTj-1ybMz {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: -0.02rem;
  left: 0.06rem;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-applyContentTop-4d5rn .src-assets-style-oaWeekPlan--index-tag-GDw-V {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 0.26rem;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-applyContentTop-4d5rn .src-assets-style-oaWeekPlan--index-tag-GDw-V .src-assets-style-oaWeekPlan--index-fontBlack-20mE2 {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-applyContentTop-4d5rn .src-assets-style-oaWeekPlan--index-grade-3VHw- {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  color: #808080;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-applyContentTop-4d5rn .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-applyContentTop-4d5rn .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0.03rem;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-applyContentTop-4d5rn .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-applyContentTop-4d5rn .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-applyContentTop-4d5rn .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-applyContentTop-4d5rn .ant-list-item-meta-description {
  line-height: 2;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-applyContentTop-4d5rn .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-applyContentTop-4d5rn .ant-card-bordered {
  border: none;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-applyContentTop-4d5rn .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-applyContentTop-4d5rn .ant-col-12 {
  width: 100%;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-applyContentTop-4d5rn .ant-card-bordered {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-applyContentTop-4d5rn .ant-card-wider-padding .ant-card-body {
  padding: 0.24rem 0px 0.15rem 0.24rem;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-applyContentTopTitle-CRMEE a {
  color: #474747;
  font-weight: bold;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-contenBottom-oXz4C {
  display: table;
  margin-top: 0.28rem;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-contenBottom-oXz4C .src-assets-style-oaWeekPlan--index-userGuide-3QC0Y {
  height: auto;
  min-height: 5.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
  position: relative;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-contenBottom-oXz4C .src-assets-style-oaWeekPlan--index-userGuide-3QC0Y .src-assets-style-oaWeekPlan--index-rightAnchor-1entj {
  position: absolute;
  right: 0.35rem;
  top: 0.3rem;
  z-index: 999;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-contenBottom-oXz4C .src-assets-style-oaWeekPlan--index-userGuide-3QC0Y .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-contenBottom-oXz4C .src-assets-style-oaWeekPlan--index-userGuide-3QC0Y .ant-card-bordered {
  border: none;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-contenBottom-oXz4C .src-assets-style-oaWeekPlan--index-userGuide-3QC0Y .ant-card-head {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-contenBottom-oXz4C .src-assets-style-oaWeekPlan--index-userGuide-3QC0Y .ant-card-head-title {
  font-weight: bold;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-contenBottom-oXz4C .src-assets-style-oaWeekPlan--index-userGuide-3QC0Y .ant-list-split .ant-list-item {
  border-bottom: none;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-contenBottom-oXz4C .src-assets-style-oaWeekPlan--index-userGuide-3QC0Y .ant-list-split .ant-list-header {
  border-bottom: none;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-contenBottom-oXz4C .src-assets-style-oaWeekPlan--index-userGuide-3QC0Y .ant-list-item {
  padding: 0;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-contenBottom-oXz4C .src-assets-style-oaWeekPlan--index-userGuide-3QC0Y .ant-list-header,
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-contenBottom-oXz4C .src-assets-style-oaWeekPlan--index-userGuide-3QC0Y .ant-list-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-contenBottom-oXz4C .src-assets-style-oaWeekPlan--index-userGuide-3QC0Y .ant-anchor-ink-ball {
  width: 0.14rem;
  height: 0.14rem;
  border: 4px solid #1890ff;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-contenBottom-oXz4C .src-assets-style-oaWeekPlan--index-userGuide-3QC0Y .ant-anchor-wrapper {
  padding-left: 0.1rem;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-userEvaluation-wnJAI {
  height: auto;
  min-height: 5.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
  display: table-cell;
  width: 3rem;
  vertical-align: top;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-userEvaluation-wnJAI .src-assets-style-oaWeekPlan--index-title-1waMf {
  font-size: 0.16rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.21rem;
  margin: 0.18rem 0 0.3rem 0.08rem;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-userEvaluation-wnJAI .src-assets-style-oaWeekPlan--index-evaluationDetails-2yq5p {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-userEvaluation-wnJAI .src-assets-style-oaWeekPlan--index-evaluationDetails-2yq5p .src-assets-style-oaWeekPlan--index-describe-2q0_z {
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-userEvaluation-wnJAI .src-assets-style-oaWeekPlan--index-evaluationDetails-2yq5p .src-assets-style-oaWeekPlan--index-userName-1b2LK {
  float: left;
  color: #010101;
}
.src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-userEvaluation-wnJAI .src-assets-style-oaWeekPlan--index-evaluationDetails-2yq5p .src-assets-style-oaWeekPlan--index-time-2tPIQ {
  float: right;
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaWeekPlan--index-conditionStyle-TlhFM {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-oaWeekPlan--index-statusWidth-1EP4S {
  width: 30%;
  float: left;
  vertical-align: middle;
}
.src-assets-style-oaWeekPlan--index-nullData-3RbEf {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-oaWeekPlan--index-nullData-3RbEf .src-assets-style-oaWeekPlan--index-message-3JR3Z {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-oaWeekPlan--index-limitedTime-Jw8VE {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.45rem;
  width: 0.5rem;
}
.src-assets-style-oaWeekPlan--index-limitedTime-Jw8VE .src-assets-style-oaWeekPlan--index-backBorder-1sUkG {
  border-top: solid 40px #ff9900;
  border-right: solid 50px rgba(0, 0, 0, 0);
}
.src-assets-style-oaWeekPlan--index-limitedTime-Jw8VE .src-assets-style-oaWeekPlan--index-inner-3Pb_9 {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: 1px;
  transform: rotate(45);
  transform: rotate;
  transform: rotate(-45deg);
}
.src-assets-style-oaWeekPlan--index-limitedTimeLeft-7FMz9 {
  position: absolute;
  top: 0px;
  left: -0.07rem;
  width: 0.5rem;
  height: 0.45rem;
}
.src-assets-style-oaWeekPlan--index-limitedTimeLeft-7FMz9 .src-assets-style-oaWeekPlan--index-backBorder-1sUkG {
  border-top: solid 50px #ff9900;
  border-right: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-oaWeekPlan--index-limitedTimeLeft-7FMz9 .src-assets-style-oaWeekPlan--index-inner-3Pb_9 {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: 1px;
  transform: rotate(45);
  transform: rotate;
  transform: rotate(-45deg);
}
.src-assets-style-oaWeekPlan--index-usedSearch-bSxcW {
  float: right;
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.15rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaWeekPlan--index-usedSearch-bSxcW .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-oaWeekPlan--index-usedSearch-bSxcW .anticon-search {
  position: absolute;
  left: 0.12rem;
  font-size: 0.12rem;
  line-height: 0.36rem;
  z-index: 2;
  color: #BFBFBF;
}
.src-assets-style-oaWeekPlan--index-usedSearch-bSxcW .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-oaWeekPlan--index-usedSearch-bSxcW .src-assets-style-oaWeekPlan--index-searchDel-3VJS7 {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  right: 0.58rem;
  top: 50%;
  margin-top: -0.16rem;
  font-size: 0.12rem;
  z-index: 2;
}
.src-assets-style-oaWeekPlan--index-menuText-3M1AJ {
  text-align: center;
}
.src-assets-style-oaWeekPlan--index-selectColor-1hmed {
  color: var(--themeColor);
}
.src-assets-style-oaWeekPlan--index-footerStyle-9vcQx {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaWeekPlan--index-pagingMargin1-1Wf8g {
  margin-left: 0.3rem;
}
.src-assets-style-oaWeekPlan--index-pagingMargin2-EdxHn {
  margin-left: 0.5rem;
}
.src-assets-style-oaWeekPlan--index-pagingLeft-12wnd {
  display: inline-block;
  width: 50%;
}
.src-assets-style-oaWeekPlan--index-pagingRight-3A0IW {
  display: inline-block;
  text-align: right;
  padding-right: 0.1rem;
  width: 50%;
}
.src-assets-style-oaWeekPlan--index-pageingButton-3dENB {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-oaWeekPlan--index-pageingNotAllowed-3Nkvw {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-oaWeekPlan--index-itemButton-2Ru7W {
  margin-right: 0.1rem;
}
.src-assets-style-oaWeekPlan--index-itemButton-2Ru7W .src-assets-style-oaWeekPlan--index-img-1uPOx {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-oaWeekPlan--index-itemButton-2Ru7W i {
  margin-right: 0.05rem;
}
.src-assets-style-oaWeekPlan--index-breadcrumb-2DCVN {
  width: 3.5rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-oaWeekPlan--index-breadcrumbItem-1jiMk {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-oaWeekPlan--index-card-11xRO {
  float: left;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 0.25rem;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
}
.src-assets-style-oaWeekPlan--index-card-11xRO .src-assets-style-oaWeekPlan--index-textArea-1dTMz {
  padding: 0 0.1rem;
  border: 1px solid #E1E6E3;
  border-radius: 4px;
}
.src-assets-style-oaWeekPlan--index-fixBotBarWrap-2bn_S {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #F2F2F2;
  border-top: 1px solid #E1E6E3;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
}
.src-assets-style-oaWeekPlan--index-fixBotBarWrap-2bn_S .ant-btn {
  margin-top: 0.1rem;
}
.src-assets-style-oaWeekPlan--index-addressSelect-2qTLa {
  margin-left: 0px;
  width: 6.2rem;
}
.src-assets-style-oaWeekPlan--index-affairsCard_linkTitle-2P7Zl {
  float: left;
  margin-right: 0.04rem;
}
.src-assets-style-oaWeekPlan--index-weekTitle_2-2QyrF {
  text-align: center;
}
.src-assets-style-oaWeekPlan--index-weekTitle_2-2QyrF .src-assets-style-oaWeekPlan--index-weekTitle-2O1AU {
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.16rem;
  font-weight: 700;
  margin-bottom: 0.16rem;
}
.src-assets-style-oaWeekPlan--index-weekTableTitle-SSjij {
  position: relative;
  width: 97%;
  margin: auto;
  padding: 0.1rem;
  display: flex;
  justify-content: space-between;
  color: #666666;
  font-size: 0.14rem;
  font-weight: 400;
}
.src-assets-style-oaWeekPlan--index-weekTableTitle-SSjij .src-assets-style-oaWeekPlan--index-weekTitle-2O1AU {
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #397EF0;
  font-size: 0.16rem;
  font-weight: 700;
}
.src-assets-style-oaWeekPlan--index-planTab-1Qvln {
  width: 97%;
  margin: 0.1rem auto;
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
}
.src-assets-style-oaWeekPlan--index-planTab-1Qvln .src-assets-style-oaWeekPlan--index-bz-24f5d {
  height: 0.4rem;
  width: 2rem;
}
.src-assets-style-oaWeekPlan--index-planTab-1Qvln .src-assets-style-oaWeekPlan--index-bz-24f5d i {
  content: "";
  display: inline-block;
  height: 0px;
  border: 1px solid #d9d9d9;
  width: 1rem;
  transform: rotate(18deg);
  -o-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -webkit-transform: rotate(18deg);
}
.src-assets-style-oaWeekPlan--index-planTab-1Qvln th,
.src-assets-style-oaWeekPlan--index-planTab-1Qvln tr,
.src-assets-style-oaWeekPlan--index-planTab-1Qvln td {
  border: 1px solid #d9d9d9;
}
.src-assets-style-oaWeekPlan--index-planTab-1Qvln tr {
  min-height: 1rem;
  text-align: center;
}
.src-assets-style-oaWeekPlan--index-planTab-1Qvln th {
  text-align: center;
  min-width: 2rem;
}
.src-assets-style-oaWeekPlan--index-planTab-1Qvln .src-assets-style-oaWeekPlan--index-todayItem-2P6ci {
  color: #397EF0;
}
.src-assets-style-oaWeekPlan--index-planTab-1Qvln td {
  padding: 0.05rem;
}
.src-assets-style-oaWeekPlan--index-planTab-1Qvln td div[class='a'] {
  background-color: #f6f7fb;
}
.src-assets-style-oaWeekPlan--index-planTab-1Qvln td div[class='b'] {
  background-color: #e6f4ff;
}
.src-assets-style-oaWeekPlan--index-planTab-1Qvln td div[class='c'] {
  background-color: #fffbe6;
}
.src-assets-style-oaWeekPlan--index-planTab-1Qvln td div[class='d'] {
  background-color: #e5fff3;
}
.src-assets-style-oaWeekPlan--index-planTab-1Qvln td div {
  width: 2rem;
  margin: 0.1rem auto;
  padding: 0.1rem;
  text-align: left;
  border-radius: 10px;
  vertical-align: top;
}
.src-assets-style-oaWeekPlan--index-planTab-1Qvln td div p {
  color: #000;
}
.src-assets-style-oaWeekPlan--index-planTab-1Qvln td div p[class='flexTag'] {
  display: flex;
  align-items: start;
}
.src-assets-style-oaWeekPlan--index-planTab-1Qvln td div p[class='overflow'] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.src-assets-style-oaWeekPlan--index-planTab-1Qvln span {
  display: inline-block;
  white-space: nowrap;
}
.src-assets-style-oaWeekPlan--index-planTab-1Qvln span[class='title_i'] {
  white-space: normal;
  font-size: 0.16rem;
  font-weight: 500;
  width: 100%;
}
.src-assets-style-oaWeekPlan--index-planTab-1Qvln span[class='title_today'] {
  white-space: normal;
  font-size: 0.16rem;
  font-weight: 500;
  width: 100%;
  color: #397EF0;
}
.src-assets-style-oaWeekPlan--index-planTab-1Qvln span[class='text'] {
  width: 75%;
  white-space: normal;
}
.src-assets-style-oaWeekPlan--index-planTab2-vhfTt {
  width: 97%;
  margin: 0.1rem auto;
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
}
.src-assets-style-oaWeekPlan--index-planTab2-vhfTt .src-assets-style-oaWeekPlan--index-bz-24f5d {
  height: 0.4rem;
  width: 2rem;
}
.src-assets-style-oaWeekPlan--index-planTab2-vhfTt .src-assets-style-oaWeekPlan--index-bz-24f5d i {
  content: "";
  display: inline-block;
  height: 0px;
  border: 1px solid #d9d9d9;
  width: 1rem;
  transform: rotate(18deg);
  -o-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -webkit-transform: rotate(18deg);
}
.src-assets-style-oaWeekPlan--index-planTab2-vhfTt th,
.src-assets-style-oaWeekPlan--index-planTab2-vhfTt tr,
.src-assets-style-oaWeekPlan--index-planTab2-vhfTt td {
  border: 1px solid #d9d9d9;
}
.src-assets-style-oaWeekPlan--index-planTab2-vhfTt tr {
  min-height: 1rem;
  text-align: center;
}
.src-assets-style-oaWeekPlan--index-planTab2-vhfTt th {
  text-align: center;
  min-width: 2rem;
}
.src-assets-style-oaWeekPlan--index-planTab2-vhfTt .src-assets-style-oaWeekPlan--index-todayItem-2P6ci {
  color: #397EF0;
}
.src-assets-style-oaWeekPlan--index-planTab2-vhfTt td {
  padding: 0.05rem;
}
.src-assets-style-oaWeekPlan--index-planTab2-vhfTt td div[class='a'] {
  background-color: #f6f7fb;
}
.src-assets-style-oaWeekPlan--index-planTab2-vhfTt td div[class='b'] {
  background-color: #e6f4ff;
}
.src-assets-style-oaWeekPlan--index-planTab2-vhfTt td div[class='c'] {
  background-color: #fffbe6;
}
.src-assets-style-oaWeekPlan--index-planTab2-vhfTt td div[class='d'] {
  background-color: #e5fff3;
}
.src-assets-style-oaWeekPlan--index-planTab2-vhfTt td div {
  display: inline-block;
  width: 2rem;
  margin: 0.1rem 0.1rem;
  padding: 0.1rem;
  text-align: left;
  border-radius: 10px;
  vertical-align: top;
}
.src-assets-style-oaWeekPlan--index-planTab2-vhfTt td div p {
  color: #000;
}
.src-assets-style-oaWeekPlan--index-planTab2-vhfTt td div p[class='flexTag'] {
  display: flex;
  align-items: start;
}
.src-assets-style-oaWeekPlan--index-planTab2-vhfTt td div p[class='overflow'] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.src-assets-style-oaWeekPlan--index-planTab2-vhfTt .src-assets-style-oaWeekPlan--index-tdItem-8iTEE {
  max-width: 6rem;
}
.src-assets-style-oaWeekPlan--index-planTab2-vhfTt span {
  display: inline-block;
  white-space: nowrap;
}
.src-assets-style-oaWeekPlan--index-planTab2-vhfTt span[class='title_i'] {
  white-space: normal;
  font-size: 0.16rem;
  font-weight: 500;
  width: 100%;
}
.src-assets-style-oaWeekPlan--index-planTab2-vhfTt span[class='title_today'] {
  white-space: normal;
  font-size: 0.16rem;
  font-weight: 500;
  width: 100%;
  color: #397EF0;
}
.src-assets-style-oaWeekPlan--index-planTab2-vhfTt span[class='text'] {
  width: 75%;
  white-space: normal;
}
.src-assets-style-oaWeekPlan--index-tabName-3IFXG {
  padding: 0.2rem;
  font-size: 0.16rem;
  font-weight: 700;
}
.src-assets-style-oaWeekPlan--index-container-2StTp {
  padding: 0 0.2rem;
}
.src-assets-style-oaWeekPlan--index-container-2StTp .src-assets-style-oaWeekPlan--index-container_item-16GYq {
  width: 1.27rem;
  height: 1.44rem;
  margin-right: 0.3rem;
  display: inline-block;
  cursor: pointer;
}
.src-assets-style-oaWeekPlan--index-container-2StTp .src-assets-style-oaWeekPlan--index-container_item-16GYq:hover {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.179);
  transition: 0.3s;
}
.src-assets-style-oaWeekPlan--index-container-2StTp .src-assets-style-oaWeekPlan--index-check-1QgWS {
  border: 1px solid rgba(0, 3, 27, 0.492);
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 21, 180, 0.441);
}
.src-assets-style-oaWeekPlan--index-container-2StTp img {
  height: 1.4rem;
}
.src-assets-style-oaWeekPlan--index-fileCard-28GaD {
  display: flex;
  font-size: 0.16rem;
}
.src-assets-style-oaWeekPlan--index-fileCard-28GaD .src-assets-style-oaWeekPlan--index-fileItem-2ztYy {
  margin-bottom: 0.1rem;
}
.src-assets-style-oaWeekPlan--index-fileCard-28GaD a {
  margin: 0 0.2rem;
}
.src-assets-style-oaWeekPlan--index-weekItemGridCard-3INIM .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td,
.src-assets-style-oaWeekPlan--index-weekItemGridCard-3INIM .ant-table-row-hover,
.src-assets-style-oaWeekPlan--index-weekItemGridCard-3INIM .ant-table-row-hover > td {
  background-color: transparent;
}
.src-assets-style-oaWeekPlan--index-weekItemGridCard-3INIM .ant-table-fixed .ant-table-row-hover,
.src-assets-style-oaWeekPlan--index-weekItemGridCard-3INIM .ant-table-row-hover > td {
  background-color: transparent;
}
.src-assets-style-oaWeekPlan--index-weekItemGridCard-3INIM .ant-table-thead {
  height: 0.2rem;
}
.src-assets-style-oaWeekPlan--index-weekItemGridCard-3INIM .ant-table-thead > tr > th {
  color: #fff;
  background: #2a82e9;
  padding: 0.05rem 0.16rem;
}
.src-assets-style-oaWeekPlan--index-weekItemGridCard-3INIM .ant-table-tbody > tr > td {
  padding: 0.05rem 0.16rem;
}
.src-assets-style-oaWeekPlan--index-weekItemGridCard-3INIM .src-assets-style-oaWeekPlan--index-blue1-bY_Dr {
  background-color: #ecf5ff;
}
.src-assets-style-oaWeekPlan--index-weekItemGridCard-3INIM .src-assets-style-oaWeekPlan--index-blue2-1LHWm {
  background-color: #d4e7ff;
}
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaWeekPlan--index-cardFrame-23I13 .src-assets-style-oaWeekPlan--index-cardItem-2mqBh:hover button {
  background-color: #70b470;
  border-color: #70b470;
}
.theme-green .src-assets-style-oaWeekPlan--index-cardFrame-23I13 .src-assets-style-oaWeekPlan--index-cardItem-2mqBh:hover button:hover {
  background-color: #00a854;
  border-color: #00a854;
}
.theme-green .src-assets-style-oaWeekPlan--index-detailsMain-24aFG .src-assets-style-oaWeekPlan--index-receiptDiv-wYseM {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #005825;
}
.theme-green .src-assets-style-oaWeekPlan--index-detailsMain-24aFG .src-assets-style-oaWeekPlan--index-receiptContext-iYmZK {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-green .src-assets-style-oaWeekPlan--index-themeColor-1XtGZ {
  color: #005825;
  font-weight: bold;
}
/**************************** 绿色主题开始 ***************************/
/**************************** 红色主题开始 ***************************/
.theme-red .src-assets-style-oaWeekPlan--index-detailsMain-24aFG .src-assets-style-oaWeekPlan--index-receiptDiv-wYseM {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #9A001E;
}
.theme-red .src-assets-style-oaWeekPlan--index-detailsMain-24aFG .src-assets-style-oaWeekPlan--index-receiptContext-iYmZK {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-red .src-assets-style-oaWeekPlan--index-selectColor-1hmed {
  color: #F63E62;
}
.theme-red .src-assets-style-oaWeekPlan--index-footerStyle-9vcQx {
  background-color: #fffafb;
}
.theme-red .src-assets-style-oaWeekPlan--index-pageingButton-3dENB {
  color: #F63E62;
}
.theme-red .src-assets-style-oaWeekPlan--index-cardFrame-23I13 .src-assets-style-oaWeekPlan--index-cardItem-2mqBh:hover button {
  background-color: #F63E62;
  border-color: #F63E62;
}
.theme-red .src-assets-style-oaWeekPlan--index-cardFrame-23I13 .src-assets-style-oaWeekPlan--index-cardItem-2mqBh:hover button:hover {
  background-color: #9A001E;
  border-color: #9A001E;
}
.theme-red .src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-searchList-cFupN .ant-tag-checkable-checked {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-searchList-cFupN .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaWeekPlan--index-pagination-3yZeU {
  box-shadow: 0px 0px 0.1rem 0px rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaWeekPlan--index-pagination-3yZeU .src-assets-style-oaWeekPlan--index-affairTotal-O5UyF .src-assets-style-oaWeekPlan--index-fontBlue-1G4nm {
  color: #F63E62;
}
.theme-red .src-assets-style-oaWeekPlan--index-activeLetter-3iPt2 {
  background: #F63E62;
}
.theme-red .src-assets-style-oaWeekPlan--index-letter-QYSpS:hover {
  background: #F63E62;
}
.theme-red .src-assets-style-oaWeekPlan--index-radiusDiv-1zmzA {
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaWeekPlan--index-radiusDiv-1zmzA:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-oaWeekPlan--index-affairTitle-2KMQY .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
.theme-red .src-assets-style-oaWeekPlan--index-affairTitle-2KMQY .ant-carousel .slick-dots li button {
  background: rgba(255, 0, 0, 0.5);
}
.theme-red .src-assets-style-oaWeekPlan--index-cardFrame-23I13 a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaWeekPlan--index-dropdownBox-r90-k .ant-select-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-oaWeekPlan--index-dropdownBox-r90-k .ant-select-dropdown-menu-item:hover a {
  color: #F63E62;
}
.theme-red .src-assets-style-oaWeekPlan--index-sceneNav-26Fz3 span {
  color: #9A001E;
}
.theme-red .src-assets-style-oaWeekPlan--index-sceneNav-26Fz3 .src-assets-style-oaWeekPlan--index-sceneIcon-2NwYT {
  background: url(../../assets/images/mapIcon_red.png) no-repeat center;
  background-size: cover;
}
.theme-red .src-assets-style-oaWeekPlan--index-themeColor-1XtGZ {
  color: #9A001E;
  font-weight: bold;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-assets-style-oaWeekPlan--index-detailsMain-24aFG .src-assets-style-oaWeekPlan--index-receiptDiv-wYseM {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #397EF0;
}
.theme-blue .src-assets-style-oaWeekPlan--index-detailsMain-24aFG .src-assets-style-oaWeekPlan--index-receiptContext-iYmZK {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-blue .src-assets-style-oaWeekPlan--index-selectColor-1hmed {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaWeekPlan--index-footerStyle-9vcQx {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-oaWeekPlan--index-pageingButton-3dENB {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaWeekPlan--index-cardFrame-23I13 .src-assets-style-oaWeekPlan--index-cardItem-2mqBh:hover button {
  background-color: #71b8ef;
  border-color: #71b8ef;
}
.theme-blue .src-assets-style-oaWeekPlan--index-cardFrame-23I13 .src-assets-style-oaWeekPlan--index-cardItem-2mqBh:hover button:hover {
  background-color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-searchList-cFupN .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #a2ceff;
}
.theme-blue .src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-searchList-cFupN .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaWeekPlan--index-pagination-3yZeU {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaWeekPlan--index-pagination-3yZeU .src-assets-style-oaWeekPlan--index-affairTotal-O5UyF .src-assets-style-oaWeekPlan--index-fontBlue-1G4nm {
  color: #1890ff;
}
.theme-blue .src-assets-style-oaWeekPlan--index-activeLetter-3iPt2 {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaWeekPlan--index-letter-QYSpS:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaWeekPlan--index-radiusDiv-1zmzA {
  border: 1px solid rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaWeekPlan--index-radiusDiv-1zmzA:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-oaWeekPlan--index-affairTitle-2KMQY .ant-carousel .slick-dots li.slick-active button {
  background: #1890ff;
}
.theme-blue .src-assets-style-oaWeekPlan--index-affairTitle-2KMQY .ant-carousel .slick-dots li button {
  background: rgba(35, 145, 230, 0.7);
}
.theme-blue .src-assets-style-oaWeekPlan--index-cardFrame-23I13 a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaWeekPlan--index-sceneNav-26Fz3 span {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaWeekPlan--index-sceneNav-26Fz3 .src-assets-style-oaWeekPlan--index-sceneIcon-2NwYT {
  background: url(../../assets/images/mapIcon_blue.png) no-repeat center;
  background-size: cover;
}
.theme-blue .src-assets-style-oaWeekPlan--index-themeColor-1XtGZ {
  color: #397EF0;
  font-weight: bold;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-searchList-cFupN .ant-tag-checkable-checked {
  color: #1C9750;
  background: #E6FFF1;
  border-color: #1C9750;
}
.theme-green .src-assets-style-oaWeekPlan--index-searchContent-2Zi6I .src-assets-style-oaWeekPlan--index-searchList-cFupN .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1C9750;
}
.theme-green .src-assets-style-oaWeekPlan--index-pagination-3yZeU {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-oaWeekPlan--index-pagination-3yZeU .src-assets-style-oaWeekPlan--index-affairTotal-O5UyF .src-assets-style-oaWeekPlan--index-fontBlue-1G4nm {
  color: #1C9750;
}
.theme-green .src-assets-style-oaWeekPlan--index-activeLetter-3iPt2 {
  background: #1C9750;
}
.theme-green .src-assets-style-oaWeekPlan--index-letter-QYSpS:hover {
  background: #1C9750;
}
.theme-green .src-assets-style-oaWeekPlan--index-radiusDiv-1zmzA:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(68, 126, 98, 0.35);
}
.theme-green .src-assets-style-oaWeekPlan--index-radiusDiv-1zmzA {
  border: 1px solid rgba(87, 177, 134, 0.1);
}
.theme-green .src-assets-style-oaWeekPlan--index-affairTitle-2KMQY .ant-carousel .slick-dots li.slick-active button {
  background: #1C9750;
}
.theme-green .src-assets-style-oaWeekPlan--index-affairTitle-2KMQY .ant-carousel .slick-dots li button {
  background: rgba(10, 150, 50, 0.7);
}
.theme-green .src-assets-style-oaWeekPlan--index-cardFrame-23I13 a:hover {
  color: #00a854;
}
.theme-green .src-assets-style-oaWeekPlan--index-dropdownBox-r90-k .ant-select-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.theme-green .src-assets-style-oaWeekPlan--index-dropdownBox-r90-k .ant-select-dropdown-menu-item:hover a {
  color: #00a854;
}
.theme-green .src-assets-style-oaWeekPlan--index-sceneNav-26Fz3 span {
  color: #005825;
}
.theme-green .src-assets-style-oaWeekPlan--index-sceneNav-26Fz3 .src-assets-style-oaWeekPlan--index-sceneIcon-2NwYT {
  background: url(../../assets/images/mapIcon_green.png) no-repeat center;
  background-size: cover;
}
.theme-green .src-assets-style-oaWeekPlan--index-themeColor-1XtGZ {
  color: #005825;
  font-weight: bold;
}
/**************************** 绿色主题结束 **************************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-left-3_hOh {
    border-radius: 6px;
    width: 100%;
  }
  .font-normal .src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-left-3_hOh .src-assets-style-oaWeekPlan--index-leftBody-TkK5X .src-assets-style-oaWeekPlan--index-leftService-1Yoa0 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-left-3_hOh {
    width: 100%;
  }
  .font-normal .src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-left-3_hOh .src-assets-style-oaWeekPlan--index-leftBody-TkK5X .src-assets-style-oaWeekPlan--index-leftService-1Yoa0 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-leftContent-1DLV2 {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-leftContent-1DLV2 {
    width: 100%;
  }
}
@media (max-height: 830px) {
  .font-normal .src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-leftContent-1DLV2 .src-assets-style-oaWeekPlan--index-AllLetter-3TdGa {
    bottom: 4.85rem;
  }
}
@media (min-height: 831px) {
  .font-normal .src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-leftContent-1DLV2 .src-assets-style-oaWeekPlan--index-AllLetter-3TdGa {
    top: 3.26rem;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-left-3_hOh {
    border-radius: 6px;
    width: 100%;
  }
  .font-large .src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-left-3_hOh .src-assets-style-oaWeekPlan--index-leftBody-TkK5X .src-assets-style-oaWeekPlan--index-leftService-1Yoa0 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-left-3_hOh {
    width: 100%;
  }
  .font-large .src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-left-3_hOh .src-assets-style-oaWeekPlan--index-leftBody-TkK5X .src-assets-style-oaWeekPlan--index-leftService-1Yoa0 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-leftContent-1DLV2 {
    width: 100%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-leftContent-1DLV2 {
    width: 100%;
  }
}
@media (max-height: 913px) {
  .font-large .src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-leftContent-1DLV2 .src-assets-style-oaWeekPlan--index-AllLetter-3TdGa {
    bottom: 4.85rem;
  }
}
@media (min-height: 914.1px) {
  .font-large .src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-leftContent-1DLV2 .src-assets-style-oaWeekPlan--index-AllLetter-3TdGa {
    top: 3.26rem;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-left-3_hOh {
    border-radius: 6px;
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-left-3_hOh .src-assets-style-oaWeekPlan--index-leftBody-TkK5X .src-assets-style-oaWeekPlan--index-leftService-1Yoa0 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-left-3_hOh {
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-left-3_hOh .src-assets-style-oaWeekPlan--index-leftBody-TkK5X .src-assets-style-oaWeekPlan--index-leftService-1Yoa0 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-leftContent-1DLV2 {
    width: 100%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-leftContent-1DLV2 {
    width: 100%;
  }
}
@media (max-height: 1037.5px) {
  .font-extraLarge .src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-leftContent-1DLV2 .src-assets-style-oaWeekPlan--index-AllLetter-3TdGa {
    bottom: 4.85rem;
  }
}
@media (min-height: 1038.75px) {
  .font-extraLarge .src-assets-style-oaWeekPlan--index-flex-3pjgb .src-assets-style-oaWeekPlan--index-leftContent-1DLV2 .src-assets-style-oaWeekPlan--index-AllLetter-3TdGa {
    top: 3.26rem;
  }
}
@media (min-width: 1600px) {
  .font-extraLarge .src-assets-style-oaWeekPlan--index-flex-3pjgb .ant-col-xxl-8 {
    width: 50%;
  }
}
.spinFixWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.spinLocalWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.spinMask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.spinMask .ant-spin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  z-index: 99999;
}
.withMask {
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
}
.whiteMask {
  z-index: 999;
  background: rgba(255, 255, 255, 0.3);
}
.src-assets-style-card--index-card-1mCT0 {
  float: left;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 0.25rem;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
}
.src-assets-style-nullDataInfo--index-cardData-3Yvcc {
  width: 100%;
  height: 2rem;
  background: url(../../assets/images/empty_data.png) no-repeat center;
  position: relative;
}
.src-assets-style-nullDataInfo--index-cardData-3Yvcc .src-assets-style-nullDataInfo--index-message-OjFIf {
  top: 1.5rem;
  position: absolute;
  text-align: center;
  color: #DBDBDB;
  font-size: 0.14rem;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
}
.src-assets-style-nullDataInfo--index-pageData-4Ka6C {
  width: 100%;
  height: 4rem;
  position: relative;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-nullDataInfo--index-pageData-4Ka6C .src-assets-style-nullDataInfo--index-message-OjFIf {
  top: 2.6rem;
  position: absolute;
  text-align: center;
  color: #DBDBDB;
  font-size: 0.14rem;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
}
.src-assets-style-nullDataInfo--index-nullData-2Whhp {
  background: none;
}
.selectorBaseModal .ant-modal-body {
  padding: 0;
}
.selectorBaseModal_result {
  float: left;
  line-height: 0.32rem;
}
.selectorBase {
  position: relative;
  min-height: 4rem;
}
.selectorBase.hideRight .baseCenter {
  margin-right: 0;
}
.selectorBase.hideLeft .baseCenter {
  margin-left: 0;
}
.selectorBase .baseLeft {
  width: 2.6rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-right: 1px solid #ededed;
  z-index: 1;
}
.selectorBase .baseLeft .searchBox {
  padding: 0.1rem 0.2rem 0 0.2rem;
}
.selectorBase .baseLeft .leftContent {
  position: absolute !important;
  top: 0.42rem;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto !important;
}
.selectorBase .baseLeft .ant-collapse {
  height: 100%;
  overflow: hidden;
}
.selectorBase .baseLeft .ant-collapse-item-active {
  height: calc(100% - 0.46rem);
}
.selectorBase .baseLeft .ant-collapse-content-active {
  height: calc(100% - 0.46rem);
}
.selectorBase .baseLeft .ant-collapse-content-active .ant-collapse-content-box {
  height: 100%;
  padding: 0;
}
.selectorBase .baseCenter {
  margin-left: 2.6rem;
  margin-right: 2rem;
}
.selectorBase .baseRight {
  width: 2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-left: 1px solid #ededed;
  z-index: 1;
}
.selectorBase .ant-table-pagination.ant-pagination {
  margin: 0.16rem;
}
.selectorBase .ant-table {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.selectorBase .ant-table table {
  width: 100%;
  table-layout: fixed;
}
.selectorBase .ant-table-tbody > tr > td {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  white-space: nowrap;
}
.selectorBase .ant-table-body {
  margin-bottom: -1px;
  min-height: 4.6rem;
}
.selectorBase .ant-table-placeholder {
  position: absolute;
  bottom: 0;
  height: 4.5rem;
  width: 100%;
  border-top: none;
  border-bottom: none;
  border-radius: inherit;
}
.selectorBase .ant-table-thead > tr > th,
.selectorBase .ant-table-tbody > tr > td {
  padding: 0.12rem 0.16rem;
}
.selectorBase .resultItem {
  margin-right: 0.08rem;
  margin-bottom: 0.08rem;
  color: rgba(0, 0, 0, 0.65);
  list-style: none;
  display: inline-block;
  height: auto;
  padding: 0 0.07rem;
  font-size: 0.12rem;
  line-height: 0.2rem;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: default;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.selectorBase .resultItem .anticon-close {
  margin-left: 0.04rem;
}
.selectorBase .resultItem .anticon-close:hover {
  color: #f5222d;
}
.selectorBase .resultTotal {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 0.1rem 0.2rem;
  text-align: right;
  color: #999;
  pointer-events: none;
}
.selectorBase .baseContent {
  padding: 0.1rem 0.2rem;
}
.selectorBase .baseForm {
  display: table;
  width: 100%;
  overflow: hidden;
}
.selectorBase .baseForm .ant-form .ant-form-item {
  margin-bottom: 0.06rem;
}
.selectorBase .baseForm .baseForm_content {
  display: inline-block;
  padding: 0.08rem 0.1rem 0.02rem 0.1rem;
  vertical-align: top;
}
.selectorBase .baseForm .baseForm_right {
  display: inline-block;
  padding: 0.08rem 0.1rem 0.02rem 0.1rem;
  white-space: nowrap;
  vertical-align: top;
}
.selectorBase .baseForm .baseForm_right .btn {
  display: inline-block;
  margin-left: 0.1rem;
  color: #1890ff;
  cursor: pointer;
}
.selectorBase .baseForm .baseForm_right .btn span {
  display: inline-block;
  margin-right: 0.05rem;
}
.selector-sortable-helper {
  z-index: 9999;
}
.selector-sortable-helper .resultItem {
  display: inline-block;
  padding: 0 0.07rem;
  font-size: 0.12rem;
  line-height: 0.2rem;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon-exclamation-circle {
  color: red;
}
.yui-table .ant-table-small > .ant-table-content > .ant-table-body {
  margin: 0;
}
.yui-table .ant-table-thead > tr > th,
.yui-table .ant-table-tbody > tr > td {
  padding: 0.08rem;
}
.yui-table .yui-table-buttons {
  margin-bottom: 0.12rem;
}
.ly-search {
  position: relative;
  overflow: hidden;
}
.ly-search > .ly-search-form > .ant-form-item {
  margin-bottom: 0.12rem;
}
.ly-form > .ant-row > .ant-col {
  display: inline-block;
  float: inherit;
  vertical-align: top;
}
.ly-formItem-extra {
  position: absolute;
  left: 100%;
  white-space: nowrap;
  top: -0.13rem;
  margin-left: 0.1rem;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.standardFormRow {
  display: flex;
  width: 100%;
  margin-bottom: 0.06rem;
  padding-bottom: 0.04rem;
  border-bottom: 1px dashed #e8e8e8;
}
.standardFormRow .ant-form-item,
.standardFormRow .ant-legacy-form-item {
  margin-right: 0.24rem;
}
.standardFormRow .ant-form-item-label label,
.standardFormRow .ant-legacy-form-item-label label {
  margin-right: 0;
  color: rgba(0, 0, 0, 0.65);
}
.standardFormRow .ant-form-item-label,
.standardFormRow .ant-legacy-form-item-label,
.standardFormRow .ant-form-item-control,
.standardFormRow .ant-legacy-form-item-control {
  padding: 0;
  line-height: 0.32rem;
}
.standardFormRow .label {
  flex: 0 0 auto;
  margin-right: 0.24rem;
  color: #808080;
  font-size: 0.14rem;
  text-align: right;
}
.standardFormRow .label > span {
  display: inline-block;
  height: 0.32rem;
  line-height: 0.32rem;
}
.standardFormRow .label > span::after {
  content: '\FF1A';
}
.standardFormRow .content {
  flex: 1 1 0;
}
.standardFormRow .content .ant-form-item:last-child,
.standardFormRow .content .ant-legacy-form-item:last-child {
  display: block;
  margin-right: 0;
}
.standardFormRowLast {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.standardFormRowBlock .ant-form-item,
.standardFormRowBlock .ant-legacy-form-item,
.standardFormRowBlock div.ant-form-item-control-wrapper,
.standardFormRowBlock div.ant-legacy-form-item-control-wrapper {
  display: block;
}
.standardFormRowGrid .ant-form-item,
.standardFormRowGrid .ant-legacy-form-item,
.standardFormRowGrid div.ant-form-item-control-wrapper,
.standardFormRowGrid div.ant-legacy-form-item-control-wrapper {
  display: block;
}
.standardFormRowGrid .ant-form-item-label,
.standardFormRowGrid .ant-legacy-form-item-label {
  float: left;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.tagSelect {
  position: relative;
  margin-left: -0.08rem;
  overflow: hidden;
  line-height: 0.32rem;
  transition: all 0.3s;
  user-select: none;
}
.tagSelect .ant-tag {
  margin-right: 0.08rem;
  padding: 0 0.08rem;
  font-size: 0.13rem;
  color: #808080;
  border-radius: 200px;
  cursor: pointer;
}
.tagSelect .ant-tag-checkable-checked {
  background-color: #e6f7ff;
  color: #1890ff;
  border-color: #91d5ff;
}
.tagSelect.expanded {
  max-height: 2rem;
  transition: all 0.3s;
}
.tagSelect .trigger {
  position: absolute;
  top: 0;
  right: 0;
}
.tagSelect .trigger span.anticon {
  font-size: 0.12rem;
}
.tagSelect.hasExpandTag {
  padding-right: 0.5rem;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
/*************** 共用样式***************/
.src-assets-style-oaMeeting--index-main-content-2bzb- {
  min-height: 14.8rem !important;
}
.src-assets-style-oaMeeting--index-bodyFixed-3bvDO {
  position: fixed;
  width: 100%;
}
.src-assets-style-oaMeeting--index-overflow-3lXNl {
  overflow: hidden;
}
.src-assets-style-oaMeeting--index-fontGray-2oCBn {
  color: #adadad;
}
.src-assets-style-oaMeeting--index-fontLightBlack-1t9xl {
  color: #808080;
}
.src-assets-style-oaMeeting--index-fontLine-3PDHq {
  color: #adadad;
  margin-left: 0.06rem;
}
.src-assets-style-oaMeeting--index-mgt12-1R68D {
  margin-top: 0.12rem;
}
.src-assets-style-oaMeeting--index-textCenter-AmjLR {
  text-align: center;
  color: #808080;
  cursor: pointer;
}
.src-assets-style-oaMeeting--index-pdr5-3hJqu {
  padding-right: 0.05rem;
}
.src-assets-style-oaMeeting--index-fontSc-1oxNK {
  padding-right: 0.05rem;
  text-align: center;
  font-size: 0.28rem;
  color: #595959;
}
.src-assets-style-oaMeeting--index-lineHeight-287iS {
  line-height: 0.4rem;
  /*margin-left: -450px;*/
  width: 4rem;
}
/* 服务入口页面布局样式 */
.src-assets-style-oaMeeting--index-flex-3DCNc {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-contentMain-19H4D img {
  max-width: 100%;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-contentMain-19H4D .ant-card-bordered {
  width: calc(100% - 2.28rem);
  display: inline-block;
  max-width: 100%;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-contentMain-19H4D .ant-card-bordered .ant-card-body p {
  padding: 0px 0.32rem;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-contentMain-19H4D .ant-card-bordered .ant-card-body img {
  max-width: 100%;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-limitLength-3L3kf,
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-limitSplit-1vDNG {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-limitLength-3L3kf {
  width: 0.95rem;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-limitSplit-1vDNG {
  width: 0.2rem;
  text-align: center;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg {
  width: 3.87rem;
  overflow: hidden;
  float: right;
  margin-top: 0.25rem;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightTop-ilZOp:hover {
  cursor: pointer;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightTop-ilZOp:hover .src-assets-style-oaMeeting--index-rightAffairsBox-_Me07 .anticon {
  display: inline-block;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightTop-ilZOp {
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  min-height: 4.05rem;
  background-color: white;
  border: 1px solid #e8e8e8;
  margin-bottom: 0.26rem;
  position: relative;
  /* 全部事务右边推荐事务 */
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightTop-ilZOp .src-assets-style-oaMeeting--index-rightAffairsBox-_Me07 .anticon {
  display: none;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightTop-ilZOp .src-assets-style-oaMeeting--index-iconLeft-TlVsl {
  color: #D4D4D4;
  font-size: 0.25rem;
  position: absolute;
  left: 0.1rem;
  z-index: 2;
  top: 47%;
  transform: translateY(-50%);
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightTop-ilZOp .src-assets-style-oaMeeting--index-iconLeft-TlVsl:hover {
  color: #AAAAAA;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightTop-ilZOp .src-assets-style-oaMeeting--index-iconRight-2QAyE {
  color: #D4D4D4;
  font-size: 0.25rem;
  position: absolute;
  right: 0.1rem;
  z-index: 2;
  top: 47%;
  transform: translateY(-50%);
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightTop-ilZOp .src-assets-style-oaMeeting--index-iconRight-2QAyE:hover {
  color: #AAAAAA;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightTop-ilZOp .ant-card {
  position: static;
  color: #666666;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightTop-ilZOp .src-assets-style-oaMeeting--index-affairTitle-2G3dw .ant-card-body {
  padding: 0px;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightTop-ilZOp .src-assets-style-oaMeeting--index-affairTitle-2G3dw .ant-card-head {
  border-bottom: none;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightTop-ilZOp .src-assets-style-oaMeeting--index-affairTitle-2G3dw .ant-list-grid .ant-list-item {
  margin-bottom: 0;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightTop-ilZOp .src-assets-style-oaMeeting--index-affairTitle-2G3dw .ant-carousel .slick-dots {
  bottom: 0.35rem;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightTop-ilZOp .src-assets-style-oaMeeting--index-affairTitle-2G3dw .ant-carousel .slick-slider {
  position: static;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightTop-ilZOp .src-assets-style-oaMeeting--index-affairTitle-2G3dw .ant-carousel .slick-dots li.slick-active button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #1890ff;*/
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightTop-ilZOp .src-assets-style-oaMeeting--index-affairTitle-2G3dw .ant-carousel .slick-dots li button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #b8c4cc;*/
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightTop-ilZOp .src-assets-style-oaMeeting--index-affairTitle-2G3dw .src-assets-style-oaMeeting--index-noDataIcon-2jdE9 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightTop-ilZOp .src-assets-style-oaMeeting--index-affairTitle-2G3dw .src-assets-style-oaMeeting--index-fontBlack-2t8F4 {
  font-size: 0.18rem;
  font-weight: bold;
  color: #474747;
  line-height: 0.21rem;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightTop-ilZOp .src-assets-style-oaMeeting--index-affairTitle-2G3dw .src-assets-style-oaMeeting--index-serviceCollectDivRelative-ZXz-C {
  position: relative;
  text-align: center;
  /* .radiusDiv:hover{
             box-shadow: 0px 0px 10px 4px rgba(68, 126, 98, 0.35);


           }*/
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightTop-ilZOp .src-assets-style-oaMeeting--index-affairTitle-2G3dw .src-assets-style-oaMeeting--index-serviceCollectDivRelative-ZXz-C .src-assets-style-oaMeeting--index-radiusDiv-3jDaE {
  /*border: 1px solid rgba(90, 137, 181, 0.33);*/
  background: #ffffff;
  height: 0.66rem;
  width: 0.66rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-radius: 33px;
  margin-bottom: 0.15rem;
  margin-left: 0.17rem;
  border-radius: 50%;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightTop-ilZOp .src-assets-style-oaMeeting--index-affairTitle-2G3dw .src-assets-style-oaMeeting--index-serviceCollectDivRelative-ZXz-C .src-assets-style-oaMeeting--index-radiusDiv-3jDaE .src-assets-style-oaMeeting--index-imageRadius-1brvP {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightTop-ilZOp .src-assets-style-oaMeeting--index-affairTitle-2G3dw .src-assets-style-oaMeeting--index-serviceCollectDivRelative-ZXz-C .ant-card-body {
  padding: 0.11rem 0.07rem 0.18rem 0.09rem;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightTop-ilZOp .src-assets-style-oaMeeting--index-affairTitle-2G3dw .src-assets-style-oaMeeting--index-serviceCollectDivRelative-ZXz-C .ant-card-bordered {
  border: none;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightTop-ilZOp .src-assets-style-oaMeeting--index-affairTitle-2G3dw .src-assets-style-oaMeeting--index-serviceCollectDivRelative-ZXz-C .src-assets-style-oaMeeting--index-textCenter-AmjLR {
  text-align: center;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-right-2-yhg .src-assets-style-oaMeeting--index-rightBottom-1BUqs {
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  background-color: white;
  min-height: 4.05rem;
  margin-top: 0.26rem;
  border: 1px solid #e8e8e8;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaMeeting--index-collectRadiusDiv-2ZMor {
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  height: 0.66rem;
  width: 0.66rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-radius: 33px;
  margin: 0 auto;
  box-shadow: 0px 0px 0.05rem rgba(0, 168, 84, 0.3);
  margin-bottom: 0.07rem;
  margin-top: 0.08rem;
}
.src-assets-style-oaMeeting--index-optBackground-lkpAF {
  background: #fff;
}
.src-assets-style-oaMeeting--index-optBackground-lkpAF a {
  color: #000;
}
.src-assets-style-oaMeeting--index-optBackground-lkpAF a:hover {
  color: #fff;
}
.src-assets-style-oaMeeting--index-optName-2S5lR {
  width: 100%;
  height: 100%;
}
.src-assets-style-oaMeeting--index-optImg-1f_ax {
  margin-right: 0.1rem;
  width: 0.22rem;
  height: 0.22rem;
}
.src-assets-style-oaMeeting--index-dropdownBox-3rVlx .ant-select-dropdown-menu-item:hover {
  background: #e6f7ff;
}
.src-assets-style-oaMeeting--index-dropdownBox-3rVlx .ant-select-dropdown-menu-item:hover a {
  color: #397EF0;
}
.src-assets-style-oaMeeting--index-dropdownBox-3rVlx .ant-select-dropdown-menu {
  overflow: hidden;
  max-height: none;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .ant-select .ant-select-selection {
  border: 1px solid rgba(0, 0, 0, 0);
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-screenBtn-3tPtK {
  cursor: pointer;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-screenBtn-3tPtK .ant-btn {
  border: none;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-searchBox-28iBU {
  width: 5.5rem;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-searchBox-28iBU input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-sceneNav-1vTPj {
  display: inline-block;
  position: absolute;
  margin-left: 0.55rem;
  height: 0.24rem;
  margin-top: 0.06rem;
  cursor: pointer;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-sceneNav-1vTPj span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: top;
  margin-top: 1px;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-sceneNav-1vTPj .src-assets-style-oaMeeting--index-sceneIcon-r6tOj {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-searchList-2LfFL {
  line-height: 2;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-searchList-2LfFL .ant-tag-checkable-checked {
  border-radius: 12px;
  color: var(--themeColor);
  background: var(--themeColorBg);
  border-color: var(--themeColor1);
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-searchList-2LfFL .ant-tag {
  cursor: pointer;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-searchList-2LfFL .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-searchList-2LfFL .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: var(--themeColor);
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-searchList-2LfFL .src-assets-style-oaMeeting--index-item-2DQtd {
  width: calc(100% - 0.42rem);
  display: inline-block;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-searchList-2LfFL .src-assets-style-oaMeeting--index-all-QBhxK {
  display: inline-block;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-searchList-2LfFL .src-assets-style-oaMeeting--index-all-QBhxK .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-searchList-2LfFL .src-assets-style-oaMeeting--index-searchTitle-1Q7xB {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-searchList-2LfFL span {
  color: #808080;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-searchList-2LfFL .src-assets-style-oaMeeting--index-hideItem-2AZTf {
  display: inline-block;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-searchList-2LfFL .src-assets-style-oaMeeting--index-rightBtn-B9P0J {
  float: right;
  cursor: pointer;
  margin-top: 0.09rem;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-searchList-2LfFL .ant-btn {
  border: none;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .theme-blue .ant-btn:hover,
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .theme-blue .ant-btn:focus {
  color: #808080;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .ant-input-prefix {
  color: #cdcdcd;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaMeeting--index-searchContent-h_oE8 .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaMeeting--index-cardFrame-SyObW .src-assets-style-oaMeeting--index-cardItem-2Fkn-:hover {
  cursor: pointer;
  box-shadow: 0px 0px 0.1rem 0px rgba(3, 57, 107, 0.4);
  transition: all 0.5s;
}
.src-assets-style-oaMeeting--index-cardFrame-SyObW .src-assets-style-oaMeeting--index-cardItem-2Fkn-:hover button {
  display: block;
  position: absolute;
  right: 0.16rem;
  top: 0.17rem;
  z-index: 2;
  /* opacity: 0.65;*/
}
.src-assets-style-oaMeeting--index-cardFrame-SyObW .src-assets-style-oaMeeting--index-cardItem-2Fkn-:hover button:hover {
  opacity: 1;
}
.src-assets-style-oaMeeting--index-cardFrame-SyObW button {
  display: none;
}
.src-assets-style-oaMeeting--index-cardFrame-SyObW .src-assets-style-oaMeeting--index-saveIco-2pp0Y {
  width: 0.48rem;
  height: 0.48rem;
}
.src-assets-style-oaMeeting--index-cardFrame-SyObW .src-assets-style-oaMeeting--index-iconTj-QPyfa {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: 1px;
  left: 0.06rem;
}
.src-assets-style-oaMeeting--index-cardFrame-SyObW .src-assets-style-oaMeeting--index-tag-1NLPX {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  height: 0.25rem;
  -webkit-box-orient: vertical;
  clear: both;
}
.src-assets-style-oaMeeting--index-cardFrame-SyObW .src-assets-style-oaMeeting--index-tag-1NLPX .src-assets-style-oaMeeting--index-fontBlack-2t8F4 {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaMeeting--index-cardFrame-SyObW .src-assets-style-oaMeeting--index-comment-13uCd {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaMeeting--index-cardFrame-SyObW .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaMeeting--index-cardFrame-SyObW .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0px;
}
.src-assets-style-oaMeeting--index-cardFrame-SyObW .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaMeeting--index-cardFrame-SyObW .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaMeeting--index-cardFrame-SyObW .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaMeeting--index-cardFrame-SyObW .ant-list-item-meta-description {
  line-height: 0.25rem;
}
.src-assets-style-oaMeeting--index-cardFrame-SyObW .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaMeeting--index-cardFrame-SyObW a {
  color: #474747;
}
.src-assets-style-oaMeeting--index-cardFrame-SyObW a:hover {
  /*color: #1890ff;*/
  text-decoration: underline;
}
.src-assets-style-oaMeeting--index-jian-1unf6 {
  display: inline-flex;
  height: 0.31rem;
}
.src-assets-style-oaMeeting--index-flex-3DCNc {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-applyContentTop-1wrWQ {
  width: 100%;
  height: 1.8rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-applyContentTop-1wrWQ .ant-list-item-main {
  display: inline-block;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-applyContentTop-1wrWQ .ant-list-item-extra {
  float: right;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-applyContentTop-1wrWQ .src-assets-style-oaMeeting--index-comment-13uCd {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-applyContentTop-1wrWQ .src-assets-style-oaMeeting--index-saveIco-2pp0Y {
  width: 0.48rem;
  height: 0.48rem;
  /*background: #23d688;*/
  /* border-radius: 50%;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-applyContentTop-1wrWQ .src-assets-style-oaMeeting--index-iconTj-QPyfa {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: -0.02rem;
  left: 0.06rem;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-applyContentTop-1wrWQ .src-assets-style-oaMeeting--index-tag-1NLPX {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 0.26rem;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-applyContentTop-1wrWQ .src-assets-style-oaMeeting--index-tag-1NLPX .src-assets-style-oaMeeting--index-fontBlack-2t8F4 {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-applyContentTop-1wrWQ .src-assets-style-oaMeeting--index-grade-IJ6aG {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  color: #808080;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-applyContentTop-1wrWQ .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-applyContentTop-1wrWQ .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0.03rem;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-applyContentTop-1wrWQ .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-applyContentTop-1wrWQ .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-applyContentTop-1wrWQ .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-applyContentTop-1wrWQ .ant-list-item-meta-description {
  line-height: 2;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-applyContentTop-1wrWQ .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-applyContentTop-1wrWQ .ant-card-bordered {
  border: none;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-applyContentTop-1wrWQ .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-applyContentTop-1wrWQ .ant-col-12 {
  width: 100%;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-applyContentTop-1wrWQ .ant-card-bordered {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-applyContentTop-1wrWQ .ant-card-wider-padding .ant-card-body {
  padding: 0.24rem 0px 0.15rem 0.24rem;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-applyContentTopTitle-1aeXR a {
  color: #474747;
  font-weight: bold;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-contenBottom-2SlvB {
  display: table;
  margin-top: 0.28rem;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-contenBottom-2SlvB .src-assets-style-oaMeeting--index-userGuide-2m2Pu {
  height: auto;
  min-height: 5.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
  position: relative;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-contenBottom-2SlvB .src-assets-style-oaMeeting--index-userGuide-2m2Pu .src-assets-style-oaMeeting--index-rightAnchor-1cxgG {
  position: absolute;
  right: 0.35rem;
  top: 0.3rem;
  z-index: 999;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-contenBottom-2SlvB .src-assets-style-oaMeeting--index-userGuide-2m2Pu .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-contenBottom-2SlvB .src-assets-style-oaMeeting--index-userGuide-2m2Pu .ant-card-bordered {
  border: none;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-contenBottom-2SlvB .src-assets-style-oaMeeting--index-userGuide-2m2Pu .ant-card-head {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-contenBottom-2SlvB .src-assets-style-oaMeeting--index-userGuide-2m2Pu .ant-card-head-title {
  font-weight: bold;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-contenBottom-2SlvB .src-assets-style-oaMeeting--index-userGuide-2m2Pu .ant-list-split .ant-list-item {
  border-bottom: none;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-contenBottom-2SlvB .src-assets-style-oaMeeting--index-userGuide-2m2Pu .ant-list-split .ant-list-header {
  border-bottom: none;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-contenBottom-2SlvB .src-assets-style-oaMeeting--index-userGuide-2m2Pu .ant-list-item {
  padding: 0;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-contenBottom-2SlvB .src-assets-style-oaMeeting--index-userGuide-2m2Pu .ant-list-header,
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-contenBottom-2SlvB .src-assets-style-oaMeeting--index-userGuide-2m2Pu .ant-list-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-contenBottom-2SlvB .src-assets-style-oaMeeting--index-userGuide-2m2Pu .ant-anchor-ink-ball {
  width: 0.14rem;
  height: 0.14rem;
  border: 4px solid #1890ff;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-contenBottom-2SlvB .src-assets-style-oaMeeting--index-userGuide-2m2Pu .ant-anchor-wrapper {
  padding-left: 0.1rem;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-userEvaluation-2EPO6 {
  height: auto;
  min-height: 5.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
  display: table-cell;
  width: 3rem;
  vertical-align: top;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-userEvaluation-2EPO6 .src-assets-style-oaMeeting--index-title-_tVBN {
  font-size: 0.16rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.21rem;
  margin: 0.18rem 0 0.3rem 0.08rem;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-userEvaluation-2EPO6 .src-assets-style-oaMeeting--index-evaluationDetails-3OiTr {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-userEvaluation-2EPO6 .src-assets-style-oaMeeting--index-evaluationDetails-3OiTr .src-assets-style-oaMeeting--index-describe-1xEJO {
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-userEvaluation-2EPO6 .src-assets-style-oaMeeting--index-evaluationDetails-3OiTr .src-assets-style-oaMeeting--index-userName-28fUF {
  float: left;
  color: #010101;
}
.src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-userEvaluation-2EPO6 .src-assets-style-oaMeeting--index-evaluationDetails-3OiTr .src-assets-style-oaMeeting--index-time-37zN8 {
  float: right;
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaMeeting--index-conditionStyle-3Hl-R {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-oaMeeting--index-statusWidth-1Wotd {
  width: 30%;
  float: left;
  vertical-align: middle;
}
.src-assets-style-oaMeeting--index-nullData-Qj24Y {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-oaMeeting--index-nullData-Qj24Y .src-assets-style-oaMeeting--index-message-HLeO9 {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-oaMeeting--index-limitedTime-Ir-JX {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.45rem;
  width: 0.5rem;
}
.src-assets-style-oaMeeting--index-limitedTime-Ir-JX .src-assets-style-oaMeeting--index-backBorder-102IL {
  border-top: solid 40px #ff9900;
  border-right: solid 50px rgba(0, 0, 0, 0);
}
.src-assets-style-oaMeeting--index-limitedTime-Ir-JX .src-assets-style-oaMeeting--index-inner-1sQsY {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: 1px;
  transform: rotate(45);
  transform: rotate;
  transform: rotate(-45deg);
}
.src-assets-style-oaMeeting--index-limitedTimeLeft-1IuMp {
  position: absolute;
  top: 0px;
  left: -0.07rem;
  width: 0.5rem;
  height: 0.45rem;
}
.src-assets-style-oaMeeting--index-limitedTimeLeft-1IuMp .src-assets-style-oaMeeting--index-backBorder-102IL {
  border-top: solid 50px #ff9900;
  border-right: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-oaMeeting--index-limitedTimeLeft-1IuMp .src-assets-style-oaMeeting--index-inner-1sQsY {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: 1px;
  transform: rotate(45);
  transform: rotate;
  transform: rotate(-45deg);
}
.src-assets-style-oaMeeting--index-issueManage-QbVgc .ant-dropdown-menu {
  padding: 0;
}
.src-assets-style-oaMeeting--index-usedSearch-GlvaI {
  float: right;
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.15rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaMeeting--index-usedSearch-GlvaI .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-oaMeeting--index-usedSearch-GlvaI .anticon-search {
  position: absolute;
  left: 0.12rem;
  font-size: 0.12rem;
  line-height: 0.36rem;
  z-index: 2;
  color: #BFBFBF;
}
.src-assets-style-oaMeeting--index-usedSearch-GlvaI .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-oaMeeting--index-usedSearch-GlvaI .src-assets-style-oaMeeting--index-searchDel-3r6mK {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  right: 0.58rem;
  top: 50%;
  margin-top: -0.16rem;
  font-size: 0.12rem;
  z-index: 2;
}
.src-assets-style-oaMeeting--index-menuText-15DJs {
  width: 0.75rem;
  display: inline-block;
  text-align: center;
}
.src-assets-style-oaMeeting--index-selectColor-2L9Pk {
  color: var(--themeColor);
}
.src-assets-style-oaMeeting--index-footerStyle-2bB6h {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaMeeting--index-pagingMargin1-33Fpl {
  margin-left: 0.2rem;
}
.src-assets-style-oaMeeting--index-pagingMargin2-3Lxeb {
  margin-left: 0.5rem;
}
.src-assets-style-oaMeeting--index-pagingLeft-1iccl {
  display: inline-block;
  width: 50%;
}
.src-assets-style-oaMeeting--index-pagingRight-3d89g {
  display: inline-block;
  text-align: right;
  padding-right: 0.1rem;
  width: 50%;
}
.src-assets-style-oaMeeting--index-pageingButton-VMItv {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-oaMeeting--index-pageingNotAllowed-R2HsT {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-oaMeeting--index-itemButton-26E7W {
  margin-right: 0.1rem;
}
.src-assets-style-oaMeeting--index-itemButton-26E7W .src-assets-style-oaMeeting--index-img-2FgM7 {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-oaMeeting--index-itemButton-26E7W i {
  margin-right: 0.05rem;
}
.src-assets-style-oaMeeting--index-breadcrumb-1f12F {
  width: 3.5rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-oaMeeting--index-breadcrumbItem-2sPow {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-oaMeeting--index-card-ZhN3q {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 0.25rem;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
}
.src-assets-style-oaMeeting--index-card-ZhN3q .src-assets-style-oaMeeting--index-textArea-3dsX8 {
  padding: 0 0.1rem;
  border: 1px solid #E1E6E3;
  border-radius: 4px;
}
.src-assets-style-oaMeeting--index-card-ZhN3q .ant-dropdown-menu {
  width: 1.5rem;
}
.src-assets-style-oaMeeting--index-fixBotBarWrap-1I2-u {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #F2F2F2;
  border-top: 1px solid #E1E6E3;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
}
.src-assets-style-oaMeeting--index-fixBotBarWrap-1I2-u .ant-btn {
  margin-top: 0.1rem;
}
.src-assets-style-oaMeeting--index-addressSelect-2ln0Y {
  margin-left: 0px;
  width: 6.2rem;
}
.src-assets-style-oaMeeting--index-affairsCard_linkTitle-2Qqhj {
  float: left;
  margin-right: 0.04rem;
}
.src-assets-style-oaMeeting--index-fillIcon-1TdKS {
  color: #f5bf50;
  font-size: 0.2rem;
  cursor: pointer;
  margin-left: 0.1rem;
}
.src-assets-style-oaMeeting--index-calendarMessage-1VBdF {
  width: 3rem;
  padding: 0px 0.1rem;
}
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaMeeting--index-cardFrame-SyObW .src-assets-style-oaMeeting--index-cardItem-2Fkn-:hover button {
  background-color: #70b470;
  border-color: #70b470;
}
.theme-green .src-assets-style-oaMeeting--index-cardFrame-SyObW .src-assets-style-oaMeeting--index-cardItem-2Fkn-:hover button:hover {
  background-color: #00a854;
  border-color: #00a854;
}
.theme-green .src-assets-style-oaMeeting--index-detailsMain-2ctF5 .src-assets-style-oaMeeting--index-receiptDiv-V8rFo {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #005825;
}
.theme-green .src-assets-style-oaMeeting--index-detailsMain-2ctF5 .src-assets-style-oaMeeting--index-receiptContext-weKCr {
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
/**************************** 绿色主题开始 ***************************/
/**************************** 红色主题开始 ***************************/
.theme-red .src-assets-style-oaMeeting--index-detailsMain-2ctF5 .src-assets-style-oaMeeting--index-receiptDiv-V8rFo {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #9A001E;
}
.theme-red .src-assets-style-oaMeeting--index-detailsMain-2ctF5 .src-assets-style-oaMeeting--index-receiptContext-weKCr {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-red .src-assets-style-oaMeeting--index-selectColor-2L9Pk {
  color: #F63E62;
}
.theme-red .src-assets-style-oaMeeting--index-footerStyle-2bB6h {
  background-color: #fffafb;
}
.theme-red .src-assets-style-oaMeeting--index-pageingButton-VMItv {
  color: #F63E62;
}
.theme-red .src-assets-style-oaMeeting--index-cardFrame-SyObW .src-assets-style-oaMeeting--index-cardItem-2Fkn-:hover button {
  background-color: #F63E62;
  border-color: #F63E62;
}
.theme-red .src-assets-style-oaMeeting--index-cardFrame-SyObW .src-assets-style-oaMeeting--index-cardItem-2Fkn-:hover button:hover {
  background-color: #9A001E;
  border-color: #9A001E;
}
.theme-red .src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-searchList-2LfFL .ant-tag-checkable-checked {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-searchList-2LfFL .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaMeeting--index-pagination-ucJAx {
  box-shadow: 0px 0px 0.1rem 0px rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaMeeting--index-pagination-ucJAx .src-assets-style-oaMeeting--index-affairTotal-2aItD .src-assets-style-oaMeeting--index-fontBlue-D8r70 {
  color: #F63E62;
}
.theme-red .src-assets-style-oaMeeting--index-activeLetter-2ULQk {
  background: #F63E62;
}
.theme-red .src-assets-style-oaMeeting--index-letter-3vSX3:hover {
  background: #F63E62;
}
.theme-red .src-assets-style-oaMeeting--index-radiusDiv-3jDaE {
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaMeeting--index-radiusDiv-3jDaE:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-oaMeeting--index-affairTitle-2G3dw .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
.theme-red .src-assets-style-oaMeeting--index-affairTitle-2G3dw .ant-carousel .slick-dots li button {
  background: rgba(255, 0, 0, 0.5);
}
.theme-red .src-assets-style-oaMeeting--index-cardFrame-SyObW a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaMeeting--index-dropdownBox-3rVlx .ant-select-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-oaMeeting--index-dropdownBox-3rVlx .ant-select-dropdown-menu-item:hover a {
  color: #F63E62;
}
.theme-red .src-assets-style-oaMeeting--index-sceneNav-1vTPj span {
  color: #9A001E;
}
.theme-red .src-assets-style-oaMeeting--index-sceneNav-1vTPj .src-assets-style-oaMeeting--index-sceneIcon-r6tOj {
  background: url(../../assets/images/mapIcon_red.png) no-repeat center;
  background-size: cover;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-assets-style-oaMeeting--index-detailsMain-2ctF5 .src-assets-style-oaMeeting--index-receiptDiv-V8rFo {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #397EF0;
}
.theme-blue .src-assets-style-oaMeeting--index-detailsMain-2ctF5 .src-assets-style-oaMeeting--index-receiptContext-weKCr {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-blue .src-assets-style-oaMeeting--index-selectColor-2L9Pk {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaMeeting--index-footerStyle-2bB6h {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-oaMeeting--index-pageingButton-VMItv {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaMeeting--index-cardFrame-SyObW .src-assets-style-oaMeeting--index-cardItem-2Fkn-:hover button {
  background-color: #71b8ef;
  border-color: #71b8ef;
}
.theme-blue .src-assets-style-oaMeeting--index-cardFrame-SyObW .src-assets-style-oaMeeting--index-cardItem-2Fkn-:hover button:hover {
  background-color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-searchList-2LfFL .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #a2ceff;
}
.theme-blue .src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-searchList-2LfFL .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaMeeting--index-pagination-ucJAx {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaMeeting--index-pagination-ucJAx .src-assets-style-oaMeeting--index-affairTotal-2aItD .src-assets-style-oaMeeting--index-fontBlue-D8r70 {
  color: #1890ff;
}
.theme-blue .src-assets-style-oaMeeting--index-activeLetter-2ULQk {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaMeeting--index-letter-3vSX3:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaMeeting--index-radiusDiv-3jDaE {
  border: 1px solid rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaMeeting--index-radiusDiv-3jDaE:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-oaMeeting--index-affairTitle-2G3dw .ant-carousel .slick-dots li.slick-active button {
  background: #1890ff;
}
.theme-blue .src-assets-style-oaMeeting--index-affairTitle-2G3dw .ant-carousel .slick-dots li button {
  background: rgba(35, 145, 230, 0.7);
}
.theme-blue .src-assets-style-oaMeeting--index-cardFrame-SyObW a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaMeeting--index-sceneNav-1vTPj span {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaMeeting--index-sceneNav-1vTPj .src-assets-style-oaMeeting--index-sceneIcon-r6tOj {
  background: url(../../assets/images/mapIcon_blue.png) no-repeat center;
  background-size: cover;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-searchList-2LfFL .ant-tag-checkable-checked {
  color: #1C9750;
  background: #E6FFF1;
  border-color: #1C9750;
}
.theme-green .src-assets-style-oaMeeting--index-searchContent-h_oE8 .src-assets-style-oaMeeting--index-searchList-2LfFL .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1C9750;
}
.theme-green .src-assets-style-oaMeeting--index-pagination-ucJAx {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-oaMeeting--index-pagination-ucJAx .src-assets-style-oaMeeting--index-affairTotal-2aItD .src-assets-style-oaMeeting--index-fontBlue-D8r70 {
  color: #1C9750;
}
.theme-green .src-assets-style-oaMeeting--index-activeLetter-2ULQk {
  background: #1C9750;
}
.theme-green .src-assets-style-oaMeeting--index-letter-3vSX3:hover {
  background: #1C9750;
}
.theme-green .src-assets-style-oaMeeting--index-radiusDiv-3jDaE:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(68, 126, 98, 0.35);
}
.theme-green .src-assets-style-oaMeeting--index-radiusDiv-3jDaE {
  border: 1px solid rgba(87, 177, 134, 0.1);
}
.theme-green .src-assets-style-oaMeeting--index-affairTitle-2G3dw .ant-carousel .slick-dots li.slick-active button {
  background: #1C9750;
}
.theme-green .src-assets-style-oaMeeting--index-affairTitle-2G3dw .ant-carousel .slick-dots li button {
  background: rgba(10, 150, 50, 0.7);
}
.theme-green .src-assets-style-oaMeeting--index-cardFrame-SyObW a:hover {
  color: #00a854;
}
.theme-green .src-assets-style-oaMeeting--index-dropdownBox-3rVlx .ant-select-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.theme-green .src-assets-style-oaMeeting--index-dropdownBox-3rVlx .ant-select-dropdown-menu-item:hover a {
  color: #00a854;
}
.theme-green .src-assets-style-oaMeeting--index-sceneNav-1vTPj span {
  color: #005825;
}
.theme-green .src-assets-style-oaMeeting--index-sceneNav-1vTPj .src-assets-style-oaMeeting--index-sceneIcon-r6tOj {
  background: url(../../assets/images/mapIcon_green.png) no-repeat center;
  background-size: cover;
}
/**************************** 绿色主题结束 **************************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-left-1Ij1D {
    border-radius: 6px;
    width: 100%;
  }
  .font-normal .src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-left-1Ij1D .src-assets-style-oaMeeting--index-leftBody-2q8G6 .src-assets-style-oaMeeting--index-leftService-3vm67 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-left-1Ij1D {
    width: 100%;
  }
  .font-normal .src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-left-1Ij1D .src-assets-style-oaMeeting--index-leftBody-2q8G6 .src-assets-style-oaMeeting--index-leftService-3vm67 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-leftContent-VEyhK {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-leftContent-VEyhK {
    width: 100%;
  }
}
@media (max-height: 830px) {
  .font-normal .src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-leftContent-VEyhK .src-assets-style-oaMeeting--index-AllLetter-1wy_Z {
    bottom: 4.85rem;
  }
}
@media (min-height: 831px) {
  .font-normal .src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-leftContent-VEyhK .src-assets-style-oaMeeting--index-AllLetter-1wy_Z {
    top: 3.26rem;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-left-1Ij1D {
    border-radius: 6px;
    width: 100%;
  }
  .font-large .src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-left-1Ij1D .src-assets-style-oaMeeting--index-leftBody-2q8G6 .src-assets-style-oaMeeting--index-leftService-3vm67 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-left-1Ij1D {
    width: 100%;
  }
  .font-large .src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-left-1Ij1D .src-assets-style-oaMeeting--index-leftBody-2q8G6 .src-assets-style-oaMeeting--index-leftService-3vm67 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-leftContent-VEyhK {
    width: 100%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-leftContent-VEyhK {
    width: 100%;
  }
}
@media (max-height: 913px) {
  .font-large .src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-leftContent-VEyhK .src-assets-style-oaMeeting--index-AllLetter-1wy_Z {
    bottom: 4.85rem;
  }
}
@media (min-height: 914.1px) {
  .font-large .src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-leftContent-VEyhK .src-assets-style-oaMeeting--index-AllLetter-1wy_Z {
    top: 3.26rem;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-left-1Ij1D {
    border-radius: 6px;
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-left-1Ij1D .src-assets-style-oaMeeting--index-leftBody-2q8G6 .src-assets-style-oaMeeting--index-leftService-3vm67 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-left-1Ij1D {
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-left-1Ij1D .src-assets-style-oaMeeting--index-leftBody-2q8G6 .src-assets-style-oaMeeting--index-leftService-3vm67 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-leftContent-VEyhK {
    width: 100%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-leftContent-VEyhK {
    width: 100%;
  }
}
@media (max-height: 1037.5px) {
  .font-extraLarge .src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-leftContent-VEyhK .src-assets-style-oaMeeting--index-AllLetter-1wy_Z {
    bottom: 4.85rem;
  }
}
@media (min-height: 1038.75px) {
  .font-extraLarge .src-assets-style-oaMeeting--index-flex-3DCNc .src-assets-style-oaMeeting--index-leftContent-VEyhK .src-assets-style-oaMeeting--index-AllLetter-1wy_Z {
    top: 3.26rem;
  }
}
@media (min-width: 1600px) {
  .font-extraLarge .src-assets-style-oaMeeting--index-flex-3DCNc .ant-col-xxl-8 {
    width: 50%;
  }
}
.src-assets-style-oaMeeting--index-actions-L_WBr {
  padding: 0.03rem 0.08rem;
  margin-right: -1px;
  color: #000;
  border: 1px solid #cecbcb;
  border-radius: 4px;
}
.src-assets-style-oaMeeting--index-actions-L_WBr a {
  color: #000;
  font-weight: normal;
}
.src-assets-style-oaMeeting--index-actions-L_WBr .ant-divider,
.src-assets-style-oaMeeting--index-actions-L_WBr .ant-divider-vertical {
  width: 0.02rem;
  height: 0.18rem;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
/*************** 共用样式***************/
.src-assets-style-oaDocument--index-newsSearch-3QZtz {
  float: right;
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.07rem;
}
.src-assets-style-oaDocument--index-newsSearch-3QZtz .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-oaDocument--index-newsSearch-3QZtz .anticon-search {
  position: absolute;
  left: 0.12rem;
  font-size: 0.12rem;
  line-height: 0.36rem;
  z-index: 2;
  color: #BFBFBF;
}
.src-assets-style-oaDocument--index-newsSearch-3QZtz .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-oaDocument--index-newsSearch-3QZtz .src-assets-style-oaDocument--index-searchDel-HA-F5 {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  right: 0.58rem;
  top: 50%;
  margin-top: -0.16rem;
  font-size: 0.12rem;
  z-index: 2;
}
.src-assets-style-oaDocument--index-conditionStyle-39vtt {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-oaDocument--index-dropdownBoxDisplayNone-1dPQB {
  display: none;
}
.src-assets-style-oaDocument--index-selectColor-xizUy {
  color: var(--themeColor);
}
.src-assets-style-oaDocument--index-toolTip-1HMkc .ant-tooltip-content .ant-tooltip-inner {
  width: 7.6rem !important;
}
.src-assets-style-oaDocument--index-toolTip2-3WknY .ant-tooltip-content .ant-tooltip-inner {
  width: 5.1rem !important;
}
.src-assets-style-oaDocument--index-pointerTag-weKhJ {
  cursor: pointer;
}
.src-assets-style-oaDocument--index-main-content-1la64 {
  min-height: 14.8rem !important;
}
.src-assets-style-oaDocument--index-bodyFixed-27gPr {
  position: fixed;
  width: 100%;
}
.src-assets-style-oaDocument--index-overflow-1enNI {
  overflow: hidden;
}
.src-assets-style-oaDocument--index-fontGray-1VZoX {
  color: #adadad;
}
.src-assets-style-oaDocument--index-fontLightBlack-XVWEW {
  color: #808080;
}
.src-assets-style-oaDocument--index-fontLine-AFrzT {
  color: #adadad;
  margin-left: 0.06rem;
}
.src-assets-style-oaDocument--index-mgt12-2eTfc {
  margin-top: 0.12rem;
}
.src-assets-style-oaDocument--index-textCenter-3ry28 {
  text-align: center;
  color: #808080;
  cursor: pointer;
}
.src-assets-style-oaDocument--index-pdr5-uDBAd {
  padding-right: 0.05rem;
}
.src-assets-style-oaDocument--index-fontSc-bABeQ {
  padding-right: 0.05rem;
  text-align: center;
  font-size: 0.28rem;
  color: #595959;
}
.src-assets-style-oaDocument--index-lineHeight-3hbXr {
  line-height: 0.4rem;
  /*margin-left: -450px;*/
  width: 4rem;
}
/* 服务入口页面布局样式 */
.src-assets-style-oaDocument--index-flex-1zD8E {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-contentMain-2VOY1 img {
  max-width: 100%;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-contentMain-2VOY1 .ant-card-bordered {
  width: calc(100% - 2.28rem);
  display: inline-block;
  max-width: 100%;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-contentMain-2VOY1 .ant-card-bordered .ant-card-body p {
  padding: 0px 0.32rem;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-contentMain-2VOY1 .ant-card-bordered .ant-card-body img {
  max-width: 100%;
}
.src-assets-style-oaDocument--index-flex-1zD8E .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaDocument--index-flex-1zD8E .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaDocument--index-flex-1zD8E .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaDocument--index-flex-1zD8E .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-limitLength-1rvqK,
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-limitSplit-9vjx7 {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-limitLength-1rvqK {
  width: 0.95rem;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-limitSplit-9vjx7 {
  width: 0.2rem;
  text-align: center;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS {
  width: 3.87rem;
  overflow: hidden;
  float: right;
  margin-top: 0.25rem;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightTop-pKrMj:hover {
  cursor: pointer;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightTop-pKrMj:hover .src-assets-style-oaDocument--index-rightAffairsBox-7HXs9 .anticon {
  display: inline-block;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightTop-pKrMj {
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  min-height: 4.05rem;
  background-color: white;
  border: 1px solid #e8e8e8;
  margin-bottom: 0.26rem;
  position: relative;
  /* 全部事务右边推荐事务 */
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightTop-pKrMj .src-assets-style-oaDocument--index-rightAffairsBox-7HXs9 .anticon {
  display: none;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightTop-pKrMj .src-assets-style-oaDocument--index-iconLeft-oIdmx {
  color: #D4D4D4;
  font-size: 0.25rem;
  position: absolute;
  left: 0.1rem;
  z-index: 2;
  top: 47%;
  transform: translateY(-50%);
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightTop-pKrMj .src-assets-style-oaDocument--index-iconLeft-oIdmx:hover {
  color: #AAAAAA;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightTop-pKrMj .src-assets-style-oaDocument--index-iconRight-uhgJ3 {
  color: #D4D4D4;
  font-size: 0.25rem;
  position: absolute;
  right: 0.1rem;
  z-index: 2;
  top: 47%;
  transform: translateY(-50%);
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightTop-pKrMj .src-assets-style-oaDocument--index-iconRight-uhgJ3:hover {
  color: #AAAAAA;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightTop-pKrMj .ant-card {
  position: static;
  color: #666666;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightTop-pKrMj .src-assets-style-oaDocument--index-affairTitle-2Z7AS .ant-card-body {
  padding: 0px;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightTop-pKrMj .src-assets-style-oaDocument--index-affairTitle-2Z7AS .ant-card-head {
  border-bottom: none;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightTop-pKrMj .src-assets-style-oaDocument--index-affairTitle-2Z7AS .ant-list-grid .ant-list-item {
  margin-bottom: 0;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightTop-pKrMj .src-assets-style-oaDocument--index-affairTitle-2Z7AS .ant-carousel .slick-dots {
  bottom: 0.35rem;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightTop-pKrMj .src-assets-style-oaDocument--index-affairTitle-2Z7AS .ant-carousel .slick-slider {
  position: static;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightTop-pKrMj .src-assets-style-oaDocument--index-affairTitle-2Z7AS .ant-carousel .slick-dots li.slick-active button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #1890ff;*/
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightTop-pKrMj .src-assets-style-oaDocument--index-affairTitle-2Z7AS .ant-carousel .slick-dots li button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #b8c4cc;*/
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightTop-pKrMj .src-assets-style-oaDocument--index-affairTitle-2Z7AS .src-assets-style-oaDocument--index-noDataIcon-3j3Gj {
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightTop-pKrMj .src-assets-style-oaDocument--index-affairTitle-2Z7AS .src-assets-style-oaDocument--index-fontBlack-2PVcz {
  font-size: 0.18rem;
  font-weight: bold;
  color: #474747;
  line-height: 0.21rem;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightTop-pKrMj .src-assets-style-oaDocument--index-affairTitle-2Z7AS .src-assets-style-oaDocument--index-serviceCollectDivRelative-u3DK- {
  position: relative;
  text-align: center;
  /* .radiusDiv:hover{
             box-shadow: 0px 0px 10px 4px rgba(68, 126, 98, 0.35);


           }*/
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightTop-pKrMj .src-assets-style-oaDocument--index-affairTitle-2Z7AS .src-assets-style-oaDocument--index-serviceCollectDivRelative-u3DK- .src-assets-style-oaDocument--index-radiusDiv-2MLdY {
  /*border: 1px solid rgba(90, 137, 181, 0.33);*/
  background: #ffffff;
  height: 0.66rem;
  width: 0.66rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-radius: 33px;
  margin-bottom: 0.15rem;
  margin-left: 0.17rem;
  border-radius: 50%;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightTop-pKrMj .src-assets-style-oaDocument--index-affairTitle-2Z7AS .src-assets-style-oaDocument--index-serviceCollectDivRelative-u3DK- .src-assets-style-oaDocument--index-radiusDiv-2MLdY .src-assets-style-oaDocument--index-imageRadius-35_YI {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightTop-pKrMj .src-assets-style-oaDocument--index-affairTitle-2Z7AS .src-assets-style-oaDocument--index-serviceCollectDivRelative-u3DK- .ant-card-body {
  padding: 0.11rem 0.07rem 0.18rem 0.09rem;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightTop-pKrMj .src-assets-style-oaDocument--index-affairTitle-2Z7AS .src-assets-style-oaDocument--index-serviceCollectDivRelative-u3DK- .ant-card-bordered {
  border: none;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightTop-pKrMj .src-assets-style-oaDocument--index-affairTitle-2Z7AS .src-assets-style-oaDocument--index-serviceCollectDivRelative-u3DK- .src-assets-style-oaDocument--index-textCenter-3ry28 {
  text-align: center;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-right-34eVS .src-assets-style-oaDocument--index-rightBottom-1jAhT {
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  background-color: white;
  min-height: 4.05rem;
  margin-top: 0.26rem;
  border: 1px solid #e8e8e8;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaDocument--index-collectRadiusDiv-xSUSV {
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  height: 0.66rem;
  width: 0.66rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-radius: 33px;
  margin: 0 auto;
  box-shadow: 0px 0px 0.05rem rgba(0, 168, 84, 0.3);
  margin-bottom: 0.07rem;
  margin-top: 0.08rem;
}
.src-assets-style-oaDocument--index-optBackground-SlyHR {
  background: #fff;
}
.src-assets-style-oaDocument--index-optBackground-SlyHR a {
  color: #000;
}
.src-assets-style-oaDocument--index-optBackground-SlyHR a:hover {
  color: #fff;
}
.src-assets-style-oaDocument--index-optName-pJDoH {
  width: 100%;
  height: 100%;
}
.src-assets-style-oaDocument--index-optImg-RGtZ- {
  margin-right: 0.1rem;
  width: 0.22rem;
  height: 0.22rem;
}
.src-assets-style-oaDocument--index-dropdownBox-3cVlO .ant-select-dropdown-menu-item:hover {
  background: #e6f7ff;
}
.src-assets-style-oaDocument--index-dropdownBox-3cVlO .ant-select-dropdown-menu-item:hover a {
  color: #397EF0;
}
.src-assets-style-oaDocument--index-dropdownBox-3cVlO .ant-select-dropdown-menu {
  overflow: hidden;
  max-height: none;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-screenBtn-3_I1Z {
  cursor: pointer;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-screenBtn-3_I1Z .ant-btn {
  border: none;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchBox-27skd {
  width: 5.5rem;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchBox-27skd input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-sceneNav-X5LLa {
  display: inline-block;
  position: absolute;
  margin-left: 0.55rem;
  height: 0.24rem;
  margin-top: 0.06rem;
  cursor: pointer;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-sceneNav-X5LLa span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: top;
  margin-top: 1px;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-sceneNav-X5LLa .src-assets-style-oaDocument--index-sceneIcon-2V1s9 {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchList-2KE3n {
  line-height: 2;
  border-bottom: 1px dashed #e1e6e3;
  display: flex;
  align-items: center;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchList-2KE3n .ant-tag-checkable-checked {
  border-radius: 12px;
  color: var(--themeColor);
  background: var(--themeColorBg);
  border-color: var(--themeColor1);
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchList-2KE3n .ant-tag {
  cursor: pointer;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchList-2KE3n .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchList-2KE3n .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: var(--themeColor);
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchList-2KE3n .src-assets-style-oaDocument--index-item-3Sc_W {
  width: calc(100% - 0.42rem);
  display: inline-block;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchList-2KE3n .src-assets-style-oaDocument--index-all-gfiXF {
  display: inline-block;
  flex-shrink: 0;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchList-2KE3n .src-assets-style-oaDocument--index-all-gfiXF .ant-tag {
  cursor: pointer;
  border-radius: 12px;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchList-2KE3n .src-assets-style-oaDocument--index-searchTitle-3eUhI {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchList-2KE3n span {
  color: #808080;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchList-2KE3n .src-assets-style-oaDocument--index-hideItem-19Yg6 {
  display: inline-block;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchList-2KE3n .src-assets-style-oaDocument--index-rightBtn-1-SzM {
  float: right;
  cursor: pointer;
  margin-top: 0.09rem;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchList-2KE3n .ant-btn {
  border: none;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchList-2KE3n .src-assets-style-oaDocument--index-tagBox-1J2tC {
  display: inline-block;
  padding-left: 0.3rem;
  width: 90%;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchList-2KE3n .src-assets-style-oaDocument--index-tagBox-1J2tC .src-assets-style-oaDocument--index-tagItem-1aMsD {
  display: inline-block;
  width: 1rem;
  padding: 0 0.05rem;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchList-2KE3n .src-assets-style-oaDocument--index-tagBox-1J2tC .src-assets-style-oaDocument--index-tagItem-1aMsD .ant-tag,
.src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchList-2KE3n .src-assets-style-oaDocument--index-tagBox-1J2tC .src-assets-style-oaDocument--index-tagItem-1aMsD .ant-tag-checkable {
  max-width: 100%;
  height: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .theme-blue .ant-btn:hover,
.src-assets-style-oaDocument--index-searchContent-3kod1 .theme-blue .ant-btn:focus {
  color: #808080;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .ant-input-prefix {
  color: #cdcdcd;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaDocument--index-searchContent-3kod1 .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaDocument--index-cardFrame-10q5F .src-assets-style-oaDocument--index-cardItem-fnXJ_:hover {
  cursor: pointer;
  box-shadow: 0px 0px 0.1rem 0px rgba(3, 57, 107, 0.4);
  transition: all 0.5s;
}
.src-assets-style-oaDocument--index-cardFrame-10q5F .src-assets-style-oaDocument--index-cardItem-fnXJ_:hover button {
  display: block;
  position: absolute;
  right: 0.16rem;
  top: 0.17rem;
  z-index: 2;
  /* opacity: 0.65;*/
}
.src-assets-style-oaDocument--index-cardFrame-10q5F .src-assets-style-oaDocument--index-cardItem-fnXJ_:hover button:hover {
  opacity: 1;
}
.src-assets-style-oaDocument--index-cardFrame-10q5F button {
  display: none;
}
.src-assets-style-oaDocument--index-cardFrame-10q5F .src-assets-style-oaDocument--index-saveIco-3HXjt {
  width: 0.48rem;
  height: 0.48rem;
}
.src-assets-style-oaDocument--index-cardFrame-10q5F .src-assets-style-oaDocument--index-iconTj-2EG74 {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: 1px;
  left: 0.06rem;
}
.src-assets-style-oaDocument--index-cardFrame-10q5F .src-assets-style-oaDocument--index-tag-1IoSH {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  height: 0.25rem;
  -webkit-box-orient: vertical;
  clear: both;
}
.src-assets-style-oaDocument--index-cardFrame-10q5F .src-assets-style-oaDocument--index-tag-1IoSH .src-assets-style-oaDocument--index-fontBlack-2PVcz {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaDocument--index-cardFrame-10q5F .src-assets-style-oaDocument--index-comment-17E65 {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaDocument--index-cardFrame-10q5F .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaDocument--index-cardFrame-10q5F .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0px;
}
.src-assets-style-oaDocument--index-cardFrame-10q5F .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaDocument--index-cardFrame-10q5F .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaDocument--index-cardFrame-10q5F .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaDocument--index-cardFrame-10q5F .ant-list-item-meta-description {
  line-height: 0.25rem;
}
.src-assets-style-oaDocument--index-cardFrame-10q5F .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaDocument--index-cardFrame-10q5F a {
  color: #474747;
}
.src-assets-style-oaDocument--index-cardFrame-10q5F a:hover {
  /*color: #1890ff;*/
  text-decoration: underline;
}
.src-assets-style-oaDocument--index-jian-3NzkF {
  display: inline-flex;
  height: 0.31rem;
}
.src-assets-style-oaDocument--index-flex-1zD8E {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-applyContentTop-qTlkF {
  width: 100%;
  height: 1.8rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-applyContentTop-qTlkF .ant-list-item-main {
  display: inline-block;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-applyContentTop-qTlkF .ant-list-item-extra {
  float: right;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-applyContentTop-qTlkF .src-assets-style-oaDocument--index-comment-17E65 {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-applyContentTop-qTlkF .src-assets-style-oaDocument--index-saveIco-3HXjt {
  width: 0.48rem;
  height: 0.48rem;
  /*background: #23d688;*/
  /* border-radius: 50%;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-applyContentTop-qTlkF .src-assets-style-oaDocument--index-iconTj-2EG74 {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: -0.02rem;
  left: 0.06rem;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-applyContentTop-qTlkF .src-assets-style-oaDocument--index-tag-1IoSH {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 0.26rem;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-applyContentTop-qTlkF .src-assets-style-oaDocument--index-tag-1IoSH .src-assets-style-oaDocument--index-fontBlack-2PVcz {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-applyContentTop-qTlkF .src-assets-style-oaDocument--index-grade-aLkem {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  color: #808080;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-applyContentTop-qTlkF .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-applyContentTop-qTlkF .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0.03rem;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-applyContentTop-qTlkF .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-applyContentTop-qTlkF .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-applyContentTop-qTlkF .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-applyContentTop-qTlkF .ant-list-item-meta-description {
  line-height: 2;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-applyContentTop-qTlkF .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-applyContentTop-qTlkF .ant-card-bordered {
  border: none;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-applyContentTop-qTlkF .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-applyContentTop-qTlkF .ant-col-12 {
  width: 100%;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-applyContentTop-qTlkF .ant-card-bordered {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-applyContentTop-qTlkF .ant-card-wider-padding .ant-card-body {
  padding: 0.24rem 0px 0.15rem 0.24rem;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-applyContentTopTitle-25NWJ a {
  color: #474747;
  font-weight: bold;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-contenBottom-232Xs {
  display: table;
  margin-top: 0.28rem;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-contenBottom-232Xs .src-assets-style-oaDocument--index-userGuide-14fMP {
  height: auto;
  min-height: 5.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
  position: relative;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-contenBottom-232Xs .src-assets-style-oaDocument--index-userGuide-14fMP .src-assets-style-oaDocument--index-rightAnchor-2AA3N {
  position: absolute;
  right: 0.35rem;
  top: 0.3rem;
  z-index: 999;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-contenBottom-232Xs .src-assets-style-oaDocument--index-userGuide-14fMP .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-contenBottom-232Xs .src-assets-style-oaDocument--index-userGuide-14fMP .ant-card-bordered {
  border: none;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-contenBottom-232Xs .src-assets-style-oaDocument--index-userGuide-14fMP .ant-card-head {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-contenBottom-232Xs .src-assets-style-oaDocument--index-userGuide-14fMP .ant-card-head-title {
  font-weight: bold;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-contenBottom-232Xs .src-assets-style-oaDocument--index-userGuide-14fMP .ant-list-split .ant-list-item {
  border-bottom: none;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-contenBottom-232Xs .src-assets-style-oaDocument--index-userGuide-14fMP .ant-list-split .ant-list-header {
  border-bottom: none;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-contenBottom-232Xs .src-assets-style-oaDocument--index-userGuide-14fMP .ant-list-item {
  padding: 0;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-contenBottom-232Xs .src-assets-style-oaDocument--index-userGuide-14fMP .ant-list-header,
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-contenBottom-232Xs .src-assets-style-oaDocument--index-userGuide-14fMP .ant-list-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-contenBottom-232Xs .src-assets-style-oaDocument--index-userGuide-14fMP .ant-anchor-ink-ball {
  width: 0.14rem;
  height: 0.14rem;
  border: 4px solid #1890ff;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-contenBottom-232Xs .src-assets-style-oaDocument--index-userGuide-14fMP .ant-anchor-wrapper {
  padding-left: 0.1rem;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-userEvaluation-2eNfL {
  height: auto;
  min-height: 5.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
  display: table-cell;
  width: 3rem;
  vertical-align: top;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-userEvaluation-2eNfL .src-assets-style-oaDocument--index-title-2KHW7 {
  font-size: 0.16rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.21rem;
  margin: 0.18rem 0 0.3rem 0.08rem;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-userEvaluation-2eNfL .src-assets-style-oaDocument--index-evaluationDetails-1S6U8 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-userEvaluation-2eNfL .src-assets-style-oaDocument--index-evaluationDetails-1S6U8 .src-assets-style-oaDocument--index-describe-1Z_Lk {
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-userEvaluation-2eNfL .src-assets-style-oaDocument--index-evaluationDetails-1S6U8 .src-assets-style-oaDocument--index-userName-1fuzJ {
  float: left;
  color: #010101;
}
.src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-userEvaluation-2eNfL .src-assets-style-oaDocument--index-evaluationDetails-1S6U8 .src-assets-style-oaDocument--index-time-1k8xQ {
  float: right;
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaDocument--index-nullData-19YGL {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-oaDocument--index-nullData-19YGL .src-assets-style-oaDocument--index-message-28MQ2 {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-oaDocument--index-limitedTime-2unnq {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.45rem;
  width: 0.5rem;
}
.src-assets-style-oaDocument--index-limitedTime-2unnq .src-assets-style-oaDocument--index-backBorder-16_IA {
  border-top: solid 40px #ff9900;
  border-right: solid 50px rgba(0, 0, 0, 0);
}
.src-assets-style-oaDocument--index-limitedTime-2unnq .src-assets-style-oaDocument--index-inner-2-NPF {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: 1px;
  transform: rotate(45);
  transform: rotate;
  transform: rotate(-45deg);
}
.src-assets-style-oaDocument--index-limitedTimeLeft-vpz_L {
  position: absolute;
  top: 0px;
  left: -0.07rem;
  width: 0.5rem;
  height: 0.45rem;
}
.src-assets-style-oaDocument--index-limitedTimeLeft-vpz_L .src-assets-style-oaDocument--index-backBorder-16_IA {
  border-top: solid 50px #ff9900;
  border-right: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-oaDocument--index-limitedTimeLeft-vpz_L .src-assets-style-oaDocument--index-inner-2-NPF {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: 1px;
  transform: rotate(45);
  transform: rotate;
  transform: rotate(-45deg);
}
.src-assets-style-oaDocument--index-applyManage-2PWAI .ant-dropdown-menu {
  padding: 0;
}
.src-assets-style-oaDocument--index-footerStyle-1g5W7 {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaDocument--index-pagingMargin1-3c2gc {
  margin-left: 0.2rem;
}
.src-assets-style-oaDocument--index-pagingMargin2-1LoM7 {
  margin-left: 0.5rem;
}
.src-assets-style-oaDocument--index-pagingLeft-3KVYI {
  display: inline-block;
  width: 60%;
}
.src-assets-style-oaDocument--index-pagingRight-30Ixd {
  display: inline-block;
  text-align: right;
  padding-right: 0.1rem;
  width: 40%;
}
.src-assets-style-oaDocument--index-pageingButton-3gjZp {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-oaDocument--index-pageingNotAllowed-2DFZj {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-oaDocument--index-itemButton-2me-g {
  margin-right: 0.1rem;
}
.src-assets-style-oaDocument--index-itemButton-2me-g .src-assets-style-oaDocument--index-img-lsMf9 {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-oaDocument--index-itemButton-2me-g i {
  margin-right: 0.05rem;
}
.src-assets-style-oaDocument--index-breadcrumb-3e_Lj {
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-oaDocument--index-breadcrumbItem-IJFVj {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-oaDocument--index-card-1vMZx {
  float: left;
  display: inline-block;
  width: 100%;
  border-radius: 6px;
  margin-bottom: 0.25rem;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
}
.src-assets-style-oaDocument--index-fixBotBarWrap-15FZF {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #F2F2F2;
  border-top: 1px solid #E1E6E3;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
}
.src-assets-style-oaDocument--index-fixBotBarWrap-15FZF .ant-btn {
  margin-top: 0.1rem;
}
.src-assets-style-oaDocument--index-copyIcon-3SVNp {
  color: #1890ff;
  margin-left: 0.05rem;
}
.src-assets-style-oaDocument--index-catalogSetting-yxkae .ant-modal-title {
  color: #fff;
}
.src-assets-style-oaDocument--index-affairsCard_linkTitle-1PvsD {
  float: left;
  margin-right: 0.04rem;
}
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaDocument--index-cardFrame-10q5F .src-assets-style-oaDocument--index-cardItem-fnXJ_:hover button {
  background-color: #70b470;
  border-color: #70b470;
}
.theme-green .src-assets-style-oaDocument--index-cardFrame-10q5F .src-assets-style-oaDocument--index-cardItem-fnXJ_:hover button:hover {
  background-color: #00a854;
  border-color: #00a854;
}
/**************************** 绿色主题开始 ***************************/
/**************************** 红色主题开始 ***************************/
.theme-red .src-assets-style-oaDocument--index-selectColor-xizUy {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDocument--index-footerStyle-1g5W7 {
  background-color: #fffafb;
}
.theme-red .src-assets-style-oaDocument--index-pageingButton-3gjZp {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDocument--index-cardFrame-10q5F .src-assets-style-oaDocument--index-cardItem-fnXJ_:hover button {
  background-color: #F63E62;
  border-color: #F63E62;
}
.theme-red .src-assets-style-oaDocument--index-cardFrame-10q5F .src-assets-style-oaDocument--index-cardItem-fnXJ_:hover button:hover {
  background-color: #9A001E;
  border-color: #9A001E;
}
.theme-red .src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchList-2KE3n .ant-tag-checkable-checked {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchList-2KE3n .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDocument--index-pagination-loNFX {
  box-shadow: 0px 0px 0.1rem 0px rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaDocument--index-pagination-loNFX .src-assets-style-oaDocument--index-affairTotal-2V26L .src-assets-style-oaDocument--index-fontBlue-2foZL {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDocument--index-activeLetter-gKnxm {
  background: #F63E62;
}
.theme-red .src-assets-style-oaDocument--index-letter-1aSYQ:hover {
  background: #F63E62;
}
.theme-red .src-assets-style-oaDocument--index-radiusDiv-2MLdY {
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaDocument--index-radiusDiv-2MLdY:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-oaDocument--index-affairTitle-2Z7AS .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
.theme-red .src-assets-style-oaDocument--index-affairTitle-2Z7AS .ant-carousel .slick-dots li button {
  background: rgba(255, 0, 0, 0.5);
}
.theme-red .src-assets-style-oaDocument--index-cardFrame-10q5F a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDocument--index-dropdownBox-3cVlO .ant-select-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-oaDocument--index-dropdownBox-3cVlO .ant-select-dropdown-menu-item:hover a {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDocument--index-sceneNav-X5LLa span {
  color: #9A001E;
}
.theme-red .src-assets-style-oaDocument--index-sceneNav-X5LLa .src-assets-style-oaDocument--index-sceneIcon-2V1s9 {
  background: url(../../assets/images/mapIcon_red.png) no-repeat center;
  background-size: cover;
}
.theme-red .src-assets-style-oaDocument--index-receiptDiv-3b3z6 {
  background: #9A001E;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-assets-style-oaDocument--index-selectColor-xizUy {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaDocument--index-footerStyle-1g5W7 {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-oaDocument--index-pageingButton-3gjZp {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaDocument--index-cardFrame-10q5F .src-assets-style-oaDocument--index-cardItem-fnXJ_:hover button {
  background-color: #71b8ef;
  border-color: #71b8ef;
}
.theme-blue .src-assets-style-oaDocument--index-cardFrame-10q5F .src-assets-style-oaDocument--index-cardItem-fnXJ_:hover button:hover {
  background-color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchList-2KE3n .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #a2ceff;
}
.theme-blue .src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchList-2KE3n .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaDocument--index-pagination-loNFX {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaDocument--index-pagination-loNFX .src-assets-style-oaDocument--index-affairTotal-2V26L .src-assets-style-oaDocument--index-fontBlue-2foZL {
  color: #1890ff;
}
.theme-blue .src-assets-style-oaDocument--index-activeLetter-gKnxm {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaDocument--index-letter-1aSYQ:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaDocument--index-radiusDiv-2MLdY {
  border: 1px solid rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaDocument--index-radiusDiv-2MLdY:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-oaDocument--index-affairTitle-2Z7AS .ant-carousel .slick-dots li.slick-active button {
  background: #1890ff;
}
.theme-blue .src-assets-style-oaDocument--index-affairTitle-2Z7AS .ant-carousel .slick-dots li button {
  background: rgba(35, 145, 230, 0.7);
}
.theme-blue .src-assets-style-oaDocument--index-cardFrame-10q5F a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaDocument--index-sceneNav-X5LLa span {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaDocument--index-sceneNav-X5LLa .src-assets-style-oaDocument--index-sceneIcon-2V1s9 {
  background: url(../../assets/images/mapIcon_blue.png) no-repeat center;
  background-size: cover;
}
.theme-blue .src-assets-style-oaDocument--index-receiptDiv-3b3z6 {
  background: #397EF0;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchList-2KE3n .ant-tag-checkable-checked {
  color: #1C9750;
  background: #E6FFF1;
  border-color: #1C9750;
}
.theme-green .src-assets-style-oaDocument--index-searchContent-3kod1 .src-assets-style-oaDocument--index-searchList-2KE3n .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1C9750;
}
.theme-green .src-assets-style-oaDocument--index-pagination-loNFX {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-oaDocument--index-pagination-loNFX .src-assets-style-oaDocument--index-affairTotal-2V26L .src-assets-style-oaDocument--index-fontBlue-2foZL {
  color: #1C9750;
}
.theme-green .src-assets-style-oaDocument--index-activeLetter-gKnxm {
  background: #1C9750;
}
.theme-green .src-assets-style-oaDocument--index-letter-1aSYQ:hover {
  background: #1C9750;
}
.theme-green .src-assets-style-oaDocument--index-radiusDiv-2MLdY:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(68, 126, 98, 0.35);
}
.theme-green .src-assets-style-oaDocument--index-radiusDiv-2MLdY {
  border: 1px solid rgba(87, 177, 134, 0.1);
}
.theme-green .src-assets-style-oaDocument--index-affairTitle-2Z7AS .ant-carousel .slick-dots li.slick-active button {
  background: #1C9750;
}
.theme-green .src-assets-style-oaDocument--index-affairTitle-2Z7AS .ant-carousel .slick-dots li button {
  background: rgba(10, 150, 50, 0.7);
}
.theme-green .src-assets-style-oaDocument--index-cardFrame-10q5F a:hover {
  color: #00a854;
}
.theme-green .src-assets-style-oaDocument--index-dropdownBox-3cVlO .ant-select-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.theme-green .src-assets-style-oaDocument--index-dropdownBox-3cVlO .ant-select-dropdown-menu-item:hover a {
  color: #00a854;
}
.theme-green .src-assets-style-oaDocument--index-sceneNav-X5LLa span {
  color: #005825;
}
.theme-green .src-assets-style-oaDocument--index-sceneNav-X5LLa .src-assets-style-oaDocument--index-sceneIcon-2V1s9 {
  background: url(../../assets/images/mapIcon_green.png) no-repeat center;
  background-size: cover;
}
.theme-green .src-assets-style-oaDocument--index-receiptDiv-3b3z6 {
  background: #005825;
}
/**************************** 绿色主题结束 **************************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-left-drC2W {
    border-radius: 6px;
    width: 100%;
  }
  .font-normal .src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-left-drC2W .src-assets-style-oaDocument--index-leftBody-UM_qJ .src-assets-style-oaDocument--index-leftService-D2g_X {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-left-drC2W {
    width: 100%;
  }
  .font-normal .src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-left-drC2W .src-assets-style-oaDocument--index-leftBody-UM_qJ .src-assets-style-oaDocument--index-leftService-D2g_X {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-leftContent-1OxZh {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-leftContent-1OxZh {
    width: 100%;
  }
}
@media (max-height: 830px) {
  .font-normal .src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-leftContent-1OxZh .src-assets-style-oaDocument--index-AllLetter-1mK1i {
    bottom: 4.85rem;
  }
}
@media (min-height: 831px) {
  .font-normal .src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-leftContent-1OxZh .src-assets-style-oaDocument--index-AllLetter-1mK1i {
    top: 3.26rem;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-left-drC2W {
    border-radius: 6px;
    width: 100%;
  }
  .font-large .src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-left-drC2W .src-assets-style-oaDocument--index-leftBody-UM_qJ .src-assets-style-oaDocument--index-leftService-D2g_X {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-left-drC2W {
    width: 100%;
  }
  .font-large .src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-left-drC2W .src-assets-style-oaDocument--index-leftBody-UM_qJ .src-assets-style-oaDocument--index-leftService-D2g_X {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-leftContent-1OxZh {
    width: 100%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-leftContent-1OxZh {
    width: 100%;
  }
}
@media (max-height: 913px) {
  .font-large .src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-leftContent-1OxZh .src-assets-style-oaDocument--index-AllLetter-1mK1i {
    bottom: 4.85rem;
  }
}
@media (min-height: 914.1px) {
  .font-large .src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-leftContent-1OxZh .src-assets-style-oaDocument--index-AllLetter-1mK1i {
    top: 3.26rem;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-left-drC2W {
    border-radius: 6px;
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-left-drC2W .src-assets-style-oaDocument--index-leftBody-UM_qJ .src-assets-style-oaDocument--index-leftService-D2g_X {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-left-drC2W {
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-left-drC2W .src-assets-style-oaDocument--index-leftBody-UM_qJ .src-assets-style-oaDocument--index-leftService-D2g_X {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-leftContent-1OxZh {
    width: 100%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-leftContent-1OxZh {
    width: 100%;
  }
}
@media (max-height: 1037.5px) {
  .font-extraLarge .src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-leftContent-1OxZh .src-assets-style-oaDocument--index-AllLetter-1mK1i {
    bottom: 4.85rem;
  }
}
@media (min-height: 1038.75px) {
  .font-extraLarge .src-assets-style-oaDocument--index-flex-1zD8E .src-assets-style-oaDocument--index-leftContent-1OxZh .src-assets-style-oaDocument--index-AllLetter-1mK1i {
    top: 3.26rem;
  }
}
@media (min-width: 1600px) {
  .font-extraLarge .src-assets-style-oaDocument--index-flex-1zD8E .ant-col-xxl-8 {
    width: 50%;
  }
}
.src-app-page-chartPage--index-chartPage-2F2KJ {
  overflow: hidden;
  height: 100vh;
  background-image: url(../../assets/images/chart-bg.png);
  background-size: 100% 100%;
  color: #fff;
}
.src-app-page-chartPage--index-innerBg-2Y9fQ {
  height: 100%;
  background-image: url(../../assets/images/finished-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.src-app-page-chartPage--index-innerBg-2Y9fQ .src-app-page-chartPage--index-rowTitle-eQEBi {
  height: 0.52rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  font-weight: 500;
  padding-left: 0.7rem;
  background-image: url(../../assets/images/table-header.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.src-app-page-chartPage--index-countTime-1EtkY {
  position: absolute;
  left: 0.32rem;
  top: 0.2rem;
}
.src-app-page-chartPage--index-chartTitile-2id_p {
  text-align: center;
}
.src-app-page-chartPage--index-chartTitile-2id_p img {
  height: 0.62rem;
}
.src-app-page-chartPage--index-emptyData-35HoH {
  padding-top: 0.3rem;
  text-align: center;
}
.src-app-page-chartPage--index-linearColor-1T0HE {
  background: linear-gradient(to bottom, #ebf6ff 0%, #4da9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.src-app-page-chartPage--index-goldText-2JTqv {
  background: linear-gradient(to bottom, #fffbef 0%, #ffc93e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
}
.src-app-page-chartPage--index-mettingTitle-1lDgY {
  margin-bottom: 0.28rem;
  text-align: center;
  font-size: 0.28rem;
  font-weight: bold;
}
.src-app-page-chartPage--index-chartContent-chpZu {
  height: calc(100% - 0.62rem);
  display: flex;
  padding: 0.3rem 0.5rem;
}
.src-app-page-chartPage--index-chartContent-chpZu .src-app-page-chartPage--index-leftBox-YmCdZ {
  flex-shrink: 0;
  width: 6.25rem;
  background-image: url(../../assets/images/left-box.png);
  background-size: 100% 100%;
}
.src-app-page-chartPage--index-chartContent-chpZu .src-app-page-chartPage--index-leftBox-YmCdZ .src-app-page-chartPage--index-qrcodeWrapper-27Ma4 {
  position: relative;
  width: 3rem;
  margin: 0.94rem auto 0.48rem;
}
.src-app-page-chartPage--index-chartContent-chpZu .src-app-page-chartPage--index-leftBox-YmCdZ .src-app-page-chartPage--index-qrcodeWrapper-27Ma4 img {
  width: 100%;
  height: 100%;
}
.src-app-page-chartPage--index-chartContent-chpZu .src-app-page-chartPage--index-leftBox-YmCdZ .src-app-page-chartPage--index-qrcodeWrapper-27Ma4 .src-app-page-chartPage--index-corner-Jv7E9 {
  position: absolute;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 0px 0px 0px 0px;
  border: 0.02rem solid;
  border-image: linear-gradient(270deg, #277aed, #0addff) 2 2;
}
.src-app-page-chartPage--index-chartContent-chpZu .src-app-page-chartPage--index-leftBox-YmCdZ .src-app-page-chartPage--index-qrcodeWrapper-27Ma4 .src-app-page-chartPage--index-corner-Jv7E9:nth-of-type(1) {
  left: -0.16rem;
  top: -0.16rem;
  border-image-slice: 1 0 0 1;
}
.src-app-page-chartPage--index-chartContent-chpZu .src-app-page-chartPage--index-leftBox-YmCdZ .src-app-page-chartPage--index-qrcodeWrapper-27Ma4 .src-app-page-chartPage--index-corner-Jv7E9:nth-of-type(2) {
  right: -0.16rem;
  top: -0.16rem;
  border-image-slice: 1 1 0 0;
}
.src-app-page-chartPage--index-chartContent-chpZu .src-app-page-chartPage--index-leftBox-YmCdZ .src-app-page-chartPage--index-qrcodeWrapper-27Ma4 .src-app-page-chartPage--index-corner-Jv7E9:nth-of-type(3) {
  left: -0.16rem;
  bottom: -0.16rem;
  border-image-slice: 0 0 1 1;
}
.src-app-page-chartPage--index-chartContent-chpZu .src-app-page-chartPage--index-leftBox-YmCdZ .src-app-page-chartPage--index-qrcodeWrapper-27Ma4 .src-app-page-chartPage--index-corner-Jv7E9:nth-of-type(4) {
  right: -0.16rem;
  bottom: -0.16rem;
  border-image-slice: 0 1 1 0;
}
.src-app-page-chartPage--index-chartContent-chpZu .src-app-page-chartPage--index-leftBox-YmCdZ .src-app-page-chartPage--index-tips-3bFrB {
  font-size: 0.2rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 0.04rem rgba(0, 252, 253, 0.65);
}
.src-app-page-chartPage--index-chartContent-chpZu .src-app-page-chartPage--index-leftBox-YmCdZ .src-app-page-chartPage--index-infos-24TZI {
  font-size: 0.16rem;
  display: flex;
  padding: 0 0.24rem 0 1.16rem;
  align-items: center;
}
.src-app-page-chartPage--index-chartContent-chpZu .src-app-page-chartPage--index-right-1dqsc {
  flex-grow: 1;
  padding: 0 0 0 0.28rem;
}
.src-app-page-chartPage--index-chartContent-chpZu .src-app-page-chartPage--index-right-1dqsc .src-app-page-chartPage--index-rowTitle-eQEBi {
  height: 0.52rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  font-weight: 500;
  padding-left: 0.7rem;
  background-image: url(../../assets/images/table-header.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.src-app-page-chartPage--index-chartContent-chpZu .src-app-page-chartPage--index-right-1dqsc .src-app-page-chartPage--index-signStat-1eaAV {
  height: 1.07rem;
  position: relative;
}
.src-app-page-chartPage--index-chartContent-chpZu .src-app-page-chartPage--index-right-1dqsc .src-app-page-chartPage--index-signStat-1eaAV .src-app-page-chartPage--index-signProcess-fkxQH {
  width: calc(70% - 2rem);
  height: 0.7rem;
  position: absolute;
  left: calc(20% + 1.13rem);
}
.src-app-page-chartPage--index-chartContent-chpZu .src-app-page-chartPage--index-right-1dqsc .src-app-page-chartPage--index-signStat-1eaAV .src-app-page-chartPage--index-signProcess-fkxQH .src-app-page-chartPage--index-signData-1bS33 {
  position: absolute;
  width: 100%;
  bottom: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.05rem;
}
.src-app-page-chartPage--index-chartContent-chpZu .src-app-page-chartPage--index-right-1dqsc .src-app-page-chartPage--index-signStat-1eaAV .src-app-page-chartPage--index-signProcess-fkxQH .src-app-page-chartPage--index-processBar-2WgDZ {
  position: absolute;
  bottom: 0;
  padding-left: 0.12rem;
  width: 100%;
  height: 0.14rem;
  border-radius: 0.07rem;
  border: 0.03rem solid #1f426a;
  background: linear-gradient(90deg, #a7e5ff 0%, #2f6297);
}
.src-app-page-chartPage--index-chartContent-chpZu .src-app-page-chartPage--index-right-1dqsc .src-app-page-chartPage--index-signStat-1eaAV .src-app-page-chartPage--index-signProcess-fkxQH .src-app-page-chartPage--index-processBar-2WgDZ .src-app-page-chartPage--index-processInner-29VHo {
  position: relative;
  height: 0.08rem;
  border-radius: 0.04rem;
  background: linear-gradient(90deg, #a7e5ff 0%, #effcff 50%, #4eaaff);
}
.src-app-page-chartPage--index-chartContent-chpZu .src-app-page-chartPage--index-right-1dqsc .src-app-page-chartPage--index-signStat-1eaAV .src-app-page-chartPage--index-signProcess-fkxQH .src-app-page-chartPage--index-processBar-2WgDZ .src-app-page-chartPage--index-processDot-1mBLF {
  position: absolute;
  top: -0.02rem;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background-color: transparent;
  border: 0.02rem solid #fff;
}
.src-app-page-chartPage--index-tableBox-26UcX {
  margin: 0.1rem 0 0.5rem;
  padding: 0 0 0 0.6rem;
  color: #c3f0ff;
}
.src-app-page-chartPage--index-tableBox-26UcX .src-app-page-chartPage--index-tableHeader-2QvMs .src-app-page-chartPage--index-headerCell-1x5np {
  padding: 0.08rem;
  color: #fff;
  text-shadow: 0px 0px 0.04rem rgba(0, 252, 253, 0.65);
  background: transparent;
}
.src-app-page-chartPage--index-tableBox-26UcX .src-app-page-chartPage--index-tableBody-FLJha td {
  padding: 0.08rem;
}
.src-app-page-chartPage--index-tableBox-26UcX .src-app-page-chartPage--index-tableBody-FLJha tr:nth-child(odd) {
  background: rgba(38, 66, 139, 0.3);
}
.src-app-page-chartPage--index-tableBox-26UcX .src-app-page-chartPage--index-tableBody-FLJha::-webkit-scrollbar {
  width: 0;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_1zm5d4772uf.eot');
  src: url('//at.alicdn.com/t/font_864711_1zm5d4772uf.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_1zm5d4772uf.woff2') format('woff2'), url('//at.alicdn.com/t/font_864711_1zm5d4772uf.woff') format('woff'), url('//at.alicdn.com/t/font_864711_1zm5d4772uf.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_1zm5d4772uf.svg#iconfont') format('svg');
}
.src-assets-style-BulletinManage--index-iconfont-1awEN {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.src-assets-style-BulletinManage--index-content-qAuAU {
  padding: 1.12rem 0 0.24rem;
  box-sizing: border-box;
  min-height: 2.57rem;
}
.src-assets-style-BulletinManage--index-loginContainer-2Otxz {
  /*padding-top: 340px;*/
  padding-top: 0.7rem;
  min-height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-color: #fbfefc;*/
  overflow: hidden;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.src-assets-style-BulletinManage--index-body-PKv40 {
  position: relative;
  font-family: "Microsoft YaHei";
  font-size: 0.14rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  /* padding-top:330px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; */
}
.src-assets-style-BulletinManage--index-bodyStick-3wkeL .src-assets-style-BulletinManage--index-header-YGVAm {
  height: 0.66rem;
  line-height: 0.3rem;
}
.src-assets-style-BulletinManage--index-captcha-3n2r- {
  width: 58%;
  float: left;
}
.src-assets-style-BulletinManage--index-captchaContent-3OMyU {
  float: right;
  width: 40%;
  text-align: center;
  height: 0.3rem;
  display: flex;
}
.src-assets-style-BulletinManage--index-copyWriting-2yUqR {
  margin: -0.07rem auto;
}
.src-assets-style-BulletinManage--index-loginImage-3VhP6 {
  height: 2.73rem;
  background-color: #005825;
}
.src-assets-style-BulletinManage--index-loginHeader-2EEOu {
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.src-assets-style-BulletinManage--index-headerTitle-L72AP {
  color: #FFFFFF;
  display: inline-block;
  float: left;
  padding-left: 0.08rem;
  font-size: 0.18rem;
}
.src-assets-style-BulletinManage--index-headerImg-2z161 {
  display: inline-block;
  vertical-align: middle;
  float: left;
  line-height: 0.6rem;
  height: 0.6rem;
}
.src-assets-style-BulletinManage--index-headerImg-2z161 img {
  width: 0.45rem;
  height: 0.45rem;
}
.src-assets-style-BulletinManage--index-header-YGVAm {
  position: fixed;
  /*height: 330px;*/
  height: 0.66rem;
  width: 100%;
  z-index: 4;
  top: 0px;
  overflow: hidden;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@font-face {
  font-family: 'iconfont';
  /* project id 817840 */
  src: url('//at.alicdn.com/t/font_817840_awixilotpuf.eot');
  src: url('//at.alicdn.com/t/font_817840_awixilotpuf.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_817840_awixilotpuf.woff') format('woff'), url('//at.alicdn.com/t/font_817840_awixilotpuf.ttf') format('truetype'), url('//at.alicdn.com/t/font_817840_awixilotpuf.svg#iconfont') format('svg');
}
@media (min-width: 0px) {
  .src-assets-style-BulletinManage--index-first-W3XBE {
    height: 3.94308rem;
  }
  .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc {
    width: 11.9rem;
    height: 3.94308rem;
  }
  .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .ant-carousel .slick-slide {
    height: 3.92308rem;
  }
  .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-firstLeftImageItem-3UCVy .src-assets-style-BulletinManage--index-firstLeftImage-u56RD {
    height: 3.92308rem;
  }
  .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-firstLeftImageItem-3UCVy .src-assets-style-BulletinManage--index-firstLeftTitle-1OFkb {
    padding-right: 40%;
  }
  .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-btnImg-IfnBn {
    top: 1.56154rem;
  }
  .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstRight-3KrLS {
    top: 10%;
  }
  .src-assets-style-BulletinManage--index-second-3tei1 .src-assets-style-BulletinManage--index-secondList-J3I0n .src-assets-style-BulletinManage--index-secondItem-29t6r {
    width: 3.83333rem;
  }
}
.src-assets-style-BulletinManage--index-mainContent-jc5fA {
  background-color: #fbfefc;
}
.src-assets-style-BulletinManage--index-mainContent-jc5fA .ant-breadcrumb {
  line-height: 0.55rem;
  height: 0.55rem;
}
.src-assets-style-BulletinManage--index-first-W3XBE {
  /*height: 320px;*/
  margin-top: 0.1rem;
  margin-bottom: 0.45rem;
  position: relative;
}
.src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc {
  border-radius: 6px;
  position: relative;
  /* width:79%;*/
  float: left;
  background: #fff;
  box-shadow: 0px 0px 0.1rem rgba(0, 88, 37, 0.1);
  -webkit-box-shadow: 0px 0px 0.1rem rgba(0, 88, 37, 0.1);
  border: 1px solid #e8e8e8;
}
.src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .ant-carousel .slick-slide {
  text-align: center;
  /*height: 320px;*/
  overflow: hidden;
}
.src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .ant-carousel .slick-dots {
  position: relative;
  bottom: -0.15rem;
  height: 0.08rem;
}
.src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .ant-carousel .slick-dots li {
  margin: 0 0.1rem 0 0.02rem;
}
.src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .ant-carousel .slick-dots li button {
  background: #37A164;
  border-radius: 50%;
  width: 0.08rem;
  height: 0.08rem;
}
.src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .ant-carousel .slick-dots li.slick-active button {
  background: #37A164;
  width: 0.08rem;
}
.src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc:hover .src-assets-style-BulletinManage--index-btnImg-IfnBn {
  display: inline-block;
}
.src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-btnImg-IfnBn {
  color: #E1E6E3;
  opacity: 0.6;
  vertical-align: middle;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  width: 0.5rem;
  position: absolute;
  z-index: 2;
  /*top: 100px;*/
  display: none;
}
.src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-btnImg-IfnBn:hover {
  cursor: pointer;
}
.src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-btnImg-IfnBn .src-assets-style-BulletinManage--index-icon-1-NWL {
  font-size: 0.56rem;
  font-weight: bold;
}
.src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-btnImg-IfnBn .src-assets-style-BulletinManage--index-icon-1-NWL:hover {
  cursor: pointer;
}
.src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-prevImg-1rDxI {
  left: 2%;
}
.src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-nextImge-2toHZ {
  right: 2%;
}
.src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-firstLeftImageItem-3UCVy {
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
}
.src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-firstLeftImageItem-3UCVy .src-assets-style-BulletinManage--index-firstLeftImage-u56RD {
  width: 100%;
  /*height: 320px;*/
}
.src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-firstLeftImageItem-3UCVy .src-assets-style-BulletinManage--index-firstLeftTitle-1OFkb {
  font-family: "Microsoft YaHei";
  position: absolute;
  text-align: left;
  font-size: 0.46rem;
  font-weight: bold;
  bottom: 0px;
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  padding-left: 5%;
  color: #ffffff;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstRight-3KrLS {
  position: absolute;
  right: 8%;
  border-radius: 2px;
  width: 2.8rem;
  height: 3.4rem;
  /*height: 100%;*/
  background: #fff;
  padding: 0px;
  box-shadow: 0px 0px 0.1rem rgba(0, 88, 37, 0.1);
  -webkit-box-shadow: 0px 0px 0.1rem rgba(0, 88, 37, 0.1);
  border: 1px solid #e8e8e8;
}
.src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstRight-3KrLS .ant-tabs-nav-scroll,
.src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstRight-3KrLS .ant-tabs-nav {
  width: 100%;
}
.src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstRight-3KrLS .ant-tabs-tab {
  width: 50%;
  margin: 0px;
  text-align: center;
}
.src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstRight-3KrLS .ant-input {
  height: 0.3rem;
}
.src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstRight-3KrLS .ant-form-item {
  margin-bottom: 0.18rem;
}
.src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstRight-3KrLS .ant-btn {
  height: 0.32rem;
  box-shadow: 0.02rem 0px 0.1rem #219150;
  border-radius: 16px;
  font-size: 0.14rem;
  line-height: 0.32rem;
}
.src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstRight-3KrLS .src-assets-style-BulletinManage--index-firstLogin-2PEPz {
  height: 100%;
  margin-top: 0px;
}
.src-assets-style-BulletinManage--index-firstLogin-2PEPz .src-assets-style-BulletinManage--index-loginRow-1ZH5f {
  text-align: center;
  padding: 0.12rem 0;
  margin-bottom: 0.17rem;
  font-weight: bold;
  border-bottom: 1px solid #E8E8E8;
}
.src-assets-style-BulletinManage--index-firstLogin-2PEPz .src-assets-style-BulletinManage--index-secondPane-281cA {
  padding: 0.12rem 0.21rem 0px 0.19rem;
  margin: 0;
}
.src-assets-style-BulletinManage--index-firstLogin-2PEPz button {
  width: 100%;
}
.src-assets-style-BulletinManage--index-firstLogin-2PEPz .src-assets-style-BulletinManage--index-loginInfo-2qnZL {
  height: 0.5rem;
}
.src-assets-style-BulletinManage--index-firstLogin-2PEPz .src-assets-style-BulletinManage--index-loginInfo-2qnZL div {
  float: right;
  height: 0.21rem;
  line-height: 0.21rem;
  font-size: 0.12rem;
  color: #BDBDBD;
}
.src-assets-style-BulletinManage--index-firstLogin-2PEPz .src-assets-style-BulletinManage--index-loginInfo-2qnZL a {
  color: #219150;
  font-size: 0.12rem;
}
.src-assets-style-BulletinManage--index-firstLogin-2PEPz .src-assets-style-BulletinManage--index-netTop-xpKWH {
  height: 1.1rem;
  text-align: center;
}
.src-assets-style-BulletinManage--index-firstLogin-2PEPz .src-assets-style-BulletinManage--index-netTop-xpKWH span {
  margin-top: 0.46rem;
  color: #666666;
  font-size: 0.12rem;
  display: inline-block;
}
.src-assets-style-BulletinManage--index-firstLogin-2PEPz .src-assets-style-BulletinManage--index-netBottom-29LH4 {
  text-align: right;
  color: #666666;
  font-size: 0.12rem;
  margin-top: 0.15rem;
}
.src-assets-style-BulletinManage--index-firstLogin-2PEPz .src-assets-style-BulletinManage--index-netBottom-29LH4 a {
  color: #219150;
  font-size: 0.12rem;
}
.src-assets-style-BulletinManage--index-second-3tei1 {
  margin-bottom: 0.1rem;
  /*position: relative;*/
}
.src-assets-style-BulletinManage--index-second-3tei1 .src-assets-style-BulletinManage--index-secondMore-2ZM1w {
  width: 100%;
  margin-top: 0.05rem;
  text-align: center;
  cursor: pointer;
}
.src-assets-style-BulletinManage--index-second-3tei1 .src-assets-style-BulletinManage--index-secondMore-2ZM1w a {
  color: #37A164;
}
.src-assets-style-BulletinManage--index-secondList-J3I0n {
  margin-right: -0.2rem;
}
.src-assets-style-BulletinManage--index-secondList-J3I0n .src-assets-style-BulletinManage--index-secondItem-29t6r {
  /*width:23%;*/
  margin-right: 0.2rem;
  float: left;
  padding: 0.1rem 0.3rem;
  border-radius: 6px;
  list-style: none;
  background: #fff;
  height: 1.9rem;
  margin-bottom: 0.2rem;
  box-shadow: 0px 0px 0.1rem rgba(0, 88, 37, 0.1);
  -webkit-box-shadow: 0px 0px 0.1rem rgba(0, 88, 37, 0.1);
  border: 1px solid #e8e8e8;
  font-size: 0.14rem;
  font-family: "Microsoft YaHei";
  overflow: hidden;
  cursor: pointer;
}
.src-assets-style-BulletinManage--index-secondList-J3I0n .src-assets-style-BulletinManage--index-secondItem-29t6r .src-assets-style-BulletinManage--index-secondTitle-1QFuj {
  font-size: 0.16rem;
  color: #37A164;
  font-weight: 600;
  height: 0.48rem;
  line-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-BulletinManage--index-secondList-J3I0n .src-assets-style-BulletinManage--index-secondItem-29t6r .src-assets-style-BulletinManage--index-secondContent-3upxC {
  text-indent: 2em;
  color: #9B9B9B;
  font-size: 0.12rem;
  margin-top: 0.05rem;
  overflow: hidden;
  height: 0.55rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.src-assets-style-BulletinManage--index-secondList-J3I0n .src-assets-style-BulletinManage--index-secondItem-29t6r .src-assets-style-BulletinManage--index-secondContent-3upxC img {
  display: none;
}
.src-assets-style-BulletinManage--index-secondList-J3I0n .src-assets-style-BulletinManage--index-secondItem-29t6r .src-assets-style-BulletinManage--index-secondPublishTime-VkyNg {
  color: #9B9B9B;
  text-align: right;
  height: 0.6rem;
  vertical-align: middle;
  line-height: 0.6rem;
  font-size: 0.12rem;
}
.src-assets-style-BulletinManage--index-secondList-J3I0n .src-assets-style-BulletinManage--index-secondItem-29t6r:last-child {
  margin-bottom: 0.7rem;
}
p {
  word-wrap: break-word;
}
.src-assets-style-BulletinManage--index-bulletinInfo-R-0-9 {
  margin: 0px 0.05rem;
  padding: 0px 0.2rem 0.2rem;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 0.1rem rgba(0, 88, 37, 0.1);
  border: 1px solid rgba(0, 0, 0, 0);
}
.src-assets-style-BulletinManage--index-bulletinInfo-R-0-9 h1 {
  font-size: 0.22rem;
  color: #37A164;
  text-align: center;
  margin: 0.18rem -0.2rem;
  vertical-align: middle;
  line-height: 0.22rem;
  padding: 0.4rem 0.34rem 0.3rem;
  height: 0.9rem;
  border-bottom: 2px dashed #E1E6E3;
}
.src-assets-style-BulletinManage--index-bulletinInfo-R-0-9 .src-assets-style-BulletinManage--index-publishTime-2FVCJ {
  font-size: 0.14rem;
  color: #9B9B9B;
  text-align: center;
  margin-bottom: 0.18rem;
}
.src-assets-style-BulletinManage--index-bulletinInfo-R-0-9 .src-assets-style-BulletinManage--index-content-qAuAU {
  margin: 0.3rem 0;
  min-height: 1rem;
  padding: 0px 7%;
}
.src-assets-style-BulletinManage--index-bulletinInfo-R-0-9 .src-assets-style-BulletinManage--index-fileListWrap-2NBQQ {
  padding: 0px 0.25rem;
  overflow: hidden;
}
.src-assets-style-BulletinManage--index-bulletinInfo-R-0-9 .src-assets-style-BulletinManage--index-fileListWrap-2NBQQ .src-assets-style-BulletinManage--index-descText-BHAF4 {
  float: left;
}
.src-assets-style-BulletinManage--index-bulletinInfo-R-0-9 .src-assets-style-BulletinManage--index-fileListWrap-2NBQQ .src-assets-style-BulletinManage--index-fileList-32Uut {
  list-style: none;
  float: left;
  margin-left: 0.08rem;
}
.src-assets-style-BulletinManage--index-bulletinInfo-R-0-9 .src-assets-style-BulletinManage--index-fileListWrap-2NBQQ .src-assets-style-BulletinManage--index-fileList-32Uut li {
  margin-bottom: 0.08rem;
}
.src-assets-style-BulletinManage--index-bulletinInfo-R-0-9 .src-assets-style-BulletinManage--index-fileListWrap-2NBQQ .src-assets-style-BulletinManage--index-fileList-32Uut a {
  color: #37A164;
  font-size: 0.16rem;
  cursor: pointer;
  text-decoration: underline;
}
.src-assets-style-BulletinManage--index-pagination-3l0Yl {
  text-align: center;
}
.src-assets-style-BulletinManage--index-deleteText-8U4P6 {
  height: 6rem;
  line-height: 6rem;
  vertical-align: middle;
  text-align: center;
  font-size: 0.18rem;
}
.src-assets-style-BulletinManage--index-deleteText-8U4P6 > span {
  line-height: 0.4rem;
  height: 0.4rem;
  display: inline-block;
}
.src-assets-style-BulletinManage--index-deleteText-8U4P6 i {
  font-size: 0.64rem;
  color: #f86264;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-BulletinManage--index-loginContainer-2Otxz,
.theme-blue .src-assets-style-BulletinManage--index-mainContent-jc5fA {
  background-color: #f3f7f9;
}
.theme-blue .src-assets-style-BulletinManage--index-loginImage-3VhP6 {
  background-color: #1F5BCB;
}
.theme-blue .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstRight-3KrLS .ant-btn {
  box-shadow: 0.02rem 0px 0.1rem #397EF0;
}
.theme-blue .src-assets-style-BulletinManage--index-firstLogin-2PEPz .src-assets-style-BulletinManage--index-netBottom-29LH4 a {
  color: #397EF0;
}
.theme-blue .src-assets-style-BulletinManage--index-firstLogin-2PEPz .src-assets-style-BulletinManage--index-loginInfo-2qnZL a {
  color: #397EF0;
}
.theme-blue .src-assets-style-BulletinManage--index-secondList-J3I0n .src-assets-style-BulletinManage--index-secondItem-29t6r .src-assets-style-BulletinManage--index-secondTitle-1QFuj {
  color: #397EF0;
}
.theme-blue .src-assets-style-BulletinManage--index-bulletinInfo-R-0-9 h1 {
  color: #397EF0;
}
.theme-blue .src-assets-style-BulletinManage--index-fileListWrap-2NBQQ .src-assets-style-BulletinManage--index-fileList-32Uut a {
  color: #397EF0;
}
.theme-blue .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .ant-carousel .slick-dots li button,
.theme-blue .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .ant-carousel .slick-dots li.slick-active button {
  background: #397EF0;
}
/*************** 蓝色主题 end***************/
/****************红色主题 start***************/
.theme-red .src-assets-style-BulletinManage--index-loginContainer-2Otxz,
.theme-red .src-assets-style-BulletinManage--index-mainContent-jc5fA {
  background-color: #f3f7f9;
}
.theme-red .src-assets-style-BulletinManage--index-loginImage-3VhP6 {
  background-color: #FF4748;
}
.theme-red .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstRight-3KrLS .ant-btn {
  box-shadow: 0.02rem 0px 0.1rem #9A001E;
}
.theme-red .src-assets-style-BulletinManage--index-firstLogin-2PEPz .src-assets-style-BulletinManage--index-netBottom-29LH4 a {
  color: #9A001E;
}
.theme-red .src-assets-style-BulletinManage--index-firstLogin-2PEPz .src-assets-style-BulletinManage--index-loginInfo-2qnZL a {
  color: #9A001E;
}
.theme-red .src-assets-style-BulletinManage--index-secondList-J3I0n .src-assets-style-BulletinManage--index-secondItem-29t6r .src-assets-style-BulletinManage--index-secondTitle-1QFuj {
  color: #FF4748;
}
.theme-red .src-assets-style-BulletinManage--index-bulletinInfo-R-0-9 h1 {
  color: #FF4748;
}
.theme-red .src-assets-style-BulletinManage--index-fileListWrap-2NBQQ .src-assets-style-BulletinManage--index-fileList-32Uut a {
  color: #FF4748;
}
.theme-red .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .ant-carousel .slick-dots li button,
.theme-red .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
/****************红色主题 end***************/
/****************自定义主题 start***************/
.theme-custom .src-assets-style-BulletinManage--index-loginContainer-2Otxz,
.theme-custom .src-assets-style-BulletinManage--index-mainContent-jc5fA {
  background-color: #f3f7f9;
}
.theme-custom .src-assets-style-BulletinManage--index-loginImage-3VhP6 {
  background-color: var(--themeColor5);
}
.theme-custom .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstRight-3KrLS .ant-btn {
  box-shadow: 0.02rem 0px 0.1rem var(--themeColor);
}
.theme-custom .src-assets-style-BulletinManage--index-firstLogin-2PEPz .src-assets-style-BulletinManage--index-netBottom-29LH4 a {
  color: var(--themeColor);
}
.theme-custom .src-assets-style-BulletinManage--index-firstLogin-2PEPz .src-assets-style-BulletinManage--index-loginInfo-2qnZL a {
  color: var(--themeColor);
}
.theme-custom .src-assets-style-BulletinManage--index-secondList-J3I0n .src-assets-style-BulletinManage--index-secondItem-29t6r .src-assets-style-BulletinManage--index-secondTitle-1QFuj {
  color: var(--themeColor5);
}
.theme-custom .src-assets-style-BulletinManage--index-bulletinInfo-R-0-9 h1 {
  color: var(--themeColor5);
}
.theme-custom .src-assets-style-BulletinManage--index-fileListWrap-2NBQQ .src-assets-style-BulletinManage--index-fileList-32Uut a {
  color: var(--themeColor5);
}
.theme-custom .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .ant-carousel .slick-dots li button,
.theme-custom .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .ant-carousel .slick-dots li.slick-active button {
  background: var(--themeColor5);
}
/****************自定义主题 end***************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-BulletinManage--index-first-W3XBE {
    height: 4.93209rem;
  }
  .font-normal .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc {
    width: 14.9rem;
    height: 4.93209rem;
  }
  .font-normal .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .ant-carousel .slick-slide {
    height: 4.91209rem;
  }
  .font-normal .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-firstLeftImageItem-3UCVy .src-assets-style-BulletinManage--index-firstLeftImage-u56RD {
    height: 4.91209rem;
  }
  .font-normal .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-firstLeftImageItem-3UCVy .src-assets-style-BulletinManage--index-firstLeftTitle-1OFkb {
    padding-right: 35%;
  }
  .font-normal .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-btnImg-IfnBn {
    top: 2.05604rem;
  }
  .font-normal .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstRight-3KrLS {
    top: 15%;
  }
  .font-normal .src-assets-style-BulletinManage--index-second-3tei1 .src-assets-style-BulletinManage--index-secondList-J3I0n .src-assets-style-BulletinManage--index-secondItem-29t6r {
    width: 4.83333rem;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-BulletinManage--index-first-W3XBE {
    height: 6.02rem;
  }
  .font-normal .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc {
    width: 18.2rem;
    height: 6.02rem;
  }
  .font-normal .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .ant-carousel .slick-slide {
    height: 6rem;
  }
  .font-normal .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-firstLeftImageItem-3UCVy .src-assets-style-BulletinManage--index-firstLeftImage-u56RD {
    height: 6rem;
  }
  .font-normal .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-firstLeftImageItem-3UCVy .src-assets-style-BulletinManage--index-firstLeftTitle-1OFkb {
    padding-right: 5%;
  }
  .font-normal .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-btnImg-IfnBn {
    top: 2.6rem;
  }
  .font-normal .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstRight-3KrLS {
    /*height: @maxHight - @firstIntervalHight;*/
    top: 20%;
    /*top:@firstIntervalHight/2;*/
  }
  .font-normal .src-assets-style-BulletinManage--index-second-3tei1 {
    width: 18.2rem;
  }
  .font-normal .src-assets-style-BulletinManage--index-second-3tei1 .src-assets-style-BulletinManage--index-secondList-J3I0n .src-assets-style-BulletinManage--index-secondItem-29t6r {
    width: 5.93333rem;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-BulletinManage--index-first-W3XBE {
    height: 4.93209rem;
  }
  .font-large .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc {
    width: 14.9rem;
    height: 4.93209rem;
  }
  .font-large .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .ant-carousel .slick-slide {
    height: 4.91209rem;
  }
  .font-large .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-firstLeftImageItem-3UCVy .src-assets-style-BulletinManage--index-firstLeftImage-u56RD {
    height: 4.91209rem;
  }
  .font-large .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-firstLeftImageItem-3UCVy .src-assets-style-BulletinManage--index-firstLeftTitle-1OFkb {
    padding-right: 35%;
  }
  .font-large .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-btnImg-IfnBn {
    top: 2.05604rem;
  }
  .font-large .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstRight-3KrLS {
    top: 15%;
  }
  .font-large .src-assets-style-BulletinManage--index-second-3tei1 .src-assets-style-BulletinManage--index-secondList-J3I0n .src-assets-style-BulletinManage--index-secondItem-29t6r {
    width: 4.83333rem;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-BulletinManage--index-first-W3XBE {
    height: 6.02rem;
  }
  .font-large .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc {
    width: 18.2rem;
    height: 6.02rem;
  }
  .font-large .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .ant-carousel .slick-slide {
    height: 6rem;
  }
  .font-large .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-firstLeftImageItem-3UCVy .src-assets-style-BulletinManage--index-firstLeftImage-u56RD {
    height: 6rem;
  }
  .font-large .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-firstLeftImageItem-3UCVy .src-assets-style-BulletinManage--index-firstLeftTitle-1OFkb {
    padding-right: 5%;
  }
  .font-large .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-btnImg-IfnBn {
    top: 2.6rem;
  }
  .font-large .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstRight-3KrLS {
    /*height: @maxHight - @firstIntervalHight;*/
    top: 20%;
    /*top:@firstIntervalHight/2;*/
  }
  .font-large .src-assets-style-BulletinManage--index-second-3tei1 {
    width: 18.2rem;
  }
  .font-large .src-assets-style-BulletinManage--index-second-3tei1 .src-assets-style-BulletinManage--index-secondList-J3I0n .src-assets-style-BulletinManage--index-secondItem-29t6r {
    width: 5.93333rem;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-BulletinManage--index-first-W3XBE {
    height: 4.93209rem;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc {
    width: 14.9rem;
    height: 4.93209rem;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .ant-carousel .slick-slide {
    height: 4.91209rem;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-firstLeftImageItem-3UCVy .src-assets-style-BulletinManage--index-firstLeftImage-u56RD {
    height: 4.91209rem;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-firstLeftImageItem-3UCVy .src-assets-style-BulletinManage--index-firstLeftTitle-1OFkb {
    padding-right: 35%;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-btnImg-IfnBn {
    top: 2.05604rem;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstRight-3KrLS {
    top: 15%;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-second-3tei1 .src-assets-style-BulletinManage--index-secondList-J3I0n .src-assets-style-BulletinManage--index-secondItem-29t6r {
    width: 4.83333rem;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-BulletinManage--index-first-W3XBE {
    height: 6.02rem;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc {
    width: 18.2rem;
    height: 6.02rem;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .ant-carousel .slick-slide {
    height: 6rem;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-firstLeftImageItem-3UCVy .src-assets-style-BulletinManage--index-firstLeftImage-u56RD {
    height: 6rem;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-firstLeftImageItem-3UCVy .src-assets-style-BulletinManage--index-firstLeftTitle-1OFkb {
    padding-right: 5%;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstLeft-2jwzc .src-assets-style-BulletinManage--index-btnImg-IfnBn {
    top: 2.6rem;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-first-W3XBE .src-assets-style-BulletinManage--index-firstRight-3KrLS {
    /*height: @maxHight - @firstIntervalHight;*/
    top: 20%;
    /*top:@firstIntervalHight/2;*/
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-second-3tei1 {
    width: 18.2rem;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-second-3tei1 .src-assets-style-BulletinManage--index-secondList-J3I0n .src-assets-style-BulletinManage--index-secondItem-29t6r {
    width: 5.93333rem;
  }
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_xykac868c.eot');
  src: url('//at.alicdn.com/t/font_864711_xykac868c.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_xykac868c.woff') format('woff'), url('//at.alicdn.com/t/font_864711_xykac868c.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_xykac868c.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
body {
  /*overflow:hidden*/
}
.portal-header {
  background: url(../../assets/images/top_bar_background.png) no-repeat right;
  background-size: auto 100%;
  background-color: #005825;
  padding: 0;
}
.keyChoose {
  background-color: #F5FDF8;
}
.logo {
  min-width: 2.5rem;
}
.portal-header .container .logo {
  float: left;
  display: inline-block;
  background: none;
}
.portal-header .container .logo .headerTitle {
  color: #FFFFFF;
  display: inline-block;
  float: left;
  padding-left: 0.08rem;
  font-size: 0.24rem;
}
.portal-header .container .logo .headerImg {
  display: inline-block;
  vertical-align: middle;
  float: left;
  line-height: 0.6rem;
  height: 0.6rem;
}
.portal-header .container .logo .headerImg img {
  height: 0.45rem;
}
.portal-header .container .navigation {
  float: left;
  display: inline-block;
  height: 0.66rem;
  width: 49%;
}
.portal-header .container .navigation .menu {
  vertical-align: bottom;
  display: inline-block;
  height: 0.64rem;
  width: 100%;
  margin-bottom: 0.05rem;
}
.portal-header .container .navigation .menu > ul {
  background: none;
}
.portal-header .container .userData {
  float: right;
  display: inline-block;
}
.portal-header .container .userData .iconfont.icon-xiaoxitixing {
  font-size: 0.24rem;
  color: #ffffff;
  vertical-align: middle;
  cursor: pointer;
}
.portal-header .container .userData .userDropdown {
  vertical-align: middle;
  display: inline-block;
  height: 0.4rem;
}
.portal-header .container .userData .badgeMargin {
  margin-right: 0.15rem;
}
.portal-header .container .userData .iconFindMargin {
  font-size: 0.24rem;
  color: #ffffff;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0.15rem;
}
.portal-header .container .userData .helpIcon {
  font-size: 0.24rem;
  color: #ffffff;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0.15rem;
}
.portal-header .container .userData .badgeMargin .ant-badge-count {
  height: 0.16rem;
  line-height: 0.16rem;
  background: #fd6767;
  box-shadow: 0 0 0 0px #fff;
}
.messageTitle {
  font-size: 0.16rem;
  color: #010101;
}
.messageLabel {
  width: 0.92rem;
  height: 0.16rem;
  line-height: 0.25rem;
}
.messageNum {
  color: #FF4040;
}
.popoverStyle {
  padding-top: 0.18rem;
}
.popoverStyle .ant-popover-content {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 1px 0px 0.1rem rgba(0, 0, 0, 0.2);
}
.popoverStyle .ant-popover-content > .ant-popover-arrow {
  transform: translateX(-50%) rotate(54deg) skew(20deg);
  top: 0.1rem;
  width: 0.16485rem;
  height: 0.16485rem;
}
.popoverStyle .ant-popover-inner {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 1px 0px 0.1rem rgba(0, 0, 0, 0.2);
}
.popoverStyle .ant-popover-title {
  height: 0.47rem;
  padding: 0.1rem 0.17rem 0.1rem;
}
.readedButton {
  height: 0.18rem;
  font-size: 0.12rem;
  background: #ffffff;
  border: 1px solid #1C9750;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 1px 0px 0.03rem rgba(0, 0, 0, 0.22);
  line-height: 0.02rem;
  position: absolute;
  right: 0.2rem;
  top: 0.32rem;
}
.readedButton .readedButtonLable {
  color: #1C9750;
  font-style: normal;
}
.messageSettingButton {
  font-size: 0.18rem;
  color: #BDBDBD;
  position: absolute;
  right: 0.15rem;
  top: 0.31rem;
  cursor: pointer;
}
.listStyle.ant-list {
  padding: 0px 0.17rem 0px 0.17rem;
  width: 3.97rem;
}
.listStyle .ant-list-item-content {
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -moz-box;
  display: block;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.footerStyle {
  text-align: center;
  line-height: 0.36rem;
}
.more {
  color: #9f9f9f;
}
.more:hover {
  color: #1C9750;
}
.listItemStyle {
  cursor: pointer;
}
.listItemStyle .titleStyle a {
  color: #000000;
}
.popStyle .ant-popover-inner-content {
  padding: 0.08rem;
}
@media (min-width: 0px) {
  .portal-header .container {
    width: 97%;
    margin: 0 auto;
    height: 0.66rem;
  }
}
.header-portal-dot-tip {
  position: relative;
  display: inline-block;
}
.header-portal-dot-tip:after {
  display: inline-block;
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  border: 1px solid #ffffff;
  background: #FD6767;
  border-radius: 100%;
  top: 50%;
  margin-top: -0.12rem;
  margin-left: 0.04rem;
  overflow: hidden;
  position: absolute;
}
/*点击搜索图标后出现的div*/
.searchDisplay {
  display: none;
}
/*@keyframes relative{
    0%  {width:0px;-webkit-transform: translateX(250px); }
    100%{width:500px; -webkit-transform: translateX(0);}
}

@keyframes leave{
    0%  {width:500px; }
    100%{width:0px;display: none; }
}*/
.leave {
  width: 100%;
  text-align: center;
  position: relative;
}
.search {
  width: 100%;
  text-align: center;
  position: relative;
}
.shadow {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  z-index: 999;
  opacity: 0.6;
  left: 0%;
  top: 0.64rem;
}
.search .searchContent,
.leave .searchContent {
  position: absolute;
  transition: width 500ms,visibility 150ms;
  right: 30%;
}
.search .searchContent {
  width: 5rem;
  visibility: visible;
}
.leave .searchContent {
  width: 0.45rem;
  visibility: hidden;
}
.search .search-inner:hover {
  border: none;
}
.search .search-inner .ant-input {
  background: none;
  color: #ffffff;
}
.search .ant-input-prefix {
  margin-left: -0.13rem;
  color: #ffffff;
}
.search .ant-input-suffix {
  color: #bfbfbf;
}
span.helpMenu {
  font-weight: bold;
}
span.helpMenuItem {
  font-weight: bold;
  margin-left: 0.05rem;
}
.userDropdown .ant-dropdown-trigger {
  line-height: 0.4rem;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0.3rem;
}
.userDropdown .ant-dropdown-trigger:hover {
  background: none;
  cursor: pointer;
}
.userDropdown img {
  top: 0px;
}
.hotOrHistory {
  width: 5rem;
  height: 1rem;
  z-index: 1000;
  position: absolute;
  top: 0.5rem;
}
.hotOrHistory .hHeader {
  margin-right: 3.8rem;
  color: #999999;
  font-size: 0.14rem;
}
.hotOrHistory .pBody {
  margin-right: 3.8rem;
  font-size: 0.14rem;
}
.searchHead {
  color: #AFAFAF;
  width: 4.5rem;
  text-align: left;
}
.circlePoint {
  display: inline-block;
  width: 0.03rem;
  height: 0.03rem;
  border-radius: 50%;
  background: #949494;
  margin-top: 0.1rem;
  margin-right: 0.06rem;
}
.searchListItem {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.circleNumber,
.circleNumber0,
.circleNumber1,
.circleNumber2 {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 20%;
  margin-right: 0.05rem;
  text-align: center;
}
.circleNumber {
  background: #00a2d4;
}
.circleNumber0 {
  background: #FE7171;
}
.circleNumber1 {
  background: #FFAD66;
}
.circleNumber2 {
  background: #FFAD66;
}
.choose {
  cursor: pointer;
}
.imgIcon {
  max-width: 0.25rem;
  max-height: 0.25rem;
  margin-right: 0.1rem;
}
/*************** 蓝色主题 start***************/
.theme-blue .portal-header {
  background-image: url(../../assets/images/top_bar_background_newSkin-blue.png);
  background-color: #397EF0;
}
.theme-blue .header .ant-menu-horizontal .ant-menu-item:hover,
.theme-blue .header .ant-menu-horizontal .ant-menu-item.ant-menu-item-selected {
  /* border-bottom-color:  @header-blue-menu-item-active-border-color;*/
  border-bottom-color: #fff;
}
.theme-blue .more:hover {
  color: #397EF0;
}
.theme-blue .search .search-inner .ant-input:focus {
  box-shadow: 0 0 0 0.02rem rgba(24, 144, 255, 0.2);
}
.theme-blue .readedButton {
  border: 1px solid #397EF0;
}
.theme-blue .readedButton .readedButtonLable {
  color: #397EF0;
}
.theme-blue .keyChoose {
  background-color: #e6f7ff;
  cursor: pointer;
}
.theme-blue .closeCircle {
  color: white;
  background-color: #397EF0;
}
.theme-blue .botton .ant-btn-primary:hover {
  background-color: #3ea2ef ;
}
.theme-blue .botton .ant-btn-primary:focus {
  background-color: #3ea2ef ;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .portal-header {
  background-image: url(../../assets/images/top_bar_background-red.png);
  background-color: #9A001E;
}
.theme-red .header .ant-menu-horizontal .ant-menu-item:hover,
.theme-red .header .ant-menu-horizontal .ant-menu-item.ant-menu-item-selected {
  border-bottom-color: #FF4748;
}
.theme-red .more:hover {
  color: #9A001E;
}
.theme-red .search .search-inner .ant-input:focus {
  box-shadow: 0 0 0 0.02rem rgba(169, 0, 33, 0.3);
}
.theme-red .readedButton {
  border: 1px solid #F63E62;
}
.theme-red .readedButton .readedButtonLable {
  color: #F63E62;
}
.theme-red .keyChoose {
  background-color: #fff1f0;
}
.theme-red .closeCircle {
  color: white;
  background-color: #9A001E;
}
.theme-red .botton .ant-btn-primary:hover {
  background-color: #e23153  ;
}
.theme-red .botton .ant-btn-primary:focus {
  background-color: #e23153 ;
}
/*************** 红色主题 end***************/
.avatarUploader > .ant-upload {
  width: 3rem;
  height: 3rem;
}
.avatarUploader .ant-upload.ant-upload-select-picture-card {
  margin: 0 auto;
}
.avatarUploader .ant-upload.ant-upload-select-picture-card > .ant-upload {
  padding: 0px;
}
.avatarModal,
.avatarSignatureModal {
  width: 3.6rem;
}
.avatarModal .ant-modal-content,
.avatarSignatureModal .ant-modal-content {
  width: 3.6rem;
}
.avatarModal fieldset,
.avatarSignatureModal fieldset,
.avatarModal img,
.avatarSignatureModal img {
  max-width: 3rem;
  max-height: 3rem;
}
.avatarModal .ant-modal-footer button + button,
.avatarSignatureModal .ant-modal-footer button + button {
  margin-right: 1.6rem;
}
.avatarModal .ant-modal-body,
.avatarSignatureModal .ant-modal-body {
  height: 3.8rem;
}
.avatarModal .ant-modal-close-x,
.avatarSignatureModal .ant-modal-close-x {
  margin-right: -0.11rem;
  margin-top: -0.11rem;
}
.uploadText {
  cursor: pointer;
  text-align: center;
  line-height: 0.3rem;
  color: #169BD5;
  margin-top: 0.1rem;
}
.hotSearcList {
  top: -0.14rem;
}
.searchContent {
  position: relative;
  display: inline-block;
}
.handleOk {
  margin-left: 1.2rem;
  margin-top: 0.1rem;
}
.closeCircle {
  color: white;
  font-size: 0.25rem;
  position: relative;
  top: -3.46rem;
  right: -1.38rem;
  border-radius: 45px;
  background-color: #00a854;
}
.portrait {
  max-width: 0.18rem;
  max-height: 0.18rem;
  margin-right: 0.05rem;
  margin-top: 0.04rem;
  float: left;
}
/*//页面缩放
:global(.@{font-normal-selector}){
    @media (min-width: 1601px) {

        .portal-header .container{
            width : 97%;
            margin : 0 auto;
            height : 66px;
        }
    }

    @media (min-width: 1921px) {

        .portal-header .container{
            width : 1820px;
            margin : 0 auto;
            height : 66px;
        }
    }
}

:global(.@{font-large-selector}){
    @media (min-width: (1601px*@largeZoom)) {

        .portal-header .container{
            width : 97%;
            margin : 0 auto;
            height : 66px;
        }
    }

    @media (min-width: (1921px*@largeZoom)) {

        .portal-header .container{
            width : 1820px;
            margin : 0 auto;
            height : 66px;
        }
    }
}

:global(.@{font-extraLarge-selector}){
    @media (min-width: (1601px*@extraLargeZoom)) {

        .portal-header .container{
            width : 97%;
            margin : 0 auto;
            height : 66px;
        }
    }

    @media (min-width: (1921px*@extraLargeZoom)) {

        .portal-header .container{
            width : 1820px;
            margin : 0 auto;
            height : 66px;
        }
    }
}*/
.portal-header .container {
  width: 100%;
  margin: 0 auto;
  height: 0.66rem;
  padding: 0 0.16rem;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.introModal .ant-modal-content {
  height: 2.8rem;
}
.introModal .ant-modal-body {
  height: 100%;
}
.introDiv {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.introDiv .introText {
  text-align: center;
  margin-left: 0.35rem;
}
.introDiv .introText p:first-child {
  font-size: 0.36rem;
  line-height: 0.36rem;
}
.introDiv .introText p:nth-child(2) {
  font-size: 0.18rem;
  margin-top: 0.18rem;
  color: #808080;
}
.introDiv .introText p:nth-child(3) {
  margin-top: 0.28rem;
}
.introDiv .introText p:nth-child(3) span {
  display: inline-block;
  font-size: 0.18rem;
  padding: 0.07rem 0.25rem;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  margin-right: 0.24rem;
}
.introDiv .introText p:nth-child(3) span:last-child {
  margin-right: 0;
}
.introNav {
  padding: 0.3rem 0.2rem 0.1rem;
  border: 1px dashed #fff;
  position: fixed;
  right: 0.45rem;
  top: 3.5rem;
  z-index: 9999999;
  color: #fff;
  border-radius: 5px;
  font-size: 0.16rem;
}
.introNav p {
  display: flex;
  align-items: center;
  line-height: 0.3rem;
  cursor: pointer;
}
.introNav p span {
  margin-left: 0.16rem;
}
.introNav .arrowIcon {
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  position: absolute;
  margin: 0;
}
.introNav .closeIcon {
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  cursor: pointer;
}
.introNav .closeIcon::before,
.introNav .closeIcon::after {
  content: "";
  position: absolute;
  height: 0.16rem;
  width: 1.5px;
  top: 0.02rem;
  right: 0.09rem;
  border-radius: 1px;
  background-color: #fff;
}
.introNav .closeIcon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.introNav .closeIcon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/**************** 蓝色主题*****************/
.theme-blue .introDiv .introText p:nth-child(3) span {
  background: #397EF0;
}
/**************** 绿色主题*****************/
.theme-green .introDiv .introText p:nth-child(3) span {
  background: #005825;
}
/**************** 红色主题*****************/
.theme-red .introDiv .introText p:nth-child(3) span {
  background: #9A001E;
}
.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}
.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}
.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}
.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.02rem 0.15rem rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 100000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -0.16rem;
  left: -0.16rem;
  z-index: 9999999999 !important;
  padding: 0.02rem;
  font-family: Arial, verdana, tahoma;
  font-size: 0.13rem;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C */
  width: 0.2rem;
  height: 0.2rem;
  line-height: 0.2rem;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";
  /* IE6-9 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";
  /* IE10 text shadows */
  box-shadow: 0 0.02rem 0.05rem rgba(0, 0, 0, 0.4);
}
.introjs-arrow {
  border: 5px solid transparent;
  content: '';
  position: absolute;
}
.introjs-arrow.top {
  top: -0.1rem;
  border-bottom-color: white;
}
.introjs-arrow.top-right {
  top: -0.1rem;
  right: 0.1rem;
  border-bottom-color: white;
}
.introjs-arrow.top-middle {
  top: -0.1rem;
  left: 50%;
  margin-left: -0.05rem;
  border-bottom-color: white;
}
.introjs-arrow.right {
  right: -0.1rem;
  top: 0.1rem;
  border-left-color: white;
}
.introjs-arrow.right-bottom {
  bottom: 0.1rem;
  right: -0.1rem;
  border-left-color: white;
}
.introjs-arrow.bottom {
  bottom: -0.1rem;
  border-top-color: white;
}
.introjs-arrow.bottom-right {
  bottom: -0.1rem;
  right: 0.1rem;
  border-top-color: white;
}
.introjs-arrow.bottom-middle {
  bottom: -0.1rem;
  left: 50%;
  margin-left: -0.05rem;
  border-top-color: white;
}
.introjs-arrow.left {
  left: -0.1rem;
  top: 0.1rem;
  border-right-color: white;
}
.introjs-arrow.left-bottom {
  left: -0.1rem;
  bottom: 0.1rem;
  border-right-color: white;
}
.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 0.1rem;
  background-color: white;
  min-width: 2rem;
  max-width: 3rem;
  border-radius: 3px;
  box-shadow: 0 1px 0.1rem rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}
/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 0.11rem / normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/
  /* commented out due to Opera 11.10 bug */
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 0.1rem;
}
.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3;
}
.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4);
}
/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.introjs-skipbutton {
  box-sizing: content-box;
  margin-right: 0.05rem;
  color: #7a7a7a;
}
.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}
.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}
.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}
.introjs-nextbutton.introjs-fullbutton {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}
.introjs-disabled,
.introjs-disabled:hover,
.introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}
.introjs-hidden {
  display: none;
}
.introjs-bullets {
  text-align: center;
}
.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 0.15rem auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 0.02rem;
}
.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  text-decoration: none;
  cursor: pointer;
}
.introjs-bullets ul li a:hover {
  background: #999;
}
.introjs-bullets ul li a.active {
  background: #999;
}
.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 0.1rem;
  margin: 0.1rem 0 0.05rem 0;
  border-radius: 4px;
  background-color: #ecf0f1;
}
.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 0.1rem;
  line-height: 0.1rem;
  text-align: center;
  background-color: #08c;
}
.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}
.introjs-fixedTooltip {
  position: fixed;
}
.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 0.2rem;
  height: 0.15rem;
  cursor: pointer;
}
.introjs-hint:focus {
  border: 0;
  outline: 0;
}
.introjs-hidehint {
  display: none;
}
.introjs-fixedhint {
  position: fixed;
}
.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}
.introjs-hint-pulse {
  box-sizing: content-box;
  width: 0.1rem;
  height: 0.1rem;
  border: 5px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  border-radius: 60px;
  height: 0.5rem;
  width: 0.5rem;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  z-index: 1;
  opacity: 0;
}
@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}
@-moz-keyframes introjspulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}
@keyframes introjspulse {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  25% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0.0;
  }
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.introjs-helperLayer {
  background-color: rgba(255, 255, 255, 0.5);
}
.introjs-overlay {
  background: #000!important;
}
.introjs-skipbutton {
  visibility: hidden;
}
.introjs-donebutton {
  visibility: visible!important;
  display: inline-block !important;
}
.introjs-prevbutton {
  display: none;
}
.introjs-tooltiptext {
  font-weight: bold;
  min-width: 2.3rem;
}
.introjs-skipbutton:active {
  background: none;
}
.introjs-nextbutton,
.introjs-fullbutton,
.introjs-button:focus,
.introjs-button:active,
.introjs-donebutton {
  color: #fff;
  text-shadow: none;
  border: none;
}
.introjs-nextbutton:hover,
.introjs-fullbutton:hover,
.introjs-button:focus:hover,
.introjs-button:active:hover,
.introjs-donebutton:hover {
  color: #fff;
}
.tooltipDiv {
  position: relative;
}
.currentStepTip {
  position: absolute;
  left: 0;
  bottom: -0.37rem;
  letter-spacing: 0.03rem;
}
.currentStepTip i {
  font-size: 0.22rem;
  font-style: normal;
}
.introSkipBtn {
  position: absolute;
  font-size: 0.12rem;
  font-weight: normal;
  cursor: pointer;
  margin-right: 0.1rem;
  bottom: -0.32rem;
  right: 0.64rem;
}
.calendarTip {
  cursor: pointer;
}
.calendarTip img {
  width: 0.14rem;
  margin-right: 0.05rem;
}
.introjs-fixParent {
  z-index: 9999!important;
}
.introjs-arrow.top,
.introjs-arrow.top-right {
  top: -1.6rem;
  border-color: transparent;
  width: 1rem;
  height: 1.6rem;
}
.introjs-arrow.top {
  left: -1rem;
  background: url(../../assets/images/planeArrow_topLeft.png) center no-repeat;
}
.introjs-arrow.top-right {
  right: -1rem;
  background: url(../../assets/images/planeArrow_topRight.png) center no-repeat;
}
.introjs-arrow.left,
.introjs-arrow.right,
.introjs-arrow.left-bottom,
.introjs-arrow.right-bottom {
  border-color: transparent;
  width: 1.67rem;
  height: 0.9rem;
}
.introjs-arrow.left {
  top: -0.45rem;
  left: -1.67rem;
  background: url(../../assets/images/planeArrow_leftTop.png) center no-repeat;
}
.introjs-arrow.right {
  top: -0.45rem;
  right: -1.67rem;
  background: url(../../assets/images/planeArrow_rightTop.png) center no-repeat;
}
.introjs-arrow.left-bottom {
  bottom: -0.45rem;
  left: -1.67rem;
  background: url(../../assets/images/planeArrow_leftBottom.png) center no-repeat;
}
.introjs-arrow.right-bottom {
  bottom: -0.45rem;
  right: -1.67rem;
  background: url(../../assets/images/planeArrow_rightBottom.png) center no-repeat;
}
.introjs-arrow.bottom,
.introjs-arrow.bottom-right {
  bottom: -1.51rem;
  border-color: transparent;
  width: 1.18rem;
  height: 1.51rem;
}
.introjs-arrow.bottom {
  left: -1.18rem;
  background: url(../../assets/images/planeArrow_bottomLeft.png) center no-repeat;
}
.introjs-arrow.bottom-right {
  right: -1.18rem;
  background: url(../../assets/images/planeArrow_bottomRight.png) center no-repeat;
}
.imgContainer {
  position: relative;
  margin: 0 auto;
  width: 14.4rem;
}
.bpmHandleBtn {
  width: 0.9rem;
  height: 0.32rem;
  position: absolute;
  top: 0.25rem;
  right: 2.4rem;
}
.bpmSubmitBtn {
  width: 0.8rem;
  height: 0.28rem;
  position: absolute;
  top: 5.65rem;
  left: 5.2rem;
}
.simpleTip {
  z-index: 100000000;
  box-sizing: content-box;
  position: absolute;
  padding: 0.1rem;
  background-color: white;
  max-width: 3rem;
  border-radius: 3px;
  box-shadow: 0 1px 0.1rem rgba(0, 0, 0, 0.4);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: bold;
}
.simpleTip.right {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.simpleTipArrow {
  width: 0;
  height: 0;
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent #fff;
  position: absolute;
  top: -0.05rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.simpleTipArrow.right {
  top: 50%;
  left: -0.05rem;
  border-width: 6px 6px 6px 0;
  border-color: transparent #fff transparent transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/**************** 蓝色主题*****************/
.theme-blue .introjs-skipbutton {
  color: #397EF0;
}
.theme-blue .introjs-nextbutton,
.theme-blue .introjs-fullbutton,
.theme-blue .introjs-button:focus,
.theme-blue .introjs-button:active,
.theme-blue .introjs-donebutton {
  color: #fff;
  background: #397EF0;
}
.theme-blue .titleText {
  color: #397EF0;
}
.theme-blue .calendarTip:hover {
  color: #397EF0;
}
.theme-blue .introSkipBtn {
  color: #397EF0;
}
/**************** 绿色主题*****************/
.theme-green .introjs-skipbutton {
  color: #005825;
}
.theme-green .introjs-nextbutton,
.theme-green .introjs-fullbutton,
.theme-green .introjs-button:focus,
.theme-green .introjs-button:active,
.theme-green .introjs-donebutton {
  color: #fff;
  background: #005825;
}
.theme-green .titleText {
  color: #005825;
}
.theme-green .calendarTip:hover {
  color: #005825;
}
.theme-green .introSkipBtn {
  color: #005825;
}
/**************** 红色主题*****************/
.theme-red .introjs-skipbutton {
  color: #9A001E;
}
.theme-red .introjs-nextbutton,
.theme-red .introjs-fullbutton,
.theme-red .introjs-button:focus,
.theme-red .introjs-button:active,
.theme-red .introjs-donebutton {
  color: #fff;
  background: #9A001E;
}
.theme-red .titleText {
  color: #9A001E;
}
.theme-red .calendarTip:hover {
  color: #9A001E;
}
.theme-red .introSkipBtn {
  color: #9A001E;
}
/*************** 反馈弹窗部分开始 ***************/
.src-assets-style-feedbackModal--index-modalContent-1_WMY {
  padding: 0.1rem 0.24rem;
}
.src-assets-style-feedbackModal--index-textAreaStyle-2sfjl {
  position: absolute;
  right: 0px;
  bottom: -0.4rem;
}
.src-assets-style-feedbackModal--index-modalContent-1_WMY .src-assets-style-feedbackModal--index-uploadText-3SdTj {
  height: 0.4rem;
  line-height: 0.4rem;
}
.src-assets-style-feedbackModal--index-modalContent-1_WMY .src-assets-style-feedbackModal--index-info-2aVG- {
  color: #CCCCCC;
}
.src-assets-style-feedbackModal--index-modalContent-1_WMY .ant-form-item-label {
  text-align: left;
}
.src-assets-style-feedbackModal--index-modalContent-1_WMY .anticon.anticon-plus {
  font-size: 0.28rem;
  color: #CCCCCC;
}
/*************** 反馈弹窗部分结束 ***************/
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_v8jjydk1t5.eot');
  src: url('//at.alicdn.com/t/font_864711_v8jjydk1t5.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_v8jjydk1t5.woff2') format('woff2'), url('//at.alicdn.com/t/font_864711_v8jjydk1t5.woff') format('woff'), url('//at.alicdn.com/t/font_864711_v8jjydk1t5.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_v8jjydk1t5.svg#iconfont') format('svg');
}
/***
ant 样式改造 START
 */
.theme-operate-menu {
  /*:global .ant-dropdown-menu-item:hover,
  :global .ant-dropdown-menu-item.active,
  :global .theme-operate-menu .ant-dropdown-menu-submenu-title:hover{
    !*background:#2A7351;*!
    color:#ffffff;
  }*/
}
.theme-operate-menu .ant-dropdown-menu-item {
  min-width: 1rem;
  text-align: center;
}
.src-assets-style-schedule--index-mgl8-2c29C {
  margin-left: 0.08rem;
}
.src-assets-style-schedule--index-type-o33bT {
  float: left;
}
.src-assets-style-schedule--index-title-1PX3N {
  width: 5rem;
}
.src-assets-style-schedule--index-time-3f3VO {
  line-height: 0px !important;
}
.src-assets-style-schedule--index-time-3f3VO .src-assets-style-schedule--index-ant-col-16-3XzPc {
  line-height: 0.07rem !important;
  height: 0.3rem;
}
/***
ant 样式改造 END
 */
.src-assets-style-schedule--index-mainBox-1SH_I {
  border-radius: 6px;
  padding: 0.2rem 0.25rem 0.45rem;
  margin-bottom: 0.12rem;
  background: #fff;
  box-shadow: 0px 0px 0.1rem rgba(0, 88, 37, 0.1);
  /*position: relative;*/
}
.src-assets-style-schedule--index-mainBox-1SH_I .src-assets-style-schedule--index-scheduleForm-3Weco .src-assets-style-schedule--index-endTime-2DUQR {
  padding-left: 0.45rem;
}
.src-assets-style-schedule--index-mainBox-1SH_I .ant-pagination-item-container .ant-pagination-item-ellipsis {
  width: 100%;
}
@keyframes src-assets-style-schedule--index-relative-1DkWw {
  0% {
    width: 0px;
    height: 0px;
    margin: 4rem auto;
  }
  33% {
    width: 1.33333rem;
    height: 0.66667rem;
    margin: 1.33333rem auto;
  }
  66% {
    width: 2.66667rem;
    height: 1.33333rem;
    margin: 0.66667rem auto;
  }
  100% {
    width: 4rem;
    height: 2rem;
    margin: 2rem auto;
  }
}
.src-assets-style-schedule--index-confirm-3Guwh {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  overflow: auto;
  /* .show{
    animation: relative 0.5s forwards;
  }*/
}
.src-assets-style-schedule--index-confirm-3Guwh .src-assets-style-schedule--index-confirmBody-h70cD {
  z-index: 1001;
  width: 4rem;
  height: 2rem;
  background: #F2F2F2;
  opacity: 1;
  border-radius: 6px;
  margin: 2rem auto;
  padding: 0.2rem 0.3rem;
  position: relative;
}
.src-assets-style-schedule--index-confirm-3Guwh .src-assets-style-schedule--index-confirmBody-h70cD .src-assets-style-schedule--index-bodyIcon-Oa5no {
  position: absolute;
  color: orange;
  font-size: 0.28rem;
  height: 0.5rem;
  top: 0.3rem;
  left: 0.3rem;
}
.src-assets-style-schedule--index-confirm-3Guwh .src-assets-style-schedule--index-confirmBody-h70cD .src-assets-style-schedule--index-bodyClose-1ikeM {
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  font-size: 0.18rem;
  right: 0.2rem;
  top: 0.1rem;
  cursor: pointer;
}
.src-assets-style-schedule--index-confirm-3Guwh .src-assets-style-schedule--index-confirmBody-h70cD .src-assets-style-schedule--index-bodyTitle-1Uno6 {
  position: absolute;
  top: 0.3rem;
  height: 0.5rem;
  line-height: 0.5rem;
  padding-left: 0.5rem;
  text-align: left;
  font-size: 0.16rem;
  font-weight: bold;
  font-family: MicrosoftYaHei;
}
.src-assets-style-schedule--index-confirm-3Guwh .src-assets-style-schedule--index-confirmBody-h70cD .src-assets-style-schedule--index-bodyButtom-1VcUn {
  position: absolute;
  bottom: 0.2rem;
  height: 0.3rem;
  right: 0.3rem;
  text-align: right;
}
.src-assets-style-schedule--index-confirm-3Guwh .src-assets-style-schedule--index-confirmBody-h70cD .src-assets-style-schedule--index-bodyButtom-1VcUn div {
  margin-left: 0.1rem;
  display: inline-block;
}
/*.breadcrumb{
  width: 219px;
}*/
.src-assets-style-schedule--index-scheTypeDelete-1sFSU {
  position: absolute;
  right: 0.1rem;
}
.src-assets-style-schedule--index-scheTypeDelete-1sFSU .src-assets-style-schedule--index-icon-10ukK {
  color: #37A164;
}
.src-assets-style-schedule--index-scheTypeDelete-1sFSU .src-assets-style-schedule--index-iconfont-1d2xf {
  font-family: "iconfont" !important;
  font-size: 0.14rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.ant-select-selection-selected-value .src-assets-style-schedule--index-scheTypeDelete-1sFSU .src-assets-style-schedule--index-icon-10ukK {
  display: none;
}
.src-assets-style-schedule--index-themeLinebtn-1o-rt,
.src-assets-style-schedule--index-themeRoundBtn-Tk-es,
.src-assets-style-schedule--index-normalRoundBtn-2iMoh {
  cursor: pointer;
  display: inline-block;
  line-height: 0.32rem;
  border-radius: 4px;
  overflow: hidden;
  padding: 0 0.18rem;
  margin: 0 0.08rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.src-assets-style-schedule--index-smBtn-28tB- {
  line-height: 0.28rem;
  padding: 0 0.12rem;
}
.src-assets-style-schedule--index-themeLinebtn-1o-rt {
  border: 1px solid #BFBFBF;
  color: #363636;
}
.src-assets-style-schedule--index-themeLinebtn-1o-rt:hover {
  color: #37A164;
  border: 1px solid #37A164;
}
.src-assets-style-schedule--index-themeRoundBtn-Tk-es {
  background: #37A164;
  color: #fff;
}
.src-assets-style-schedule--index-themeRoundBtn-Tk-es:hover {
  color: #fff;
}
.src-assets-style-schedule--index-textAreaStyle-3VKos {
  position: absolute;
  right: 0px;
  bottom: -0.4rem;
}
.src-assets-style-schedule--index-normalRoundBtn-2iMoh {
  border: 1px solid #BFBFBF;
  color: #363636;
}
.src-assets-style-schedule--index-normalRoundBtn-2iMoh:hover {
  color: #37A164;
  border: 1px solid #37A164;
}
.src-assets-style-schedule--index-listBar-1f8h8 {
  background: #F4F9F6;
  color: #999999;
  font-size: 0.14rem;
  line-height: 0.36rem;
  margin: 0.2rem 0;
  padding-left: 0.1rem;
}
.src-assets-style-schedule--index-listBar-1f8h8 .float-r i {
  color: #d9d9d9;
}
.src-assets-style-schedule--index-listBar-1f8h8 .ant-pagination {
  line-height: 0.36rem;
  margin-right: 0.12rem;
  float: right;
}
.src-assets-style-schedule--index-listBar-1f8h8 .ant-pagination.mini .ant-pagination-item {
  display: none;
}
.src-assets-style-schedule--index-listBar-1f8h8 span {
  display: inline-block;
}
.src-assets-style-schedule--index-listBar-1f8h8 span:nth-child(1) {
  width: 15%;
  padding: 0px 0.15rem;
}
.src-assets-style-schedule--index-listBar-1f8h8 span:nth-child(2) {
  width: 10%;
}
.src-assets-style-schedule--index-listBar-1f8h8 span:nth-child(3),
.src-assets-style-schedule--index-listBar-1f8h8 span:nth-child(5) {
  width: 0.64rem;
  text-align: center;
}
.src-assets-style-schedule--index-listBar-1f8h8 .src-assets-style-schedule--index-pageingButton-3HRLO {
  color: #55906E;
}
.src-assets-style-schedule--index-listBar-1f8h8 .src-assets-style-schedule--index-pageingNotAllowed-2-v-W {
  color: #D1D1D1;
  cursor: not-allowed;
}
.src-assets-style-schedule--index-searchContent-zKFa3 {
  width: 3.2rem;
  position: relative;
  float: right;
}
.src-assets-style-schedule--index-searchContent-zKFa3 .anticon-search {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -0.06rem;
  font-size: 0.12rem;
  z-index: 2;
  color: #BFBFBF ;
}
.src-assets-style-schedule--index-searchContent-zKFa3 .src-assets-style-schedule--index-searchDel-e6B4e {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  right: 0.58rem;
  top: 50%;
  margin-top: -0.16rem;
  font-size: 0.12rem;
  z-index: 2;
}
.src-assets-style-schedule--index-scheduleManage-2wvIg .src-assets-style-schedule--index-scheduleTable-UQk0Z .src-assets-style-schedule--index-subText-9MhI0 {
  color: #999999;
}
.src-assets-style-schedule--index-scheduleManage-2wvIg .src-assets-style-schedule--index-scheduleTable-UQk0Z .src-assets-style-schedule--index-emText-2YBQv {
  color: #00A143;
}
.src-assets-style-schedule--index-scheduleManage-2wvIg .src-assets-style-schedule--index-scheduleTable-UQk0Z .src-assets-style-schedule--index-scheTle-1FP3g {
  width: 3.5rem;
  height: 0.18rem;
  margin: 0 0.1rem;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-schedule--index-scheduleManage-2wvIg .src-assets-style-schedule--index-scheduleTable-UQk0Z td,
.src-assets-style-schedule--index-scheduleManage-2wvIg .src-assets-style-schedule--index-scheduleTable-UQk0Z th {
  text-align: center;
}
.src-assets-style-schedule--index-scheduleManage-2wvIg .src-assets-style-schedule--index-scheduleTable-UQk0Z th:nth-child(1) {
  padding-left: 0.1rem;
}
.src-assets-style-schedule--index-scheduleTable-UQk0Z {
  width: 100%;
  margin-bottom: 0.2rem;
}
.src-assets-style-schedule--index-scheduleTable-UQk0Z tr {
  border-bottom: 1px solid #E1E6E3;
}
.src-assets-style-schedule--index-scheduleTable-UQk0Z thead tr {
  height: 0.56rem;
}
.src-assets-style-schedule--index-scheduleTable-UQk0Z thead tr th {
  font-weight: bolder;
}
.src-assets-style-schedule--index-scheduleTable-UQk0Z tbody tr {
  height: 0.73rem;
}
.src-assets-style-schedule--index-scheduleTable-UQk0Z .ant-dropdown-trigger i {
  font-size: 0.06rem;
  margin-left: 0.08rem;
  color: #757776;
}
.src-assets-style-schedule--index-scheduleTable-UQk0Z .ant-checkbox-checked .ant-checkbox-inner,
.src-assets-style-schedule--index-scheduleTable-UQk0Z .ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #37A164;
  border-color: #37A164;
}
.src-assets-style-schedule--index-scheduleTableDetail-qhmZ7 th,
.src-assets-style-schedule--index-scheduleTableDetail-qhmZ7 td {
  text-align: center;
}
.src-assets-style-schedule--index-scheduleTableDetail-qhmZ7 th:nth-child(1),
.src-assets-style-schedule--index-scheduleTableDetail-qhmZ7 td:nth-child(1) {
  width: 5%;
  min-width: 1rem;
  text-align: left;
  padding-left: 0.1rem;
}
.src-assets-style-schedule--index-scheduleTableDetail-qhmZ7 th:nth-child(2),
.src-assets-style-schedule--index-scheduleTableDetail-qhmZ7 td:nth-child(2) {
  width: 15%;
}
.src-assets-style-schedule--index-scheduleTableDetail-qhmZ7 th:nth-child(3) {
  width: 10%;
}
.src-assets-style-schedule--index-scheduleTableDetail-qhmZ7 th:nth-child(4) {
  width: 17%;
}
.src-assets-style-schedule--index-scheduleTableDetail-qhmZ7 th:nth-child(5) {
  width: 15%;
}
.src-assets-style-schedule--index-scheduleTableDetail-qhmZ7 th:nth-child(6) {
  width: 15%;
}
.src-assets-style-schedule--index-scheduleTableDetail-qhmZ7 th:last-child {
  width: 18%;
  padding-right: 0.1rem;
}
.src-assets-style-schedule--index-display-3Fk4F {
  display: none;
}
.src-assets-style-schedule--index-formWrap-1EVyW .src-assets-style-schedule--index-formRow-3mqyG {
  margin: 0.12rem 0;
}
.src-assets-style-schedule--index-formWrap-1EVyW .src-assets-style-schedule--index-formRow-3mqyG .src-assets-style-schedule--index-rowLeft-N7x3G {
  width: 1rem;
  text-align: right;
  margin-right: 0.12rem;
  line-height: 0.32rem;
}
.src-assets-style-schedule--index-formWrap-1EVyW .src-assets-style-schedule--index-formRow-3mqyG .src-assets-style-schedule--index-rowRight-33h39 {
  width: 1rem;
  text-align: right;
  margin-right: 0.12rem;
}
.src-assets-style-schedule--index-formWrap-1EVyW .src-assets-style-schedule--index-uploadWrap-2BE2E {
  position: relative;
}
.src-assets-style-schedule--index-formWrap-1EVyW .src-assets-style-schedule--index-uploadWrap-2BE2E .src-assets-style-schedule--index-upTip-8TVHs {
  width: 3rem;
  left: 1.4rem;
  top: 0;
  position: absolute;
}
.src-assets-style-schedule--index-scheduleForm-3Weco .src-assets-style-schedule--index-participant-1Lv2V {
  position: relative;
}
.src-assets-style-schedule--index-scheduleForm-3Weco .src-assets-style-schedule--index-participant-1Lv2V .src-assets-style-schedule--index-partSelect-1x8ca {
  cursor: pointer;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.16rem;
  z-index: 9;
  text-align: center;
  border-right: 1px solid #d9d9d9;
}
.src-assets-style-schedule--index-scheduleForm-3Weco .src-assets-style-schedule--index-participant-1Lv2V .src-assets-style-schedule--index-partSelect-1x8ca i {
  vertical-align: middle;
}
.src-assets-style-schedule--index-scheduleForm-3Weco .src-assets-style-schedule--index-participant-1Lv2V .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-left: 0.38rem;
}
.ant-modal-body {
  border: none;
}
/**详情页*/
.src-assets-style-schedule--index-scheInfo-3vLk9 {
  margin: 0px 0.05rem;
  padding: 0.2rem;
  /*统计*/
}
.src-assets-style-schedule--index-scheInfo-3vLk9 h1 {
  font-size: 0.22rem;
  color: #37A164;
  text-align: center;
  margin-bottom: 0.18rem;
  line-height: 0.32rem;
  padding: 0px 0.2rem;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 h1 .sche-tpye-tag {
  vertical-align: middle;
  margin-left: 0.06rem;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-scheDesc-2K2Xc {
  font-size: 0.14rem;
  color: #999999;
  text-align: center;
  margin-bottom: 0.18rem;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-infoRow-xp4GR {
  padding: 0.14rem 0.08rem;
  font-size: 0.16rem;
  line-height: 1.8;
  min-height: 0.58rem;
  overflow: auto;
  border-bottom: 1px solid #E1E6E3;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-infoRow-xp4GR:first-of-type {
  border-top: 1px solid #E1E6E3;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-infoRow-xp4GR .src-assets-style-schedule--index-infoRowLeft-sEwQI {
  width: 1rem;
  color: #949393;
  float: left;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-infoRow-xp4GR .src-assets-style-schedule--index-infoRowRight-1y0-U {
  color: #363636;
  float: left;
  max-width: calc(100% - 1rem);
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-expand-nUbWz {
  color: #949393;
  font-size: 0.14rem;
  margin-left: 0.58rem;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-doubleArrowDown-YhR2u .anticon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-doubleArrowUp-1wePy .anticon {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-descText-1eAAz {
  color: #999999;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-guideBar-LPk8W {
  margin-bottom: 0.26rem;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-midOperateWrap-1l2gG {
  background: #F4F9F6;
  margin: 0.2rem 0;
  border: 1px solid #E1E6E3;
  height: 0.48rem;
  line-height: 0.48rem;
  padding: 0 0.2rem;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-midOperateWrap-1l2gG .float-r {
  display: inline-block;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-midOperateWrap-1l2gG .float-r i {
  margin-top: 0px;
  color: #00a854;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-midOperateWrap-1l2gG .src-assets-style-schedule--index-opBlock-uZi4_ {
  cursor: pointer;
  float: left;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-midOperateWrap-1l2gG .src-assets-style-schedule--index-opBlock-uZi4_:first-child {
  margin-right: 0.66rem;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-midOperateWrap-1l2gG .src-assets-style-schedule--index-opBlock-uZi4_.src-assets-style-schedule--index-disabled-31giI {
  opacity: 0.6;
  cursor: no-drop;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-midOperateWrap-1l2gG .src-assets-style-schedule--index-opBlock-uZi4_.src-assets-style-schedule--index-disabled-31giI .anticon-caret-down {
  color: #ccc;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-midOperateWrap-1l2gG .src-assets-style-schedule--index-opBlock-uZi4_ .src-assets-style-schedule--index-prefixIcon-2lTip i {
  color: #C9C9C9;
  vertical-align: baseline;
  margin-right: 0.06rem;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-midOperateWrap-1l2gG .src-assets-style-schedule--index-opBlock-uZi4_ .src-assets-style-schedule--index-feedbackDeadLine-3HeAZ {
  margin-left: 0.25rem;
  color: #999999;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-midOperateWrap-1l2gG .src-assets-style-schedule--index-opBlock-uZi4_ .anticon-caret-down {
  font-size: 0.08rem;
  margin-left: 0.08rem;
  color: #37A164;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-midOperateWrap-1l2gG .src-assets-style-schedule--index-btn1-S46M_ {
  display: inline-block;
  background: #fff;
  color: #37A164;
  font-size: 0.12rem;
  /*height:28px;*/
  line-height: 0.28rem;
  border: 1px solid #37A164;
  border-radius: 4px;
  padding: 0 0.1rem;
  margin: 0.05rem;
  text-align: center;
  /*vertical-align: middle;*/
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-midOperateWrap-1l2gG .src-assets-style-schedule--index-btn1-S46M_ i {
  margin-right: 0.06rem;
  height: 0.28rem;
  float: left;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-scheTabWrap-fssDk {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 0.32rem;
  line-height: 0.32rem;
  overflow: hidden;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-scheTabWrap-fssDk > li {
  width: 1rem;
  height: 0.32rem;
  color: #363636;
  font-size: 0.14rem;
  cursor: pointer;
  list-style: none;
  float: left;
  text-align: center;
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
  box-sizing: border-box;
  /*&.active{
        background: @theme-green-1;
        color:#ffffff;
        border:none;
      }*/
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-scheTabWrap-fssDk > li:first-child {
  border-left: 1px solid #BFBFBF;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-peopleSplit-3scum {
  display: inline-block;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-peopleSplit-3scum:after {
  display: inline-block;
  content: '\3001';
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-peopleSplit-3scum:last-of-type {
  margin-right: 0.1rem;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-peopleSplit-3scum:last-of-type:after {
  display: none;
  content: '';
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-scheContent-1--Qz {
  margin: 0.3rem 0;
  min-height: 1rem;
  padding: 0px 0.25rem;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-scheContent-1--Qz .src-assets-style-schedule--index-info-2Y0Nv {
  display: none;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-scheContent-1--Qz.src-assets-style-schedule--index-nullContent-3GhYu {
  background: url(../../assets/images/empty_data.png) no-repeat center;
  height: 3rem;
  border: 1px solid #ffffff;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-scheContent-1--Qz.src-assets-style-schedule--index-nullContent-3GhYu .src-assets-style-schedule--index-info-2Y0Nv {
  text-align: center;
  color: #CCCCCC;
  display: block;
  border: 1px solid #ffffff;
  vertical-align: middle;
  margin-top: 2.3rem;
  width: 100%;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-fileListWrap-1H4Bp {
  padding: 0px 0.25rem;
  overflow: hidden;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-fileListWrap-1H4Bp .src-assets-style-schedule--index-prevText-13qKx {
  float: left;
  padding-right: 0.1rem;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-fileListWrap-1H4Bp .src-assets-style-schedule--index-fileListUl-2nYVw {
  padding-left: 0.1rem;
  margin-left: 0.3rem;
  display: block;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-fileListWrap-1H4Bp .src-assets-style-schedule--index-fileListUl-2nYVw li {
  line-height: 0.22rem;
  list-style: none;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-fileListWrap-1H4Bp .src-assets-style-schedule--index-descText-1eAAz {
  float: left;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-fileListWrap-1H4Bp .src-assets-style-schedule--index-fileList-22fVC {
  list-style: none;
  float: left;
  margin-left: 0.08rem;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-fileListWrap-1H4Bp .src-assets-style-schedule--index-fileList-22fVC li {
  margin-bottom: 0.08rem;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-fileListWrap-1H4Bp .src-assets-style-schedule--index-fileList-22fVC a {
  color: #37A164;
  font-size: 0.16rem;
  cursor: pointer;
  text-decoration: underline;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-statData-1hnCm h3 {
  color: #949393;
  font-size: 0.16rem;
  margin-bottom: 0.18rem;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-statData-1hnCm ul > li {
  color: #949393;
  margin: 0.1rem 0;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-statData-1hnCm ul > li i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.08rem;
  content: ' ';
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 1px;
  box-shadow: 0.02rem 0px 0.05rem rgba(0, 0, 0, 0.1);
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-statiChart-Qhtf3 {
  margin: 0 auto;
  width: 8rem;
  height: 3rem;
}
@media (min-width: 0px) {
  .src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-statiChart-Qhtf3 {
    width: 11.45rem;
  }
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-fbWrap-2WraE {
  border-top: 1px solid #A6CAB5;
  padding-top: 0.24rem;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-fbWrap-2WraE .anticon-close {
  margin-right: 0.1rem;
  cursor: pointer;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-fbOperateBar-1n4gX {
  margin: 0.24rem 0;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-fbOperateBar-1n4gX .src-assets-style-schedule--index-exportItem-fM9L0 {
  cursor: pointer;
  display: inline-block;
  margin-left: 0.12rem;
  color: #363636;
}
.src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-fbOperateBar-1n4gX .src-assets-style-schedule--index-exportItem-fM9L0 i {
  color: #005825;
}
.src-assets-style-schedule--index-publishCalendar-3csOn .src-assets-style-schedule--index-fillIcon-2smA4 {
  color: #f5bf50;
  font-size: 0.2rem;
  cursor: pointer;
  margin-left: 0.1rem;
  margin-right: 0.9rem;
}
/**添加日历*/
.src-assets-style-schedule--index-addCalendarWrap-1Ncv_ {
  padding: 0.2rem;
}
.src-assets-style-schedule--index-addCalendarWrap-1Ncv_ .src-assets-style-schedule--index-fillIcon-2smA4 {
  color: #f5bf50;
  font-size: 0.2rem;
  cursor: pointer;
  margin-left: 0.1rem;
}
.src-assets-style-schedule--index-addCalendarWrap-1Ncv_ .src-assets-style-schedule--index-userIcon-2nre0 {
  margin-right: 0.1rem;
  font-size: 0.2rem;
  cursor: pointer;
}
.src-assets-style-schedule--index-addCalendarWrap-1Ncv_ .src-assets-style-schedule--index-userIcon-2nre0:hover {
  color: #007131;
}
.src-assets-style-schedule--index-addCalendarWrap-1Ncv_ .src-assets-style-schedule--index-error-2MzcP {
  color: #ff2f00;
}
.ant-popover-inner-content .src-assets-style-schedule--index-calendarMessage-tDDDz {
  width: 3rem;
  padding: 0px 0.1rem;
}
.ant-popover-inner-content .src-assets-style-schedule--index-calendarMessage2-wAqGh {
  width: 2rem;
  padding: 0px 0.1rem;
}
/**日历事件参加提醒*/
.src-assets-style-schedule--index-remindPopWrap-1zxSn .src-assets-style-schedule--index-rmSet-2yVwO {
  display: inline-block;
  margin-left: 0.4rem;
  font-size: 0.12rem;
  color: #fff;
  opacity: 0.8;
}
.src-assets-style-schedule--index-remindPopWrap-1zxSn .src-assets-style-schedule--index-rmLeftWrap-O1yRu {
  border-right: 1px solid #E1E6E3;
}
.src-assets-style-schedule--index-remindPopWrap-1zxSn .src-assets-style-schedule--index-rmList-Nknxo {
  margin: 0.18rem 0;
  list-style: none;
}
.src-assets-style-schedule--index-remindPopWrap-1zxSn .src-assets-style-schedule--index-rmList-Nknxo > li {
  width: 100%;
  cursor: pointer;
  height: 0.44rem;
  padding: 0.12rem 0;
  font-size: 0.14rem;
  color: #363636;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-schedule--index-remindPopWrap-1zxSn .src-assets-style-schedule--index-rmList-Nknxo > li.src-assets-style-schedule--index-active-11QMe,
.src-assets-style-schedule--index-remindPopWrap-1zxSn .src-assets-style-schedule--index-rmList-Nknxo > li:hover {
  background: #e6fff5;
  color: #228B22;
}
.src-assets-style-schedule--index-fixBotBarWrap-26IqY {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #F2F2F2;
  border-top: 1px solid #E1E6E3;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
}
.src-assets-style-schedule--index-fixBotBarWrap-26IqY .ant-btn {
  margin-top: 0.1rem;
}
schedule-publish {
  min-width: 11.9rem;
}
.src-assets-style-schedule--index-tagChange-2k1Df {
  /*position: absolute;*/
  z-index: 9;
  right: 0.1rem;
  cursor: pointer;
  text-align: right;
  padding-right: 0.2rem;
  height: 0.3rem;
  padding-top: 0.1rem;
}
.src-assets-style-schedule--index-scheduleTableDetail-qhmZ7 th:hover {
  background-color: #F5FDF8;
}
.theme-green .src-assets-style-schedule--index-scheTabWrap-fssDk .src-assets-style-schedule--index-active-11QMe {
  background: #005825;
  color: #ffffff;
  border: none;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-schedule--index-scheInfo-3vLk9 h1 {
  color: #397EF0;
}
.theme-blue .src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-midOperateWrap-1l2gG {
  background: #e6f7ff;
  border: 1px solid #c4e5ff;
}
.theme-blue .src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-midOperateWrap-1l2gG .float-r i {
  color: #397EF0;
}
.theme-blue .src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-midOperateWrap-1l2gG .src-assets-style-schedule--index-btn1-S46M_ {
  background: #fff;
  color: #397EF0;
  border: 1px solid #397EF0;
}
.theme-blue .src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-midOperateWrap-1l2gG .src-assets-style-schedule--index-opBlock-uZi4_ .anticon-caret-down {
  color: #397EF0;
}
.theme-blue .src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-fileListWrap-1H4Bp .src-assets-style-schedule--index-fileList-22fVC a {
  color: #397EF0;
}
.theme-blue .src-assets-style-schedule--index-addCalendarWrap-1Ncv_ .src-assets-style-schedule--index-userIcon-2nre0:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-schedule--index-themeLinebtn-1o-rt:hover {
  color: #397EF0;
  border: 1px solid #397EF0;
}
.theme-blue .src-assets-style-schedule--index-themeRoundBtn-Tk-es {
  background: #397EF0;
}
.theme-blue .src-assets-style-schedule--index-normalRoundBtn-2iMoh:hover {
  color: #397EF0;
  border: 1px solid #397EF0;
}
.theme-blue .src-assets-style-schedule--index-listBar-1f8h8 {
  background-color: #e6f7ff;
}
.theme-blue .src-assets-style-schedule--index-pageingButton-3HRLO {
  color: #397EF0;
}
.theme-blue .src-assets-style-schedule--index-scheTypeDelete-1sFSU .src-assets-style-schedule--index-icon-10ukK {
  color: #397EF0;
}
.theme-blue .src-assets-style-schedule--index-scheTabWrap-fssDk .src-assets-style-schedule--index-active-11QMe {
  background: #397EF0 !important;
  color: #ffffff;
  border: none;
}
.theme-blue .src-assets-style-schedule--index-scheduleTableDetail-qhmZ7 th:hover {
  background-color: #e6f7ff ;
}
.theme-blue .src-assets-style-schedule--index-fbOperateBar-1n4gX .src-assets-style-schedule--index-exportItem-fM9L0 i {
  color: #397EF0 !important;
}
.theme-blue .src-assets-style-schedule--index-participant-1Lv2V .ant-select-open .ant-select-selection,
.theme-blue .src-assets-style-schedule--index-participant-1Lv2V .ant-select-focused .ant-select-selection {
  border-color: #397EF0;
  box-shadow: 0 0 0 0.02rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-schedule--index-closeIcon-UCBzF {
  color: #397EF0 !important;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-schedule--index-scheInfo-3vLk9 h1 {
  color: #9A001E;
}
.theme-red .src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-midOperateWrap-1l2gG {
  background: #fff1f0;
  border: 1px solid #ffcfd8;
}
.theme-red .src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-midOperateWrap-1l2gG .float-r i {
  color: #F63E62;
}
.theme-red .src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-midOperateWrap-1l2gG .src-assets-style-schedule--index-btn1-S46M_ {
  background: #fff;
  color: #9A001E;
  border: 1px solid #9A001E;
}
.theme-red .src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-midOperateWrap-1l2gG .src-assets-style-schedule--index-opBlock-uZi4_ .anticon-caret-down {
  color: #9A001E;
}
.theme-red .src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-fileListWrap-1H4Bp .src-assets-style-schedule--index-fileList-22fVC a {
  color: #9A001E;
}
.theme-red .src-assets-style-schedule--index-addCalendarWrap-1Ncv_ .src-assets-style-schedule--index-userIcon-2nre0:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-schedule--index-themeLinebtn-1o-rt:hover {
  color: #9A001E;
  border: 1px solid #9A001E;
}
.theme-red .src-assets-style-schedule--index-themeRoundBtn-Tk-es {
  background: #FF4748;
}
.theme-red .src-assets-style-schedule--index-normalRoundBtn-2iMoh:hover {
  color: #9A001E;
  border: 1px solid #9A001E;
}
.theme-red .src-assets-style-schedule--index-listBar-1f8h8 {
  background-color: #fff1f0;
}
.theme-red .src-assets-style-schedule--index-pageingButton-3HRLO {
  color: #F63E62;
}
.theme-red .src-assets-style-schedule--index-scheTypeDelete-1sFSU .src-assets-style-schedule--index-icon-10ukK {
  color: #F63E62;
}
.theme-red .src-assets-style-schedule--index-scheTabWrap-fssDk .src-assets-style-schedule--index-active-11QMe {
  background: #9A001E !important;
  color: #ffffff;
  border: none;
}
.theme-red .src-assets-style-schedule--index-scheduleTableDetail-qhmZ7 th:hover {
  background-color: #fff1f0;
}
.theme-red .src-assets-style-schedule--index-fbOperateBar-1n4gX .src-assets-style-schedule--index-exportItem-fM9L0 i {
  color: #9A001E !important;
}
.theme-red .src-assets-style-schedule--index-participant-1Lv2V .ant-select-open .ant-select-selection,
.theme-red .src-assets-style-schedule--index-participant-1Lv2V .ant-select-focused .ant-select-selection {
  border-color: #9A001E;
  box-shadow: 0 0 0 0.02rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-schedule--index-closeIcon-UCBzF {
  color: #9A001E !important;
}
/*************** 红色主题 end***************/
/*************** 绿色主图 ***************/
.theme-green .src-assets-style-schedule--index-participant-1Lv2V .ant-select-open .ant-select-selection,
.theme-green .src-assets-style-schedule--index-participant-1Lv2V .ant-select-focused .ant-select-selection {
  border-color: #005825;
  box-shadow: 0 0 0 0.02rem rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-schedule--index-closeIcon-UCBzF {
  color: #005825 !important;
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-statiChart-Qhtf3 {
    width: 14.45rem;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-statiChart-Qhtf3 {
    width: 17.75rem;
  }
}
@media (min-width: 1680px) {
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(1),
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-3k21z td:nth-child(1) {
    width: 25%;
    text-align: left;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(2),
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-3k21z td:nth-child(2) {
    width: 10%;
    text-align: center;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(3) {
    width: 14%;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(4) {
    width: 14%;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(5) {
    width: 13%;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:last-child,
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-3k21z td:last-child {
    width: 18%;
    text-align: left;
    padding-left: 4%;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:last-child .src-assets-style-schedule--index-themeLinebtn-1o-rt:first-child,
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-3k21z td:last-child .src-assets-style-schedule--index-themeLinebtn-1o-rt:first-child {
    margin-left: 0;
  }
}
@media (max-width: 1680px) {
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(1),
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-3k21z td:nth-child(1) {
    width: 20%;
    text-align: left;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(2),
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-3k21z td:nth-child(2) {
    width: 10%;
    text-align: center;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(3) {
    width: 14%;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(4) {
    width: 14%;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(5) {
    width: 8%;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(6) {
    min-width: 0.9rem;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:last-child,
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-3k21z td:last-child {
    width: 15%;
    min-width: 1.8rem;
    text-align: left;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:last-child .src-assets-style-schedule--index-themeLinebtn-1o-rt:first-child,
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-3k21z td:last-child .src-assets-style-schedule--index-themeLinebtn-1o-rt:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-statiChart-Qhtf3 {
    width: 14.45rem;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-statiChart-Qhtf3 {
    width: 17.75rem;
  }
}
@media (min-width: 1848px) {
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(1),
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-3k21z td:nth-child(1) {
    width: 25%;
    text-align: left;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(2),
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-3k21z td:nth-child(2) {
    width: 10%;
    text-align: center;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(3) {
    width: 14%;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(4) {
    width: 14%;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(5) {
    width: 13%;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:last-child,
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-3k21z td:last-child {
    width: 18%;
    text-align: left;
    padding-left: 4%;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:last-child .src-assets-style-schedule--index-themeLinebtn-1o-rt:first-child,
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-3k21z td:last-child .src-assets-style-schedule--index-themeLinebtn-1o-rt:first-child {
    margin-left: 0;
  }
}
@media (max-width: 1848px) {
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(1),
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-3k21z td:nth-child(1) {
    width: 20%;
    text-align: left;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(2),
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-3k21z td:nth-child(2) {
    width: 10%;
    text-align: center;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(3) {
    width: 14%;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(4) {
    width: 14%;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(5) {
    width: 8%;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(6) {
    min-width: 0.9rem;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:last-child,
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-3k21z td:last-child {
    width: 15%;
    min-width: 1.8rem;
    text-align: left;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:last-child .src-assets-style-schedule--index-themeLinebtn-1o-rt:first-child,
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-3k21z td:last-child .src-assets-style-schedule--index-themeLinebtn-1o-rt:first-child {
    margin-left: 0;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-statiChart-Qhtf3 {
    width: 14.45rem;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-schedule--index-scheInfo-3vLk9 .src-assets-style-schedule--index-statiChart-Qhtf3 {
    width: 17.75rem;
  }
}
@media (min-width: 2100px) {
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(1),
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-3k21z td:nth-child(1) {
    width: 25%;
    text-align: left;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(2),
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-3k21z td:nth-child(2) {
    width: 10%;
    text-align: center;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(3) {
    width: 14%;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(4) {
    width: 14%;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(5) {
    width: 13%;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:last-child,
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-3k21z td:last-child {
    width: 18%;
    text-align: left;
    padding-left: 4%;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:last-child .src-assets-style-schedule--index-themeLinebtn-1o-rt:first-child,
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-3k21z td:last-child .src-assets-style-schedule--index-themeLinebtn-1o-rt:first-child {
    margin-left: 0;
  }
}
@media (max-width: 2100px) {
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(1),
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-3k21z td:nth-child(1) {
    width: 20%;
    text-align: left;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(2),
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-3k21z td:nth-child(2) {
    width: 10%;
    text-align: center;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(3) {
    width: 14%;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(4) {
    width: 14%;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(5) {
    width: 8%;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:nth-child(6) {
    min-width: 0.9rem;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:last-child,
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-3k21z td:last-child {
    width: 15%;
    min-width: 1.8rem;
    text-align: left;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-3k21z th:last-child .src-assets-style-schedule--index-themeLinebtn-1o-rt:first-child,
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-3k21z td:last-child .src-assets-style-schedule--index-themeLinebtn-1o-rt:first-child {
    margin-left: 0;
  }
}
/*!
 * Quill Editor v1.3.0
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
/*字体样式*/
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=SimSun]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=SimSun]::before {
  content: "\5B8B\4F53";
  font-family: "SimSun";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=SimHei]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=SimHei]::before {
  content: "\9ED1\4F53";
  font-family: "SimHei";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Microsoft-YaHei]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Microsoft-YaHei]::before {
  content: "\5FAE\8F6F\96C5\9ED1";
  font-family: "Microsoft YaHei";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=KaiTi]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=KaiTi]::before {
  content: "\6977\4F53";
  font-family: "KaiTi";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=FangSong]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=FangSong]::before {
  content: "\4EFF\5B8B";
  font-family: "FangSong";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Arial]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Arial]::before {
  content: "Arial";
  font-family: "Arial";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Times-New-Roman]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Times-New-Roman]::before {
  content: "Times New Roman";
  font-family: "Times New Roman";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=sans-serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=sans-serif]::before {
  content: "sans-serif";
  font-family: "sans-serif";
}
.ql-font-SimSun {
  font-family: "SimSun";
}
.ql-font-SimHei {
  font-family: "SimHei";
}
.ql-font-Microsoft-YaHei {
  font-family: "Microsoft YaHei";
}
.ql-font-KaiTi {
  font-family: "KaiTi";
}
.ql-font-FangSong {
  font-family: "FangSong";
}
.ql-font-Arial {
  font-family: "Arial";
}
.ql-font-Times-New-Roman {
  font-family: "Times New Roman";
}
.ql-font-sans-serif {
  font-family: "sans-serif";
}
/* 富文本编辑器样式 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.13rem;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -1000rem;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 0.12rem 0.15rem;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-embed-selected {
  border: 1px solid #777;
  user-select: none;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 0.24rem;
  padding: 0.03rem 0.05rem;
  width: 0.28rem;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(0.1rem);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-0.1rem);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 0.05rem;
  margin-top: 0.05rem;
  padding-left: 0.16rem;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 0.05rem;
  margin-top: 0.05rem;
  padding: 0.05rem 0.1rem;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding-bottom: 0.02rem;
  padding-top: 0.02rem;
}
.ql-snow .ql-editor code:before,
.ql-snow .ql-editor code:after {
  content: "\A0";
  letter-spacing: -0.02rem;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 0.14rem;
  font-weight: 500;
  height: 0.24rem;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 0.08rem;
  padding-right: 0.02rem;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 0.22rem;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 0.04rem 0.08rem;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 0.05rem;
  padding-top: 0.05rem;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 0.28rem;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 0.02rem 0.04rem;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 0.04rem;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 0.04rem 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 0.24rem;
  width: 0.24rem;
  padding: 0.02rem 0.04rem;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 0.03rem 0.05rem;
  width: 1.52rem;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 0.16rem;
  margin: 0.02rem;
  padding: 0px;
  width: 0.16rem;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -0.09rem;
  right: 0;
  top: 50%;
  width: 0.18rem;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 0.98rem;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 1.08rem;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 0.98rem;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 0.1rem;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 0.18rem;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 0.32rem;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 0.08rem;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 0.15rem;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0.02rem 0.08rem;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0.05rem #ddd;
  color: #444;
  padding: 0.05rem 0.12rem;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 0.26rem;
  margin-right: 0.08rem;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 0.13rem;
  height: 0.26rem;
  margin: 0px;
  padding: 0.03rem 0.05rem;
  width: 1.7rem;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 2rem;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 0.16rem;
  padding-right: 0.08rem;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 0.08rem;
}
.ql-snow .ql-tooltip a {
  line-height: 0.26rem;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
.src-assets-style-ueditor--index-rc-dialog-1JLFW {
    position: relative;
    width: auto;
    margin: 0.1rem;
}
.src-assets-style-ueditor--index-rc-dialog-wrap-1sd8H {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.src-assets-style-ueditor--index-rc-dialog-title-1ksX6 {
    margin: 0;
    font-size: 0.14rem;
    line-height: 0.21rem;
    font-weight: bold;
}
.src-assets-style-ueditor--index-rc-dialog-content-3i5Lg {
    position: relative;
    background-color: #ffffff;
    border: none;
    border-radius: 6px 6px;
    background-clip: padding-box;
}
.src-assets-style-ueditor--index-rc-dialog-close-3dVgF {
    cursor: pointer;
    border: 0;
    background: transparent;
    font-size: 0.21rem;
    position: absolute;
    right: 0.2rem;
    top: 0.12rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    text-decoration: none;
}
.src-assets-style-ueditor--index-rc-dialog-close-x-3FJYw:after {
    content: '\D7';
}
.src-assets-style-ueditor--index-rc-dialog-close-3dVgF:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none;
}
.src-assets-style-ueditor--index-rc-dialog-header-2g3yC {
    padding: 0.13rem 0.2rem 0.14rem 0.2rem;
    border-radius: 5px 5px 0 0;
    background: #fff;
    color: #666;
    border-bottom: 1px solid #e9e9e9;
}
.src-assets-style-ueditor--index-rc-dialog-body-3QsEy {
    padding: 0.2rem;
}
.src-assets-style-ueditor--index-rc-dialog-footer-NHZFe {
    border-top: 1px solid #e9e9e9;
    padding: 0.1rem 0.2rem;
    text-align: right;
    border-radius: 0 0 5px 5px;
}
.src-assets-style-ueditor--index-rc-dialog-zoom-enter-15Btf,
.src-assets-style-ueditor--index-rc-dialog-zoom-appear-lXg7n {
    opacity: 0;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
    animation-play-state: paused;
}
.src-assets-style-ueditor--index-rc-dialog-zoom-leave-j2MHP {
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
    animation-play-state: paused;
}
.src-assets-style-ueditor--index-rc-dialog-zoom-enter-15Btf.src-assets-style-ueditor--index-rc-dialog-zoom-enter-active-1CDNt,
.src-assets-style-ueditor--index-rc-dialog-zoom-appear-lXg7n.src-assets-style-ueditor--index-rc-dialog-zoom-appear-active-1-Pzo {
    animation-name: src-assets-style-ueditor--index-rcDialogZoomIn-MMrSp;
    animation-play-state: running;
}
.src-assets-style-ueditor--index-rc-dialog-zoom-leave-j2MHP.src-assets-style-ueditor--index-rc-dialog-zoom-leave-active-P2jNr {
    animation-name: src-assets-style-ueditor--index-rcDialogZoomOut-2yLRT;
    animation-play-state: running;
}
@keyframes src-assets-style-ueditor--index-rcDialogZoomIn-MMrSp {
    0% {
        opacity: 0;
        transform: scale(0, 0);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}
@keyframes src-assets-style-ueditor--index-rcDialogZoomOut-2yLRT {
    0% {
        transform: scale(1, 1);
    }
    100% {
        opacity: 0;
        transform: scale(0, 0);
    }
}
@media (min-width: 768px) {
    .src-assets-style-ueditor--index-rc-dialog-1JLFW {
        width: 6rem;
        margin: 0.3rem auto;
    }
}
.src-assets-style-ueditor--index-rc-dialog-mask-1RFvP {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #373737;
    background-color: rgba(55, 55, 55, 0.6);
    height: 100%;
    filter: alpha(opacity=50);
    z-index: 1050;
}
.src-assets-style-ueditor--index-rc-dialog-mask-hidden-3l00A {
    display: none;
}
.src-assets-style-ueditor--index-rc-dialog-fade-enter-31ZBZ,
.src-assets-style-ueditor--index-rc-dialog-fade-appear-28ZZs {
    opacity: 0;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
    animation-play-state: paused;
}
.src-assets-style-ueditor--index-rc-dialog-fade-leave-2onVn {
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
    animation-play-state: paused;
}
.src-assets-style-ueditor--index-rc-dialog-fade-enter-31ZBZ.src-assets-style-ueditor--index-rc-dialog-fade-enter-active-2WYvA,
.src-assets-style-ueditor--index-rc-dialog-fade-appear-28ZZs.src-assets-style-ueditor--index-rc-dialog-fade-appear-active-3AuCz {
    animation-name: src-assets-style-ueditor--index-rcDialogFadeIn-1sG4y;
    animation-play-state: running;
}
.src-assets-style-ueditor--index-rc-dialog-fade-leave-2onVn.src-assets-style-ueditor--index-rc-dialog-fade-leave-active-1lXJp {
    animation-name: src-assets-style-ueditor--index-rcDialogFadeOut-2uMz8;
    animation-play-state: running;
}
@keyframes src-assets-style-ueditor--index-rcDialogFadeIn-1sG4y {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes src-assets-style-ueditor--index-rcDialogFadeOut-2uMz8 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.src-assets-style-errorPage--index-imgBox-2Ewp- {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.1rem 0.2rem;
}
.src-assets-style-errorPage--index-imgBox-2Ewp- img {
  height: 4rem;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.src-assets-style-depSelector--index-red_highlight_s-xanJh span:nth-child(2) {
  background: rgba(169, 0, 33, 0.3);
}
.src-assets-style-depSelector--index-red_highlight-3Er0n span:nth-child(3) {
  background: rgba(169, 0, 33, 0.3);
}
.src-assets-style-depSelector--index-blue_highlight_s-1Vd0R span:nth-child(2) {
  background: rgba(35, 145, 230, 0.3);
}
.src-assets-style-depSelector--index-blue_highlight-1lGQ- span:nth-child(3) {
  background: rgba(35, 145, 230, 0.3);
}
.src-assets-style-depSelector--index-green_highlight_s-3BXAM span:nth-child(2) {
  background: rgba(0, 88, 37, 0.1);
}
.src-assets-style-depSelector--index-green_highlight-msnnD span:nth-child(3) {
  background: rgba(0, 88, 37, 0.1);
}
.src-assets-style-depSelector--index-custom_highlight_s-oMCba span:nth-child(2) {
  background: var(--themeColor1);
}
.src-assets-style-depSelector--index-custom_highlight-YLXKQ span:nth-child(3) {
  background: var(--themeColor1);
}
.src-app-page-oaMeeting-myMeeting-signMng--index-title-q0MoS {
  margin: 0.7rem 0 0.2rem;
  font-size: 0.24rem;
  text-align: center;
}
.src-app-page-oaMeeting-myMeeting-signMng--index-status-1bwA8 {
  margin-bottom: 0.24rem;
  font-size: 0.16rem;
  text-align: center;
  color: #397ef0;
}
.src-app-page-oaMeeting-myMeeting-signMng--index-status2-3Kub- {
  margin: 0.72rem 0;
  font-size: 0.4rem;
  font-weight: 700;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
}
.src-app-page-oaMeeting-myMeeting-signMng--index-content-dxwJz .src-app-page-oaMeeting-myMeeting-signMng--index-qrcode-1n0yn {
  width: 2.6rem;
  margin: 0 auto 0.25rem;
}
.src-app-page-oaMeeting-myMeeting-signMng--index-content-dxwJz .src-app-page-oaMeeting-myMeeting-signMng--index-desc-2y-i3 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}
.src-app-page-oaMeeting-myMeeting-signMng--index-content-dxwJz .src-app-page-oaMeeting-myMeeting-signMng--index-desc-2y-i3 > div {
  margin-bottom: 0.2rem;
}
.src-app-page-oaMeeting-myMeeting-signMng--index-content-dxwJz .src-app-page-oaMeeting-myMeeting-signMng--index-desc-2y-i3 img {
  margin-right: 0.08rem;
  vertical-align: middle;
}
.src-app-page-oaMeeting-myMeeting-noticeAndSign--index-card-1HZxD .ant-card {
  border-radius: 4px;
}
.src-app-page-oaMeeting-myMeeting-noticeAndSign--index-card-1HZxD .ant-card-body {
  padding: 0.16rem;
}
.src-app-page-oaMeeting-myMeeting-noticeAndSign--index-card-1HZxD .ant-tabs-nav-container {
  font-size: 0.16rem;
}
.src-app-page-oaMeeting-myMeeting-noticeAndSign--index-card-1HZxD .ant-tabs .ant-tabs-bar {
  font-weight: normal;
}
.src-app-page-oaMeeting-myMeeting-noticeAndSign-signInfo--index-statistic-34sWs .src-app-page-oaMeeting-myMeeting-noticeAndSign-signInfo--index-item-3AvJ- {
  position: relative;
  width: 1.5rem;
  height: 0.7rem;
  display: inline-block;
  padding: 0.14rem 0.24rem;
  margin-right: 0.16rem;
  border: 1px solid #e7eaf0;
  border-radius: 4px;
}
.src-app-page-oaMeeting-myMeeting-noticeAndSign-signInfo--index-statistic-34sWs .src-app-page-oaMeeting-myMeeting-noticeAndSign-signInfo--index-item-3AvJ- img {
  position: absolute;
  left: 0.14rem;
  top: 50%;
  transform: translateY(-50%);
}
.src-app-page-oaMeeting-myMeeting-noticeAndSign-signInfo--index-statistic-34sWs .src-app-page-oaMeeting-myMeeting-noticeAndSign-signInfo--index-item-3AvJ- .src-app-page-oaMeeting-myMeeting-noticeAndSign-signInfo--index-content-FJTwh {
  padding-left: 0.44rem;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
/*************** 共用样式***************/
.src-assets-style-oaLibrary--index-dutyTitle-2fuyd {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 0.2rem;
  margin-bottom: 0.3rem;
  margin-top: 0.4rem;
}
.src-assets-style-oaLibrary--index-noteStyle-R6ISO {
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  margin-left: 0.2rem;
}
.src-assets-style-oaLibrary--index-dutyTable-WsKSP {
  border-color: #ccc;
}
.src-assets-style-oaLibrary--index-dutyTable-WsKSP table {
  border: 1px solid #999;
  width: 100%;
  text-align: center;
}
.src-assets-style-oaLibrary--index-dutyTable-WsKSP tr {
  border: 1px solid #999;
  height: 0.3rem;
}
.src-assets-style-oaLibrary--index-dutyTable-WsKSP td {
  border: 1px solid #999;
  padding: 0.05rem;
}
.src-assets-style-oaLibrary--index-dutyTable-WsKSP thead {
  font-weight: bold;
  background-color: #ccc;
}
.src-assets-style-oaLibrary--index-dutyTable-WsKSP tbody td:first-child {
  font-weight: bold;
  background-color: #ccc;
}
.src-assets-style-oaLibrary--index-main-content-1bXDt {
  min-height: 14.8rem !important;
}
.src-assets-style-oaLibrary--index-bodyFixed-1z_V0 {
  position: fixed;
  width: 100%;
}
.src-assets-style-oaLibrary--index-dropdownBoxDisplayNone-2xw-B {
  display: none;
}
.src-assets-style-oaLibrary--index-overflow-1t1d1 {
  overflow: hidden;
}
.src-assets-style-oaLibrary--index-fontGray-1hZxU {
  color: #adadad;
}
.src-assets-style-oaLibrary--index-fontLightBlack-3Xp0I {
  color: #808080;
}
.src-assets-style-oaLibrary--index-fontLine-wO-GB {
  color: #adadad;
  margin-left: 0.06rem;
}
.src-assets-style-oaLibrary--index-mgt12-LsTXn {
  margin-top: 0.12rem;
}
.src-assets-style-oaLibrary--index-textCenter-19TGc {
  text-align: center;
  color: #808080;
  cursor: pointer;
}
.src-assets-style-oaLibrary--index-pdr5-10fhn {
  padding-right: 0.05rem;
}
.src-assets-style-oaLibrary--index-fontSc-26rmA {
  padding-right: 0.05rem;
  text-align: center;
  font-size: 0.28rem;
  color: #595959;
}
.src-assets-style-oaLibrary--index-lineHeight-2GOPl {
  line-height: 0.4rem;
  /*margin-left: -450px;*/
  width: 4rem;
}
/* 服务入口页面布局样式 */
.src-assets-style-oaLibrary--index-flex-2ETZe {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-contentMain--YwRP img {
  max-width: 100%;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-contentMain--YwRP .ant-card-bordered {
  width: calc(100% - 2.28rem);
  display: inline-block;
  max-width: 100%;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-contentMain--YwRP .ant-card-bordered .ant-card-body p {
  padding: 0px 0.32rem;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-contentMain--YwRP .ant-card-bordered .ant-card-body img {
  max-width: 100%;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-limitLength-2L8Lq,
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-limitSplit-sMtBz {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-limitLength-2L8Lq {
  width: 0.95rem;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-limitSplit-sMtBz {
  width: 0.2rem;
  text-align: center;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 {
  width: 3.87rem;
  overflow: hidden;
  float: right;
  margin-top: 0.25rem;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightTop--uLor:hover {
  cursor: pointer;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightTop--uLor:hover .src-assets-style-oaLibrary--index-rightAffairsBox-2818s .anticon {
  display: inline-block;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightTop--uLor {
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  min-height: 4.05rem;
  background-color: white;
  border: 1px solid #e8e8e8;
  margin-bottom: 0.26rem;
  position: relative;
  /* 全部事务右边推荐事务 */
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightTop--uLor .src-assets-style-oaLibrary--index-rightAffairsBox-2818s .anticon {
  display: none;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightTop--uLor .src-assets-style-oaLibrary--index-iconLeft-sRA6r {
  color: #D4D4D4;
  font-size: 0.25rem;
  position: absolute;
  left: 0.1rem;
  z-index: 2;
  top: 47%;
  transform: translateY(-50%);
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightTop--uLor .src-assets-style-oaLibrary--index-iconLeft-sRA6r:hover {
  color: #AAAAAA;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightTop--uLor .src-assets-style-oaLibrary--index-iconRight-3nf7z {
  color: #D4D4D4;
  font-size: 0.25rem;
  position: absolute;
  right: 0.1rem;
  z-index: 2;
  top: 47%;
  transform: translateY(-50%);
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightTop--uLor .src-assets-style-oaLibrary--index-iconRight-3nf7z:hover {
  color: #AAAAAA;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightTop--uLor .ant-card {
  position: static;
  color: #666666;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightTop--uLor .src-assets-style-oaLibrary--index-affairTitle-3BMyp .ant-card-body {
  padding: 0px;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightTop--uLor .src-assets-style-oaLibrary--index-affairTitle-3BMyp .ant-card-head {
  border-bottom: none;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightTop--uLor .src-assets-style-oaLibrary--index-affairTitle-3BMyp .ant-list-grid .ant-list-item {
  margin-bottom: 0;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightTop--uLor .src-assets-style-oaLibrary--index-affairTitle-3BMyp .ant-carousel .slick-dots {
  bottom: 0.35rem;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightTop--uLor .src-assets-style-oaLibrary--index-affairTitle-3BMyp .ant-carousel .slick-slider {
  position: static;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightTop--uLor .src-assets-style-oaLibrary--index-affairTitle-3BMyp .ant-carousel .slick-dots li.slick-active button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #1890ff;*/
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightTop--uLor .src-assets-style-oaLibrary--index-affairTitle-3BMyp .ant-carousel .slick-dots li button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #b8c4cc;*/
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightTop--uLor .src-assets-style-oaLibrary--index-affairTitle-3BMyp .src-assets-style-oaLibrary--index-noDataIcon-3lGrG {
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightTop--uLor .src-assets-style-oaLibrary--index-affairTitle-3BMyp .src-assets-style-oaLibrary--index-fontBlack-11CNY {
  font-size: 0.18rem;
  font-weight: bold;
  color: #474747;
  line-height: 0.21rem;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightTop--uLor .src-assets-style-oaLibrary--index-affairTitle-3BMyp .src-assets-style-oaLibrary--index-serviceCollectDivRelative-2C2nZ {
  position: relative;
  text-align: center;
  /* .radiusDiv:hover{
             box-shadow: 0px 0px 10px 4px rgba(68, 126, 98, 0.35);


           }*/
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightTop--uLor .src-assets-style-oaLibrary--index-affairTitle-3BMyp .src-assets-style-oaLibrary--index-serviceCollectDivRelative-2C2nZ .src-assets-style-oaLibrary--index-radiusDiv--pHh5 {
  /*border: 1px solid rgba(90, 137, 181, 0.33);*/
  background: #ffffff;
  height: 0.66rem;
  width: 0.66rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-radius: 33px;
  margin-bottom: 0.15rem;
  margin-left: 0.17rem;
  border-radius: 50%;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightTop--uLor .src-assets-style-oaLibrary--index-affairTitle-3BMyp .src-assets-style-oaLibrary--index-serviceCollectDivRelative-2C2nZ .src-assets-style-oaLibrary--index-radiusDiv--pHh5 .src-assets-style-oaLibrary--index-imageRadius-3Fpff {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightTop--uLor .src-assets-style-oaLibrary--index-affairTitle-3BMyp .src-assets-style-oaLibrary--index-serviceCollectDivRelative-2C2nZ .ant-card-body {
  padding: 0.11rem 0.07rem 0.18rem 0.09rem;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightTop--uLor .src-assets-style-oaLibrary--index-affairTitle-3BMyp .src-assets-style-oaLibrary--index-serviceCollectDivRelative-2C2nZ .ant-card-bordered {
  border: none;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightTop--uLor .src-assets-style-oaLibrary--index-affairTitle-3BMyp .src-assets-style-oaLibrary--index-serviceCollectDivRelative-2C2nZ .src-assets-style-oaLibrary--index-textCenter-19TGc {
  text-align: center;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-right-3JN69 .src-assets-style-oaLibrary--index-rightBottom-3oTxL {
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  background-color: white;
  min-height: 4.05rem;
  margin-top: 0.26rem;
  border: 1px solid #e8e8e8;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaLibrary--index-collectRadiusDiv-Z295f {
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  height: 0.66rem;
  width: 0.66rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-radius: 33px;
  margin: 0 auto;
  box-shadow: 0px 0px 0.05rem rgba(0, 168, 84, 0.3);
  margin-bottom: 0.07rem;
  margin-top: 0.08rem;
}
.src-assets-style-oaLibrary--index-optBackground-3OHzQ {
  background: #fff;
}
.src-assets-style-oaLibrary--index-optBackground-3OHzQ a {
  color: #000;
}
.src-assets-style-oaLibrary--index-optBackground-3OHzQ a:hover {
  color: #fff;
}
.src-assets-style-oaLibrary--index-optName-3VbNE {
  width: 100%;
  height: 100%;
}
.src-assets-style-oaLibrary--index-optImg-xLXay {
  margin-right: 0.1rem;
  width: 0.22rem;
  height: 0.22rem;
}
.src-assets-style-oaLibrary--index-dropdownBox-1G4vd .ant-select-dropdown-menu-item:hover {
  background: #e6f7ff;
}
.src-assets-style-oaLibrary--index-dropdownBox-1G4vd .ant-select-dropdown-menu-item:hover a {
  color: #397EF0;
}
.src-assets-style-oaLibrary--index-dropdownBox-1G4vd .ant-select-dropdown-menu {
  overflow: hidden;
  max-height: none;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .ant-select .ant-select-selection {
  border: 1px solid rgba(0, 0, 0, 0);
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .src-assets-style-oaLibrary--index-screenBtn-3tP94 {
  cursor: pointer;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .src-assets-style-oaLibrary--index-screenBtn-3tP94 .ant-btn {
  border: none;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .src-assets-style-oaLibrary--index-searchBox-chwQx {
  width: 5.5rem;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .src-assets-style-oaLibrary--index-searchBox-chwQx input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .src-assets-style-oaLibrary--index-sceneNav-2W4jZ {
  display: inline-block;
  position: absolute;
  margin-left: 0.55rem;
  height: 0.24rem;
  margin-top: 0.06rem;
  cursor: pointer;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .src-assets-style-oaLibrary--index-sceneNav-2W4jZ span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: top;
  margin-top: 1px;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .src-assets-style-oaLibrary--index-sceneNav-2W4jZ .src-assets-style-oaLibrary--index-sceneIcon-i9ORQ {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .src-assets-style-oaLibrary--index-searchList-39_Rv {
  line-height: 2;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .src-assets-style-oaLibrary--index-searchList-39_Rv .ant-tag-checkable-checked {
  border-radius: 12px;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .src-assets-style-oaLibrary--index-searchList-39_Rv .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .src-assets-style-oaLibrary--index-searchList-39_Rv .src-assets-style-oaLibrary--index-item-3Li2S {
  width: calc(100% - 0.42rem);
  display: inline-block;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .src-assets-style-oaLibrary--index-searchList-39_Rv .src-assets-style-oaLibrary--index-all-3F-GA {
  display: inline-block;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .src-assets-style-oaLibrary--index-searchList-39_Rv .src-assets-style-oaLibrary--index-all-3F-GA .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .src-assets-style-oaLibrary--index-searchList-39_Rv .src-assets-style-oaLibrary--index-searchTitle-1Xksi {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .src-assets-style-oaLibrary--index-searchList-39_Rv span {
  color: #808080;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .src-assets-style-oaLibrary--index-searchList-39_Rv .src-assets-style-oaLibrary--index-hideItem-3VhXK {
  display: inline-block;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .src-assets-style-oaLibrary--index-searchList-39_Rv .src-assets-style-oaLibrary--index-rightBtn-30fQM {
  float: right;
  cursor: pointer;
  margin-top: 0.09rem;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .src-assets-style-oaLibrary--index-searchList-39_Rv .ant-btn {
  border: none;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .theme-blue .ant-btn:hover,
.src-assets-style-oaLibrary--index-searchContent-3xV4M .theme-blue .ant-btn:focus {
  color: #808080;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .ant-input-prefix {
  color: #cdcdcd;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaLibrary--index-searchContent-3xV4M .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaLibrary--index-cardFrame-2coRh .src-assets-style-oaLibrary--index-cardItem-VMLyV:hover {
  cursor: pointer;
  box-shadow: 0px 0px 0.1rem 0px rgba(3, 57, 107, 0.4);
  transition: all 0.5s;
}
.src-assets-style-oaLibrary--index-cardFrame-2coRh .src-assets-style-oaLibrary--index-cardItem-VMLyV:hover button {
  display: block;
  position: absolute;
  right: 0.16rem;
  top: 0.17rem;
  z-index: 2;
  /* opacity: 0.65;*/
}
.src-assets-style-oaLibrary--index-cardFrame-2coRh .src-assets-style-oaLibrary--index-cardItem-VMLyV:hover button:hover {
  opacity: 1;
}
.src-assets-style-oaLibrary--index-cardFrame-2coRh button {
  display: none;
}
.src-assets-style-oaLibrary--index-cardFrame-2coRh .src-assets-style-oaLibrary--index-saveIco-3pc4h {
  width: 0.48rem;
  height: 0.48rem;
}
.src-assets-style-oaLibrary--index-cardFrame-2coRh .src-assets-style-oaLibrary--index-iconTj-f1eUN {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: 1px;
  left: 0.06rem;
}
.src-assets-style-oaLibrary--index-cardFrame-2coRh .src-assets-style-oaLibrary--index-tag-lFnuY {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  height: 0.25rem;
  -webkit-box-orient: vertical;
  clear: both;
}
.src-assets-style-oaLibrary--index-cardFrame-2coRh .src-assets-style-oaLibrary--index-tag-lFnuY .src-assets-style-oaLibrary--index-fontBlack-11CNY {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaLibrary--index-cardFrame-2coRh .src-assets-style-oaLibrary--index-comment-36by- {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaLibrary--index-cardFrame-2coRh .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaLibrary--index-cardFrame-2coRh .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0px;
}
.src-assets-style-oaLibrary--index-cardFrame-2coRh .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaLibrary--index-cardFrame-2coRh .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaLibrary--index-cardFrame-2coRh .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaLibrary--index-cardFrame-2coRh .ant-list-item-meta-description {
  line-height: 0.25rem;
}
.src-assets-style-oaLibrary--index-cardFrame-2coRh .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaLibrary--index-cardFrame-2coRh a {
  color: #474747;
}
.src-assets-style-oaLibrary--index-cardFrame-2coRh a:hover {
  /*color: #1890ff;*/
  text-decoration: underline;
}
.src-assets-style-oaLibrary--index-jian-2ViIh {
  display: inline-flex;
  height: 0.31rem;
}
.src-assets-style-oaLibrary--index-flex-2ETZe {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-applyContentTop-zWzSy {
  width: 100%;
  height: 1.8rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-applyContentTop-zWzSy .ant-list-item-main {
  display: inline-block;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-applyContentTop-zWzSy .ant-list-item-extra {
  float: right;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-applyContentTop-zWzSy .src-assets-style-oaLibrary--index-comment-36by- {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-applyContentTop-zWzSy .src-assets-style-oaLibrary--index-saveIco-3pc4h {
  width: 0.48rem;
  height: 0.48rem;
  /*background: #23d688;*/
  /* border-radius: 50%;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-applyContentTop-zWzSy .src-assets-style-oaLibrary--index-iconTj-f1eUN {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: -0.02rem;
  left: 0.06rem;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-applyContentTop-zWzSy .src-assets-style-oaLibrary--index-tag-lFnuY {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 0.26rem;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-applyContentTop-zWzSy .src-assets-style-oaLibrary--index-tag-lFnuY .src-assets-style-oaLibrary--index-fontBlack-11CNY {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-applyContentTop-zWzSy .src-assets-style-oaLibrary--index-grade-35meC {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  color: #808080;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-applyContentTop-zWzSy .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-applyContentTop-zWzSy .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0.03rem;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-applyContentTop-zWzSy .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-applyContentTop-zWzSy .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-applyContentTop-zWzSy .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-applyContentTop-zWzSy .ant-list-item-meta-description {
  line-height: 2;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-applyContentTop-zWzSy .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-applyContentTop-zWzSy .ant-card-bordered {
  border: none;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-applyContentTop-zWzSy .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-applyContentTop-zWzSy .ant-col-12 {
  width: 100%;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-applyContentTop-zWzSy .ant-card-bordered {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-applyContentTop-zWzSy .ant-card-wider-padding .ant-card-body {
  padding: 0.24rem 0px 0.15rem 0.24rem;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-applyContentTopTitle-KE33I a {
  color: #474747;
  font-weight: bold;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-contenBottom-1vZKE {
  display: table;
  margin-top: 0.28rem;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-contenBottom-1vZKE .src-assets-style-oaLibrary--index-userGuide-4k4VQ {
  height: auto;
  min-height: 5.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
  position: relative;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-contenBottom-1vZKE .src-assets-style-oaLibrary--index-userGuide-4k4VQ .src-assets-style-oaLibrary--index-rightAnchor-3CQeH {
  position: absolute;
  right: 0.35rem;
  top: 0.3rem;
  z-index: 999;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-contenBottom-1vZKE .src-assets-style-oaLibrary--index-userGuide-4k4VQ .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-contenBottom-1vZKE .src-assets-style-oaLibrary--index-userGuide-4k4VQ .ant-card-bordered {
  border: none;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-contenBottom-1vZKE .src-assets-style-oaLibrary--index-userGuide-4k4VQ .ant-card-head {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-contenBottom-1vZKE .src-assets-style-oaLibrary--index-userGuide-4k4VQ .ant-card-head-title {
  font-weight: bold;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-contenBottom-1vZKE .src-assets-style-oaLibrary--index-userGuide-4k4VQ .ant-list-split .ant-list-item {
  border-bottom: none;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-contenBottom-1vZKE .src-assets-style-oaLibrary--index-userGuide-4k4VQ .ant-list-split .ant-list-header {
  border-bottom: none;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-contenBottom-1vZKE .src-assets-style-oaLibrary--index-userGuide-4k4VQ .ant-list-item {
  padding: 0;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-contenBottom-1vZKE .src-assets-style-oaLibrary--index-userGuide-4k4VQ .ant-list-header,
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-contenBottom-1vZKE .src-assets-style-oaLibrary--index-userGuide-4k4VQ .ant-list-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-contenBottom-1vZKE .src-assets-style-oaLibrary--index-userGuide-4k4VQ .ant-anchor-ink-ball {
  width: 0.14rem;
  height: 0.14rem;
  border: 4px solid #1890ff;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-contenBottom-1vZKE .src-assets-style-oaLibrary--index-userGuide-4k4VQ .ant-anchor-wrapper {
  padding-left: 0.1rem;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-userEvaluation-3Ia0V {
  height: auto;
  min-height: 5.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
  display: table-cell;
  width: 3rem;
  vertical-align: top;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-userEvaluation-3Ia0V .src-assets-style-oaLibrary--index-title-2zd8G {
  font-size: 0.16rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.21rem;
  margin: 0.18rem 0 0.3rem 0.08rem;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-userEvaluation-3Ia0V .src-assets-style-oaLibrary--index-evaluationDetails-23hYd {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-userEvaluation-3Ia0V .src-assets-style-oaLibrary--index-evaluationDetails-23hYd .src-assets-style-oaLibrary--index-describe-BHTid {
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-userEvaluation-3Ia0V .src-assets-style-oaLibrary--index-evaluationDetails-23hYd .src-assets-style-oaLibrary--index-userName-1FCOo {
  float: left;
  color: #010101;
}
.src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-userEvaluation-3Ia0V .src-assets-style-oaLibrary--index-evaluationDetails-23hYd .src-assets-style-oaLibrary--index-time-rExiU {
  float: right;
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaLibrary--index-conditionStyle-33aHD {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-oaLibrary--index-statusWidth-fXkZs {
  width: 30%;
  float: left;
  vertical-align: middle;
}
.src-assets-style-oaLibrary--index-nullData-3Q9Uk {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-oaLibrary--index-nullData-3Q9Uk .src-assets-style-oaLibrary--index-message-1GzZd {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-oaLibrary--index-limitedTime-3MXMk {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.45rem;
  width: 0.5rem;
}
.src-assets-style-oaLibrary--index-limitedTime-3MXMk .src-assets-style-oaLibrary--index-backBorder-3fhzZ {
  border-top: solid 40px #ff9900;
  border-right: solid 50px rgba(0, 0, 0, 0);
}
.src-assets-style-oaLibrary--index-limitedTime-3MXMk .src-assets-style-oaLibrary--index-inner-1ZOoy {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: 1px;
  transform: rotate(45);
  transform: rotate;
  transform: rotate(-45deg);
}
.src-assets-style-oaLibrary--index-limitedTimeLeft-eXccl {
  position: absolute;
  top: 0px;
  left: -0.07rem;
  width: 0.5rem;
  height: 0.45rem;
}
.src-assets-style-oaLibrary--index-limitedTimeLeft-eXccl .src-assets-style-oaLibrary--index-backBorder-3fhzZ {
  border-top: solid 50px #ff9900;
  border-right: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-oaLibrary--index-limitedTimeLeft-eXccl .src-assets-style-oaLibrary--index-inner-1ZOoy {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: 1px;
  transform: rotate(45);
  transform: rotate;
  transform: rotate(-45deg);
}
.src-assets-style-oaLibrary--index-usedSearch-20ecn {
  float: right;
  display: flex;
  position: relative;
  margin-right: 0.05rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaLibrary--index-usedSearch-20ecn .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-oaLibrary--index-usedSearch-20ecn .anticon-search {
  position: absolute;
  left: 0.12rem;
  font-size: 0.12rem;
  line-height: 0.36rem;
  z-index: 2;
  color: #BFBFBF;
}
.src-assets-style-oaLibrary--index-usedSearch-20ecn .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-oaLibrary--index-usedSearch-20ecn .src-assets-style-oaLibrary--index-searchDel-3TJKZ {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  right: 0.58rem;
  top: 50%;
  margin-top: -0.16rem;
  font-size: 0.12rem;
  z-index: 2;
}
.src-assets-style-oaLibrary--index-menuText-3gMFt {
  text-align: center;
}
.src-assets-style-oaLibrary--index-selectColor-2SaQ7 {
  color: #55906E;
}
.src-assets-style-oaLibrary--index-footerStyle-2hAG5 {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaLibrary--index-pagingMargin1-nvrEu {
  margin-left: 0.3rem;
}
.src-assets-style-oaLibrary--index-pagingMargin2-3oilJ {
  margin-left: 0.5rem;
}
.src-assets-style-oaLibrary--index-pagingLeft-dFIgH {
  display: inline-block;
  width: 50%;
}
.src-assets-style-oaLibrary--index-pagingRight-z8jqs {
  display: inline-block;
  text-align: right;
  padding-right: 0.1rem;
  width: 50%;
}
.src-assets-style-oaLibrary--index-pageingButton-3dtIN {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-oaLibrary--index-pageingNotAllowed-2A-iM {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-oaLibrary--index-itemButton-3mER_ {
  margin-right: 0.1rem;
}
.src-assets-style-oaLibrary--index-itemButton-3mER_ .src-assets-style-oaLibrary--index-img-24qfG {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-oaLibrary--index-itemButton-3mER_ i {
  margin-right: 0.05rem;
}
.src-assets-style-oaLibrary--index-breadcrumb-3zGTM {
  width: 3.5rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-oaLibrary--index-breadcrumbItem-1fcUe {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-oaLibrary--index-card-2TSf1 {
  float: left;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 0.25rem;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
}
.src-assets-style-oaLibrary--index-fixBotBarWrap-1iVqA {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #F2F2F2;
  border-top: 1px solid #E1E6E3;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
}
.src-assets-style-oaLibrary--index-fixBotBarWrap-1iVqA .ant-btn {
  margin-top: 0.1rem;
}
.src-assets-style-oaLibrary--index-addressSelect-13NQ6 {
  margin-left: 0px;
  width: 6.2rem;
}
.src-assets-style-oaLibrary--index-affairsCard_linkTitle-2LZst {
  float: left;
  margin-right: 0.04rem;
}
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaLibrary--index-cardFrame-2coRh .src-assets-style-oaLibrary--index-cardItem-VMLyV:hover button {
  background-color: #70b470;
  border-color: #70b470;
}
.theme-green .src-assets-style-oaLibrary--index-cardFrame-2coRh .src-assets-style-oaLibrary--index-cardItem-VMLyV:hover button:hover {
  background-color: #00a854;
  border-color: #00a854;
}
.theme-green .src-assets-style-oaLibrary--index-detailsMain-epQXW .src-assets-style-oaLibrary--index-receiptDiv-ZCGdB {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #005825;
}
.theme-green .src-assets-style-oaLibrary--index-detailsMain-epQXW .src-assets-style-oaLibrary--index-receiptContext-Gpi0Q {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-green .src-assets-style-oaLibrary--index-themeColor-2D1la {
  color: #005825;
  font-weight: bold;
}
/**************************** 绿色主题开始 ***************************/
/**************************** 红色主题开始 ***************************/
.theme-red .src-assets-style-oaLibrary--index-detailsMain-epQXW .src-assets-style-oaLibrary--index-receiptDiv-ZCGdB {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #9A001E;
}
.theme-red .src-assets-style-oaLibrary--index-detailsMain-epQXW .src-assets-style-oaLibrary--index-receiptContext-Gpi0Q {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-red .src-assets-style-oaLibrary--index-selectColor-2SaQ7 {
  color: #F63E62;
}
.theme-red .src-assets-style-oaLibrary--index-footerStyle-2hAG5 {
  background-color: #fffafb;
}
.theme-red .src-assets-style-oaLibrary--index-pageingButton-3dtIN {
  color: #F63E62;
}
.theme-red .src-assets-style-oaLibrary--index-cardFrame-2coRh .src-assets-style-oaLibrary--index-cardItem-VMLyV:hover button {
  background-color: #F63E62;
  border-color: #F63E62;
}
.theme-red .src-assets-style-oaLibrary--index-cardFrame-2coRh .src-assets-style-oaLibrary--index-cardItem-VMLyV:hover button:hover {
  background-color: #9A001E;
  border-color: #9A001E;
}
.theme-red .src-assets-style-oaLibrary--index-searchContent-3xV4M .src-assets-style-oaLibrary--index-searchList-39_Rv .ant-tag-checkable-checked {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-assets-style-oaLibrary--index-searchContent-3xV4M .src-assets-style-oaLibrary--index-searchList-39_Rv .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaLibrary--index-pagination-3hnYZ {
  box-shadow: 0px 0px 0.1rem 0px rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaLibrary--index-pagination-3hnYZ .src-assets-style-oaLibrary--index-affairTotal-pG1b6 .src-assets-style-oaLibrary--index-fontBlue-UWeJL {
  color: #F63E62;
}
.theme-red .src-assets-style-oaLibrary--index-activeLetter-2zdMQ {
  background: #F63E62;
}
.theme-red .src-assets-style-oaLibrary--index-letter-2RNIb:hover {
  background: #F63E62;
}
.theme-red .src-assets-style-oaLibrary--index-radiusDiv--pHh5 {
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaLibrary--index-radiusDiv--pHh5:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-oaLibrary--index-affairTitle-3BMyp .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
.theme-red .src-assets-style-oaLibrary--index-affairTitle-3BMyp .ant-carousel .slick-dots li button {
  background: rgba(255, 0, 0, 0.5);
}
.theme-red .src-assets-style-oaLibrary--index-cardFrame-2coRh a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaLibrary--index-dropdownBox-1G4vd .ant-select-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-oaLibrary--index-dropdownBox-1G4vd .ant-select-dropdown-menu-item:hover a {
  color: #F63E62;
}
.theme-red .src-assets-style-oaLibrary--index-sceneNav-2W4jZ span {
  color: #9A001E;
}
.theme-red .src-assets-style-oaLibrary--index-sceneNav-2W4jZ .src-assets-style-oaLibrary--index-sceneIcon-i9ORQ {
  background: url(../../assets/images/mapIcon_red.png) no-repeat center;
  background-size: cover;
}
.theme-red .src-assets-style-oaLibrary--index-themeColor-2D1la {
  color: #9A001E;
  font-weight: bold;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-assets-style-oaLibrary--index-detailsMain-epQXW .src-assets-style-oaLibrary--index-receiptDiv-ZCGdB {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #397EF0;
}
.theme-blue .src-assets-style-oaLibrary--index-detailsMain-epQXW .src-assets-style-oaLibrary--index-receiptContext-Gpi0Q {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-blue .src-assets-style-oaLibrary--index-selectColor-2SaQ7 {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaLibrary--index-footerStyle-2hAG5 {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-oaLibrary--index-pageingButton-3dtIN {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaLibrary--index-cardFrame-2coRh .src-assets-style-oaLibrary--index-cardItem-VMLyV:hover button {
  background-color: #71b8ef;
  border-color: #71b8ef;
}
.theme-blue .src-assets-style-oaLibrary--index-cardFrame-2coRh .src-assets-style-oaLibrary--index-cardItem-VMLyV:hover button:hover {
  background-color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .src-assets-style-oaLibrary--index-searchContent-3xV4M .src-assets-style-oaLibrary--index-searchList-39_Rv .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #a2ceff;
}
.theme-blue .src-assets-style-oaLibrary--index-searchContent-3xV4M .src-assets-style-oaLibrary--index-searchList-39_Rv .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaLibrary--index-pagination-3hnYZ {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaLibrary--index-pagination-3hnYZ .src-assets-style-oaLibrary--index-affairTotal-pG1b6 .src-assets-style-oaLibrary--index-fontBlue-UWeJL {
  color: #1890ff;
}
.theme-blue .src-assets-style-oaLibrary--index-activeLetter-2zdMQ {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaLibrary--index-letter-2RNIb:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaLibrary--index-radiusDiv--pHh5 {
  border: 1px solid rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaLibrary--index-radiusDiv--pHh5:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-oaLibrary--index-affairTitle-3BMyp .ant-carousel .slick-dots li.slick-active button {
  background: #1890ff;
}
.theme-blue .src-assets-style-oaLibrary--index-affairTitle-3BMyp .ant-carousel .slick-dots li button {
  background: rgba(35, 145, 230, 0.7);
}
.theme-blue .src-assets-style-oaLibrary--index-cardFrame-2coRh a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaLibrary--index-sceneNav-2W4jZ span {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaLibrary--index-sceneNav-2W4jZ .src-assets-style-oaLibrary--index-sceneIcon-i9ORQ {
  background: url(../../assets/images/mapIcon_blue.png) no-repeat center;
  background-size: cover;
}
.theme-blue .src-assets-style-oaLibrary--index-themeColor-2D1la {
  color: #397EF0;
  font-weight: bold;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaLibrary--index-searchContent-3xV4M .src-assets-style-oaLibrary--index-searchList-39_Rv .ant-tag-checkable-checked {
  color: #1C9750;
  background: #E6FFF1;
  border-color: #1C9750;
}
.theme-green .src-assets-style-oaLibrary--index-searchContent-3xV4M .src-assets-style-oaLibrary--index-searchList-39_Rv .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1C9750;
}
.theme-green .src-assets-style-oaLibrary--index-pagination-3hnYZ {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-oaLibrary--index-pagination-3hnYZ .src-assets-style-oaLibrary--index-affairTotal-pG1b6 .src-assets-style-oaLibrary--index-fontBlue-UWeJL {
  color: #1C9750;
}
.theme-green .src-assets-style-oaLibrary--index-activeLetter-2zdMQ {
  background: #1C9750;
}
.theme-green .src-assets-style-oaLibrary--index-letter-2RNIb:hover {
  background: #1C9750;
}
.theme-green .src-assets-style-oaLibrary--index-radiusDiv--pHh5:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(68, 126, 98, 0.35);
}
.theme-green .src-assets-style-oaLibrary--index-radiusDiv--pHh5 {
  border: 1px solid rgba(87, 177, 134, 0.1);
}
.theme-green .src-assets-style-oaLibrary--index-affairTitle-3BMyp .ant-carousel .slick-dots li.slick-active button {
  background: #1C9750;
}
.theme-green .src-assets-style-oaLibrary--index-affairTitle-3BMyp .ant-carousel .slick-dots li button {
  background: rgba(10, 150, 50, 0.7);
}
.theme-green .src-assets-style-oaLibrary--index-cardFrame-2coRh a:hover {
  color: #00a854;
}
.theme-green .src-assets-style-oaLibrary--index-dropdownBox-1G4vd .ant-select-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.theme-green .src-assets-style-oaLibrary--index-dropdownBox-1G4vd .ant-select-dropdown-menu-item:hover a {
  color: #00a854;
}
.theme-green .src-assets-style-oaLibrary--index-sceneNav-2W4jZ span {
  color: #005825;
}
.theme-green .src-assets-style-oaLibrary--index-sceneNav-2W4jZ .src-assets-style-oaLibrary--index-sceneIcon-i9ORQ {
  background: url(../../assets/images/mapIcon_green.png) no-repeat center;
  background-size: cover;
}
.theme-green .src-assets-style-oaLibrary--index-themeColor-2D1la {
  color: #005825;
  font-weight: bold;
}
/**************************** 绿色主题结束 **************************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-left-ZrT9v {
    border-radius: 6px;
    width: 100%;
  }
  .font-normal .src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-left-ZrT9v .src-assets-style-oaLibrary--index-leftBody-1o_E8 .src-assets-style-oaLibrary--index-leftService-3-5l4 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-left-ZrT9v {
    width: 100%;
  }
  .font-normal .src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-left-ZrT9v .src-assets-style-oaLibrary--index-leftBody-1o_E8 .src-assets-style-oaLibrary--index-leftService-3-5l4 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-leftContent-1Cz3c {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-leftContent-1Cz3c {
    width: 100%;
  }
}
@media (max-height: 830px) {
  .font-normal .src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-leftContent-1Cz3c .src-assets-style-oaLibrary--index-AllLetter-337gQ {
    bottom: 4.85rem;
  }
}
@media (min-height: 831px) {
  .font-normal .src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-leftContent-1Cz3c .src-assets-style-oaLibrary--index-AllLetter-337gQ {
    top: 3.26rem;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-left-ZrT9v {
    border-radius: 6px;
    width: 100%;
  }
  .font-large .src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-left-ZrT9v .src-assets-style-oaLibrary--index-leftBody-1o_E8 .src-assets-style-oaLibrary--index-leftService-3-5l4 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-left-ZrT9v {
    width: 100%;
  }
  .font-large .src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-left-ZrT9v .src-assets-style-oaLibrary--index-leftBody-1o_E8 .src-assets-style-oaLibrary--index-leftService-3-5l4 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-leftContent-1Cz3c {
    width: 100%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-leftContent-1Cz3c {
    width: 100%;
  }
}
@media (max-height: 913px) {
  .font-large .src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-leftContent-1Cz3c .src-assets-style-oaLibrary--index-AllLetter-337gQ {
    bottom: 4.85rem;
  }
}
@media (min-height: 914.1px) {
  .font-large .src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-leftContent-1Cz3c .src-assets-style-oaLibrary--index-AllLetter-337gQ {
    top: 3.26rem;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-left-ZrT9v {
    border-radius: 6px;
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-left-ZrT9v .src-assets-style-oaLibrary--index-leftBody-1o_E8 .src-assets-style-oaLibrary--index-leftService-3-5l4 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-left-ZrT9v {
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-left-ZrT9v .src-assets-style-oaLibrary--index-leftBody-1o_E8 .src-assets-style-oaLibrary--index-leftService-3-5l4 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-leftContent-1Cz3c {
    width: 100%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-leftContent-1Cz3c {
    width: 100%;
  }
}
@media (max-height: 1037.5px) {
  .font-extraLarge .src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-leftContent-1Cz3c .src-assets-style-oaLibrary--index-AllLetter-337gQ {
    bottom: 4.85rem;
  }
}
@media (min-height: 1038.75px) {
  .font-extraLarge .src-assets-style-oaLibrary--index-flex-2ETZe .src-assets-style-oaLibrary--index-leftContent-1Cz3c .src-assets-style-oaLibrary--index-AllLetter-337gQ {
    top: 3.26rem;
  }
}
@media (min-width: 1600px) {
  .font-extraLarge .src-assets-style-oaLibrary--index-flex-2ETZe .ant-col-xxl-8 {
    width: 50%;
  }
}
.c-upload-start {
  margin-top: 0.16rem;
}
.c-upload.plus {
  display: block;
}
.c-upload.plus .ant-upload {
  width: 1.04rem;
  height: 1.04rem;
}
.c-upload-trigger.plus {
  width: 1.04rem;
  height: 1.04rem;
}
.c-upload.plus .ant-upload.ant-upload-select {
  display: inline-block;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
}
.c-upload .ant-upload-select-picture-card i {
  font-size: 0.28rem;
  color: #999;
}
.c-upload.plus .ant-upload.ant-upload-select:hover {
  border: 1px dashed #1890ff;
}
.c-upload-trigger.plus {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.28rem;
  color: #999;
}
.c-upload .ant-upload-list-item-info {
  cursor: pointer;
}
.c-upload-box .ant-collapse-content {
  max-height: 6rem;
  overflow-y: scroll;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
/*************** 共用样式***************/
.src-assets-style-oaDutyManager--index-dutyTitle-3M1uU {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 0.2rem;
  margin-bottom: 0.3rem;
  margin-top: 0.4rem;
}
.src-assets-style-oaDutyManager--index-noteStyle-2nV9n {
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  margin-left: 0.2rem;
}
.src-assets-style-oaDutyManager--index-dutyTable-2i67j {
  border-color: #ccc;
}
.src-assets-style-oaDutyManager--index-dutyTable-2i67j table {
  border: 1px solid #999;
  width: 100%;
  text-align: center;
}
.src-assets-style-oaDutyManager--index-dutyTable-2i67j tr {
  border: 1px solid #999;
  height: 0.3rem;
}
.src-assets-style-oaDutyManager--index-dutyTable-2i67j td {
  border: 1px solid #999;
  padding: 0.05rem;
}
.src-assets-style-oaDutyManager--index-dutyTable-2i67j thead {
  font-weight: bold;
  background-color: #ccc;
}
.src-assets-style-oaDutyManager--index-dutyTable-2i67j tbody td:first-child {
  font-weight: bold;
  background-color: #ccc;
}
.src-assets-style-oaDutyManager--index-main-content-2nRCt {
  min-height: 14.8rem !important;
}
.src-assets-style-oaDutyManager--index-bodyFixed-2XHHm {
  position: fixed;
  width: 100%;
}
.src-assets-style-oaDutyManager--index-dropdownBoxDisplayNone-1VP_L {
  display: none;
}
.src-assets-style-oaDutyManager--index-overflow-39plW {
  overflow: hidden;
}
.src-assets-style-oaDutyManager--index-fontGray-1QSNT {
  color: #adadad;
}
.src-assets-style-oaDutyManager--index-fontLightBlack-1wCC_ {
  color: #808080;
}
.src-assets-style-oaDutyManager--index-fontLine-1rEoE {
  color: #adadad;
  margin-left: 0.06rem;
}
.src-assets-style-oaDutyManager--index-mgt12-10Ddr {
  margin-top: 0.12rem;
}
.src-assets-style-oaDutyManager--index-textCenter-bTg-L {
  text-align: center;
  color: #808080;
  cursor: pointer;
}
.src-assets-style-oaDutyManager--index-pdr5-23SPe {
  padding-right: 0.05rem;
}
.src-assets-style-oaDutyManager--index-fontSc-yyoVh {
  padding-right: 0.05rem;
  text-align: center;
  font-size: 0.28rem;
  color: #595959;
}
.src-assets-style-oaDutyManager--index-lineHeight-3rGGD {
  line-height: 0.4rem;
  /*margin-left: -450px;*/
  width: 4rem;
}
/* 服务入口页面布局样式 */
.src-assets-style-oaDutyManager--index-flex-2m7Im {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-contentMain-3bnj1 img {
  max-width: 100%;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-contentMain-3bnj1 .ant-card-bordered {
  width: calc(100% - 2.28rem);
  display: inline-block;
  max-width: 100%;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-contentMain-3bnj1 .ant-card-bordered .ant-card-body p {
  padding: 0px 0.32rem;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-contentMain-3bnj1 .ant-card-bordered .ant-card-body img {
  max-width: 100%;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-limitLength-7-FPz,
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-limitSplit-RTcBN {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-limitLength-7-FPz {
  width: 0.95rem;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-limitSplit-RTcBN {
  width: 0.2rem;
  text-align: center;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp {
  width: 3.87rem;
  overflow: hidden;
  float: right;
  margin-top: 0.25rem;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightTop-1n0YL:hover {
  cursor: pointer;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightTop-1n0YL:hover .src-assets-style-oaDutyManager--index-rightAffairsBox-2Ni1b .anticon {
  display: inline-block;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightTop-1n0YL {
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  min-height: 4.05rem;
  background-color: white;
  border: 1px solid #e8e8e8;
  margin-bottom: 0.26rem;
  position: relative;
  /* 全部事务右边推荐事务 */
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightTop-1n0YL .src-assets-style-oaDutyManager--index-rightAffairsBox-2Ni1b .anticon {
  display: none;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightTop-1n0YL .src-assets-style-oaDutyManager--index-iconLeft-3YZC1 {
  color: #D4D4D4;
  font-size: 0.25rem;
  position: absolute;
  left: 0.1rem;
  z-index: 2;
  top: 47%;
  transform: translateY(-50%);
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightTop-1n0YL .src-assets-style-oaDutyManager--index-iconLeft-3YZC1:hover {
  color: #AAAAAA;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightTop-1n0YL .src-assets-style-oaDutyManager--index-iconRight-2po3i {
  color: #D4D4D4;
  font-size: 0.25rem;
  position: absolute;
  right: 0.1rem;
  z-index: 2;
  top: 47%;
  transform: translateY(-50%);
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightTop-1n0YL .src-assets-style-oaDutyManager--index-iconRight-2po3i:hover {
  color: #AAAAAA;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightTop-1n0YL .ant-card {
  position: static;
  color: #666666;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightTop-1n0YL .src-assets-style-oaDutyManager--index-affairTitle-1jIZ4 .ant-card-body {
  padding: 0px;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightTop-1n0YL .src-assets-style-oaDutyManager--index-affairTitle-1jIZ4 .ant-card-head {
  border-bottom: none;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightTop-1n0YL .src-assets-style-oaDutyManager--index-affairTitle-1jIZ4 .ant-list-grid .ant-list-item {
  margin-bottom: 0;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightTop-1n0YL .src-assets-style-oaDutyManager--index-affairTitle-1jIZ4 .ant-carousel .slick-dots {
  bottom: 0.35rem;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightTop-1n0YL .src-assets-style-oaDutyManager--index-affairTitle-1jIZ4 .ant-carousel .slick-slider {
  position: static;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightTop-1n0YL .src-assets-style-oaDutyManager--index-affairTitle-1jIZ4 .ant-carousel .slick-dots li.slick-active button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #1890ff;*/
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightTop-1n0YL .src-assets-style-oaDutyManager--index-affairTitle-1jIZ4 .ant-carousel .slick-dots li button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #b8c4cc;*/
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightTop-1n0YL .src-assets-style-oaDutyManager--index-affairTitle-1jIZ4 .src-assets-style-oaDutyManager--index-noDataIcon-3GFxk {
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightTop-1n0YL .src-assets-style-oaDutyManager--index-affairTitle-1jIZ4 .src-assets-style-oaDutyManager--index-fontBlack-1KV2N {
  font-size: 0.18rem;
  font-weight: bold;
  color: #474747;
  line-height: 0.21rem;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightTop-1n0YL .src-assets-style-oaDutyManager--index-affairTitle-1jIZ4 .src-assets-style-oaDutyManager--index-serviceCollectDivRelative-1yJoV {
  position: relative;
  text-align: center;
  /* .radiusDiv:hover{
             box-shadow: 0px 0px 10px 4px rgba(68, 126, 98, 0.35);


           }*/
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightTop-1n0YL .src-assets-style-oaDutyManager--index-affairTitle-1jIZ4 .src-assets-style-oaDutyManager--index-serviceCollectDivRelative-1yJoV .src-assets-style-oaDutyManager--index-radiusDiv-2fGgB {
  /*border: 1px solid rgba(90, 137, 181, 0.33);*/
  background: #ffffff;
  height: 0.66rem;
  width: 0.66rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-radius: 33px;
  margin-bottom: 0.15rem;
  margin-left: 0.17rem;
  border-radius: 50%;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightTop-1n0YL .src-assets-style-oaDutyManager--index-affairTitle-1jIZ4 .src-assets-style-oaDutyManager--index-serviceCollectDivRelative-1yJoV .src-assets-style-oaDutyManager--index-radiusDiv-2fGgB .src-assets-style-oaDutyManager--index-imageRadius-sYmQn {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightTop-1n0YL .src-assets-style-oaDutyManager--index-affairTitle-1jIZ4 .src-assets-style-oaDutyManager--index-serviceCollectDivRelative-1yJoV .ant-card-body {
  padding: 0.11rem 0.07rem 0.18rem 0.09rem;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightTop-1n0YL .src-assets-style-oaDutyManager--index-affairTitle-1jIZ4 .src-assets-style-oaDutyManager--index-serviceCollectDivRelative-1yJoV .ant-card-bordered {
  border: none;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightTop-1n0YL .src-assets-style-oaDutyManager--index-affairTitle-1jIZ4 .src-assets-style-oaDutyManager--index-serviceCollectDivRelative-1yJoV .src-assets-style-oaDutyManager--index-textCenter-bTg-L {
  text-align: center;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-right-2jRRp .src-assets-style-oaDutyManager--index-rightBottom-3Oio9 {
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  background-color: white;
  min-height: 4.05rem;
  margin-top: 0.26rem;
  border: 1px solid #e8e8e8;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaDutyManager--index-collectRadiusDiv-J1OFi {
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  height: 0.66rem;
  width: 0.66rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-radius: 33px;
  margin: 0 auto;
  box-shadow: 0px 0px 0.05rem rgba(0, 168, 84, 0.3);
  margin-bottom: 0.07rem;
  margin-top: 0.08rem;
}
.src-assets-style-oaDutyManager--index-optBackground-344gn {
  background: #fff;
}
.src-assets-style-oaDutyManager--index-optBackground-344gn a {
  color: #000;
}
.src-assets-style-oaDutyManager--index-optBackground-344gn a:hover {
  color: #fff;
}
.src-assets-style-oaDutyManager--index-optName-2HuPj {
  width: 100%;
  height: 100%;
}
.src-assets-style-oaDutyManager--index-optImg-2vPol {
  margin-right: 0.1rem;
  width: 0.22rem;
  height: 0.22rem;
}
.src-assets-style-oaDutyManager--index-dropdownBox-1Mt9P .ant-select-dropdown-menu-item:hover {
  background: #e6f7ff;
}
.src-assets-style-oaDutyManager--index-dropdownBox-1Mt9P .ant-select-dropdown-menu-item:hover a {
  color: #397EF0;
}
.src-assets-style-oaDutyManager--index-dropdownBox-1Mt9P .ant-select-dropdown-menu {
  overflow: hidden;
  max-height: none;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-screenBtn-3VXE5 {
  cursor: pointer;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-screenBtn-3VXE5 .ant-btn {
  border: none;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-searchBox-1XW98 {
  width: 5.5rem;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-searchBox-1XW98 input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-sceneNav-3UBIF {
  display: inline-block;
  position: absolute;
  margin-left: 0.55rem;
  height: 0.24rem;
  margin-top: 0.06rem;
  cursor: pointer;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-sceneNav-3UBIF span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: top;
  margin-top: 1px;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-sceneNav-3UBIF .src-assets-style-oaDutyManager--index-sceneIcon-26v1t {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-searchList-2IiEK {
  line-height: 2;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-searchList-2IiEK .ant-tag-checkable-checked {
  border-radius: 12px;
  color: var(--themeColor);
  background: var(--themeColorBg);
  border-color: var(--themeColor1);
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-searchList-2IiEK .ant-tag {
  cursor: pointer;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-searchList-2IiEK .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-searchList-2IiEK .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: var(--themeColor);
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-searchList-2IiEK .src-assets-style-oaDutyManager--index-item-2GPtd {
  width: calc(100% - 0.42rem);
  display: inline-block;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-searchList-2IiEK .src-assets-style-oaDutyManager--index-all-2t-KW {
  display: inline-block;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-searchList-2IiEK .src-assets-style-oaDutyManager--index-all-2t-KW .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-searchList-2IiEK .src-assets-style-oaDutyManager--index-searchTitle-258Tw {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-searchList-2IiEK span {
  color: #808080;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-searchList-2IiEK .src-assets-style-oaDutyManager--index-hideItem-35fl0 {
  display: inline-block;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-searchList-2IiEK .src-assets-style-oaDutyManager--index-rightBtn-31j6e {
  float: right;
  cursor: pointer;
  margin-top: 0.09rem;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-searchList-2IiEK .ant-btn {
  border: none;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .theme-blue .ant-btn:hover,
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .theme-blue .ant-btn:focus {
  color: #808080;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .ant-input-prefix {
  color: #cdcdcd;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaDutyManager--index-searchContent-1IT2g .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaDutyManager--index-cardFrame-1e3kW .src-assets-style-oaDutyManager--index-cardItem-3cZQf:hover {
  cursor: pointer;
  box-shadow: 0px 0px 0.1rem 0px rgba(3, 57, 107, 0.4);
  transition: all 0.5s;
}
.src-assets-style-oaDutyManager--index-cardFrame-1e3kW .src-assets-style-oaDutyManager--index-cardItem-3cZQf:hover button {
  display: block;
  position: absolute;
  right: 0.16rem;
  top: 0.17rem;
  z-index: 2;
  /* opacity: 0.65;*/
}
.src-assets-style-oaDutyManager--index-cardFrame-1e3kW .src-assets-style-oaDutyManager--index-cardItem-3cZQf:hover button:hover {
  opacity: 1;
}
.src-assets-style-oaDutyManager--index-cardFrame-1e3kW button {
  display: none;
}
.src-assets-style-oaDutyManager--index-cardFrame-1e3kW .src-assets-style-oaDutyManager--index-saveIco-2qGtH {
  width: 0.48rem;
  height: 0.48rem;
}
.src-assets-style-oaDutyManager--index-cardFrame-1e3kW .src-assets-style-oaDutyManager--index-iconTj-252sz {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: 1px;
  left: 0.06rem;
}
.src-assets-style-oaDutyManager--index-cardFrame-1e3kW .src-assets-style-oaDutyManager--index-tag-8vcVH {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  height: 0.25rem;
  -webkit-box-orient: vertical;
  clear: both;
}
.src-assets-style-oaDutyManager--index-cardFrame-1e3kW .src-assets-style-oaDutyManager--index-tag-8vcVH .src-assets-style-oaDutyManager--index-fontBlack-1KV2N {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaDutyManager--index-cardFrame-1e3kW .src-assets-style-oaDutyManager--index-comment-3gaVc {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaDutyManager--index-cardFrame-1e3kW .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaDutyManager--index-cardFrame-1e3kW .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0px;
}
.src-assets-style-oaDutyManager--index-cardFrame-1e3kW .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaDutyManager--index-cardFrame-1e3kW .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaDutyManager--index-cardFrame-1e3kW .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaDutyManager--index-cardFrame-1e3kW .ant-list-item-meta-description {
  line-height: 0.25rem;
}
.src-assets-style-oaDutyManager--index-cardFrame-1e3kW .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaDutyManager--index-cardFrame-1e3kW a {
  color: #474747;
}
.src-assets-style-oaDutyManager--index-cardFrame-1e3kW a:hover {
  /*color: #1890ff;*/
  text-decoration: underline;
}
.src-assets-style-oaDutyManager--index-jian-h0u-u {
  display: inline-flex;
  height: 0.31rem;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-applyContentTop-3_0Y4 {
  width: 100%;
  height: 1.8rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-applyContentTop-3_0Y4 .ant-list-item-main {
  display: inline-block;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-applyContentTop-3_0Y4 .ant-list-item-extra {
  float: right;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-applyContentTop-3_0Y4 .src-assets-style-oaDutyManager--index-comment-3gaVc {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-applyContentTop-3_0Y4 .src-assets-style-oaDutyManager--index-saveIco-2qGtH {
  width: 0.48rem;
  height: 0.48rem;
  /*background: #23d688;*/
  /* border-radius: 50%;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-applyContentTop-3_0Y4 .src-assets-style-oaDutyManager--index-iconTj-252sz {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: -0.02rem;
  left: 0.06rem;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-applyContentTop-3_0Y4 .src-assets-style-oaDutyManager--index-tag-8vcVH {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 0.26rem;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-applyContentTop-3_0Y4 .src-assets-style-oaDutyManager--index-tag-8vcVH .src-assets-style-oaDutyManager--index-fontBlack-1KV2N {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-applyContentTop-3_0Y4 .src-assets-style-oaDutyManager--index-grade-AFzlF {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  color: #808080;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-applyContentTop-3_0Y4 .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-applyContentTop-3_0Y4 .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0.03rem;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-applyContentTop-3_0Y4 .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-applyContentTop-3_0Y4 .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-applyContentTop-3_0Y4 .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-applyContentTop-3_0Y4 .ant-list-item-meta-description {
  line-height: 2;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-applyContentTop-3_0Y4 .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-applyContentTop-3_0Y4 .ant-card-bordered {
  border: none;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-applyContentTop-3_0Y4 .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-applyContentTop-3_0Y4 .ant-col-12 {
  width: 100%;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-applyContentTop-3_0Y4 .ant-card-bordered {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-applyContentTop-3_0Y4 .ant-card-wider-padding .ant-card-body {
  padding: 0.24rem 0px 0.15rem 0.24rem;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-applyContentTopTitle-33Hgv a {
  color: #474747;
  font-weight: bold;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-contenBottom-T2JOQ {
  display: table;
  margin-top: 0.28rem;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-contenBottom-T2JOQ .src-assets-style-oaDutyManager--index-userGuide-37Mc0 {
  height: auto;
  min-height: 5.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
  position: relative;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-contenBottom-T2JOQ .src-assets-style-oaDutyManager--index-userGuide-37Mc0 .src-assets-style-oaDutyManager--index-rightAnchor-34yj7 {
  position: absolute;
  right: 0.35rem;
  top: 0.3rem;
  z-index: 999;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-contenBottom-T2JOQ .src-assets-style-oaDutyManager--index-userGuide-37Mc0 .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-contenBottom-T2JOQ .src-assets-style-oaDutyManager--index-userGuide-37Mc0 .ant-card-bordered {
  border: none;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-contenBottom-T2JOQ .src-assets-style-oaDutyManager--index-userGuide-37Mc0 .ant-card-head {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-contenBottom-T2JOQ .src-assets-style-oaDutyManager--index-userGuide-37Mc0 .ant-card-head-title {
  font-weight: bold;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-contenBottom-T2JOQ .src-assets-style-oaDutyManager--index-userGuide-37Mc0 .ant-list-split .ant-list-item {
  border-bottom: none;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-contenBottom-T2JOQ .src-assets-style-oaDutyManager--index-userGuide-37Mc0 .ant-list-split .ant-list-header {
  border-bottom: none;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-contenBottom-T2JOQ .src-assets-style-oaDutyManager--index-userGuide-37Mc0 .ant-list-item {
  padding: 0;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-contenBottom-T2JOQ .src-assets-style-oaDutyManager--index-userGuide-37Mc0 .ant-list-header,
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-contenBottom-T2JOQ .src-assets-style-oaDutyManager--index-userGuide-37Mc0 .ant-list-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-contenBottom-T2JOQ .src-assets-style-oaDutyManager--index-userGuide-37Mc0 .ant-anchor-ink-ball {
  width: 0.14rem;
  height: 0.14rem;
  border: 4px solid #1890ff;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-contenBottom-T2JOQ .src-assets-style-oaDutyManager--index-userGuide-37Mc0 .ant-anchor-wrapper {
  padding-left: 0.1rem;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-userEvaluation-3yrl- {
  height: auto;
  min-height: 5.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
  display: table-cell;
  width: 3rem;
  vertical-align: top;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-userEvaluation-3yrl- .src-assets-style-oaDutyManager--index-title-2R7Vk {
  font-size: 0.16rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.21rem;
  margin: 0.18rem 0 0.3rem 0.08rem;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-userEvaluation-3yrl- .src-assets-style-oaDutyManager--index-evaluationDetails-27TZC {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-userEvaluation-3yrl- .src-assets-style-oaDutyManager--index-evaluationDetails-27TZC .src-assets-style-oaDutyManager--index-describe-3QQMb {
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-userEvaluation-3yrl- .src-assets-style-oaDutyManager--index-evaluationDetails-27TZC .src-assets-style-oaDutyManager--index-userName-1AUZ_ {
  float: left;
  color: #010101;
}
.src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-userEvaluation-3yrl- .src-assets-style-oaDutyManager--index-evaluationDetails-27TZC .src-assets-style-oaDutyManager--index-time-3B4LK {
  float: right;
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaDutyManager--index-conditionStyle-193gV {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-oaDutyManager--index-statusWidth-1JFzl {
  width: 30%;
  float: left;
  vertical-align: middle;
}
.src-assets-style-oaDutyManager--index-nullData--uti6 {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-oaDutyManager--index-nullData--uti6 .src-assets-style-oaDutyManager--index-message-30up2 {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-oaDutyManager--index-limitedTime-3DIcc {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.45rem;
  width: 0.5rem;
}
.src-assets-style-oaDutyManager--index-limitedTime-3DIcc .src-assets-style-oaDutyManager--index-backBorder-2o1vG {
  border-top: solid 40px #ff9900;
  border-right: solid 50px rgba(0, 0, 0, 0);
}
.src-assets-style-oaDutyManager--index-limitedTime-3DIcc .src-assets-style-oaDutyManager--index-inner-3Nqmv {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: 1px;
  transform: rotate(45);
  transform: rotate;
  transform: rotate(-45deg);
}
.src-assets-style-oaDutyManager--index-limitedTimeLeft-2IGQ3 {
  position: absolute;
  top: 0px;
  left: -0.07rem;
  width: 0.5rem;
  height: 0.45rem;
}
.src-assets-style-oaDutyManager--index-limitedTimeLeft-2IGQ3 .src-assets-style-oaDutyManager--index-backBorder-2o1vG {
  border-top: solid 50px #ff9900;
  border-right: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-oaDutyManager--index-limitedTimeLeft-2IGQ3 .src-assets-style-oaDutyManager--index-inner-3Nqmv {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: 1px;
  transform: rotate(45);
  transform: rotate;
  transform: rotate(-45deg);
}
.src-assets-style-oaDutyManager--index-usedSearch-260rN {
  float: right;
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.15rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaDutyManager--index-usedSearch-260rN .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-oaDutyManager--index-usedSearch-260rN .anticon-search {
  position: absolute;
  left: 0.12rem;
  font-size: 0.12rem;
  line-height: 0.36rem;
  z-index: 2;
  color: #BFBFBF;
}
.src-assets-style-oaDutyManager--index-usedSearch-260rN .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-oaDutyManager--index-usedSearch-260rN .src-assets-style-oaDutyManager--index-searchDel-2bdfd {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  right: 0.58rem;
  top: 50%;
  margin-top: -0.16rem;
  font-size: 0.12rem;
  z-index: 2;
}
.src-assets-style-oaDutyManager--index-menuText-NH5Ry {
  text-align: center;
}
.src-assets-style-oaDutyManager--index-selectColor-1FLjm {
  color: var(--themeColor);
}
.src-assets-style-oaDutyManager--index-footerStyle-s_ftQ {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaDutyManager--index-pagingMargin1-39ScS {
  margin-left: 0.3rem;
}
.src-assets-style-oaDutyManager--index-pagingMargin2-28QdS {
  margin-left: 0.5rem;
}
.src-assets-style-oaDutyManager--index-pagingLeft-3oodE {
  display: inline-block;
  width: 50%;
}
.src-assets-style-oaDutyManager--index-pagingLeft60-6XWPy {
  display: inline-block;
  width: 60%;
}
.src-assets-style-oaDutyManager--index-pagingRight-30E0G {
  display: inline-block;
  text-align: right;
  padding-right: 0.1rem;
  width: 50%;
}
.src-assets-style-oaDutyManager--index-pagingRight40-2_tDZ {
  display: inline-block;
  text-align: right;
  padding-right: 0.1rem;
  width: 40%;
}
.src-assets-style-oaDutyManager--index-pageingButton-GB11R {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-oaDutyManager--index-pageingNotAllowed-6_Wqm {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-oaDutyManager--index-itemButton-3ArhC {
  margin-right: 0.1rem;
}
.src-assets-style-oaDutyManager--index-itemButton-3ArhC .src-assets-style-oaDutyManager--index-img-1nXiM {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-oaDutyManager--index-itemButton-3ArhC i {
  margin-right: 0.05rem;
}
.src-assets-style-oaDutyManager--index-breadcrumb-3deh2 {
  width: 3.5rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-oaDutyManager--index-breadcrumbItem-1AGA- {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-oaDutyManager--index-card-3Jmla {
  float: left;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 0.25rem;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
}
.src-assets-style-oaDutyManager--index-fixBotBarWrap-1cUJX {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #F2F2F2;
  border-top: 1px solid #E1E6E3;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
}
.src-assets-style-oaDutyManager--index-fixBotBarWrap-1cUJX .ant-btn {
  margin-top: 0.1rem;
}
.src-assets-style-oaDutyManager--index-addressSelect-1CrvM {
  margin-left: 0px;
  width: 6.2rem;
}
.src-assets-style-oaDutyManager--index-affairsCard_linkTitle-1B1gS {
  float: left;
  margin-right: 0.04rem;
}
.src-assets-style-oaDutyManager--index-playBox2-2p5PT {
  color: #000;
}
.src-assets-style-oaDutyManager--index-playBox2-2p5PT .src-assets-style-oaDutyManager--index-colorFont2-n2pWm {
  width: 86%;
  color: #000;
}
.src-assets-style-oaDutyManager--index-addBtn-27t7N {
  width: 100%;
  text-align: center;
  font-size: 0.16rem;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #cbcbcb;
}
.src-assets-style-oaDutyManager--index-addBtn-27t7N:hover {
  box-shadow: 0 0 0.05rem #e5e5e5;
}
.src-assets-style-oaDutyManager--index-reminderTimeItem-G2hbL {
  position: relative;
  width: 100%;
  margin-bottom: 0.1rem;
  border-radius: 4px;
  padding: 0.08rem;
  box-shadow: 0 0 0.06rem #cecece;
}
.src-assets-style-oaDutyManager--index-reminderTimeItem-G2hbL .src-assets-style-oaDutyManager--index-deleteItem-1o3to {
  position: absolute;
  top: 0.03rem;
  right: 0.05rem;
  padding: 0.05rem;
  cursor: pointer;
  color: #ff1414;
  z-index: 10;
}
.src-assets-style-oaDutyManager--index-reminderTimeItem-G2hbL .src-assets-style-oaDutyManager--index-addTimeBtn-1AiGL {
  width: 40%;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #cbcbcb;
  color: #387dee;
}
.src-assets-style-oaDutyManager--index-reminderTimeItem-G2hbL .src-assets-style-oaDutyManager--index-addTimeBtn-1AiGL:hover {
  box-shadow: 0 0 0.05rem #cdcdcd;
}
.src-assets-style-oaDutyManager--index-reminderTimeItem-G2hbL .src-assets-style-oaDutyManager--index-delTimeBtn-1nPwH {
  position: absolute;
  top: -0.12rem;
  right: -0.5rem;
  color: #ff1414;
  cursor: pointer;
}
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaDutyManager--index-cardFrame-1e3kW .src-assets-style-oaDutyManager--index-cardItem-3cZQf:hover button {
  background-color: #70b470;
  border-color: #70b470;
}
.theme-green .src-assets-style-oaDutyManager--index-cardFrame-1e3kW .src-assets-style-oaDutyManager--index-cardItem-3cZQf:hover button:hover {
  background-color: #00a854;
  border-color: #00a854;
}
.theme-green .src-assets-style-oaDutyManager--index-detailsMain-3geAz .src-assets-style-oaDutyManager--index-receiptDiv-1o8cx {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #005825;
}
.theme-green .src-assets-style-oaDutyManager--index-detailsMain-3geAz .src-assets-style-oaDutyManager--index-receiptContext-386c6 {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-green .src-assets-style-oaDutyManager--index-themeColor-1_Ktr {
  color: #005825;
  font-weight: bold;
}
/**************************** 绿色主题开始 ***************************/
/**************************** 红色主题开始 ***************************/
.theme-red .src-assets-style-oaDutyManager--index-detailsMain-3geAz .src-assets-style-oaDutyManager--index-receiptDiv-1o8cx {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #9A001E;
}
.theme-red .src-assets-style-oaDutyManager--index-detailsMain-3geAz .src-assets-style-oaDutyManager--index-receiptContext-386c6 {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-red .src-assets-style-oaDutyManager--index-selectColor-1FLjm {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDutyManager--index-footerStyle-s_ftQ {
  background-color: #fffafb;
}
.theme-red .src-assets-style-oaDutyManager--index-pageingButton-GB11R {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDutyManager--index-cardFrame-1e3kW .src-assets-style-oaDutyManager--index-cardItem-3cZQf:hover button {
  background-color: #F63E62;
  border-color: #F63E62;
}
.theme-red .src-assets-style-oaDutyManager--index-cardFrame-1e3kW .src-assets-style-oaDutyManager--index-cardItem-3cZQf:hover button:hover {
  background-color: #9A001E;
  border-color: #9A001E;
}
.theme-red .src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-searchList-2IiEK .ant-tag-checkable-checked {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-searchList-2IiEK .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDutyManager--index-pagination-3czbO {
  box-shadow: 0px 0px 0.1rem 0px rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaDutyManager--index-pagination-3czbO .src-assets-style-oaDutyManager--index-affairTotal-1x2HC .src-assets-style-oaDutyManager--index-fontBlue-3wOR4 {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDutyManager--index-activeLetter-2T15b {
  background: #F63E62;
}
.theme-red .src-assets-style-oaDutyManager--index-letter-pZi79:hover {
  background: #F63E62;
}
.theme-red .src-assets-style-oaDutyManager--index-radiusDiv-2fGgB {
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaDutyManager--index-radiusDiv-2fGgB:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-oaDutyManager--index-affairTitle-1jIZ4 .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
.theme-red .src-assets-style-oaDutyManager--index-affairTitle-1jIZ4 .ant-carousel .slick-dots li button {
  background: rgba(255, 0, 0, 0.5);
}
.theme-red .src-assets-style-oaDutyManager--index-cardFrame-1e3kW a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDutyManager--index-dropdownBox-1Mt9P .ant-select-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-oaDutyManager--index-dropdownBox-1Mt9P .ant-select-dropdown-menu-item:hover a {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDutyManager--index-sceneNav-3UBIF span {
  color: #9A001E;
}
.theme-red .src-assets-style-oaDutyManager--index-sceneNav-3UBIF .src-assets-style-oaDutyManager--index-sceneIcon-26v1t {
  background: url(../../assets/images/mapIcon_red.png) no-repeat center;
  background-size: cover;
}
.theme-red .src-assets-style-oaDutyManager--index-themeColor-1_Ktr {
  color: #9A001E;
  font-weight: bold;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-assets-style-oaDutyManager--index-detailsMain-3geAz .src-assets-style-oaDutyManager--index-receiptDiv-1o8cx {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #397EF0;
}
.theme-blue .src-assets-style-oaDutyManager--index-detailsMain-3geAz .src-assets-style-oaDutyManager--index-receiptContext-386c6 {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-blue .src-assets-style-oaDutyManager--index-selectColor-1FLjm {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaDutyManager--index-footerStyle-s_ftQ {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-oaDutyManager--index-pageingButton-GB11R {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaDutyManager--index-cardFrame-1e3kW .src-assets-style-oaDutyManager--index-cardItem-3cZQf:hover button {
  background-color: #71b8ef;
  border-color: #71b8ef;
}
.theme-blue .src-assets-style-oaDutyManager--index-cardFrame-1e3kW .src-assets-style-oaDutyManager--index-cardItem-3cZQf:hover button:hover {
  background-color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-searchList-2IiEK .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #a2ceff;
}
.theme-blue .src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-searchList-2IiEK .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaDutyManager--index-pagination-3czbO {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaDutyManager--index-pagination-3czbO .src-assets-style-oaDutyManager--index-affairTotal-1x2HC .src-assets-style-oaDutyManager--index-fontBlue-3wOR4 {
  color: #1890ff;
}
.theme-blue .src-assets-style-oaDutyManager--index-activeLetter-2T15b {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaDutyManager--index-letter-pZi79:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaDutyManager--index-radiusDiv-2fGgB {
  border: 1px solid rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaDutyManager--index-radiusDiv-2fGgB:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-oaDutyManager--index-affairTitle-1jIZ4 .ant-carousel .slick-dots li.slick-active button {
  background: #1890ff;
}
.theme-blue .src-assets-style-oaDutyManager--index-affairTitle-1jIZ4 .ant-carousel .slick-dots li button {
  background: rgba(35, 145, 230, 0.7);
}
.theme-blue .src-assets-style-oaDutyManager--index-cardFrame-1e3kW a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaDutyManager--index-sceneNav-3UBIF span {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaDutyManager--index-sceneNav-3UBIF .src-assets-style-oaDutyManager--index-sceneIcon-26v1t {
  background: url(../../assets/images/mapIcon_blue.png) no-repeat center;
  background-size: cover;
}
.theme-blue .src-assets-style-oaDutyManager--index-themeColor-1_Ktr {
  color: #397EF0;
  font-weight: bold;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-searchList-2IiEK .ant-tag-checkable-checked {
  color: #1C9750;
  background: #E6FFF1;
  border-color: #1C9750;
}
.theme-green .src-assets-style-oaDutyManager--index-searchContent-1IT2g .src-assets-style-oaDutyManager--index-searchList-2IiEK .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1C9750;
}
.theme-green .src-assets-style-oaDutyManager--index-pagination-3czbO {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-oaDutyManager--index-pagination-3czbO .src-assets-style-oaDutyManager--index-affairTotal-1x2HC .src-assets-style-oaDutyManager--index-fontBlue-3wOR4 {
  color: #1C9750;
}
.theme-green .src-assets-style-oaDutyManager--index-activeLetter-2T15b {
  background: #1C9750;
}
.theme-green .src-assets-style-oaDutyManager--index-letter-pZi79:hover {
  background: #1C9750;
}
.theme-green .src-assets-style-oaDutyManager--index-radiusDiv-2fGgB:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(68, 126, 98, 0.35);
}
.theme-green .src-assets-style-oaDutyManager--index-radiusDiv-2fGgB {
  border: 1px solid rgba(87, 177, 134, 0.1);
}
.theme-green .src-assets-style-oaDutyManager--index-affairTitle-1jIZ4 .ant-carousel .slick-dots li.slick-active button {
  background: #1C9750;
}
.theme-green .src-assets-style-oaDutyManager--index-affairTitle-1jIZ4 .ant-carousel .slick-dots li button {
  background: rgba(10, 150, 50, 0.7);
}
.theme-green .src-assets-style-oaDutyManager--index-cardFrame-1e3kW a:hover {
  color: #00a854;
}
.theme-green .src-assets-style-oaDutyManager--index-dropdownBox-1Mt9P .ant-select-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.theme-green .src-assets-style-oaDutyManager--index-dropdownBox-1Mt9P .ant-select-dropdown-menu-item:hover a {
  color: #00a854;
}
.theme-green .src-assets-style-oaDutyManager--index-sceneNav-3UBIF span {
  color: #005825;
}
.theme-green .src-assets-style-oaDutyManager--index-sceneNav-3UBIF .src-assets-style-oaDutyManager--index-sceneIcon-26v1t {
  background: url(../../assets/images/mapIcon_green.png) no-repeat center;
  background-size: cover;
}
.theme-green .src-assets-style-oaDutyManager--index-themeColor-1_Ktr {
  color: #005825;
  font-weight: bold;
}
/**************************** 绿色主题结束 **************************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-left-2wjks {
    border-radius: 6px;
    width: 100%;
  }
  .font-normal .src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-left-2wjks .src-assets-style-oaDutyManager--index-leftBody-p3vLi .src-assets-style-oaDutyManager--index-leftService-2cFdV {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-left-2wjks {
    width: 100%;
  }
  .font-normal .src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-left-2wjks .src-assets-style-oaDutyManager--index-leftBody-p3vLi .src-assets-style-oaDutyManager--index-leftService-2cFdV {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-leftContent-3AMKb {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-leftContent-3AMKb {
    width: 100%;
  }
}
@media (max-height: 830px) {
  .font-normal .src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-leftContent-3AMKb .src-assets-style-oaDutyManager--index-AllLetter-3u0z0 {
    bottom: 4.85rem;
  }
}
@media (min-height: 831px) {
  .font-normal .src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-leftContent-3AMKb .src-assets-style-oaDutyManager--index-AllLetter-3u0z0 {
    top: 3.26rem;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-left-2wjks {
    border-radius: 6px;
    width: 100%;
  }
  .font-large .src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-left-2wjks .src-assets-style-oaDutyManager--index-leftBody-p3vLi .src-assets-style-oaDutyManager--index-leftService-2cFdV {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-left-2wjks {
    width: 100%;
  }
  .font-large .src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-left-2wjks .src-assets-style-oaDutyManager--index-leftBody-p3vLi .src-assets-style-oaDutyManager--index-leftService-2cFdV {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-leftContent-3AMKb {
    width: 100%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-leftContent-3AMKb {
    width: 100%;
  }
}
@media (max-height: 913px) {
  .font-large .src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-leftContent-3AMKb .src-assets-style-oaDutyManager--index-AllLetter-3u0z0 {
    bottom: 4.85rem;
  }
}
@media (min-height: 914.1px) {
  .font-large .src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-leftContent-3AMKb .src-assets-style-oaDutyManager--index-AllLetter-3u0z0 {
    top: 3.26rem;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-left-2wjks {
    border-radius: 6px;
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-left-2wjks .src-assets-style-oaDutyManager--index-leftBody-p3vLi .src-assets-style-oaDutyManager--index-leftService-2cFdV {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-left-2wjks {
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-left-2wjks .src-assets-style-oaDutyManager--index-leftBody-p3vLi .src-assets-style-oaDutyManager--index-leftService-2cFdV {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-leftContent-3AMKb {
    width: 100%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-leftContent-3AMKb {
    width: 100%;
  }
}
@media (max-height: 1037.5px) {
  .font-extraLarge .src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-leftContent-3AMKb .src-assets-style-oaDutyManager--index-AllLetter-3u0z0 {
    bottom: 4.85rem;
  }
}
@media (min-height: 1038.75px) {
  .font-extraLarge .src-assets-style-oaDutyManager--index-flex-2m7Im .src-assets-style-oaDutyManager--index-leftContent-3AMKb .src-assets-style-oaDutyManager--index-AllLetter-3u0z0 {
    top: 3.26rem;
  }
}
@media (min-width: 1600px) {
  .font-extraLarge .src-assets-style-oaDutyManager--index-flex-2m7Im .ant-col-xxl-8 {
    width: 50%;
  }
}
.page_tag {
  font-size: 0.16rem;
  overflow: hidden;
}
.page_tag_l {
  float: left;
  margin-top: 0.04rem;
  color: #999;
}
.page_tag_r {
  padding-left: 0.54rem;
}
.page_tag .tag_checkable {
  display: inline-block;
  height: 0.28rem;
  padding: 0 0.1rem;
  margin-right: 0.1rem;
  border-radius: 200px;
  line-height: 0.28rem;
  color: #363636;
  cursor: pointer;
}
.page_tag .tag_checkable.checked {
  background: #0078cc;
  color: #fff;
}
.src-app-page-oaLibrary-operation--index-page_tree_sider-1ARi- .ant-tree-node-content-wrapper,
.src-app-page-oaLibrary-operation--index-page_tree_sider-1ARi- .ant-tree-node-content-wrapper-normal {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.calInputStyle {
  position: absolute;
}
.contentBox {
  position: relative;
}
.contentBox .leftThreeBtn {
  position: absolute;
  top: 0.58rem;
  left: 0.3rem;
}
.contentBox .leftThreeBtn .leftBtnBg {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 4px;
  text-align: center;
  background: #397EF0;
  margin-left: 0.08rem;
  cursor: pointer;
}
.contentBox .leftThreeBtn .calInputStyle {
  width: 3rem;
  margin-left: 0.15rem;
}
.contentBox .rightBtn {
  top: 0.58rem;
  right: 0.24rem;
}
.contentBox .rightBtn .mgl8 {
  margin-left: 0.08rem;
}
.contentBox .rightBtn .ant-btn {
  height: 0.24rem;
  margin-left: 0.08rem;
}
.contentBox .rightBtn .ant-btn:hover,
.contentBox .rightBtn .ant-btn:focus {
  color: #808080;
  border-color: #D9D9D9;
}
.contentBox .rightBtn .ant-btn-primary {
  color: #397EF0;
}
.contentBox .rightBtn .ant-btn-primary:hover,
.contentBox .rightBtn .ant-btn-primary:focus {
  color: #397EF0;
}
.contentBox .ant-select-selection--single {
  height: 0.24rem;
}
.contentBox .ant-select-selection-selected-value {
  margin-top: -0.04rem;
}
.contentBox .ant-calendar-picker {
  visibility: hidden;
}
.contentBox .closeIcon {
  position: absolute;
  top: 10%;
  right: -0.23rem;
  cursor: pointer;
  width: 0.23rem;
  height: 0.34rem;
  background: #1890FF;
  border-radius: 5px 20px 20px 5px;
}
.contentBox .closeIcon .leftIcon {
  color: #fff;
  margin-top: 0.1rem;
  margin-left: 0.02rem;
}
.selectTimePicke {
  top: 1.34rem !important;
  z-index: 6;
}
.selectTimePicke .ant-calendar-input-wrap {
  display: none;
}
.calContent {
  box-shadow: 0px 0px 0.05rem 0px rgba(0, 8, 88, 0.1);
  background: #fff;
}
.ignoreReminder {
  display: none;
  position: fixed;
  z-index: 2;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.03rem 0.1rem;
  cursor: pointer;
}
.colorOne {
  background: #c6e2ff ;
  border-left: 3px solid #44a4e9;
  padding: 0.05rem 0 0.05rem 0.05rem;
}
.colorTwo {
  background: #fbe9e3;
  border-left: 3px solid #ea6b3a;
  padding: 0.05rem 0 0.05rem 0.05rem;
}
.colorThree {
  background: #f1fff6;
  border-left: 3px solid #23d688;
  padding: 0.05rem 0 0.05rem 0.05rem;
}
.colorFour {
  background: #f5f0fb;
  border-left: 3px solid #ab73ee;
  padding: 0.05rem 0 0.05rem 0.05rem;
}
.colorOneDay {
  background: #c6e2ff ;
  border-left: 3px solid #44a4e9;
  padding: 0.05rem 0 0.05rem 0.05rem;
  height: 100%;
}
.colorTwoDay {
  background: #fbe9e3;
  border-left: 3px solid #ea6b3a;
  padding: 0.05rem 0 0.05rem 0.05rem;
  height: 100%;
}
.colorThreeDay {
  background: #f1fff6;
  border-left: 3px solid #23d688;
  padding: 0.05rem 0 0.05rem 0.05rem;
  height: 100%;
}
.colorFourDay {
  background: #f5f0fb;
  border-left: 3px solid #ab73ee;
  padding: 0.05rem 0 0.05rem 0.05rem;
  height: 100%;
}
.colorOneOtherView {
  background: #c6e2ff ;
  border-top: 3px solid #44a4e9;
  padding: 0.05rem 0 0.05rem 0.05rem;
  height: 100%;
}
.colorTwoOtherView {
  background: #fbe9e3;
  border-top: 3px solid #ea6b3a;
  padding: 0.05rem 0 0.05rem 0.05rem;
  height: 100%;
}
.colorThreeOtherView {
  background: #f1fff6;
  border-top: 3px solid #23d688;
  padding: 0.05rem 0 0.05rem 0.05rem;
  height: 100%;
}
.colorFourOtherView {
  background: #f5f0fb;
  border-top: 3px solid #ab73ee;
  padding: 0.05rem 0 0.05rem 0.05rem;
  height: 100%;
}
.playBox {
  display: block;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.colorFont {
  width: 86%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  float: left;
}
.fc-event {
  border: none;
  border-radius: 0px;
}
.fc-unthemed td.fc-today {
  background: none;
  color: #397EF0;
}
.fc-event,
.fc-event-dot {
  background: none;
  border: 1px solid #fff;
}
.fc-unthemed th {
  padding: 0.11rem 0;
  color: #7b7b7b;
}
.fc-widget-header {
  background: #f5f5f5;
}
.fc-toolbar .fc-header-toolbar {
  height: 0.76rem;
}
.fc-state-default {
  background: #fff;
}
.fc-toolbar h2 {
  font-size: 0.24rem;
  padding-top: 0.1rem;
  display: inline-block;
  margin-left: 0px !important;
  cursor: pointer;
}
.fc-toolbar button {
  height: 0.24rem;
  padding: 0px 0.15rem;
}
.fc-toolbar .fc-state-active {
  background: #397EF0;
  color: #fff;
}
.fc-toolbar .fc-right {
  margin-right: 3.4rem;
}
.fc-button-group {
  margin-top: 0.58rem;
  margin-right: 0.08rem;
}
.fc-prev-button {
  border: none;
  box-shadow: none;
  margin: 0.15rem 0 0 0.2rem !important;
}
.fc-next-button {
  border: none;
  box-shadow: none;
  margin: 0.15rem 0 0 0 !important;
}
.fc-day-number {
  float: left !important;
  font-weight: bold;
  padding: 0.1rem 0 0 0.15rem !important;
}
.fc-time-grid-event .fc-content {
  height: 100%;
}
.fc-basic-view .fc-body .fc-row {
  min-height: 7.2em;
}
.ignoreIcon {
  display: none;
  float: right;
  height: 0.15rem;
  width: 0.15rem;
  margin-right: 0.03rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABrElEQVQ4T6WTP2hTURTGv3NvHBqHiljoFpvB5P5xytDWzTWSOnXQrUMmce8giJMOHQodpHRxEcSptAougrNiQbn3Jc8ptFAItDr0IYa894689qUE2qaB3vGec37fued8l3DFQ1esx9iAarVaY+ZfYRgeDYuOBahUKjOFQuEngJL3/vdIgFKqJKV8ysxLALpEtANgnpkPkiSpt9vtw3MB5XJ5slgsvgLQBHCYpmkjCIKvxpj7AN7mRTeJ6KVz7sUAcvyEWq12rdfrfQdwNw80nHMfjDFNIlpO0/S5lHKPmb9kcWZ+473POjwZotb6sRBioPLXOXddKVWXUn4cBlpr/wC4kUMWvPfbA8BDIcRmnnwMMMY0iGgru0uS5EGr1fpkrY0ATOSAR977d6dbsNa+B7CYBeM4vielXCSiKWZe8d7/0FoPi+w452az1OE1CmvtKjM/AbALIBvYHedcVyk1J4TYJqJJAK/7/f6zgR/O+CDf+TcAERHtM/OtDAZgI47jtTAM90f6IG91PYqi251O599lVj/TgdbaAJgOguDzZcWnaxwn8aKcsf7CKIH/p0mpEUsEp2wAAAAASUVORK5CYII=) no-repeat;
}
.fc-event:hover {
  box-shadow: 0px 0px 0.1rem 0px rgba(3, 57, 107, 0.4);
}
.fc-event:hover .ignoreIcon {
  display: inline-block;
}
.fc-toolbar h2:hover {
  color: #397EF0;
}
.fc-next-button:hover {
  color: #397EF0;
}
.fc-prev-button:hover {
  color: #397EF0;
}
::-webkit-scrollbar {
  width: 1px;
}
.-o-scrollbar {
  -moz-appearance: none !important;
}
.scroll_content {
  -ms-overflow-style: none;
}
.fc-day-grid-container {
  height: 6.08rem !important;
}
.fc-today .fc-day-number {
  width: 0.2rem;
  height: 0.2rem;
  background: #397EF0;
  border-radius: 50%;
  text-align: center;
  margin-left: 0.06rem;
  margin-top: 0.05rem;
  color: #fff;
  padding: 0.02rem !important;
}
.fc-now-indicator-line {
  border-top-width: 0px !important;
}
.fc-now-indicator {
  border: 0 solid #397EF0;
}
.fc-time-grid-container {
  height: 5.34rem !important;
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  height: 0.52rem;
}
.listContent {
  position: absolute;
  top: 0.96rem;
  z-index: 2;
  height: 84%;
  width: 100%;
}
.listContent .listTopDesc {
  background: #f4f7f9;
  height: 0.5rem;
  padding: 0.16rem 0.29rem 0 0.29rem;
  width: 100%;
}
.listContent .listTopDesc .mglr30 {
  margin: 0 0.3rem;
}
.listContent .listTopDesc .mgr7 {
  margin-right: 0.07rem;
  cursor: pointer;
}
.listContent .listTopDesc .mgl7 {
  margin-left: 0.07rem;
  cursor: pointer;
}
.listContent .listTopDesc .ignoreSchedule {
  background: #397EF0;
  color: #fff;
  border-radius: 15px;
  padding: 0.06rem;
  cursor: pointer;
  float: right;
  margin-top: -0.08rem;
}
.listContent .listConfig {
  width: 3rem;
  color: #000;
  padding-right: 0.1rem;
  padding-left: 0.1rem;
}
.listContent .listConfig .colorRed {
  color: red;
}
.listContent .listConfig .timeZone {
  padding-right: 0.15rem;
}
.listContent .ant-list-item-meta-avatar {
  margin-right: 0px;
}
.listContent .ant-list-item-meta-title {
  line-height: 0.18rem;
  font-weight: bold;
}
.listContent .ant-list-item-content {
  margin: 0;
}
.listContent .ant-list-item {
  border-bottom: 1px dashed #e8e8e8;
  margin: 0 0.33rem;
}
.listContent .ant-spin-nested-loading {
  border-bottom: 1px dashed #e8e8e8;
}
.listContent .ant-card-wider-padding .ant-card-body {
  padding: 0px;
}
.listContent .ant-card-body {
  padding: 0px;
}
.listContent .ant-list-item-meta {
  margin-bottom: 0px;
}
.conflictImg {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAABeklEQVQ4T32STUsVYRiG7/tlZk5BmTjTKmgRmIK1yUWrEHe2aeGZE0GIKIIbRZF+QPs+hPMLFAJBmQP9gFZBGxctghZ5/AczHYsWOl+3jPhxzszYs3ye63qf54WbqKlk7+6z3GiHVM5Mr+zW7291HMvNgzYa9+95Pwk8OJ/9ssPwEZeRlNmKnHS8NxLeDYDUmjMbtf8rq3PbTeR0AQ4ryyeMZd5LeE4oso7TUb7+0+t/YGBzGrjtHFwtgH9ZNnzLMh8hLp4Jwqbjhxu18vGuN2aMfoC0a2UozrNk4sbLv92LBy43nwTuZ4IvLgaVzQAIBXYz8gfkJPCmBXw5m59XnVwczzybslu9rwVGvYVJHnv7AJ70/+caufD37dnoKQkx7bjzubhVDYEWAK4AmCzPJM01/OgT48A7xFUg+jilAK26ZEnoNvxwtJCPANwpQ7b4MKbaBGZqruo5zWiEcTCyRJoPEoZK0HcA4wBulvpHkNYdP9quxLPuzOt6p5w7lw+M8zhnAAAAAElFTkSuQmCC);
  height: 0.15rem;
  margin-left: 0.35rem;
  margin-top: 0.13rem;
  width: 0.15rem;
}
.conflictIcon {
  position: absolute;
  top: -0.34rem;
}
.configCard {
  position: absolute;
  z-index: 5;
  width: 3rem;
  flex-flow: column;
  border: 1px solid #D6D6D6;
  background-color: #FFF;
  padding: 0.05rem 0.1rem;
  cursor: pointer;
  color: #000;
}
.configCard .colorRed {
  color: red;
}
.configCard .mgrl0 {
  margin-right: 0.1rem;
}
.listTitle {
  cursor: pointer;
}
.listTitle:hover {
  color: #1890FF;
}
.nullData {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.nullData .message {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
}
.monthConflictImg,
.weekConflictImg {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAABeklEQVQ4T32STUsVYRiG7/tlZk5BmTjTKmgRmIK1yUWrEHe2aeGZE0GIKIIbRZF+QPs+hPMLFAJBmQP9gFZBGxctghZ5/AczHYsWOl+3jPhxzszYs3ye63qf54WbqKlk7+6z3GiHVM5Mr+zW7291HMvNgzYa9+95Pwk8OJ/9ssPwEZeRlNmKnHS8NxLeDYDUmjMbtf8rq3PbTeR0AQ4ryyeMZd5LeE4oso7TUb7+0+t/YGBzGrjtHFwtgH9ZNnzLMh8hLp4Jwqbjhxu18vGuN2aMfoC0a2UozrNk4sbLv92LBy43nwTuZ4IvLgaVzQAIBXYz8gfkJPCmBXw5m59XnVwczzybslu9rwVGvYVJHnv7AJ70/+caufD37dnoKQkx7bjzubhVDYEWAK4AmCzPJM01/OgT48A7xFUg+jilAK26ZEnoNvxwtJCPANwpQ7b4MKbaBGZqruo5zWiEcTCyRJoPEoZK0HcA4wBulvpHkNYdP9quxLPuzOt6p5w7lw+M8zhnAAAAAElFTkSuQmCC) no-repeat center;
  cursor: pointer;
  width: 0.15rem;
  height: 0.15rem;
  position: absolute;
  margin-left: 0.05rem;
  margin-top: 0.07rem;
  z-index: 6;
  padding: 0.05rem;
}
.weekConflictImg {
  margin-left: 1.32rem;
  margin-top: -0.35rem;
}
.zIndex6 {
  z-index: 6 !important;
}
.zIndex1 {
  z-index: 1 !important;
}
.mgl15 {
  margin-left: 0.15rem;
}
.today-week {
  color: #00a854;
}
/**************************** 红色主题开始 ***************************/
.theme-red .today-week {
  color: #F63E62;
}
.theme-red .contentBox .leftBtnBg,
.theme-red .contentBox .fc-state-active {
  background: #F63E62;
}
.theme-red .contentBox .ant-btn-primary,
.theme-red .contentBox .ant-btn-primary:hover,
.theme-red .contentBox .ant-btn-primary:focus {
  color: #F63E62;
}
.theme-red .contentBox .ant-select-selection:focus,
.theme-red .contentBox .ant-select-selection:active {
  border-color: #ffcfd8;
  box-shadow: 0 0 0 0.02rem rgba(208, 64, 92, 0.1);
}
.theme-red .contentBox .ignoreSchedule {
  background: #F63E62;
}
.theme-red .contentBox .fc-prev-button:hover,
.theme-red .contentBox .fc-next-button:hover,
.theme-red .contentBox .fc-toolbar h2:hover {
  color: #F63E62;
}
.theme-red .contentBox .closeIcon {
  background: #F63E62;
}
.theme-red .contentBox .listTitle:hover {
  color: #F63E62;
}
.theme-red .contentBox .fc-today .fc-day-number {
  background: #F63E62;
}
.theme-red .selectTimePicke .ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  background: #F63E62;
}
.theme-red .selectTimePicke .ant-calendar-year-panel-year:hover {
  background: #ffcfd8;
}
.theme-red .selectTimePicke .ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
  background: #F63E62;
}
.theme-red .selectTimePicke .ant-calendar-month-panel-month:hover {
  background: #ffcfd8;
}
.theme-red .fc-now-indicator {
  border: 0 solid #F63E62;
}
.theme-red .ant-select-dropdown-menu-item-active {
  background-color: #fff1f0;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .today-week {
  color: #397EF0;
}
.theme-blue .contentBox .leftBtnBg,
.theme-blue .contentBox .fc-state-active {
  background: #397EF0;
}
.theme-blue .contentBox .ant-btn-primary,
.theme-blue .contentBox .ant-btn-primary:hover,
.theme-blue .contentBox .ant-btn-primary:focus {
  color: #397EF0;
}
.theme-blue .contentBox .ant-select-selection:focus,
.theme-blue .contentBox .ant-select-selection:active {
  border-color: #a2ceff;
}
.theme-blue .contentBox .ignoreSchedule {
  background: #397EF0;
}
.theme-blue .contentBox .fc-prev-button:hover,
.theme-blue .contentBox .fc-next-button:hover,
.theme-blue .contentBox .fc-toolbar h2:hover {
  color: #397EF0;
}
.theme-blue .contentBox .closeIcon {
  background: #397EF0;
}
.theme-blue .ant-select-dropdown-menu-item-active {
  background-color: #e6f7ff;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .contentBox .leftBtnBg,
.theme-green .contentBox .fc-state-active {
  background: #00a854;
}
.theme-green .contentBox .ant-btn-primary,
.theme-green .contentBox .ant-btn-primary:hover,
.theme-green .contentBox .ant-btn-primary:focus {
  color: #00a854;
}
.theme-green .contentBox .ant-select-selection:focus,
.theme-green .contentBox .ant-select-selection:active {
  border-color: #1C9750;
  box-shadow: 0 0 0 0.02rem rgba(0, 88, 37, 0.1);
}
.theme-green .contentBox .ignoreSchedule {
  background: #00a854;
}
.theme-green .contentBox .fc-prev-button:hover,
.theme-green .contentBox .fc-next-button:hover,
.theme-green .contentBox .fc-toolbar h2:hover {
  color: #00a854;
}
.theme-green .contentBox .closeIcon {
  background: #00a854;
}
.theme-green .contentBox .listTitle:hover {
  color: #00a854;
}
.theme-green .contentBox .fc-today .fc-day-number {
  background: #00a854;
}
.theme-green .selectTimePicke .ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  background: #00a854;
}
.theme-green .selectTimePicke .ant-calendar-year-panel-year:hover {
  background: #E6FFF1;
}
.theme-green .selectTimePicke .ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
  background: #00a854;
}
.theme-green .selectTimePicke .ant-calendar-month-panel-month:hover {
  background: #E6FFF1;
}
.theme-green .fc-now-indicator {
  border: 0 solid #00a854;
}
.theme-green .ant-select-dropdown-menu-item-active {
  background-color: #E6FFF1;
}
/**************************** 绿色主题结束 **************************/
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-3Xyzl {
  padding: 0.25rem 0.25rem 1rem 0.25rem;
  background: #fff;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-3Xyzl .ant-modal-title {
  color: #fff !important;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-3Xyzl .fc-day-grid-event,
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-3Xyzl .fc-h-event,
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-3Xyzl .fc-event,
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-3Xyzl .fc-start,
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-3Xyzl .fc-end,
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-3Xyzl .fc-draggable,
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-3Xyzl .fc-resizable {
  border-color: #fff !important;
  background-color: #fff !important;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-3Xyzl .dayBox {
  padding-top: 0.1rem;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-3Xyzl .classifyColor {
  width: 0.02rem;
  height: 0.14rem;
  float: left;
  margin-right: 0.05rem;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-3Xyzl .classifyTitle {
  width: 33%;
  float: left;
  margin-right: 0.05rem;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-3Xyzl .userBox1 {
  margin-left: 0.05rem;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-3Xyzl .userInfo {
  margin-bottom: 0.08rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-3Xyzl .colorFont2 {
  color: #000;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-3Xyzl .fc-event:hover {
  box-shadow: none;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-3Xyzl .fc-prev-button {
  margin: 0.15rem 0 0 0 !important;
  padding-left: 0 !important;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-3Xyzl .src-app-page-oaDutyManager-dutyInfo--calendar-dutyTitle-LsOGa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.18rem;
  color: #000;
  text-align: center;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-3Xyzl .src-app-page-oaDutyManager-dutyInfo--calendar-dutyTitle-LsOGa .src-app-page-oaDutyManager-dutyInfo--calendar-titleLeft-dDHOC {
  margin-right: 0.5rem;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-3Xyzl .src-app-page-oaDutyManager-dutyInfo--calendar-dutyTitle-LsOGa .src-app-page-oaDutyManager-dutyInfo--calendar-titleRight-tL0T_ {
  margin-left: 0.5rem;
  display: flex;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-3Xyzl .src-app-page-oaDutyManager-dutyInfo--calendar-noteStyle-3eY_5 {
  margin: 0.1rem 0 0;
  font-size: 0.16rem;
  font-weight: bold;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-userWarp-WpGK3 {
  line-height: 0.28rem;
  color: #000;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-userWarp-WpGK3 .src-app-page-oaDutyManager-dutyInfo--calendar-userGroup-56AXU {
  float: right;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-userWarp-WpGK3 .src-app-page-oaDutyManager-dutyInfo--calendar-userGroup-56AXU .src-app-page-oaDutyManager-dutyInfo--calendar-userInfo-m2uyU {
  display: flex;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-userWarp-WpGK3 .src-app-page-oaDutyManager-dutyInfo--calendar-userGroup-56AXU .src-app-page-oaDutyManager-dutyInfo--calendar-userInfo-m2uyU img {
  margin: 0 0.05rem;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-userWarp-WpGK3 .src-app-page-oaDutyManager-dutyInfo--calendar-userGroup-56AXU .src-app-page-oaDutyManager-dutyInfo--calendar-userInfo-m2uyU div {
  flex: 1;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-backBtn-23ktL {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 0.15rem 0;
  text-align: center;
  z-index: 999;
  background: #f0f0f0;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-backBtn-23ktL button {
  margin: 0 0.1rem;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-editTiltle-hhxEA {
  color: #000;
  font-weight: bold;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-editTiltle-hhxEA .src-app-page-oaDutyManager-dutyInfo--calendar-titleColor-3DUvZ {
  width: 0.03rem;
  height: 0.16rem;
  float: left;
  margin: 0.03rem 0.15rem 0 0;
  background-color: #1890ff;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-addDuty-1dxLj {
  margin: 0.1rem auto;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-addDuty-1dxLj button {
  width: 100%;
  color: #999;
}
.ant-popover.deletePopconfirm {
  width: 1.8rem;
}
.ant-popover-buttons {
  text-align: center;
}
.ant-popover-inner-content {
  padding: 0.1rem !important;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-deleteIcon-283vd img {
  width: 0.2rem;
  margin-bottom: 0.06rem;
  cursor: pointer;
}
.src-assets-style-bottom--index-fixBotBarWrap-1wXNa {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #F2F2F2;
  border-top: 1px solid #E1E6E3;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
}
.src-assets-style-bottom--index-fixBotBarWrap-1wXNa .ant-btn {
  margin: 0.1rem;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
/*************** 共用样式***************/
.src-assets-style-personalWork--index-border_style1-3jFLc {
  margin: 0;
  border-top: solid 1px #d0d2d5;
  border-bottom: solid 1px #d0d2d5;
}
.src-assets-style-personalWork--index-border_style2-9N2FV {
  margin: 0;
  border-bottom: solid 1px #d0d2d5;
}
.src-assets-style-personalWork--index-anticon_oa-7Qf3O {
  font-family: "anticon_oa" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.src-assets-style-personalWork--index-anticon-unfold-2UkPF:before {
  content: "\E66D";
}
.src-assets-style-personalWork--index-anticon-collapse-3ufAj:before {
  content: "\E674";
}
.src-assets-style-personalWork--index-page_main-30fQH.src-assets-style-personalWork--index-ant-layout-2JSXS,
.src-assets-style-personalWork--index-page_main-30fQH.src-assets-style-personalWork--index-ant-layout-has-sider-MpLJN {
  background: transparent;
}
.src-assets-style-personalWork--index-page_main-30fQH .src-assets-style-personalWork--index-page_sidebar-3uq7v {
  position: relative;
  float: left;
  width: 1.58rem;
  padding-top: 0.48rem;
  font-size: 0.16rem;
  color: #363636;
  background: rgba(255, 255, 255, 0.55);
}
.src-assets-style-personalWork--index-page_main-30fQH .src-assets-style-personalWork--index-page_sidebar-3uq7v .src-assets-style-personalWork--index-icon_collapse-1UPgw {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #0078cc;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}
.src-assets-style-personalWork--index-page_main-30fQH .src-assets-style-personalWork--index-page_sidebar-3uq7v .src-assets-style-personalWork--index-icon_collapse-1UPgw i {
  font-size: 0.2rem;
}
.src-assets-style-personalWork--index-page_main-30fQH .src-assets-style-personalWork--index-page_sidebar-3uq7v .src-assets-style-personalWork--index-ant-menu-2MxBN {
  padding: 0;
  background: transparent;
}
.src-assets-style-personalWork--index-page_main-30fQH .src-assets-style-personalWork--index-page_sidebar-3uq7v .src-assets-style-personalWork--index-ant-menu-2MxBN:not(.src-assets-style-personalWork--index-ant-menu-horizontal-3o947) .src-assets-style-personalWork--index-ant-menu-item-selected-3IdHx {
  background: #fff;
}
.src-assets-style-personalWork--index-page_main-30fQH .src-assets-style-personalWork--index-page_sidebar-3uq7v .src-assets-style-personalWork--index-ant-menu-vertical-3-Avz .src-assets-style-personalWork--index-ant-menu-item-21--_:after,
.src-assets-style-personalWork--index-page_main-30fQH .src-assets-style-personalWork--index-page_sidebar-3uq7v .src-assets-style-personalWork--index-ant-menu-vertical-left--phYf .src-assets-style-personalWork--index-ant-menu-item-21--_:after,
.src-assets-style-personalWork--index-page_main-30fQH .src-assets-style-personalWork--index-page_sidebar-3uq7v .src-assets-style-personalWork--index-ant-menu-vertical-right-cnM0s .src-assets-style-personalWork--index-ant-menu-item-21--_:after,
.src-assets-style-personalWork--index-page_main-30fQH .src-assets-style-personalWork--index-page_sidebar-3uq7v .src-assets-style-personalWork--index-ant-menu-inline-2Wh89 .src-assets-style-personalWork--index-ant-menu-item-21--_:after {
  right: auto;
  left: 0;
}
.src-assets-style-personalWork--index-page_main-30fQH .src-assets-style-personalWork--index-page_sidebar-3uq7v .src-assets-style-personalWork--index-ant-menu-item-21--_ {
  margin: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c7c7ca;
  font-size: 0.16rem;
}
.src-assets-style-personalWork--index-page_main-30fQH .src-assets-style-personalWork--index-page_sidebar-3uq7v .src-assets-style-personalWork--index-ant-menu-submenu-title-3yHFk {
  margin: 0;
  padding-left: 0.04rem !important;
  border-bottom: 1px solid #c7c7ca;
  font-size: 0.16rem;
}
.src-assets-style-personalWork--index-page_main-30fQH .src-assets-style-personalWork--index-page_sidebar-3uq7v .src-assets-style-personalWork--index-ant-menu-submenu-arrow-HWiZJ {
  display: none;
}
.src-assets-style-personalWork--index-page_main-30fQH .src-assets-style-personalWork--index-page_sidebar-3uq7v .src-assets-style-personalWork--index-ant-menu-item-21--_:active,
.src-assets-style-personalWork--index-page_main-30fQH .src-assets-style-personalWork--index-page_sidebar-3uq7v .src-assets-style-personalWork--index-ant-menu-submenu-title-3yHFk:active {
  background: #fff;
}
.src-assets-style-personalWork--index-page_main-30fQH .src-assets-style-personalWork--index-page_sidebar-3uq7v .src-assets-style-personalWork--index-ant-menu-submenu-open-3Yk0f {
  color: #0078cc;
}
.src-assets-style-personalWork--index-page_main-30fQH .src-assets-style-personalWork--index-page_route-2fGkS {
  float: left;
  width: calc(100% - 1.58rem);
  background: #fff;
}
.src-assets-style-personalWork--index-page_main-30fQH .src-assets-style-personalWork--index-page_route-2fGkS.src-assets-style-personalWork--index-no_sidebar-Vf3yq {
  width: 100%;
}
.src-assets-style-personalWork--index-page_main-30fQH .src-assets-style-personalWork--index-page_route_with_sidebar-3N5AV,
.src-assets-style-personalWork--index-page_main-30fQH .src-assets-style-personalWork--index-page_route-2fGkS.src-assets-style-personalWork--index-with_sidebar-1sXup {
  background: transparent;
}
.src-assets-style-personalWork--index-newsSearch-2NYZs {
  float: right;
  width: 3.58rem;
  display: flex;
  position: relative;
  margin: 0.05rem 0.07rem 0 0;
}
.src-assets-style-personalWork--index-newsSearch-2NYZs .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-personalWork--index-newsSearch-2NYZs .anticon-search {
  position: absolute;
  left: 0.12rem;
  font-size: 0.12rem;
  line-height: 0.36rem;
  z-index: 2;
  color: #BFBFBF;
}
.src-assets-style-personalWork--index-newsSearch-2NYZs .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-personalWork--index-newsSearch-2NYZs .src-assets-style-personalWork--index-searchDel-3oDQj {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  right: 0.58rem;
  top: 50%;
  margin-top: -0.16rem;
  font-size: 0.12rem;
  z-index: 2;
}
.src-assets-style-personalWork--index-conditionStyle-1Xd4m {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-personalWork--index-dropdownBoxDisplayNone-1k5QO {
  display: none;
}
.src-assets-style-personalWork--index-selectColor-20INQ {
  color: #55906E;
}
.src-assets-style-personalWork--index-toolTip-1nG0q .ant-tooltip-content .ant-tooltip-inner {
  width: 7.6rem !important;
}
.src-assets-style-personalWork--index-toolTip2-2sg7C .ant-tooltip-content .ant-tooltip-inner {
  width: 5.1rem !important;
}
.src-assets-style-personalWork--index-pointerTag--sZay {
  cursor: pointer;
}
.src-assets-style-personalWork--index-main-content-2ZEMp {
  min-height: 14.8rem !important;
}
.src-assets-style-personalWork--index-bodyFixed-2xk4K {
  position: fixed;
  width: 100%;
}
.src-assets-style-personalWork--index-overflow-fMLjx {
  overflow: hidden;
}
.src-assets-style-personalWork--index-fontGray-BQY0r {
  color: #adadad;
}
.src-assets-style-personalWork--index-fontLightBlack-28xd3 {
  color: #808080;
}
.src-assets-style-personalWork--index-fontLine-jjqKp {
  color: #adadad;
  margin-left: 0.06rem;
}
.src-assets-style-personalWork--index-mgt12-2luGO {
  margin-top: 0.12rem;
}
.src-assets-style-personalWork--index-textCenter-3vm4L {
  text-align: center;
  color: #808080;
  cursor: pointer;
}
.src-assets-style-personalWork--index-pdr5-30uf_ {
  padding-right: 0.05rem;
}
.src-assets-style-personalWork--index-fontSc-1RNmQ {
  padding-right: 0.05rem;
  text-align: center;
  font-size: 0.28rem;
  color: #595959;
}
.src-assets-style-personalWork--index-lineHeight-15ONF {
  line-height: 0.4rem;
  /*margin-left: -450px;*/
  width: 4rem;
}
/* 服务入口页面布局样式 */
.src-assets-style-personalWork--index-flex-3DI66 {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-contentMain-2g25r img {
  max-width: 100%;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-contentMain-2g25r .ant-card-bordered {
  width: calc(100% - 2.28rem);
  display: inline-block;
  max-width: 100%;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-contentMain-2g25r .ant-card-bordered .ant-card-body p {
  padding: 0px 0.32rem;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-contentMain-2g25r .ant-card-bordered .ant-card-body img {
  max-width: 100%;
}
.src-assets-style-personalWork--index-flex-3DI66 .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-personalWork--index-flex-3DI66 .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-personalWork--index-flex-3DI66 .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-personalWork--index-flex-3DI66 .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-limitLength-3Mqww,
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-limitSplit-1KWr5 {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-limitLength-3Mqww {
  width: 0.95rem;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-limitSplit-1KWr5 {
  width: 0.2rem;
  text-align: center;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc {
  width: 3.87rem;
  overflow: hidden;
  float: right;
  margin-top: 0.25rem;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightTop-1pU2i:hover {
  cursor: pointer;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightTop-1pU2i:hover .src-assets-style-personalWork--index-rightAffairsBox-1AysI .anticon {
  display: inline-block;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightTop-1pU2i {
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  min-height: 4.05rem;
  background-color: white;
  border: 1px solid #e8e8e8;
  margin-bottom: 0.26rem;
  position: relative;
  /* 全部事务右边推荐事务 */
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightTop-1pU2i .src-assets-style-personalWork--index-rightAffairsBox-1AysI .anticon {
  display: none;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightTop-1pU2i .src-assets-style-personalWork--index-iconLeft-2Bht3 {
  color: #D4D4D4;
  font-size: 0.25rem;
  position: absolute;
  left: 0.1rem;
  z-index: 2;
  top: 47%;
  transform: translateY(-50%);
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightTop-1pU2i .src-assets-style-personalWork--index-iconLeft-2Bht3:hover {
  color: #AAAAAA;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightTop-1pU2i .src-assets-style-personalWork--index-iconRight-mJDRp {
  color: #D4D4D4;
  font-size: 0.25rem;
  position: absolute;
  right: 0.1rem;
  z-index: 2;
  top: 47%;
  transform: translateY(-50%);
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightTop-1pU2i .src-assets-style-personalWork--index-iconRight-mJDRp:hover {
  color: #AAAAAA;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightTop-1pU2i .ant-card {
  position: static;
  color: #666666;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightTop-1pU2i .src-assets-style-personalWork--index-affairTitle-_giL8 .ant-card-body {
  padding: 0px;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightTop-1pU2i .src-assets-style-personalWork--index-affairTitle-_giL8 .ant-card-head {
  border-bottom: none;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightTop-1pU2i .src-assets-style-personalWork--index-affairTitle-_giL8 .ant-list-grid .ant-list-item {
  margin-bottom: 0;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightTop-1pU2i .src-assets-style-personalWork--index-affairTitle-_giL8 .ant-carousel .slick-dots {
  bottom: 0.35rem;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightTop-1pU2i .src-assets-style-personalWork--index-affairTitle-_giL8 .ant-carousel .slick-slider {
  position: static;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightTop-1pU2i .src-assets-style-personalWork--index-affairTitle-_giL8 .ant-carousel .slick-dots li.slick-active button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #1890ff;*/
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightTop-1pU2i .src-assets-style-personalWork--index-affairTitle-_giL8 .ant-carousel .slick-dots li button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #b8c4cc;*/
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightTop-1pU2i .src-assets-style-personalWork--index-affairTitle-_giL8 .src-assets-style-personalWork--index-noDataIcon-3CPpW {
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightTop-1pU2i .src-assets-style-personalWork--index-affairTitle-_giL8 .src-assets-style-personalWork--index-fontBlack-3W-5W {
  font-size: 0.18rem;
  font-weight: bold;
  color: #474747;
  line-height: 0.21rem;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightTop-1pU2i .src-assets-style-personalWork--index-affairTitle-_giL8 .src-assets-style-personalWork--index-serviceCollectDivRelative-1SajP {
  position: relative;
  text-align: center;
  /* .radiusDiv:hover{
             box-shadow: 0px 0px 10px 4px rgba(68, 126, 98, 0.35);


           }*/
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightTop-1pU2i .src-assets-style-personalWork--index-affairTitle-_giL8 .src-assets-style-personalWork--index-serviceCollectDivRelative-1SajP .src-assets-style-personalWork--index-radiusDiv-1MI1j {
  /*border: 1px solid rgba(90, 137, 181, 0.33);*/
  background: #ffffff;
  height: 0.66rem;
  width: 0.66rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-radius: 33px;
  margin-bottom: 0.15rem;
  margin-left: 0.17rem;
  border-radius: 50%;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightTop-1pU2i .src-assets-style-personalWork--index-affairTitle-_giL8 .src-assets-style-personalWork--index-serviceCollectDivRelative-1SajP .src-assets-style-personalWork--index-radiusDiv-1MI1j .src-assets-style-personalWork--index-imageRadius-27x4L {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightTop-1pU2i .src-assets-style-personalWork--index-affairTitle-_giL8 .src-assets-style-personalWork--index-serviceCollectDivRelative-1SajP .ant-card-body {
  padding: 0.11rem 0.07rem 0.18rem 0.09rem;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightTop-1pU2i .src-assets-style-personalWork--index-affairTitle-_giL8 .src-assets-style-personalWork--index-serviceCollectDivRelative-1SajP .ant-card-bordered {
  border: none;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightTop-1pU2i .src-assets-style-personalWork--index-affairTitle-_giL8 .src-assets-style-personalWork--index-serviceCollectDivRelative-1SajP .src-assets-style-personalWork--index-textCenter-3vm4L {
  text-align: center;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-right-1IfGc .src-assets-style-personalWork--index-rightBottom-1npoW {
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  background-color: white;
  min-height: 4.05rem;
  margin-top: 0.26rem;
  border: 1px solid #e8e8e8;
  margin-bottom: 0.2rem;
}
.src-assets-style-personalWork--index-collectRadiusDiv-1iB-A {
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  height: 0.66rem;
  width: 0.66rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-radius: 33px;
  margin: 0 auto;
  box-shadow: 0px 0px 0.05rem rgba(0, 168, 84, 0.3);
  margin-bottom: 0.07rem;
  margin-top: 0.08rem;
}
.src-assets-style-personalWork--index-optBackground-30JLr {
  background: #fff;
}
.src-assets-style-personalWork--index-optBackground-30JLr a {
  color: #000;
}
.src-assets-style-personalWork--index-optBackground-30JLr a:hover {
  color: #fff;
}
.src-assets-style-personalWork--index-optName-2jaWl {
  width: 100%;
  height: 100%;
}
.src-assets-style-personalWork--index-optImg-1ObDt {
  margin-right: 0.1rem;
  width: 0.22rem;
  height: 0.22rem;
}
.src-assets-style-personalWork--index-dropdownBox-mNleN .ant-select-dropdown-menu-item:hover {
  background: #e6f7ff;
}
.src-assets-style-personalWork--index-dropdownBox-mNleN .ant-select-dropdown-menu-item:hover a {
  color: #397EF0;
}
.src-assets-style-personalWork--index-dropdownBox-mNleN .ant-select-dropdown-menu {
  overflow: hidden;
  max-height: none;
}
.src-assets-style-personalWork--index-searchContent-31u_L .ant-select .ant-select-selection {
  border: 1px solid rgba(0, 0, 0, 0);
}
.src-assets-style-personalWork--index-searchContent-31u_L .src-assets-style-personalWork--index-screenBtn-3EYVp {
  cursor: pointer;
}
.src-assets-style-personalWork--index-searchContent-31u_L .src-assets-style-personalWork--index-screenBtn-3EYVp .ant-btn {
  border: none;
}
.src-assets-style-personalWork--index-searchContent-31u_L .src-assets-style-personalWork--index-searchBox-1CRgs {
  width: 5.5rem;
}
.src-assets-style-personalWork--index-searchContent-31u_L .src-assets-style-personalWork--index-searchBox-1CRgs input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.src-assets-style-personalWork--index-searchContent-31u_L .src-assets-style-personalWork--index-sceneNav-1gkUQ {
  display: inline-block;
  position: absolute;
  margin-left: 0.55rem;
  height: 0.24rem;
  margin-top: 0.06rem;
  cursor: pointer;
}
.src-assets-style-personalWork--index-searchContent-31u_L .src-assets-style-personalWork--index-sceneNav-1gkUQ span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: top;
  margin-top: 1px;
}
.src-assets-style-personalWork--index-searchContent-31u_L .src-assets-style-personalWork--index-sceneNav-1gkUQ .src-assets-style-personalWork--index-sceneIcon-e4fUe {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.src-assets-style-personalWork--index-searchContent-31u_L .src-assets-style-personalWork--index-searchList-18iiD {
  line-height: 2;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-personalWork--index-searchContent-31u_L .src-assets-style-personalWork--index-searchList-18iiD .ant-tag-checkable-checked {
  border-radius: 12px;
}
.src-assets-style-personalWork--index-searchContent-31u_L .src-assets-style-personalWork--index-searchList-18iiD .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-personalWork--index-searchContent-31u_L .src-assets-style-personalWork--index-searchList-18iiD .src-assets-style-personalWork--index-item-1A2bW {
  width: calc(100% - 0.42rem);
  display: inline-block;
}
.src-assets-style-personalWork--index-searchContent-31u_L .src-assets-style-personalWork--index-searchList-18iiD .src-assets-style-personalWork--index-all-3-24t {
  display: inline-block;
}
.src-assets-style-personalWork--index-searchContent-31u_L .src-assets-style-personalWork--index-searchList-18iiD .src-assets-style-personalWork--index-all-3-24t .ant-tag {
  cursor: pointer;
  border-radius: 12px;
}
.src-assets-style-personalWork--index-searchContent-31u_L .src-assets-style-personalWork--index-searchList-18iiD .src-assets-style-personalWork--index-searchTitle-2wjTu {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-personalWork--index-searchContent-31u_L .src-assets-style-personalWork--index-searchList-18iiD span {
  color: #808080;
}
.src-assets-style-personalWork--index-searchContent-31u_L .src-assets-style-personalWork--index-searchList-18iiD .src-assets-style-personalWork--index-hideItem-2lwfU {
  display: inline-block;
}
.src-assets-style-personalWork--index-searchContent-31u_L .src-assets-style-personalWork--index-searchList-18iiD .src-assets-style-personalWork--index-rightBtn-3XDNK {
  float: right;
  cursor: pointer;
  margin-top: 0.09rem;
}
.src-assets-style-personalWork--index-searchContent-31u_L .src-assets-style-personalWork--index-searchList-18iiD .ant-btn {
  border: none;
}
.src-assets-style-personalWork--index-searchContent-31u_L .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-personalWork--index-searchContent-31u_L .theme-blue .ant-btn:hover,
.src-assets-style-personalWork--index-searchContent-31u_L .theme-blue .ant-btn:focus {
  color: #808080;
}
.src-assets-style-personalWork--index-searchContent-31u_L .ant-input-prefix {
  color: #cdcdcd;
}
.src-assets-style-personalWork--index-searchContent-31u_L .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-personalWork--index-searchContent-31u_L .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-personalWork--index-searchContent-31u_L .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-personalWork--index-searchContent-31u_L .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-personalWork--index-cardFrame-31u7- .src-assets-style-personalWork--index-cardItem-1-xKI:hover {
  cursor: pointer;
  box-shadow: 0px 0px 0.1rem 0px rgba(3, 57, 107, 0.4);
  transition: all 0.5s;
}
.src-assets-style-personalWork--index-cardFrame-31u7- .src-assets-style-personalWork--index-cardItem-1-xKI:hover button {
  display: block;
  position: absolute;
  right: 0.16rem;
  top: 0.17rem;
  z-index: 2;
  /* opacity: 0.65;*/
}
.src-assets-style-personalWork--index-cardFrame-31u7- .src-assets-style-personalWork--index-cardItem-1-xKI:hover button:hover {
  opacity: 1;
}
.src-assets-style-personalWork--index-cardFrame-31u7- button {
  display: none;
}
.src-assets-style-personalWork--index-cardFrame-31u7- .src-assets-style-personalWork--index-saveIco-3dBFn {
  width: 0.48rem;
  height: 0.48rem;
}
.src-assets-style-personalWork--index-cardFrame-31u7- .src-assets-style-personalWork--index-iconTj-1Wmyx {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: 1px;
  left: 0.06rem;
}
.src-assets-style-personalWork--index-cardFrame-31u7- .src-assets-style-personalWork--index-tag-3uF45 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  height: 0.25rem;
  -webkit-box-orient: vertical;
  clear: both;
}
.src-assets-style-personalWork--index-cardFrame-31u7- .src-assets-style-personalWork--index-tag-3uF45 .src-assets-style-personalWork--index-fontBlack-3W-5W {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-personalWork--index-cardFrame-31u7- .src-assets-style-personalWork--index-comment-26DBv {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-personalWork--index-cardFrame-31u7- .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-personalWork--index-cardFrame-31u7- .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0px;
}
.src-assets-style-personalWork--index-cardFrame-31u7- .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-personalWork--index-cardFrame-31u7- .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-personalWork--index-cardFrame-31u7- .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-personalWork--index-cardFrame-31u7- .ant-list-item-meta-description {
  line-height: 0.25rem;
}
.src-assets-style-personalWork--index-cardFrame-31u7- .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-personalWork--index-cardFrame-31u7- a {
  color: #474747;
}
.src-assets-style-personalWork--index-cardFrame-31u7- a:hover {
  /*color: #1890ff;*/
  text-decoration: underline;
}
.src-assets-style-personalWork--index-jian-2bgWo {
  display: inline-flex;
  height: 0.31rem;
}
.src-assets-style-personalWork--index-flex-3DI66 {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-applyContentTop-1tzsH {
  width: 100%;
  height: 1.8rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-applyContentTop-1tzsH .ant-list-item-main {
  display: inline-block;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-applyContentTop-1tzsH .ant-list-item-extra {
  float: right;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-applyContentTop-1tzsH .src-assets-style-personalWork--index-comment-26DBv {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-applyContentTop-1tzsH .src-assets-style-personalWork--index-saveIco-3dBFn {
  width: 0.48rem;
  height: 0.48rem;
  /*background: #23d688;*/
  /* border-radius: 50%;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-applyContentTop-1tzsH .src-assets-style-personalWork--index-iconTj-1Wmyx {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: -0.02rem;
  left: 0.06rem;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-applyContentTop-1tzsH .src-assets-style-personalWork--index-tag-3uF45 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 0.26rem;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-applyContentTop-1tzsH .src-assets-style-personalWork--index-tag-3uF45 .src-assets-style-personalWork--index-fontBlack-3W-5W {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-applyContentTop-1tzsH .src-assets-style-personalWork--index-grade-23a2H {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  color: #808080;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-applyContentTop-1tzsH .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-applyContentTop-1tzsH .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0.03rem;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-applyContentTop-1tzsH .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-applyContentTop-1tzsH .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-applyContentTop-1tzsH .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-applyContentTop-1tzsH .ant-list-item-meta-description {
  line-height: 2;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-applyContentTop-1tzsH .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-applyContentTop-1tzsH .ant-card-bordered {
  border: none;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-applyContentTop-1tzsH .ant-tag {
  border-radius: 12px;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-applyContentTop-1tzsH .ant-col-12 {
  width: 100%;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-applyContentTop-1tzsH .ant-card-bordered {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-applyContentTop-1tzsH .ant-card-wider-padding .ant-card-body {
  padding: 0.24rem 0px 0.15rem 0.24rem;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-applyContentTopTitle-2DgGh a {
  color: #474747;
  font-weight: bold;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-contenBottom-1Yufb {
  display: table;
  margin-top: 0.28rem;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-contenBottom-1Yufb .src-assets-style-personalWork--index-userGuide-3pxnF {
  height: auto;
  min-height: 5.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
  position: relative;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-contenBottom-1Yufb .src-assets-style-personalWork--index-userGuide-3pxnF .src-assets-style-personalWork--index-rightAnchor-2yN3r {
  position: absolute;
  right: 0.35rem;
  top: 0.3rem;
  z-index: 999;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-contenBottom-1Yufb .src-assets-style-personalWork--index-userGuide-3pxnF .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-contenBottom-1Yufb .src-assets-style-personalWork--index-userGuide-3pxnF .ant-card-bordered {
  border: none;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-contenBottom-1Yufb .src-assets-style-personalWork--index-userGuide-3pxnF .ant-card-head {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-contenBottom-1Yufb .src-assets-style-personalWork--index-userGuide-3pxnF .ant-card-head-title {
  font-weight: bold;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-contenBottom-1Yufb .src-assets-style-personalWork--index-userGuide-3pxnF .ant-list-split .ant-list-item {
  border-bottom: none;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-contenBottom-1Yufb .src-assets-style-personalWork--index-userGuide-3pxnF .ant-list-split .ant-list-header {
  border-bottom: none;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-contenBottom-1Yufb .src-assets-style-personalWork--index-userGuide-3pxnF .ant-list-item {
  padding: 0;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-contenBottom-1Yufb .src-assets-style-personalWork--index-userGuide-3pxnF .ant-list-header,
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-contenBottom-1Yufb .src-assets-style-personalWork--index-userGuide-3pxnF .ant-list-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-contenBottom-1Yufb .src-assets-style-personalWork--index-userGuide-3pxnF .ant-anchor-ink-ball {
  width: 0.14rem;
  height: 0.14rem;
  border: 4px solid #1890ff;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-contenBottom-1Yufb .src-assets-style-personalWork--index-userGuide-3pxnF .ant-anchor-wrapper {
  padding-left: 0.1rem;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-userEvaluation-161sg {
  height: auto;
  min-height: 5.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
  display: table-cell;
  width: 3rem;
  vertical-align: top;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-userEvaluation-161sg .src-assets-style-personalWork--index-title-vfFiY {
  font-size: 0.16rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.21rem;
  margin: 0.18rem 0 0.3rem 0.08rem;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-userEvaluation-161sg .src-assets-style-personalWork--index-evaluationDetails-1sAV6 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-userEvaluation-161sg .src-assets-style-personalWork--index-evaluationDetails-1sAV6 .src-assets-style-personalWork--index-describe-JLt1X {
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-userEvaluation-161sg .src-assets-style-personalWork--index-evaluationDetails-1sAV6 .src-assets-style-personalWork--index-userName-1Hnew {
  float: left;
  color: #010101;
}
.src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-userEvaluation-161sg .src-assets-style-personalWork--index-evaluationDetails-1sAV6 .src-assets-style-personalWork--index-time-1xJ8Z {
  float: right;
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-personalWork--index-nullData-1j3cC {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-personalWork--index-nullData-1j3cC .src-assets-style-personalWork--index-message-2PVo1 {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-personalWork--index-limitedTime-1e7Bi {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.45rem;
  width: 0.5rem;
}
.src-assets-style-personalWork--index-limitedTime-1e7Bi .src-assets-style-personalWork--index-backBorder-1I0TZ {
  border-top: solid 40px #ff9900;
  border-right: solid 50px rgba(0, 0, 0, 0);
}
.src-assets-style-personalWork--index-limitedTime-1e7Bi .src-assets-style-personalWork--index-inner-1DDkG {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: 1px;
  transform: rotate(45);
  transform: rotate;
  transform: rotate(-45deg);
}
.src-assets-style-personalWork--index-limitedTimeLeft-2gNOI {
  position: absolute;
  top: 0px;
  left: -0.07rem;
  width: 0.5rem;
  height: 0.45rem;
}
.src-assets-style-personalWork--index-limitedTimeLeft-2gNOI .src-assets-style-personalWork--index-backBorder-1I0TZ {
  border-top: solid 50px #ff9900;
  border-right: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-personalWork--index-limitedTimeLeft-2gNOI .src-assets-style-personalWork--index-inner-1DDkG {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: 1px;
  transform: rotate(45);
  transform: rotate;
  transform: rotate(-45deg);
}
.src-assets-style-personalWork--index-footerStyle-37vHp {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-personalWork--index-pagingMargin1-58q2A {
  margin-left: 0.2rem;
}
.src-assets-style-personalWork--index-pagingMargin2-_34VP {
  margin-left: 0.5rem;
}
.src-assets-style-personalWork--index-pagingLeft-2qqDc {
  display: inline-block;
  width: 60%;
}
.src-assets-style-personalWork--index-pagingRight-2uoiY {
  display: inline-block;
  text-align: right;
  padding-right: 0.1rem;
  width: 40%;
}
.src-assets-style-personalWork--index-pageingButton-fh-dv {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-personalWork--index-pageingNotAllowed-ezeI6 {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-personalWork--index-itemButton-KDM7r {
  margin-right: 0.1rem;
}
.src-assets-style-personalWork--index-itemButton-KDM7r .src-assets-style-personalWork--index-img-38HJP {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-personalWork--index-itemButton-KDM7r i {
  margin-right: 0.05rem;
}
.src-assets-style-personalWork--index-breadcrumb-24Vmu {
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-personalWork--index-breadcrumbItem-3ojgk {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-personalWork--index-card--4tLK {
  float: left;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 0.25rem;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
}
.src-assets-style-personalWork--index-card--4tLK .ant-card-body {
  padding: 0.12rem 0.16rem;
}
.src-assets-style-personalWork--index-fixBotBarWrap-3ARVu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #F2F2F2;
  border-top: 1px solid #E1E6E3;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
}
.src-assets-style-personalWork--index-fixBotBarWrap-3ARVu .ant-btn {
  margin-top: 0.1rem;
}
.src-assets-style-personalWork--index-affairsCard_linkTitle-3DE3y {
  float: left;
  margin-right: 0.04rem;
}
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-personalWork--index-cardFrame-31u7- .src-assets-style-personalWork--index-cardItem-1-xKI:hover button {
  background-color: #70b470;
  border-color: #70b470;
}
.theme-green .src-assets-style-personalWork--index-cardFrame-31u7- .src-assets-style-personalWork--index-cardItem-1-xKI:hover button:hover {
  background-color: #00a854;
  border-color: #00a854;
}
/**************************** 绿色主题开始 ***************************/
/**************************** 红色主题开始 ***************************/
.theme-red .src-assets-style-personalWork--index-selectColor-20INQ {
  color: #F63E62;
}
.theme-red .src-assets-style-personalWork--index-footerStyle-37vHp {
  background-color: #fffafb;
}
.theme-red .src-assets-style-personalWork--index-pageingButton-fh-dv {
  color: #F63E62;
}
.theme-red .src-assets-style-personalWork--index-cardFrame-31u7- .src-assets-style-personalWork--index-cardItem-1-xKI:hover button {
  background-color: #F63E62;
  border-color: #F63E62;
}
.theme-red .src-assets-style-personalWork--index-cardFrame-31u7- .src-assets-style-personalWork--index-cardItem-1-xKI:hover button:hover {
  background-color: #9A001E;
  border-color: #9A001E;
}
.theme-red .src-assets-style-personalWork--index-searchContent-31u_L .src-assets-style-personalWork--index-searchList-18iiD .ant-tag-checkable-checked {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-assets-style-personalWork--index-searchContent-31u_L .src-assets-style-personalWork--index-searchList-18iiD .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #F63E62;
}
.theme-red .src-assets-style-personalWork--index-pagination-1R9bH {
  box-shadow: 0px 0px 0.1rem 0px rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-personalWork--index-pagination-1R9bH .src-assets-style-personalWork--index-affairTotal-2uMvD .src-assets-style-personalWork--index-fontBlue-NBVEC {
  color: #F63E62;
}
.theme-red .src-assets-style-personalWork--index-activeLetter-3SzF3 {
  background: #F63E62;
}
.theme-red .src-assets-style-personalWork--index-letter-giUet:hover {
  background: #F63E62;
}
.theme-red .src-assets-style-personalWork--index-radiusDiv-1MI1j {
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-personalWork--index-radiusDiv-1MI1j:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-personalWork--index-affairTitle-_giL8 .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
.theme-red .src-assets-style-personalWork--index-affairTitle-_giL8 .ant-carousel .slick-dots li button {
  background: rgba(255, 0, 0, 0.5);
}
.theme-red .src-assets-style-personalWork--index-cardFrame-31u7- a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-personalWork--index-dropdownBox-mNleN .ant-select-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-personalWork--index-dropdownBox-mNleN .ant-select-dropdown-menu-item:hover a {
  color: #F63E62;
}
.theme-red .src-assets-style-personalWork--index-sceneNav-1gkUQ span {
  color: #9A001E;
}
.theme-red .src-assets-style-personalWork--index-sceneNav-1gkUQ .src-assets-style-personalWork--index-sceneIcon-e4fUe {
  background: url(../../assets/images/mapIcon_red.png) no-repeat center;
  background-size: cover;
}
.theme-red .src-assets-style-personalWork--index-receiptDiv-TAV9n {
  background: #9A001E;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-assets-style-personalWork--index-selectColor-20INQ {
  color: #397EF0;
}
.theme-blue .src-assets-style-personalWork--index-footerStyle-37vHp {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-personalWork--index-pageingButton-fh-dv {
  color: #397EF0;
}
.theme-blue .src-assets-style-personalWork--index-cardFrame-31u7- .src-assets-style-personalWork--index-cardItem-1-xKI:hover button {
  background-color: #71b8ef;
  border-color: #71b8ef;
}
.theme-blue .src-assets-style-personalWork--index-cardFrame-31u7- .src-assets-style-personalWork--index-cardItem-1-xKI:hover button:hover {
  background-color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .src-assets-style-personalWork--index-searchContent-31u_L .src-assets-style-personalWork--index-searchList-18iiD .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #a2ceff;
}
.theme-blue .src-assets-style-personalWork--index-searchContent-31u_L .src-assets-style-personalWork--index-searchList-18iiD .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-personalWork--index-pagination-1R9bH {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-personalWork--index-pagination-1R9bH .src-assets-style-personalWork--index-affairTotal-2uMvD .src-assets-style-personalWork--index-fontBlue-NBVEC {
  color: #1890ff;
}
.theme-blue .src-assets-style-personalWork--index-activeLetter-3SzF3 {
  background: #397EF0;
}
.theme-blue .src-assets-style-personalWork--index-letter-giUet:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-personalWork--index-radiusDiv-1MI1j {
  border: 1px solid rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-personalWork--index-radiusDiv-1MI1j:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-personalWork--index-affairTitle-_giL8 .ant-carousel .slick-dots li.slick-active button {
  background: #1890ff;
}
.theme-blue .src-assets-style-personalWork--index-affairTitle-_giL8 .ant-carousel .slick-dots li button {
  background: rgba(35, 145, 230, 0.7);
}
.theme-blue .src-assets-style-personalWork--index-cardFrame-31u7- a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-personalWork--index-sceneNav-1gkUQ span {
  color: #397EF0;
}
.theme-blue .src-assets-style-personalWork--index-sceneNav-1gkUQ .src-assets-style-personalWork--index-sceneIcon-e4fUe {
  background: url(../../assets/images/mapIcon_blue.png) no-repeat center;
  background-size: cover;
}
.theme-blue .src-assets-style-personalWork--index-receiptDiv-TAV9n {
  background: #397EF0;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-personalWork--index-searchContent-31u_L .src-assets-style-personalWork--index-searchList-18iiD .ant-tag-checkable-checked {
  color: #1C9750;
  background: #E6FFF1;
  border-color: #1C9750;
}
.theme-green .src-assets-style-personalWork--index-searchContent-31u_L .src-assets-style-personalWork--index-searchList-18iiD .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1C9750;
}
.theme-green .src-assets-style-personalWork--index-pagination-1R9bH {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-personalWork--index-pagination-1R9bH .src-assets-style-personalWork--index-affairTotal-2uMvD .src-assets-style-personalWork--index-fontBlue-NBVEC {
  color: #1C9750;
}
.theme-green .src-assets-style-personalWork--index-activeLetter-3SzF3 {
  background: #1C9750;
}
.theme-green .src-assets-style-personalWork--index-letter-giUet:hover {
  background: #1C9750;
}
.theme-green .src-assets-style-personalWork--index-radiusDiv-1MI1j:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(68, 126, 98, 0.35);
}
.theme-green .src-assets-style-personalWork--index-radiusDiv-1MI1j {
  border: 1px solid rgba(87, 177, 134, 0.1);
}
.theme-green .src-assets-style-personalWork--index-affairTitle-_giL8 .ant-carousel .slick-dots li.slick-active button {
  background: #1C9750;
}
.theme-green .src-assets-style-personalWork--index-affairTitle-_giL8 .ant-carousel .slick-dots li button {
  background: rgba(10, 150, 50, 0.7);
}
.theme-green .src-assets-style-personalWork--index-cardFrame-31u7- a:hover {
  color: #00a854;
}
.theme-green .src-assets-style-personalWork--index-dropdownBox-mNleN .ant-select-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.theme-green .src-assets-style-personalWork--index-dropdownBox-mNleN .ant-select-dropdown-menu-item:hover a {
  color: #00a854;
}
.theme-green .src-assets-style-personalWork--index-sceneNav-1gkUQ span {
  color: #005825;
}
.theme-green .src-assets-style-personalWork--index-sceneNav-1gkUQ .src-assets-style-personalWork--index-sceneIcon-e4fUe {
  background: url(../../assets/images/mapIcon_green.png) no-repeat center;
  background-size: cover;
}
.theme-green .src-assets-style-personalWork--index-receiptDiv-TAV9n {
  background: #005825;
}
/**************************** 绿色主题结束 **************************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-left-3tRKj {
    border-radius: 6px;
    width: 100%;
  }
  .font-normal .src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-left-3tRKj .src-assets-style-personalWork--index-leftBody-1LlVl .src-assets-style-personalWork--index-leftService-3O7h0 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-left-3tRKj {
    width: 100%;
  }
  .font-normal .src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-left-3tRKj .src-assets-style-personalWork--index-leftBody-1LlVl .src-assets-style-personalWork--index-leftService-3O7h0 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-leftContent-3cIFx {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-leftContent-3cIFx {
    width: 100%;
  }
}
@media (max-height: 830px) {
  .font-normal .src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-leftContent-3cIFx .src-assets-style-personalWork--index-AllLetter-22qob {
    bottom: 4.85rem;
  }
}
@media (min-height: 831px) {
  .font-normal .src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-leftContent-3cIFx .src-assets-style-personalWork--index-AllLetter-22qob {
    top: 3.26rem;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-left-3tRKj {
    border-radius: 6px;
    width: 100%;
  }
  .font-large .src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-left-3tRKj .src-assets-style-personalWork--index-leftBody-1LlVl .src-assets-style-personalWork--index-leftService-3O7h0 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-left-3tRKj {
    width: 100%;
  }
  .font-large .src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-left-3tRKj .src-assets-style-personalWork--index-leftBody-1LlVl .src-assets-style-personalWork--index-leftService-3O7h0 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-leftContent-3cIFx {
    width: 100%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-leftContent-3cIFx {
    width: 100%;
  }
}
@media (max-height: 913px) {
  .font-large .src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-leftContent-3cIFx .src-assets-style-personalWork--index-AllLetter-22qob {
    bottom: 4.85rem;
  }
}
@media (min-height: 914.1px) {
  .font-large .src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-leftContent-3cIFx .src-assets-style-personalWork--index-AllLetter-22qob {
    top: 3.26rem;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-left-3tRKj {
    border-radius: 6px;
    width: 100%;
  }
  .font-extraLarge .src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-left-3tRKj .src-assets-style-personalWork--index-leftBody-1LlVl .src-assets-style-personalWork--index-leftService-3O7h0 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-left-3tRKj {
    width: 100%;
  }
  .font-extraLarge .src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-left-3tRKj .src-assets-style-personalWork--index-leftBody-1LlVl .src-assets-style-personalWork--index-leftService-3O7h0 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-leftContent-3cIFx {
    width: 100%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-leftContent-3cIFx {
    width: 100%;
  }
}
@media (max-height: 1037.5px) {
  .font-extraLarge .src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-leftContent-3cIFx .src-assets-style-personalWork--index-AllLetter-22qob {
    bottom: 4.85rem;
  }
}
@media (min-height: 1038.75px) {
  .font-extraLarge .src-assets-style-personalWork--index-flex-3DI66 .src-assets-style-personalWork--index-leftContent-3cIFx .src-assets-style-personalWork--index-AllLetter-22qob {
    top: 3.26rem;
  }
}
@media (min-width: 1600px) {
  .font-extraLarge .src-assets-style-personalWork--index-flex-3DI66 .ant-col-xxl-8 {
    width: 50%;
  }
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_lfdllpqd6uq.eot');
  src: url('//at.alicdn.com/t/font_864711_lfdllpqd6uq.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_lfdllpqd6uq.woff2') format('woff2'), url('//at.alicdn.com/t/font_864711_lfdllpqd6uq.woff') format('woff'), url('//at.alicdn.com/t/font_864711_lfdllpqd6uq.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_lfdllpqd6uq.svg#iconfont') format('svg');
}
.src-assets-style-affairApply--index-breadcrumb-2Xd_l {
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-affairApply--index-breadcrumbItem-2zCGv {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-affairApply--index-iconfont-2jUAd {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY {
  width: 0.6rem;
  position: relative;
  transition: width 0.3s ease;
  box-shadow: 0 0 0.1rem 0 rgba(0, 88, 37, 0.1);
  border-bottom-right-radius: 10px;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY.src-assets-style-affairApply--index-showBigList-1-7Nc {
  width: 3rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY.src-assets-style-affairApply--index-showBigList-1-7Nc .src-assets-style-affairApply--index-toggle-2gnoi {
  text-align: left;
  position: relative;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY.src-assets-style-affairApply--index-showBigList-1-7Nc .src-assets-style-affairApply--index-moreButton-2R2Jx {
  float: right;
  margin-top: 0.14rem;
  margin-right: 0.05rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY.src-assets-style-affairApply--index-showBigList-1-7Nc .src-assets-style-affairApply--index-searchButton-3pGGN {
  float: right;
  line-height: 0.64rem;
  margin-right: 0.2rem;
  font-size: 0.18rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY.src-assets-style-affairApply--index-showBigList-1-7Nc .src-assets-style-affairApply--index-searchButton-3pGGN:hover {
  color: #228B22;
  cursor: pointer;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-searchLayout-fDtZj {
  width: 3rem;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  background: #F2F3F4;
  border-bottom: 1px solid #E1E6E3;
  padding: 0 0.1rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-searchLayout-fDtZj.src-assets-style-affairApply--index-show-3kvHT {
  display: block;
  /*  :global(.anticon-search){
        font-size: 22px;
        line-height: 64px;
      }*/
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-searchLayout-fDtZj.src-assets-style-affairApply--index-show-3kvHT input {
  width: 2rem;
  display: inline-block;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-searchLayout-fDtZj.src-assets-style-affairApply--index-show-3kvHT .ant-btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-searchLayout-fDtZj.src-assets-style-affairApply--index-show-3kvHT .anticon-check {
  display: none;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-searchLayout-fDtZj.src-assets-style-affairApply--index-show-3kvHT .icon-shuaxin {
  display: none;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-searchLayout-fDtZj.src-assets-style-affairApply--index-show-3kvHT .src-assets-style-affairApply--index-showSearchIcon-Ysbeg {
  display: inline-block;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-searchLayout-fDtZj .ant-input-affix-wrapper {
  width: 2rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-searchLayout-fDtZj .ant-input-affix-wrapper .anticon-close-circle {
  font-size: 0.14rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-searchLayout-fDtZj input {
  /* border-radius: 20px;*/
  display: none;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-searchLayout-fDtZj i {
  cursor: pointer;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-toggle-2gnoi {
  margin: 0 auto;
  height: 0.64rem;
  line-height: 0.64rem;
  overflow: hidden;
  border-bottom: 1px solid #E1E6E3;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-toggle-2gnoi .ant-input-group-wrapper {
  vertical-align: middle;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-toggle-2gnoi .src-assets-style-affairApply--index-sideLogo-2dt69 {
  display: inline-block;
  text-align: center;
  margin-top: -0.02rem;
  width: 0.6rem;
  height: 0.64rem;
  line-height: 0.64rem;
  vertical-align: middle;
  font-size: 0.24rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-toggle-2gnoi .src-assets-style-affairApply--index-sideLogo-2dt69:hover {
  background: #D5E6E0;
  cursor: pointer;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-toggle-2gnoi .src-assets-style-affairApply--index-sideLogo-2dt69.src-assets-style-affairApply--index-disabled-2LLgj {
  cursor: not-allowed;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-sideLeft-3fAc7 {
  z-index: 2;
  background: #F2F3F4;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-sideLeft-3fAc7.src-assets-style-affairApply--index-borderRadius-3duKK {
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-sideLeft-3fAc7 > div:last-child > div:nth-of-type(2) {
  display: none;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-sideRight-2JLOU {
  position: absolute;
  transition: width 0.5s ease,left 0.3s ease;
  background: #ffffff;
  top: 0;
  left: 0.6rem;
  height: 100%;
  border-bottom-right-radius: 10px;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-sideRight-2JLOU.src-assets-style-affairApply--index-leftExp-bhth9 {
  left: 3rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-sideTag-1z3Eu {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -0.32rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-sideTag-1z3Eu .src-assets-style-affairApply--index-tagItem-2YyFD {
  margin-bottom: 0.04rem;
  width: 0.32rem;
  z-index: 1002;
  color: #888888;
  font-size: 0.14rem;
  background: #f0f3f6;
  text-align: center;
  border-left: none;
  border-radius: 0 8px 8px 0;
  padding: 0.12rem 0.06rem;
  line-height: 1.2;
  box-shadow: 1px 1px 1px 1px rgba(0, 88, 37, 0.3);
  /* &:hover{
        background: @theme-green-3;
        cursor: pointer;
      }*/
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-sideTag-1z3Eu .src-assets-style-affairApply--index-tagItem-2YyFD.src-assets-style-affairApply--index-current-3_OlH {
  color: #ffffff;
  background: #f2aa18;
  font-size: 0.14rem;
  border: none;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-sideTag-1z3Eu .src-assets-style-affairApply--index-hideTag-2hsYT {
  margin-bottom: 0.04rem;
  width: 0.32rem;
  z-index: 1002;
  color: #888888;
  font-size: 0.14rem;
  background: #228B22;
  text-align: center;
  border-left: none;
  border-radius: 0 8px 8px 0;
  padding: 0.12rem 0.06rem;
  line-height: 1.2;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-sideTag-1z3Eu .src-assets-style-affairApply--index-hideTag-2hsYT:hover {
  cursor: pointer;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-addBtnWrap-39R8s {
  width: 100%;
  height: 0.73rem;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  padding: 0.2rem 0;
  /* border-top: 1px solid #E1E6E3;*/
  cursor: pointer;
  background: #F2F3F4;
  border-bottom-right-radius: 10px;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-addBtnWrap-39R8s.src-assets-style-affairApply--index-moreData-1E8QV {
  border-bottom-right-radius: 0;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-addBtnWrap-39R8s .src-assets-style-affairApply--index-rollback-28O-R {
  float: right;
  color: #37A164;
  font-size: 0.18rem;
  padding-right: 0.32rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-addBtnWrap-39R8s .src-assets-style-affairApply--index-rollback-28O-R i {
  margin-right: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-addBtnContent-3-zrX {
  width: 3rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-addBtnContent-3-zrX .src-assets-style-affairApply--index-buttonDiv-39jfg {
  width: 0.6rem;
  text-align: center;
  display: inline-block;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-addBtnContent-3-zrX .src-assets-style-affairApply--index-addName-iakeQ {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: #37A164;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-systemList-18-v7 {
  width: 0.6rem;
  overflow: hidden;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-systemList-18-v7.src-assets-style-affairApply--index-showFull-UCZnV {
  width: 3rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-systemList-18-v7 .src-assets-style-affairApply--index-sideTagitem-YY7rv {
  border: none;
  background: #f4f5f5;
  transition: background 0.8s ease-in;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-systemList-18-v7 .src-assets-style-affairApply--index-sideTagitem-YY7rv:hover {
  background: #D5E6E0;
  cursor: pointer;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-systemList-18-v7 .src-assets-style-affairApply--index-emptyTipsDiv-1R8mt {
  cursor: pointer;
  display: table;
  width: 100%;
  text-align: center;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-systemList-18-v7 .src-assets-style-affairApply--index-emptyTipsDiv-1R8mt:hover .src-assets-style-affairApply--index-emptyTips-36Wii {
  color: #37A164;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-systemList-18-v7 .src-assets-style-affairApply--index-emptyTipsDiv-1R8mt .src-assets-style-affairApply--index-emptyTips-36Wii {
  display: table-cell;
  font-size: 0.14rem;
  vertical-align: middle;
  color: #6C6C6C;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-systemList-18-v7 .src-assets-style-affairApply--index-emptyTipsDiv-1R8mt .src-assets-style-affairApply--index-emptyTips-36Wii .src-assets-style-affairApply--index-emptyContent-O33X1 {
  margin: auto;
  width: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-systemList-18-v7 .src-assets-style-affairApply--index-emptyTipsDiv-1R8mt .src-assets-style-affairApply--index-emptyTips-36Wii .src-assets-style-affairApply--index-emptyContent-O33X1 i {
  color: #BCBCBC;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-systemList-18-v7 .src-assets-style-affairApply--index-emptyTipsDiv-1R8mt .src-assets-style-affairApply--index-emptyMore-tOGon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-systemList-18-v7 .src-assets-style-affairApply--index-emptyTipsDiv-1R8mt .src-assets-style-affairApply--index-emptyMore-tOGon .src-assets-style-affairApply--index-collectText-2TiTG {
  margin-top: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-systemList-18-v7 .src-assets-style-affairApply--index-emptyTipsDiv-1R8mt .src-assets-style-affairApply--index-emptyMore-tOGon .src-assets-style-affairApply--index-collectBtn-3r6Pl {
  margin-top: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-systemList-18-v7 .src-assets-style-affairApply--index-emptyTipsDiv-1R8mt .src-assets-style-affairApply--index-nothing-1R_7t {
  padding: 0.2rem;
  text-align: center;
  margin: auto;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .ant-card-meta-title span {
  color: #474747;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .ant-collapse {
  background: none;
  border: none;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-emptyTipsDiv-1R8mt {
  cursor: pointer;
  display: table;
  width: 100%;
  text-align: center;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-emptyTipsDiv-1R8mt:hover .src-assets-style-affairApply--index-emptyTips-36Wii {
  color: #37A164;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-emptyTipsDiv-1R8mt .src-assets-style-affairApply--index-emptyTips-36Wii {
  display: table-cell;
  font-size: 0.14rem;
  vertical-align: middle;
  color: #6C6C6C;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-emptyTipsDiv-1R8mt .src-assets-style-affairApply--index-emptyTips-36Wii .src-assets-style-affairApply--index-emptyContent-O33X1 {
  margin: auto;
  width: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-emptyTipsDiv-1R8mt .src-assets-style-affairApply--index-emptyTips-36Wii .src-assets-style-affairApply--index-emptyContent-O33X1 i {
  color: #BCBCBC;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-emptyTipsDiv-1R8mt .src-assets-style-affairApply--index-emptyMore-tOGon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-emptyTipsDiv-1R8mt .src-assets-style-affairApply--index-emptyMore-tOGon .src-assets-style-affairApply--index-collectText-2TiTG {
  margin-top: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-emptyTipsDiv-1R8mt .src-assets-style-affairApply--index-emptyMore-tOGon .src-assets-style-affairApply--index-collectBtn-3r6Pl {
  margin-top: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-emptyTipsDiv-1R8mt .src-assets-style-affairApply--index-nothing-1R_7t {
  padding: 0.2rem;
  text-align: center;
  margin: auto;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .ant-collapse-content {
  background: #F2F3F4;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .ant-collapse-content .ant-collapse-content-box {
  padding: 0.05rem!important;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .ant-collapse .ant-collapse-item.ant-collapse-no-arrow .ant-collapse-header {
  padding: 0.12rem;
  line-height: 0.27rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .ant-collapse .ant-collapse-item.ant-collapse-no-arrow .ant-collapse-header .anticon-star {
  color: #37A164;
  float: right;
  line-height: 0.27rem;
  margin-right: 0.2rem;
  cursor: pointer;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .ant-collapse-item-active .ant-collapse-header {
  border-bottom: 2px solid #37A164;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .ant-collapse-item-active .src-assets-style-affairApply--index-serviceCount-WDWmL {
  background: #37A164;
  border: 1px solid #28844F;
  color: #fff;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-serviceDomainIconDiv-nAOGQ {
  width: 100%;
  text-align: center;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-serviceDomainIconDiv-nAOGQ .src-assets-style-affairApply--index-serviceDomainIcon-14aMT {
  display: inline-block;
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: #62b68e;
  overflow: hidden;
  height: 0.4rem;
  width: 0.4rem;
  border-radius: 50%;
  margin: 0.06rem auto 0;
  box-shadow: 0 0.02rem 0.07rem 0 rgba(87, 177, 134, 0.24);
  line-height: 0.4rem;
  text-align: center;
  color: #fff;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-serviceCount-WDWmL {
  width: 0.31rem;
  height: 0.27rem;
  background: #F0F3F6;
  border: 1px solid #CFD7DE;
  border-radius: 14px;
  font-size: 0.14rem;
  text-align: center;
  float: right;
  display: inline-block;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-serviceItem-sfy37 {
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.05rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-serviceItem-sfy37 .src-assets-style-affairApply--index-affairIcon-2Fomc {
  margin-bottom: 0.15rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-serviceItem-sfy37 .src-assets-style-affairApply--index-serviceIconDiv-2R9BB {
  width: 100%;
  text-align: center;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-serviceItem-sfy37 .src-assets-style-affairApply--index-serviceIconDiv-2R9BB .src-assets-style-affairApply--index-serviceIcon-2a-nr {
  display: inline-block;
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  height: 0.36rem;
  width: 0.36rem;
  border-radius: 50%;
  box-shadow: 0 0.02rem 0.07rem 0 rgba(87, 177, 134, 0.24);
  line-height: 0.3rem;
  text-align: center;
  margin-top: 1px;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-serviceItem-sfy37 .src-assets-style-affairApply--index-serviceIconDiv-2R9BB .src-assets-style-affairApply--index-serviceIcon-2a-nr img {
  margin: 0;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-serviceItem-sfy37:hover {
  background: #8DCD76;
  color: #fff;
  cursor: pointer;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-serviceItem-sfy37:hover i {
  display: inline;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-serviceItem-sfy37 .src-assets-style-affairApply--index-edit-2JViK i {
  color: #999;
  float: none;
  position: absolute;
  right: 0.35rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-serviceItem-sfy37 img {
  height: 0.2rem;
  width: 0.2rem;
  vertical-align: middle;
  margin-right: 0.1rem;
  display: inline-block;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-serviceItem-sfy37 i {
  color: #fff;
  display: none;
  float: right;
  vertical-align: middle;
  line-height: 0.4rem;
  margin-right: 0.05rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-serviceItem-sfy37 .src-assets-style-affairApply--index-serviceName-3KR_X {
  width: calc(100% - 0.5rem);
  vertical-align: middle;
  /*text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;*/
  color: #474747;
  display: inline-block;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-serviceItem-sfy37 .src-assets-style-affairApply--index-serviceName-3KR_X .src-assets-style-affairApply--index-ellipsis-1-U5V {
  display: inline;
  color: #474747 ;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-serviceItem-sfy37 .src-assets-style-affairApply--index-heart-3urK6 {
  color: #ff0000;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreDataWrap-24IVL {
  z-index: 9999;
  overflow: hidden;
  transition: width 0.3s ease;
  border-bottom-right-radius: 10px;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 0.1rem 0 rgba(0, 88, 37, 0.1);
  padding: 0 0.2rem 0 0.3rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-titleBar-2LRsZ {
  height: 0.64rem;
  border-bottom: 1px solid #E1E6E3;
  font-size: 0.18rem;
  line-height: 0.64rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-titleBar-2LRsZ .src-assets-style-affairApply--index-title-3SCgl {
  vertical-align: middle;
  font-size: 0.18rem;
  font-weight: normal;
  color: #666;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-titleBar-2LRsZ .src-assets-style-affairApply--index-leftIcon-2oIbc {
  margin-right: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-titleBar-2LRsZ .anticon-bars {
  font-size: 0.28rem;
  vertical-align: middle;
  color: #828282;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-titleBar-2LRsZ .src-assets-style-affairApply--index-divider-377e- {
  margin-left: 0.28rem;
  height: 0.22rem;
  color: #aeaeae;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-titleBar-2LRsZ .anticon-question-circle-o {
  margin-left: 0.05rem;
  cursor: pointer;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-titleBar-2LRsZ .src-assets-style-affairApply--index-closeIcon-xrqEn {
  font-size: 0.18rem;
  float: right;
  line-height: 0.64rem;
  margin-right: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-titleBar-2LRsZ .src-assets-style-affairApply--index-closeIcon-xrqEn:hover {
  cursor: pointer;
  color: #228B22;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-titleBar-2LRsZ .src-assets-style-affairApply--index-searchLayout-fDtZj {
  position: relative;
  display: inline-block;
  background: none;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-titleBar-2LRsZ .src-assets-style-affairApply--index-addCustom-36oSW {
  float: right;
  line-height: 0.64rem;
  padding-right: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h {
  padding: 0.2rem 0;
  position: relative;
  overflow: auto;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-pt-search-KU9l8 {
  float: right;
  padding-right: 0.5rem;
  margin-bottom: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-pt-search-KU9l8 .src-assets-style-affairApply--index-ant-select-auto-complete-3vg5C {
  vertical-align: middle;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-pt-search-KU9l8 .src-assets-style-affairApply--index-searchButton-3pGGN {
  vertical-align: middle;
  margin-top: -0.03rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-pt-search-KU9l8 .src-assets-style-affairApply--index-clearIcon-2nozl {
  right: 1.45rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff {
  display: inline-block;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO {
  margin-bottom: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-type-7upq3 {
  font-size: 0.18rem;
  color: var(--themeColor);
  height: 0.32rem;
  line-height: 0.32rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-type-7upq3 .src-assets-style-affairApply--index-tag-3xGzz {
  width: 0.06rem;
  height: 0.24rem;
  background: var(--themeColor4);
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.05rem;
  border-radius: 4px;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-type-7upq3.src-assets-style-affairApply--index-serviceDomain-2USk4 {
  padding: 0.05rem 0.1rem;
  height: 0.42rem;
  border: 1px solid #fff;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-type-7upq3.src-assets-style-affairApply--index-serviceDomain-2USk4:hover {
  border-radius: 4px;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-type-7upq3.src-assets-style-affairApply--index-serviceDomain-2USk4:hover .src-assets-style-affairApply--index-collectSpan-4gnxz {
  display: inline;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-type-7upq3.src-assets-style-affairApply--index-serviceDomain-2USk4:hover .src-assets-style-affairApply--index-collectSpan-4gnxz i {
  cursor: pointer;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-type-7upq3.src-assets-style-affairApply--index-serviceDomain-2USk4:hover .src-assets-style-affairApply--index-collectSpan-4gnxz i.src-assets-style-affairApply--index-deleteCollect-PO8GE {
  color: #37A164;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-type-7upq3.src-assets-style-affairApply--index-serviceDomain-2USk4 .src-assets-style-affairApply--index-collectSpan-4gnxz {
  display: none;
  float: right;
  font-size: 0.14rem;
  color: #000;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-type-7upq3.src-assets-style-affairApply--index-serviceDomain-2USk4 .src-assets-style-affairApply--index-collectSpan-4gnxz i {
  margin-right: 0.1rem;
  color: #CDCDCD;
  vertical-align: middle;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-pointer-2ZPaQ {
  cursor: pointer;
  font-size: 0.16rem;
  padding-left: 0.1rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo {
  padding: 0 0.3rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 {
  overflow: hidden;
  width: 100%;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 i.iconfont {
  color: #d2cece;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 .anticon-star {
  color: #d2cece;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 .ant-card-meta-title span:hover {
  color: #00a854;
  text-decoration: underline;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 li {
  list-style: none;
  float: left;
  padding-left: 0.05rem;
  width: 3.5rem;
  cursor: pointer;
  margin-right: 0.2rem;
  margin-top: 0.1rem;
  height: 1.28rem;
  z-index: 0;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 li .ant-card-meta-detail > div:not(:last-child) {
  margin-bottom: 0px;
  height: 0.28rem;
  line-height: 0.28rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 li .ant-card-meta-title {
  font-weight: 600;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 li .ant-card-bordered:hover {
  box-shadow: 0px 0px 0.1rem 0px rgba(3, 57, 107, 0.4);
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 li .ant-card-body {
  padding: 0.2rem 0.24rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 li .src-assets-style-affairApply--index-content-24s3V {
  width: 3.5rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 li .src-assets-style-affairApply--index-content-24s3V span {
  display: block;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 li .src-assets-style-affairApply--index-contentCus-2DpiO .src-assets-style-affairApply--index-heartNoFloat-6APnB {
  color: #ff0000;
  cursor: pointer;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 li .src-assets-style-affairApply--index-contentCus-2DpiO .src-assets-style-affairApply--index-unHeartNoFloat-2ZofQ {
  color: #CCCCCC;
  cursor: pointer;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 li .src-assets-style-affairApply--index-contentCus-2DpiO span {
  display: inline-block;
  margin: 0.05rem 0.2rem 0.05rem 0px;
  font-size: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 li .src-assets-style-affairApply--index-contentCus-2DpiO span i {
  font-size: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 li .src-assets-style-affairApply--index-heart-3urK6,
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 li .src-assets-style-affairApply--index-unHeart-21kaT {
  position: absolute;
  right: 0.24rem;
  top: 0.18rem;
  font-size: 0.18rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 li .src-assets-style-affairApply--index-heart-3urK6 {
  color: #ff0000;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 li .src-assets-style-affairApply--index-unHeart-21kaT {
  color: #CCCCCC;
  display: none;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 li:hover .src-assets-style-affairApply--index-unHeart-21kaT {
  display: block;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 li:hover .src-assets-style-affairApply--index-unHeart-21kaT:hover {
  color: #ff0000;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 .src-assets-style-affairApply--index-divRelative-eXDje {
  position: relative;
  text-align: center;
  height: 1.28rem;
  z-index: 2;
  padding-top: 27%;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 .src-assets-style-affairApply--index-image--2QZd {
  width: 0.48rem;
  height: 0.48rem;
  margin-bottom: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 .src-assets-style-affairApply--index-fontlist-kHhx- {
  word-wrap: break-word;
  word-break: break-all;
  font-family: "Microsoft YaHei";
  margin: 0 auto;
  font-size: 0.14rem;
  height: 0.21rem;
  width: 0.84rem;
  line-height: 0.2rem;
  color: #666666;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 .src-assets-style-affairApply--index-closeRight-1lkyJ {
  position: absolute;
  top: 0.07rem;
  opacity: 1;
  text-align: right;
  width: 1.12rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 .src-assets-style-affairApply--index-closeRight-1lkyJ .iconfont {
  opacity: 0;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 .src-assets-style-affairApply--index-closeRight-1lkyJ .src-assets-style-affairApply--index-customLeft-2uuNP {
  float: left;
  margin-left: 0.12rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 .src-assets-style-affairApply--index-closeRight-1lkyJ .src-assets-style-affairApply--index-customLeft-2uuNP.src-assets-style-affairApply--index-delete-3lTdZ {
  margin-left: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 .src-assets-style-affairApply--index-closeRight-1lkyJ span i.anticon.anticon-plus-circle-o::before {
  color: #f4f9f6;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  font-size: 0.16rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 .src-assets-style-affairApply--index-closeRight-1lkyJ span i.anticon.anticon-minus-circle-o::before {
  color: #f4f9f6;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  font-size: 0.16rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 .src-assets-style-affairApply--index-closeRight-1lkyJ span i.anticon.anticon-question-circle-o::before {
  border-radius: 50%;
  font-size: 0.16rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 .src-assets-style-affairApply--index-closeRight-1lkyJ .anticon-star {
  opacity: 0;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 .src-assets-style-affairApply--index-closeRight-1lkyJ .anticon-star.src-assets-style-affairApply--index-deleteCollect-PO8GE {
  color: #37A164;
  opacity: 1;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 .src-assets-style-affairApply--index-closeRight-1lkyJ .src-assets-style-affairApply--index-operation1-1G2d1 {
  padding-right: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 .src-assets-style-affairApply--index-closeRight-1lkyJ .src-assets-style-affairApply--index-operation2-pcPdR {
  padding-right: 0.12rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 .src-assets-style-affairApply--index-mask-2TZBp {
  background-color: rgba(35, 145, 230, 0.1);
  border-radius: 4px;
  height: 1.28rem;
  width: 1.12rem;
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  border: 1px solid #62B68E;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-noData-3WDvQ {
  padding: 0.2rem;
  text-align: center;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-noData-3WDvQ .src-assets-style-affairApply--index-noDataTips-2uHgJ {
  margin-top: 0.1rem;
  color: #666666;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-comment-1UqAg {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-anchorContent-2YjEr {
  width: 1.8rem;
  position: fixed;
  top: 1.8rem;
  right: 1.9rem;
  height: calc(100% - 3rem);
  overflow: hidden;
  background: #F4F9F6;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-anchorContent-2YjEr .src-assets-style-affairApply--index-anchorDiv-3WDvG {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-anchorContent-2YjEr .src-assets-style-affairApply--index-anchorDiv-3WDvG.src-assets-style-affairApply--index-show-3kvHT {
  width: 2rem;
  /*:global(.ant-affix){
            position:absolute !important;
            left:0!important;
            top:0 !important;
            z-index:1;
            display: block;
          }*/
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-anchorContent-2YjEr .src-assets-style-affairApply--index-anchorDiv-3WDvG .ant-affix {
  z-index: 1;
  display: none;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-anchorContent-2YjEr .src-assets-style-affairApply--index-anchor-3aqJv {
  margin: 0.4rem 0.1rem 0 0;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-anchorContent-2YjEr .src-assets-style-affairApply--index-anchor-3aqJv.ant-anchor-wrapper {
  overflow: visible;
  width: 2rem;
  background: none;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-anchorContent-2YjEr .src-assets-style-affairApply--index-anchor-3aqJv.ant-anchor-wrapper .src-assets-style-affairApply--index-anchorTitle-ruSxy {
  position: absolute;
  top: -0.3rem;
  font-size: 0.16rem;
  color: #005825;
  font-weight: bold;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-anchorContent-2YjEr .src-assets-style-affairApply--index-anchor-3aqJv.ant-anchor-wrapper .ant-anchor-link {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-anchorContent-2YjEr .src-assets-style-affairApply--index-anchor-3aqJv .ant-anchor-ink:before {
  width: 1px;
  background-color: #e7e7e7;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-anchorContent-2YjEr .src-assets-style-affairApply--index-anchor-3aqJv .ant-anchor-link-active .ant-anchor-link-title {
  color: #37A164;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-anchorContent-2YjEr .src-assets-style-affairApply--index-anchor-3aqJv .ant-anchor-ink-ball {
  border: 2px solid #37A164;
  transform: translateX(-45%);
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-anchorContent-2YjEr .src-assets-style-affairApply--index-anchor-3aqJv a:hover {
  color: #37A164;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-affairTitle-20y9X {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0.3rem;
  margin-top: -0.02rem;
  padding-right: 0.15rem;
  display: inline-block;
  whiteSpace: nowrap;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY a.src-assets-style-affairApply--index-affairTitle-20y9X {
  color: #333333;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-background-1_3E5 {
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-background-1_3E5.src-assets-style-affairApply--index-show-3kvHT {
  display: block;
}
.src-assets-style-affairApply--index-itemDraging-2fzUA {
  background: #D5E6E0;
  padding: 0.2rem;
}
.src-assets-style-affairApply--index-sideTagitem-YY7rv {
  z-index: 99999;
  height: 0.64rem;
  line-height: 0.64rem;
  text-align: left;
  background: #D5E6E0;
  border: 1px solid #efefef;
  cursor: pointer;
}
.src-assets-style-affairApply--index-sideTagitem-YY7rv.src-assets-style-affairApply--index-forbid-3q6zk {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.src-assets-style-affairApply--index-sideTagitem-YY7rv:hover i {
  display: inline;
}
.src-assets-style-affairApply--index-sideTagitem-YY7rv .src-assets-style-affairApply--index-iconDiv-2uKWk {
  width: 0.6rem;
  text-align: center;
  height: 0.64rem;
  display: inline-block;
  line-height: 0.64rem;
  vertical-align: middle;
}
.src-assets-style-affairApply--index-sideTagitem-YY7rv .src-assets-style-affairApply--index-systemName-23_8r {
  display: inline-block;
  vertical-align: middle;
  height: 0.64rem;
  line-height: 0.64rem;
  font-size: 0.16rem;
}
.src-assets-style-affairApply--index-sideTagitem-YY7rv i {
  color: #98ACA5;
  line-height: 0.64rem;
  display: none;
  float: right;
  vertical-align: middle;
}
.src-assets-style-affairApply--index-sideTagitem-YY7rv i:hover {
  cursor: pointer;
  color: #228B22;
}
.src-assets-style-affairApply--index-sideTagitem-YY7rv .iconfont {
  margin-right: 0.12rem;
}
.src-assets-style-affairApply--index-sideTagitem-YY7rv .anticon-star {
  margin-right: 0.12rem;
  color: #37a164;
}
.src-assets-style-affairApply--index-sideTagitem-YY7rv .src-assets-style-affairApply--index-iconTag-pEjsJ {
  width: 0.6rem;
  text-align: center;
}
.src-assets-style-affairApply--index-sideTagitem-YY7rv .src-assets-style-affairApply--index-iconTag-pEjsJ .src-assets-style-affairApply--index-iconCon-1LMMM {
  display: inline-block;
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  margin: 0.06rem auto 0;
  box-shadow: 0px 0.02rem 0.07rem 0px rgba(87, 177, 134, 0.24);
  line-height: 0.46rem;
  text-align: center;
}
.src-assets-style-affairApply--index-sideTagitem-YY7rv .src-assets-style-affairApply--index-iconTag-pEjsJ img {
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
}
.src-assets-style-affairApply--index-hiddenBody-2tEty {
  overflow: hidden;
}
.src-assets-style-affairApply--index-showBody-3jOp6 {
  overflow: auto;
}
.src-assets-style-affairApply--index-customerModal-1dmlw {
  overflow: hidden;
}
.src-assets-style-affairApply--index-customerModal-1dmlw .ant-modal-header {
  padding: 0.14rem 0.24rem;
  background: green;
  font-size: 0.16rem;
  font-weight: normal;
}
.src-assets-style-affairApply--index-customerModal-1dmlw .ant-modal-title {
  color: #ffffff;
}
.src-assets-style-affairApply--index-customerModal-1dmlw .ant-modal-close-x {
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #ffffff;
}
.src-assets-style-affairApply--index-customerModal-1dmlw .ant-modal-body {
  padding: 0;
}
.src-assets-style-affairApply--index-customerModal-1dmlw .src-assets-style-affairApply--index-customerForm-1E-B8 {
  padding: 0.2rem;
}
.src-assets-style-affairApply--index-customerModal-1dmlw .src-assets-style-affairApply--index-customerForm-1E-B8 .src-assets-style-affairApply--index-iconSelect-5Jnnn {
  width: 100%;
}
.src-assets-style-affairApply--index-customerModal-1dmlw .src-assets-style-affairApply--index-customerForm-1E-B8 .src-assets-style-affairApply--index-iconSelect-5Jnnn .src-assets-style-affairApply--index-iconDiv-2uKWk {
  width: 1.32rem;
  height: 1.32rem;
  line-height: 1.32rem;
  text-align: center;
  border: 1px dashed #D5E6E0;
  display: inline-block;
}
.src-assets-style-affairApply--index-customerModal-1dmlw .src-assets-style-affairApply--index-customerForm-1E-B8 .src-assets-style-affairApply--index-iconSelect-5Jnnn .src-assets-style-affairApply--index-iconDiv-2uKWk .src-assets-style-affairApply--index-iconTag-pEjsJ {
  display: inline-block;
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  height: 0.66rem;
  width: 0.66rem;
  border-radius: 50%;
  margin: 0.05rem auto 0;
  box-shadow: 0px 0.02rem 0.07rem 0px rgba(87, 177, 134, 0.8);
  line-height: 0.6rem;
  vertical-align: middle;
  margin-top: -0.08rem;
}
.src-assets-style-affairApply--index-customerModal-1dmlw .src-assets-style-affairApply--index-customerForm-1E-B8 .src-assets-style-affairApply--index-iconSelect-5Jnnn .src-assets-style-affairApply--index-iconDiv-2uKWk .src-assets-style-affairApply--index-iconTag-pEjsJ img {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-affairApply--index-customerModal-1dmlw .src-assets-style-affairApply--index-customerForm-1E-B8 .src-assets-style-affairApply--index-iconSelect-5Jnnn .src-assets-style-affairApply--index-iconBottom-1z1Ds {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 0.2rem;
}
.src-assets-style-affairApply--index-customerModal-1dmlw .src-assets-style-affairApply--index-customerForm-1E-B8 .src-assets-style-affairApply--index-iconSelect-5Jnnn .src-assets-style-affairApply--index-iconBottom-1z1Ds .src-assets-style-affairApply--index-iconRandom-2WeGy {
  margin-right: 0.2rem;
}
.src-assets-style-affairApply--index-customerModal-1dmlw .src-assets-style-affairApply--index-iconSelectDiv-2JTwO {
  padding: 0.2rem;
  height: 3rem;
}
.src-assets-style-affairApply--index-customerModal-1dmlw .src-assets-style-affairApply--index-iconSelectDiv-2JTwO .src-assets-style-affairApply--index-iconListDiv-1sh1z .src-assets-style-affairApply--index-logoList-1PGtZ li {
  height: 0.8rem;
  width: 1rem;
  float: left;
  position: relative;
  margin: 0.02rem;
  z-index: 0;
  cursor: pointer;
  text-align: center;
  display: table;
}
.src-assets-style-affairApply--index-customerModal-1dmlw .src-assets-style-affairApply--index-iconSelectDiv-2JTwO .src-assets-style-affairApply--index-iconListDiv-1sh1z .src-assets-style-affairApply--index-logoList-1PGtZ li .src-assets-style-affairApply--index-logoDivRelative-CabvI {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 0.8rem;
  z-index: 2;
}
.src-assets-style-affairApply--index-customerModal-1dmlw .src-assets-style-affairApply--index-iconSelectDiv-2JTwO .src-assets-style-affairApply--index-iconListDiv-1sh1z .src-assets-style-affairApply--index-logoList-1PGtZ li .src-assets-style-affairApply--index-logoDivRelative-CabvI .src-assets-style-affairApply--index-image--2QZd {
  width: 0.4rem;
  height: 0.4rem;
  margin-bottom: 0;
}
.src-assets-style-affairApply--index-customerModal-1dmlw .src-assets-style-affairApply--index-iconSelectDiv-2JTwO .src-assets-style-affairApply--index-iconListDiv-1sh1z .src-assets-style-affairApply--index-logoList-1PGtZ li:hover {
  background: rgba(141, 205, 118, 0.4);
}
.src-assets-style-affairApply--index-customerModal-1dmlw .src-assets-style-affairApply--index-iconSelectDiv-2JTwO .src-assets-style-affairApply--index-iconListDiv-1sh1z .src-assets-style-affairApply--index-logoList-1PGtZ li.src-assets-style-affairApply--index-active-XlBV4 {
  background: rgba(141, 205, 118, 0.4);
}
.src-assets-style-affairApply--index-affairName-1vJBj :hover {
  text-decoration: underline;
}
.src-assets-style-affairApply--index-bodyFixed-1N3ZR {
  position: fixed;
  width: 100%;
}
/****************绿色主题开始******************/
.theme-green .src-assets-style-affairApply--index-sideTag-1z3Eu .src-assets-style-affairApply--index-tagItem-2YyFD:hover {
  background: #E6FFF1;
  cursor: pointer;
}
.theme-green .src-assets-style-affairApply--index-sideTag-1z3Eu .src-assets-style-affairApply--index-tagItem-2YyFD.src-assets-style-affairApply--index-current-3_OlH {
  box-shadow: 1px 1px 1px 1px rgba(0, 88, 37, 0.3);
  background: #f2aa18;
}
/**************** 蓝色主题开始*****************/
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY {
  box-shadow: 0 0 0.1rem 0 rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY.src-assets-style-affairApply--index-showBigList-1-7Nc .src-assets-style-affairApply--index-searchButton-3pGGN:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-searchLayout-fDtZj {
  background: #fafdff;
  /*i{
        &:hover{
          color:@theme-blue-1;
        }
      }*/
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-toggle-2gnoi .src-assets-style-affairApply--index-sideLogo-2dt69:hover {
  background: #e6f7ff;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-sideLeft-3fAc7 {
  background: #fafdff;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-sideTag-1z3Eu .src-assets-style-affairApply--index-tagItem-2YyFD {
  background: #fafdff;
  cursor: pointer;
  box-shadow: 1px 1px 1px 1px rgba(0, 88, 37, 0.3);
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-sideTag-1z3Eu .src-assets-style-affairApply--index-tagItem-2YyFD:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-sideTag-1z3Eu .src-assets-style-affairApply--index-tagItem-2YyFD.src-assets-style-affairApply--index-current-3_OlH {
  box-shadow: 1px 1px 1px 1px rgba(0, 88, 37, 0.3);
  background: #f2aa18;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-sideTag-1z3Eu .src-assets-style-affairApply--index-hideTag-2hsYT {
  background: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-addBtnWrap-39R8s {
  background: #fafdff;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-addBtnWrap-39R8s .src-assets-style-affairApply--index-rollback-28O-R {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-addBtnContent-3-zrX .src-assets-style-affairApply--index-addName-iakeQ {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-systemList-18-v7 .src-assets-style-affairApply--index-sideTagitem-YY7rv {
  background: #f4f5f5;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-systemList-18-v7 .src-assets-style-affairApply--index-sideTagitem-YY7rv:hover {
  background: #D5E6E0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-systemList-18-v7 .src-assets-style-affairApply--index-emptyTipsDiv-1R8mt:hover .src-assets-style-affairApply--index-emptyTips-36Wii {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-emptyTipsDiv-1R8mt:hover .src-assets-style-affairApply--index-emptyTips-36Wii {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .ant-collapse-content {
  background: #F2F3F4;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .ant-collapse .ant-collapse-item.ant-collapse-no-arrow .ant-collapse-header .anticon-star {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .ant-collapse-item-active .ant-collapse-header {
  border-bottom: 2px solid #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .ant-collapse-item-active .src-assets-style-affairApply--index-serviceCount-WDWmL {
  background: #397EF0;
  border: 1px solid #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-serviceDomainIconDiv-nAOGQ .src-assets-style-affairApply--index-serviceDomainIcon-14aMT {
  border: 1px solid rgba(35, 145, 230, 0.1);
  background-color: #397EF0;
  box-shadow: 0 0.02rem 0.07rem 0 rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-serviceCount-WDWmL {
  background: #F0F3F6;
  border: 1px solid #CFD7DE;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-serviceItem-sfy37 .src-assets-style-affairApply--index-serviceIconDiv-2R9BB .src-assets-style-affairApply--index-serviceIcon-2a-nr {
  border: 1px solid rgba(87, 177, 134, 0.1);
  box-shadow: 0 0.02rem 0.07rem 0 rgba(87, 177, 134, 0.24);
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-serviceItem-sfy37:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x {
  box-shadow: 0 0 0.1rem 0 rgba(0, 88, 37, 0.1);
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-titleBar-2LRsZ {
  border-bottom: 1px solid #E1E6E3;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-titleBar-2LRsZ .src-assets-style-affairApply--index-closeIcon-xrqEn:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-type-7upq3 {
  color: #1F5BCB;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-type-7upq3 .src-assets-style-affairApply--index-tag-3xGzz {
  background: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-type-7upq3.src-assets-style-affairApply--index-serviceDomain-2USk4:hover .src-assets-style-affairApply--index-collectSpan-4gnxz i.src-assets-style-affairApply--index-deleteCollect-PO8GE {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 li:hover .src-assets-style-affairApply--index-fontlist-kHhx- {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 .ant-card-meta-title span:hover {
  color: #397EF0;
  text-decoration: underline;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 .src-assets-style-affairApply--index-closeRight-1lkyJ .anticon-star.src-assets-style-affairApply--index-deleteCollect-PO8GE {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 .src-assets-style-affairApply--index-mask-2TZBp {
  border: 1px solid #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-anchorContent-2YjEr {
  background: #f3f7f9;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-anchorContent-2YjEr .src-assets-style-affairApply--index-anchor-3aqJv.ant-anchor-wrapper .src-assets-style-affairApply--index-anchorTitle-ruSxy {
  color: #1F5BCB;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-anchorContent-2YjEr .src-assets-style-affairApply--index-anchor-3aqJv .ant-anchor-ink:before {
  background-color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-anchorContent-2YjEr .src-assets-style-affairApply--index-anchor-3aqJv .ant-anchor-link-active .ant-anchor-link-title {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-anchorContent-2YjEr .src-assets-style-affairApply--index-anchor-3aqJv .ant-anchor-ink-ball {
  border: 2px solid #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-anchorContent-2YjEr .src-assets-style-affairApply--index-anchor-3aqJv a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-itemDraging-2fzUA {
  background: #D5E6E0;
}
.theme-blue .src-assets-style-affairApply--index-sideTagitem-YY7rv {
  background: #D5E6E0;
  border: 1px solid #efefef;
}
.theme-blue .src-assets-style-affairApply--index-sideTagitem-YY7rv i {
  color: #98ACA5;
}
.theme-blue .src-assets-style-affairApply--index-sideTagitem-YY7rv i:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-sideTagitem-YY7rv .anticon-star {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-sideTagitem-YY7rv .src-assets-style-affairApply--index-iconTag-pEjsJ .src-assets-style-affairApply--index-iconCon-1LMMM {
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0.02rem 0.07rem 0px rgba(87, 177, 134, 0.24);
}
.theme-blue .src-assets-style-affairApply--index-customerModal-1dmlw .ant-modal-header {
  background: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-customerModal-1dmlw .src-assets-style-affairApply--index-customerForm-1E-B8 .src-assets-style-affairApply--index-iconSelect-5Jnnn .src-assets-style-affairApply--index-iconDiv-2uKWk {
  border: 1px dashed #D5E6E0;
}
.theme-blue .src-assets-style-affairApply--index-customerModal-1dmlw .src-assets-style-affairApply--index-customerForm-1E-B8 .src-assets-style-affairApply--index-iconSelect-5Jnnn .src-assets-style-affairApply--index-iconDiv-2uKWk .src-assets-style-affairApply--index-iconTag-pEjsJ {
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0.02rem 0.07rem 0px rgba(35, 145, 230, 0.3);
}
/*************** 蓝色主题结束*****************/
/**************** 红色主题开始*****************/
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY {
  box-shadow: 0 0 0.1rem 0 rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY.src-assets-style-affairApply--index-showBigList-1-7Nc .src-assets-style-affairApply--index-searchButton-3pGGN:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-affairName-1vJBj :hover {
  text-decoration: underline;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-searchLayout-fDtZj {
  background: #fafdff;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-toggle-2gnoi .src-assets-style-affairApply--index-sideLogo-2dt69:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-sideLeft-3fAc7 {
  background: #fafdff;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-sideTag-1z3Eu .src-assets-style-affairApply--index-tagItem-2YyFD {
  background: #fafdff;
  box-shadow: 1px 1px 1px 1px rgba(0, 88, 37, 0.3);
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-sideTag-1z3Eu .src-assets-style-affairApply--index-tagItem-2YyFD:hover {
  background: #fff1f0;
  cursor: pointer;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-sideTag-1z3Eu .src-assets-style-affairApply--index-tagItem-2YyFD.src-assets-style-affairApply--index-current-3_OlH {
  background: #f2aa18;
  box-shadow: 1px 1px 1px 1px rgba(0, 88, 37, 0.3);
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-sideTag-1z3Eu .src-assets-style-affairApply--index-hideTag-2hsYT {
  background: #F63E62;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-addBtnWrap-39R8s {
  background: #fafdff;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-addBtnWrap-39R8s .src-assets-style-affairApply--index-rollback-28O-R {
  color: #9A001E;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-addBtnContent-3-zrX .src-assets-style-affairApply--index-addName-iakeQ {
  color: #9A001E;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-systemList-18-v7 .src-assets-style-affairApply--index-emptyTipsDiv-1R8mt:hover .src-assets-style-affairApply--index-emptyTips-36Wii {
  color: #9A001E;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-emptyTipsDiv-1R8mt:hover .src-assets-style-affairApply--index-emptyTips-36Wii {
  color: #9A001E;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .ant-collapse-content {
  background: #F2F3F4;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .ant-collapse .ant-collapse-item.ant-collapse-no-arrow .ant-collapse-header .anticon-star {
  color: #F63E62;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .ant-collapse-item-active .ant-collapse-header {
  border-bottom: 2px solid #9A001E;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .ant-collapse-item-active .src-assets-style-affairApply--index-serviceCount-WDWmL {
  background: #9A001E;
  border: 1px solid #9A001E;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-serviceList-21z1u .src-assets-style-affairApply--index-serviceItem-sfy37:hover {
  background: rgba(255, 71, 72, 0.2);
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x {
  box-shadow: 0 0 0.1rem 0 rgba(169, 0, 33, 0.1);
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-titleBar-2LRsZ {
  /*border-bottom: 1px solid @theme-red-5;*/
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-titleBar-2LRsZ .src-assets-style-affairApply--index-closeIcon-xrqEn:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-type-7upq3 {
  color: #9A001E;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-type-7upq3 .src-assets-style-affairApply--index-tag-3xGzz {
  background: #9A001E;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-type-7upq3.src-assets-style-affairApply--index-serviceDomain-2USk4:hover .src-assets-style-affairApply--index-collectSpan-4gnxz i.src-assets-style-affairApply--index-deleteCollect-PO8GE {
  color: #9A001E;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 li:hover .src-assets-style-affairApply--index-fontlist-kHhx- {
  color: #F63E62;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 .ant-card-meta-title span:hover {
  color: #F63E62;
  text-decoration: underline;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 .src-assets-style-affairApply--index-closeRight-1lkyJ .anticon-star.src-assets-style-affairApply--index-deleteCollect-PO8GE {
  color: #F63E62;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-contentBody-1gz4h .src-assets-style-affairApply--index-contentList-3E5Ff .src-assets-style-affairApply--index-typeItem-WFJMO .src-assets-style-affairApply--index-dataList-2Hieo .src-assets-style-affairApply--index-ullist-26es7 .src-assets-style-affairApply--index-mask-2TZBp {
  border: 1px solid #F63E62;
  background-color: #f3f7f9;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-anchorContent-2YjEr {
  background: #f3f7f9;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-anchorContent-2YjEr .src-assets-style-affairApply--index-anchor-3aqJv.ant-anchor-wrapper .src-assets-style-affairApply--index-anchorTitle-ruSxy {
  color: #9A001E;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-anchorContent-2YjEr .src-assets-style-affairApply--index-anchor-3aqJv .ant-anchor-ink:before {
  background-color: #F63E62;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-anchorContent-2YjEr .src-assets-style-affairApply--index-anchor-3aqJv .ant-anchor-link-active .ant-anchor-link-title {
  color: #F63E62;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-anchorContent-2YjEr .src-assets-style-affairApply--index-anchor-3aqJv .ant-anchor-ink-ball {
  border: 2px solid #F63E62;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-mDMDY .src-assets-style-affairApply--index-moreContent-2Kl9x .src-assets-style-affairApply--index-anchorContent-2YjEr .src-assets-style-affairApply--index-anchor-3aqJv a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-affairApply--index-sideTagitem-YY7rv i {
  color: #98ACA5;
}
.theme-red .src-assets-style-affairApply--index-sideTagitem-YY7rv i:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-affairApply--index-sideTagitem-YY7rv .anticon-star {
  color: #9A001E;
}
.theme-red .src-assets-style-affairApply--index-sideTagitem-YY7rv .src-assets-style-affairApply--index-iconTag-pEjsJ .src-assets-style-affairApply--index-iconCon-1LMMM {
  border: 1px solid rgba(169, 0, 33, 0.1);
  background-color: #f3f7f9;
  box-shadow: 0px 0.02rem 0.07rem 0px rgba(169, 0, 33, 0.3);
}
/*************** 红色主题结束*****************/
@media (max-width: 1400px) {
  .font-normal .src-assets-style-affairApply--index-portalSidelink-mDMDY {
    margin-left: -0.6rem;
  }
  .font-normal .src-assets-style-affairApply--index-portalSidelink-mDMDY.src-assets-style-affairApply--index-showBigList-1-7Nc {
    margin-left: 0;
  }
}
@media (max-width: 1540px) {
  .font-large .src-assets-style-affairApply--index-portalSidelink-mDMDY {
    margin-left: -0.6rem;
  }
  .font-large .src-assets-style-affairApply--index-portalSidelink-mDMDY.src-assets-style-affairApply--index-showBigList-1-7Nc {
    margin-left: 0;
  }
}
@media (max-width: 1750px) {
  .font-extraLarge .src-assets-style-affairApply--index-portalSidelink-mDMDY {
    margin-left: -0.6rem;
  }
  .font-extraLarge .src-assets-style-affairApply--index-portalSidelink-mDMDY.src-assets-style-affairApply--index-showBigList-1-7Nc {
    margin-left: 0;
  }
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_xykac868c.eot');
  src: url('//at.alicdn.com/t/font_864711_xykac868c.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_xykac868c.woff') format('woff'), url('//at.alicdn.com/t/font_864711_xykac868c.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_xykac868c.svg#iconfont') format('svg');
}
body {
  /*overflow:hidden*/
}
.fixCollectBtn {
  cursor: pointer;
  display: inline-block;
  height: 0.32rem;
  line-height: 0.32rem;
  background: #fff;
  color: #000;
  transition: all 0.2s ease;
  position: fixed;
  top: 35%;
  box-shadow: 0px 0.04rem 0.16rem 0px rgba(0, 32, 85, 0.15);
  border-radius: 8px 0px 0px 8px;
  overflow: hidden;
}
.fixCollectBtn li {
  padding-left: 0.15rem;
}
.fixCollectBtn li img {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.07rem;
  vertical-align: -0.02rem;
}
.fixCollectBtn li:hover {
  background: rgba(57, 126, 240, 0.1);
  color: #397ef0;
}
.fixCollectTitle {
  position: fixed;
  top: 35%;
  right: 0;
  z-index: 999;
  width: 1.44rem;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #fff;
  font-size: 0.16rem;
  background: #0070c1;
  opacity: 0.5;
  border-radius: 30px 0px 0px 30px;
  text-align: center;
  cursor: pointer;
}
/*************** 蓝色主题 start***************/
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
/*************** 红色主题 end***************/
/*************** 绿色主题 start***************/
/*************** 绿色主题 end***************/
.theme-custom .fixCollectTitle {
  background: var(--themeColor);
}
.theme-custom .fixCollectBtn li:hover {
  background: var(--themeColorBg);
  color: var(--themeColor);
}
.ellipsis {
  overflow: hidden;
  display: inline-block;
  word-break: break-all;
  width: 100%;
}
.lines {
  position: relative;
}
.lines .shadow {
  display: block;
  position: relative;
  color: transparent;
  opacity: 0;
  z-index: -999;
}
.lineClamp {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.src-assets-style-oaSupervise--index-breadcrumbItem-11t2L {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-oaSupervise--index-addMission-2fW8g .ant-input-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  background-color: #f5f5f5 !important;
}
.src-assets-style-oaSupervise--index-addMission-2fW8g .ant-input-disabled:hover {
  border-color: #d9d9d9;
}
.src-assets-style-oaSupervise--index-card-3bXox {
  float: left;
  display: inline-block;
  width: 100%;
  border-radius: 6px;
  margin-bottom: 0.25rem;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
}
.src-assets-style-oaSupervise--index-fixBotBarWrap-K4Bev {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #F2F2F2;
  border-top: 1px solid #E1E6E3;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
}
.src-assets-style-oaSupervise--index-fixBotBarWrap-K4Bev .ant-btn {
  margin-top: 0.1rem;
}
.src-assets-style-oaSupervise--index-fixBotBarWrap-K4Bev .src-assets-style-oaSupervise--index-breadcrumb-3QswI {
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-oaSupervise--index-fixBotBarWrap-K4Bev .src-assets-style-oaSupervise--index-superviseTime-aPQ0p .src-assets-style-oaSupervise--index-dynamic-delete-button-2P0iY {
  cursor: pointer;
  position: relative;
  top: 0.04rem;
  font-size: 0.24rem;
  color: red;
  transition: all 0.3s;
}
.src-assets-style-oaSupervise--index-fixBotBarWrap-K4Bev .src-assets-style-oaSupervise--index-superviseTime-aPQ0p .src-assets-style-oaSupervise--index-dynamic-delete-button-2P0iY:hover {
  color: red;
}
.src-assets-style-oaSupervise--index-fixBotBarWrap-K4Bev .src-assets-style-oaSupervise--index-superviseTime-aPQ0p .src-assets-style-oaSupervise--index-dynamic-delete-button-2P0iY[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.src-assets-style-oaSupervise--index-type1-1t2sX {
  color: green;
}
.src-assets-style-oaSupervise--index-type3-eEtCX {
  color: orange;
}
.src-assets-style-oaSupervise--index-qtxbDbStyle-3ZCJf {
  width: 19%;
  float: left;
  padding-left: 0.1rem;
  white-space: nowrap;
  border-right: 1px solid #e8e8e8;
  overflow: hidden;
  text-overflow: ellipsis;
}
.src-assets-style-oaSupervise--index-qtxbYbStyle-2nLcF {
  width: 15%;
  float: left;
  padding-left: 0.1rem;
  white-space: nowrap;
  border-right: 1px solid #e8e8e8;
  overflow: hidden;
  text-overflow: ellipsis;
}
.src-assets-style-oaSupervise--index-xgTaskDepStyle-1Effq {
  line-height: 3;
}
.src-assets-style-oaSupervise--index-xgTaskDepSolid-26RMs {
  height: 1px;
  border-top: solid #999999 1px;
  margin: 0.05rem 0px;
}
.src-assets-style-oaSupervise--index-sfblFkDataStyle-3YPVF {
  text-align: center;
}
/*************** 共用样式***************/
.src-assets-style-oaSupervise--index-newsSearch-1LHmK {
  float: right;
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.07rem;
}
.src-assets-style-oaSupervise--index-newsSearch-1LHmK .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-oaSupervise--index-newsSearch-1LHmK .anticon-search {
  position: absolute;
  left: 0.12rem;
  font-size: 0.12rem;
  line-height: 0.36rem;
  z-index: 2;
  color: #BFBFBF;
}
.src-assets-style-oaSupervise--index-newsSearch-1LHmK .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-oaSupervise--index-newsSearch-1LHmK .src-assets-style-oaSupervise--index-searchDel-180QR {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  right: 0.58rem;
  top: 50%;
  margin-top: -0.16rem;
  font-size: 0.12rem;
  z-index: 2;
}
.src-assets-style-oaSupervise--index-conditionStyle-1z7ah {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-oaSupervise--index-dropdownBoxDisplayNone-spMrB {
  display: none;
}
.src-assets-style-oaSupervise--index-selectColor-3ZRAS {
  color: var(--themeColor);
}
.src-assets-style-oaSupervise--index-toolTip-I_fFr .ant-tooltip-content .ant-tooltip-inner {
  width: 7.6rem !important;
}
.src-assets-style-oaSupervise--index-toolTip2-1YHFg .ant-tooltip-content .ant-tooltip-inner {
  width: 5.1rem !important;
}
.src-assets-style-oaSupervise--index-pointerTag-26FVq {
  cursor: pointer;
}
.src-assets-style-oaSupervise--index-main-content-3jwSP {
  min-height: 14.8rem !important;
}
.src-assets-style-oaSupervise--index-bodyFixed-2w9JU {
  position: fixed;
  width: 100%;
}
.src-assets-style-oaSupervise--index-overflow-2J00A {
  overflow: hidden;
}
.src-assets-style-oaSupervise--index-fontGray-1l2DZ {
  color: #adadad;
}
.src-assets-style-oaSupervise--index-fontLightBlack-1SWib {
  color: #808080;
}
.src-assets-style-oaSupervise--index-fontLine-1jkcU {
  color: #adadad;
  margin-left: 0.06rem;
}
.src-assets-style-oaSupervise--index-mgt12-30kHd {
  margin-top: 0.12rem;
}
.src-assets-style-oaSupervise--index-textCenter-2HDRW {
  text-align: center;
  color: #808080;
  cursor: pointer;
}
.src-assets-style-oaSupervise--index-pdr5-2ujPr {
  padding-right: 0.05rem;
}
.src-assets-style-oaSupervise--index-fontSc-1XpcA {
  padding-right: 0.05rem;
  text-align: center;
  font-size: 0.28rem;
  color: #595959;
}
.src-assets-style-oaSupervise--index-lineHeight-1NIaa {
  line-height: 0.4rem;
  /*margin-left: -450px;*/
  width: 4rem;
}
/* 服务入口页面布局样式 */
.src-assets-style-oaSupervise--index-flex-RPGeD {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-contentMain-3P2hs img {
  max-width: 100%;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-contentMain-3P2hs .ant-card-bordered {
  width: calc(100% - 2.28rem);
  display: inline-block;
  max-width: 100%;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-contentMain-3P2hs .ant-card-bordered .ant-card-body p {
  padding: 0px 0.32rem;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-contentMain-3P2hs .ant-card-bordered .ant-card-body img {
  max-width: 100%;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-limitLength-jfLDN,
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-limitSplit-3p6M3 {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-limitLength-jfLDN {
  width: 0.95rem;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-limitSplit-3p6M3 {
  width: 0.2rem;
  text-align: center;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z {
  width: 3.87rem;
  overflow: hidden;
  float: right;
  margin-top: 0.25rem;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightTop-NmE8m:hover {
  cursor: pointer;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightTop-NmE8m:hover .src-assets-style-oaSupervise--index-rightAffairsBox-aSBfJ .anticon {
  display: inline-block;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightTop-NmE8m {
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  min-height: 4.05rem;
  background-color: white;
  border: 1px solid #e8e8e8;
  margin-bottom: 0.26rem;
  position: relative;
  /* 全部事务右边推荐事务 */
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightTop-NmE8m .src-assets-style-oaSupervise--index-rightAffairsBox-aSBfJ .anticon {
  display: none;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightTop-NmE8m .src-assets-style-oaSupervise--index-iconLeft-3j1Tg {
  color: #D4D4D4;
  font-size: 0.25rem;
  position: absolute;
  left: 0.1rem;
  z-index: 2;
  top: 47%;
  transform: translateY(-50%);
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightTop-NmE8m .src-assets-style-oaSupervise--index-iconLeft-3j1Tg:hover {
  color: #AAAAAA;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightTop-NmE8m .src-assets-style-oaSupervise--index-iconRight-2ZzLi {
  color: #D4D4D4;
  font-size: 0.25rem;
  position: absolute;
  right: 0.1rem;
  z-index: 2;
  top: 47%;
  transform: translateY(-50%);
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightTop-NmE8m .src-assets-style-oaSupervise--index-iconRight-2ZzLi:hover {
  color: #AAAAAA;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightTop-NmE8m .ant-card {
  position: static;
  color: #666666;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightTop-NmE8m .src-assets-style-oaSupervise--index-affairTitle-2tCSW .ant-card-body {
  padding: 0px;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightTop-NmE8m .src-assets-style-oaSupervise--index-affairTitle-2tCSW .ant-card-head {
  border-bottom: none;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightTop-NmE8m .src-assets-style-oaSupervise--index-affairTitle-2tCSW .ant-list-grid .ant-list-item {
  margin-bottom: 0;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightTop-NmE8m .src-assets-style-oaSupervise--index-affairTitle-2tCSW .ant-carousel .slick-dots {
  bottom: 0.35rem;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightTop-NmE8m .src-assets-style-oaSupervise--index-affairTitle-2tCSW .ant-carousel .slick-slider {
  position: static;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightTop-NmE8m .src-assets-style-oaSupervise--index-affairTitle-2tCSW .ant-carousel .slick-dots li.slick-active button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #1890ff;*/
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightTop-NmE8m .src-assets-style-oaSupervise--index-affairTitle-2tCSW .ant-carousel .slick-dots li button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #b8c4cc;*/
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightTop-NmE8m .src-assets-style-oaSupervise--index-affairTitle-2tCSW .src-assets-style-oaSupervise--index-noDataIcon-11Xsa {
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightTop-NmE8m .src-assets-style-oaSupervise--index-affairTitle-2tCSW .src-assets-style-oaSupervise--index-fontBlack-wQzo4 {
  font-size: 0.18rem;
  font-weight: bold;
  color: #474747;
  line-height: 0.21rem;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightTop-NmE8m .src-assets-style-oaSupervise--index-affairTitle-2tCSW .src-assets-style-oaSupervise--index-serviceCollectDivRelative-1BFyn {
  position: relative;
  text-align: center;
  /* .radiusDiv:hover{
             box-shadow: 0px 0px 10px 4px rgba(68, 126, 98, 0.35);


           }*/
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightTop-NmE8m .src-assets-style-oaSupervise--index-affairTitle-2tCSW .src-assets-style-oaSupervise--index-serviceCollectDivRelative-1BFyn .src-assets-style-oaSupervise--index-radiusDiv-1a5_n {
  /*border: 1px solid rgba(90, 137, 181, 0.33);*/
  background: #ffffff;
  height: 0.66rem;
  width: 0.66rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-radius: 33px;
  margin-bottom: 0.15rem;
  margin-left: 0.17rem;
  border-radius: 50%;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightTop-NmE8m .src-assets-style-oaSupervise--index-affairTitle-2tCSW .src-assets-style-oaSupervise--index-serviceCollectDivRelative-1BFyn .src-assets-style-oaSupervise--index-radiusDiv-1a5_n .src-assets-style-oaSupervise--index-imageRadius-33Pub {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightTop-NmE8m .src-assets-style-oaSupervise--index-affairTitle-2tCSW .src-assets-style-oaSupervise--index-serviceCollectDivRelative-1BFyn .ant-card-body {
  padding: 0.11rem 0.07rem 0.18rem 0.09rem;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightTop-NmE8m .src-assets-style-oaSupervise--index-affairTitle-2tCSW .src-assets-style-oaSupervise--index-serviceCollectDivRelative-1BFyn .ant-card-bordered {
  border: none;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightTop-NmE8m .src-assets-style-oaSupervise--index-affairTitle-2tCSW .src-assets-style-oaSupervise--index-serviceCollectDivRelative-1BFyn .src-assets-style-oaSupervise--index-textCenter-2HDRW {
  text-align: center;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-right-12R-Z .src-assets-style-oaSupervise--index-rightBottom-2gx2J {
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  background-color: white;
  min-height: 4.05rem;
  margin-top: 0.26rem;
  border: 1px solid #e8e8e8;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaSupervise--index-collectRadiusDiv-1h9r4 {
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  height: 0.66rem;
  width: 0.66rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-radius: 33px;
  margin: 0 auto;
  box-shadow: 0px 0px 0.05rem rgba(0, 168, 84, 0.3);
  margin-bottom: 0.07rem;
  margin-top: 0.08rem;
}
.src-assets-style-oaSupervise--index-optBackground-1fJFq {
  background: #fff;
}
.src-assets-style-oaSupervise--index-optBackground-1fJFq a {
  color: #000;
}
.src-assets-style-oaSupervise--index-optBackground-1fJFq a:hover {
  color: #fff;
}
.src-assets-style-oaSupervise--index-optName-1jUlr {
  width: 100%;
  height: 100%;
}
.src-assets-style-oaSupervise--index-optImg-3VLhB {
  margin-right: 0.1rem;
  width: 0.22rem;
  height: 0.22rem;
}
.src-assets-style-oaSupervise--index-dropdownBox-eUmaX .ant-select-dropdown-menu-item:hover {
  background: #e6f7ff;
}
.src-assets-style-oaSupervise--index-dropdownBox-eUmaX .ant-select-dropdown-menu-item:hover a {
  color: #397EF0;
}
.src-assets-style-oaSupervise--index-dropdownBox-eUmaX .ant-select-dropdown-menu {
  overflow: hidden;
  max-height: none;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .ant-select .ant-select-selection {
  border: 1px solid rgba(0, 0, 0, 0);
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-screenBtn-1AV8G {
  cursor: pointer;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-screenBtn-1AV8G .ant-btn {
  border: none;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-searchBox-3oE8O {
  width: 5.5rem;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-searchBox-3oE8O input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-sceneNav-zDs_g {
  display: inline-block;
  position: absolute;
  margin-left: 0.55rem;
  height: 0.24rem;
  margin-top: 0.06rem;
  cursor: pointer;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-sceneNav-zDs_g span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: top;
  margin-top: 1px;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-sceneNav-zDs_g .src-assets-style-oaSupervise--index-sceneIcon-AOvVO {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-searchList-2iIM7 {
  line-height: 2;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-searchList-2iIM7 .ant-tag-checkable-checked {
  border-radius: 12px;
  color: var(--themeColor);
  background: var(--themeColorBg);
  border-color: var(--themeColor1);
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-searchList-2iIM7 .ant-tag {
  cursor: pointer;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-searchList-2iIM7 .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-searchList-2iIM7 .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: var(--themeColor);
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-searchList-2iIM7 .src-assets-style-oaSupervise--index-item-2BCjC {
  width: calc(100% - 0.42rem);
  display: inline-block;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-searchList-2iIM7 .src-assets-style-oaSupervise--index-all-3ue9R {
  display: inline-block;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-searchList-2iIM7 .src-assets-style-oaSupervise--index-all-3ue9R .ant-tag {
  cursor: pointer;
  border-radius: 12px;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-searchList-2iIM7 .src-assets-style-oaSupervise--index-searchTitle-2BcxG {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-searchList-2iIM7 span {
  color: #808080;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-searchList-2iIM7 .src-assets-style-oaSupervise--index-hideItem-1O0bW {
  display: inline-block;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-searchList-2iIM7 .src-assets-style-oaSupervise--index-rightBtn-18S0c {
  float: right;
  cursor: pointer;
  margin-top: 0.09rem;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-searchList-2iIM7 .ant-btn {
  border: none;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .theme-blue .ant-btn:hover,
.src-assets-style-oaSupervise--index-searchContent-T3mBD .theme-blue .ant-btn:focus {
  color: #808080;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .ant-input-prefix {
  color: #cdcdcd;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaSupervise--index-searchContent-T3mBD .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaSupervise--index-cardFrame-1tziY .src-assets-style-oaSupervise--index-cardItem-1YOS6:hover {
  cursor: pointer;
  box-shadow: 0px 0px 0.1rem 0px rgba(3, 57, 107, 0.4);
  transition: all 0.5s;
}
.src-assets-style-oaSupervise--index-cardFrame-1tziY .src-assets-style-oaSupervise--index-cardItem-1YOS6:hover button {
  display: block;
  position: absolute;
  right: 0.16rem;
  top: 0.17rem;
  z-index: 2;
  /* opacity: 0.65;*/
}
.src-assets-style-oaSupervise--index-cardFrame-1tziY .src-assets-style-oaSupervise--index-cardItem-1YOS6:hover button:hover {
  opacity: 1;
}
.src-assets-style-oaSupervise--index-cardFrame-1tziY button {
  display: none;
}
.src-assets-style-oaSupervise--index-cardFrame-1tziY .src-assets-style-oaSupervise--index-saveIco-w5c2s {
  width: 0.48rem;
  height: 0.48rem;
}
.src-assets-style-oaSupervise--index-cardFrame-1tziY .src-assets-style-oaSupervise--index-iconTj-3v4rt {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: 1px;
  left: 0.06rem;
}
.src-assets-style-oaSupervise--index-cardFrame-1tziY .src-assets-style-oaSupervise--index-tag-XGD9w {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  height: 0.25rem;
  -webkit-box-orient: vertical;
  clear: both;
}
.src-assets-style-oaSupervise--index-cardFrame-1tziY .src-assets-style-oaSupervise--index-tag-XGD9w .src-assets-style-oaSupervise--index-fontBlack-wQzo4 {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaSupervise--index-cardFrame-1tziY .src-assets-style-oaSupervise--index-comment-2GHTJ {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaSupervise--index-cardFrame-1tziY .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaSupervise--index-cardFrame-1tziY .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0px;
}
.src-assets-style-oaSupervise--index-cardFrame-1tziY .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaSupervise--index-cardFrame-1tziY .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaSupervise--index-cardFrame-1tziY .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaSupervise--index-cardFrame-1tziY .ant-list-item-meta-description {
  line-height: 0.25rem;
}
.src-assets-style-oaSupervise--index-cardFrame-1tziY .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaSupervise--index-cardFrame-1tziY a {
  color: #474747;
}
.src-assets-style-oaSupervise--index-cardFrame-1tziY a:hover {
  /*color: #1890ff;*/
  text-decoration: underline;
}
.src-assets-style-oaSupervise--index-jian-XSsdt {
  display: inline-flex;
  height: 0.31rem;
}
.src-assets-style-oaSupervise--index-flex-RPGeD {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-applyContentTop-gYbUk {
  width: 100%;
  height: 1.8rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-applyContentTop-gYbUk .ant-list-item-main {
  display: inline-block;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-applyContentTop-gYbUk .ant-list-item-extra {
  float: right;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-applyContentTop-gYbUk .src-assets-style-oaSupervise--index-comment-2GHTJ {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-applyContentTop-gYbUk .src-assets-style-oaSupervise--index-saveIco-w5c2s {
  width: 0.48rem;
  height: 0.48rem;
  /*background: #23d688;*/
  /* border-radius: 50%;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-applyContentTop-gYbUk .src-assets-style-oaSupervise--index-iconTj-3v4rt {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: -0.02rem;
  left: 0.06rem;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-applyContentTop-gYbUk .src-assets-style-oaSupervise--index-tag-XGD9w {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 0.26rem;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-applyContentTop-gYbUk .src-assets-style-oaSupervise--index-tag-XGD9w .src-assets-style-oaSupervise--index-fontBlack-wQzo4 {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-applyContentTop-gYbUk .src-assets-style-oaSupervise--index-grade-3srP2 {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  color: #808080;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-applyContentTop-gYbUk .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-applyContentTop-gYbUk .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0.03rem;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-applyContentTop-gYbUk .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-applyContentTop-gYbUk .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-applyContentTop-gYbUk .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-applyContentTop-gYbUk .ant-list-item-meta-description {
  line-height: 2;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-applyContentTop-gYbUk .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-applyContentTop-gYbUk .ant-card-bordered {
  border: none;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-applyContentTop-gYbUk .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-applyContentTop-gYbUk .ant-col-12 {
  width: 100%;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-applyContentTop-gYbUk .ant-card-bordered {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-applyContentTop-gYbUk .ant-card-wider-padding .ant-card-body {
  padding: 0.24rem 0px 0.15rem 0.24rem;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-applyContentTopTitle-mP-qJ a {
  color: #474747;
  font-weight: bold;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-contenBottom-1BKEI {
  display: table;
  margin-top: 0.28rem;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-contenBottom-1BKEI .src-assets-style-oaSupervise--index-userGuide-3EkEm {
  height: auto;
  min-height: 5.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
  position: relative;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-contenBottom-1BKEI .src-assets-style-oaSupervise--index-userGuide-3EkEm .src-assets-style-oaSupervise--index-rightAnchor-21FaF {
  position: absolute;
  right: 0.35rem;
  top: 0.3rem;
  z-index: 999;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-contenBottom-1BKEI .src-assets-style-oaSupervise--index-userGuide-3EkEm .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-contenBottom-1BKEI .src-assets-style-oaSupervise--index-userGuide-3EkEm .ant-card-bordered {
  border: none;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-contenBottom-1BKEI .src-assets-style-oaSupervise--index-userGuide-3EkEm .ant-card-head {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-contenBottom-1BKEI .src-assets-style-oaSupervise--index-userGuide-3EkEm .ant-card-head-title {
  font-weight: bold;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-contenBottom-1BKEI .src-assets-style-oaSupervise--index-userGuide-3EkEm .ant-list-split .ant-list-item {
  border-bottom: none;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-contenBottom-1BKEI .src-assets-style-oaSupervise--index-userGuide-3EkEm .ant-list-split .ant-list-header {
  border-bottom: none;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-contenBottom-1BKEI .src-assets-style-oaSupervise--index-userGuide-3EkEm .ant-list-item {
  padding: 0;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-contenBottom-1BKEI .src-assets-style-oaSupervise--index-userGuide-3EkEm .ant-list-header,
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-contenBottom-1BKEI .src-assets-style-oaSupervise--index-userGuide-3EkEm .ant-list-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-contenBottom-1BKEI .src-assets-style-oaSupervise--index-userGuide-3EkEm .ant-anchor-ink-ball {
  width: 0.14rem;
  height: 0.14rem;
  border: 4px solid #1890ff;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-contenBottom-1BKEI .src-assets-style-oaSupervise--index-userGuide-3EkEm .ant-anchor-wrapper {
  padding-left: 0.1rem;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-userEvaluation-sP9Kj {
  height: auto;
  min-height: 5.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
  display: table-cell;
  width: 3rem;
  vertical-align: top;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-userEvaluation-sP9Kj .src-assets-style-oaSupervise--index-title-1EEOm {
  font-size: 0.16rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.21rem;
  margin: 0.18rem 0 0.3rem 0.08rem;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-userEvaluation-sP9Kj .src-assets-style-oaSupervise--index-evaluationDetails-3Ik1y {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-userEvaluation-sP9Kj .src-assets-style-oaSupervise--index-evaluationDetails-3Ik1y .src-assets-style-oaSupervise--index-describe-3I-Jt {
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-userEvaluation-sP9Kj .src-assets-style-oaSupervise--index-evaluationDetails-3Ik1y .src-assets-style-oaSupervise--index-userName-1HLcf {
  float: left;
  color: #010101;
}
.src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-userEvaluation-sP9Kj .src-assets-style-oaSupervise--index-evaluationDetails-3Ik1y .src-assets-style-oaSupervise--index-time-ydrfM {
  float: right;
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaSupervise--index-nullData-29_H9 {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-oaSupervise--index-nullData-29_H9 .src-assets-style-oaSupervise--index-message-rhxPL {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-oaSupervise--index-limitedTime-3oOQA {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.45rem;
  width: 0.5rem;
}
.src-assets-style-oaSupervise--index-limitedTime-3oOQA .src-assets-style-oaSupervise--index-backBorder-1tjyy {
  border-top: solid 40px #ff9900;
  border-right: solid 50px rgba(0, 0, 0, 0);
}
.src-assets-style-oaSupervise--index-limitedTime-3oOQA .src-assets-style-oaSupervise--index-inner-2zjJ3 {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: 1px;
  transform: rotate(45);
  transform: rotate(-45deg);
}
.src-assets-style-oaSupervise--index-limitedTimeLeft-3E2Pw {
  position: absolute;
  top: 0px;
  left: -0.07rem;
  width: 0.5rem;
  height: 0.45rem;
}
.src-assets-style-oaSupervise--index-limitedTimeLeft-3E2Pw .src-assets-style-oaSupervise--index-backBorder-1tjyy {
  border-top: solid 50px #ff9900;
  border-right: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-oaSupervise--index-limitedTimeLeft-3E2Pw .src-assets-style-oaSupervise--index-inner-2zjJ3 {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: 1px;
  transform: rotate(45);
  transform: rotate(-45deg);
}
.src-assets-style-oaSupervise--index-footerStyle-3IOLx {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaSupervise--index-pagingMargin1-3YMIC {
  margin-left: 0.2rem;
}
.src-assets-style-oaSupervise--index-pagingMargin2-r4AWl {
  margin-left: 0.5rem;
}
.src-assets-style-oaSupervise--index-pagingLeft-1mGvB {
  display: inline-block;
  width: 60%;
}
.src-assets-style-oaSupervise--index-pagingRight-Er__9 {
  display: inline-block;
  text-align: right;
  padding-right: 0.1rem;
  width: 40%;
}
.src-assets-style-oaSupervise--index-pageingButton-20smO {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-oaSupervise--index-pageingNotAllowed-USQaK {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-oaSupervise--index-itemButton-32n2c {
  margin-right: 0.1rem;
}
.src-assets-style-oaSupervise--index-itemButton-32n2c .src-assets-style-oaSupervise--index-img-20m3k {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-oaSupervise--index-itemButton-32n2c i {
  margin-right: 0.05rem;
}
.src-assets-style-oaSupervise--index-breadcrumb-3QswI {
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-oaSupervise--index-breadcrumbItem-11t2L {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-oaSupervise--index-card-3bXox {
  float: left;
  display: inline-block;
  width: 100%;
  border-radius: 6px;
  margin-bottom: 0.25rem;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
}
.src-assets-style-oaSupervise--index-fixBotBarWrap-K4Bev {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #F2F2F2;
  border-top: 1px solid #E1E6E3;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
}
.src-assets-style-oaSupervise--index-fixBotBarWrap-K4Bev .ant-btn {
  margin-top: 0.1rem;
}
.src-assets-style-oaSupervise--index-affairsCard_linkTitle-3pLBz {
  float: left;
  margin-right: 0.04rem;
}
.src-assets-style-oaSupervise--index-starStyle-JWdXn {
  font-size: 0.18rem;
}
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaSupervise--index-cardFrame-1tziY .src-assets-style-oaSupervise--index-cardItem-1YOS6:hover button {
  background-color: #70b470;
  border-color: #70b470;
}
.theme-green .src-assets-style-oaSupervise--index-cardFrame-1tziY .src-assets-style-oaSupervise--index-cardItem-1YOS6:hover button:hover {
  background-color: #00a854;
  border-color: #00a854;
}
/**************************** 绿色主题开始 ***************************/
/**************************** 红色主题开始 ***************************/
.theme-red .src-assets-style-oaSupervise--index-selectColor-3ZRAS {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise--index-footerStyle-3IOLx {
  background-color: #fffafb;
}
.theme-red .src-assets-style-oaSupervise--index-pageingButton-20smO {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise--index-cardFrame-1tziY .src-assets-style-oaSupervise--index-cardItem-1YOS6:hover button {
  background-color: #F63E62;
  border-color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise--index-cardFrame-1tziY .src-assets-style-oaSupervise--index-cardItem-1YOS6:hover button:hover {
  background-color: #9A001E;
  border-color: #9A001E;
}
.theme-red .src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-searchList-2iIM7 .ant-tag-checkable-checked {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-searchList-2iIM7 .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise--index-pagination-1F-nS {
  box-shadow: 0px 0px 0.1rem 0px rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaSupervise--index-pagination-1F-nS .src-assets-style-oaSupervise--index-affairTotal-2cX3R .src-assets-style-oaSupervise--index-fontBlue-36En3 {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise--index-activeLetter-gqBEG {
  background: #F63E62;
}
.theme-red .src-assets-style-oaSupervise--index-letter-2xtW4:hover {
  background: #F63E62;
}
.theme-red .src-assets-style-oaSupervise--index-radiusDiv-1a5_n {
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaSupervise--index-radiusDiv-1a5_n:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-oaSupervise--index-affairTitle-2tCSW .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
.theme-red .src-assets-style-oaSupervise--index-affairTitle-2tCSW .ant-carousel .slick-dots li button {
  background: rgba(255, 0, 0, 0.5);
}
.theme-red .src-assets-style-oaSupervise--index-cardFrame-1tziY a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise--index-dropdownBox-eUmaX .ant-select-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-oaSupervise--index-dropdownBox-eUmaX .ant-select-dropdown-menu-item:hover a {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise--index-sceneNav-zDs_g span {
  color: #9A001E;
}
.theme-red .src-assets-style-oaSupervise--index-sceneNav-zDs_g .src-assets-style-oaSupervise--index-sceneIcon-AOvVO {
  background: url(../../assets/images/mapIcon_red.png) no-repeat center;
  background-size: cover;
}
.theme-red .src-assets-style-oaSupervise--index-receiptDiv-2Ynvz {
  background: #9A001E;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-assets-style-oaSupervise--index-selectColor-3ZRAS {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise--index-footerStyle-3IOLx {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-oaSupervise--index-pageingButton-20smO {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise--index-cardFrame-1tziY .src-assets-style-oaSupervise--index-cardItem-1YOS6:hover button {
  background-color: #71b8ef;
  border-color: #71b8ef;
}
.theme-blue .src-assets-style-oaSupervise--index-cardFrame-1tziY .src-assets-style-oaSupervise--index-cardItem-1YOS6:hover button:hover {
  background-color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-searchList-2iIM7 .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #a2ceff;
}
.theme-blue .src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-searchList-2iIM7 .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise--index-pagination-1F-nS {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaSupervise--index-pagination-1F-nS .src-assets-style-oaSupervise--index-affairTotal-2cX3R .src-assets-style-oaSupervise--index-fontBlue-36En3 {
  color: #1890ff;
}
.theme-blue .src-assets-style-oaSupervise--index-activeLetter-gqBEG {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise--index-letter-2xtW4:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise--index-radiusDiv-1a5_n {
  border: 1px solid rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaSupervise--index-radiusDiv-1a5_n:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-oaSupervise--index-affairTitle-2tCSW .ant-carousel .slick-dots li.slick-active button {
  background: #1890ff;
}
.theme-blue .src-assets-style-oaSupervise--index-affairTitle-2tCSW .ant-carousel .slick-dots li button {
  background: rgba(35, 145, 230, 0.7);
}
.theme-blue .src-assets-style-oaSupervise--index-cardFrame-1tziY a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise--index-sceneNav-zDs_g span {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise--index-sceneNav-zDs_g .src-assets-style-oaSupervise--index-sceneIcon-AOvVO {
  background: url(../../assets/images/mapIcon_blue.png) no-repeat center;
  background-size: cover;
}
.theme-blue .src-assets-style-oaSupervise--index-receiptDiv-2Ynvz {
  background: #397EF0;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-searchList-2iIM7 .ant-tag-checkable-checked {
  color: #1C9750;
  background: #E6FFF1;
  border-color: #1C9750;
}
.theme-green .src-assets-style-oaSupervise--index-searchContent-T3mBD .src-assets-style-oaSupervise--index-searchList-2iIM7 .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1C9750;
}
.theme-green .src-assets-style-oaSupervise--index-pagination-1F-nS {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-oaSupervise--index-pagination-1F-nS .src-assets-style-oaSupervise--index-affairTotal-2cX3R .src-assets-style-oaSupervise--index-fontBlue-36En3 {
  color: #1C9750;
}
.theme-green .src-assets-style-oaSupervise--index-activeLetter-gqBEG {
  background: #1C9750;
}
.theme-green .src-assets-style-oaSupervise--index-letter-2xtW4:hover {
  background: #1C9750;
}
.theme-green .src-assets-style-oaSupervise--index-radiusDiv-1a5_n:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(68, 126, 98, 0.35);
}
.theme-green .src-assets-style-oaSupervise--index-radiusDiv-1a5_n {
  border: 1px solid rgba(87, 177, 134, 0.1);
}
.theme-green .src-assets-style-oaSupervise--index-affairTitle-2tCSW .ant-carousel .slick-dots li.slick-active button {
  background: #1C9750;
}
.theme-green .src-assets-style-oaSupervise--index-affairTitle-2tCSW .ant-carousel .slick-dots li button {
  background: rgba(10, 150, 50, 0.7);
}
.theme-green .src-assets-style-oaSupervise--index-cardFrame-1tziY a:hover {
  color: #00a854;
}
.theme-green .src-assets-style-oaSupervise--index-dropdownBox-eUmaX .ant-select-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.theme-green .src-assets-style-oaSupervise--index-dropdownBox-eUmaX .ant-select-dropdown-menu-item:hover a {
  color: #00a854;
}
.theme-green .src-assets-style-oaSupervise--index-sceneNav-zDs_g span {
  color: #005825;
}
.theme-green .src-assets-style-oaSupervise--index-sceneNav-zDs_g .src-assets-style-oaSupervise--index-sceneIcon-AOvVO {
  background: url(../../assets/images/mapIcon_green.png) no-repeat center;
  background-size: cover;
}
.theme-green .src-assets-style-oaSupervise--index-receiptDiv-2Ynvz {
  background: #005825;
}
/**************************** 绿色主题结束 **************************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-left-ifuH2 {
    border-radius: 6px;
    width: 100%;
  }
  .font-normal .src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-left-ifuH2 .src-assets-style-oaSupervise--index-leftBody-n-xcL .src-assets-style-oaSupervise--index-leftService-3ftLj {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-left-ifuH2 {
    width: 100%;
  }
  .font-normal .src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-left-ifuH2 .src-assets-style-oaSupervise--index-leftBody-n-xcL .src-assets-style-oaSupervise--index-leftService-3ftLj {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-leftContent-XFwAJ {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-leftContent-XFwAJ {
    width: 100%;
  }
}
@media (max-height: 830px) {
  .font-normal .src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-leftContent-XFwAJ .src-assets-style-oaSupervise--index-AllLetter-2GOBl {
    bottom: 4.85rem;
  }
}
@media (min-height: 831px) {
  .font-normal .src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-leftContent-XFwAJ .src-assets-style-oaSupervise--index-AllLetter-2GOBl {
    top: 3.26rem;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-left-ifuH2 {
    border-radius: 6px;
    width: 100%;
  }
  .font-large .src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-left-ifuH2 .src-assets-style-oaSupervise--index-leftBody-n-xcL .src-assets-style-oaSupervise--index-leftService-3ftLj {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-left-ifuH2 {
    width: 100%;
  }
  .font-large .src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-left-ifuH2 .src-assets-style-oaSupervise--index-leftBody-n-xcL .src-assets-style-oaSupervise--index-leftService-3ftLj {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-leftContent-XFwAJ {
    width: 100%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-leftContent-XFwAJ {
    width: 100%;
  }
}
@media (max-height: 913px) {
  .font-large .src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-leftContent-XFwAJ .src-assets-style-oaSupervise--index-AllLetter-2GOBl {
    bottom: 4.85rem;
  }
}
@media (min-height: 914.1px) {
  .font-large .src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-leftContent-XFwAJ .src-assets-style-oaSupervise--index-AllLetter-2GOBl {
    top: 3.26rem;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-left-ifuH2 {
    border-radius: 6px;
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-left-ifuH2 .src-assets-style-oaSupervise--index-leftBody-n-xcL .src-assets-style-oaSupervise--index-leftService-3ftLj {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-left-ifuH2 {
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-left-ifuH2 .src-assets-style-oaSupervise--index-leftBody-n-xcL .src-assets-style-oaSupervise--index-leftService-3ftLj {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-leftContent-XFwAJ {
    width: 100%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-leftContent-XFwAJ {
    width: 100%;
  }
}
@media (max-height: 1037.5px) {
  .font-extraLarge .src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-leftContent-XFwAJ .src-assets-style-oaSupervise--index-AllLetter-2GOBl {
    bottom: 4.85rem;
  }
}
@media (min-height: 1038.75px) {
  .font-extraLarge .src-assets-style-oaSupervise--index-flex-RPGeD .src-assets-style-oaSupervise--index-leftContent-XFwAJ .src-assets-style-oaSupervise--index-AllLetter-2GOBl {
    top: 3.26rem;
  }
}
@media (min-width: 1600px) {
  .font-extraLarge .src-assets-style-oaSupervise--index-flex-RPGeD .ant-col-xxl-8 {
    width: 50%;
  }
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
/*************** 共用样式***************/
.src-assets-style-oaInnerEmail--index-conditionStyle-3yYmS {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-oaInnerEmail--index-dropdownBoxDisplayNone-2Tq65 {
  display: none;
}
.src-assets-style-oaInnerEmail--index-selectColor-2t80d {
  color: var(--themeColor);
}
.src-assets-style-oaInnerEmail--index-toolTip-3g-4E .ant-tooltip-content .ant-tooltip-inner {
  width: 7.6rem !important;
}
.src-assets-style-oaInnerEmail--index-toolTip2-13POH .ant-tooltip-content .ant-tooltip-inner {
  width: 5.1rem !important;
}
.src-assets-style-oaInnerEmail--index-main-content-1iFms {
  min-height: 14.8rem !important;
}
.src-assets-style-oaInnerEmail--index-bodyFixed-2xHky {
  position: fixed;
  width: 100%;
}
.src-assets-style-oaInnerEmail--index-overflow-Spd5E {
  overflow: hidden;
}
.src-assets-style-oaInnerEmail--index-fontGray-1SxMY {
  color: #adadad;
}
.src-assets-style-oaInnerEmail--index-fontLightBlack-27fnY {
  color: #808080;
}
.src-assets-style-oaInnerEmail--index-fontLine-1LU6g {
  color: #adadad;
  margin-left: 0.06rem;
}
.src-assets-style-oaInnerEmail--index-mgt12-170fW {
  margin-top: 0.12rem;
}
.src-assets-style-oaInnerEmail--index-textCenter-30Y3g {
  text-align: center;
  color: #808080;
  cursor: pointer;
}
.src-assets-style-oaInnerEmail--index-pdr5-WhPWi {
  padding-right: 0.05rem;
}
.src-assets-style-oaInnerEmail--index-fontSc-2W0X1 {
  padding-right: 0.05rem;
  text-align: center;
  font-size: 0.28rem;
  color: #595959;
}
.src-assets-style-oaInnerEmail--index-lineHeight-3nxya {
  line-height: 0.4rem;
  /*margin-left: -450px;*/
  width: 4rem;
}
/* 服务入口页面布局样式 */
.src-assets-style-oaInnerEmail--index-flex-1UwbQ {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-contentMain-344eR img {
  max-width: 100%;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-contentMain-344eR .ant-card-bordered {
  width: calc(100% - 2.28rem);
  display: inline-block;
  max-width: 100%;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-contentMain-344eR .ant-card-bordered .ant-card-body p {
  padding: 0px 0.32rem;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-contentMain-344eR .ant-card-bordered .ant-card-body img {
  max-width: 100%;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-limitLength-14DjP,
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-limitSplit-1SD2G {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-limitLength-14DjP {
  width: 0.95rem;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-limitSplit-1SD2G {
  width: 0.2rem;
  text-align: center;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f {
  width: 3.87rem;
  overflow: hidden;
  float: right;
  margin-top: 0.25rem;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightTop-12Emu:hover {
  cursor: pointer;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightTop-12Emu:hover .src-assets-style-oaInnerEmail--index-rightAffairsBox-2D2w0 .anticon {
  display: inline-block;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightTop-12Emu {
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  min-height: 4.05rem;
  background-color: white;
  border: 1px solid #e8e8e8;
  margin-bottom: 0.26rem;
  position: relative;
  /* 全部事务右边推荐事务 */
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightTop-12Emu .src-assets-style-oaInnerEmail--index-rightAffairsBox-2D2w0 .anticon {
  display: none;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightTop-12Emu .src-assets-style-oaInnerEmail--index-iconLeft-CtXKj {
  color: #D4D4D4;
  font-size: 0.25rem;
  position: absolute;
  left: 0.1rem;
  z-index: 2;
  top: 47%;
  transform: translateY(-50%);
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightTop-12Emu .src-assets-style-oaInnerEmail--index-iconLeft-CtXKj:hover {
  color: #AAAAAA;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightTop-12Emu .src-assets-style-oaInnerEmail--index-iconRight-23K7v {
  color: #D4D4D4;
  font-size: 0.25rem;
  position: absolute;
  right: 0.1rem;
  z-index: 2;
  top: 47%;
  transform: translateY(-50%);
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightTop-12Emu .src-assets-style-oaInnerEmail--index-iconRight-23K7v:hover {
  color: #AAAAAA;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightTop-12Emu .ant-card {
  position: static;
  color: #666666;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightTop-12Emu .src-assets-style-oaInnerEmail--index-affairTitle-bZtiK .ant-card-body {
  padding: 0px;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightTop-12Emu .src-assets-style-oaInnerEmail--index-affairTitle-bZtiK .ant-card-head {
  border-bottom: none;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightTop-12Emu .src-assets-style-oaInnerEmail--index-affairTitle-bZtiK .ant-list-grid .ant-list-item {
  margin-bottom: 0;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightTop-12Emu .src-assets-style-oaInnerEmail--index-affairTitle-bZtiK .ant-carousel .slick-dots {
  bottom: 0.35rem;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightTop-12Emu .src-assets-style-oaInnerEmail--index-affairTitle-bZtiK .ant-carousel .slick-slider {
  position: static;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightTop-12Emu .src-assets-style-oaInnerEmail--index-affairTitle-bZtiK .ant-carousel .slick-dots li.slick-active button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #1890ff;*/
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightTop-12Emu .src-assets-style-oaInnerEmail--index-affairTitle-bZtiK .ant-carousel .slick-dots li button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #b8c4cc;*/
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightTop-12Emu .src-assets-style-oaInnerEmail--index-affairTitle-bZtiK .src-assets-style-oaInnerEmail--index-noDataIcon-3cDLs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightTop-12Emu .src-assets-style-oaInnerEmail--index-affairTitle-bZtiK .src-assets-style-oaInnerEmail--index-fontBlack-32KSB {
  font-size: 0.18rem;
  font-weight: bold;
  color: #474747;
  line-height: 0.21rem;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightTop-12Emu .src-assets-style-oaInnerEmail--index-affairTitle-bZtiK .src-assets-style-oaInnerEmail--index-serviceCollectDivRelative-13ucq {
  position: relative;
  text-align: center;
  /* .radiusDiv:hover{
             box-shadow: 0px 0px 10px 4px rgba(68, 126, 98, 0.35);


           }*/
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightTop-12Emu .src-assets-style-oaInnerEmail--index-affairTitle-bZtiK .src-assets-style-oaInnerEmail--index-serviceCollectDivRelative-13ucq .src-assets-style-oaInnerEmail--index-radiusDiv-7bp2a {
  /*border: 1px solid rgba(90, 137, 181, 0.33);*/
  background: #ffffff;
  height: 0.66rem;
  width: 0.66rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-radius: 33px;
  margin-bottom: 0.15rem;
  margin-left: 0.17rem;
  border-radius: 50%;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightTop-12Emu .src-assets-style-oaInnerEmail--index-affairTitle-bZtiK .src-assets-style-oaInnerEmail--index-serviceCollectDivRelative-13ucq .src-assets-style-oaInnerEmail--index-radiusDiv-7bp2a .src-assets-style-oaInnerEmail--index-imageRadius-3DTmE {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightTop-12Emu .src-assets-style-oaInnerEmail--index-affairTitle-bZtiK .src-assets-style-oaInnerEmail--index-serviceCollectDivRelative-13ucq .ant-card-body {
  padding: 0.11rem 0.07rem 0.18rem 0.09rem;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightTop-12Emu .src-assets-style-oaInnerEmail--index-affairTitle-bZtiK .src-assets-style-oaInnerEmail--index-serviceCollectDivRelative-13ucq .ant-card-bordered {
  border: none;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightTop-12Emu .src-assets-style-oaInnerEmail--index-affairTitle-bZtiK .src-assets-style-oaInnerEmail--index-serviceCollectDivRelative-13ucq .src-assets-style-oaInnerEmail--index-textCenter-30Y3g {
  text-align: center;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-right-hft5f .src-assets-style-oaInnerEmail--index-rightBottom-2WyYW {
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  background-color: white;
  min-height: 4.05rem;
  margin-top: 0.26rem;
  border: 1px solid #e8e8e8;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaInnerEmail--index-collectRadiusDiv-3PWei {
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  height: 0.66rem;
  width: 0.66rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-radius: 33px;
  margin: 0 auto;
  box-shadow: 0px 0px 0.05rem rgba(0, 168, 84, 0.3);
  margin-bottom: 0.07rem;
  margin-top: 0.08rem;
}
.src-assets-style-oaInnerEmail--index-optBackground-eetGK {
  background: #fff;
}
.src-assets-style-oaInnerEmail--index-optBackground-eetGK a {
  color: #000;
}
.src-assets-style-oaInnerEmail--index-optBackground-eetGK a:hover {
  color: #fff;
}
.src-assets-style-oaInnerEmail--index-optName-2qCsP {
  width: 100%;
  height: 100%;
}
.src-assets-style-oaInnerEmail--index-optImg-1mtZA {
  margin-right: 0.1rem;
  width: 0.22rem;
  height: 0.22rem;
}
.src-assets-style-oaInnerEmail--index-dropdownBox-kVegL .ant-select-dropdown-menu-item:hover {
  background: #e6f7ff;
}
.src-assets-style-oaInnerEmail--index-dropdownBox-kVegL .ant-select-dropdown-menu-item:hover a {
  color: #397EF0;
}
.src-assets-style-oaInnerEmail--index-dropdownBox-kVegL .ant-select-dropdown-menu {
  overflow: hidden;
  max-height: none;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .ant-select .ant-select-selection {
  border: 1px solid rgba(0, 0, 0, 0);
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-screenBtn-2V-P9 {
  cursor: pointer;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-screenBtn-2V-P9 .ant-btn {
  border: none;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-searchBox-2hje3 {
  width: 5.5rem;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-searchBox-2hje3 input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-sceneNav-yNl_p {
  display: inline-block;
  position: absolute;
  margin-left: 0.55rem;
  height: 0.24rem;
  margin-top: 0.06rem;
  cursor: pointer;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-sceneNav-yNl_p span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: top;
  margin-top: 1px;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-sceneNav-yNl_p .src-assets-style-oaInnerEmail--index-sceneIcon-k7Fr8 {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-searchList-3Xln6 {
  line-height: 2;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-searchList-3Xln6 .ant-tag-checkable-checked {
  border-radius: 12px;
  color: var(--themeColor);
  background: var(--themeColorBg);
  border-color: var(--themeColor1);
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-searchList-3Xln6 .ant-tag {
  cursor: pointer;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-searchList-3Xln6 .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-searchList-3Xln6 .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: var(--themeColor);
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-searchList-3Xln6 .src-assets-style-oaInnerEmail--index-item-2MFIc {
  width: calc(100% - 0.42rem);
  display: inline-block;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-searchList-3Xln6 .src-assets-style-oaInnerEmail--index-all-22EoU {
  display: inline-block;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-searchList-3Xln6 .src-assets-style-oaInnerEmail--index-all-22EoU .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-searchList-3Xln6 .src-assets-style-oaInnerEmail--index-searchTitle-3OdH9 {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-searchList-3Xln6 span {
  color: #808080;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-searchList-3Xln6 .src-assets-style-oaInnerEmail--index-hideItem-2d5Uv {
  display: inline-block;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-searchList-3Xln6 .src-assets-style-oaInnerEmail--index-rightBtn-3ZCmu {
  float: right;
  cursor: pointer;
  margin-top: 0.09rem;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-searchList-3Xln6 .ant-btn {
  border: none;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .theme-blue .ant-btn:hover,
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .theme-blue .ant-btn:focus {
  color: #808080;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .ant-input-prefix {
  color: #cdcdcd;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaInnerEmail--index-searchContent-2ljJc .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaInnerEmail--index-cardFrame-2hxQS .src-assets-style-oaInnerEmail--index-cardItem-1SiCh:hover {
  cursor: pointer;
  box-shadow: 0px 0px 0.1rem 0px rgba(3, 57, 107, 0.4);
  transition: all 0.5s;
}
.src-assets-style-oaInnerEmail--index-cardFrame-2hxQS .src-assets-style-oaInnerEmail--index-cardItem-1SiCh:hover button {
  display: block;
  position: absolute;
  right: 0.16rem;
  top: 0.17rem;
  z-index: 2;
  /* opacity: 0.65;*/
}
.src-assets-style-oaInnerEmail--index-cardFrame-2hxQS .src-assets-style-oaInnerEmail--index-cardItem-1SiCh:hover button:hover {
  opacity: 1;
}
.src-assets-style-oaInnerEmail--index-cardFrame-2hxQS button {
  display: none;
}
.src-assets-style-oaInnerEmail--index-cardFrame-2hxQS .src-assets-style-oaInnerEmail--index-saveIco-2Qop1 {
  width: 0.48rem;
  height: 0.48rem;
}
.src-assets-style-oaInnerEmail--index-cardFrame-2hxQS .src-assets-style-oaInnerEmail--index-iconTj-1W4aW {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: 1px;
  left: 0.06rem;
}
.src-assets-style-oaInnerEmail--index-cardFrame-2hxQS .src-assets-style-oaInnerEmail--index-tag-2EGKV {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  height: 0.25rem;
  -webkit-box-orient: vertical;
  clear: both;
}
.src-assets-style-oaInnerEmail--index-cardFrame-2hxQS .src-assets-style-oaInnerEmail--index-tag-2EGKV .src-assets-style-oaInnerEmail--index-fontBlack-32KSB {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaInnerEmail--index-cardFrame-2hxQS .src-assets-style-oaInnerEmail--index-comment-21wU0 {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaInnerEmail--index-cardFrame-2hxQS .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaInnerEmail--index-cardFrame-2hxQS .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0px;
}
.src-assets-style-oaInnerEmail--index-cardFrame-2hxQS .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaInnerEmail--index-cardFrame-2hxQS .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaInnerEmail--index-cardFrame-2hxQS .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaInnerEmail--index-cardFrame-2hxQS .ant-list-item-meta-description {
  line-height: 0.25rem;
}
.src-assets-style-oaInnerEmail--index-cardFrame-2hxQS .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaInnerEmail--index-cardFrame-2hxQS a {
  color: #474747;
}
.src-assets-style-oaInnerEmail--index-cardFrame-2hxQS a:hover {
  /*color: #1890ff;*/
  text-decoration: underline;
}
.src-assets-style-oaInnerEmail--index-jian-39BbU {
  display: inline-flex;
  height: 0.31rem;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-applyContentTop-2vJun {
  width: 100%;
  height: 1.8rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-applyContentTop-2vJun .ant-list-item-main {
  display: inline-block;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-applyContentTop-2vJun .ant-list-item-extra {
  float: right;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-applyContentTop-2vJun .src-assets-style-oaInnerEmail--index-comment-21wU0 {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-applyContentTop-2vJun .src-assets-style-oaInnerEmail--index-saveIco-2Qop1 {
  width: 0.48rem;
  height: 0.48rem;
  /*background: #23d688;*/
  /* border-radius: 50%;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-applyContentTop-2vJun .src-assets-style-oaInnerEmail--index-iconTj-1W4aW {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: -0.02rem;
  left: 0.06rem;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-applyContentTop-2vJun .src-assets-style-oaInnerEmail--index-tag-2EGKV {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 0.26rem;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-applyContentTop-2vJun .src-assets-style-oaInnerEmail--index-tag-2EGKV .src-assets-style-oaInnerEmail--index-fontBlack-32KSB {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-applyContentTop-2vJun .src-assets-style-oaInnerEmail--index-grade-3QjLf {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  color: #808080;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-applyContentTop-2vJun .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-applyContentTop-2vJun .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0.03rem;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-applyContentTop-2vJun .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-applyContentTop-2vJun .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-applyContentTop-2vJun .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-applyContentTop-2vJun .ant-list-item-meta-description {
  line-height: 2;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-applyContentTop-2vJun .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-applyContentTop-2vJun .ant-card-bordered {
  border: none;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-applyContentTop-2vJun .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-applyContentTop-2vJun .ant-col-12 {
  width: 100%;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-applyContentTop-2vJun .ant-card-bordered {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-applyContentTop-2vJun .ant-card-wider-padding .ant-card-body {
  padding: 0.24rem 0px 0.15rem 0.24rem;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-applyContentTopTitle-3t5gm a {
  color: #474747;
  font-weight: bold;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-contenBottom-T-NW_ {
  display: table;
  margin-top: 0.28rem;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-contenBottom-T-NW_ .src-assets-style-oaInnerEmail--index-userGuide-M4v0h {
  height: auto;
  min-height: 5.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
  position: relative;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-contenBottom-T-NW_ .src-assets-style-oaInnerEmail--index-userGuide-M4v0h .src-assets-style-oaInnerEmail--index-rightAnchor-JTEOQ {
  position: absolute;
  right: 0.35rem;
  top: 0.3rem;
  z-index: 999;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-contenBottom-T-NW_ .src-assets-style-oaInnerEmail--index-userGuide-M4v0h .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-contenBottom-T-NW_ .src-assets-style-oaInnerEmail--index-userGuide-M4v0h .ant-card-bordered {
  border: none;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-contenBottom-T-NW_ .src-assets-style-oaInnerEmail--index-userGuide-M4v0h .ant-card-head {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-contenBottom-T-NW_ .src-assets-style-oaInnerEmail--index-userGuide-M4v0h .ant-card-head-title {
  font-weight: bold;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-contenBottom-T-NW_ .src-assets-style-oaInnerEmail--index-userGuide-M4v0h .ant-list-split .ant-list-item {
  border-bottom: none;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-contenBottom-T-NW_ .src-assets-style-oaInnerEmail--index-userGuide-M4v0h .ant-list-split .ant-list-header {
  border-bottom: none;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-contenBottom-T-NW_ .src-assets-style-oaInnerEmail--index-userGuide-M4v0h .ant-list-item {
  padding: 0;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-contenBottom-T-NW_ .src-assets-style-oaInnerEmail--index-userGuide-M4v0h .ant-list-header,
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-contenBottom-T-NW_ .src-assets-style-oaInnerEmail--index-userGuide-M4v0h .ant-list-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-contenBottom-T-NW_ .src-assets-style-oaInnerEmail--index-userGuide-M4v0h .ant-anchor-ink-ball {
  width: 0.14rem;
  height: 0.14rem;
  border: 4px solid #1890ff;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-contenBottom-T-NW_ .src-assets-style-oaInnerEmail--index-userGuide-M4v0h .ant-anchor-wrapper {
  padding-left: 0.1rem;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-userEvaluation-1gOyZ {
  height: auto;
  min-height: 5.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
  display: table-cell;
  width: 3rem;
  vertical-align: top;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-userEvaluation-1gOyZ .src-assets-style-oaInnerEmail--index-title-1K7vU {
  font-size: 0.16rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.21rem;
  margin: 0.18rem 0 0.3rem 0.08rem;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-userEvaluation-1gOyZ .src-assets-style-oaInnerEmail--index-evaluationDetails-3pZ9F {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-userEvaluation-1gOyZ .src-assets-style-oaInnerEmail--index-evaluationDetails-3pZ9F .src-assets-style-oaInnerEmail--index-describe-35DTx {
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-userEvaluation-1gOyZ .src-assets-style-oaInnerEmail--index-evaluationDetails-3pZ9F .src-assets-style-oaInnerEmail--index-userName-2xikL {
  float: left;
  color: #010101;
}
.src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-userEvaluation-1gOyZ .src-assets-style-oaInnerEmail--index-evaluationDetails-3pZ9F .src-assets-style-oaInnerEmail--index-time-3tvxm {
  float: right;
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaInnerEmail--index-nullData-2iiq3 {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-oaInnerEmail--index-nullData-2iiq3 .src-assets-style-oaInnerEmail--index-message-2YZP4 {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-oaInnerEmail--index-limitedTime-2B0d- {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.45rem;
  width: 0.5rem;
}
.src-assets-style-oaInnerEmail--index-limitedTime-2B0d- .src-assets-style-oaInnerEmail--index-backBorder-75Icp {
  border-top: solid 40px #ff9900;
  border-right: solid 50px rgba(0, 0, 0, 0);
}
.src-assets-style-oaInnerEmail--index-limitedTime-2B0d- .src-assets-style-oaInnerEmail--index-inner-3Qjy3 {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: 1px;
  transform: rotate(-45deg);
}
.src-assets-style-oaInnerEmail--index-limitedTimeLeft-3pRXe {
  position: absolute;
  top: 0px;
  left: -0.07rem;
  width: 0.5rem;
  height: 0.45rem;
}
.src-assets-style-oaInnerEmail--index-limitedTimeLeft-3pRXe .src-assets-style-oaInnerEmail--index-backBorder-75Icp {
  border-top: solid 50px #ff9900;
  border-right: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-oaInnerEmail--index-limitedTimeLeft-3pRXe .src-assets-style-oaInnerEmail--index-inner-3Qjy3 {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: 1px;
  transform: rotate(-45deg);
}
.src-assets-style-oaInnerEmail--index-footerStyle-2FZB3 {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaInnerEmail--index-pagingMargin1-YgDFj {
  margin-left: 0.2rem;
}
.src-assets-style-oaInnerEmail--index-pagingMargin2-2CbZT {
  margin-left: 0.5rem;
}
.src-assets-style-oaInnerEmail--index-pagingLeft-2wQkW {
  display: inline-block;
  width: 60%;
}
.src-assets-style-oaInnerEmail--index-pagingRight-3FfCb {
  display: inline-block;
  text-align: right;
  padding-right: 0.1rem;
  width: 40%;
}
.src-assets-style-oaInnerEmail--index-pageingButton-33iEY {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-oaInnerEmail--index-pageingNotAllowed-1P92o {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-oaInnerEmail--index-itemButton-2fa7G {
  margin-right: 0.1rem;
}
.src-assets-style-oaInnerEmail--index-itemButton-2fa7G .src-assets-style-oaInnerEmail--index-img-1dK6A {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-oaInnerEmail--index-itemButton-2fa7G i {
  margin-right: 0.05rem;
}
.src-assets-style-oaInnerEmail--index-breadcrumb-2r8aL {
  width: 3.5rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-oaInnerEmail--index-breadcrumbItem-1tg5A {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-oaInnerEmail--index-card-2h2o_ {
  float: left;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 0.25rem;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
}
.src-assets-style-oaInnerEmail--index-fixBotBarWrap-2xPmK {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #F2F2F2;
  border-top: 1px solid #E1E6E3;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
}
.src-assets-style-oaInnerEmail--index-fixBotBarWrap-2xPmK .ant-btn {
  margin-top: 0.1rem;
}
.src-assets-style-oaInnerEmail--index-affairsCard_linkTitle-3ZrvB {
  float: left;
  margin-right: 0.04rem;
}
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaInnerEmail--index-cardFrame-2hxQS .src-assets-style-oaInnerEmail--index-cardItem-1SiCh:hover button {
  background-color: #70b470;
  border-color: #70b470;
}
.theme-green .src-assets-style-oaInnerEmail--index-cardFrame-2hxQS .src-assets-style-oaInnerEmail--index-cardItem-1SiCh:hover button:hover {
  background-color: #00a854;
  border-color: #00a854;
}
/**************************** 绿色主题开始 ***************************/
/**************************** 红色主题开始 ***************************/
.theme-red .src-assets-style-oaInnerEmail--index-selectColor-2t80d {
  color: #F63E62;
}
.theme-red .src-assets-style-oaInnerEmail--index-footerStyle-2FZB3 {
  background-color: #fffafb;
}
.theme-red .src-assets-style-oaInnerEmail--index-pageingButton-33iEY {
  color: #F63E62;
}
.theme-red .src-assets-style-oaInnerEmail--index-cardFrame-2hxQS .src-assets-style-oaInnerEmail--index-cardItem-1SiCh:hover button {
  background-color: #F63E62;
  border-color: #F63E62;
}
.theme-red .src-assets-style-oaInnerEmail--index-cardFrame-2hxQS .src-assets-style-oaInnerEmail--index-cardItem-1SiCh:hover button:hover {
  background-color: #9A001E;
  border-color: #9A001E;
}
.theme-red .src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-searchList-3Xln6 .ant-tag-checkable-checked {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-searchList-3Xln6 .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaInnerEmail--index-pagination-2eJbV {
  box-shadow: 0px 0px 0.1rem 0px rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaInnerEmail--index-pagination-2eJbV .src-assets-style-oaInnerEmail--index-affairTotal-2TdPf .src-assets-style-oaInnerEmail--index-fontBlue-1b3En {
  color: #F63E62;
}
.theme-red .src-assets-style-oaInnerEmail--index-activeLetter-1E0RS {
  background: #F63E62;
}
.theme-red .src-assets-style-oaInnerEmail--index-letter-1XxTc:hover {
  background: #F63E62;
}
.theme-red .src-assets-style-oaInnerEmail--index-radiusDiv-7bp2a {
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaInnerEmail--index-radiusDiv-7bp2a:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-oaInnerEmail--index-affairTitle-bZtiK .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
.theme-red .src-assets-style-oaInnerEmail--index-affairTitle-bZtiK .ant-carousel .slick-dots li button {
  background: rgba(255, 0, 0, 0.5);
}
.theme-red .src-assets-style-oaInnerEmail--index-cardFrame-2hxQS a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaInnerEmail--index-dropdownBox-kVegL .ant-select-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-oaInnerEmail--index-dropdownBox-kVegL .ant-select-dropdown-menu-item:hover a {
  color: #F63E62;
}
.theme-red .src-assets-style-oaInnerEmail--index-sceneNav-yNl_p span {
  color: #9A001E;
}
.theme-red .src-assets-style-oaInnerEmail--index-sceneNav-yNl_p .src-assets-style-oaInnerEmail--index-sceneIcon-k7Fr8 {
  background: url(../../assets/images/mapIcon_red.png) no-repeat center;
  background-size: cover;
}
.theme-red .src-assets-style-oaInnerEmail--index-receiptDiv-27lDE {
  background: #9A001E;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-assets-style-oaInnerEmail--index-selectColor-2t80d {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaInnerEmail--index-footerStyle-2FZB3 {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-oaInnerEmail--index-pageingButton-33iEY {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaInnerEmail--index-cardFrame-2hxQS .src-assets-style-oaInnerEmail--index-cardItem-1SiCh:hover button {
  background-color: #71b8ef;
  border-color: #71b8ef;
}
.theme-blue .src-assets-style-oaInnerEmail--index-cardFrame-2hxQS .src-assets-style-oaInnerEmail--index-cardItem-1SiCh:hover button:hover {
  background-color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-searchList-3Xln6 .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #a2ceff;
}
.theme-blue .src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-searchList-3Xln6 .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaInnerEmail--index-pagination-2eJbV {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaInnerEmail--index-pagination-2eJbV .src-assets-style-oaInnerEmail--index-affairTotal-2TdPf .src-assets-style-oaInnerEmail--index-fontBlue-1b3En {
  color: #1890ff;
}
.theme-blue .src-assets-style-oaInnerEmail--index-activeLetter-1E0RS {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaInnerEmail--index-letter-1XxTc:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaInnerEmail--index-radiusDiv-7bp2a {
  border: 1px solid rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaInnerEmail--index-radiusDiv-7bp2a:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-oaInnerEmail--index-affairTitle-bZtiK .ant-carousel .slick-dots li.slick-active button {
  background: #1890ff;
}
.theme-blue .src-assets-style-oaInnerEmail--index-affairTitle-bZtiK .ant-carousel .slick-dots li button {
  background: rgba(35, 145, 230, 0.7);
}
.theme-blue .src-assets-style-oaInnerEmail--index-cardFrame-2hxQS a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaInnerEmail--index-sceneNav-yNl_p span {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaInnerEmail--index-sceneNav-yNl_p .src-assets-style-oaInnerEmail--index-sceneIcon-k7Fr8 {
  background: url(../../assets/images/mapIcon_blue.png) no-repeat center;
  background-size: cover;
}
.theme-blue .src-assets-style-oaInnerEmail--index-receiptDiv-27lDE {
  background: #397EF0;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-searchList-3Xln6 .ant-tag-checkable-checked {
  color: #1C9750;
  background: #E6FFF1;
  border-color: #1C9750;
}
.theme-green .src-assets-style-oaInnerEmail--index-searchContent-2ljJc .src-assets-style-oaInnerEmail--index-searchList-3Xln6 .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1C9750;
}
.theme-green .src-assets-style-oaInnerEmail--index-pagination-2eJbV {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-oaInnerEmail--index-pagination-2eJbV .src-assets-style-oaInnerEmail--index-affairTotal-2TdPf .src-assets-style-oaInnerEmail--index-fontBlue-1b3En {
  color: #1C9750;
}
.theme-green .src-assets-style-oaInnerEmail--index-activeLetter-1E0RS {
  background: #1C9750;
}
.theme-green .src-assets-style-oaInnerEmail--index-letter-1XxTc:hover {
  background: #1C9750;
}
.theme-green .src-assets-style-oaInnerEmail--index-radiusDiv-7bp2a:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(68, 126, 98, 0.35);
}
.theme-green .src-assets-style-oaInnerEmail--index-radiusDiv-7bp2a {
  border: 1px solid rgba(87, 177, 134, 0.1);
}
.theme-green .src-assets-style-oaInnerEmail--index-affairTitle-bZtiK .ant-carousel .slick-dots li.slick-active button {
  background: #1C9750;
}
.theme-green .src-assets-style-oaInnerEmail--index-affairTitle-bZtiK .ant-carousel .slick-dots li button {
  background: rgba(10, 150, 50, 0.7);
}
.theme-green .src-assets-style-oaInnerEmail--index-cardFrame-2hxQS a:hover {
  color: #00a854;
}
.theme-green .src-assets-style-oaInnerEmail--index-dropdownBox-kVegL .ant-select-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.theme-green .src-assets-style-oaInnerEmail--index-dropdownBox-kVegL .ant-select-dropdown-menu-item:hover a {
  color: #00a854;
}
.theme-green .src-assets-style-oaInnerEmail--index-sceneNav-yNl_p span {
  color: #005825;
}
.theme-green .src-assets-style-oaInnerEmail--index-sceneNav-yNl_p .src-assets-style-oaInnerEmail--index-sceneIcon-k7Fr8 {
  background: url(../../assets/images/mapIcon_green.png) no-repeat center;
  background-size: cover;
}
.theme-green .src-assets-style-oaInnerEmail--index-receiptDiv-27lDE {
  background: #005825;
}
/**************************** 绿色主题结束 **************************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-left-1LYBh {
    border-radius: 6px;
    width: 100%;
  }
  .font-normal .src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-left-1LYBh .src-assets-style-oaInnerEmail--index-leftBody-2JvVn .src-assets-style-oaInnerEmail--index-leftService-PQr4H {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-left-1LYBh {
    width: 100%;
  }
  .font-normal .src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-left-1LYBh .src-assets-style-oaInnerEmail--index-leftBody-2JvVn .src-assets-style-oaInnerEmail--index-leftService-PQr4H {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-leftContent-1qq0Z {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-leftContent-1qq0Z {
    width: 100%;
  }
}
@media (max-height: 830px) {
  .font-normal .src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-leftContent-1qq0Z .src-assets-style-oaInnerEmail--index-AllLetter-1ePnI {
    bottom: 4.85rem;
  }
}
@media (min-height: 831px) {
  .font-normal .src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-leftContent-1qq0Z .src-assets-style-oaInnerEmail--index-AllLetter-1ePnI {
    top: 3.26rem;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-left-1LYBh {
    border-radius: 6px;
    width: 100%;
  }
  .font-large .src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-left-1LYBh .src-assets-style-oaInnerEmail--index-leftBody-2JvVn .src-assets-style-oaInnerEmail--index-leftService-PQr4H {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-left-1LYBh {
    width: 100%;
  }
  .font-large .src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-left-1LYBh .src-assets-style-oaInnerEmail--index-leftBody-2JvVn .src-assets-style-oaInnerEmail--index-leftService-PQr4H {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-leftContent-1qq0Z {
    width: 100%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-leftContent-1qq0Z {
    width: 100%;
  }
}
@media (max-height: 913px) {
  .font-large .src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-leftContent-1qq0Z .src-assets-style-oaInnerEmail--index-AllLetter-1ePnI {
    bottom: 4.85rem;
  }
}
@media (min-height: 914.1px) {
  .font-large .src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-leftContent-1qq0Z .src-assets-style-oaInnerEmail--index-AllLetter-1ePnI {
    top: 3.26rem;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-left-1LYBh {
    border-radius: 6px;
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-left-1LYBh .src-assets-style-oaInnerEmail--index-leftBody-2JvVn .src-assets-style-oaInnerEmail--index-leftService-PQr4H {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-left-1LYBh {
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-left-1LYBh .src-assets-style-oaInnerEmail--index-leftBody-2JvVn .src-assets-style-oaInnerEmail--index-leftService-PQr4H {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-leftContent-1qq0Z {
    width: 100%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-leftContent-1qq0Z {
    width: 100%;
  }
}
@media (max-height: 1037.5px) {
  .font-extraLarge .src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-leftContent-1qq0Z .src-assets-style-oaInnerEmail--index-AllLetter-1ePnI {
    bottom: 4.85rem;
  }
}
@media (min-height: 1038.75px) {
  .font-extraLarge .src-assets-style-oaInnerEmail--index-flex-1UwbQ .src-assets-style-oaInnerEmail--index-leftContent-1qq0Z .src-assets-style-oaInnerEmail--index-AllLetter-1ePnI {
    top: 3.26rem;
  }
}
@media (min-width: 1600px) {
  .font-extraLarge .src-assets-style-oaInnerEmail--index-flex-1UwbQ .ant-col-xxl-8 {
    width: 50%;
  }
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_9ajlgnl6w1.eot');
  src: url('//at.alicdn.com/t/font_864711_9ajlgnl6w1.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_9ajlgnl6w1.woff') format('woff'), url('//at.alicdn.com/t/font_864711_9ajlgnl6w1.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_9ajlgnl6w1.svg#iconfont') format('svg');
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-conditionStyle-MZQ7O {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-selectColor-FX05O {
  color: var(--themeColor);
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-statusWidth-26Wj9 {
  width: 80%;
  float: left;
  vertical-align: middle;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-conditionTitle-53c9O {
  color: #ADADAD;
  font-weight: normal;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-card-3Vqj3 {
  border: none;
  float: left;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 0.25rem;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-newsSearch-qb8hI {
  float: right;
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.07rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-newsSearch-qb8hI .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-newsSearch-qb8hI .anticon-search {
  position: absolute;
  left: 0.12rem;
  font-size: 0.12rem;
  line-height: 0.36rem;
  z-index: 2;
  color: #BFBFBF;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-newsSearch-qb8hI .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-newsSearch-qb8hI .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchDel-2_BJJ {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  right: 0.58rem;
  top: 50%;
  margin-top: -0.16rem;
  font-size: 0.12rem;
  z-index: 2;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-usedSearch-2gAaE {
  float: right;
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.15rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-usedSearch-2gAaE .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-usedSearch-2gAaE .anticon-search {
  position: absolute;
  left: 0.12rem;
  font-size: 0.12rem;
  line-height: 0.36rem;
  z-index: 2;
  color: #BFBFBF;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-usedSearch-2gAaE .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-usedSearch-2gAaE .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchDel-2_BJJ {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  right: 0.58rem;
  top: 50%;
  margin-top: -0.16rem;
  font-size: 0.12rem;
  z-index: 2;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .ant-select .ant-select-selection {
  border: 1px solid rgba(0, 0, 0, 0);
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-screenBtn-1xTv7 {
  cursor: pointer;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-screenBtn-1xTv7 .ant-btn {
  border: none;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchBox-3U2Sq {
  width: 5.5rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchBox-3U2Sq input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneNav-17OKY {
  display: inline-block;
  position: absolute;
  margin-left: 0.55rem;
  height: 0.24rem;
  margin-top: 0.06rem;
  cursor: pointer;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneNav-17OKY span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: top;
  margin-top: 1px;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneNav-17OKY .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneIcon-3hTjy {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-3JPZu {
  line-height: 2;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-3JPZu .ant-tag-checkable-checked {
  border-radius: 12px;
  color: var(--themeColor);
  background: var(--themeColorBg);
  border-color: var(--themeColor1);
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-3JPZu .ant-tag {
  cursor: pointer;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-3JPZu .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-3JPZu .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: var(--themeColor);
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-3JPZu .src-assets-style-oaSupervise-oaSuperviseSetting--index-item-3v7Rk {
  width: calc(100% - 0.42rem);
  display: inline-block;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-3JPZu .src-assets-style-oaSupervise-oaSuperviseSetting--index-all-36KGL {
  display: inline-block;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-3JPZu .src-assets-style-oaSupervise-oaSuperviseSetting--index-all-36KGL .ant-tag {
  cursor: pointer;
  border-radius: 12px;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-3JPZu .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchTitle-2SBQF {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-3JPZu span {
  color: #808080;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-3JPZu .src-assets-style-oaSupervise-oaSuperviseSetting--index-hideItem-3nPHI {
  display: inline-block;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-3JPZu .src-assets-style-oaSupervise-oaSuperviseSetting--index-rightBtn-Ns7jy {
  float: right;
  cursor: pointer;
  margin-top: 0.09rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-3JPZu .ant-btn {
  border: none;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-3JPZu .src-assets-style-oaSupervise-oaSuperviseSetting--index-tagBox-1Pp-T {
  display: inline-block;
  padding-left: 0.3rem;
  width: 90%;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-3JPZu .src-assets-style-oaSupervise-oaSuperviseSetting--index-tagBox-1Pp-T .src-assets-style-oaSupervise-oaSuperviseSetting--index-tagItem-5mHv6 {
  display: inline-block;
  width: 1rem;
  padding: 0 0.05rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-3JPZu .src-assets-style-oaSupervise-oaSuperviseSetting--index-tagBox-1Pp-T .src-assets-style-oaSupervise-oaSuperviseSetting--index-tagItem-5mHv6 .ant-tag,
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-3JPZu .src-assets-style-oaSupervise-oaSuperviseSetting--index-tagBox-1Pp-T .src-assets-style-oaSupervise-oaSuperviseSetting--index-tagItem-5mHv6 .ant-tag-checkable {
  max-width: 100%;
  height: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .theme-blue .ant-btn:hover,
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .theme-blue .ant-btn:focus {
  color: #808080;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .ant-input-prefix {
  color: #cdcdcd;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-footerStyle-16nnn {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-pagingLeft-6ucl4 {
  display: inline-block;
  vertical-align: middle;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-pagingRight-35qX5 {
  display: inline-block;
  text-align: center;
  float: right;
  vertical-align: middle;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-deleteButton-1q4LR {
  margin-top: 0.12rem;
  width: 55%;
  float: right;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-addButton-3MR_B {
  margin-top: 0.12rem;
  width: 40%;
  float: left;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-itemButton-3EELe {
  margin-right: 0.1rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-itemButton-3EELe .src-assets-style-oaSupervise-oaSuperviseSetting--index-img-3-1DV {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-submit-1TLVw {
  display: block;
  margin: 0 auto;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-pagingMargin1-dz_W0 {
  margin-left: 0.11rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-pagingMargin2-1vvJ9 {
  margin-left: 0.5rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-pageingButton-1_EI0 {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-pageingNotAllowed-9laqc {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-filter-2KYIm .ant-list-item {
  border-bottom: none;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-paginationStyle-2_UJJ {
  text-align: center;
  font-size: 0.14rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-solid-1VAvW {
  border-bottom: solid 1px #e8e8e8;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-itemRow-3n6iZ {
  color: #ADADAD;
  font-size: 0.14rem;
  padding: 0.08rem 0 0 0.1rem;
  /*   span:nth-child(2){
         width: 150px;
     }*/
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-itemRow-3n6iZ span {
  /*margin-right: 10px;*/
  padding: 0px 0.1rem;
  width: 20%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-itemRow-3n6iZ span:nth-child(1) {
  text-align: left;
  padding: 0px 0.1rem 0px 0px;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-itemRow-3n6iZ span:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-itemRowLeft-1PED- {
  width: 90%;
  float: left;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-itemName-1L7zI {
  font-size: 0.16rem;
  height: 0.16rem;
  color: #363636;
  font-weight: bold;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-itemRowRight-3yLVm {
  width: 10%;
  float: right;
  text-align: center;
  line-height: 0.5rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-itemRowRight-3yLVm .ant-btn-group {
  height: 0.34rem;
  vertical-align: middle;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-itemRowRight-3yLVm .ant-btn-group .ant-btn {
  vert-align: middle;
  float: left;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-opt-2kVVj {
  width: 0.83rem;
  display: inline-block;
  text-align: center;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-alertMain-3dY_W {
  padding: 0.25rem;
  margin: 0 auto;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-alertDiv1-2d-Dl {
  float: left;
  padding: 0.1rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-alertDiv2-3HQUK {
  float: right;
  padding: 0.1rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-alertDiv3-23W7J {
  padding: 0.1rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-alertTextArea-1rAFG {
  margin-left: 0px;
  width: 5.82rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-inputStyle-3uRS1 {
  width: 1.5rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-inputStyle1-HW-C- {
  width: 6rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-scheTypeDelete-mBCAu {
  position: absolute;
  right: 0.1rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-scheTypeDelete-mBCAu .src-assets-style-oaSupervise-oaSuperviseSetting--index-icon-3UyJL {
  color: #37A164;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-scheTypeDelete-mBCAu .src-assets-style-oaSupervise-oaSuperviseSetting--index-iconfont-2QyBQ {
  font-family: "iconfont" !important;
  font-size: 0.14rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.ant-select-selection-selected-value .src-assets-style-oaSupervise-oaSuperviseSetting--index-scheTypeDelete-mBCAu .src-assets-style-oaSupervise-oaSuperviseSetting--index-icon-3UyJL {
  display: none;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-tableRow-14ciU {
  height: 0.35rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-tableDiv1-2fc4d {
  width: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-tableDiv2-1f45J {
  width: 1.45rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-tableDiv3-1f6kA {
  width: 1.43rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-tableSpan-1qDgu {
  overflow: hidden;
  text-overflow: ellipsis;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-calendarMessage-21go9 {
  width: 3rem;
  padding: 0px 0.1rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-orderMessage-32GrP {
  padding: 0px 0.1rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-test-Jn1nE {
  display: none;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-fillIcon-1nsSV {
  color: #f5bf50;
  font-size: 0.2rem;
  cursor: pointer;
  margin-left: 0.1rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-selectType-1NuOo {
  width: 0.5rem;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-selectColor-FX05O {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-footerStyle-16nnn {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-pageingButton-1_EI0 {
  color: #397EF0;
}
@media (min-width: 0px) {
  .theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-apply-1fknj span:nth-child(2) {
    color: #397EF0;
  }
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-modal-7VWkr .src-assets-style-oaSupervise-oaSuperviseSetting--index-user-qRZhn i {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-borderLine-2pGxz:hover {
  background-color: #e6f7ff;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-scheTypeDelete-mBCAu .src-assets-style-oaSupervise-oaSuperviseSetting--index-icon-3UyJL {
  color: #397EF0;
}
/*************** 红色主题 start***************/
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-selectColor-FX05O {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-footerStyle-16nnn {
  background-color: #fffafb;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-pageingButton-1_EI0 {
  color: #F63E62;
}
@media (min-width: 0px) {
  .theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-apply-1fknj span:nth-child(2) {
    color: #F63E62;
  }
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-modal-7VWkr .src-assets-style-oaSupervise-oaSuperviseSetting--index-user-qRZhn i {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-borderLine-2pGxz:hover {
  background-color: #fff1f0;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-scheTypeDelete-mBCAu .src-assets-style-oaSupervise-oaSuperviseSetting--index-icon-3UyJL {
  color: #F63E62;
}
/**************************** 红色主题开始 ***************************/
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-selectColor-FX05O {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-footerStyle-16nnn {
  background-color: #fffafb;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-pageingButton-1_EI0 {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-cardFrame-Cq2kS .src-assets-style-oaSupervise-oaSuperviseSetting--index-cardItem-3zEKB:hover button {
  background-color: #F63E62;
  border-color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-cardFrame-Cq2kS .src-assets-style-oaSupervise-oaSuperviseSetting--index-cardItem-3zEKB:hover button:hover {
  background-color: #9A001E;
  border-color: #9A001E;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-3JPZu .ant-tag-checkable-checked {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-3JPZu .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-pagination-qan2j {
  box-shadow: 0px 0px 0.1rem 0px rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-pagination-qan2j .src-assets-style-oaSupervise-oaSuperviseSetting--index-affairTotal-1Agbi .src-assets-style-oaSupervise-oaSuperviseSetting--index-fontBlue-2an1s {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-activeLetter-c5RWh {
  background: #F63E62;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-letter-2GYmp:hover {
  background: #F63E62;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-radiusDiv-34H7z {
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-radiusDiv-34H7z:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-affairTitle-2ccq3 .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-affairTitle-2ccq3 .ant-carousel .slick-dots li button {
  background: rgba(255, 0, 0, 0.5);
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-cardFrame-Cq2kS a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-dropdownBox-2-Lwg .ant-select-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-dropdownBox-2-Lwg .ant-select-dropdown-menu-item:hover a {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneNav-17OKY span {
  color: #9A001E;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneNav-17OKY .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneIcon-3hTjy {
  background: url(../../assets/images/mapIcon_red.png) no-repeat center;
  background-size: cover;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-receiptDiv-1Lc2E {
  background: #9A001E;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-selectColor-FX05O {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-footerStyle-16nnn {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-pageingButton-1_EI0 {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-cardFrame-Cq2kS .src-assets-style-oaSupervise-oaSuperviseSetting--index-cardItem-3zEKB:hover button {
  background-color: #71b8ef;
  border-color: #71b8ef;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-cardFrame-Cq2kS .src-assets-style-oaSupervise-oaSuperviseSetting--index-cardItem-3zEKB:hover button:hover {
  background-color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-3JPZu .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #a2ceff;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-3JPZu .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-pagination-qan2j {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-pagination-qan2j .src-assets-style-oaSupervise-oaSuperviseSetting--index-affairTotal-1Agbi .src-assets-style-oaSupervise-oaSuperviseSetting--index-fontBlue-2an1s {
  color: #1890ff;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-activeLetter-c5RWh {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-letter-2GYmp:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-radiusDiv-34H7z {
  border: 1px solid rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-radiusDiv-34H7z:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-affairTitle-2ccq3 .ant-carousel .slick-dots li.slick-active button {
  background: #1890ff;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-affairTitle-2ccq3 .ant-carousel .slick-dots li button {
  background: rgba(35, 145, 230, 0.7);
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-cardFrame-Cq2kS a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneNav-17OKY span {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneNav-17OKY .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneIcon-3hTjy {
  background: url(../../assets/images/mapIcon_blue.png) no-repeat center;
  background-size: cover;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-receiptDiv-1Lc2E {
  background: #397EF0;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-3JPZu .ant-tag-checkable-checked {
  color: #1C9750;
  background: #E6FFF1;
  border-color: #1C9750;
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-2Hxi3 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-3JPZu .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1C9750;
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-pagination-qan2j {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-pagination-qan2j .src-assets-style-oaSupervise-oaSuperviseSetting--index-affairTotal-1Agbi .src-assets-style-oaSupervise-oaSuperviseSetting--index-fontBlue-2an1s {
  color: #1C9750;
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-activeLetter-c5RWh {
  background: #1C9750;
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-letter-2GYmp:hover {
  background: #1C9750;
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-radiusDiv-34H7z:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(68, 126, 98, 0.35);
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-radiusDiv-34H7z {
  border: 1px solid rgba(87, 177, 134, 0.1);
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-affairTitle-2ccq3 .ant-carousel .slick-dots li.slick-active button {
  background: #1C9750;
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-affairTitle-2ccq3 .ant-carousel .slick-dots li button {
  background: rgba(10, 150, 50, 0.7);
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-cardFrame-Cq2kS a:hover {
  color: #00a854;
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-dropdownBox-2-Lwg .ant-select-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-dropdownBox-2-Lwg .ant-select-dropdown-menu-item:hover a {
  color: #00a854;
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneNav-17OKY span {
  color: #005825;
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneNav-17OKY .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneIcon-3hTjy {
  background: url(../../assets/images/mapIcon_green.png) no-repeat center;
  background-size: cover;
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-receiptDiv-1Lc2E {
  background: #005825;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-progressTitle-r_7AK {
  display: inline-block;
  cursor: pointer;
  color: #1890ff;
}
.src-app-page-oaDutyManager-dutyPhoneSetting--index-dutyPhoneSetting-2TooL .ant-row {
  padding: 0.15rem;
}
.src-assets-style-leaderSchedule--index-leaderSchedulePage-MoltH {
  margin-left: 0.1rem;
}
.src-assets-style-leaderSchedule--index-header-2eKiQ {
  display: flex;
  align-items: center;
  height: 0.64rem;
}
.src-assets-style-leaderSchedule--index-header-2eKiQ .src-assets-style-leaderSchedule--index-time-1EwBq {
  position: relative;
  padding: 0 0.05rem;
  height: 0.14rem;
  font-size: 0.16rem;
  font-weight: 700;
  color: #000000;
}
.src-assets-style-leaderSchedule--index-header-2eKiQ .src-assets-style-leaderSchedule--index-btnBox-294W8 .src-assets-style-leaderSchedule--index-btn-3XPzs {
  margin: 0 0.1rem;
}
.src-assets-style-leaderSchedule--index-firstColumn-1lNir {
  background-color: #f5f5f5;
  text-align: center;
  font-weight: 500;
}
.src-assets-style-leaderSchedule--index-timeColumn-3YFgo {
  text-align: center;
}
.src-assets-style-leaderSchedule--index-dataColumn-1hDdE {
  width: 2.5rem;
}
.selectedRow > td {
  background-color: #fff;
}
.ant-table-tbody > .selectedRow > .ant-table-cell-row-hover {
  background-color: #fff !important;
}
.ant-table-fixed-left {
  width: 1.75rem;
}
.src-assets-style-leaderSchedule--index-cell-3hO-b {
  box-sizing: border-box;
}
.src-assets-style-leaderSchedule--index-cell-3hO-b:hover .src-assets-style-leaderSchedule--index-addSchedule-QbnwR {
  visibility: visible;
  cursor: pointer;
}
.src-assets-style-leaderSchedule--index-cell-3hO-b .src-assets-style-leaderSchedule--index-addSchedule-QbnwR {
  margin: 0.08rem auto;
  width: 2.25rem;
  height: 0.2rem;
  font-size: 0.12rem;
  text-align: center;
  line-height: 0.2rem;
  background: #397ef0;
  border-radius: 4px;
  color: #fff;
  visibility: hidden;
}
.src-assets-style-leaderSchedule--index-cell-3hO-b .src-assets-style-leaderSchedule--index-item-1xESn {
  position: relative;
}
.src-assets-style-leaderSchedule--index-cell-3hO-b .src-assets-style-leaderSchedule--index-item-1xESn .src-assets-style-leaderSchedule--index-text-2bxr- {
  margin: 0.08rem auto;
  padding: 0.04rem 0.08rem 0.03rem 0.13rem;
  width: 85%;
  min-height: 0.4rem;
  border-left: 4px solid #397ef0;
  background-color: #f5f8ff;
  line-height: 0.22rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.src-assets-style-leaderSchedule--index-cell-3hO-b .src-assets-style-leaderSchedule--index-item-1xESn .src-assets-style-leaderSchedule--index-text-2bxr-:hover {
  cursor: pointer;
}
.src-assets-style-leaderSchedule--index-cell-3hO-b .src-assets-style-leaderSchedule--index-item-1xESn .src-assets-style-leaderSchedule--index-text-2bxr- .src-assets-style-leaderSchedule--index-hours-2Jauf {
  margin-right: 0.05rem;
  color: #3d81f0;
}
.src-assets-style-leaderSchedule--index-cell-3hO-b .src-assets-style-leaderSchedule--index-item-1xESn .src-assets-style-leaderSchedule--index-delIcon-RXxqS {
  position: absolute;
  right: 8.5%;
  top: -0.02rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.25rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.205);
  border-radius: 3px;
  visibility: hidden;
}
.src-assets-style-leaderSchedule--index-cell-3hO-b .src-assets-style-leaderSchedule--index-item-1xESn:hover .src-assets-style-leaderSchedule--index-delIcon-RXxqS {
  visibility: visible;
  cursor: pointer;
}
.src-assets-style-leaderSchedule--index-addScheduleBox-1LvNz .ant-modal-header {
  background-color: #f5f5f5;
}
.src-assets-style-leaderSchedule--index-addScheduleBox-1LvNz .ant-modal-footer {
  background-color: #f5f5f5;
}
.src-assets-style-leaderSchedule--index-addScheduleBox-1LvNz .src-assets-style-leaderSchedule--index-addScheduleForm-3ZCnp #addSchedulebyTable_sx {
  word-break: break-all;
  width: 2.9rem;
}
.src-assets-style-leaderSchedule--index-addScheduleBox-1LvNz .src-assets-style-leaderSchedule--index-addScheduleForm-3ZCnp .ant-time-picker {
  width: 1.37rem;
}
.src-assets-style-leaderSchedule--index-addScheduleBox-1LvNz .src-assets-style-leaderSchedule--index-addScheduleForm-3ZCnp #addSchedulebyTable_dd {
  width: 2.9rem;
}
.src-assets-style-leaderSchedule--index-checkScheduleBox-10_KU .ant-modal-header {
  padding: 0.15rem 0.24rem 0 0.24rem;
  height: 0.48rem;
  background: #397ef0;
}
.src-assets-style-leaderSchedule--index-checkScheduleBox-10_KU .ant-modal-header .ant-modal-title {
  height: 0.38rem;
  color: #fff;
}
.src-assets-style-leaderSchedule--index-checkScheduleBox-10_KU .ant-modal-title {
  margin-bottom: 0.1rem;
}
.src-assets-style-leaderSchedule--index-checkScheduleBox-10_KU .ant-modal-close {
  height: 0.38rem;
}
.src-assets-style-leaderSchedule--index-checkScheduleBox-10_KU .ant-modal-close .ant-modal-close-x {
  height: 0.38rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-leaderSchedule--index-checkScheduleBox-10_KU .src-assets-style-leaderSchedule--index-name-1vM6P {
  font-size: 0.22rem;
  font-weight: 700;
  margin-bottom: 0.18rem;
}
.src-assets-style-leaderSchedule--index-checkScheduleBox-10_KU .src-assets-style-leaderSchedule--index-item-1xESn {
  margin-bottom: 0.18rem;
  color: #000;
  font-weight: 500;
}
.src-assets-style-leaderSchedule--index-checkScheduleBox-10_KU .src-assets-style-leaderSchedule--index-item-1xESn .src-assets-style-leaderSchedule--index-png-3QDxL {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.08rem;
}
.src-assets-style-leaderSchedule--index-checkScheduleBox-10_KU .src-assets-style-leaderSchedule--index-item-1xESn .src-assets-style-leaderSchedule--index-sx-11q9o {
  width: 2.3rem;
  word-break: break-all;
}
.src-assets-style-leaderSchedule--index-table-1BXYE .ant-table-thead > tr > th {
  text-align: center;
}
.src-assets-style-leaderSchedule--index-table-1BXYE .src-assets-style-leaderSchedule--index-tableWrapper-y6Rrb .ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.src-assets-style-leaderSchedule--index-table-1BXYE .src-assets-style-leaderSchedule--index-tableWrapper-y6Rrb .ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  background-color: #fff;
}
.src-assets-style-leaderSchedule--index-table-1BXYE .src-assets-style-leaderSchedule--index-tableWrapper-y6Rrb .ant-table-fixed-left .ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  background-color: #fff;
}
.src-assets-style-leaderSchedule--index-table-1BXYE .src-assets-style-leaderSchedule--index-tableWrapper-y6Rrb .ant-table-row-cell-break-word {
  overflow: visible;
}
.src-assets-style-leaderSchedule--index-table-1BXYE .src-assets-style-leaderSchedule--index-tableWrapper-y6Rrb .ant-table-row {
  background-color: transparent;
}
.src-assets-style-leaderSchedule--index-table-1BXYE .ant-table-row-cell-break-word {
  padding: 0;
}
.src-assets-style-leaderSchedule--index-table-1BXYE .ant-table-thead {
  height: 0.36rem;
}
.src-assets-style-leaderSchedule--index-ant-layout-content-3pdsJ {
  margin-left: 0.1rem;
}
::-webkit-scrollbar {
  width: 0.06rem;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0.06rem;
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(144, 147, 153, 0.5);
}
::-webkit-scrollbar-track {
  border-radius: 5px;
  background: transparent;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.dragSelectRoom.edit .selectItem {
  cursor: pointer;
}
.dragSelectRoom .dragSelectRoomItem {
  white-space: nowrap;
}
.dragSelectRoom .dragBtnBox {
  padding: 0.1rem 0.16rem;
  background-color: #fafafa;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.dragSelectRoom .dragBtnBox .ant-btn {
  margin-right: 0.03rem;
}
.dragSelectRoom .dragBtnBox .dragBtnBox_left {
  display: flex;
  align-items: center;
}
.dragSelectRoom .dragBtnBox .dragBtnBox_right {
  display: flex;
  align-items: center;
}
.dragSelectRoom .dragListTitle {
  padding: 0.14rem 0;
  border-bottom: 1px solid #e2e2e2;
}
.dragSelectRoom .dragListTitle .dragTitleLeft {
  width: 1.8rem;
  padding: 0 0.16rem;
  float: left;
}
.dragSelectRoom .dragListTitle .dragTitleLeft .ant-input {
  border-color: #228b22;
}
.dragSelectRoom .dragListTitle .dragTitleLeft .ant-calendar-picker-icon {
  color: #228b22;
}
.dragSelectRoom .dragListTitle .dragTitleRight {
  margin-left: 1.8rem;
}
.dragSelectRoom .dragListTitle .dragTitleItem {
  display: inline-block;
  width: 0.51rem;
  width: -moz-calc(100%/16 - 0.05rem);
  width: -webkit-calc(100%/16 - 0.05rem);
  width: calc(100%/16 - 0.05rem);
  color: #228b22;
  font-size: 0.14rem;
  margin-left: 0.03rem;
  pointer-events: none;
}
.dragSelectRoom .dragList {
  position: relative;
}
.dragSelectRoom .dragList .dragSelectPicker {
  overflow: hidden;
}
.dragSelectRoom .dragList .dragItem {
  padding: 0.1rem 0;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
}
.dragSelectRoom .dragList .dragItemLeft {
  width: 1.8rem;
  float: left;
  padding-left: 0.16rem;
  padding-right: 0.3rem;
}
.dragSelectRoom .dragList .dragItemTitle {
  margin-top: 0.05rem;
  width: 100%;
  line-height: 0.28rem;
  border: 1px solid #228b22;
  color: #228b22;
  border-radius: 4px;
  font-size: 0.12rem;
  text-align: center;
}
.dragSelectRoom .dragList .dragItemRight {
  margin-left: 1.8rem;
  top: 50%;
  margin-top: 0.15rem;
}
.dragSelectRoom .selectItem {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  height: 0.4rem;
  width: 0.12rem;
  width: -moz-calc(100%/16/4 - 0.02rem);
  width: -webkit-calc(100%/16/4 - 0.02rem);
  width: calc(100%/16/4 - 0.02rem);
  min-width: 0.12rem;
  margin-left: 1px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 0.12rem;
  box-sizing: border-box;
  cursor: initial;
}
.dragSelectRoom .selectItem.selectItemFirst {
  margin-left: 0.03rem;
}
.dragSelectRoom .selectItem:hover {
  background-color: #e6f7ff;
}
.dragSelectRoom .selectItem .selectItemCon {
  height: 100%;
  width: 100%;
}
.dragSelectRoom .isBefore {
  background-color: #f2f2f2 !important;
}
.dragSelectRoom .applying {
  background-color: #fd6767 !important;
}
.dragSelectRoom .occupy {
  background-color: #23d688 !important;
}
.dragSelectRoom .dragListInfo {
  margin-top: 0.1rem;
  overflow: hidden;
  color: #686868;
  font-size: 0.12rem;
}
.dragSelectRoom .dragListInfo .dragListInfoLeft {
  margin-top: 0.1rem;
  float: left;
  padding-right: 0.1rem;
}
.dragSelectRoom .dragListInfo .dragInfoItem {
  display: inline-block;
  margin-left: 0.1rem;
  line-height: 0.12rem;
}
.dragSelectRoom .dragListInfo .dragInfoItem i {
  margin-right: 0.02rem;
  display: inline-block;
  width: 0.11rem;
  height: 0.11rem;
  border: 1px solid #dadada;
  background-color: #fff;
  vertical-align: bottom;
}
.dragSelectRoom .dragListInfo .dragListInfoRight {
  margin-top: 0.1rem;
  float: right;
  padding-left: 0.1rem;
}
.dragSelectRoom .pageBox {
  padding: 0.2rem 0;
  text-align: right;
}
.dragShowBox .dragShowBoxItem + .dragShowBoxItem {
  margin-top: 0.1rem;
}
.dragShowPopover .ant-popover-title {
  background: #f2f2f2;
}
.dragShowPopover .dragShowPopoverItem {
  padding: 0.04rem 0.1rem;
  border-bottom: 1px solid #ddd;
}
.theme-blue .dragSelectRoom .dragListTitle .dragTitleLeft .ant-input {
  border-color: #397EF0;
}
.theme-blue .dragSelectRoom .dragListTitle .dragTitleLeft .ant-calendar-picker-icon {
  color: #397EF0;
}
.theme-blue .dragSelectRoom .dragListTitle .dragTitleItem {
  color: #397EF0;
}
.theme-blue .dragSelectRoom .dragList .dragItemTitle {
  color: #397EF0;
  border: 1px solid #397EF0;
}
.theme-red .dragSelectRoom .dragListTitle .dragTitleLeft .ant-input {
  border-color: #9A001E;
}
.theme-red .dragSelectRoom .dragListTitle .dragTitleLeft .ant-calendar-picker-icon {
  color: #9A001E;
}
.theme-red .dragSelectRoom .dragListTitle .dragTitleItem {
  color: #9A001E;
}
.theme-red .dragSelectRoom .dragList .dragItemTitle {
  color: #9A001E;
  border: 1px solid #9A001E;
}
.src-assets-style-oaMeeting-meetingApply--index-itemButton-2ZyHQ {
  margin-right: 0.1rem;
}
.src-assets-style-oaMeeting-meetingApply--index-itemButton-2ZyHQ .src-assets-style-oaMeeting-meetingApply--index-img-XvphU {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-oaMeeting-meetingApply--index-menuText-1cDSk {
  width: 0.75rem;
  display: inline-block;
  text-align: center;
}
.src-assets-style-oaMeeting-meetingApply--index-all-2Zip2 {
  display: inline-block;
}
.src-assets-style-oaMeeting-meetingApply--index-all-2Zip2 .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaMeeting-meetingApply--index-searchTitle-1S_s8 {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-oaMeeting-meetingApply--index-searchContent-1bZA5 .src-assets-style-oaMeeting-meetingApply--index-searchList-1vEv- .ant-tag-checkable-checked {
  border-radius: 12px;
  color: var(--themeColor);
  background: var(--themeColorBg);
  border-color: var(--themeColor1);
}
.src-assets-style-oaMeeting-meetingApply--index-searchContent-1bZA5 .src-assets-style-oaMeeting-meetingApply--index-searchList-1vEv- .ant-tag {
  cursor: pointer;
}
.src-assets-style-oaMeeting-meetingApply--index-searchContent-1bZA5 .src-assets-style-oaMeeting-meetingApply--index-searchList-1vEv- .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-oaMeeting-meetingApply--index-searchContent-1bZA5 .src-assets-style-oaMeeting-meetingApply--index-searchList-1vEv- .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: var(--themeColor);
}
.src-assets-style-oaMeeting-meetingApply--index-searchContent-1bZA5 .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaMeeting-meetingApply--index-footerStyle-34m5r {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaMeeting-meetingApply--index-pagingLeft-BBgzq {
  display: inline-block;
  width: 50%;
}
.src-assets-style-oaMeeting-meetingApply--index-pagingRight-16Bjp {
  display: inline-block;
  text-align: right;
  padding-right: 0.1rem;
  width: 50%;
}
.src-assets-style-oaMeeting-meetingApply--index-pagingMargin1-Id7ny {
  margin-left: 0.2rem;
}
.src-assets-style-oaMeeting-meetingApply--index-pagingMargin2-32oWl {
  margin-left: 0.5rem;
}
.src-assets-style-oaMeeting-meetingApply--index-pagingButton-1e7mT {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-oaMeeting-meetingApply--index-pagingNotAllowed-3pwjJ {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-oaMeeting-meetingApply--index-listStatus-1cU9h {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.src-assets-style-oaMeeting-meetingApply--index-usedSelect-2n_qJ {
  width: 2.5rem;
  margin-right: 0.1rem;
}
.src-assets-style-oaMeeting-meetingApply--index-usedSelect-2n_qJ .ant-select {
  width: 100%;
}
.src-assets-style-oaMeeting-meetingApply--index-usedSearch-26qSt {
  float: right;
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.1rem;
}
.src-assets-style-oaMeeting-meetingApply--index-usedSearch-26qSt .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-oaMeeting-meetingApply--index-usedSearch-26qSt .anticon-search {
  position: absolute;
  left: 0.12rem;
  font-size: 0.12rem;
  line-height: 0.36rem;
  z-index: 2;
  color: #BFBFBF;
}
.src-assets-style-oaMeeting-meetingApply--index-usedSearch-26qSt .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-oaMeeting-meetingApply--index-usedSearch-26qSt .src-assets-style-oaMeeting-meetingApply--index-searchDel-3TRSS {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  right: 1.8rem;
  top: 50%;
  margin-top: -0.16rem;
  font-size: 0.12rem;
  z-index: 2;
}
.preview-file-modal .ant-modal-close {
  font-size: 0.28rem;
  right: -0.1rem;
  top: -0.1rem;
}
.selectMemberWrap {
  overflow: hidden;
}
.selectMemberWrap .ant-tree-checkbox-checked .ant-tree-checkbox-inner,
.selectMemberWrap .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background: #37A164;
  border-color: #37A164;
}
.selectMemberWrap .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner:after {
  background: #ffffff;
}
.selectMemberWrap .ant-modal-body {
  padding: 0;
}
.selectMemberWrap .ant-modal-header .ant-modal-title {
  color: #ffffff;
}
.selectMemberWrap .ant-modal-content .ant-modal-close {
  color: #ffffff;
}
.selectMemberWrap .leftWrap {
  padding: 0.1rem 0.2rem;
  height: 100%;
  border-right: 1px solid #E1E6E3;
}
.selectMemberWrap .rightWrap {
  height: 100%;
  padding-bottom: 0.6rem;
  position: relative;
}
.selectMemberWrap .rightWrap .btnWrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  margin-bottom: 0.1rem;
}
.selectMemberWrap .members {
  padding: 0.1rem;
}
.selectMemberWrap .members > li {
  display: inline-block;
  line-height: 0.22rem;
  padding: 0 0.1rem;
  height: 0.22rem;
  border: 1px solid #E1E6E3;
  border-radius: 2px;
  margin: 0 0.1rem 0.1rem 0;
}
.selectMemberWrap .members > li:first-child {
  display: block;
  line-height: 0.22rem;
  border: none;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_9ajlgnl6w1.eot');
  src: url('//at.alicdn.com/t/font_864711_9ajlgnl6w1.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_9ajlgnl6w1.woff') format('woff'), url('//at.alicdn.com/t/font_864711_9ajlgnl6w1.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_9ajlgnl6w1.svg#iconfont') format('svg');
}
.src-assets-style-oaDocument-oaDocumentSetting--index-conditionStyle-1HE3h {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-selectColor-1R68i {
  color: var(--themeColor);
}
.src-assets-style-oaDocument-oaDocumentSetting--index-statusWidth-b9NBU {
  width: 80%;
  float: left;
  vertical-align: middle;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-conditionTitle-30pth {
  color: #ADADAD;
  font-weight: normal;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-card-35UUw {
  border: none;
  float: left;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 0.25rem;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
}
.src-assets-style-oaDocument-oaDocumentSetting--index-newsSearch-pnWZr {
  float: right;
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.07rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-newsSearch-pnWZr .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-newsSearch-pnWZr .anticon-search {
  position: absolute;
  left: 0.12rem;
  font-size: 0.12rem;
  line-height: 0.36rem;
  z-index: 2;
  color: #BFBFBF;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-newsSearch-pnWZr .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-newsSearch-pnWZr .src-assets-style-oaDocument-oaDocumentSetting--index-searchDel-3Vwz9 {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  right: 0.58rem;
  top: 50%;
  margin-top: -0.16rem;
  font-size: 0.12rem;
  z-index: 2;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-usedSearch-1-L-M {
  float: right;
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.15rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-usedSearch-1-L-M .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-usedSearch-1-L-M .anticon-search {
  position: absolute;
  left: 0.12rem;
  font-size: 0.12rem;
  line-height: 0.36rem;
  z-index: 2;
  color: #BFBFBF;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-usedSearch-1-L-M .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-usedSearch-1-L-M .src-assets-style-oaDocument-oaDocumentSetting--index-searchDel-3Vwz9 {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  right: 0.58rem;
  top: 50%;
  margin-top: -0.16rem;
  font-size: 0.12rem;
  z-index: 2;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-footerStyle-AyDEe {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-pagingLeft-3g5oV {
  display: inline-block;
  vertical-align: middle;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-pagingRight-YNhh1 {
  display: inline-block;
  text-align: center;
  float: right;
  vertical-align: middle;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-deleteButton-3lB_M {
  margin-top: 0.12rem;
  width: 55%;
  float: right;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-addButton-1OGO_ {
  margin-top: 0.12rem;
  width: 40%;
  float: left;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-itemButton-2FtrN {
  margin-right: 0.1rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-itemButton-2FtrN .src-assets-style-oaDocument-oaDocumentSetting--index-img-V5Ybf {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-submit-1Nu0q {
  display: block;
  margin: 0 auto;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-pagingMargin1-2zPnu {
  margin-left: 0.11rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-pagingMargin2-1Yqza {
  margin-left: 0.5rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-pageingButton-3eb-1 {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-pageingNotAllowed-mzRFD {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-filter-3AHIh .ant-list-item {
  border-bottom: none;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-paginationStyle-3ayIl {
  text-align: center;
  font-size: 0.14rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-solid-1VqNd {
  border-bottom: solid 1px #e8e8e8;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-itemRow-3sucD {
  color: #ADADAD;
  font-size: 0.14rem;
  padding: 0.08rem 0 0 0.1rem;
  /*   span:nth-child(2){
         width: 150px;
     }*/
}
.src-assets-style-oaDocument-oaDocumentSetting--index-itemRow-3sucD span {
  /*margin-right: 10px;*/
  padding: 0px 0.1rem;
  width: 20%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-itemRow-3sucD span:nth-child(1) {
  text-align: left;
  padding: 0px 0.1rem 0px 0px;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-itemRow-3sucD span:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-itemRowLeft-rlfRI {
  width: 90%;
  float: left;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-itemName-2jUdc {
  font-size: 0.16rem;
  height: 0.16rem;
  color: #363636;
  font-weight: bold;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-itemRowRight-3UIl3 {
  width: 10%;
  float: right;
  text-align: center;
  line-height: 0.5rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-itemRowRight-3UIl3 .ant-btn-group {
  height: 0.34rem;
  vertical-align: middle;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-itemRowRight-3UIl3 .ant-btn-group .ant-btn {
  vert-align: middle;
  float: left;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-opt-1pUw4 {
  width: 0.83rem;
  display: inline-block;
  text-align: center;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-alertMain-3mAMe {
  padding: 0.25rem;
  margin: 0 auto;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-alertMain-3mAMe .ant-input-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  background-color: #f5f5f5 !important;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-alertMain-3mAMe .ant-input-disabled:hover {
  border-color: #d9d9d9 !important;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-alertDiv1-5xBFY {
  float: left;
  padding: 0.1rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-alertDiv2-3k-ne {
  float: right;
  padding: 0.1rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-alertDiv3-2apHc {
  padding: 0.1rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-alertTextArea-uU1ve {
  margin-left: 0px;
  width: 5.82rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-inputStyle-23PtY {
  width: 1.5rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-inputStyle1-1m_V8 {
  width: 6rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-scheTypeDelete-28JAe {
  position: absolute;
  right: 0.1rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-scheTypeDelete-28JAe .src-assets-style-oaDocument-oaDocumentSetting--index-icon-1qzOl {
  color: #37A164;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-scheTypeDelete-28JAe .src-assets-style-oaDocument-oaDocumentSetting--index-iconfont-3io3P {
  font-family: "iconfont" !important;
  font-size: 0.14rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.ant-select-selection-selected-value .src-assets-style-oaDocument-oaDocumentSetting--index-scheTypeDelete-28JAe .src-assets-style-oaDocument-oaDocumentSetting--index-icon-1qzOl {
  display: none;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-tableRow-3lsxX {
  height: 0.35rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-tableDiv1-1DgP2 {
  width: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-tableDiv2-6drSc {
  width: 1.45rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-tableDiv3-Fv7Qr {
  width: 1.43rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-tableSpan-31Fsw {
  overflow: hidden;
  text-overflow: ellipsis;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-calendarMessage-2vt9s {
  width: 3rem;
  padding: 0px 0.1rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-orderMessage-1RNa4 {
  padding: 0px 0.1rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-test-2QrVW {
  display: none;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-fillIcon-12-Nq {
  color: #f5bf50;
  font-size: 0.2rem;
  cursor: pointer;
  margin-left: 0.1rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-selectType-3y6It {
  width: 0.5rem;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-oaDocument-oaDocumentSetting--index-selectColor-1R68i {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaDocument-oaDocumentSetting--index-footerStyle-AyDEe {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-oaDocument-oaDocumentSetting--index-pageingButton-3eb-1 {
  color: #397EF0;
}
@media (min-width: 0px) {
  .theme-blue .src-assets-style-oaDocument-oaDocumentSetting--index-apply-23McY span:nth-child(2) {
    color: #397EF0;
  }
}
.theme-blue .src-assets-style-oaDocument-oaDocumentSetting--index-modal-UfqL6 .src-assets-style-oaDocument-oaDocumentSetting--index-user-1CIIV i {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaDocument-oaDocumentSetting--index-borderLine-mDjc9:hover {
  background-color: #e6f7ff;
}
.theme-blue .src-assets-style-oaDocument-oaDocumentSetting--index-scheTypeDelete-28JAe .src-assets-style-oaDocument-oaDocumentSetting--index-icon-1qzOl {
  color: #397EF0;
}
/*************** 红色主题 start***************/
.theme-red .src-assets-style-oaDocument-oaDocumentSetting--index-selectColor-1R68i {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDocument-oaDocumentSetting--index-footerStyle-AyDEe {
  background-color: #fffafb;
}
.theme-red .src-assets-style-oaDocument-oaDocumentSetting--index-pageingButton-3eb-1 {
  color: #F63E62;
}
@media (min-width: 0px) {
  .theme-red .src-assets-style-oaDocument-oaDocumentSetting--index-apply-23McY span:nth-child(2) {
    color: #F63E62;
  }
}
.theme-red .src-assets-style-oaDocument-oaDocumentSetting--index-modal-UfqL6 .src-assets-style-oaDocument-oaDocumentSetting--index-user-1CIIV i {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDocument-oaDocumentSetting--index-borderLine-mDjc9:hover {
  background-color: #fff1f0;
}
.theme-red .src-assets-style-oaDocument-oaDocumentSetting--index-scheTypeDelete-28JAe .src-assets-style-oaDocument-oaDocumentSetting--index-icon-1qzOl {
  color: #F63E62;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_9ajlgnl6w1.eot');
  src: url('//at.alicdn.com/t/font_864711_9ajlgnl6w1.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_9ajlgnl6w1.woff') format('woff'), url('//at.alicdn.com/t/font_864711_9ajlgnl6w1.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_9ajlgnl6w1.svg#iconfont') format('svg');
}
.src-assets-style-affairsHandle--index-iconfont-2RM49 {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.src-assets-style-affairsHandle--index-itemButton-272u3 {
  /*border-radius: 20px;*/
}
.src-assets-style-affairsHandle--index-itemButton-272u3 .src-assets-style-affairsHandle--index-img-31FdD {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-affairsHandle--index-itemName-3RmxV {
  font-size: 0.16rem;
  height: 0.16rem;
  color: #363636;
  font-weight: bold;
  margin-left: 0.11rem;
}
.src-assets-style-affairsHandle--index-itemButton-272u3 i {
  margin-right: 0.05rem;
}
.src-assets-style-affairsHandle--index-footerStyle-2eRju {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-affairsHandle--index-pageingNotAllowed-38N32 {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-affairsHandle--index-pageingButton-N7Yp8 {
  color: #55906E;
  margin: 0px 0.25rem;
}
/* 紧急程度 -- 特急，加急，超时，快到期*/
.src-assets-style-affairsHandle--index-emergencySpecial-aJNJe,
.src-assets-style-affairsHandle--index-emergency-1MG54,
.src-assets-style-affairsHandle--index-emergencyed-Fx1io,
.src-assets-style-affairsHandle--index-emergencying-3qDsA {
  height: 0.2rem;
  padding: 0 0.04rem 0.02rem 0.04rem;
  color: #fff;
  margin: 0.02rem 0.13rem 0.02rem 0;
  font-size: 0.12rem;
}
.src-assets-style-affairsHandle--index-emergencySpecial-aJNJe {
  color: #FD6767;
}
.src-assets-style-affairsHandle--index-emergencySpecial-aJNJe .src-assets-style-affairsHandle--index-icon-1Ozqz {
  font-size: 0.16rem;
  position: relative;
  top: 1px;
}
.src-assets-style-affairsHandle--index-emergency-1MG54 {
  background-color: #f2aa18;
}
.src-assets-style-affairsHandle--index-emergencyed-Fx1io {
  color: #fd9c67;
}
.src-assets-style-affairsHandle--index-emergencying-3qDsA {
  color: #f2aa18;
}
.src-assets-style-affairsHandle--index-conditionTitle-1IHIZ {
  display: inline-block;
  color: #ADADAD;
  font-weight: normal;
}
.src-assets-style-affairsHandle--index-conditionStyle-3ytjS {
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-affairsHandle--index-conditionStyle2-3G3iz {
  display: inline-block;
  width: 1.05rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-affairsHandle--index-paginationStyle-3nQJu {
  text-align: center;
  font-size: 0.14rem;
}
.src-assets-style-affairsHandle--index-tabBarStyle-3D5aO {
  text-align: left;
  color: #999999;
}
.src-assets-style-affairsHandle--index-breadcrumb-2ivBq {
  width: 2.19rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-affairsHandle--index-breadcrumbItem-2Lzrp {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-affairsHandle--index-prefix-20R31 {
  color: rgba(0, 0, 0, 0.25);
}
.src-assets-style-affairsHandle--index-inputWidth-ulJpo {
  width: 3.18rem;
}
.src-assets-style-affairsHandle--index-pagingMargin1-3bZNK {
  margin-left: 0.11rem;
}
.src-assets-style-affairsHandle--index-pagingMargin2-1v-Lm {
  margin-left: 0.5rem;
}
.src-assets-style-affairsHandle--index-pagingLeft-1Pdt4 {
  display: inline-block;
  width: 80%;
}
.src-assets-style-affairsHandle--index-handlingPagingLeft-9sbeF {
  display: inline-block;
  width: 50%;
}
.src-assets-style-affairsHandle--index-handlingPagingRight-3axtg {
  display: inline-block;
  text-align: right;
  width: 50%;
}
.src-assets-style-affairsHandle--index-pagingLeft90-1CIhF {
  display: inline-block;
  width: 90%;
}
.src-assets-style-affairsHandle--index-pagingRight-1I3xP {
  display: inline-block;
  text-align: center;
  width: 10%;
}
.src-assets-style-affairsHandle--index-pagingRightTextRight20-3I3nK {
  display: inline-block;
  text-align: right;
  width: 20%;
}
.src-assets-style-affairsHandle--index-pagingRightFloat-LATaC {
  display: inline-block;
  text-align: center;
  width: 10%;
  float: right;
}
.src-assets-style-affairsHandle--index-itemRow-2u6N_ {
  color: #ADADAD;
  font-size: 0.14rem;
  padding: 0.08rem 0 0 0.1rem;
  /*   span:nth-child(2){
        width: 150px;
    }*/
}
.src-assets-style-affairsHandle--index-itemRow-2u6N_ span {
  border-right: solid 1px #e8e8e8;
  /*margin-right: 10px;*/
  padding: 0px 0.1rem;
  /*width: 215px;*/
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.src-assets-style-affairsHandle--index-itemRow-2u6N_ span:nth-child(1) {
  text-align: left;
  padding: 0px 0.1rem 0px 0px;
}
.src-assets-style-affairsHandle--index-itemRow-2u6N_ span:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
@media (min-width: 0px) {
  .src-assets-style-affairsHandle--index-handling-35uNI span:nth-child(1),
  .src-assets-style-affairsHandle--index-handled-4zD0W span:nth-child(1),
  .src-assets-style-affairsHandle--index-finished-YUm_9 span:nth-child(1) {
    width: 18%;
  }
  .src-assets-style-affairsHandle--index-handling-35uNI span:nth-child(2),
  .src-assets-style-affairsHandle--index-handled-4zD0W span:nth-child(2),
  .src-assets-style-affairsHandle--index-finished-YUm_9 span:nth-child(2) {
    width: 16%;
  }
  .src-assets-style-affairsHandle--index-handling-35uNI span:nth-child(3),
  .src-assets-style-affairsHandle--index-handled-4zD0W span:nth-child(3),
  .src-assets-style-affairsHandle--index-finished-YUm_9 span:nth-child(3),
  .src-assets-style-affairsHandle--index-handling-35uNI span:nth-child(4),
  .src-assets-style-affairsHandle--index-handled-4zD0W span:nth-child(4),
  .src-assets-style-affairsHandle--index-finished-YUm_9 span:nth-child(4) {
    width: 23%;
  }
  .src-assets-style-affairsHandle--index-handling-35uNI span:nth-child(5),
  .src-assets-style-affairsHandle--index-handled-4zD0W span:nth-child(5),
  .src-assets-style-affairsHandle--index-finished-YUm_9 span:nth-child(5) {
    width: 20%;
  }
  .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(1) {
    width: 18%;
  }
  .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(2) {
    width: 12%;
    color: #37A164;
  }
  .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(3),
  .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(4) {
    width: 23%;
  }
  .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(5) {
    width: 22%;
  }
  .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(6) {
    text-align: left;
    padding: 0px 0.1rem 0px 0px;
  }
  .src-assets-style-affairsHandle--index-applyed-3bQ-3 span {
    width: 20%;
  }
}
.src-assets-style-affairsHandle--index-itemRowLeft-1mKQB {
  width: 90%;
  float: left;
  cursor: pointer;
}
.src-assets-style-affairsHandle--index-itemRowRetrieveLeft-32rFB {
  width: 87%;
  float: left;
  cursor: pointer;
}
.src-assets-style-affairsHandle--index-opt-1CyBY {
  width: 0.75rem;
  display: inline-block;
  text-align: center;
}
.src-assets-style-affairsHandle--index-itemRowRight-Z7v7A {
  width: 10%;
  float: right;
  text-align: center;
  line-height: 0.63rem;
  cursor: pointer;
}
.src-assets-style-affairsHandle--index-itemRowRight-Z7v7A .ant-btn-group {
  height: 0.34rem;
  vertical-align: middle;
}
.src-assets-style-affairsHandle--index-itemRowRight-Z7v7A .ant-btn-group .ant-btn {
  vert-align: middle;
  float: left;
}
.src-assets-style-affairsHandle--index-source-2eVBL {
  cursor: pointer;
}
.src-assets-style-affairsHandle--index-emergencyText-vPH-K {
  margin-left: 0.05rem;
}
.src-assets-style-affairsHandle--index-card-OsG-g {
  float: left;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 0.25rem;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
}
.src-assets-style-affairsHandle--index-descText-K2MzE {
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-affairsHandle--index-newsSearch-1_U71 {
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.15rem;
}
.src-assets-style-affairsHandle--index-newsSearch-1_U71 .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-affairsHandle--index-newsSearch-1_U71 .anticon-search {
  position: absolute;
  left: 0.12rem;
  font-size: 0.12rem;
  line-height: 0.36rem;
  z-index: 2;
  color: #BFBFBF;
}
.src-assets-style-affairsHandle--index-newsSearch-1_U71 .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-affairsHandle--index-newsSearch-1_U71 .src-assets-style-affairsHandle--index-searchDel-1r7dd {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  right: 0.58rem;
  top: 50%;
  margin-top: -0.16rem;
  font-size: 0.12rem;
  z-index: 2;
}
.src-assets-style-affairsHandle--index-viewMore-1HmGj {
  color: #adadad;
  font-size: 0.14rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  margin-right: 0.2rem;
}
.src-assets-style-affairsHandle--index-viewMore-1HmGj .anticon {
  transform: rotate(90deg);
}
.src-assets-style-affairsHandle--index-showMore-H4Rdi {
  color: #adadad;
  font-size: 0.14rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  margin-right: 0.2rem;
}
.src-assets-style-affairsHandle--index-showMore-H4Rdi .anticon {
  transform: rotate(90deg);
}
.src-assets-style-affairsHandle--index-mouseEnter-_K2tI {
  color: #37A164;
  font-size: 0.14rem;
  float: right;
  margin-right: 0.2rem;
}
.src-assets-style-affairsHandle--index-mouseEnter-_K2tI .anticon {
  transform: rotate(90deg);
}
.src-assets-style-affairsHandle--index-statusWidth-xr63- {
  width: 100%;
  margin-left: 0.1rem;
  position: relative;
}
.src-assets-style-affairsHandle--index-flexCenter-16XKV {
  display: flex;
  align-items: center;
}
.src-assets-style-affairsHandle--index-filter-3ycl8 .ant-list-item {
  border-bottom: none;
}
.src-assets-style-affairsHandle--index-warning-1k37W {
  color: #FD6767;
}
.src-assets-style-affairsHandle--index-icon-1Ozqz {
  font-size: 0.12rem;
}
.src-assets-style-affairsHandle--index-overtime-3PIVO {
  color: #faad14;
}
.src-assets-style-affairsHandle--index-near-3wOsL {
  color: #F2AA18;
}
.src-assets-style-affairsHandle--index-borderLine-22YHX {
  border-bottom: 1px solid #e8e8e8;
}
.src-assets-style-affairsHandle--index-borderLine-22YHX .src-assets-style-affairsHandle--index-condition-2j9MZ {
  display: flex;
  align-items: center;
  height: 0.6rem;
}
.src-assets-style-affairsHandle--index-borderLine-22YHX .src-assets-style-affairsHandle--index-condition-2j9MZ .src-assets-style-affairsHandle--index-typeDetail-2pYzV {
  margin: 0.1rem 0.25rem;
}
.src-assets-style-affairsHandle--index-borderLine-22YHX .src-assets-style-affairsHandle--index-condition-2j9MZ .src-assets-style-affairsHandle--index-typeDetail-2pYzV li {
  display: inline-block;
  margin-right: 0.5rem;
}
.src-assets-style-affairsHandle--index-borderLine-22YHX .src-assets-style-affairsHandle--index-condition-2j9MZ .src-assets-style-affairsHandle--index-fold-3wh01 {
  margin: 0 0.1rem;
}
.src-assets-style-affairsHandle--index-borderLine-22YHX .src-assets-style-affairsHandle--index-condition-2j9MZ .src-assets-style-affairsHandle--index-textLeft-1Sl4A {
  display: inline-block;
  width: 4.5rem;
}
.src-assets-style-affairsHandle--index-borderLine-22YHX .src-assets-style-affairsHandle--index-condition-2j9MZ .src-assets-style-affairsHandle--index-textLeft-1Sl4A span {
  font-weight: bold;
}
.src-assets-style-affairsHandle--index-borderLine-22YHX .src-assets-style-affairsHandle--index-condition-2j9MZ .src-assets-style-affairsHandle--index-textRight-H8YwA {
  float: right;
  margin-right: 0.2rem;
}
.src-assets-style-affairsHandle--index-body2-fb-1n {
  border-top: 1px solid #e8e8e8;
}
.src-assets-style-affairsHandle--index-batchAudit-2k_UV {
  text-align: center;
  height: 0.6rem;
  line-height: 0.6rem;
}
.src-assets-style-affairsHandle--index-batchRow-2Ngwx {
  display: flex;
  align-items: center;
  padding: 0.12rem 0;
  border-bottom: solid 1px #e8e8e8;
}
.src-assets-style-affairsHandle--index-batchRow-2Ngwx .src-assets-style-affairsHandle--index-batchList-3l0Rh {
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
  flex-wrap: wrap;
  padding-bottom: -0.1rem;
  margin-top: -0.12rem;
}
.src-assets-style-affairsHandle--index-batchRow-2Ngwx .src-assets-style-affairsHandle--index-batchList-3l0Rh ul {
  width: 4.45rem;
  margin-top: 0.12rem;
  margin-right: 0.2rem;
  padding: 0.08rem;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 3px;
}
.src-assets-style-affairsHandle--index-batchRow-2Ngwx .src-assets-style-affairsHandle--index-batchList-3l0Rh ul li:nth-child(1) {
  font-weight: bold;
}
.src-assets-style-affairsHandle--index-batchRow-2Ngwx .src-assets-style-affairsHandle--index-batchList-3l0Rh ul li:nth-child(2) {
  margin-left: 0.24rem;
}
.src-assets-style-affairsHandle--index-batchRow-2Ngwx .src-assets-style-affairsHandle--index-batchList-3l0Rh ul li:nth-child(2) span {
  border-right: solid #e8e8e8 1px;
  margin: 0px 0.15rem;
}
.src-assets-style-affairsHandle--index-batchRow-2Ngwx .src-assets-style-affairsHandle--index-batchList-3l0Rh ul li:nth-child(3) {
  margin-left: 0.24rem;
}
.src-assets-style-affairsHandle--index-batchRow-2Ngwx .src-assets-style-affairsHandle--index-batchList-3l0Rh ul:hover {
  /*background-color: #F5FDF8;*/
  cursor: pointer;
}
.src-assets-style-affairsHandle--index-modal-2RMue li {
  padding: 0.1rem 0.2rem;
  list-style-type: none;
}
.src-assets-style-affairsHandle--index-modal-2RMue li i {
  cursor: pointer;
}
.src-assets-style-affairsHandle--index-modal-2RMue .src-assets-style-affairsHandle--index-user-Qdi6E i {
  color: #37A164;
}
.src-assets-style-affairsHandle--index-submit-2LK-B {
  text-align: center;
}
.src-assets-style-affairsHandle--index-modalLi-25CTU {
  padding-left: 0.35rem;
}
p.src-assets-style-affairsHandle--index-title-6bCvt {
  font-size: 120%;
  font-weight: 600;
  color: #000000;
}
p.src-assets-style-affairsHandle--index-thick-j5tAg {
  padding-left: 0.36rem;
  color: #000000;
  font-weight: bold;
}
span.src-assets-style-affairsHandle--index-fontStyle-gnLIp {
  color: #D1D1D1;
}
.src-assets-style-affairsHandle--index-partSelect-2KEZV {
  font-family: "iconfont" !important;
  font-size: 0.2rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  right: -0.07rem;
}
.src-assets-style-affairsHandle--index-under-1NdeT {
  text-decoration: underline;
}
.src-assets-style-affairsHandle--index-pop-JdCkz {
  width: 3rem;
  text-align: center;
}
.src-assets-style-affairsHandle--index-height1-1o1ms li {
  line-height: 0.23rem;
}
.src-assets-style-affairsHandle--index-selectColor-1DpW9 {
  color: var(--themeColor);
}
.src-assets-style-affairsHandle--index-modalContent-3ZSEO {
  width: 100%;
  height: 2rem;
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.7rem;
}
.src-assets-style-affairsHandle--index-modalContent-3ZSEO .src-assets-style-affairsHandle--index-icon-1Ozqz {
  color: #f1a42b;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-affairsHandle--index-mouseEnter-_K2tI {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairsHandle--index-selectColor-1DpW9 {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairsHandle--index-footerStyle-2eRju {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-affairsHandle--index-pageingButton-N7Yp8 {
  color: #397EF0;
}
@media (min-width: 0px) {
  .theme-blue .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(2) {
    color: #397EF0;
  }
}
.theme-blue .src-assets-style-affairsHandle--index-modal-2RMue .src-assets-style-affairsHandle--index-user-Qdi6E i {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairsHandle--index-borderLine-22YHX:hover {
  background-color: #e6f7ff;
}
.theme-blue .src-assets-style-affairsHandle--index-viewMore-1HmGj:hover {
  color: #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-affairsHandle--index-mouseEnter-_K2tI {
  color: #9A001E;
}
.theme-red .src-assets-style-affairsHandle--index-selectColor-1DpW9 {
  color: #F63E62;
}
.theme-red .src-assets-style-affairsHandle--index-footerStyle-2eRju {
  background-color: #fffafb;
}
.theme-red .src-assets-style-affairsHandle--index-pageingButton-N7Yp8 {
  color: #F63E62;
}
@media (min-width: 0px) {
  .theme-red .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(2) {
    color: #F63E62;
  }
}
.theme-red .src-assets-style-affairsHandle--index-modal-2RMue .src-assets-style-affairsHandle--index-user-Qdi6E i {
  color: #F63E62;
}
.theme-red .src-assets-style-affairsHandle--index-borderLine-22YHX:hover {
  background-color: #fff1f0;
}
.theme-red .src-assets-style-affairsHandle--index-viewMore-1HmGj:hover {
  color: #F63E62;
}
/*************** 红色主题 end***************/
/*************** 红色主题 start***************/
.theme-green .src-assets-style-affairsHandle--index-borderLine-22YHX:hover {
  background-color: #F5FDF8;
}
/*************** 红色主题 end***************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(1) {
    width: 18%;
  }
  .font-normal .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(2) {
    width: 10%;
  }
  .font-normal .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(3) {
    width: 20%;
  }
  .font-normal .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(4) {
    width: 17%;
  }
  .font-normal .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(5) {
    width: 18%;
  }
  .font-normal .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(6) {
    width: 17%;
    text-align: center;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(1) {
    width: 18%;
  }
  .font-large .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(2) {
    width: 10%;
  }
  .font-large .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(3) {
    width: 20%;
  }
  .font-large .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(4) {
    width: 17%;
  }
  .font-large .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(5) {
    width: 18%;
  }
  .font-large .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(6) {
    width: 17%;
    text-align: center;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(1) {
    width: 18%;
  }
  .font-extraLarge .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(2) {
    width: 10%;
  }
  .font-extraLarge .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(3) {
    width: 20%;
  }
  .font-extraLarge .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(4) {
    width: 17%;
  }
  .font-extraLarge .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(5) {
    width: 18%;
  }
  .font-extraLarge .src-assets-style-affairsHandle--index-apply-3N6uT span:nth-child(6) {
    width: 17%;
    text-align: center;
  }
}
.src-assets-style-affairsHandle--index-jjTag1-3q7pr,
.src-assets-style-affairsHandle--index-jjTag2-2ZUiG,
.src-assets-style-affairsHandle--index-jjTag3-2jJCR,
.src-assets-style-affairsHandle--index-jjTag4-3Naik,
.src-assets-style-affairsHandle--index-jjTag5-wzltc,
.src-assets-style-affairsHandle--index-jjTag6-1Zw97 {
  border-radius: 16px;
  padding: 0.02rem 0.05rem;
  color: #fff;
}
.src-assets-style-affairsHandle--index-jjTag6-1Zw97 {
  background: #EF2828;
}
.src-assets-style-affairsHandle--index-jjTag5-wzltc {
  background: #EF2828;
}
.src-assets-style-affairsHandle--index-jjTag4-3Naik {
  background: #F19951;
}
.src-assets-style-affairsHandle--index-jjTag3-2jJCR {
  background: #F7E549;
}
.src-assets-style-affairsHandle--index-jjTag2-2ZUiG {
  background: #397EF0;
}
.src-assets-style-affairsHandle--index-jjTag1-3q7pr {
  background: #477959;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_yn1443m51kn.eot');
  src: url('//at.alicdn.com/t/font_864711_yn1443m51kn.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_yn1443m51kn.woff') format('woff'), url('//at.alicdn.com/t/font_864711_yn1443m51kn.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_yn1443m51kn.svg#iconfont') format('svg');
}
.src-assets-style-messageRemind--index-iconfont-_My_C {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.src-assets-style-messageRemind--index-modalContent-2dbDb {
  padding: 0.15rem 0.3rem;
  text-align: left;
  position: relative;
}
.src-assets-style-messageRemind--index-modalContent-2dbDb .src-assets-style-messageRemind--index-top-B4LU2 {
  width: 100%;
  height: 0.22rem;
  line-height: 0.22rem;
}
.src-assets-style-messageRemind--index-modalContent-2dbDb .src-assets-style-messageRemind--index-main-2yPvU {
  width: 100%;
  /*border:1px solid red;*/
  line-height: 1.3rem;
  padding: 0.2rem;
  text-align: center;
}
.src-assets-style-messageRemind--index-modalContent-2dbDb .src-assets-style-messageRemind--index-main-2yPvU .src-assets-style-messageRemind--index-iconDiv-1IQ8i {
  width: 33%;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  line-height: 0.22rem;
  vertical-align: middle;
}
.src-assets-style-messageRemind--index-modalContent-2dbDb .src-assets-style-messageRemind--index-main-2yPvU .src-assets-style-messageRemind--index-iconDiv-1IQ8i img {
  width: 65%;
  height: 65%;
}
.src-assets-style-messageRemind--index-modalContent-2dbDb .src-assets-style-messageRemind--index-main-2yPvU .src-assets-style-messageRemind--index-iconDiv-1IQ8i .src-assets-style-messageRemind--index-name-jjXaE {
  line-height: 0.4rem;
}
.src-assets-style-messageRemind--index-modalContent-2dbDb .src-assets-style-messageRemind--index-main-2yPvU .src-assets-style-messageRemind--index-selected-3NkNB,
.src-assets-style-messageRemind--index-modalContent-2dbDb .src-assets-style-messageRemind--index-main-2yPvU .src-assets-style-messageRemind--index-notSelect-2fJz1 {
  height: 0.7rem;
  width: 0.7rem;
  line-height: 0.7rem;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  overflow: hidden;
  margin: 0px auto;
  vertical-align: middle;
}
.src-assets-style-messageRemind--index-modalContent-2dbDb .src-assets-style-messageRemind--index-main-2yPvU .src-assets-style-messageRemind--index-selected-3NkNB .src-assets-style-messageRemind--index-icon-L9KJQ,
.src-assets-style-messageRemind--index-modalContent-2dbDb .src-assets-style-messageRemind--index-main-2yPvU .src-assets-style-messageRemind--index-notSelect-2fJz1 .src-assets-style-messageRemind--index-icon-L9KJQ {
  font-size: 0.52rem;
}
.src-assets-style-messageRemind--index-modalContent-2dbDb .src-assets-style-messageRemind--index-main-2yPvU .src-assets-style-messageRemind--index-notSelect-2fJz1 {
  background: #999;
}
.src-assets-style-messageRemind--index-modalContent-2dbDb .src-assets-style-messageRemind--index-main-2yPvU .src-assets-style-messageRemind--index-selected-3NkNB {
  background: #008000;
}
.src-assets-style-messageRemind--index-modalContent-2dbDb .src-assets-style-messageRemind--index-main-2yPvU .src-assets-style-messageRemind--index-remind-3x3h2 {
  height: 0.3rem;
  line-height: 0.3rem;
}
.src-assets-style-messageRemind--index-modalContent-2dbDb .src-assets-style-messageRemind--index-footer-1cyZU {
  height: 0.22rem;
  line-height: 0.22rem;
  color: #999;
  position: absolute;
  bottom: 0.1rem;
}
.src-assets-style-messageRemind--index-modalContent-2dbDb .src-assets-style-messageRemind--index-display-2HLrZ {
  display: none;
}
.src-assets-style-messageRemind--index-modalContent-2dbDb .src-assets-style-messageRemind--index-hidden-3vnos {
  color: #fff;
  height: 0.3rem;
  line-height: 0.3rem;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-messageRemind--index-modalContent-2dbDb .src-assets-style-messageRemind--index-main-2yPvU .src-assets-style-messageRemind--index-selected-3NkNB {
  background: #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-messageRemind--index-modalContent-2dbDb .src-assets-style-messageRemind--index-main-2yPvU .src-assets-style-messageRemind--index-selected-3NkNB {
  background: #9A001E;
}
/*************** 红色主题 end***************/
/*************** 返回弹窗部分开始 ***************/
.src-assets-style-backModal--index-title-X4sY2 {
  color: #000000;
  font-weight: bold;
}
.src-assets-style-backModal--index-modalLi-z6jZQ {
  padding-left: 0.35rem;
}
.src-assets-style-backModal--index-dropdownBoxDisplayNone-2bWpm {
  display: none;
}
/*************** 反馈弹窗部分结束 ***************/
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_kl7sjy8oryh.eot');
  src: url('//at.alicdn.com/t/font_864711_kl7sjy8oryh.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_kl7sjy8oryh.woff') format('woff'), url('//at.alicdn.com/t/font_864711_kl7sjy8oryh.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_kl7sjy8oryh.svg#iconfont') format('svg');
}
.src-assets-style-evaluationModal--index-iconfont-3Vk9m {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.src-assets-style-evaluationModal--index-modalContent-1A0HJ {
  height: 4rem;
  width: 10rem;
  padding: 0.2rem 0.3rem;
}
.src-assets-style-evaluationModal--index-modalContent-1A0HJ > div {
  display: inline-block;
  padding-right: 0.2rem;
}
.src-assets-style-evaluationModal--index-modalContent-1A0HJ .src-assets-style-evaluationModal--index-left-3BrX4 {
  width: 30%;
  height: 100%;
  border-right: 1px dashed #999;
}
.src-assets-style-evaluationModal--index-modalContent-1A0HJ .src-assets-style-evaluationModal--index-right-2SEFz {
  width: 70%;
  padding-left: 0.3rem;
  float: right;
}
.src-assets-style-evaluationModal--index-modalContent-1A0HJ .src-assets-style-evaluationModal--index-right-2SEFz .src-assets-style-evaluationModal--index-textAreaStyle-vfpmz {
  position: absolute;
  right: 0.25rem;
  bottom: -0.14rem;
}
.src-assets-style-evaluationModal--index-modalContent-1A0HJ .src-assets-style-evaluationModal--index-right-2SEFz .src-assets-style-evaluationModal--index-lable-3IHX3 a {
  color: #ff0000;
  font-weight: bold;
}
.src-assets-style-evaluationModal--index-modalContent-1A0HJ .src-assets-style-evaluationModal--index-right-2SEFz .src-assets-style-evaluationModal--index-star-23A-3 {
  width: 100%;
  position: relative;
}
.src-assets-style-evaluationModal--index-modalContent-1A0HJ .src-assets-style-evaluationModal--index-right-2SEFz .src-assets-style-evaluationModal--index-error-66ld2 {
  color: #ff0000;
  position: absolute;
  bottom: -0.25rem;
  left: 0.7rem;
}
.src-assets-style-evaluationModal--index-modalContent-1A0HJ .src-assets-style-evaluationModal--index-right-2SEFz .src-assets-style-evaluationModal--index-display-3_jHx {
  display: none;
}
.src-assets-style-evaluationModal--index-left-3BrX4 .src-assets-style-evaluationModal--index-title-2Tzq4 {
  width: 95%;
  float: right;
  position: relative;
  height: 0.6rem;
  padding-left: 0.2rem;
}
.src-assets-style-evaluationModal--index-left-3BrX4 .src-assets-style-evaluationModal--index-title-2Tzq4 .src-assets-style-evaluationModal--index-flag-2iWt4 {
  position: absolute;
  top: 0px;
  left: -0.08rem;
  background: #fff;
}
.src-assets-style-evaluationModal--index-left-3BrX4 .src-assets-style-evaluationModal--index-title-2Tzq4 a {
  color: #000;
  font-weight: bold;
}
.src-assets-style-evaluationModal--index-left-3BrX4 .src-assets-style-evaluationModal--index-title-2Tzq4 .src-assets-style-evaluationModal--index-totalTime-2YgHw {
  color: #999999;
}
.src-assets-style-evaluationModal--index-left-3BrX4 .src-assets-style-evaluationModal--index-process-2TSAK {
  position: relative;
  height: 0.6rem;
  padding-left: 0.2rem;
  width: 95%;
  float: right;
  border-left: 1px solid #ccc;
}
.src-assets-style-evaluationModal--index-left-3BrX4 .src-assets-style-evaluationModal--index-process-2TSAK .src-assets-style-evaluationModal--index-processIcon-3aNKZ {
  color: #CCCCCC;
}
.src-assets-style-evaluationModal--index-left-3BrX4 .src-assets-style-evaluationModal--index-process-2TSAK .src-assets-style-evaluationModal--index-processTitle-1rWOE {
  line-height: 0.22rem;
  color: #000;
}
.src-assets-style-evaluationModal--index-left-3BrX4 .src-assets-style-evaluationModal--index-process-2TSAK .src-assets-style-evaluationModal--index-processTime-iXe8G {
  color: #999;
}
.src-assets-style-evaluationModal--index-left-3BrX4 .src-assets-style-evaluationModal--index-process-2TSAK .src-assets-style-evaluationModal--index-flag-2iWt4 {
  position: absolute;
  top: 0px;
  left: -0.08rem;
  background: #fff;
}
.src-assets-style-evaluationModal--index-left-3BrX4 .src-assets-style-evaluationModal--index-process-2TSAK:last-child {
  border-left: none;
}
.src-assets-style-evaluationModal--index-leafContent-12ZjO {
  height: 2rem;
  line-height: 0.4rem;
  vertical-align: middle;
  padding-top: 0.5rem;
}
.src-assets-style-evaluationModal--index-leafContent-12ZjO > span {
  height: 0.4rem;
  line-height: 0.4rem;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  padding-left: 0.8rem;
  text-align: left;
}
.src-assets-style-evaluationModal--index-text-center-1Aq2T {
  margin-top: 0.44rem;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.eot');
  src: url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.woff') format('woff'), url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.svg#iconfont') format('svg');
}
.src-assets-style-manuscript--index-iconfont-lWkAh {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.src-assets-style-manuscript--index-itemButton-2PEKD {
  border-radius: 20px;
}
.src-assets-style-manuscript--index-itemButton-2PEKD i {
  margin-right: 0.05rem;
}
.src-assets-style-manuscript--index-breadcrumb-3Qcl2 {
  width: 2.19rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-manuscript--index-breadcrumbItem-2BWpK {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-manuscript--index-itemRowContent-3scQZ {
  color: #000000;
  font-size: 0.14rem;
}
.src-assets-style-manuscript--index-itemRowContent-3scQZ .src-assets-style-manuscript--index-itemCol-1EvdG {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-manuscript--index-itemRowContent-3scQZ .src-assets-style-manuscript--index-itemCol-1EvdG .src-assets-style-manuscript--index-subject-3kRCj {
  padding: 0 0.08rem;
}
.src-assets-style-manuscript--index-itemRowLeft-1xTog {
  width: 80%;
  float: left;
  cursor: pointer;
}
.src-assets-style-manuscript--index-itemRowRight-3EQrS {
  width: 20%;
  float: right;
  text-align: right;
  line-height: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}
.src-assets-style-manuscript--index-opt-2Pi30 {
  width: 0.81rem;
  display: inline-block;
  text-align: center;
}
.src-assets-style-manuscript--index-paginationStyle-2Rq_2 {
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.3rem;
}
.src-assets-style-manuscript--index-card-2qvcT {
  float: left;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 0.25rem;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  background: #ffffff;
  padding: 0.17rem 0.05rem;
}
.src-assets-style-manuscript--index-newsSearch-1sdV9 {
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.15rem;
  /*float:right;*/
  /* border:1px solid red;*/
  /* position:relative;*/
}
.src-assets-style-manuscript--index-newsSearch-1sdV9 .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-manuscript--index-newsSearch-1sdV9 .anticon-search {
  position: absolute;
  left: 0.12rem;
  font-size: 0.12rem;
  line-height: 0.36rem;
  z-index: 2;
  color: #BFBFBF;
}
.src-assets-style-manuscript--index-newsSearch-1sdV9 .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-manuscript--index-newsSearch-1sdV9 .src-assets-style-manuscript--index-searchDel-2Y8mq {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  right: 0.58rem;
  top: 50%;
  margin-top: -0.16rem;
  font-size: 0.12rem;
  z-index: 2;
}
.src-assets-style-manuscript--index-newsSearch-1sdV9 .src-assets-style-manuscript--index-searchIcon-38Haf {
  color: rgba(0, 0, 0, 0.25);
  font-weight: bold;
  margin-right: 0.1rem;
}
.src-assets-style-manuscript--index-head-1076N {
  /*  border-bottom: 1px solid #e8e8e8;*/
  border-radius: 2px 2px 0 0;
  width: 100%;
  zoom: 1;
  margin-bottom: -1px;
  height: 0.7rem;
  line-height: 0.7rem;
}
.src-assets-style-manuscript--index-head-1076N .src-assets-style-manuscript--index-title-gfkK5 {
  /*padding: 10px 0;*/
  overflow: hidden;
  float: right;
}
.src-assets-style-manuscript--index-body1-13lsl {
  /* padding: 0 32px;*/
}
.src-assets-style-manuscript--index-body1-13lsl .src-assets-style-manuscript--index-condition-14IRE {
  padding: 0.05rem 0;
  margin-left: 0.11rem;
}
.src-assets-style-manuscript--index-body1-13lsl .src-assets-style-manuscript--index-headOpt-1tXlR {
  /*margin-left: 5px;*/
  width: 100%;
  line-height: 0.36rem;
  display: inline-block;
  background: #f4f9f6;
}
.src-assets-style-manuscript--index-body1-13lsl .src-assets-style-manuscript--index-headOpt-1tXlR li {
  display: inline-block;
  margin-left: 0.11rem;
}
.src-assets-style-manuscript--index-body1-13lsl .src-assets-style-manuscript--index-headOpt-1tXlR .src-assets-style-manuscript--index-pageingButton-xJbi0 {
  color: #55906E;
}
.src-assets-style-manuscript--index-body1-13lsl .src-assets-style-manuscript--index-headOpt-1tXlR .src-assets-style-manuscript--index-pageingNotAllowed-gKuy4 {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-manuscript--index-body1-13lsl .src-assets-style-manuscript--index-headOpt-1tXlR li:nth-child(1) {
  width: 18%;
}
.src-assets-style-manuscript--index-body1-13lsl .src-assets-style-manuscript--index-headOpt-1tXlR li:nth-child(2) {
  width: 10%;
}
.src-assets-style-manuscript--index-body1-13lsl .src-assets-style-manuscript--index-headOpt-1tXlR li:last-child {
  float: right;
  margin-right: 0.1rem;
  height: 0.36rem;
  line-height: 0.36rem;
}
.src-assets-style-manuscript--index-body2-2QNPy {
  border-top: 1px solid #e8e8e8;
  padding: 0 0.11rem;
}
.src-assets-style-manuscript--index-checkAll-2lDfW {
  float: left;
}
.src-assets-style-manuscript--index-batchDelete-1-9aA {
  float: right;
}
.src-assets-style-manuscript--index-loading-kiK29 {
  height: calc(0%);
  width: 100%;
  height: calc(200%);
}
.src-assets-style-manuscript--index-loading-kiK29 .ant-spin-dot {
  font-size: 0.32rem;
  width: 0.32rem;
  height: 0.32rem;
}
.src-assets-style-manuscript--index-loading-kiK29 .ant-spin-dot i {
  width: 0.14rem;
  height: 0.14rem;
}
.src-assets-style-manuscript--index-modalContent-rKgDj {
  width: 100%;
  height: 0.95rem;
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.4rem;
}
.src-assets-style-manuscript--index-modalContent-rKgDj .src-assets-style-manuscript--index-icon-2rlHF {
  color: #f1a42b;
}
.src-assets-style-manuscript--index-bghover-9OPda:hover {
  background-color: #F5FDF8;
  cursor: pointer;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-manuscript--index-head-1076N .src-assets-style-manuscript--index-title-gfkK5 {
  color: #397EF0;
}
.theme-blue .src-assets-style-manuscript--index-bghover-9OPda:hover {
  background-color: #e6f7ff;
}
.theme-blue .src-assets-style-manuscript--index-body1-13lsl .src-assets-style-manuscript--index-headOpt-1tXlR {
  background-color: #fafdff;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-manuscript--index-head-1076N .src-assets-style-manuscript--index-title-gfkK5 {
  color: #9A001E;
}
.theme-red .src-assets-style-manuscript--index-bghover-9OPda:hover {
  background-color: #fff1f0;
}
.theme-red .src-assets-style-manuscript--index-body1-13lsl .src-assets-style-manuscript--index-headOpt-1tXlR {
  background-color: #fffafb;
}
/*************** 红色主题 end***************/
.src-assets-style-manuscript--index-delModal-1XkIf .ant-modal-header {
  height: 0.4rem;
}
.src-assets-style-manuscript--index-delModal-1XkIf .ant-modal-footer {
  height: 0.4rem;
}
.src-assets-style-manuscript--index-delModal-1XkIf .text-center {
  margin-top: -0.06rem;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_ke2j14pmwkb.eot');
  src: url('//at.alicdn.com/t/font_864711_ke2j14pmwkb.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_ke2j14pmwkb.woff') format('woff'), url('//at.alicdn.com/t/font_864711_ke2j14pmwkb.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_ke2j14pmwkb.svg#iconfont') format('svg');
}
.src-assets-style-attention--index-iconfont-2KB2z {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.src-assets-style-attention--index-loading-34tQ0 {
  width: 100%;
  height: calc(-200%);
}
.src-assets-style-attention--index-attentionPage-11yBI ul {
  padding: 0px;
}
.src-assets-style-attention--index-attentionPage-11yBI .ant-tabs-ink-bar {
  background-color: #00a854;
  height: 0.03rem;
  margin-left: 0.2rem;
}
.src-assets-style-attention--index-attentionPage-11yBI .ant-tabs-nav .ant-tabs-tab {
  margin-left: 0.2rem;
  font-size: 0.16rem;
  width: 1.2rem;
  margin-right: -0.1rem;
  text-align: center;
}
.src-assets-style-attention--index-attentionPage-11yBI .ant-tabs-nav .ant-tabs-tab:first-child {
  margin-left: 0.2rem;
}
.src-assets-style-attention--index-attentionPage-11yBI .ant-tabs-nav-container {
  line-height: 0.4rem;
}
.src-assets-style-attention--index-breadcrumb-2Kvik {
  width: 2.19rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-attention--index-breadcrumbItem-BLyQN {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-attention--index-opt-2LWOP {
  width: 0.75rem;
  display: inline-block;
  text-align: center;
}
.src-assets-style-attention--index-mainContent-1rh28 {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 0.1rem rgba(0, 88, 37, 0.1);
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-tabTop-2GuAj {
  border-bottom: 1px solid #e8e8e8;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-tabTop-2GuAj ul li {
  list-style: none;
  display: inline-block;
  margin-left: 0.11rem;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-search-mJNO5 {
  height: 0.6rem;
  line-height: 0.6rem;
  width: 100%;
  margin-left: 0.05rem;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-searchIcon-1cM0O {
  color: rgba(0, 0, 0, 0.25);
  font-weight: bold;
  margin-right: 0.1rem;
}
.src-assets-style-attention--index-mainContent-1rh28 .ant-input-search .ant-input {
  padding-right: 0.9rem;
}
.src-assets-style-attention--index-mainContent-1rh28 input {
  padding-left: 0.5rem;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-filter-3QkUz {
  height: 0.55rem;
  line-height: 0.55rem;
  /*  width: 70%;*/
  display: inline-block;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-filter-3QkUz li:first-child {
  padding-left: 0.05rem;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-filter-3QkUz li a {
  color: #000000;
  font-size: 0.14rem;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-filter-3QkUz li a:hover {
  color: #37A164;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-filter-3QkUz li.src-assets-style-attention--index-active-1ZxTY a {
  color: #37A164;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-searchInput-xs2EP {
  height: 0.55rem;
  line-height: 0.55rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
  width: 3.58rem;
  float: right;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-headOpt-2Th1P {
  margin-left: 0.05rem;
  width: 100%;
  display: inline-block;
  /*line-height: 42px;*/
  background: #f4f9f6;
  line-height: 0.36rem;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-headOpt-2Th1P .src-assets-style-attention--index-pageingButton-3WkAs {
  color: #55906E;
  margin: 0 0.25rem;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-headOpt-2Th1P .src-assets-style-attention--index-pageingNotAllowed-2EhEo {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-headOpt-2Th1P li:nth-child(1) {
  width: 15%;
  min-width: 2rem;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-headOpt-2Th1P li:nth-child(2) {
  width: 10%;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-delete-2cuWQ {
  display: inline-block;
  float: right;
  /*  padding:3px 20px;*/
  text-align: center;
  border-radius: 3px;
  /*    color:#ffffff;*/
  /*   background:#e66767;*/
  cursor: pointer;
  /*    border:1px solid #55906E;*/
  margin-left: 0.1rem;
  margin-right: 0.2rem;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-tabTop-2GuAj .src-assets-style-attention--index-checkBox-3iSfX li {
  padding: 0.05rem;
  text-align: left;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-mainList-KIgij {
  padding: 0px 0.16rem;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-mainList-KIgij ul li {
  list-style: none;
  display: inline-block;
  text-align: left;
  padding: 0 0 0 0.1rem;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-mainList-KIgij ul li a {
  color: #62B68E;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-mainList-KIgij ul li a:hover {
  color: #62B68E;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-mainList-KIgij ul li a:active {
  color: #005825;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-mainList-KIgij ul:first-child {
  text-align: left;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-listDiv-8Atbr {
  height: 1rem;
  width: 100%;
  border-bottom: 1px solid #f0f2f1;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-listDiv-8Atbr .src-assets-style-attention--index-cancel-2budy {
  display: inline-block;
  border: 1px solid #37a164;
  width: 1.1rem;
  text-align: center;
  height: 0.35rem;
  line-height: 0.35rem;
  border-radius: 16px;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-listDiv-8Atbr .src-assets-style-attention--index-cancel-2budy a {
  color: #37a164;
}
.src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-listDiv-8Atbr .src-assets-style-attention--index-look-3s6zS {
  padding-right: 0.1rem;
  border-right: 1px solid #CCCCCC;
}
.src-assets-style-attention--index-listDiv-8Atbr .ant-checkbox-group {
  width: 100%;
}
.src-assets-style-attention--index-listDiv-8Atbr .ant-list-item {
  height: 1rem;
}
.src-assets-style-attention--index-listDiv-8Atbr .ant-list-item-meta-title {
  padding-top: 0.1rem;
}
.src-assets-style-attention--index-listDiv-8Atbr .ant-list-item-meta-title a {
  color: #363636;
  font-size: 0.16rem;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
}
.src-assets-style-attention--index-listDiv-8Atbr .ant-list-item-meta-avatar {
  margin-right: 0px;
  padding-top: 0.1rem;
}
.src-assets-style-attention--index-listDiv-8Atbr .src-assets-style-attention--index-title-3o8Ag a:hover {
  color: #005825;
  text-decoration: underline;
}
.src-assets-style-attention--index-listDiv-8Atbr .src-assets-style-attention--index-listUl-3z6xe {
  padding-top: 0.05rem;
  width: 100%;
}
.src-assets-style-attention--index-listDiv-8Atbr .src-assets-style-attention--index-listUl-3z6xe li {
  padding: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-left: 1px solid #e8e8e8;
  line-height: 0.14rem;
  text-align: center;
}
.src-assets-style-attention--index-listDiv-8Atbr .src-assets-style-attention--index-listUl-3z6xe li:nth-child(1) {
  width: 15%;
  text-align: left;
  border-left: none;
  padding: 0px;
}
.src-assets-style-attention--index-listDiv-8Atbr .src-assets-style-attention--index-listUl-3z6xe li:nth-child(2) {
  width: 25%;
}
.src-assets-style-attention--index-listDiv-8Atbr .src-assets-style-attention--index-listUl-3z6xe li:nth-child(3),
.src-assets-style-attention--index-listDiv-8Atbr .src-assets-style-attention--index-listUl-3z6xe li:nth-child(4) {
  width: 25%;
}
.src-assets-style-attention--index-listDiv-8Atbr .src-assets-style-attention--index-listUl-3z6xe li:nth-child(5) {
  width: 10%;
}
.src-assets-style-attention--index-listDiv-8Atbr .src-assets-style-attention--index-listUl-3z6xe li:nth-child(5):hover {
  color: #005825;
  text-decoration: underline;
  cursor: pointer;
}
.src-assets-style-attention--index-pagination-3Hz14 {
  width: 100%;
  padding-right: 0.2rem;
  padding-top: 0.3rem;
  text-align: right;
  height: 1rem;
  text-align: center;
}
.src-assets-style-attention--index-modalContent-20GXX {
  width: 100%;
  height: 2rem;
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.7rem;
}
.src-assets-style-attention--index-modalContent-20GXX .src-assets-style-attention--index-icon-1qews {
  color: #f1a42b;
}
.src-assets-style-attention--index-ant-modal-footer-WPOOR {
  background: #f8faf9;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-headOpt-2Th1P {
  background: #fafdff;
}
.theme-blue .src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-filter-3QkUz li a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-filter-3QkUz li.src-assets-style-attention--index-active-1ZxTY a {
  color: #397EF0;
}
.theme-blue .src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-mainList-KIgij ul li a {
  color: #397EF0;
}
.theme-blue .src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-mainList-KIgij ul li a:hover,
.theme-blue .src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-mainList-KIgij ul li a:active {
  color: #397EF0;
}
.theme-blue .src-assets-style-attention--index-listDiv-8Atbr .src-assets-style-attention--index-title-3o8Ag a:hover {
  color: #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-headOpt-2Th1P {
  background: #fffafb;
}
.theme-red .src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-filter-3QkUz li a:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-filter-3QkUz li.src-assets-style-attention--index-active-1ZxTY a {
  color: #9A001E;
}
.theme-red .src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-mainList-KIgij ul li a {
  color: #F63E62;
}
.theme-red .src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-mainList-KIgij ul li a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-attention--index-mainContent-1rh28 .src-assets-style-attention--index-mainList-KIgij ul li a:active {
  color: #9A001E;
}
.theme-red .src-assets-style-attention--index-listDiv-8Atbr .src-assets-style-attention--index-title-3o8Ag a:hover {
  color: #9A001E;
}
/*************** 红色主题 end***************/
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.src-assets-style-progress--index-popover-1B4BE {
  width: 3rem;
  border-radius: 6px;
}
.src-assets-style-progress--index-popover-1B4BE > div {
  width: 100%;
  padding: 0.1rem 0px;
  text-align: center;
}
.src-assets-style-progress--index-popover-1B4BE > div:first-child {
  font-weight: bold;
  font-size: 0.16rem;
}
.src-assets-style-progress--index-popover-1B4BE > div:last-child {
  padding: 0px;
  margin: 0.1rem auto;
  width: 86%;
}
.src-assets-style-progress--index-popover-1B4BE .src-assets-style-progress--index-process-8MAp0 {
  position: relative;
}
.src-assets-style-progress--index-popover-1B4BE .src-assets-style-progress--index-process-8MAp0 .src-assets-style-progress--index-circleDiv-3mK1r {
  position: absolute;
  width: 100%;
  height: 1.6rem;
  line-height: 1.6rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #62B68E;
  text-align: center;
  z-index: 2;
  top: 0.1rem;
  left: 0px;
}
.src-assets-style-progress--index-popover-1B4BE .src-assets-style-progress--index-process-8MAp0 .src-assets-style-progress--index-circleSvg-3nsbQ {
  width: 1.6rem;
  height: 1.6rem;
  viewbox: 0 0 1.6rem 1.6rem;
}
.src-assets-style-progress--index-popover-1B4BE .src-assets-style-progress--index-process-8MAp0 .src-assets-style-progress--index-circleSvg-3nsbQ circle {
  -webkit-transition: stroke-dasharray 0.25s;
  transition: stroke-dasharray 0.25s;
  stroke-width: 0.15rem;
  fill: none;
}
.src-assets-style-progress--index-popover-1B4BE .src-assets-style-progress--index-process-8MAp0 .src-assets-style-progress--index-circleSvg-3nsbQ circle:last-child {
  transform: matrix(0, -1, 1, 0, 0, 1.6rem);
  stroke: #62B68E;
}
.src-assets-style-progress--index-popover-1B4BE .src-assets-style-progress--index-process-8MAp0 .src-assets-style-progress--index-circleSvg-3nsbQ circle:first-child {
  stroke: #E1E6E3;
}
.src-assets-style-progress--index-popover-1B4BE ul:last-child {
  border-bottom: 1px solid #E1E6E3;
}
.src-assets-style-progress--index-popover-1B4BE ul {
  text-align: left;
  line-height: 0.28rem;
  height: 0.3rem;
}
.src-assets-style-progress--index-popover-1B4BE ul li {
  display: inline-block;
  list-style: none;
  text-align: left;
  padding-left: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-progress--index-popover-1B4BE ul li:nth-child(1) {
  width: 45%;
  background: #F5FDF8;
  border: 1px solid #E1E6E3;
  border-bottom: none;
}
.src-assets-style-progress--index-popover-1B4BE ul li:nth-child(2) {
  width: 55%;
  border: 1px solid #E1E6E3;
  border-bottom: none;
  border-left: none;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-progress--index-popover-1B4BE .src-assets-style-progress--index-process-8MAp0 .src-assets-style-progress--index-circleDiv-3mK1r {
  color: #397EF0;
}
.theme-blue .src-assets-style-progress--index-popover-1B4BE .src-assets-style-progress--index-process-8MAp0 .src-assets-style-progress--index-circleSvg-3nsbQ circle:last-child {
  stroke: #397EF0;
}
.theme-blue .src-assets-style-progress--index-popover-1B4BE ul li:nth-child(1) {
  background: #e6f7ff;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-progress--index-popover-1B4BE .src-assets-style-progress--index-process-8MAp0 .src-assets-style-progress--index-circleDiv-3mK1r {
  color: #F63E62;
}
.theme-red .src-assets-style-progress--index-popover-1B4BE .src-assets-style-progress--index-process-8MAp0 .src-assets-style-progress--index-circleSvg-3nsbQ circle:last-child {
  stroke: #F63E62;
}
.theme-red .src-assets-style-progress--index-popover-1B4BE ul li:nth-child(1) {
  background: #fff1f0;
}
/*************** 红色主题 end***************/
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.eot');
  src: url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.woff') format('woff'), url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.svg#iconfont') format('svg');
}
.src-assets-style-reading--index-iconfont-30kpw {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.src-assets-style-reading--index-attentionPage-3FkNs ul {
  padding: 0px;
}
.src-assets-style-reading--index-attentionPage-3FkNs .ant-tabs-ink-bar {
  height: 0.03rem;
}
.src-assets-style-reading--index-attentionPage-3FkNs .ant-tabs-nav .ant-tabs-tab {
  margin-left: 0.2rem;
  font-size: 0.16rem;
  width: 1.2rem;
  margin-right: -0.1rem;
  text-align: center;
}
.src-assets-style-reading--index-attentionPage-3FkNs .ant-tabs-nav .ant-tabs-tab:first-child {
  margin-left: 0.2rem;
}
.src-assets-style-reading--index-attentionPage-3FkNs .ant-tabs-nav-container {
  line-height: 0.4rem;
}
.src-assets-style-reading--index-breadcrumb-2awBE {
  width: 2.19rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-reading--index-breadcrumbItem-2pM0F {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-reading--index-opt-2oFf0 {
  width: 0.75rem;
  display: inline-block;
  text-align: center;
}
.src-assets-style-reading--index-mainContent-25ieH {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 0.1rem rgba(0, 88, 37, 0.1);
  margin-bottom: 0.2rem;
  padding-right: 0.21rem;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-tabTop-138wZ ul li {
  list-style: none;
  display: inline-block;
  margin-left: 0.11rem;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-search-3c6Oa {
  height: 0.6rem;
  line-height: 0.6rem;
  width: 100%;
  margin-left: 0.05rem;
  margin-bottom: 0.05rem;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-searchIcon-3Zhg_ {
  color: rgba(0, 0, 0, 0.25);
  font-weight: bold;
  margin-right: 0.1rem;
}
.src-assets-style-reading--index-mainContent-25ieH .ant-input-search .ant-input {
  padding-right: 0.9rem;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-filter-2XkjT {
  height: 0.55rem;
  line-height: 0.55rem;
  width: 75%;
  display: inline-block;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-filter-2XkjT li:first-child {
  padding-left: 0.05rem;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-filter-2XkjT li a {
  color: #000000;
  font-size: 0.14rem;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-filter-2XkjT li a:hover {
  color: #37A164;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-filter-2XkjT li.src-assets-style-reading--index-active-2lGxX a {
  color: #37A164;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-searchInput-rMHX_ {
  height: 0.55rem;
  line-height: 0.55rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
  width: 3.58rem;
  float: right;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-headOpt-vgbup {
  margin-left: 0.05rem;
  width: 100%;
  display: inline-block;
  background: #f4f9f6;
  line-height: 0.36rem;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-headOpt-vgbup .src-assets-style-reading--index-pageingButton-2syVr {
  color: #55906E;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-headOpt-vgbup .src-assets-style-reading--index-pageingNotAllowed-3LkfX {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-headOpt-vgbup .src-assets-style-reading--index-pageingButton-2syVr {
  color: #55906E;
  margin: 0 0.25rem;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-headOpt-vgbup li:nth-child(1) {
  width: 18%;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-headOpt-vgbup li:nth-child(2) {
  width: 12%;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-delete-1nhq7 {
  display: inline-block;
  width: 9%;
  float: right;
  padding: 0.03rem 0.2rem;
  border-radius: 3px;
  /*margin-top: 20px;*/
  color: #ffffff;
  background: #e66767;
  cursor: pointer;
  margin-left: 0.1rem;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-tabTop-138wZ .src-assets-style-reading--index-checkBox-RVpkH {
  height: 0.4rem;
  line-height: 0.4rem;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-tabTop-138wZ .src-assets-style-reading--index-checkBox-RVpkH li {
  padding: 0.05rem;
  text-align: left;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-mainList-1CSlO ul li {
  list-style: none;
  display: inline-block;
  text-align: left;
  padding: 0 0 0 0.1rem;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-mainList-1CSlO ul:first-child {
  text-align: left;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-listDiv-3vPSu {
  height: 1rem;
  width: 100%;
  border-bottom: 1px solid #f0f2f1;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-listDiv-3vPSu .src-assets-style-reading--index-cancel-2z5gD {
  display: inline-block;
  width: 1.1rem;
  text-align: center;
  height: 0.35rem;
  line-height: 0.35rem;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-listDiv-3vPSu .src-assets-style-reading--index-cancel-2z5gD .src-assets-style-reading--index-look-HYKNO {
  border-right: 1px solid #D1D1D1;
  padding: 0px 0.1rem;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-listDiv-3vPSu .src-assets-style-reading--index-cancel-2z5gD a {
  color: #37a164;
}
.src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-listDiv-3vPSu:hover {
  background-color: #F5FDF8;
}
.src-assets-style-reading--index-listDiv-3vPSu .ant-checkbox-group {
  width: 100%;
}
.src-assets-style-reading--index-listDiv-3vPSu .ant-list-item {
  height: 1rem;
}
.src-assets-style-reading--index-listDiv-3vPSu .ant-list-item-meta-title {
  padding-top: 0.1rem;
}
.src-assets-style-reading--index-listDiv-3vPSu .ant-list-item-meta-title a {
  color: #363636;
  font-size: 0.16rem;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
}
.src-assets-style-reading--index-listDiv-3vPSu .ant-list-item-meta-avatar {
  margin-right: 0px;
  padding-top: 0.1rem;
}
.src-assets-style-reading--index-listDiv-3vPSu .src-assets-style-reading--index-title-uDqEe a:hover {
  color: #005825;
  text-decoration: underline;
}
.src-assets-style-reading--index-listDiv-3vPSu .src-assets-style-reading--index-listUl-2x7v_ {
  padding-top: 0.05rem;
  width: 100%;
}
.src-assets-style-reading--index-listDiv-3vPSu .src-assets-style-reading--index-listUl-2x7v_ li {
  padding: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-left: 1px solid #e8e8e8;
  line-height: 0.14rem;
  text-align: center;
}
.src-assets-style-reading--index-listDiv-3vPSu .src-assets-style-reading--index-listUl-2x7v_ li:nth-child(1) {
  width: 17%;
  text-align: left;
  border-left: none;
  padding: 0px;
}
.src-assets-style-reading--index-listDiv-3vPSu .src-assets-style-reading--index-listUl-2x7v_ li:nth-child(2) {
  width: 23%;
}
.src-assets-style-reading--index-listDiv-3vPSu .src-assets-style-reading--index-listUl-2x7v_ li:nth-child(3),
.src-assets-style-reading--index-listDiv-3vPSu .src-assets-style-reading--index-listUl-2x7v_ li:nth-child(4) {
  width: 25%;
}
.src-assets-style-reading--index-listDiv-3vPSu .src-assets-style-reading--index-listUl-2x7v_ li:nth-child(5) {
  width: 10%;
}
.src-assets-style-reading--index-listDiv-3vPSu .src-assets-style-reading--index-listUl-2x7v_ li:nth-child(5) a {
  color: #37A164;
}
.src-assets-style-reading--index-pagination-2y562 {
  width: 100%;
  padding-right: 0.2rem;
  padding-top: 0.3rem;
  text-align: right;
  height: 1rem;
  text-align: center;
}
.src-assets-style-reading--index-modalContent-3uQL5 {
  width: 100%;
  height: 2rem;
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.7rem;
}
.src-assets-style-reading--index-modalContent-3uQL5 .src-assets-style-reading--index-icon-DZsf8 {
  color: #f1a42b;
}
.src-assets-style-reading--index-ant-modal-footer-2JQRm {
  background: #f8faf9;
}
.src-assets-style-reading--index-loading-3Qjx5 {
  width: 100%;
  height: 100%;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-headOpt-vgbup {
  background: #fafdff;
}
.theme-blue .src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-pageingButton-2syVr {
  color: #397EF0;
}
.theme-blue .src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-listDiv-3vPSu .src-assets-style-reading--index-title-uDqEe a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-listDiv-3vPSu li:nth-child(5) {
  width: 10%;
}
.theme-blue .src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-listDiv-3vPSu li:nth-child(5) a {
  color: #397EF0;
}
.theme-blue .src-assets-style-reading--index-listDiv-3vPSu:hover {
  background-color: #e6f7ff;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-headOpt-vgbup {
  background: #fffafb;
}
.theme-red .src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-pageingButton-2syVr {
  color: #9A001E;
}
.theme-red .src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-listDiv-3vPSu .src-assets-style-reading--index-title-uDqEe a:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-listDiv-3vPSu li:nth-child(5) {
  width: 10%;
}
.theme-red .src-assets-style-reading--index-mainContent-25ieH .src-assets-style-reading--index-listDiv-3vPSu li:nth-child(5) a {
  color: #F63E62;
}
.theme-red .src-assets-style-reading--index-listDiv-3vPSu:hover {
  background-color: #fff1f0;
}
/*************** 红色主题 end***************/
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.eot');
  src: url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.woff') format('woff'), url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.svg#iconfont') format('svg');
}
.src-assets-style-card-attention--index-iconfont-3qfLv {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.src-assets-style-card-attention--index-attentionCard-tniU8 {
  border: none;
}
.src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl {
  margin-top: -0.23rem;
  width: 100%;
}
.src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl ul {
  height: 0.48rem;
  line-height: 0.48rem;
  padding: 0px;
  box-shadow: #E1E6E3 0px 0.4px;
  cursor: pointer;
}
.src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl ul:hover {
  background: #F5FDF8;
  /*background-color : #e6fff5;*/
}
.src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  display: inline-block;
  list-style: none;
  padding-right: 0.15rem;
}
.src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl ul li a {
  cursor: pointer;
}
.src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl ul li:nth-child(1) a {
  color: #000000;
  font-weight: bold;
}
.src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl ul li:nth-child(2) a {
  color: #37A164;
  cursor: pointer;
  font-size: 0.14rem;
  /*&:hover{
            color:#005825;
            !*text-decoration: underline;*!
          }*/
}
.src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl ul li:nth-child(3) {
  color: #999999;
}
.src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl ul li:nth-child(3) a {
  color: #999999;
}
.src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl ul li:nth-child(4) {
  padding: 0px;
}
.src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl ul li:nth-child(4) a {
  color: #c9c9c9;
}
.src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl ul li:nth-child(4) a:hover {
  color: #005825;
  /*text-decoration: underline;*/
}
.src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl ul.src-assets-style-card-attention--index-headTitle-17QsZ {
  cursor: default;
}
.src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl ul.src-assets-style-card-attention--index-headTitle-17QsZ:hover {
  background: none;
}
.src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl ul.src-assets-style-card-attention--index-headTitle-17QsZ li {
  font-weight: bold;
  color: #000000;
}
.src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl ul.src-assets-style-card-attention--index-headTitle-17QsZ li:nth-child(3) {
  color: #000000;
}
@media (min-width: 0px) {
  .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-large-3R8Rn {
    display: none;
  }
  .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-small-1RY0L {
    display: inline-block;
  }
  .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(1) {
    width: 40%;
  }
  .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(2) {
    width: 18%;
  }
  .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(3) {
    width: 30%;
  }
  .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(4) {
    width: 12%;
  }
}
/****************列表部分结束***************/
.src-assets-style-card-attention--index-modalContent-2blE1 {
  width: 100%;
  height: 2rem;
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.7rem;
}
.src-assets-style-card-attention--index-modalContent-2blE1 .src-assets-style-card-attention--index-icon-26Urb {
  color: #f1a42b;
}
.src-assets-style-card-attention--index-nullData-1i8og {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-card-attention--index-nullData-1i8og .src-assets-style-card-attention--index-message-1TLrF {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #DBDBDB;
  font-size: 0.14rem;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl ul:hover {
  background: #e6f7ff;
}
.theme-blue .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl ul li:nth-child(2) a {
  color: #397EF0;
}
.theme-blue .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl ul li:nth-child(4) a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl ul.src-assets-style-card-attention--index-headTitle-17QsZ:hover {
  background: none;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl ul:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl ul li:nth-child(2) a {
  color: #F63E62;
}
.theme-red .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl ul li:nth-child(4) a:hover {
  color: #F63E62;
}
/*************** 红色主题 end***************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-small-1RY0L {
    display: none;
  }
  .font-normal .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-large-3R8Rn {
    display: inline-block;
  }
  .font-normal .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(1) {
    width: 37%;
  }
  .font-normal .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(2) {
    width: 22%;
  }
  .font-normal .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(3) {
    width: 37%;
  }
  .font-normal .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(4) {
    width: 4%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-small-1RY0L {
    display: none;
  }
  .font-normal .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-large-3R8Rn {
    display: inline-block;
  }
  .font-normal .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(1) {
    width: 42%;
  }
  .font-normal .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(2) {
    width: 20%;
  }
  .font-normal .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(3) {
    width: 34%;
  }
  .font-normal .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(4) {
    width: 4%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-small-1RY0L {
    display: none;
  }
  .font-large .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-large-3R8Rn {
    display: inline-block;
  }
  .font-large .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(1) {
    width: 37%;
  }
  .font-large .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(2) {
    width: 22%;
  }
  .font-large .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(3) {
    width: 37%;
  }
  .font-large .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(4) {
    width: 4%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-small-1RY0L {
    display: none;
  }
  .font-large .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-large-3R8Rn {
    display: inline-block;
  }
  .font-large .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(1) {
    width: 42%;
  }
  .font-large .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(2) {
    width: 20%;
  }
  .font-large .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(3) {
    width: 34%;
  }
  .font-large .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(4) {
    width: 4%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-small-1RY0L {
    display: none;
  }
  .font-extraLarge .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-large-3R8Rn {
    display: inline-block;
  }
  .font-extraLarge .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(1) {
    width: 37%;
  }
  .font-extraLarge .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(2) {
    width: 22%;
  }
  .font-extraLarge .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(3) {
    width: 37%;
  }
  .font-extraLarge .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(4) {
    width: 4%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-small-1RY0L {
    display: none;
  }
  .font-extraLarge .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-large-3R8Rn {
    display: inline-block;
  }
  .font-extraLarge .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(1) {
    width: 42%;
  }
  .font-extraLarge .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(2) {
    width: 20%;
  }
  .font-extraLarge .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(3) {
    width: 34%;
  }
  .font-extraLarge .src-assets-style-card-attention--index-attentionCard-tniU8 .src-assets-style-card-attention--index-listMain-N9eHl li:nth-child(4) {
    width: 4%;
  }
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.src-assets-style-processcard--index-totalSpan-1Itx4 {
  height: 0.2rem;
  width: 0.33rem;
  border-radius: 10px 10px 10px 0px;
  background: #FF8D1A;
  text-align: center;
  display: inline-block;
  position: relative;
  top: -0.1rem;
  color: #fff;
  font-size: 0.14rem;
  font-family: ArialMT;
  float: left;
  font-weight: normal;
}
.src-assets-style-processcard--index-title-30laa {
  float: left;
}
.src-assets-style-processcard--index-limitedTime-3UEoR {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 0.55rem;
  width: 0.6rem;
}
.src-assets-style-processcard--index-limitedTime-3UEoR .src-assets-style-processcard--index-backBorder-PuRDe {
  border-top: solid 55px #FF0000;
  border-left: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-processcard--index-limitedTime-3UEoR .src-assets-style-processcard--index-inner-1E3qF {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.11rem;
  left: 0.23rem;
  transform: rotate(45);
  transform: rotate;
  transform: rotate(45deg);
}
.src-assets-style-processcard--index-more-2IJ1o {
  text-align: center;
  bottom: 0px;
  color: #B1B1B1;
  font-size: 0.14rem;
  height: 0.5rem;
  line-height: 0.5rem;
}
.src-assets-style-processcard--index-viewMore-13UNx {
  position: absolute;
  width: 100%;
  line-height: 0.4rem;
  left: 0;
  top: 3.2rem;
  text-align: center;
}
.src-assets-style-processcard--index-simpleCardTitle-R-GIF {
  display: flex;
  padding: 0.1rem 0.2rem 0;
}
.src-assets-style-processcard--index-simpleCardTitle-R-GIF .src-assets-style-processcard--index-simpleCard-QWKKm {
  position: relative;
  flex-grow: 1;
  height: 0.8rem;
  padding: 0.08rem 0.24rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  background-size: 100% 100%;
  border-radius: 5px;
}
.src-assets-style-processcard--index-simpleCardTitle-R-GIF .src-assets-style-processcard--index-simpleCard-QWKKm:not(:last-child) {
  margin-right: 0.16rem;
}
.src-assets-style-processcard--index-simpleCardTitle-R-GIF .src-assets-style-processcard--index-simpleCard-QWKKm:hover {
  box-shadow: 0px 0px 0.1rem 0px rgba(3, 57, 107, 0.4);
}
.src-assets-style-processcard--index-simpleCardTitle-R-GIF .src-assets-style-processcard--index-simpleCard-QWKKm:hover::after {
  content: '';
  z-index: 9;
  position: absolute;
  bottom: -0.06rem;
  left: 20%;
  width: 60%;
  height: 0.04rem;
  border-radius: 2px;
  background: inherit;
}
.src-assets-style-processcard--index-simpleCardTitle-R-GIF .src-assets-style-processcard--index-simpleCard-QWKKm.src-assets-style-processcard--index-active-2vmR- {
  box-shadow: 0px 0px 0.1rem 0px rgba(3, 57, 107, 0.4);
}
.src-assets-style-processcard--index-simpleCardTitle-R-GIF .src-assets-style-processcard--index-simpleCard-QWKKm.src-assets-style-processcard--index-active-2vmR-::after {
  content: '';
  z-index: 9;
  position: absolute;
  bottom: -0.06rem;
  left: 20%;
  width: 60%;
  height: 0.04rem;
  border-radius: 2px;
  background: inherit;
}
.src-assets-style-processcard--index-cardBorder-1Ry55 {
  border-bottom: 1px solid #e8e8e8;
}
.src-assets-style-processcard--index-listBottom-1Y61f {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
  height: 0.5rem;
  line-height: 0.5rem;
}
.src-assets-style-processcard--index-listBottom-1Y61f a {
  color: #B1B1B1;
  cursor: pointer;
  font-size: 0.14rem;
}
.src-assets-style-processcard--index-listBottom-1Y61f a:hover {
  color: #005825;
}
.src-assets-style-processcard--index-listBottom2-Nu0Iw {
  width: 100%;
  position: relative;
  bottom: 0.2rem;
  text-align: center;
  height: 0.5rem;
  line-height: 0.5rem;
}
.src-assets-style-processcard--index-listBottom2-Nu0Iw a {
  color: #B1B1B1;
  cursor: pointer;
  font-size: 0.14rem;
}
.src-assets-style-processcard--index-listBottom2-Nu0Iw a:hover {
  color: #005825;
}
.src-assets-style-processcard--index-dataList-1zQbe {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.src-assets-style-processcard--index-dataList-1zQbe .src-assets-style-processcard--index-listMain-koEvu {
  overflow: hidden;
}
.src-assets-style-processcard--index-dataList-1zQbe .src-assets-style-processcard--index-listMain-koEvu ul {
  height: 0.41rem;
  cursor: pointer;
}
.src-assets-style-processcard--index-dataList-1zQbe .src-assets-style-processcard--index-listMain-koEvu ul:hover {
  background: #F5FDF8;
  /*background-color : #e6fff5;*/
}
.src-assets-style-processcard--index-dataList-1zQbe .src-assets-style-processcard--index-listMain-koEvu ul li {
  height: 0.4rem;
  line-height: 0.4rem;
  color: #595959;
}
.src-assets-style-processcard--index-dataList-1zQbe .src-assets-style-processcard--index-listMain-koEvu ul li a {
  color: #595959;
  cursor: pointer;
  /*&:hover{
            color:@deep-green;
            text-decoration: underline;
          }*/
}
.src-assets-style-processcard--index-dataList-1zQbe .src-assets-style-processcard--index-listMain-koEvu ul .src-assets-style-processcard--index-doing-1IfXR .src-assets-style-processcard--index-iconfont-3Iiyy {
  color: #eca928;
  font-size: 0.06rem;
}
.src-assets-style-processcard--index-dataList-1zQbe .src-assets-style-processcard--index-listMain-koEvu ul .src-assets-style-processcard--index-done-1hPJ9 .src-assets-style-processcard--index-iconfont-3Iiyy {
  color: #37a164;
  font-size: 0.06rem;
}
.src-assets-style-processcard--index-dataList-1zQbe .src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-approvalUl-HmvdI li:nth-child(1) a,
.src-assets-style-processcard--index-dataList-1zQbe .src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-applyUl-3O3hf li:nth-child(1) a {
  color: #363636;
  font-weight: bold;
  /*&:hover{
            text-decoration: underline;
          }*/
}
.src-assets-style-processcard--index-dataList-1zQbe .src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-approvalUl-HmvdI li:nth-child(6) ul a,
.src-assets-style-processcard--index-dataList-1zQbe .src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-applyUl-3O3hf li:nth-child(6) ul a {
  color: #397EF0;
}
.src-assets-style-processcard--index-dataList-1zQbe .src-assets-style-processcard--index-notMore-2bqun {
  font-size: 0.14rem;
  color: #595959;
  list-style: none;
}
.src-assets-style-processcard--index-dataList-1zQbe .src-assets-style-processcard--index-notMore-2bqun li {
  position: absolute;
  width: 100%;
  bottom: 0px;
  text-align: center;
}
.src-assets-style-processcard--index-listMain-koEvu {
  overflow: hidden;
}
.src-assets-style-processcard--index-listMain-koEvu ul {
  height: 0.4rem;
  cursor: pointer;
  padding: 0px 0.05rem;
}
.src-assets-style-processcard--index-listMain-koEvu ul:hover {
  background: #F5FDF8;
}
.src-assets-style-processcard--index-listMain-koEvu ul li {
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #595959;
}
.src-assets-style-processcard--index-listMain-koEvu ul li a {
  color: #595959;
  cursor: pointer;
}
.src-assets-style-processcard--index-listMain-koEvu ul li:not(:first-child) {
  flex-shrink: 0;
}
.src-assets-style-processcard--index-listMain-koEvu ul .src-assets-style-processcard--index-doing-1IfXR .src-assets-style-processcard--index-iconfont-3Iiyy {
  color: #eca928;
  font-size: 0.06rem;
}
.src-assets-style-processcard--index-listMain-koEvu ul .src-assets-style-processcard--index-done-1hPJ9 .src-assets-style-processcard--index-iconfont-3Iiyy {
  color: #37a164;
  font-size: 0.06rem;
}
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-approvalUl-HmvdI li:nth-child(1) a,
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-applyUl-3O3hf li:nth-child(1) a {
  color: black;
}
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-approvalUl-HmvdI li:nth-child(6) ul a,
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-applyUl-3O3hf li:nth-child(6) ul a {
  color: #397EF0;
}
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-myDoneUl-PhWZ1 li:nth-child(1) a {
  color: black;
}
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-myToDoUl-1yUf4 li:nth-child(1) a {
  color: black;
}
.src-assets-style-processcard--index-listMain-koEvu .ant-dropdown-menu {
  padding: 0;
}
.src-assets-style-processcard--index-listMain-koEvu .ant-dropdown-menu .ant-dropdown-menu-item {
  text-align: center;
  background: #fff;
  z-index: 9999;
}
.src-assets-style-processcard--index-listMain-koEvu .ant-dropdown-menu .ant-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.src-assets-style-processcard--index-listMain-koEvu .ant-dropdown-menu-item {
  text-align: center;
  background: #fff;
  z-index: 9999;
}
.src-assets-style-processcard--index-listMain-koEvu .ant-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-attention-2yuF2 .src-assets-style-processcard--index-first-2erFB {
  width: 40%;
}
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-attention-2yuF2 .src-assets-style-processcard--index-first-2erFB a {
  color: #000000;
}
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-attention-2yuF2 .src-assets-style-processcard--index-third-3M_p8 {
  width: 18%;
}
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-attention-2yuF2 .src-assets-style-processcard--index-third-3M_p8 a {
  cursor: pointer;
  font-size: 0.14rem;
  color: #00a854;
}
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-attention-2yuF2 .src-assets-style-processcard--index-second-1dWYP {
  width: 30%;
}
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-attention-2yuF2 .src-assets-style-processcard--index-second-1dWYP a {
  color: #999999;
}
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-attention-2yuF2 .src-assets-style-processcard--index-last-lq3jt {
  width: 12%;
  text-align: right;
  padding-right: 0.24rem;
}
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-attention-2yuF2 .src-assets-style-processcard--index-last-lq3jt a {
  color: #c9c9c9;
}
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-attention-2yuF2 .src-assets-style-processcard--index-last-lq3jt a:hover {
  color: #00a854;
}
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-mywait-1bbbA {
  padding: 0px;
}
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-mywait-1bbbA li {
  text-align: left;
  float: left;
}
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-mywait-1bbbA li:nth-child(1) {
  width: 40%;
}
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-mywait-1bbbA li:nth-child(1) a {
  color: #000000;
}
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-mywait-1bbbA li:nth-child(2) {
  color: #c9c9c9;
  width: 25%;
}
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-mywait-1bbbA li:nth-child(3) a {
  color: #c9c9c9;
  width: 35%;
}
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-itemRow-36H4m li:nth-child(1) {
  width: 45%;
  color: #000000;
  padding-right: 0.1rem;
}
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-itemRow-36H4m li:nth-child(2) {
  color: #c9c9c9;
  width: 45%;
}
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-itemRow-36H4m li:nth-child(3) {
  width: 10%;
  text-align: right;
  padding-right: 0.24rem;
}
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-itemRow-36H4m li:nth-child(3) a {
  color: #c9c9c9;
}
.src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-itemRow-36H4m li:nth-child(3) a:hover {
  color: #00a854;
}
.src-assets-style-processcard--index-notMore-2bqun {
  font-size: 0.14rem;
  color: #595959;
  list-style: none;
}
.src-assets-style-processcard--index-notMore-2bqun li {
  position: absolute;
  width: 100%;
  bottom: 0px;
  text-align: center;
}
.src-assets-style-processcard--index-iconfont-3Iiyy {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.src-assets-style-processcard--index-cardList-LgtPQ .ant-card-head-wrapper {
  max-height: 0.7rem;
}
.src-assets-style-processcard--index-cardList-LgtPQ .ant-card-head-title {
  overflow: auto;
  white-space: normal;
}
.src-assets-style-processcard--index-cardDiv-3fhbS {
  line-height: 0.2rem;
}
.src-assets-style-processcard--index-cardDiv-3fhbS .src-assets-style-processcard--index-cardItem-3aR8Y {
  display: inline-block;
}
.src-assets-style-processcard--index-cardDiv-3fhbS .src-assets-style-processcard--index-normal-2G0gs,
.src-assets-style-processcard--index-cardDiv-3fhbS .src-assets-style-processcard--index-active-2vmR- {
  float: left;
  cursor: pointer;
  margin-left: 0.2rem;
}
.src-assets-style-processcard--index-cardDiv-3fhbS .src-assets-style-processcard--index-normal-2G0gs {
  opacity: 0.6;
}
.src-assets-style-processcard--index-cardDiv-3fhbS .src-assets-style-processcard--index-active-2vmR- {
  opacity: 1;
}
.src-assets-style-processcard--index-cardDiv-3fhbS > div:first-child {
  margin-left: 0px;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-processcard--index-transaction-1tp_a .src-assets-style-processcard--index-title-30laa .src-assets-style-processcard--index-headTitle-AaBhy {
  color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-transaction-1tp_a .src-assets-style-processcard--index-title-30laa .src-assets-style-processcard--index-headTitle-AaBhy:hover {
  border-bottom-color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-transaction-1tp_a .src-assets-style-processcard--index-title-30laa .src-assets-style-processcard--index-totalSpan-1Itx4 {
  background: #fdac10;
}
.theme-blue .src-assets-style-processcard--index-transaction-1tp_a .src-assets-style-processcard--index-title-30laa .src-assets-style-processcard--index-count-roTxn a {
  color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-transaction-1tp_a .src-assets-style-processcard--index-title-30laa .src-assets-style-processcard--index-count-roTxn a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-listMain-koEvu .ant-dropdown-menu-item {
  background: #fff;
  text-align: center;
  z-index: 9999;
}
.theme-blue .src-assets-style-processcard--index-listMain-koEvu .ant-dropdown-menu-item:hover {
  background: #e6f7ff;
}
.theme-blue .src-assets-style-processcard--index-listMain-koEvu ul:hover {
  background: #e6f7ff;
}
.theme-blue .src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-approvalUl-HmvdI li:nth-child(6) ul a,
.theme-blue .src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-applyUl-3O3hf li:nth-child(6) ul a {
  color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-myDoneUl-PhWZ1 li:nth-child(4) ul a {
  color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-myToDoUl-1yUf4 li:nth-child(4) ul a,
.theme-blue .src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-myToDoUl-1yUf4 li:nth-child(5) ul a {
  color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-attention-2yuF2 .src-assets-style-processcard--index-third-3M_p8 a {
  color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-attention-2yuF2 .src-assets-style-processcard--index-last-lq3jt a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-itemRow-36H4m li:nth-child(3) a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-listBottom-1Y61f a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-listBottom2-Nu0Iw a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-popover-2rtxy .src-assets-style-processcard--index-process-2bKpu .src-assets-style-processcard--index-circleDiv-1EgQ4 {
  color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-popover-2rtxy .src-assets-style-processcard--index-process-2bKpu .src-assets-style-processcard--index-circleSvg-Ih1_X circle:last-child {
  stroke: #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-processcard--index-transaction-1tp_a .src-assets-style-processcard--index-title-30laa .src-assets-style-processcard--index-headTitle-AaBhy {
  color: #9A001E;
}
.theme-red .src-assets-style-processcard--index-transaction-1tp_a .src-assets-style-processcard--index-title-30laa .src-assets-style-processcard--index-headTitle-AaBhy:hover {
  border-bottom-color: #9A001E;
}
.theme-red .src-assets-style-processcard--index-transaction-1tp_a .src-assets-style-processcard--index-title-30laa .src-assets-style-processcard--index-totalSpan-1Itx4 {
  background: #52A529;
}
.theme-red .src-assets-style-processcard--index-transaction-1tp_a .src-assets-style-processcard--index-title-30laa .src-assets-style-processcard--index-count-roTxn a {
  color: #F63E62;
}
.theme-red .src-assets-style-processcard--index-transaction-1tp_a .src-assets-style-processcard--index-title-30laa .src-assets-style-processcard--index-count-roTxn a:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-processcard--index-listMain-koEvu .ant-dropdown-menu-item {
  background: #fff;
  text-align: center;
  z-index: 9999;
}
.theme-red .src-assets-style-processcard--index-listMain-koEvu .ant-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-processcard--index-listMain-koEvu ul:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-approvalUl-HmvdI li:nth-child(3) a,
.theme-red .src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-applyUl-3O3hf li:nth-child(3) a {
  color: #F63E62;
}
.theme-red .src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-myDoneUl-PhWZ1 li:nth-child(4) a {
  color: #F63E62;
}
.theme-red .src-assets-style-processcard--index-listMain-koEvu .src-assets-style-processcard--index-myToDoUl-1yUf4 li:nth-child(4) a {
  color: #F63E62;
}
.theme-red .src-assets-style-processcard--index-listBottom-1Y61f a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-processcard--index-listBottom2-Nu0Iw a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-processcard--index-popover-2rtxy .src-assets-style-processcard--index-process-2bKpu .src-assets-style-processcard--index-circleDiv-1EgQ4 {
  color: #F63E62;
}
.theme-red .src-assets-style-processcard--index-popover-2rtxy .src-assets-style-processcard--index-process-2bKpu .src-assets-style-processcard--index-circleSvg-Ih1_X circle:last-child {
  stroke: #F63E62;
}
/*************** 自定义主题 start ************/
.theme-custom .src-assets-style-processcard--index-listMain-koEvu ul:hover {
  background: var(--themeColorBg);
}
/*************** 自定义主题 end ************/
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_j7wyjg6p5q.eot');
  src: url('//at.alicdn.com/t/font_864711_j7wyjg6p5q.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_j7wyjg6p5q.woff') format('woff'), url('//at.alicdn.com/t/font_864711_j7wyjg6p5q.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_j7wyjg6p5q.svg#iconfont') format('svg');
}
.src-assets-style-transactionCard--index-iconfont-3QGbD {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/*事务列表公共样式*/
.src-assets-style-transactionCard--index-transaction-rhazQ {
  width: 100%;
  background: #ffffff;
}
.src-assets-style-transactionCard--index-transaction-rhazQ .src-assets-style-transactionCard--index-title-3sNab {
  border-bottom: 1px solid #E1E6E3;
  /*  line-height: @title-height;*/
  padding: 0 0.21rem;
  vertical-align: middle;
}
.src-assets-style-transactionCard--index-transaction-rhazQ .src-assets-style-transactionCard--index-title-3sNab .src-assets-style-transactionCard--index-headTitle-3uCRe {
  font-weight: bold;
  color: #005825;
  font-size: 0.18rem;
  /*   line-height: @title-height;*/
  text-align: left;
  /* &:hover{
        border-bottom:1px solid @deep-green;
      }*/
}
.src-assets-style-transactionCard--index-transaction-rhazQ .src-assets-style-transactionCard--index-title-3sNab .src-assets-style-transactionCard--index-cardInfo-KeV_s {
  position: absolute;
  top: -0.12rem;
  left: 0.95rem;
  font-size: 0.12rem;
  color: #B9BFBB;
  cursor: pointer;
}
.src-assets-style-transactionCard--index-transaction-rhazQ .src-assets-style-transactionCard--index-title-3sNab .src-assets-style-transactionCard--index-totalSpan-nKzpW {
  height: 0.17rem;
  width: 0.35rem;
  display: inline-block;
  position: relative;
  top: 0.17rem;
  background: #FD6767;
  border-radius: 8px 8px 9px 0px;
  font-size: 0.14rem;
  font-family: ArialMT;
  font-weight: normal;
  margin-left: 0.15rem;
  color: #ffffff;
  text-align: center;
}
.src-assets-style-transactionCard--index-transaction-rhazQ .src-assets-style-transactionCard--index-title-3sNab .src-assets-style-transactionCard--index-totalSpan-nKzpW span {
  position: relative;
  top: -0.19rem;
}
.src-assets-style-transactionCard--index-transaction-rhazQ .src-assets-style-transactionCard--index-title-3sNab .src-assets-style-transactionCard--index-count-2Yne0 {
  display: inline-block;
  float: right;
  /* margin-right: 35px;*/
  /*    line-height: @title-height;*/
}
.src-assets-style-transactionCard--index-transaction-rhazQ .src-assets-style-transactionCard--index-title-3sNab .src-assets-style-transactionCard--index-count-2Yne0 a {
  color: #62B68E;
  font-size: 0.14rem;
}
.src-assets-style-transactionCard--index-transaction-rhazQ .src-assets-style-transactionCard--index-title-3sNab .src-assets-style-transactionCard--index-count-2Yne0 a:hover {
  /*text-decoration: underline;*/
  color: #005825;
}
.src-assets-style-transactionCard--index-transaction-rhazQ .src-assets-style-transactionCard--index-title-3sNab .src-assets-style-transactionCard--index-isShow-1bBgt {
  float: right;
  color: #C9C9C9;
}
.src-assets-style-transactionCard--index-transaction-rhazQ .src-assets-style-transactionCard--index-title-3sNab .src-assets-style-transactionCard--index-isShow-1bBgt a {
  color: #C9C9C9;
  font-size: 0.14rem;
  height: 0.14rem;
  line-height: 0.14rem;
  margin-right: 0.07rem;
  cursor: pointer;
}
.src-assets-style-transactionCard--index-transaction-rhazQ .src-assets-style-transactionCard--index-title-3sNab .src-assets-style-transactionCard--index-isShow-1bBgt a:hover {
  color: #005825;
}
.src-assets-style-transactionCard--index-transaction-rhazQ .src-assets-style-transactionCard--index-title-3sNab .src-assets-style-transactionCard--index-isShow-1bBgt a:hover .src-assets-style-transactionCard--index-plus-2M8NZ {
  text-decoration: underline;
}
.src-assets-style-transactionCard--index-transaction-rhazQ .src-assets-style-transactionCard--index-list-3-pUl {
  padding-left: 0.16rem;
  position: relative;
}
.src-assets-style-transactionCard--index-transaction-rhazQ .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-bottomUl-2nuvK {
  width: 100%;
  height: 0.58rem;
  text-align: center;
  line-height: 0.58rem;
  position: absolute;
  bottom: 0;
  list-style: none;
}
.src-assets-style-transactionCard--index-transaction-rhazQ .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-bottomUl-2nuvK a {
  color: #62B68E;
}
.src-assets-style-transactionCard--index-transaction-rhazQ .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-bottomUl-2nuvK a:hover {
  color: #005825;
  /* text-decoration: underline;*/
}
.src-assets-style-transactionCard--index-dropDownLink-2nrR2 a {
  color: #B1B1B1;
}
.src-assets-style-transactionCard--index-dataList-2RlBM {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK {
  overflow: hidden;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK ul {
  height: 0.41rem;
  box-shadow: #E1E6E3 0px 0.4px;
  width: 97%;
  cursor: pointer;
  padding: 0px 0.05rem;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK ul:hover {
  background: #F5FDF8;
  /*background-color : #e6fff5;*/
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK ul li {
  display: inline-block;
  height: 0.4rem;
  padding-right: 0.16rem;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  color: #B1B1B1;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK ul li a {
  color: #B1B1B1;
  cursor: pointer;
  /*&:hover{
            color:@deep-green;
            text-decoration: underline;
          }*/
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK ul .src-assets-style-transactionCard--index-doing-Q5Pes .src-assets-style-transactionCard--index-iconfont-3QGbD {
  color: #eca928;
  font-size: 0.06rem;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK ul .src-assets-style-transactionCard--index-done-MvqOC .src-assets-style-transactionCard--index-iconfont-3QGbD {
  color: #37a164;
  font-size: 0.06rem;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(1) a,
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(1) a {
  color: black;
  /*&:hover{
            text-decoration: underline;
          }*/
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(3) a,
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(3) a {
  color: #37A164;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(1) a {
  color: black;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(1) a {
  color: black;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-attention-3va4G .src-assets-style-transactionCard--index-first-2Ohuv {
  width: 40%;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-attention-3va4G .src-assets-style-transactionCard--index-first-2Ohuv a {
  color: #000000;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-attention-3va4G .src-assets-style-transactionCard--index-third-3DHsg {
  width: 18%;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-attention-3va4G .src-assets-style-transactionCard--index-third-3DHsg a {
  cursor: pointer;
  font-size: 0.14rem;
  color: #00a854;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-attention-3va4G .src-assets-style-transactionCard--index-second-3wZY_ {
  width: 30%;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-attention-3va4G .src-assets-style-transactionCard--index-second-3wZY_ a {
  color: #999999;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-attention-3va4G .src-assets-style-transactionCard--index-last-MCvVG {
  width: 12%;
  text-align: right;
  padding-right: 0.24rem;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-attention-3va4G .src-assets-style-transactionCard--index-last-MCvVG a {
  color: #c9c9c9;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-attention-3va4G .src-assets-style-transactionCard--index-last-MCvVG a:hover {
  color: #00a854;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-mywait-9SoBI {
  padding: 0px;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-mywait-9SoBI li {
  text-align: left;
  float: left;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-mywait-9SoBI li:nth-child(1) {
  width: 40%;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-mywait-9SoBI li:nth-child(1) a {
  color: #000000;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-mywait-9SoBI li:nth-child(2) {
  color: #c9c9c9;
  width: 25%;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-mywait-9SoBI li:nth-child(3) a {
  color: #c9c9c9;
  width: 35%;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-itemRow-3YK2X li:nth-child(1) {
  width: 45%;
  color: #000000;
  padding-right: 0.1rem;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-itemRow-3YK2X li:nth-child(2) {
  color: #c9c9c9;
  width: 45%;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-itemRow-3YK2X li:nth-child(3) {
  width: 10%;
  text-align: right;
  padding-right: 0.24rem;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-itemRow-3YK2X li:nth-child(3) a {
  color: #c9c9c9;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-itemRow-3YK2X li:nth-child(3) a:hover {
  color: #00a854;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-notMore-3fc08 {
  font-size: 0.14rem;
  color: #B1B1B1;
  list-style: none;
}
.src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-notMore-3fc08 li {
  position: absolute;
  width: 100%;
  bottom: 0px;
  text-align: center;
}
.src-assets-style-transactionCard--index-normal-30hTN {
  height: 100%;
  border: none;
}
.src-assets-style-transactionCard--index-normal-30hTN .src-assets-style-transactionCard--index-nullData-1jSvZ {
  height: 6.6rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-transactionCard--index-normal-30hTN .src-assets-style-transactionCard--index-nullData-1jSvZ .src-assets-style-transactionCard--index-message-2XqDY {
  position: relative;
  top: 4.9875rem;
  text-align: center;
  color: #DBDBDB;
  font-size: 0.14rem;
}
.src-assets-style-transactionCard--index-normal-30hTN .src-assets-style-transactionCard--index-list-3-pUl {
  width: 100%;
}
.src-assets-style-transactionCard--index-normal-30hTN .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-dataList-2RlBM {
  height: calc(100% - 0.58rem);
}
.src-assets-style-transactionCard--index-normal-30hTN .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-dataList-2RlBM .src-assets-style-transactionCard--index-listMain-2EACK {
  height: 100%;
}
.src-assets-style-transactionCard--index-normal-30hTN .src-assets-style-transactionCard--index-row1-5mR8V {
  height: 3rem;
}
.src-assets-style-transactionCard--index-normal-30hTN .src-assets-style-transactionCard--index-row2-35Kaj {
  height: 6.78rem;
}
.src-assets-style-transactionCard--index-transactionCard-r9WSU {
  position: relative;
  padding: 0 0.21rem;
  height: 3.6rem;
}
.src-assets-style-transactionCard--index-jjTag1-3dj5x,
.src-assets-style-transactionCard--index-jjTag2-2oXEq,
.src-assets-style-transactionCard--index-jjTag3-1Z8dI,
.src-assets-style-transactionCard--index-jjTag4-CXZ38,
.src-assets-style-transactionCard--index-jjTag5-VnzKk,
.src-assets-style-transactionCard--index-jjTag6-33TyH {
  border-radius: 50%;
  color: #fff;
  width: 0.06rem;
  height: 0.06rem;
  margin-right: 0.05rem;
  display: inline-block;
  vertical-align: middle;
}
.src-assets-style-transactionCard--index-jjTag6-33TyH {
  background: #B3BBC7;
}
.src-assets-style-transactionCard--index-jjTag5-VnzKk {
  background: #EF2828;
}
.src-assets-style-transactionCard--index-jjTag4-CXZ38 {
  background: #F19951;
}
.src-assets-style-transactionCard--index-jjTag3-1Z8dI {
  background: #F7E549;
}
.src-assets-style-transactionCard--index-jjTag2-2oXEq {
  background: #397EF0;
}
.src-assets-style-transactionCard--index-jjTag1-3dj5x {
  background: #477959;
}
/****************标题部分开始***************/
.src-assets-style-transactionCard--index-title-3sNab {
  border-bottom: 1px solid #E1E6E3;
  height: 0.56rem;
  line-height: 0.56rem;
  width: 100%;
  padding: 0;
  vertical-align: middle;
}
.src-assets-style-transactionCard--index-title-3sNab li {
  float: left;
  list-style: none;
  height: 0.4rem;
  width: 2rem;
  text-align: center;
  vertical-align: middle;
  margin-top: 0.09rem;
  display: inline-block;
  color: #005825;
  font-size: 0.16rem;
  padding: 0px;
}
.src-assets-style-transactionCard--index-title-3sNab li span {
  height: 0.34rem;
  width: 100%;
  display: inline-block;
  margin-left: -0.15rem;
  position: relative;
  top: -0.1rem;
  cursor: pointer;
  text-align: center;
}
.src-assets-style-transactionCard--index-title-3sNab .src-assets-style-transactionCard--index-active-2cdua {
  background: #37A164;
  color: #ffffff;
}
.src-assets-style-transactionCard--index-title-3sNab .src-assets-style-transactionCard--index-more-3U4BI {
  height: 0.59rem;
  line-height: 0.59rem;
  width: 2.5rem;
  margin: 0px;
  float: right;
  text-align: right;
}
.src-assets-style-transactionCard--index-title-3sNab .src-assets-style-transactionCard--index-more-3U4BI a {
  font-weight: normal;
  font-size: 0.14rem;
  color: #37A164;
  cursor: pointer;
}
.src-assets-style-transactionCard--index-title-3sNab .src-assets-style-transactionCard--index-more-3U4BI a:hover {
  color: #005825;
  /*text-decoration: underline;*/
}
/****************标题部分结束***************/
.src-assets-style-transactionCard--index-listBottom-3ekqx {
  width: 100%;
  position: absolute;
  bottom: 0.05rem;
  text-align: center;
  height: 0.5rem;
  line-height: 0.5rem;
}
.src-assets-style-transactionCard--index-listBottom-3ekqx a {
  color: #B1B1B1;
  cursor: pointer;
  font-size: 0.14rem;
}
.src-assets-style-transactionCard--index-listBottom-3ekqx a:hover {
  color: #005825;
  /*  text-decoration: underline;*/
}
.src-assets-style-transactionCard--index-modalContent-2xtkE {
  width: 100%;
  height: 2rem;
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.7rem;
}
.src-assets-style-transactionCard--index-modalContent-2xtkE .src-assets-style-transactionCard--index-icon-5XkQR {
  color: #f1a42b;
}
div#src-assets-style-transactionCard--index-loading-mask-2cGVC {
  display: none;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-transactionCard--index-transaction-rhazQ .src-assets-style-transactionCard--index-title-3sNab .src-assets-style-transactionCard--index-headTitle-3uCRe {
  color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-transaction-rhazQ .src-assets-style-transactionCard--index-title-3sNab .src-assets-style-transactionCard--index-headTitle-3uCRe:hover {
  border-bottom-color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-transaction-rhazQ .src-assets-style-transactionCard--index-title-3sNab .src-assets-style-transactionCard--index-count-2Yne0 a {
  color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-transaction-rhazQ .src-assets-style-transactionCard--index-title-3sNab .src-assets-style-transactionCard--index-count-2Yne0 a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-listMain-2EACK ul:hover {
  background: #e6f7ff;
}
.theme-blue .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(3) a,
.theme-blue .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(3) a {
  color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(4) a {
  color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(4) a {
  color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-attention-3va4G .src-assets-style-transactionCard--index-third-3DHsg a {
  color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-attention-3va4G .src-assets-style-transactionCard--index-last-MCvVG a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-itemRow-3YK2X li:nth-child(3) a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-dropDownLink-2nrR2 a {
  color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-listBottom-3ekqx a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-popover-1L1aH .src-assets-style-transactionCard--index-process-sKner .src-assets-style-transactionCard--index-circleDiv-1iqer {
  color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-popover-1L1aH .src-assets-style-transactionCard--index-process-sKner .src-assets-style-transactionCard--index-circleSvg-27XUp circle:last-child {
  stroke: #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-transactionCard--index-transaction-rhazQ .src-assets-style-transactionCard--index-title-3sNab .src-assets-style-transactionCard--index-headTitle-3uCRe {
  color: #9A001E;
}
.theme-red .src-assets-style-transactionCard--index-transaction-rhazQ .src-assets-style-transactionCard--index-title-3sNab .src-assets-style-transactionCard--index-headTitle-3uCRe:hover {
  border-bottom-color: #9A001E;
}
.theme-red .src-assets-style-transactionCard--index-transaction-rhazQ .src-assets-style-transactionCard--index-title-3sNab .src-assets-style-transactionCard--index-count-2Yne0 a {
  color: #F63E62;
}
.theme-red .src-assets-style-transactionCard--index-transaction-rhazQ .src-assets-style-transactionCard--index-title-3sNab .src-assets-style-transactionCard--index-count-2Yne0 a:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-transactionCard--index-listMain-2EACK ul:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(3) a,
.theme-red .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(3) a {
  color: #F63E62;
}
.theme-red .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(4) a {
  color: #F63E62;
}
.theme-red .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(4) a {
  color: #F63E62;
}
.theme-red .src-assets-style-transactionCard--index-dropDownLink-2nrR2 a {
  color: #F63E62;
}
.theme-red .src-assets-style-transactionCard--index-attention-3va4G .src-assets-style-transactionCard--index-third-3DHsg a {
  color: #F63E62;
}
.theme-red .src-assets-style-transactionCard--index-attention-3va4G .src-assets-style-transactionCard--index-last-MCvVG a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-transactionCard--index-itemRow-3YK2X li:nth-child(3) a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-transactionCard--index-listBottom-3ekqx a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-transactionCard--index-popover-1L1aH .src-assets-style-transactionCard--index-process-sKner .src-assets-style-transactionCard--index-circleDiv-1iqer {
  color: #F63E62;
}
.theme-red .src-assets-style-transactionCard--index-popover-1L1aH .src-assets-style-transactionCard--index-process-sKner .src-assets-style-transactionCard--index-circleSvg-27XUp circle:last-child {
  stroke: #F63E62;
}
/*************** 红色主题 end***************/
@media (min-width: 1680px) {
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(1) {
    width: 40%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(2) {
    width: 17%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(3) {
    width: 20%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(4) {
    width: 18%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(5) {
    width: 5%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(1) {
    width: 58%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(2) {
    width: 15%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(3) {
    width: 23%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(4) {
    width: 4%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(1) {
    width: 46%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(2) {
    width: 27%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(3) {
    width: 23%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(4) {
    width: 4%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(1) {
    width: 40%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(2) {
    width: 23%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(3) {
    width: 11%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(4) {
    width: 11%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(5) {
    width: 10%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(6) {
    width: 5%;
  }
}
@media (max-width: 1680px) {
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(1) {
    width: 30%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(2) {
    width: 20%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(3) {
    width: 22%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(4) {
    width: 22%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(5) {
    width: 5%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(1) {
    width: 58%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(2) {
    width: 15%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(3) {
    width: 23%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(4) {
    width: 4%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(1) {
    width: 46%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(2) {
    width: 27%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(3) {
    width: 23%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(4) {
    width: 4%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(1) {
    width: 34%;
    margin-left: -0.2rem;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(2) {
    width: 23%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(3) {
    width: 13%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(4) {
    width: 13%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(5) {
    width: 12%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(6) {
    width: 3%;
  }
}
@media (min-width: 1848px) {
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(1) {
    width: 40%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(2) {
    width: 17%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(3) {
    width: 20%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(4) {
    width: 18%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(5) {
    width: 5%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(1) {
    width: 58%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(2) {
    width: 15%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(3) {
    width: 23%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(4) {
    width: 4%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(1) {
    width: 46%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(2) {
    width: 27%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(3) {
    width: 23%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(4) {
    width: 4%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(1) {
    width: 40%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(2) {
    width: 23%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(3) {
    width: 11%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(4) {
    width: 11%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(5) {
    width: 10%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(6) {
    width: 5%;
  }
}
@media (max-width: 1848px) {
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(1) {
    width: 30%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(2) {
    width: 20%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(3) {
    width: 22%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(4) {
    width: 22%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(5) {
    width: 5%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(1) {
    width: 58%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(2) {
    width: 15%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(3) {
    width: 23%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(4) {
    width: 4%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(1) {
    width: 46%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(2) {
    width: 27%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(3) {
    width: 23%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(4) {
    width: 4%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(1) {
    width: 34%;
    margin-left: -0.2rem;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(2) {
    width: 23%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(3) {
    width: 13%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(4) {
    width: 13%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(5) {
    width: 12%;
  }
  .font-large .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(6) {
    width: 3%;
  }
}
@media (min-width: 2100px) {
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(1) {
    width: 40%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(2) {
    width: 17%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(3) {
    width: 20%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(4) {
    width: 18%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(5) {
    width: 5%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(1) {
    width: 58%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(2) {
    width: 15%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(3) {
    width: 23%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(4) {
    width: 4%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(1) {
    width: 46%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(2) {
    width: 27%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(3) {
    width: 23%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(4) {
    width: 4%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(1) {
    width: 40%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(2) {
    width: 23%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(3) {
    width: 11%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(4) {
    width: 11%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(5) {
    width: 10%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(6) {
    width: 5%;
  }
}
@media (max-width: 2100px) {
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(1) {
    width: 30%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(2) {
    width: 20%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(3) {
    width: 22%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(4) {
    width: 22%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-approvalUl-1Qr1M li:nth-child(5) {
    width: 5%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(1) {
    width: 58%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(2) {
    width: 15%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(3) {
    width: 23%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myToDoUl-1NVYR li:nth-child(4) {
    width: 4%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(1) {
    width: 46%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(2) {
    width: 27%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(3) {
    width: 23%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-myDoneUl-2PNfa li:nth-child(4) {
    width: 4%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(1) {
    width: 34%;
    margin-left: -0.2rem;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(2) {
    width: 23%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(3) {
    width: 13%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(4) {
    width: 13%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(5) {
    width: 12%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-3-pUl .src-assets-style-transactionCard--index-listMain-2EACK .src-assets-style-transactionCard--index-applyUl-3v-1T li:nth-child(6) {
    width: 3%;
  }
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.src-assets-style-entrustDetail--index-modalContent-3_0om {
  padding: 0px 0.5rem;
}
.src-assets-style-entrustDetail--index-modalContent-3_0om .src-assets-style-entrustDetail--index-head-3FNkS {
  text-align: center;
}
.src-assets-style-entrustDetail--index-modalContent-3_0om .src-assets-style-entrustDetail--index-head-3FNkS > div:first-child {
  line-height: 0.32rem;
  color: #000000;
  font-weight: bold;
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
  padding-top: 0.1rem;
}
.src-assets-style-entrustDetail--index-modalContent-3_0om .src-assets-style-entrustDetail--index-head-3FNkS span {
  color: #999999;
  font-size: 0.14rem;
  font-weight: normal;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.05rem;
}
.src-assets-style-entrustDetail--index-mainBody-y2wuk {
  padding-top: 0.3rem;
}
.src-assets-style-entrustDetail--index-mainBody-y2wuk .ant-col-xs-24.ant-col-sm-21 {
  padding: 0.1rem 0.05rem;
}
.src-assets-style-entrustDetail--index-mainBody-y2wuk .ant-col-xs-24.ant-col-sm-3 {
  padding: 0.1rem 0.05rem;
  color: #000000;
}
.src-assets-style-entrustDetail--index-mainBody-y2wuk .ant-tabs.ant-tabs-card  .ant-tabs-bar .ant-tabs-tab-active {
  color: #005825;
}
.src-assets-style-entrustDetail--index-mainBody-y2wuk .src-assets-style-entrustDetail--index-reminding-142_G {
  display: inline-block;
  margin-right: 0.5rem;
}
.src-assets-style-entrustDetail--index-mainBody-y2wuk .src-assets-style-entrustDetail--index-remindingTime-1EFAF {
  display: inline-block;
  color: #000000;
}
.src-assets-style-entrustDetail--index-submitContent-39n6C {
  text-align: center;
}
.src-assets-style-entrustDetail--index-submitContent-39n6C .src-assets-style-entrustDetail--index-submitBtton-3933J .ant-btn {
  color: #fff;
  background-color: #008000;
  margin: 0px 0.1rem;
}
.src-assets-style-entrustDetail--index-submitContent-39n6C .src-assets-style-entrustDetail--index-submitBtton-3933J .ant-btn:hover {
  color: #fff;
}
.src-assets-style-entrustDetail--index-submitContent-39n6C .src-assets-style-entrustDetail--index-submitBtton-3933J .ant-btn:focus {
  color: #fff;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-entrustDetail--index-submitContent-39n6C .src-assets-style-entrustDetail--index-submitBtton-3933J .ant-btn {
  background-color: #397EF0;
}
.theme-blue .src-assets-style-entrustDetail--index-mainBody-y2wuk .ant-tabs.ant-tabs-card  .ant-tabs-bar .ant-tabs-tab-active {
  color: #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-entrustDetail--index-submitContent-39n6C .src-assets-style-entrustDetail--index-submitBtton-3933J .ant-btn {
  background-color: #9A001E;
}
.theme-red .src-assets-style-entrustDetail--index-mainBody-y2wuk .ant-tabs.ant-tabs-card  .ant-tabs-bar .ant-tabs-tab-active {
  color: #9A001E;
}
/*************** 红色主题 end***************/
.src-assets-style-date--index-dateContent-ZKrjL .ant-fullcalendar td {
  border: 1px solid #000;
}
.src-assets-style-date--index-dateContent-ZKrjL .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0;
}
.src-assets-style-date--index-dateContent-ZKrjL .ant-fullcalendar-fullscreen .ant-fullcalendar-column-header {
  text-align: center;
  border: 1px solid #000;
}
.src-assets-style-date--index-dateContent-ZKrjL .ant-fullcalendar-fullscreen .ant-fullcalendar-date {
  margin: 0;
  padding: 0;
  height: 1.45rem;
}
.src-assets-style-date--index-dateContent-ZKrjL .ant-fullcalendar-fullscreen .ant-fullcalendar-content {
  height: auto;
}
.src-assets-style-date--index-dateContent-ZKrjL .src-assets-style-date--index-background-1mTFU {
  border-left-width: 4px;
  border-left-style: solid;
  margin-bottom: 0.03rem;
}
.scheduler-container {
  min-width: 8rem !important;
  position: absolute;
  z-index: 6;
}
.scheduler-container .newDateCard {
  position: absolute;
  z-index: 6;
  cursor: pointer;
  width: 1.08rem;
  height: 0.77rem;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  text-align: center;
}
.scheduler-container .newDateCard .addDate {
  padding: 0.09rem;
  border-bottom: 1px solid #e0e0e0;
}
.scheduler-container .newDateCard .mgr10 {
  margin-right: 0.1rem;
}
.scheduler-container .newDateCard .pdt8 {
  padding-top: 0.08rem;
}
.scheduler-container .scheduleBox {
  position: absolute;
  z-index: 4;
  margin-left: 9.94rem;
  margin-top: 0.59rem;
}
.scheduler-container .leftThreeBtn {
  margin-left: 0.33rem;
  margin-top: 0.6rem;
  position: absolute;
  z-index: 5;
}
.scheduler-container .leftThreeBtn .bgSecretary {
  margin-left: 0.15rem;
}
.scheduler-container .leftThreeBtn .iconSecretary {
  margin-top: 0.04rem;
  position: absolute;
  left: 0.19rem;
}
.scheduler-container .leftThreeBtn .bgAdd {
  margin-left: 0.08rem;
}
.scheduler-container .leftThreeBtn .iconAdd {
  margin-top: 0.05rem;
  position: absolute;
  left: 0.54rem;
}
.scheduler-container .leftThreeBtn .bgSearch {
  margin-left: 0.08rem;
}
.scheduler-container .leftThreeBtn .iconSearch {
  margin-top: 0.05rem;
  position: absolute;
  left: 0.85rem;
}
.scheduler-container .leftThreeBtn .calInputStyle {
  width: 3rem;
  margin-left: 0.15rem;
}
.scheduler-container .listModelBtn {
  position: absolute;
  z-index: 4;
  margin-left: 8.75rem;
  margin-top: 0.58rem;
}
.scheduler-container .listModel {
  margin-top: 1rem;
  position: absolute;
  z-index: 4;
  width: 12rem;
  background: #fff;
  padding-left: 0.33rem;
  padding-right: 0.33rem;
}
.scheduler-container .listModel .ant-list-item-meta-avatar {
  margin-right: 0px;
}
.scheduler-container .listModel .ant-list-item-meta-title {
  line-height: 0.18rem;
  font-weight: bold;
}
.scheduler-container .listModel .ant-list-item-content {
  margin: 0;
}
.scheduler-container .listModel .ant-list-item {
  border-bottom: 1px dashed #e8e8e8;
}
.scheduler-container .listModel .ant-spin-nested-loading {
  border-bottom: 1px dashed #e8e8e8;
}
.scheduler-container .conflictBtn {
  position: absolute;
  z-index: 4;
  margin-left: 11rem;
  margin-top: 0.64rem;
}
.scheduler-container .listTopDesc {
  background: #f4f7f9;
  width: 11.98rem;
  margin-left: -0.32rem;
  height: 0.5rem;
  padding-top: 0.16rem;
  padding-left: 0.32rem;
}
.scheduler-container .listTopDesc .mglr30 {
  margin: 0 0.3rem;
}
.scheduler-container .listTopDesc .mgr7 {
  margin-right: 0.07rem;
  cursor: pointer;
}
.scheduler-container .listTopDesc .mgl7 {
  margin-left: 0.07rem;
  cursor: pointer;
}
.scheduler-container .listTopDesc .ignoreSchedule {
  margin-left: 7.05rem;
  width: 0.17rem;
  background: #aaacae;
  border-radius: 15px;
  padding: 0.07rem;
  cursor: pointer;
  height: 1.3rem;
}
.event_img {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAABeklEQVQ4T32STUsVYRiG7/tlZk5BmTjTKmgRmIK1yUWrEHe2aeGZE0GIKIIbRZF+QPs+hPMLFAJBmQP9gFZBGxctghZ5/AczHYsWOl+3jPhxzszYs3ye63qf54WbqKlk7+6z3GiHVM5Mr+zW7291HMvNgzYa9+95Pwk8OJ/9ssPwEZeRlNmKnHS8NxLeDYDUmjMbtf8rq3PbTeR0AQ4ryyeMZd5LeE4oso7TUb7+0+t/YGBzGrjtHFwtgH9ZNnzLMh8hLp4Jwqbjhxu18vGuN2aMfoC0a2UozrNk4sbLv92LBy43nwTuZ4IvLgaVzQAIBXYz8gfkJPCmBXw5m59XnVwczzybslu9rwVGvYVJHnv7AJ70/+caufD37dnoKQkx7bjzubhVDYEWAK4AmCzPJM01/OgT48A7xFUg+jilAK26ZEnoNvxwtJCPANwpQ7b4MKbaBGZqruo5zWiEcTCyRJoPEoZK0HcA4wBulvpHkNYdP9quxLPuzOt6p5w7lw+M8zhnAAAAAElFTkSuQmCC);
  width: 0.25rem;
  height: 0.25rem;
  position: absolute;
  background-repeat: no-repeat;
  margin-top: 0.07rem;
  margin-left: 0.08rem;
  cursor: pointer;
}
.configCard {
  position: absolute;
  z-index: 5;
  flex-flow: column;
  border: 1px solid #D6D6D6;
  background-color: #FFF;
}
.remindTitle {
  color: red;
  padding-left: 0.1rem;
  padding-top: 0.05rem;
}
.colorRed {
  color: red;
}
.listConfig {
  color: #000;
  padding-right: 0.1rem;
  padding-left: 0.1rem;
}
.listConfig .timeZone {
  padding-right: 0.15rem;
}
.dhx_cal_container {
  width: 100%;
  height: 100%;
}
/* 事件压缩拖拉部分 */
.my_event_resize {
  height: 0.03rem;
  position: absolute;
  bottom: 0;
}
.my_event_resize:hover {
  height: 0.1rem;
}
/* 事件移动部分 */
.my_event_move {
  background: transparent !important;
  position: absolute;
  top: 0;
  height: 0.1rem;
  cursor: pointer;
}
.dhx_scale_holder_now {
  background-color: #fff !important;
  border-top: 1px solid #e0e0e0 !important;
}
.dhx_after .dhx_month_head,
.dhx_before .dhx_month_head {
  background-color: #fafafa !important;
  color: #999 !important;
}
.dhx_after .dhx_month_body,
.dhx_before .dhx_month_body {
  background-color: #fafafa !important;
}
.dhx_now .dhx_month_body,
.dhx_now .dhx_month_head {
  background-color: #fff !important;
  color: #0aabf5 !important;
}
.dhx_cal_event div {
  background: rgba(10, 171, 245, 0.1);
}
.dhx_cal_event_line {
  border-left: 3px solid #0aabf5;
  color: #333 !important;
  font-size: 0.12rem !important;
  background-color: rgba(10, 171, 245, 0.1);
  height: 0.24rem;
  line-height: 0.22rem;
}
.dhx_cal_event .my_event_body {
  border-top: 3px solid #0aabf5;
  padding: 0 0.1rem 0.1rem;
  font-size: 0.12rem;
  line-height: 0.2rem;
  color: #333;
}
.dhx_cal_event .my_event_body span {
  font-weight: bold;
}
.dhx_cal_event .my_event_body .event_date {
  font-weight: normal;
}
.dhx_scheduler_day .dhx_cal_event .my_event_body {
  border-top: none !important;
  border-left: 3px solid #0aabf5;
}
.dhx_cal_event.dhx_cal_editor {
  background: rgba(10, 171, 245, 0.1) !important;
}
.dhx_cal_event_clear {
  color: #333 !important;
  font-size: 0.12rem !important;
  border-left: 3px solid #0aabf5 !important;
  background: rgba(10, 171, 245, 0.1) !important;
}
.dhx_cal_event.event_colorSW div,
.dhx_cal_event_line.event_colorSW {
  background: #f1fff6;
}
.dhx_cal_event_line.event_colorSW {
  border-left: 3px solid #23d688 !important;
}
.dhx_cal_event.event_colorSW .my_event_body {
  border-top: 3px solid #23d688;
  padding: 0 0.1rem 0.1rem;
  font-size: 0.12rem;
  line-height: 0.2rem;
  color: #333;
}
.dhx_cal_event.event_colorSW .my_event_body span {
  font-weight: bold;
}
.dhx_cal_event.event_colorSW .my_event_body .event_date {
  font-weight: normal;
}
.dhx_scheduler_day .dhx_cal_event.event_colorSW .my_event_body {
  border-top: none !important;
  border-left: 3px solid #23d688;
}
.dhx_cal_event.dhx_cal_editor.event_colorSW {
  background: #f1fff6;
}
.dhx_cal_event_clear.event_colorSW {
  color: #333 !important;
  font-size: 0.12rem !important;
  border-left: 3px solid #23d688 !important;
  background: #f1fff6 !important;
}
.dhx_cal_event.event_colorXX div,
.dhx_cal_event_line.event_colorXX {
  background: #fff8e3;
}
.dhx_cal_event_line.event_colorXX {
  border-left: 3px solid #ffc249 !important;
}
.dhx_cal_event.event_colorXX .my_event_body {
  border-top: 3px solid #ffc249;
  padding: 0 0.1rem 0.1rem;
  font-size: 0.12rem;
  line-height: 0.2rem;
  color: #333;
}
.dhx_cal_event.event_colorXX .my_event_body span {
  font-weight: bold;
}
.dhx_cal_event.event_colorXX .my_event_body .event_date {
  font-weight: normal;
}
.dhx_scheduler_day .dhx_cal_event.event_colorXX .my_event_body {
  border-top: none !important;
  border-left: 3px solid #ffc249;
}
.dhx_cal_event.dhx_cal_editor.event_colorXX {
  background: #fff8e3 !important;
}
.dhx_cal_event_clear.event_colorXX {
  color: #333 !important;
  font-size: 0.12rem !important;
  border-left: 3px solid #ffc249 !important;
  background: #fff8e3 !important;
  position: absolute;
}
.dhx_cal_event.event_colorRC div,
.dhx_cal_event_line.event_colorRC {
  background: #e8f6fc;
}
.dhx_cal_event_line.event_colorRC {
  border-left: 3px solid #44a4e9 !important;
}
.dhx_cal_event.event_colorRC .my_event_body {
  border-top: 3px solid #44a4e9;
  padding: 0 0.1rem 0.1rem;
  font-size: 0.12rem;
  line-height: 0.2rem;
  color: #333;
}
.dhx_cal_event.event_colorRC .my_event_body span {
  font-weight: bold;
}
.dhx_cal_event.event_colorRC .my_event_body .event_date {
  font-weight: normal;
}
.dhx_scheduler_day .dhx_cal_event.event_colorRC .my_event_body {
  border-top: none !important;
  border-left: 3px solid #44a4e9;
}
.dhx_cal_event.dhx_cal_editor.event_colorRC {
  background: #e8f6fc !important;
}
.dhx_cal_event_clear.event_colorRC {
  color: #333 !important;
  font-size: 0.12rem !important;
  border-left: 3px solid #44a4e9 !important;
  background: #e8f6fc !important;
}
.dhx_cal_event.event_colorTB div,
.dhx_cal_event_line.event_colorTB {
  background: #f5f0fb;
}
.dhx_cal_event_line.event_colorTB {
  border-left: 3px solid #ab73ee !important;
}
.dhx_cal_event.event_colorTB .my_event_body {
  border-top: 3px solid #ab73ee;
  padding: 0 0.1rem 0.1rem;
  font-size: 0.12rem;
  line-height: 0.2rem;
  color: #333;
}
.dhx_cal_event.event_colorTB .my_event_body span {
  font-weight: bold;
}
.dhx_cal_event.event_colorTB .my_event_body .event_date {
  font-weight: normal;
}
.dhx_scheduler_day .dhx_cal_event.event_colorTB .my_event_body {
  border-top: none !important;
  border-left: 3px solid #ab73ee;
}
.dhx_cal_event.dhx_cal_editor.event_colorTB {
  background: #f5f0fb;
}
.dhx_cal_event_clear.event_colorTB {
  color: #333 !important;
  font-size: 0.12rem !important;
  border-left: 3px solid #ab73ee !important;
  background: #f5f0fb !important;
}
.dhx_cal_event.event_colorSF div,
.dhx_cal_event_line.event_colorSF {
  background: #fff2f1;
}
.dhx_cal_event_line.event_colorSF {
  border-left: 3px solid #ff6466 !important;
}
.dhx_cal_event.event_colorSF .my_event_body {
  border-top: 3px solid #ff6466;
  padding: 0 0.1rem 0.1rem;
  font-size: 0.12rem;
  line-height: 0.2rem;
  color: #333;
}
.dhx_cal_event.event_colorSF .my_event_body span {
  font-weight: bold;
}
.dhx_cal_event.event_colorSF .my_event_body .event_date {
  font-weight: normal;
}
.dhx_scheduler_day .dhx_cal_event.event_colorSF .my_event_body {
  border-top: none !important;
  border-left: 3px solid #ff6466;
}
.dhx_cal_event.dhx_cal_editor.event_colorSF {
  background: #fff2f1;
}
.dhx_cal_event_clear.event_colorSF {
  color: #333 !important;
  font-size: 0.12rem !important;
  border-left: 3px solid #ff6466 !important;
  background: #fff2f1 !important;
}
.dhx_cal_tab {
  width: 0.45rem !important;
  height: 0.28rem !important;
  border: 1px solid #d9d9d9 !important;
  color: #808080;
  margin-left: 7.25rem;
  margin-top: 0.45rem;
}
.dhx_cal_tab.active {
  background-color: #397EF0 !important;
  border: 1px solid #397EF0 !important;
}
.dhx_cal_today_button {
  color: #397EF0 !important;
}
.dhx_scale_bar {
  line-height: 0.4rem !important;
}
.dhx_cal_navline {
  border-bottom: 1px solid #ddd !important;
}
.dhx_scheduler_month .dhx_cal_header {
  border-bottom: 1px solid #ddd !important;
}
.dhx_cal_header .dhx_scale_bar {
  border-left: 1px solid #ddd;
}
.dhx_cal_header .dhx_scale_bar:first-child {
  border-left: none !important;
}
.dhx_scheduler_week .dhx_cal_header .dhx_scale_bar:first-child {
  border-left: 1px solid #ddd !important;
}
.dhx_scale_holder {
  border-top: 1px solid #ddd !important;
}
.dhx_month_head {
  font-size: 0.14rem !important;
  color: #333 !important;
  text-align: left !important;
  line-height: 0.3rem !important;
  padding: 0 0.1rem !important;
}
.dhx_cal_light {
  border-radius: 10px;
  padding: 0.2rem 0.1rem;
}
.dhx_cal_light .dhx_title {
  color: #333;
  font-size: 0.14rem;
  font-weight: bold;
}
.dhx_cal_ltitle {
  background: #fff;
  border-bottom: none;
  border-radius: 10px;
}
.dhx_cal_larea {
  border-top: 1px solid #ddd;
}
.dhx_btn_set {
  font-size: 0.14rem;
  line-height: 0.36rem;
  border-radius: 4px;
}
.dhx_delete_btn_set {
  border: 1px solid #ffaa00;
  color: #ffaa00;
}
.dhx_delete_btn_set:hover {
  background: rgba(255, 170, 0, 0.1);
  border: 1px solid #ffaa00;
}
.dhx_save_btn_set {
  background: #0aabf5;
  border: 1px solid #0aabf5;
  color: #fff;
}
.dhx_cancel_btn_set {
  border: 1px solid #ddd;
  color: #999999;
}
.dhx_cancel_btn_set:hover {
  border: 1px solid #ddd;
  background: rgba(153, 153, 153, 0.1);
}
.ant-modal-header {
  border-radius: 10px 10px 0 0 !important;
}
.ant-modal-content {
  border-radius: 10px !important;
}
.ant-form-item {
  margin-bottom: 0.06rem !important;
}
.ant-form-item-label label {
  color: #999 !important;
}
.ant-input {
  background: white !important;
  border: 1px solid #D9D9D9 !important;
  color: #333 !important;
}
.ant-input:focus,
.ant-input:hover {
  z-index: auto!important;
  box-shadow: 0 0 0 0.02rem rgba(248, 248, 248, 0.2) !important;
}
.opertion {
  overflow: hidden;
  margin-top: 0.3rem;
}
.opertion .left {
  float: left;
}
.opertion .left .ant-btn {
  border-color: #ffaa00;
  color: #ffaa00;
}
.opertion .left .ant-btn:hover {
  background: rgba(255, 170, 0, 0.1);
}
.opertion .right {
  float: right;
}
.opertion .right .ant-btn {
  color: #999;
}
.opertion .right .ant-btn:hover,
.opertion .right .ant-btn:focus {
  background: #eee !important;
  border-color: #efeded !important;
}
.opertion .right .ant-btn-primary {
  background-color: #0aabf5 !important;
  border-color: #0aabf5 !important;
  color: #fff;
}
.opertion .right .ant-btn-primary:hover {
  background-color: rgba(10, 171, 245, 0.8) !important;
}
.dhx_cal_data {
  margin-right: -0.17rem;
}
.dhx_cal_data::-webkit-scrollbar {
  /*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/
  width: 0.1rem;
  height: 0.1rem;
}
.dhx_cal_data::-webkit-scrollbar-button {
  /*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/
  display: none;
}
.dhx_cal_data::-webkit-scrollbar-track {
  /*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/
  display: none;
}
.dhx_cal_data::-webkit-scrollbar-track-piece {
  /*内层轨道，滚动条中间部分（位置4）*/
  background: transparent;
}
.dhx_cal_data::-webkit-scrollbar-thumb {
  /*滚动条里面可以拖动的那部分（位置5）*/
  background: #ddd;
  border-radius: 10px;
}
.dhx_cal_data::-webkit-scrollbar-corner {
  /*边角（位置6）*/
  background: transparent;
}
.dhx_cal_data::-webkit-scrollbar-resizer {
  /*定义右下角拖动块的样式（位置7）*/
  background: transparent;
}
.dhx_cal_prev_button {
  left: 0.05rem;
}
.dhx_cal_next_button {
  left: 1.8rem;
}
.dhx_scheduler_week .dhx_cal_navline .dhx_cal_next_button {
  left: 4.56rem;
}
.dhx_scheduler_day .dhx_cal_navline .dhx_cal_next_button {
  left: 2.4rem;
}
.dhx_cal_event_clear:hover {
  display: block;
}
.dhx_minical_popup {
  height: 3.5rem;
  width: 3rem;
  transform: translateX(-10%);
  z-index: 999;
}
.dhx_mini_calendar .dhx_month_head {
  width: 0.38rem;
  height: 0.38rem;
}
.dhx_cal_navline .dhx_cal_date {
  text-align: left;
  left: 0.48rem;
  font-size: 0.24rem;
}
.dhx_scheduler_month .dhx_month_body {
  height: 1.2rem !important;
}
.dhx_month_link {
  margin-top: -1.38rem;
  margin-left: -0.1rem;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.src-assets-style-person--index-breadcrumb-2Ir0n {
  width: 2.19rem;
}
.src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-title-12zwk {
  height: 0.8rem;
}
.src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-title-12zwk > div {
  width: 33%;
  line-height: 0.8rem;
  display: inline-block;
  text-align: center;
}
.src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-title-12zwk .src-assets-style-person--index-group-2fsuk {
  text-align: right;
}
.src-assets-style-person--index-personPage-25lDM .ant-radio-button-wrapper-checked {
  border-color: #40a9ff;
  box-shadow: -1px 0 0 0 #40a9ff;
  color: #fff;
  background-color: #40a9ff;
}
.src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-mainBody-bDwSW {
  min-height: 6.75rem;
}
.src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-card1-2k08n {
  width: calc(33.33% - 0.25rem);
  display: inline-block;
  margin: 0px 0.125rem 0.25rem;
}
.src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-card2-sISQM {
  width: calc(66.66% - 0.25rem);
  margin: 0px 0.125rem 0.25rem;
  display: inline-block;
}
.src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-noPadding-2KBoZ .ant-card-body {
  padding: 0.24rem 0.1rem;
}
.src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-display-39eMu {
  display: none;
}
.src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-mainBody-bDwSW .ant-card-body {
  padding: 0px 0.32rem;
}
.src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-noPadding1-2fa6W .ant-card-body {
  padding: 0.05rem;
}
.src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-mainBody-bDwSW .ant-card-bordered {
  border-radius: 6px;
  /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);*/
}
.src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-mainBody-bDwSW .ant-card {
  width: 100%;
  height: 3.6rem;
  float: left;
}
.src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-mainBody-bDwSW .ant-card-head-title {
  font-weight: bold;
}
.src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-filter-QZ5tr > span:first-child {
  color: #999;
}
.src-assets-style-person--index-mainBody-bDwSW {
  /*************审批统计结束*************/
  /*************日程统计开始*************/
  /*************日程统计结束*************/
  /*************申请统计开始*************/
  /*************申请统计结束*************/
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-approvalLeft-T9TJJ,
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-approvalRight-1LQYR {
  display: inline-block;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-approvalLeft-T9TJJ {
  width: 40%;
  text-align: center;
  padding-top: 0.2rem;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-approvalRight-1LQYR {
  width: 60%;
  float: right;
  padding-top: 0.1rem;
  padding-left: 0.2rem;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-approvalRight-1LQYR > div {
  line-height: 0.32rem;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-approvalRight-1LQYR .src-assets-style-person--index-dot-1kLe- {
  height: 0.12rem;
  width: 0.12rem;
  display: inline-block;
  border-radius: 50%;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-approvalRight-1LQYR .src-assets-style-person--index-dotColor-1Wih3 {
  background: #397EF0;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-approvalRight-1LQYR .src-assets-style-person--index-dotGray-2AErA {
  background: #DBDBDB;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-approvalRight-1LQYR .src-assets-style-person--index-useTime-2c5fn {
  width: 100%;
  display: inline-block;
  /* margin-top: 20px;*/
  margin-left: 0.05rem;
  vertical-align: top;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-approvalRight-1LQYR .src-assets-style-person--index-useTime-2c5fn > span {
  display: block;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-approvalRight-1LQYR .src-assets-style-person--index-userTimeTitle-3HIG6 {
  font-weight: bold;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-approvalRight-1LQYR .src-assets-style-person--index-userTime1-27eKw {
  font-size: 0.35rem;
  color: #26d588;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-approvalRight-1LQYR .src-assets-style-person--index-userTime2-1xTtU {
  color: #999;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-approvalBottom-3ZcfA {
  height: 0.6rem;
  line-height: 0.6rem;
  color: #397EF0;
  text-align: center;
  font-weight: bold;
  font-size: 0.16rem;
  float: left;
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-approvalBottom-3ZcfA .src-assets-style-person--index-process-7WAOH {
  color: #F63E62;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-process-7WAOH {
  position: relative;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-process-7WAOH .src-assets-style-person--index-circleDiv-Z8XWa {
  position: absolute;
  width: 100%;
  height: 1.6rem;
  text-align: center;
  z-index: 2;
  top: 0px;
  left: 0px;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-process-7WAOH .src-assets-style-person--index-circleDiv-Z8XWa .src-assets-style-person--index-count-n2LfA {
  position: absolute;
  top: 0.4rem;
  font-size: 0.4rem;
  color: #397EF0;
  width: 100%;
  text-align: center;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-process-7WAOH .src-assets-style-person--index-circleDiv-Z8XWa .src-assets-style-person--index-info-1sn_r {
  position: absolute;
  font-size: 0.12rem;
  color: #999;
  top: 1rem;
  text-align: center;
  width: 100%;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-process-7WAOH .src-assets-style-person--index-circleSvg-3jJ26 {
  width: 1.6rem;
  height: 1.6rem;
  viewbox: 0 0 1.6rem 1.6rem;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-process-7WAOH .src-assets-style-person--index-circleSvg-3jJ26 circle {
  -webkit-transition: stroke-dasharray 0.25s;
  transition: stroke-dasharray 0.25s;
  stroke-width: 0.1rem;
  fill: none;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-process-7WAOH .src-assets-style-person--index-circleSvg-3jJ26 circle:last-child {
  transform: matrix(0, -1, 1, 0, 0, 1.6rem);
  stroke: #397EF0;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-process-7WAOH .src-assets-style-person--index-circleSvg-3jJ26 circle:first-child {
  stroke: #E1E6E3;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-scheduleCountE-3mrhX {
  padding-top: 0.2rem;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-scheduleCount-1fkwv {
  height: 1rem;
  width: 1rem;
  position: absolute;
  top: 54%;
  left: calc(40% - 0.52rem);
  text-align: center;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-applyLeft-1g65e {
  width: 5.2rem;
  display: inline-block;
  position: relative;
  left: -0.5rem;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-applyLeft-1g65e .src-assets-style-person--index-applyDoBottom-3y8rA {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  padding-right: 0.35rem;
  font-size: 0.14rem;
  text-align: center;
  font-weight: bold;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-applyCount-132ys {
  position: absolute;
  top: 42%;
  height: 1rem;
  width: 1rem;
  left: 1.9rem;
  text-align: center;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-applyCount-132ys h1 {
  color: #249ffd;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-applyRight-7hlLM {
  width: calc(100% - 5.2rem);
  max-width: 3rem;
  height: 2.5rem;
  padding-top: 0.24rem;
  position: absolute;
  right: 0.2rem;
  top: 0.6rem;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-applyRight-7hlLM > div {
  height: 0.75rem;
  width: 100%;
  margin-bottom: 0.1rem;
  padding-left: 0.17rem;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-applyRight-7hlLM span {
  display: inline-block;
  width: 100%;
  line-height: 0.3rem;
  height: 0.3rem;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-applyRight-7hlLM span.src-assets-style-person--index-number-1cvHu {
  font-weight: 700;
  font-size: 0.24rem;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-applyRight-7hlLM span.src-assets-style-person--index-title-12zwk {
  color: #CCCCCC;
  font-size: 0.14rem;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-applyRight-7hlLM > div:nth-child(1) {
  background: #f9f9f9 url(../../assets/images/swtj_01.png) no-repeat right;
  border-left: 5px solid #ff526f;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-applyRight-7hlLM > div:nth-child(1) .src-assets-style-person--index-number-1cvHu {
  color: #ff526f;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-applyRight-7hlLM > div:nth-child(2) {
  background: #f9f9f9 url(../../assets/images/swtj_02.png) no-repeat right;
  border-left: 5px solid #23d688;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-applyRight-7hlLM > div:nth-child(2) .src-assets-style-person--index-number-1cvHu {
  color: #23d688;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-applyRight-7hlLM > div:nth-child(3) {
  background: #f9f9f9 url(../../assets/images/swtj_03.png) no-repeat right;
  border-left: 5px solid #249ffe;
}
.src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-applyRight-7hlLM > div:nth-child(3) .src-assets-style-person--index-number-1cvHu {
  color: #249ffe;
}
.src-assets-style-person--index-newsSearch-3SqVk {
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.15rem;
}
.src-assets-style-person--index-newsSearch-3SqVk .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-person--index-newsSearch-3SqVk .anticon-search {
  position: absolute;
  left: 0.12rem;
  font-size: 0.12rem;
  line-height: 0.36rem;
  z-index: 2;
  color: #BFBFBF;
}
.src-assets-style-person--index-newsSearch-3SqVk .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-person--index-newsSearch-3SqVk .src-assets-style-person--index-searchDel-3Yli- {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  right: 0.58rem;
  top: 50%;
  margin-top: -0.16rem;
  font-size: 0.12rem;
  z-index: 2;
}
.src-assets-style-person--index-statusWidth-3HdmB {
  width: 100%;
}
.src-assets-style-person--index-conditionTitle-AfheC {
  color: #ADADAD;
  padding-right: 0.5rem;
  font-weight: normal;
}
.src-assets-style-person--index-overTime-18BWL,
.src-assets-style-person--index-unRead-35GQd {
  height: 0.2rem;
  padding: 0 0.04rem 0.02rem 0.04rem;
  margin: 0.02rem 0.1rem 0.02rem 0;
  display: inline-block;
  color: #fff;
  font-size: 0.14rem;
  line-height: 0.2rem;
  border-radius: 10px;
}
.src-assets-style-person--index-overTime-18BWL {
  background-color: #FE7167;
}
.src-assets-style-person--index-footerStyle-3A-R7 {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-person--index-pagingMargin1-TaMIj {
  margin-left: 0.11rem;
}
.src-assets-style-person--index-pagingMargin2-26ls5 {
  margin-left: 0.5rem;
}
.src-assets-style-person--index-pagingLeft-2in8H {
  display: inline-block;
  width: 90%;
}
.src-assets-style-person--index-pagingRight-2trF7 {
  display: inline-block;
  text-align: center;
  width: 10%;
}
.src-assets-style-person--index-pageingNotAllowed-2jfDk {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-person--index-pageingButton-2h5J8 {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-person--index-paginationStyle-2II30 {
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.3rem;
}
.src-assets-style-person--index-itemName-3I5Ki {
  font-size: 0.16rem;
  height: 0.16rem;
  color: #363636;
  font-weight: bold;
  margin-left: 0.11rem;
}
.src-assets-style-person--index-itemName1-2L4Hs {
  font-size: 0.16rem;
  height: 0.16rem;
  font-weight: bold;
  margin-left: 0.11rem;
}
.src-assets-style-person--index-userIcon-2nfyq {
  margin-right: 0.1rem;
  font-size: 0.2rem;
  cursor: pointer;
}
.src-assets-style-person--index-userIcon-2nfyq:hover {
  color: #007131;
}
.src-assets-style-person--index-fillIcon-1-3Mz {
  color: #f5bf50;
  font-size: 0.2rem;
  cursor: pointer;
}
.src-assets-style-person--index-itemRow-1m4ct {
  color: #ADADAD;
  font-size: 0.14rem;
  padding: 0.08rem 0 0 0.1rem;
}
.src-assets-style-person--index-itemRow-1m4ct span {
  border-right: solid 1px #e8e8e8;
  margin-right: 0.1rem;
  padding-right: 0.1rem;
  width: 2.5rem;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-person--index-itemRow-1m4ct span:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.src-assets-style-person--index-itemRowLeft-2nM2U {
  width: 90%;
  float: left;
  cursor: pointer;
}
.src-assets-style-person--index-itemRowLeft1-3oIFy {
  width: 90%;
  float: left;
}
.src-assets-style-person--index-partSelect-328lW {
  font-family: "iconfont" !important;
  font-size: 0.2rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  right: -0.07rem;
}
@media (min-width: 0px) {
  .src-assets-style-person--index-mainBody-bDwSW {
    /*.approvalRight{
      padding-left: 10px;
      .useTime{
        width: calc(~"50% - 5px");
      }
    }*/
  }
  .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-largeShow-5WU7x {
    display: none;
  }
  .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-smallShow-HQV5O {
    margin: 0 auto;
  }
  .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-process-7WAOH {
    padding-top: 0.2rem;
  }
  .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-process-7WAOH .src-assets-style-person--index-circleDiv-Z8XWa {
    height: 1.2rem;
  }
  .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-process-7WAOH .src-assets-style-person--index-circleDiv-Z8XWa .src-assets-style-person--index-count-n2LfA {
    position: absolute;
    top: 0.4rem;
  }
  .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-process-7WAOH .src-assets-style-person--index-circleDiv-Z8XWa .src-assets-style-person--index-info-1sn_r {
    top: 0.9rem;
  }
  .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-process-7WAOH .src-assets-style-person--index-circleSvg-3jJ26 {
    width: 1.2rem;
    height: 1.2rem;
    viewbox: 0 0 1.2rem 1.2rem;
  }
  .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-process-7WAOH .src-assets-style-person--index-circleSvg-3jJ26 circle:last-child {
    transform: matrix(0, -1, 1, 0, 0, 1.2rem);
  }
  .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-scheduleCount-1fkwv {
    left: calc(40% - 0.52rem);
  }
}
.src-assets-style-person--index-submit-2_Q5p {
  margin-left: 2rem;
}
.src-assets-style-person--index-card-a9N1f {
  height: auto;
  min-height: 7.8rem;
  /* float: left;*/
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 0.25rem;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
}
.src-assets-style-person--index-colorTags-18QrJ {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  margin: 0 0.05rem;
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.src-assets-style-person--index-colorTags-18QrJ .src-assets-style-person--index-tagInner-2ifc3 {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 5px;
  vertical-align: middle;
}
.src-assets-style-person--index-colorTags-18QrJ.src-assets-style-person--index-active-2Qqsf {
  border-color: #397ef0;
}
.src-assets-style-person--index-solidStyle-_JKSr {
  width: 100%;
  height: calc(200%);
}
.src-assets-style-person--index-solidStyle-_JKSr .ant-spin-dot {
  font-size: 0.32rem;
  width: 0.32rem;
  height: 0.32rem;
}
.src-assets-style-person--index-solidStyle-_JKSr .ant-spin-dot i {
  width: 0.14rem;
  height: 0.14rem;
}
.src-assets-style-person--index-loading-1_B7e {
  min-height: 7rem;
}
.src-assets-style-person--index-loading-1_B7e .ant-spin-dot {
  font-size: 0.32rem;
  width: 0.32rem;
  height: 0.32rem;
}
.src-assets-style-person--index-loading-1_B7e .ant-spin-dot i {
  width: 0.14rem;
  height: 0.14rem;
}
/*************** 红色主题 start***************/
.theme-red .src-assets-style-person--index-footerStyle-3A-R7 {
  background-color: #fffafb;
  color: #999999;
}
.theme-red .src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-title-12zwk .ant-radio-button-wrapper-checked {
  border-color: #9A001E;
  box-shadow: -1px 0 0 0 #9A001E;
  color: #fff;
  background-color: #9A001E;
}
.theme-red .src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-title-12zwk .ant-radio-button-wrapper:hover,
.theme-red .src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-title-12zwk .ant-radio-button-wrapper-focused {
  color: #F63E62;
}
.theme-red .src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-title-12zwk .ant-radio-button-wrapper-checked.ant-radio-button-wrapper:hover {
  color: #fff;
}
.theme-red .src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-mainBody-bDwSW .ant-card-head-title {
  color: #9A001E;
}
/*************** 红色主题 end***************/
/*************** 绿色主题 start***************/
.theme-green .src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-title-12zwk .ant-radio-button-wrapper-checked {
  border-color: #005825;
  box-shadow: -1px 0 0 0 #005825;
  color: #fff;
  background-color: #005825;
}
.theme-green .src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-title-12zwk .ant-radio-button-wrapper:hover,
.theme-green .src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-title-12zwk .ant-radio-button-wrapper-focused {
  color: #00a854;
}
.theme-green .src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-title-12zwk .ant-radio-button-wrapper-checked.ant-radio-button-wrapper:hover {
  color: #fff;
}
.theme-green .src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-mainBody-bDwSW .ant-card-head-title {
  color: #005825;
}
/*************** 绿色主题 end***************/
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-person--index-footerStyle-3A-R7 {
  background-color: #fafdff;
  color: #999999;
}
.theme-blue .src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-title-12zwk .ant-radio-button-wrapper-checked {
  border-color: #397EF0;
  box-shadow: -1px 0 0 0 #397EF0;
  color: #fff;
  background-color: #397EF0;
}
.theme-blue .src-assets-style-person--index-personPage-25lDM .src-assets-style-person--index-mainBody-bDwSW .ant-card-head-title {
  color: #397EF0;
}
.src-assets-style-person--index-textareagray-GZE9c {
  background-color: #EAEAEA !important;
}
.src-assets-style-person--index-textareawhite-3Cr4g {
  background-color: white !important;
}
/*************** 蓝色主题 end***************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-smaillShow-2nx0G {
    display: none;
  }
  .font-normal .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-applyLeft-1g65e {
    padding-left: 0.5rem;
  }
  .font-normal .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-applyCount-132ys {
    left: 2.4rem;
  }
  .font-normal .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-largeShow-5WU7x {
    display: block;
    margin: 0 auto;
  }
  .font-normal .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-process-7WAOH {
    padding-top: 0px;
  }
  .font-normal .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-process-7WAOH .src-assets-style-person--index-circleSvg-3jJ26 {
    width: 1.6rem;
    height: 1.6rem;
    viewbox: 0 0 1.6rem 1.6rem;
  }
  .font-normal .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-process-7WAOH .src-assets-style-person--index-circleSvg-3jJ26 circle:last-child {
    transform: matrix(0, -1, 1, 0, 0, 1.6rem);
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-smaillShow-2nx0G {
    display: none;
  }
  .font-large .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-applyLeft-1g65e {
    padding-left: 0.5rem;
  }
  .font-large .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-applyCount-132ys {
    left: 2.4rem;
  }
  .font-large .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-largeShow-5WU7x {
    display: block;
    margin: 0 auto;
  }
  .font-large .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-process-7WAOH {
    padding-top: 0px;
  }
  .font-large .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-process-7WAOH .src-assets-style-person--index-circleSvg-3jJ26 {
    width: 1.6rem;
    height: 1.6rem;
    viewbox: 0 0 1.6rem 1.6rem;
  }
  .font-large .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-process-7WAOH .src-assets-style-person--index-circleSvg-3jJ26 circle:last-child {
    transform: matrix(0, -1, 1, 0, 0, 1.6rem);
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-smaillShow-2nx0G {
    display: none;
  }
  .font-extraLarge .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-applyLeft-1g65e {
    padding-left: 0.5rem;
  }
  .font-extraLarge .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-applyCount-132ys {
    left: 2.4rem;
  }
  .font-extraLarge .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-largeShow-5WU7x {
    display: block;
    margin: 0 auto;
  }
  .font-extraLarge .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-process-7WAOH {
    padding-top: 0px;
  }
  .font-extraLarge .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-process-7WAOH .src-assets-style-person--index-circleSvg-3jJ26 {
    width: 1.6rem;
    height: 1.6rem;
    viewbox: 0 0 1.6rem 1.6rem;
  }
  .font-extraLarge .src-assets-style-person--index-mainBody-bDwSW .src-assets-style-person--index-process-7WAOH .src-assets-style-person--index-circleSvg-3jJ26 circle:last-child {
    transform: matrix(0, -1, 1, 0, 0, 1.6rem);
  }
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
/*************** 共用样式***************/
.src-assets-style-oaGroup--index-main-content-29zHI {
  min-height: 14.8rem !important;
}
.src-assets-style-oaGroup--index-bodyFixed-q-3ur {
  position: fixed;
  width: 100%;
}
.src-assets-style-oaGroup--index-overflow-2adgl {
  overflow: hidden;
}
.src-assets-style-oaGroup--index-fontGray-37h4W {
  color: #adadad;
}
.src-assets-style-oaGroup--index-fontLightBlack-2RxN0 {
  color: #808080;
}
.src-assets-style-oaGroup--index-fontLine-14hFP {
  color: #adadad;
  margin-left: 0.06rem;
}
.src-assets-style-oaGroup--index-mgt12-BgZi1 {
  margin-top: 0.12rem;
}
.src-assets-style-oaGroup--index-textCenter-2HRvx {
  text-align: center;
  color: #808080;
  cursor: pointer;
}
.src-assets-style-oaGroup--index-pdr5-3Zn2e {
  padding-right: 0.05rem;
}
.src-assets-style-oaGroup--index-fontSc-3xNQx {
  padding-right: 0.05rem;
  text-align: center;
  font-size: 0.28rem;
  color: #595959;
}
.src-assets-style-oaGroup--index-lineHeight-279Nz {
  line-height: 0.4rem;
  /*margin-left: -450px;*/
  width: 4rem;
}
/* 服务入口页面布局样式 */
.src-assets-style-oaGroup--index-flex-1TL9N {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-contentMain-1IjfU img {
  max-width: 100%;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-contentMain-1IjfU .ant-card-bordered {
  width: calc(100% - 2.28rem);
  display: inline-block;
  max-width: 100%;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-contentMain-1IjfU .ant-card-bordered .ant-card-body p {
  padding: 0px 0.32rem;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-contentMain-1IjfU .ant-card-bordered .ant-card-body img {
  max-width: 100%;
}
.src-assets-style-oaGroup--index-flex-1TL9N .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaGroup--index-flex-1TL9N .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaGroup--index-flex-1TL9N .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaGroup--index-flex-1TL9N .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-limitLength-155rx,
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-limitSplit-2CP0S {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-limitLength-155rx {
  width: 0.95rem;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-limitSplit-2CP0S {
  width: 0.2rem;
  text-align: center;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq {
  width: 3.87rem;
  overflow: hidden;
  float: right;
  margin-top: 0.25rem;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightTop-B92zK:hover {
  cursor: pointer;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightTop-B92zK:hover .src-assets-style-oaGroup--index-rightAffairsBox-3ZMZw .anticon {
  display: inline-block;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightTop-B92zK {
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  min-height: 4.05rem;
  background-color: white;
  border: 1px solid #e8e8e8;
  margin-bottom: 0.26rem;
  position: relative;
  /* 全部事务右边推荐事务 */
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightTop-B92zK .src-assets-style-oaGroup--index-rightAffairsBox-3ZMZw .anticon {
  display: none;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightTop-B92zK .src-assets-style-oaGroup--index-iconLeft-31XM3 {
  color: #D4D4D4;
  font-size: 0.25rem;
  position: absolute;
  left: 0.1rem;
  z-index: 2;
  top: 47%;
  transform: translateY(-50%);
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightTop-B92zK .src-assets-style-oaGroup--index-iconLeft-31XM3:hover {
  color: #AAAAAA;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightTop-B92zK .src-assets-style-oaGroup--index-iconRight-39ZFs {
  color: #D4D4D4;
  font-size: 0.25rem;
  position: absolute;
  right: 0.1rem;
  z-index: 2;
  top: 47%;
  transform: translateY(-50%);
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightTop-B92zK .src-assets-style-oaGroup--index-iconRight-39ZFs:hover {
  color: #AAAAAA;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightTop-B92zK .ant-card {
  position: static;
  color: #666666;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightTop-B92zK .src-assets-style-oaGroup--index-affairTitle-166AP .ant-card-body {
  padding: 0px;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightTop-B92zK .src-assets-style-oaGroup--index-affairTitle-166AP .ant-card-head {
  border-bottom: none;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightTop-B92zK .src-assets-style-oaGroup--index-affairTitle-166AP .ant-list-grid .ant-list-item {
  margin-bottom: 0;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightTop-B92zK .src-assets-style-oaGroup--index-affairTitle-166AP .ant-carousel .slick-dots {
  bottom: 0.35rem;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightTop-B92zK .src-assets-style-oaGroup--index-affairTitle-166AP .ant-carousel .slick-slider {
  position: static;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightTop-B92zK .src-assets-style-oaGroup--index-affairTitle-166AP .ant-carousel .slick-dots li.slick-active button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #1890ff;*/
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightTop-B92zK .src-assets-style-oaGroup--index-affairTitle-166AP .ant-carousel .slick-dots li button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #b8c4cc;*/
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightTop-B92zK .src-assets-style-oaGroup--index-affairTitle-166AP .src-assets-style-oaGroup--index-noDataIcon-3YHvq {
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightTop-B92zK .src-assets-style-oaGroup--index-affairTitle-166AP .src-assets-style-oaGroup--index-fontBlack-NPxLm {
  font-size: 0.18rem;
  font-weight: bold;
  color: #474747;
  line-height: 0.21rem;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightTop-B92zK .src-assets-style-oaGroup--index-affairTitle-166AP .src-assets-style-oaGroup--index-serviceCollectDivRelative-1VvDD {
  position: relative;
  text-align: center;
  /* .radiusDiv:hover{
             box-shadow: 0px 0px 10px 4px rgba(68, 126, 98, 0.35);


           }*/
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightTop-B92zK .src-assets-style-oaGroup--index-affairTitle-166AP .src-assets-style-oaGroup--index-serviceCollectDivRelative-1VvDD .src-assets-style-oaGroup--index-radiusDiv-3-8aV {
  /*border: 1px solid rgba(90, 137, 181, 0.33);*/
  background: #ffffff;
  height: 0.66rem;
  width: 0.66rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-radius: 33px;
  margin-bottom: 0.15rem;
  margin-left: 0.17rem;
  border-radius: 50%;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightTop-B92zK .src-assets-style-oaGroup--index-affairTitle-166AP .src-assets-style-oaGroup--index-serviceCollectDivRelative-1VvDD .src-assets-style-oaGroup--index-radiusDiv-3-8aV .src-assets-style-oaGroup--index-imageRadius-1tlSs {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightTop-B92zK .src-assets-style-oaGroup--index-affairTitle-166AP .src-assets-style-oaGroup--index-serviceCollectDivRelative-1VvDD .ant-card-body {
  padding: 0.11rem 0.07rem 0.18rem 0.09rem;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightTop-B92zK .src-assets-style-oaGroup--index-affairTitle-166AP .src-assets-style-oaGroup--index-serviceCollectDivRelative-1VvDD .ant-card-bordered {
  border: none;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightTop-B92zK .src-assets-style-oaGroup--index-affairTitle-166AP .src-assets-style-oaGroup--index-serviceCollectDivRelative-1VvDD .src-assets-style-oaGroup--index-textCenter-2HRvx {
  text-align: center;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-right-FXvfq .src-assets-style-oaGroup--index-rightBottom-b26Am {
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  background-color: white;
  min-height: 4.05rem;
  margin-top: 0.26rem;
  border: 1px solid #e8e8e8;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaGroup--index-collectRadiusDiv-3r17z {
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  height: 0.66rem;
  width: 0.66rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-radius: 33px;
  margin: 0 auto;
  box-shadow: 0px 0px 0.05rem rgba(0, 168, 84, 0.3);
  margin-bottom: 0.07rem;
  margin-top: 0.08rem;
}
.src-assets-style-oaGroup--index-optBackground-31uIn {
  background: #fff;
}
.src-assets-style-oaGroup--index-optBackground-31uIn a {
  color: #000;
}
.src-assets-style-oaGroup--index-optBackground-31uIn a:hover {
  color: #fff;
}
.src-assets-style-oaGroup--index-optName-Y7Oeh {
  width: 100%;
  height: 100%;
}
.src-assets-style-oaGroup--index-optImg-lV3n_ {
  margin-right: 0.1rem;
  width: 0.22rem;
  height: 0.22rem;
}
.src-assets-style-oaGroup--index-dropdownBox-xPi6y .ant-select-dropdown-menu-item:hover {
  background: #e6f7ff;
}
.src-assets-style-oaGroup--index-dropdownBox-xPi6y .ant-select-dropdown-menu-item:hover a {
  color: #397EF0;
}
.src-assets-style-oaGroup--index-dropdownBox-xPi6y .ant-select-dropdown-menu {
  overflow: hidden;
  max-height: none;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .ant-select .ant-select-selection {
  border: 1px solid rgba(0, 0, 0, 0);
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .src-assets-style-oaGroup--index-screenBtn-163Wj {
  cursor: pointer;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .src-assets-style-oaGroup--index-screenBtn-163Wj .ant-btn {
  border: none;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .src-assets-style-oaGroup--index-searchBox-2xsfW {
  width: 5.5rem;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .src-assets-style-oaGroup--index-searchBox-2xsfW input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .src-assets-style-oaGroup--index-sceneNav-qFw_y {
  display: inline-block;
  position: absolute;
  margin-left: 0.55rem;
  height: 0.24rem;
  margin-top: 0.06rem;
  cursor: pointer;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .src-assets-style-oaGroup--index-sceneNav-qFw_y span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: top;
  margin-top: 1px;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .src-assets-style-oaGroup--index-sceneNav-qFw_y .src-assets-style-oaGroup--index-sceneIcon-ZJa-Y {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .src-assets-style-oaGroup--index-searchList-3-U6T {
  line-height: 2;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .src-assets-style-oaGroup--index-searchList-3-U6T .ant-tag-checkable-checked {
  border-radius: 12px;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .src-assets-style-oaGroup--index-searchList-3-U6T .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .src-assets-style-oaGroup--index-searchList-3-U6T .src-assets-style-oaGroup--index-item-3tt_4 {
  width: calc(100% - 0.42rem);
  display: inline-block;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .src-assets-style-oaGroup--index-searchList-3-U6T .src-assets-style-oaGroup--index-all-3Qq77 {
  display: inline-block;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .src-assets-style-oaGroup--index-searchList-3-U6T .src-assets-style-oaGroup--index-all-3Qq77 .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .src-assets-style-oaGroup--index-searchList-3-U6T .src-assets-style-oaGroup--index-searchTitle-1qe6a {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .src-assets-style-oaGroup--index-searchList-3-U6T span {
  color: #808080;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .src-assets-style-oaGroup--index-searchList-3-U6T .src-assets-style-oaGroup--index-hideItem-3H-8W {
  display: inline-block;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .src-assets-style-oaGroup--index-searchList-3-U6T .src-assets-style-oaGroup--index-rightBtn-2lXdn {
  float: right;
  cursor: pointer;
  margin-top: 0.09rem;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .src-assets-style-oaGroup--index-searchList-3-U6T .ant-btn {
  border: none;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .theme-blue .ant-btn:hover,
.src-assets-style-oaGroup--index-searchContent-WjxjR .theme-blue .ant-btn:focus {
  color: #808080;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .ant-input-prefix {
  color: #cdcdcd;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaGroup--index-searchContent-WjxjR .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaGroup--index-cardFrame-nPXUE .src-assets-style-oaGroup--index-cardItem-3KJDA:hover {
  cursor: pointer;
  box-shadow: 0px 0px 0.1rem 0px rgba(3, 57, 107, 0.4);
  transition: all 0.5s;
}
.src-assets-style-oaGroup--index-cardFrame-nPXUE .src-assets-style-oaGroup--index-cardItem-3KJDA:hover button {
  display: block;
  position: absolute;
  right: 0.16rem;
  top: 0.17rem;
  z-index: 2;
  /* opacity: 0.65;*/
}
.src-assets-style-oaGroup--index-cardFrame-nPXUE .src-assets-style-oaGroup--index-cardItem-3KJDA:hover button:hover {
  opacity: 1;
}
.src-assets-style-oaGroup--index-cardFrame-nPXUE button {
  display: none;
}
.src-assets-style-oaGroup--index-cardFrame-nPXUE .src-assets-style-oaGroup--index-saveIco-3ebAI {
  width: 0.48rem;
  height: 0.48rem;
}
.src-assets-style-oaGroup--index-cardFrame-nPXUE .src-assets-style-oaGroup--index-iconTj-1I3tn {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: 1px;
  left: 0.06rem;
}
.src-assets-style-oaGroup--index-cardFrame-nPXUE .src-assets-style-oaGroup--index-tag-1e42L {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  height: 0.25rem;
  -webkit-box-orient: vertical;
  clear: both;
}
.src-assets-style-oaGroup--index-cardFrame-nPXUE .src-assets-style-oaGroup--index-tag-1e42L .src-assets-style-oaGroup--index-fontBlack-NPxLm {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaGroup--index-cardFrame-nPXUE .src-assets-style-oaGroup--index-comment-9upVp {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaGroup--index-cardFrame-nPXUE .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaGroup--index-cardFrame-nPXUE .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0px;
}
.src-assets-style-oaGroup--index-cardFrame-nPXUE .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaGroup--index-cardFrame-nPXUE .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaGroup--index-cardFrame-nPXUE .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaGroup--index-cardFrame-nPXUE .ant-list-item-meta-description {
  line-height: 0.25rem;
}
.src-assets-style-oaGroup--index-cardFrame-nPXUE .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaGroup--index-cardFrame-nPXUE a {
  color: #474747;
}
.src-assets-style-oaGroup--index-cardFrame-nPXUE a:hover {
  /*color: #1890ff;*/
  text-decoration: underline;
}
.src-assets-style-oaGroup--index-jian-1Xt-s {
  display: inline-flex;
  height: 0.31rem;
}
.src-assets-style-oaGroup--index-flex-1TL9N {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-applyContentTop-297XK {
  width: 100%;
  height: 1.8rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-applyContentTop-297XK .ant-list-item-main {
  display: inline-block;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-applyContentTop-297XK .ant-list-item-extra {
  float: right;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-applyContentTop-297XK .src-assets-style-oaGroup--index-comment-9upVp {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-applyContentTop-297XK .src-assets-style-oaGroup--index-saveIco-3ebAI {
  width: 0.48rem;
  height: 0.48rem;
  /*background: #23d688;*/
  /* border-radius: 50%;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-applyContentTop-297XK .src-assets-style-oaGroup--index-iconTj-1I3tn {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: -0.02rem;
  left: 0.06rem;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-applyContentTop-297XK .src-assets-style-oaGroup--index-tag-1e42L {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 0.26rem;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-applyContentTop-297XK .src-assets-style-oaGroup--index-tag-1e42L .src-assets-style-oaGroup--index-fontBlack-NPxLm {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-applyContentTop-297XK .src-assets-style-oaGroup--index-grade-19Zw5 {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  color: #808080;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-applyContentTop-297XK .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-applyContentTop-297XK .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0.03rem;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-applyContentTop-297XK .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-applyContentTop-297XK .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-applyContentTop-297XK .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-applyContentTop-297XK .ant-list-item-meta-description {
  line-height: 2;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-applyContentTop-297XK .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-applyContentTop-297XK .ant-card-bordered {
  border: none;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-applyContentTop-297XK .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-applyContentTop-297XK .ant-col-12 {
  width: 100%;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-applyContentTop-297XK .ant-card-bordered {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-applyContentTop-297XK .ant-card-wider-padding .ant-card-body {
  padding: 0.24rem 0px 0.15rem 0.24rem;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-applyContentTopTitle-2OfoD a {
  color: #474747;
  font-weight: bold;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-contenBottom-1DiqT {
  display: table;
  margin-top: 0.28rem;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-contenBottom-1DiqT .src-assets-style-oaGroup--index-userGuide-3nr1T {
  height: auto;
  min-height: 5.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
  position: relative;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-contenBottom-1DiqT .src-assets-style-oaGroup--index-userGuide-3nr1T .src-assets-style-oaGroup--index-rightAnchor-3vJEm {
  position: absolute;
  right: 0.35rem;
  top: 0.3rem;
  z-index: 999;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-contenBottom-1DiqT .src-assets-style-oaGroup--index-userGuide-3nr1T .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-contenBottom-1DiqT .src-assets-style-oaGroup--index-userGuide-3nr1T .ant-card-bordered {
  border: none;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-contenBottom-1DiqT .src-assets-style-oaGroup--index-userGuide-3nr1T .ant-card-head {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-contenBottom-1DiqT .src-assets-style-oaGroup--index-userGuide-3nr1T .ant-card-head-title {
  font-weight: bold;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-contenBottom-1DiqT .src-assets-style-oaGroup--index-userGuide-3nr1T .ant-list-split .ant-list-item {
  border-bottom: none;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-contenBottom-1DiqT .src-assets-style-oaGroup--index-userGuide-3nr1T .ant-list-split .ant-list-header {
  border-bottom: none;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-contenBottom-1DiqT .src-assets-style-oaGroup--index-userGuide-3nr1T .ant-list-item {
  padding: 0;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-contenBottom-1DiqT .src-assets-style-oaGroup--index-userGuide-3nr1T .ant-list-header,
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-contenBottom-1DiqT .src-assets-style-oaGroup--index-userGuide-3nr1T .ant-list-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-contenBottom-1DiqT .src-assets-style-oaGroup--index-userGuide-3nr1T .ant-anchor-ink-ball {
  width: 0.14rem;
  height: 0.14rem;
  border: 4px solid #1890ff;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-contenBottom-1DiqT .src-assets-style-oaGroup--index-userGuide-3nr1T .ant-anchor-wrapper {
  padding-left: 0.1rem;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-userEvaluation-2S9zo {
  height: auto;
  min-height: 5.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
  display: table-cell;
  width: 3rem;
  vertical-align: top;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-userEvaluation-2S9zo .src-assets-style-oaGroup--index-title-2LFaj {
  font-size: 0.16rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.21rem;
  margin: 0.18rem 0 0.3rem 0.08rem;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-userEvaluation-2S9zo .src-assets-style-oaGroup--index-evaluationDetails-ZffFc {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-userEvaluation-2S9zo .src-assets-style-oaGroup--index-evaluationDetails-ZffFc .src-assets-style-oaGroup--index-describe-Sd8Ng {
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-userEvaluation-2S9zo .src-assets-style-oaGroup--index-evaluationDetails-ZffFc .src-assets-style-oaGroup--index-userName-11AD9 {
  float: left;
  color: #010101;
}
.src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-userEvaluation-2S9zo .src-assets-style-oaGroup--index-evaluationDetails-ZffFc .src-assets-style-oaGroup--index-time-3S3-i {
  float: right;
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaGroup--index-conditionStyle-AzMBF {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-oaGroup--index-statusWidth-2P5yL {
  width: 30%;
  float: left;
  vertical-align: middle;
}
.src-assets-style-oaGroup--index-nullData-was6x {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-oaGroup--index-nullData-was6x .src-assets-style-oaGroup--index-message-3Z3fV {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-oaGroup--index-limitedTime-1X8-p {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.45rem;
  width: 0.5rem;
}
.src-assets-style-oaGroup--index-limitedTime-1X8-p .src-assets-style-oaGroup--index-backBorder-R_3_h {
  border-top: solid 40px #ff9900;
  border-right: solid 50px rgba(0, 0, 0, 0);
}
.src-assets-style-oaGroup--index-limitedTime-1X8-p .src-assets-style-oaGroup--index-inner-O4eJ2 {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: 1px;
  transform: rotate(45);
  transform: rotate;
  transform: rotate(-45deg);
}
.src-assets-style-oaGroup--index-limitedTimeLeft-28upR {
  position: absolute;
  top: 0px;
  left: -0.07rem;
  width: 0.5rem;
  height: 0.45rem;
}
.src-assets-style-oaGroup--index-limitedTimeLeft-28upR .src-assets-style-oaGroup--index-backBorder-R_3_h {
  border-top: solid 50px #ff9900;
  border-right: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-oaGroup--index-limitedTimeLeft-28upR .src-assets-style-oaGroup--index-inner-O4eJ2 {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: 1px;
  transform: rotate(45);
  transform: rotate;
  transform: rotate(-45deg);
}
.src-assets-style-oaGroup--index-usedSearch-rHJP- {
  float: right;
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.15rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaGroup--index-usedSearch-rHJP- .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-oaGroup--index-usedSearch-rHJP- .anticon-search {
  position: absolute;
  left: 0.12rem;
  font-size: 0.12rem;
  line-height: 0.36rem;
  z-index: 2;
  color: #BFBFBF;
}
.src-assets-style-oaGroup--index-usedSearch-rHJP- .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-oaGroup--index-usedSearch-rHJP- .src-assets-style-oaGroup--index-searchDel-TP4bu {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  right: 0.58rem;
  top: 50%;
  margin-top: -0.16rem;
  font-size: 0.12rem;
  z-index: 2;
}
.src-assets-style-oaGroup--index-menuText-1kdXZ {
  text-align: center;
}
.src-assets-style-oaGroup--index-selectColor-2eiqi {
  color: var(--themeColor);
}
.src-assets-style-oaGroup--index-footerStyle-1gHXN {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaGroup--index-pagingMargin1-2LGmN {
  margin-left: 0.11rem;
}
.src-assets-style-oaGroup--index-pagingMargin2-3j58l {
  margin-left: 0.5rem;
}
.src-assets-style-oaGroup--index-pagingLeft-37LZK {
  display: inline-block;
  width: 50%;
}
.src-assets-style-oaGroup--index-pagingRight-2wEZd {
  display: inline-block;
  text-align: right;
  padding-right: 0.1rem;
  width: 50%;
}
.src-assets-style-oaGroup--index-pageingButton-1g7qr {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-oaGroup--index-pageingNotAllowed-3gnWu {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-oaGroup--index-itemButton-5dbZu {
  margin-right: 0.1rem;
}
.src-assets-style-oaGroup--index-itemButton-5dbZu .src-assets-style-oaGroup--index-img-1o_3b {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-oaGroup--index-itemButton-5dbZu i {
  margin-right: 0.05rem;
}
.src-assets-style-oaGroup--index-breadcrumb-xKX5u {
  width: 3.5rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-oaGroup--index-breadcrumbItem-Z3Gvw {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-oaGroup--index-card-LxqwY {
  float: left;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 0.25rem;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
}
.src-assets-style-oaGroup--index-fixBotBarWrap-1anuk {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #F2F2F2;
  border-top: 1px solid #E1E6E3;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
}
.src-assets-style-oaGroup--index-fixBotBarWrap-1anuk .ant-btn {
  margin-top: 0.1rem;
}
.src-assets-style-oaGroup--index-addressSelect-2tbzs {
  margin-left: 0px;
  width: 6.2rem;
}
.src-assets-style-oaGroup--index-affairsCard_linkTitle-2RnJ5 {
  float: left;
  margin-right: 0.04rem;
}
.src-assets-style-oaGroup--index-fillIcon-7DbcU {
  color: #f5bf50;
  font-size: 0.2rem;
  cursor: pointer;
  margin-left: 0.1rem;
}
.src-assets-style-oaGroup--index-calendarMessage-F_BYn {
  width: 3rem;
  padding: 0px 0.1rem;
}
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaGroup--index-cardFrame-nPXUE .src-assets-style-oaGroup--index-cardItem-3KJDA:hover button {
  background-color: #70b470;
  border-color: #70b470;
}
.theme-green .src-assets-style-oaGroup--index-cardFrame-nPXUE .src-assets-style-oaGroup--index-cardItem-3KJDA:hover button:hover {
  background-color: #00a854;
  border-color: #00a854;
}
.theme-green .src-assets-style-oaGroup--index-detailsMain-2GKZs .src-assets-style-oaGroup--index-receiptDiv-2R0z4 {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #005825;
}
.theme-green .src-assets-style-oaGroup--index-detailsMain-2GKZs .src-assets-style-oaGroup--index-receiptContext-2RvdG {
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
/**************************** 绿色主题开始 ***************************/
/**************************** 红色主题开始 ***************************/
.theme-red .src-assets-style-oaGroup--index-detailsMain-2GKZs .src-assets-style-oaGroup--index-receiptDiv-2R0z4 {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #9A001E;
}
.theme-red .src-assets-style-oaGroup--index-detailsMain-2GKZs .src-assets-style-oaGroup--index-receiptContext-2RvdG {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-red .src-assets-style-oaGroup--index-selectColor-2eiqi {
  color: #F63E62;
}
.theme-red .src-assets-style-oaGroup--index-footerStyle-1gHXN {
  background-color: #fffafb;
}
.theme-red .src-assets-style-oaGroup--index-pageingButton-1g7qr {
  color: #F63E62;
}
.theme-red .src-assets-style-oaGroup--index-cardFrame-nPXUE .src-assets-style-oaGroup--index-cardItem-3KJDA:hover button {
  background-color: #F63E62;
  border-color: #F63E62;
}
.theme-red .src-assets-style-oaGroup--index-cardFrame-nPXUE .src-assets-style-oaGroup--index-cardItem-3KJDA:hover button:hover {
  background-color: #9A001E;
  border-color: #9A001E;
}
.theme-red .src-assets-style-oaGroup--index-searchContent-WjxjR .src-assets-style-oaGroup--index-searchList-3-U6T .ant-tag-checkable-checked {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-assets-style-oaGroup--index-searchContent-WjxjR .src-assets-style-oaGroup--index-searchList-3-U6T .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaGroup--index-pagination-2kHBy {
  box-shadow: 0px 0px 0.1rem 0px rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaGroup--index-pagination-2kHBy .src-assets-style-oaGroup--index-affairTotal-25yfj .src-assets-style-oaGroup--index-fontBlue-3mQS3 {
  color: #F63E62;
}
.theme-red .src-assets-style-oaGroup--index-activeLetter-3O1ho {
  background: #F63E62;
}
.theme-red .src-assets-style-oaGroup--index-letter-25I8U:hover {
  background: #F63E62;
}
.theme-red .src-assets-style-oaGroup--index-radiusDiv-3-8aV {
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaGroup--index-radiusDiv-3-8aV:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-oaGroup--index-affairTitle-166AP .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
.theme-red .src-assets-style-oaGroup--index-affairTitle-166AP .ant-carousel .slick-dots li button {
  background: rgba(255, 0, 0, 0.5);
}
.theme-red .src-assets-style-oaGroup--index-cardFrame-nPXUE a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaGroup--index-dropdownBox-xPi6y .ant-select-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-oaGroup--index-dropdownBox-xPi6y .ant-select-dropdown-menu-item:hover a {
  color: #F63E62;
}
.theme-red .src-assets-style-oaGroup--index-sceneNav-qFw_y span {
  color: #9A001E;
}
.theme-red .src-assets-style-oaGroup--index-sceneNav-qFw_y .src-assets-style-oaGroup--index-sceneIcon-ZJa-Y {
  background: url(../../assets/images/mapIcon_red.png) no-repeat center;
  background-size: cover;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-assets-style-oaGroup--index-detailsMain-2GKZs .src-assets-style-oaGroup--index-receiptDiv-2R0z4 {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #397EF0;
}
.theme-blue .src-assets-style-oaGroup--index-detailsMain-2GKZs .src-assets-style-oaGroup--index-receiptContext-2RvdG {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-blue .src-assets-style-oaGroup--index-selectColor-2eiqi {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaGroup--index-footerStyle-1gHXN {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-oaGroup--index-pageingButton-1g7qr {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaGroup--index-cardFrame-nPXUE .src-assets-style-oaGroup--index-cardItem-3KJDA:hover button {
  background-color: #71b8ef;
  border-color: #71b8ef;
}
.theme-blue .src-assets-style-oaGroup--index-cardFrame-nPXUE .src-assets-style-oaGroup--index-cardItem-3KJDA:hover button:hover {
  background-color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .src-assets-style-oaGroup--index-searchContent-WjxjR .src-assets-style-oaGroup--index-searchList-3-U6T .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #a2ceff;
}
.theme-blue .src-assets-style-oaGroup--index-searchContent-WjxjR .src-assets-style-oaGroup--index-searchList-3-U6T .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaGroup--index-pagination-2kHBy {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaGroup--index-pagination-2kHBy .src-assets-style-oaGroup--index-affairTotal-25yfj .src-assets-style-oaGroup--index-fontBlue-3mQS3 {
  color: #1890ff;
}
.theme-blue .src-assets-style-oaGroup--index-activeLetter-3O1ho {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaGroup--index-letter-25I8U:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaGroup--index-radiusDiv-3-8aV {
  border: 1px solid rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaGroup--index-radiusDiv-3-8aV:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-oaGroup--index-affairTitle-166AP .ant-carousel .slick-dots li.slick-active button {
  background: #1890ff;
}
.theme-blue .src-assets-style-oaGroup--index-affairTitle-166AP .ant-carousel .slick-dots li button {
  background: rgba(35, 145, 230, 0.7);
}
.theme-blue .src-assets-style-oaGroup--index-cardFrame-nPXUE a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaGroup--index-sceneNav-qFw_y span {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaGroup--index-sceneNav-qFw_y .src-assets-style-oaGroup--index-sceneIcon-ZJa-Y {
  background: url(../../assets/images/mapIcon_blue.png) no-repeat center;
  background-size: cover;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaGroup--index-searchContent-WjxjR .src-assets-style-oaGroup--index-searchList-3-U6T .ant-tag-checkable-checked {
  color: #1C9750;
  background: #E6FFF1;
  border-color: #1C9750;
}
.theme-green .src-assets-style-oaGroup--index-searchContent-WjxjR .src-assets-style-oaGroup--index-searchList-3-U6T .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1C9750;
}
.theme-green .src-assets-style-oaGroup--index-pagination-2kHBy {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-oaGroup--index-pagination-2kHBy .src-assets-style-oaGroup--index-affairTotal-25yfj .src-assets-style-oaGroup--index-fontBlue-3mQS3 {
  color: #1C9750;
}
.theme-green .src-assets-style-oaGroup--index-activeLetter-3O1ho {
  background: #1C9750;
}
.theme-green .src-assets-style-oaGroup--index-letter-25I8U:hover {
  background: #1C9750;
}
.theme-green .src-assets-style-oaGroup--index-radiusDiv-3-8aV:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(68, 126, 98, 0.35);
}
.theme-green .src-assets-style-oaGroup--index-radiusDiv-3-8aV {
  border: 1px solid rgba(87, 177, 134, 0.1);
}
.theme-green .src-assets-style-oaGroup--index-affairTitle-166AP .ant-carousel .slick-dots li.slick-active button {
  background: #1C9750;
}
.theme-green .src-assets-style-oaGroup--index-affairTitle-166AP .ant-carousel .slick-dots li button {
  background: rgba(10, 150, 50, 0.7);
}
.theme-green .src-assets-style-oaGroup--index-cardFrame-nPXUE a:hover {
  color: #00a854;
}
.theme-green .src-assets-style-oaGroup--index-dropdownBox-xPi6y .ant-select-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.theme-green .src-assets-style-oaGroup--index-dropdownBox-xPi6y .ant-select-dropdown-menu-item:hover a {
  color: #00a854;
}
.theme-green .src-assets-style-oaGroup--index-sceneNav-qFw_y span {
  color: #005825;
}
.theme-green .src-assets-style-oaGroup--index-sceneNav-qFw_y .src-assets-style-oaGroup--index-sceneIcon-ZJa-Y {
  background: url(../../assets/images/mapIcon_green.png) no-repeat center;
  background-size: cover;
}
.theme-green .src-assets-style-oaGroup--index-itemName-2hYiB {
  font-size: 0.16rem;
  height: 0.16rem;
  color: #363636;
  font-weight: bold;
  margin-left: 0.11rem;
}
.theme-green .src-assets-style-oaGroup--index-itemRow-2k-rP {
  color: #ADADAD;
  font-size: 0.14rem;
  padding: 0.08rem 0 0 0.1rem;
}
.theme-green .src-assets-style-oaGroup--index-itemRow-2k-rP span {
  border-right: solid 1px #e8e8e8;
  margin-right: 0.1rem;
  padding-right: 0.1rem;
  width: 2.5rem;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theme-green .src-assets-style-oaGroup--index-itemRow-2k-rP span:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
/**************************** 绿色主题结束 **************************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-left-1PDVb {
    border-radius: 6px;
    width: 100%;
  }
  .font-normal .src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-left-1PDVb .src-assets-style-oaGroup--index-leftBody-l3EJ2 .src-assets-style-oaGroup--index-leftService-3LPyT {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-left-1PDVb {
    width: 100%;
  }
  .font-normal .src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-left-1PDVb .src-assets-style-oaGroup--index-leftBody-l3EJ2 .src-assets-style-oaGroup--index-leftService-3LPyT {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-leftContent-311iq {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-leftContent-311iq {
    width: 100%;
  }
}
@media (max-height: 830px) {
  .font-normal .src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-leftContent-311iq .src-assets-style-oaGroup--index-AllLetter-GqsdK {
    bottom: 4.85rem;
  }
}
@media (min-height: 831px) {
  .font-normal .src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-leftContent-311iq .src-assets-style-oaGroup--index-AllLetter-GqsdK {
    top: 3.26rem;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-left-1PDVb {
    border-radius: 6px;
    width: 100%;
  }
  .font-large .src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-left-1PDVb .src-assets-style-oaGroup--index-leftBody-l3EJ2 .src-assets-style-oaGroup--index-leftService-3LPyT {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-left-1PDVb {
    width: 100%;
  }
  .font-large .src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-left-1PDVb .src-assets-style-oaGroup--index-leftBody-l3EJ2 .src-assets-style-oaGroup--index-leftService-3LPyT {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-leftContent-311iq {
    width: 100%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-leftContent-311iq {
    width: 100%;
  }
}
@media (max-height: 913px) {
  .font-large .src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-leftContent-311iq .src-assets-style-oaGroup--index-AllLetter-GqsdK {
    bottom: 4.85rem;
  }
}
@media (min-height: 914.1px) {
  .font-large .src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-leftContent-311iq .src-assets-style-oaGroup--index-AllLetter-GqsdK {
    top: 3.26rem;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-left-1PDVb {
    border-radius: 6px;
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-left-1PDVb .src-assets-style-oaGroup--index-leftBody-l3EJ2 .src-assets-style-oaGroup--index-leftService-3LPyT {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-left-1PDVb {
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-left-1PDVb .src-assets-style-oaGroup--index-leftBody-l3EJ2 .src-assets-style-oaGroup--index-leftService-3LPyT {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-leftContent-311iq {
    width: 100%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-leftContent-311iq {
    width: 100%;
  }
}
@media (max-height: 1037.5px) {
  .font-extraLarge .src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-leftContent-311iq .src-assets-style-oaGroup--index-AllLetter-GqsdK {
    bottom: 4.85rem;
  }
}
@media (min-height: 1038.75px) {
  .font-extraLarge .src-assets-style-oaGroup--index-flex-1TL9N .src-assets-style-oaGroup--index-leftContent-311iq .src-assets-style-oaGroup--index-AllLetter-GqsdK {
    top: 3.26rem;
  }
}
@media (min-width: 1600px) {
  .font-extraLarge .src-assets-style-oaGroup--index-flex-1TL9N .ant-col-xxl-8 {
    width: 50%;
  }
}
.src-assets-style-pentagon--index-polygonView-2yCwm {
  width: 4rem;
  height: 3rem;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
  /*background: green;*/
}
.src-assets-style-pentagon--index-polygonView-2yCwm .src-assets-style-pentagon--index-outer-vertex-point-1uP5D {
  z-index: 2;
  position: absolute;
}
.src-assets-style-pentagon--index-polygonView-2yCwm .src-assets-style-pentagon--index-outer-vertex-point-1uP5D:first-child .src-assets-style-pentagon--index-title-qlN3l {
  top: 0.6rem;
}
.src-assets-style-pentagon--index-polygonView-2yCwm .src-assets-style-pentagon--index-edge-3h59_ {
  z-index: 0;
  position: absolute;
  height: 1px;
  border-bottom: 1px dashed #ccc;
  cursor: pointer;
}
.src-assets-style-pentagon--index-polygonView-2yCwm .src-assets-style-pentagon--index-title-qlN3l {
  position: absolute;
  top: -0.26rem;
  font-size: 0.14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
  text-align: center;
}
.src-assets-style-pentagon--index-polygonView-2yCwm .src-assets-style-pentagon--index-icon-3A_OX {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 0px 0.1rem rgba(0, 88, 37, 0.1);
  cursor: pointer;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}
.src-assets-style-pentagon--index-polygonView-2yCwm .src-assets-style-pentagon--index-icon-3A_OX img {
  width: 0.4rem;
  height: 0.4rem;
}
.src-assets-style-pentagon--index-polygonView-2yCwm .src-assets-style-pentagon--index-badge-dnst8 {
  position: absolute;
  top: 0;
  right: 0;
  height: 0.2rem;
  line-height: 0.2rem;
  padding: 0 0.06rem;
  border-radius: 200px;
  font-weight: 700;
  background-color: #f00;
  color: #fff;
  font-size: 0.12rem;
}
@media (max-width: 1600px) {
  .font-normal .src-assets-style-pentagon--index-polygonView-2yCwm {
    position: relative;
    left: -0.65rem;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-pentagon--index-polygonView-2yCwm {
    position: relative;
    left: -0.15rem;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-pentagon--index-polygonView-2yCwm {
    position: relative;
    left: 0.4rem;
  }
}
@media (max-width: 1760px) {
  .font-large .src-assets-style-pentagon--index-polygonView-2yCwm {
    position: relative;
    left: -0.65rem;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-pentagon--index-polygonView-2yCwm {
    position: relative;
    left: -0.15rem;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-pentagon--index-polygonView-2yCwm {
    position: relative;
    left: 0.4rem;
  }
}
@media (max-width: 2000px) {
  .font-extraLarge .src-assets-style-pentagon--index-polygonView-2yCwm {
    position: relative;
    left: -0.65rem;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-pentagon--index-polygonView-2yCwm {
    position: relative;
    left: -0.15rem;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-pentagon--index-polygonView-2yCwm {
    position: relative;
    left: 0.4rem;
  }
}
.ly-sketchPicker .ly-sketchPicker-history {
  border-top: 1px solid #eeeeee;
  padding: 0.08rem 0px 0px 0.1rem;
}
.ly-sketchPicker .ly-sketchPicker-colors {
  margin-top: 0.08rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.ly-sketchPicker .icon-ly-sketchPicker-colorItem {
  margin: 0px 0.1rem 0.1rem 0px;
  width: 0.16rem;
  height: 0.16rem;
  cursor: pointer;
  position: relative;
  outline: none;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 1px inset;
}
.ly-sketchPicker .ly-sketchPicker-footer {
  padding: 0.06rem 0.1rem;
  text-align: right;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.src-app-page-person-entrust--index-btn-t3oTY {
  margin: 0.15rem 0;
}
.src-app-page-person-entrust--index-btn-t3oTY button {
  margin-right: 0.1rem;
}
.src-app-page-person-entrust--index-cardBox-1PJ5p {
  padding: 0.15rem 0.25rem 0.15rem 0;
}
.src-app-page-person-entrust--index-cardBox-1PJ5p img {
  width: 0.18rem;
  margin-right: 0.1rem;
}
.src-app-page-person-entrust--index-cardBox-1PJ5p .ant-card {
  border: 1px solid #e8e8e8;
}
.src-app-page-person-entrust--index-cardBox-1PJ5p .ant-card-body {
  padding: 0;
}
.src-app-page-person-entrust--index-cardBox-1PJ5p .ant-card-head {
  padding: 0 0.16rem;
}
.src-app-page-person-entrust--index-cardBox-1PJ5p .ant-card-head-title {
  padding: 0.1rem 0;
}
.src-app-page-person-entrust--index-cardBox-1PJ5p .ant-divider-horizontal {
  margin: 0.15rem 0;
}
.src-app-page-person-entrust--index-cardBox-1PJ5p .src-app-page-person-entrust--index-itemBody-1zZjY {
  padding: 0.1rem 0.16rem;
  line-height: 0.28rem;
}
.src-app-page-person-entrust--index-cardBox-1PJ5p .src-app-page-person-entrust--index-itemBody-1zZjY .src-app-page-person-entrust--index-title-3t4wp {
  font-size: 0.16rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000d9;
}
.src-app-page-person-entrust--index-cardBox-1PJ5p .src-app-page-person-entrust--index-itemBody-1zZjY .src-app-page-person-entrust--index-affairName-3IGMQ {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.src-app-page-person-entrust--index-cardBox-1PJ5p .src-app-page-person-entrust--index-itemBody-1zZjY .src-app-page-person-entrust--index-affairName-3IGMQ .src-app-page-person-entrust--index-item-2sdOg {
  border-radius: 16px;
}
.src-app-page-person-entrust--index-cardBox-1PJ5p .src-app-page-person-entrust--index-itemBody-1zZjY .src-app-page-person-entrust--index-num1-3974h {
  margin-right: 0.25rem;
  color: #23D688;
}
.src-app-page-person-entrust--index-cardBox-1PJ5p .src-app-page-person-entrust--index-itemBody-1zZjY .src-app-page-person-entrust--index-num2-2eUtg {
  color: #397EF0;
}
.src-app-page-person-entrust--index-cardBox-1PJ5p .src-app-page-person-entrust--index-footerBtn-VHor7 {
  text-align: center;
  padding: 0.1rem 0;
  background: #F0F2F5;
}
.src-app-page-person-entrust--index-cardBox-1PJ5p .src-app-page-person-entrust--index-footerBtn-VHor7 .src-app-page-person-entrust--index-btnItem-1w8Yh {
  border-right: 1px solid #00000026;
  cursor: pointer;
}
.src-app-page-person-entrust--index-cardBox-1PJ5p .src-app-page-person-entrust--index-footerBtn-VHor7 .src-app-page-person-entrust--index-btnItem-1w8Yh:nth-child(3) {
  border-right: none;
}
.src-app-page-person-entrust--index-cardBox-1PJ5p .src-app-page-person-entrust--index-footerBtn-VHor7 .src-app-page-person-entrust--index-btnItem-1w8Yh span {
  vertical-align: middle;
}
.src-app-page-person-entrust--index-pagination-3nGCY {
  margin-top: 0.4rem;
  text-align: center;
}
.src-app-page-person-entrust--index-entrusting-6DZfF {
  color: #397EF0 !important;
  background: #E7F0FD !important;
  border: 1px solid #397EF0 !important;
}
.src-app-page-person-entrust--index-stopped-1ALpL {
  color: #FF4D4F !important;
  background: #FFF1F0 !important;
  border: 1px solid #FF4D4F !important;
}
.src-app-page-person-entrust--index-name-24KcD {
  font-size: 0.16rem;
  font-weight: bold;
  color: #000000d9 !important;
}
.src-app-page-person-entrust--index-tag-lCGTc {
  max-width: 1.65rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.05rem;
  border-radius: 16px !important;
}
.src-app-page-person-entrust--index-detail-39xLc img {
  width: 0.18rem;
  margin-right: 0.1rem;
}
.src-app-page-person-entrust--index-detail-39xLc .src-app-page-person-entrust--index-user-2gdp4 {
  width: 100%;
  margin: 0.25rem 0 0.05rem;
  padding: 0.16rem;
  line-height: 0.32rem;
  border-radius: 4px;
}
.src-app-page-person-entrust--index-detail-39xLc .src-app-page-person-entrust--index-user-2gdp4 button {
  float: right;
  padding: 0 18;
}
.src-app-page-person-entrust--index-detail-39xLc .src-app-page-person-entrust--index-filterData-NqKpG {
  line-height: 0.4rem;
}
.src-app-page-person-entrust--index-detail-39xLc .src-app-page-person-entrust--index-filterData-NqKpG .ant-divider-horizontal {
  margin: 0.12rem 0;
}
.src-app-page-person-entrust--index-detail-39xLc .src-app-page-person-entrust--index-filterData-NqKpG .ant-tag {
  cursor: pointer;
}
.src-app-page-person-entrust--index-detail-39xLc .src-app-page-person-entrust--index-filterData-NqKpG .ant-tag-checkable-checked {
  border-radius: 16px;
}
.src-app-page-person-entrust--index-detail-39xLc .src-app-page-person-entrust--index-filterData-NqKpG .ant-select {
  width: 1.5rem;
}
.src-app-page-person-entrust--index-detail-39xLc .src-app-page-person-entrust--index-filterData-NqKpG .src-app-page-person-entrust--index-tagItem-fRRE_ {
  max-width: 1rem;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.src-app-page-person-entrust--index-detail-39xLc .src-app-page-person-entrust--index-filterData-NqKpG .src-app-page-person-entrust--index-closeTag-2UQRp {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.src-app-page-person-entrust--index-detail-39xLc .src-app-page-person-entrust--index-filterData-NqKpG .src-app-page-person-entrust--index-selectFiter-3cYce {
  margin-right: 0.3rem;
}
.src-app-page-person-entrust--index-detail-39xLc .src-app-page-person-entrust--index-content-UCwgr .ant-descriptions-title {
  margin-bottom: 0.05rem;
}
.src-app-page-person-entrust--index-detail-39xLc .src-app-page-person-entrust--index-content-UCwgr .ant-descriptions-row > td {
  padding: 0.1rem 0 0.02rem;
  padding-bottom: 0;
}
.src-app-page-person-entrust--index-detail-39xLc .src-app-page-person-entrust--index-content-UCwgr .ant-descriptions-item > span {
  vertical-align: middle;
}
.src-app-page-person-entrust--index-detail-39xLc .src-app-page-person-entrust--index-content-UCwgr .src-app-page-person-entrust--index-entrustItem-1f7_g {
  position: relative;
  margin: 0 0.03rem;
  padding: 0.15rem 0.05rem;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
  transition: all 0.5s;
}
.src-app-page-person-entrust--index-detail-39xLc .src-app-page-person-entrust--index-content-UCwgr .src-app-page-person-entrust--index-entrustItem-1f7_g:hover {
  box-shadow: 0px 0px 0.08rem 0.02rem #397ef040;
  border-radius: 4px;
}
.src-app-page-person-entrust--index-detail-39xLc .src-app-page-person-entrust--index-content-UCwgr .src-app-page-person-entrust--index-entrustItem-1f7_g .src-app-page-person-entrust--index-deleteImg-1N-2Q {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.1rem;
}
.src-app-page-person-entrust--index-detail-39xLc .src-app-page-person-entrust--index-content-UCwgr .src-app-page-person-entrust--index-entrustItem-1f7_g .src-app-page-person-entrust--index-deleteImg-1N-2Q span {
  vertical-align: middle;
}
.src-app-page-person-entrust--index-detail-39xLc .src-app-page-person-entrust--index-content-UCwgr .src-app-page-person-entrust--index-entrustItem-1f7_g .src-app-page-person-entrust--index-itemTiltle-20Da7 {
  vertical-align: middle;
}
.src-app-page-person-entrust--index-detail-39xLc .src-app-page-person-entrust--index-content-UCwgr .src-app-page-person-entrust--index-entrustItem-1f7_g .src-app-page-person-entrust--index-itemTiltle-20Da7 span {
  margin-right: 0.1rem;
  color: #397EF0;
}
/**************************** 红色主题开始 ***************************/
.theme-red .src-app-page-person-entrust--index-filterData-NqKpG .ant-tag-checkable-checked {
  color: #9A001E;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-app-page-person-entrust--index-filterData-NqKpG .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #9A001E;
}
.theme-red .src-app-page-person-entrust--index-tabsBtn-9dn3Q .ant-radio-button-wrapper-checked {
  border: none;
  color: #fff !important;
  box-shadow: none;
  background: #9A001E !important;
}
.theme-red .src-app-page-person-entrust--index-tabsBtn-9dn3Q .ant-radio-button-wrapper:hover {
  color: #9A001E !important;
}
.theme-red .src-app-page-person-entrust--index-tabsBtn-9dn3Q .ant-radio-button-wrapper-checked:hover {
  color: #fff;
}
.theme-red .src-app-page-person-entrust--index-affairName-3IGMQ .src-app-page-person-entrust--index-item-2sdOg {
  color: #9A001E;
  background: #fff1f0;
  border: 1px solid #ffcfd8;
}
.theme-red .src-app-page-person-entrust--index-tag-lCGTc {
  color: #9A001E !important;
  background: #fff1f0 !important;
  border: 1px solid #9A001E;
}
.theme-red .src-app-page-person-entrust--index-user-2gdp4 {
  background: #fff1f0;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-app-page-person-entrust--index-filterData-NqKpG .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #c4e5ff;
}
.theme-blue .src-app-page-person-entrust--index-filterData-NqKpG .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-app-page-person-entrust--index-tabsBtn-9dn3Q .ant-radio-button-wrapper-checked {
  border: none;
  color: #fff !important;
  box-shadow: none;
  background: #397EF0 !important;
}
.theme-blue .src-app-page-person-entrust--index-tabsBtn-9dn3Q .ant-radio-button-wrapper:hover {
  color: #397EF0 !important;
}
.theme-blue .src-app-page-person-entrust--index-tabsBtn-9dn3Q .ant-radio-button-wrapper-checked:hover {
  color: #fff;
}
.theme-blue .src-app-page-person-entrust--index-affairName-3IGMQ .src-app-page-person-entrust--index-item-2sdOg {
  color: #397EF0;
  background: #e6f7ff;
  border: 1px solid #c4e5ff;
}
.theme-blue .src-app-page-person-entrust--index-tag-lCGTc {
  color: #397EF0 !important;
  background: #e6f7ff !important;
  border: 1px solid #397EF0;
}
.theme-blue .src-app-page-person-entrust--index-user-2gdp4 {
  background: #e6f7ff;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-app-page-person-entrust--index-filterData-NqKpG .ant-tag-checkable-checked {
  color: #005825;
  background: #E6FFF1;
  border-color: #62b68e;
}
.theme-green .src-app-page-person-entrust--index-filterData-NqKpG .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #005825;
}
.theme-green .src-app-page-person-entrust--index-tabsBtn-9dn3Q .ant-radio-button-wrapper-checked {
  border: none;
  color: #fff !important;
  box-shadow: none;
  background: #005825 !important;
}
.theme-green .src-app-page-person-entrust--index-tabsBtn-9dn3Q .ant-radio-button-wrapper:hover {
  color: #005825 !important;
}
.theme-green .src-app-page-person-entrust--index-tabsBtn-9dn3Q .ant-radio-button-wrapper-checked:hover {
  color: #fff;
}
.theme-green .src-app-page-person-entrust--index-affairName-3IGMQ .src-app-page-person-entrust--index-item-2sdOg {
  color: #005825;
  background: #E6FFF1;
  border: 1px solid #62b68e;
}
.theme-green .src-app-page-person-entrust--index-tag-lCGTc {
  color: #005825 !important;
  background: #E6FFF1 !important;
  border: 1px solid #005825;
}
.theme-green .src-app-page-person-entrust--index-user-2gdp4 {
  background: #E6FFF1;
}
/**************************** 绿色主题结束 **************************/
/**************************** 自定义主题开始 ***************************/
.theme-custom .src-app-page-person-entrust--index-filterData-NqKpG .ant-tag-checkable-checked {
  color: var(--themeColor);
  background: var(--themeColorBg);
  border-color: var(--themeColor1);
}
.theme-custom .src-app-page-person-entrust--index-filterData-NqKpG .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: var(--themeColor);
}
.theme-custom .src-app-page-person-entrust--index-affairName-3IGMQ .src-app-page-person-entrust--index-item-2sdOg {
  color: var(--themeColor);
  background: var(--themeColorBg);
  border: 1px solid var(--themeColor1);
}
.theme-custom .src-app-page-person-entrust--index-tag-lCGTc {
  color: var(--themeColor) !important;
  background: var(--themeColorBg) !important;
  border: 1px solid var(--themeColor1);
}
.theme-custom .src-app-page-person-entrust--index-user-2gdp4 {
  background: #E6FFF1;
}
/**************************** 自定义主题结束 **************************/
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.src-assets-style-feedback--index-feedback-2kLE3 .src-assets-style-feedback--index-breadcrumb-2mDHz {
  width: 2.19rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-feedback--index-feedback-2kLE3 .src-assets-style-feedback--index-breadcrumbItem-fBRH9 {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-feedback--index-feedback-2kLE3 .src-assets-style-feedback--index-mainContent-2XA9V {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 0.1rem rgba(0, 88, 37, 0.1);
  margin-bottom: 0.2rem;
  /*padding-right: 30px;*/
  min-height: 7.97rem;
  padding: 0.3rem;
}
.src-assets-style-feedback--index-feedback-2kLE3 .src-assets-style-feedback--index-mainContent-2XA9V .src-assets-style-feedback--index-timeRange-1c_hs {
  margin-bottom: 0.1rem;
}
.src-assets-style-feedback--index-feedback-2kLE3 .src-assets-style-feedback--index-mainContent-2XA9V .src-assets-style-feedback--index-pagination-3a_-0 {
  margin: 0.4rem 0px 0.2rem;
  text-align: center;
}
.src-assets-style-feedback--index-feedback-2kLE3 .src-assets-style-feedback--index-mainContent-2XA9V .src-assets-style-feedback--index-spin-1u0s5 {
  min-height: 6rem;
}
.src-assets-style-feedback--index-feedback-2kLE3 .src-assets-style-feedback--index-mainContent-2XA9V .ant-select-dropdown-menu-item:hover {
  background: green;
}
.src-assets-style-feedback--index-loading-_wUSB {
  width: 100%;
  height: 100%;
  margin-top: 3.5rem;
}
.src-assets-style-feedback--index-itemFeedback-2vlmm {
  border-bottom: 1px dashed #cccccc;
  padding-top: 0.1rem;
}
.src-assets-style-feedback--index-itemFeedback-2vlmm .src-assets-style-feedback--index-feedbackTime-2kQYb {
  width: 100%;
  line-height: 0.4rem;
  font-size: 0.12rem;
  color: #999999;
}
.src-assets-style-feedback--index-itemFeedback-2vlmm .src-assets-style-feedback--index-images-g14E6 {
  width: 100%;
  margin-top: 0.1rem;
}
.src-assets-style-feedback--index-itemFeedback-2vlmm .src-assets-style-feedback--index-images-g14E6 img {
  height: 0.4rem;
  margin-right: 0.05rem;
  cursor: pointer;
}
.src-assets-style-feedback--index-mask-2inhr {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
  text-align: center;
  z-index: 1002;
}
.src-assets-style-feedback--index-mask-2inhr .src-assets-style-feedback--index-prevStep-3pS9K,
.src-assets-style-feedback--index-mask-2inhr .src-assets-style-feedback--index-nextStep-3x6Ms {
  width: 50%;
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0px;
}
.src-assets-style-feedback--index-mask-2inhr .src-assets-style-feedback--index-prevStep-3pS9K {
  left: 0px;
  cursor: url(../../assets/images/pic-left-arrow.png), auto;
}
.src-assets-style-feedback--index-mask-2inhr .src-assets-style-feedback--index-nextStep-3x6Ms {
  right: 0px;
  cursor: url(../../assets/images/pic-right-arrow.png), auto;
}
.src-assets-style-feedback--index-mask-2inhr i.src-assets-style-feedback--index-close-2heDT {
  color: #ffffff;
  font-size: 0.24rem;
  position: absolute;
  right: 0.3rem;
  top: 0.2rem;
  padding: 0.2rem;
}
.src-assets-style-feedback--index-mask-2inhr i.src-assets-style-feedback--index-close-2heDT :hover {
  cursor: pointer;
}
.src-assets-style-feedback--index-mask-2inhr .src-assets-style-feedback--index-fullScreen-3OUkC {
  position: relative;
}
.src-assets-style-feedback--index-mask-2inhr .src-assets-style-feedback--index-fullScreen-3OUkC .src-assets-style-feedback--index-info-3wv4M {
  width: 1.5rem;
  background: rgba(0, 0, 0, 0.65);
  padding: 0.07rem 0.05rem;
  border-radius: 4px;
  position: absolute;
  top: calc(50% - 0.12rem);
  right: calc(50% - 0.75rem);
  color: #FFFFFF;
  font-size: 0.14rem;
  text-align: center;
}
.src-assets-style-feedback--index-mask-2inhr .src-assets-style-feedback--index-fullScreen-3OUkC .src-assets-style-feedback--index-hidden-VckvM {
  opacity: 0;
}
.src-assets-style-feedback--index-mask-2inhr .src-assets-style-feedback--index-fullScreen-3OUkC .src-assets-style-feedback--index-show-195bE {
  animation: src-assets-style-feedback--index-showHidden-2sIbW 1.5s forwards;
}
.src-assets-style-feedback--index-mask-2inhr img {
  max-width: 85%;
  max-height: 85%;
}
/*************** 红色主题 start***************/
.theme-red .src-assets-style-feedback--index-itemFeedback-2vlmm:hover {
  background-color: #fff1f0;
}
/*************** 红色主题 end***************/
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-feedback--index-itemFeedback-2vlmm:hover {
  background-color: #e6f7ff;
}
/*************** 蓝色主题 end***************/
.src-assets-style-feedback--index-itemFeedback-2vlmm:hover {
  background-color: #F5FDF8 ;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.src-assets-style-evaluate--index-link-3Jyv7 .src-assets-style-evaluate--index-breadcrumb-3SMAi {
  /*display: inline-block;*/
  height: 0.55rem;
  line-height: 0.55rem;
}
.src-assets-style-evaluate--index-link-3Jyv7 .src-assets-style-evaluate--index-breadcrumb-3SMAi .src-assets-style-evaluate--index-evaluate-2gYgN {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-evaluate--index-link-3Jyv7 .src-assets-style-evaluate--index-breadcrumb-3SMAi .src-assets-style-evaluate--index-breadcrumbItem-2RNpo {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-evaluate--index-link-3Jyv7 .src-assets-style-evaluate--index-breadcrumb-3SMAi .ant-breadcrumb {
  height: 0.55rem;
  line-height: 0.55rem;
}
.src-assets-style-evaluate--index-link-3Jyv7 .src-assets-style-evaluate--index-breadcrumb-3SMAi breadcrumbItem {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-evaluate--index-breadcrumb-3SMAi {
  /*display: inline-block;*/
  height: 0.55rem;
  line-height: 0.55rem;
}
.src-assets-style-evaluate--index-breadcrumb-3SMAi .src-assets-style-evaluate--index-evaluate-2gYgN {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-evaluate--index-breadcrumb-3SMAi .src-assets-style-evaluate--index-breadcrumbItem-2RNpo {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-evaluate--index-breadcrumb-3SMAi .ant-breadcrumb {
  height: 0.55rem;
  line-height: 0.55rem;
}
.src-assets-style-evaluate--index-breadcrumb-3SMAi breadcrumbItem {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-evaluate--index-loading-ZKX0t {
  width: 100%;
  height: 100%;
}
.src-assets-style-evaluate--index-content-1O6oE {
  position: relative;
  border: 1px solid #eeeeee;
  padding: 0.1rem 0.2rem;
  margin-bottom: 0.2rem;
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 0.02rem rgba(0, 0, 0, 0.34901961);
}
.src-assets-style-evaluate--index-content-1O6oE .src-assets-style-evaluate--index-top-9AtN4 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.1rem;
  text-align: right;
  font-family: 'Arial Normal', 'Arial';
  font-weight: 400;
  font-style: normal;
  height: 0.56rem;
  line-height: 0.56rem;
  padding-right: 0.05rem;
  color: #333333;
}
.src-assets-style-evaluate--index-content-1O6oE .src-assets-style-evaluate--index-top-9AtN4 span {
  margin-right: 0.1rem;
}
.src-assets-style-evaluate--index-content-1O6oE .src-assets-style-evaluate--index-mainContent-3-api {
  padding: 0.2rem 0;
}
.src-assets-style-evaluate--index-content-1O6oE .src-assets-style-evaluate--index-mainContent-3-api .src-assets-style-evaluate--index-btn--Auov {
  margin-bottom: 0.2rem;
}
.src-assets-style-evaluate--index-content-1O6oE .src-assets-style-evaluate--index-mainContent-3-api .src-assets-style-evaluate--index-btn--Auov .src-assets-style-evaluate--index-affairName-2ouFg {
  width: 2rem;
  border-color: #cccccc;
  border-radius: 8px;
  margin-right: 0.2rem;
}
.src-assets-style-evaluate--index-content-1O6oE .src-assets-style-evaluate--index-mainContent-3-api .src-assets-style-evaluate--index-btn--Auov .src-assets-style-evaluate--index-affairName-2ouFg .ant-input-prefix {
  color: #cccccc;
}
.src-assets-style-evaluate--index-content-1O6oE .src-assets-style-evaluate--index-mainContent-3-api .src-assets-style-evaluate--index-btn--Auov .src-assets-style-evaluate--index-select-2QZD0 {
  width: 1.5rem;
  margin-right: 0.2rem;
}
.src-assets-style-evaluate--index-content-1O6oE .src-assets-style-evaluate--index-mainContent-3-api .src-assets-style-evaluate--index-btn--Auov .src-assets-style-evaluate--index-query-1y_HC {
  margin-right: 0.2rem;
}
.src-assets-style-evaluate--index-content-1O6oE .src-assets-style-evaluate--index-mainContent-3-api .src-assets-style-evaluate--index-list-31sTH {
  width: 100%;
}
.src-assets-style-evaluate--index-content-1O6oE .src-assets-style-evaluate--index-mainContent-3-api .src-assets-style-evaluate--index-list-31sTH .src-assets-style-evaluate--index-li-3xueS {
  display: flex;
  padding: 0.2rem;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 0.1rem;
}
.src-assets-style-evaluate--index-content-1O6oE .src-assets-style-evaluate--index-mainContent-3-api .src-assets-style-evaluate--index-list-31sTH .src-assets-style-evaluate--index-li-3xueS:hover {
  background: #F5FDF8;
}
.src-assets-style-evaluate--index-content-1O6oE .src-assets-style-evaluate--index-mainContent-3-api .src-assets-style-evaluate--index-list-31sTH .src-assets-style-evaluate--index-li-3xueS .src-assets-style-evaluate--index-center-22tYk {
  flex: 1;
  padding: 0 0.2rem 0 0.2rem;
  font-family: 'Arial Normal', 'Arial';
  font-weight: 400;
  font-size: 0.13rem;
  color: #333333;
  width: calc(100% - 4.2rem);
}
.src-assets-style-evaluate--index-content-1O6oE .src-assets-style-evaluate--index-mainContent-3-api .src-assets-style-evaluate--index-list-31sTH .src-assets-style-evaluate--index-li-3xueS .src-assets-style-evaluate--index-center-22tYk span {
  color: #CCCCCC;
}
.src-assets-style-evaluate--index-content-1O6oE .src-assets-style-evaluate--index-mainContent-3-api .src-assets-style-evaluate--index-list-31sTH .src-assets-style-evaluate--index-li-3xueS .src-assets-style-evaluate--index-left-1xA2Q {
  width: 2.1rem;
  color: #333333;
}
.src-assets-style-evaluate--index-content-1O6oE .src-assets-style-evaluate--index-mainContent-3-api .src-assets-style-evaluate--index-list-31sTH .src-assets-style-evaluate--index-li-3xueS .src-assets-style-evaluate--index-left-1xA2Q .src-assets-style-evaluate--index-rate-3eSOJ {
  margin-bottom: 0.2rem;
}
.src-assets-style-evaluate--index-content-1O6oE .src-assets-style-evaluate--index-mainContent-3-api .src-assets-style-evaluate--index-list-31sTH .src-assets-style-evaluate--index-li-3xueS .src-assets-style-evaluate--index-right-3q-CR {
  width: 2.1rem;
  padding-left: 0.2rem;
}
.src-assets-style-evaluate--index-content-1O6oE .src-assets-style-evaluate--index-mainContent-3-api .src-assets-style-evaluate--index-list-31sTH .src-assets-style-evaluate--index-li-3xueS .src-assets-style-evaluate--index-right-3q-CR .src-assets-style-evaluate--index-p_first-1gTwP {
  font-family: 'Arial Negreta', 'Arial';
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.1rem;
}
.src-assets-style-evaluate--index-content-1O6oE .src-assets-style-evaluate--index-mainContent-3-api .src-assets-style-evaluate--index-list-31sTH .src-assets-style-evaluate--index-li-3xueS .src-assets-style-evaluate--index-right-3q-CR .src-assets-style-evaluate--index-img-1oq8G {
  width: 0.17rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}
.src-assets-style-evaluate--index-content-1O6oE .src-assets-style-evaluate--index-mainContent-3-api .src-assets-style-evaluate--index-pagination-2KizB {
  text-align: center;
}
.src-assets-style-evaluate--index-alert-r-V3M {
  position: absolute;
  display: none;
  left: 50%;
  top: 0;
  margin-left: -0.97rem;
  width: 1.94rem;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-family: 'Arial Normal', 'Arial';
  font-weight: 400;
  font-size: 0.14rem;
  text-align: center;
  line-height: 0;
  overflow: hidden;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-evaluate--index-mainContent-3-api .src-assets-style-evaluate--index-list-31sTH .src-assets-style-evaluate--index-li-3xueS {
  border-bottom: 1px dashed #ccc;
}
.theme-blue .src-assets-style-evaluate--index-mainContent-3-api .src-assets-style-evaluate--index-list-31sTH .src-assets-style-evaluate--index-li-3xueS:hover {
  background: #e6f7ff;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-evaluate--index-mainContent-3-api .src-assets-style-evaluate--index-list-31sTH .src-assets-style-evaluate--index-li-3xueS {
  border-bottom: 1px dashed #ccc;
}
.theme-red .src-assets-style-evaluate--index-mainContent-3-api .src-assets-style-evaluate--index-list-31sTH .src-assets-style-evaluate--index-li-3xueS:hover {
  background: #fff1f0;
}
/*************** 红色主题 end***************/
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.eot');
  src: url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.woff') format('woff'), url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.svg#iconfont') format('svg');
}
.src-assets-style-entrust--index-iconfont-1S-ay {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.src-assets-style-entrust--index-solidStyle-1A163 {
  width: 100%;
  height: calc(100%);
}
.src-assets-style-entrust--index-solidStyle-1A163 .ant-spin-dot {
  font-size: 0.32rem;
  width: 0.32rem;
  height: 0.32rem;
}
.src-assets-style-entrust--index-solidStyle-1A163 .ant-spin-dot i {
  width: 0.14rem;
  height: 0.14rem;
}
.src-assets-style-entrust--index-loading-pH3In {
  width: 100%;
  min-height: 1rem;
  margin-top: 3.5rem;
}
.src-assets-style-entrust--index-itemButton-2MtsA {
  border-radius: 20px;
}
.src-assets-style-entrust--index-opt-fVhjN {
  width: 0.81rem;
  display: inline-block;
  text-align: center;
}
.src-assets-style-entrust--index-itemName-2Vs0G {
  font-size: 0.16rem;
  height: 0.16rem;
  color: #363636;
  font-weight: bold;
  margin-left: 0.11rem;
}
.src-assets-style-entrust--index-itemButton-2MtsA i {
  margin-right: 0.05rem;
}
.src-assets-style-entrust--index-footerStyle-1kEpA {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-entrust--index-pageingNotAllowed-_XhXw {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-entrust--index-pageingButton-27u2A {
  color: #55906E;
  margin: 0px 0.25rem;
}
/* 紧急程度 -- 特急，加急，超时，快到期*/
.src-assets-style-entrust--index-overTime-3VnGy,
.src-assets-style-entrust--index-unRead-1sMgs {
  height: 0.2rem;
  padding: 0 0.04rem 0.02rem 0.04rem;
  margin: 0.02rem 0.13rem 0.02rem 0;
  font-size: 0.12rem;
  display: inline-block;
  color: #fff;
  font-size: 0.14rem;
  line-height: 0.2rem;
  border-radius: 4px;
}
.src-assets-style-entrust--index-overTime-3VnGy {
  background-color: #FE7167;
}
.src-assets-style-entrust--index-unRead-1sMgs {
  background-color: #F4BE51;
}
.src-assets-style-entrust--index-filter-tZ8Zl .ant-list-item {
  border-bottom: none;
}
.src-assets-style-entrust--index-conditionTitle-2dw1_ {
  color: #ADADAD;
  font-weight: normal;
}
.src-assets-style-entrust--index-conditionStyle-30l0c {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-entrust--index-paginationStyle-3cUoK {
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.3rem;
}
.src-assets-style-entrust--index-tabBarStyle-1uOFj {
  text-align: left;
  color: #999999;
}
.src-assets-style-entrust--index-breadcrumb-2hJcS {
  width: 2.19rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-entrust--index-breadcrumbItem-35C3r {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-entrust--index-prefix-2_0rC {
  color: rgba(0, 0, 0, 0.25);
}
.src-assets-style-entrust--index-inputWidth-3kAqG {
  width: 3.18rem;
}
.src-assets-style-entrust--index-pagingMargin1-2MLK9 {
  margin-left: 0.11rem;
}
.src-assets-style-entrust--index-pagingMargin2-1wYxw {
  margin-left: 0.5rem;
}
.src-assets-style-entrust--index-pagingLeft-3fxMy {
  display: inline-block;
  width: 90%;
}
.src-assets-style-entrust--index-pagingRight-1tbsr {
  display: inline-block;
  text-align: center;
  width: 10%;
}
.src-assets-style-entrust--index-addBtton-1UHxi {
  display: inline-block;
  text-align: center;
  width: 10%;
}
.src-assets-style-entrust--index-addBtton-1UHxi .ant-btn {
  color: #fff;
  height: 0.3rem;
  background-color: #008000;
}
.src-assets-style-entrust--index-addBtton-1UHxi .ant-btn:hover {
  color: #fff;
}
.src-assets-style-entrust--index-addBtton-1UHxi .ant-btn:focus {
  color: #fff;
}
.src-assets-style-entrust--index-itemRow-13wz7 {
  color: #ADADAD;
  font-size: 0.14rem;
  padding: 0.08rem 0 0 0.1rem;
}
.src-assets-style-entrust--index-itemRow-13wz7 span {
  border-right: solid 1px #e8e8e8;
  margin-right: 0.1rem;
  padding-right: 0.1rem;
  width: 2.5rem;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-entrust--index-itemRow-13wz7 span:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.src-assets-style-entrust--index-itemRowLeft-3-UPQ {
  width: 90%;
  float: left;
  cursor: pointer;
}
.src-assets-style-entrust--index-itemRowRight-2_zEn {
  width: 10%;
  float: right;
  text-align: center;
  line-height: 0.63rem;
  cursor: pointer;
}
.src-assets-style-entrust--index-source-3tgjv {
  cursor: pointer;
}
.src-assets-style-entrust--index-card-ikt5c {
  float: left;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 0.25rem;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
}
.src-assets-style-entrust--index-descText-16Fyp {
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-entrust--index-newsSearch-N8PKn {
  width: 3.58rem;
  position: relative;
  display: flex;
  margin-right: 0.15rem;
}
.src-assets-style-entrust--index-newsSearch-N8PKn .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
}
.src-assets-style-entrust--index-newsSearch-N8PKn .anticon-search {
  position: absolute;
  left: 0.12rem;
  font-size: 0.12rem;
  line-height: 0.36rem;
  z-index: 2;
  color: #BFBFBF;
}
.src-assets-style-entrust--index-newsSearch-N8PKn .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-entrust--index-newsSearch-N8PKn .src-assets-style-entrust--index-searchDel-3kX70 {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  right: 0.58rem;
  top: 50%;
  margin-top: -0.16rem;
  font-size: 0.12rem;
  z-index: 2;
}
.src-assets-style-entrust--index-viewMore-1f0dv {
  color: #DEDEDE;
  font-size: 0.14rem;
  float: right;
  margin-right: 0.2rem;
}
.src-assets-style-entrust--index-viewMore-1f0dv .anticon {
  transform: rotate(90deg);
}
.src-assets-style-entrust--index-statusWidth-23Stb {
  width: 100%;
}
.src-assets-style-entrust--index-warning-38mNr {
  color: #FD6767;
}
.src-assets-style-entrust--index-icon-20-Nb {
  font-size: 0.12rem;
}
.src-assets-style-entrust--index-near-1LP-8 {
  color: #F2AA18;
}
.src-assets-style-entrust--index-body1-2vs3i {
  background-color: #f2f2f2;
}
.src-assets-style-entrust--index-body1-2vs3i .src-assets-style-entrust--index-condition-3_w6E {
  margin: 0.1rem 0;
  height: 0.6rem;
}
.src-assets-style-entrust--index-body1-2vs3i .src-assets-style-entrust--index-condition-3_w6E .src-assets-style-entrust--index-typeDetail-12sql {
  margin: 0.1rem 0.25rem;
}
.src-assets-style-entrust--index-body1-2vs3i .src-assets-style-entrust--index-condition-3_w6E .src-assets-style-entrust--index-typeDetail-12sql li {
  display: inline-block;
  margin-right: 0.5rem;
}
.src-assets-style-entrust--index-body1-2vs3i .src-assets-style-entrust--index-condition-3_w6E .src-assets-style-entrust--index-fold-SL9UK {
  margin: 0 0.1rem;
}
.src-assets-style-entrust--index-body2-Jm3GA {
  border-top: 1px solid #e8e8e8;
}
.src-assets-style-entrust--index-batchAudit-3tmO4 {
  text-align: center;
  height: 0.6rem;
  line-height: 0.6rem;
}
.src-assets-style-entrust--index-modal-2bmtl li {
  margin: 0.1rem 0.2rem;
  list-style-type: none;
}
.src-assets-style-entrust--index-modal-2bmtl li i {
  cursor: pointer;
}
.src-assets-style-entrust--index-submit-2_njO {
  text-align: center;
}
.src-assets-style-entrust--index-modalContent-2iG9K {
  width: 100%;
  height: 2rem;
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.7rem;
}
.src-assets-style-entrust--index-modalContent-2iG9K .src-assets-style-entrust--index-icon-20-Nb {
  color: #f1a42b;
}
.src-assets-style-entrust--index-selectColor-3oJDI {
  color: #55906E;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-entrust--index-footerStyle-1kEpA {
  background-color: #fafdff;
  color: #999999;
}
.theme-blue .src-assets-style-entrust--index-addBtton-1UHxi .ant-btn {
  background-color: #397EF0;
}
.theme-blue .src-assets-style-entrust--index-selectColor-3oJDI {
  color: #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-entrust--index-footerStyle-1kEpA {
  background-color: #fffafb;
  color: #999999;
}
.theme-red .src-assets-style-entrust--index-addBtton-1UHxi .ant-btn {
  background-color: #9A001E;
}
.theme-red .src-assets-style-entrust--index-selectColor-3oJDI {
  color: #F63E62;
}
/*************** 红色主题 end***************/
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_hfqyoyz4ie4.eot');
  src: url('//at.alicdn.com/t/font_864711_hfqyoyz4ie4.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_hfqyoyz4ie4.woff') format('woff'), url('//at.alicdn.com/t/font_864711_hfqyoyz4ie4.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_hfqyoyz4ie4.svg#iconfont') format('svg');
}
.src-assets-style-helpQuestion--index-iconfont-AueVH {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.src-assets-style-helpQuestion--index-breadcrumbItem-1krCm {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-helpQuestion--index-attentionPage-2TqZ3 ul {
  padding: 0px;
}
.src-assets-style-helpQuestion--index-attentionPage-2TqZ3 .src-assets-style-helpQuestion--index-ant-breadcrumb-3W4aV {
  margin: 0.03rem 0.02rem;
}
.src-assets-style-helpQuestion--index-attentionPage-2TqZ3 .src-assets-style-helpQuestion--index-loading-3JpGt {
  width: 100%;
  height: 100%;
}
.src-assets-style-helpQuestion--index-attentionPage-2TqZ3 .src-assets-style-helpQuestion--index-mainContent-3wI22 {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 0.1rem rgba(0, 88, 37, 0.1);
  margin-bottom: 0.2rem;
  padding: 0.24rem 0.32rem;
}
.src-assets-style-helpQuestion--index-attentionPage-2TqZ3 .src-assets-style-helpQuestion--index-mainContent-3wI22 .src-assets-style-helpQuestion--index-tabTop--QhMV .src-assets-style-helpQuestion--index-search-2tCEY {
  height: 0.6rem;
  line-height: 0.6rem;
  width: 100%;
  margin-left: 0.05rem;
  margin-bottom: 0.05rem;
  padding: 0.05rem 0.15rem;
  border-bottom: 1px solid #f4f9f6;
}
.src-assets-style-helpQuestion--index-attentionPage-2TqZ3 .src-assets-style-helpQuestion--index-mainContent-3wI22 .src-assets-style-helpQuestion--index-tabTop--QhMV .src-assets-style-helpQuestion--index-searchIcon-14XkP {
  color: rgba(0, 0, 0, 0.25);
  font-weight: bold;
  margin-right: 0.1rem;
}
.src-assets-style-helpQuestion--index-attentionPage-2TqZ3 .src-assets-style-helpQuestion--index-mainContent-3wI22 .src-assets-style-helpQuestion--index-tabTop--QhMV .ant-input-search .ant-input {
  padding-right: 0.9rem;
}
.src-assets-style-helpQuestion--index-attentionPage-2TqZ3 .src-assets-style-helpQuestion--index-mainContent-3wI22 .src-assets-style-helpQuestion--index-tabTop--QhMV .src-assets-style-helpQuestion--index-searchInput-3d-4p {
  height: 0.55rem;
  line-height: 0.55rem;
  display: inline-block;
  text-align: right;
  float: right;
  width: 3.58rem;
}
.src-assets-style-helpQuestion--index-attentionPage-2TqZ3 .src-assets-style-helpQuestion--index-mainContent-3wI22 .src-assets-style-helpQuestion--index-tabTop--QhMV .src-assets-style-helpQuestion--index-title-1Gi81 {
  float: left;
  height: 0.55rem;
  line-height: 0.55rem;
  font-weight: bold;
  font-size: 0.22rem;
}
.src-assets-style-helpQuestion--index-attentionPage-2TqZ3 .src-assets-style-helpQuestion--index-mainContent-3wI22 .src-assets-style-helpQuestion--index-tabTop--QhMV .src-assets-style-helpQuestion--index-iconPointer-1ogLS {
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  padding-right: 0.1rem;
}
.src-assets-style-helpQuestion--index-attentionPage-2TqZ3 .src-assets-style-helpQuestion--index-mainContent-3wI22 .src-assets-style-helpQuestion--index-pagination-3vnUH {
  width: 100%;
  text-align: right;
  margin: 0.2rem 0px  0.2rem 0.15rem;
  text-align: center;
}
.src-assets-style-helpQuestion--index-attentionPage-2TqZ3 .src-assets-style-helpQuestion--index-mainList-1zDFa {
  min-height: 6.5rem;
}
.src-assets-style-helpQuestion--index-attentionPage-2TqZ3 .src-assets-style-helpQuestion--index-mainList-1zDFa ul li {
  padding: 0.12rem 0.2rem;
  list-style: none;
}
.src-assets-style-helpQuestion--index-attentionPage-2TqZ3 .src-assets-style-helpQuestion--index-mainList-1zDFa ul li a {
  font-weight: bold;
  font-size: 0.14rem;
  color: #000000;
}
.src-assets-style-helpQuestion--index-attentionPage-2TqZ3 .src-assets-style-helpQuestion--index-mainList-1zDFa ul li a:hover {
  color: #005825;
  text-decoration: underline;
}
/****************弹窗部分开始*******************/
.src-assets-style-helpQuestion--index-mainBody-1hL9B {
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
}
.src-assets-style-helpQuestion--index-question-2gdgj .src-assets-style-helpQuestion--index-title-1Gi81 {
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: left;
  width: 100%;
  color: #000000;
  font-size: 0.18rem;
  font-weight: bold;
  padding-left: 0.4rem;
}
.src-assets-style-helpQuestion--index-question-2gdgj .ant-modal-header,
.src-assets-style-helpQuestion--index-question-2gdgj .ant-modal-footer {
  border: none;
}
.src-assets-style-helpQuestion--index-question-2gdgj .ant-modal-body {
  padding: 0px;
  height: 5.4rem;
}
.src-assets-style-helpQuestion--index-question-2gdgj .ant-modal-header {
  padding: 0.24rem 13%;
  background: #f4f9f6;
}
.src-assets-style-helpQuestion--index-question-2gdgj .ant-modal-header .ant-modal-title {
  color: #000000;
  font-size: 0.18rem;
  font-weight: bold;
  overflow: hidden;
}
.src-assets-style-helpQuestion--index-question-2gdgj .ant-modal-footer {
  background: #f4f9f6;
  text-align: center;
}
.src-assets-style-helpQuestion--index-question-2gdgj .ant-col-18 {
  border: 1px solid #f4f9f6;
  background: #FFFFFF;
  padding: 0px;
}
.src-assets-style-helpQuestion--index-question-2gdgj .ant-modal-close {
  position: relative;
  top: -1rem;
  color: #f4f9f6;
  right: -10.5rem;
}
.src-assets-style-helpQuestion--index-question-2gdgj .src-assets-style-helpQuestion--index-center-2VrD1 {
  height: 4.8rem;
}
.src-assets-style-helpQuestion--index-question-2gdgj .src-assets-style-helpQuestion--index-center-2VrD1 {
  padding: 0.2rem 0px;
  border-radius: 4px;
}
.src-assets-style-helpQuestion--index-question-2gdgj .src-assets-style-helpQuestion--index-side-1X0P3 {
  z-index: 1001;
  text-align: center;
  width: 1.7rem;
  height: 6rem;
  padding: 0px 0.15rem;
  line-height: 6rem;
  display: inline-block;
  vertical-align: middle;
}
.src-assets-style-helpQuestion--index-question-2gdgj .src-assets-style-helpQuestion--index-side-1X0P3 .src-assets-style-helpQuestion--index-sideWrapper-3fGTz {
  display: inline-block;
}
.src-assets-style-helpQuestion--index-question-2gdgj .src-assets-style-helpQuestion--index-side-1X0P3 a {
  color: #f4f9f6;
  display: inline-block;
  text-align: left;
  line-height: 0.22rem;
  vertical-align: middle;
}
.src-assets-style-helpQuestion--index-question-2gdgj .src-assets-style-helpQuestion--index-side-1X0P3 a.src-assets-style-helpQuestion--index-tip-2puRt {
  color: #f4f9f6;
  font-weight: bold;
  line-height: 0.22rem;
  vertical-align: middle;
  width: 100%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.src-assets-style-helpQuestion--index-question-2gdgj .src-assets-style-helpQuestion--index-side-1X0P3 a.src-assets-style-helpQuestion--index-tip-2puRt:hover {
  text-decoration: underline;
}
.src-assets-style-helpQuestion--index-question-2gdgj .src-assets-style-helpQuestion--index-side-1X0P3 .src-assets-style-helpQuestion--index-icon-B2mjm {
  font-size: 0.58rem;
}
.src-assets-style-helpQuestion--index-question-2gdgj .src-assets-style-helpQuestion--index-side-1X0P3 .src-assets-style-helpQuestion--index-disable-3PBU2 {
  cursor: not-allowed;
  color: #CCCCCC;
}
.src-assets-style-helpQuestion--index-question-2gdgj .src-assets-style-helpQuestion--index-display-1scyu {
  display: none;
}
.src-assets-style-helpQuestion--index-question-2gdgj .src-assets-style-helpQuestion--index-footer-1UU4v {
  text-align: center;
  padding: 0px 0.2rem;
  height: 0.6rem;
  line-height: 0.6rem;
}
.src-assets-style-helpQuestion--index-question-2gdgj .src-assets-style-helpQuestion--index-footer-1UU4v ul {
  border-top: 1px solid #f4f9f6;
}
.src-assets-style-helpQuestion--index-question-2gdgj .src-assets-style-helpQuestion--index-footer-1UU4v li {
  display: inline-block;
  list-style: none;
  border-radius: 50%;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  margin-left: 0.1rem;
  cursor: pointer;
}
.src-assets-style-helpQuestion--index-question-2gdgj .src-assets-style-helpQuestion--index-footer-1UU4v li.src-assets-style-helpQuestion--index-selected-16qdn {
  color: #62B68E;
  border: 1px solid #62B68E;
}
.src-assets-style-helpQuestion--index-question-2gdgj .src-assets-style-helpQuestion--index-footer-1UU4v li.src-assets-style-helpQuestion--index-notSelect-16xOU {
  color: #000000;
  border: 1px solid #CCCCCC;
}
.src-assets-style-helpQuestion--index-sideLeft-3tZJ2 {
  position: relative;
  left: -1.7rem;
  top: -0.6rem;
}
.src-assets-style-helpQuestion--index-sideRight-3Jmdk {
  position: relative;
  right: -8.3rem;
  top: -0.6rem;
}
.src-assets-style-helpQuestion--index-description-2P6AW {
  display: inline-block;
  height: 100%;
  padding: 0px 0.3rem 0px 0.1rem;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 3.3rem;
}
.src-assets-style-helpQuestion--index-description-2P6AW li {
  list-style: none;
}
.src-assets-style-helpQuestion--index-description-2P6AW li:nth-child(1) {
  font-weight: bold;
  font-size: 0.24rem;
}
.src-assets-style-helpQuestion--index-description-2P6AW li:nth-child(1) .src-assets-style-helpQuestion--index-step-3H89o {
  color: #62B68E;
  font-size: 0.36rem;
  font-weight: bold;
  padding-left: 0.1rem;
}
.src-assets-style-helpQuestion--index-description-2P6AW li:nth-child(2) {
  padding: 0.1rem 0.3rem;
}
.src-assets-style-helpQuestion--index-image-35B8W {
  border-left: 1px solid #cecece;
  width: 7rem;
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  height: 4.5rem;
  text-align: center;
  padding: 0.3rem 0.2rem;
}
.src-assets-style-helpQuestion--index-image-35B8W .src-assets-style-helpQuestion--index-imageUrl-6yKf3 {
  max-width: 100%;
  max-height: 100%;
  /*max-width: 100%;
    max-height: 100%;
    min-width: 40%;
    min-height: 40%;*/
}
.src-assets-style-helpQuestion--index-image-35B8W .src-assets-style-helpQuestion--index-imageUrl-6yKf3:hover {
  cursor: pointer;
}
@keyframes src-assets-style-helpQuestion--index-next-1EO_0 {
  0% {
    right: -100%;
  }
  100% {
    right: 0px;
  }
}
@keyframes src-assets-style-helpQuestion--index-prev-2VXrD {
  0% {
    right: 100%;
  }
  100% {
    right: 0px;
  }
}
@keyframes src-assets-style-helpQuestion--index-showHidden-iASLO {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.src-assets-style-helpQuestion--index-nextImage-1zsdJ {
  height: 4.8rem;
  position: relative;
  animation: src-assets-style-helpQuestion--index-next-1EO_0 0.5s forwards;
  padding: 0.2rem 0px;
  background: #ffffff;
  overflow: hidden;
}
.src-assets-style-helpQuestion--index-prevImage-3vyct {
  height: 4.8rem;
  position: relative;
  animation: src-assets-style-helpQuestion--index-prev-2VXrD 0.5s forwards;
  padding: 0.2rem 0px;
  background: #ffffff;
  overflow: hidden;
}
.src-assets-style-helpQuestion--index-center-2VrD1 {
  height: 4.8rem;
  position: relative;
  padding: 0.2rem 0px;
  background: #ffffff;
  overflow: hidden;
}
.src-assets-style-helpQuestion--index-mask-3sKl- {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
  text-align: center;
  z-index: 1002;
}
.src-assets-style-helpQuestion--index-mask-3sKl- .src-assets-style-helpQuestion--index-prevStep-9pF83,
.src-assets-style-helpQuestion--index-mask-3sKl- .src-assets-style-helpQuestion--index-nextStep-3RB6M {
  width: 50%;
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0px;
}
.src-assets-style-helpQuestion--index-mask-3sKl- .src-assets-style-helpQuestion--index-prevStep-9pF83 {
  left: 0px;
  cursor: url(../../assets/images/pic-left-arrow.png), auto;
}
.src-assets-style-helpQuestion--index-mask-3sKl- .src-assets-style-helpQuestion--index-nextStep-3RB6M {
  right: 0px;
  cursor: url(../../assets/images/pic-right-arrow.png), auto;
}
.src-assets-style-helpQuestion--index-mask-3sKl- i.src-assets-style-helpQuestion--index-close-1A3PD {
  color: #ffffff;
  font-size: 0.24rem;
  position: absolute;
  right: 0.3rem;
  top: 0.2rem;
  padding: 0.2rem;
}
.src-assets-style-helpQuestion--index-mask-3sKl- i.src-assets-style-helpQuestion--index-close-1A3PD :hover {
  cursor: pointer;
}
.src-assets-style-helpQuestion--index-mask-3sKl- .src-assets-style-helpQuestion--index-fullScreen-1PcOU {
  position: relative;
}
.src-assets-style-helpQuestion--index-mask-3sKl- .src-assets-style-helpQuestion--index-fullScreen-1PcOU .src-assets-style-helpQuestion--index-info-36Lx8 {
  width: 1.5rem;
  background: rgba(0, 0, 0, 0.65);
  padding: 0.07rem 0.05rem;
  border-radius: 4px;
  position: absolute;
  top: calc(50% - 0.12rem);
  right: calc(50% - 0.75rem);
  color: #FFFFFF;
  font-size: 0.14rem;
  text-align: center;
}
.src-assets-style-helpQuestion--index-mask-3sKl- .src-assets-style-helpQuestion--index-fullScreen-1PcOU .src-assets-style-helpQuestion--index-hidden-36mCl {
  opacity: 0;
}
.src-assets-style-helpQuestion--index-mask-3sKl- .src-assets-style-helpQuestion--index-fullScreen-1PcOU .src-assets-style-helpQuestion--index-show-bd4iM {
  animation: src-assets-style-helpQuestion--index-showHidden-iASLO 1.5s forwards;
}
.src-assets-style-helpQuestion--index-mask-3sKl- img {
  max-width: 85%;
  max-height: 85%;
}
/****************弹窗部分结束*******************/
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-helpQuestion--index-attentionPage-2TqZ3 .src-assets-style-helpQuestion--index-mainList-1zDFa ul li a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-helpQuestion--index-question-2gdgj .src-assets-style-helpQuestion--index-footer-1UU4v li.src-assets-style-helpQuestion--index-selected-16qdn {
  color: #397EF0;
  border: 1px solid #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-helpQuestion--index-attentionPage-2TqZ3 .src-assets-style-helpQuestion--index-mainList-1zDFa ul li a:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-helpQuestion--index-question-2gdgj .src-assets-style-helpQuestion--index-footer-1UU4v li.src-assets-style-helpQuestion--index-selected-16qdn {
  color: #F63E62;
  border: 1px solid #F63E62;
}
/*************** 红色主题 end***************/
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
/*************** 共用样式***************/
.src-assets-style-allAffairs--index-main-content-oSIcD {
  min-height: 14.8rem !important;
}
.src-assets-style-allAffairs--index-bodyFixed-jNvEf {
  position: fixed;
  width: 100%;
}
.src-assets-style-allAffairs--index-overflow-3ACGT {
  overflow: hidden;
}
.src-assets-style-allAffairs--index-fontGray-3rGcZ {
  color: #adadad;
}
.src-assets-style-allAffairs--index-fontLightBlack-1qCQR {
  color: #808080;
}
.src-assets-style-allAffairs--index-fontLine-rtjMt {
  color: #adadad;
  margin-left: 0.06rem;
}
.src-assets-style-allAffairs--index-mgt12-KAGfu {
  margin-top: 0.12rem;
}
.src-assets-style-allAffairs--index-textCenter-1U_Gl {
  text-align: center;
  color: #808080;
  cursor: pointer;
}
.src-assets-style-allAffairs--index-pdr5-3Vcrk {
  padding-right: 0.05rem;
}
.src-assets-style-allAffairs--index-fontSc-3D-el {
  padding-right: 0.05rem;
  text-align: center;
  font-size: 0.28rem;
  color: #595959;
}
.src-assets-style-allAffairs--index-lineHeight-m0MsC {
  line-height: 0.4rem;
  /*margin-left: -450px;*/
  width: 4rem;
}
/* 服务入口页面布局样式 */
.src-assets-style-allAffairs--index-flex-3qc9Z {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-contentMain-y5dWQ {
  padding-bottom: 0.15rem;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-contentMain-y5dWQ img {
  max-width: 100%;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-contentMain-y5dWQ .ant-card-bordered {
  width: calc(100% - 1.28rem);
  display: inline-block;
  max-width: 100%;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-contentMain-y5dWQ .ant-card-bordered .ant-card-body p,
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-contentMain-y5dWQ .ant-card-bordered .ant-card-body .pDiv {
  padding: 0px 0.32rem;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-contentMain-y5dWQ .ant-card-bordered .ant-card-body img {
  max-width: 100%;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .ant-select-dropdown-menu {
  overflow: hidden;
}
@media (min-width: 0px) {
  .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-left-3sDH6 {
    border-radius: 6px;
    width: 7.74rem;
  }
  .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-left-3sDH6 .src-assets-style-allAffairs--index-leftBody-1PTXk .src-assets-style-allAffairs--index-leftService-26LKm {
    float: left;
    width: 5.62rem;
  }
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-leftContent-1h1g3 {
  float: left;
  margin-top: 0.25rem;
  position: absolute;
  left: 0;
}
@media (min-width: 0px) {
  .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-leftContent-1h1g3 {
    width: 7.74rem;
  }
  .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-leftContent-1h1g3 .src-assets-style-allAffairs--index-AllLetter-19rWZ {
    bottom: 4.85rem;
  }
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-leftContent-1h1g3 .src-assets-style-allAffairs--index-AllLetter-19rWZ {
  position: fixed;
  width: 0.2rem;
  height: 0.2rem;
  line-height: 0.19rem;
  font-size: 0.14rem;
  color: #787a7b;
  left: 0.75rem;
  /*top: 326px;*/
  text-align: center;
  z-index: 990;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-leftContent-1h1g3 .src-assets-style-allAffairs--index-AllLetter-19rWZ .src-assets-style-allAffairs--index-letter-1wbHV {
  cursor: pointer;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-leftContent-1h1g3 .src-assets-style-allAffairs--index-AllLetter-19rWZ .src-assets-style-allAffairs--index-letter-1wbHV:hover {
  cursor: pointer;
  font-size: 0.16rem;
  /*background: #397EF0;*/
  border-radius: 50%;
  text-align: center;
  color: #fff;
  transition: all 1s;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-leftContent-1h1g3 .src-assets-style-allAffairs--index-AllLetter-19rWZ .src-assets-style-allAffairs--index-activeLetter-3m5gB {
  cursor: pointer;
  font-size: 0.16rem;
  width: 0.2rem;
  height: 0.2rem;
  /*background: #397EF0;*/
  border-radius: 50%;
  margin-bottom: 0.02rem;
  text-align: center;
  color: #fff;
  padding-top: 1px;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-leftContent-1h1g3 .src-assets-style-allAffairs--index-pagination-2lDAz {
  height: 0.5rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
  padding: 0.1rem 0.15rem 0px 0px;
  margin-bottom: 0.1rem;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-leftContent-1h1g3 .src-assets-style-allAffairs--index-pagination-2lDAz .src-assets-style-allAffairs--index-affairTotal-2XJWB {
  padding-left: 0.26rem;
  padding-top: 0.05rem;
  display: inline-block;
  color: #959595;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-leftContent-1h1g3 .src-assets-style-allAffairs--index-pagination-2lDAz .src-assets-style-allAffairs--index-affairTotal-2XJWB .src-assets-style-allAffairs--index-totalPage-2JxhX {
  padding-left: 1.2rem;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-left-3sDH6 .src-assets-style-allAffairs--index-leftBody-1PTXk {
  padding: 0.23rem 0px 0.3rem 0.25rem;
  height: 100%;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-left-3sDH6 .src-assets-style-allAffairs--index-leftBody-1PTXk .src-assets-style-allAffairs--index-leftAnchor-2wmjK {
  float: right;
  width: 1.8rem;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-left-3sDH6 .src-assets-style-allAffairs--index-leftBody-1PTXk .src-assets-style-allAffairs--index-leftAnchor-2wmjK .ant-affix {
  z-index: 1;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-left-3sDH6 .src-assets-style-allAffairs--index-leftBody-1PTXk .src-assets-style-allAffairs--index-leftAnchor-2wmjK .src-assets-style-allAffairs--index-anchor-3MFSz {
  margin: 0.4rem 0.1rem 0 0;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-left-3sDH6 .src-assets-style-allAffairs--index-leftBody-1PTXk .src-assets-style-allAffairs--index-leftAnchor-2wmjK .src-assets-style-allAffairs--index-anchor-3MFSz .ant-anchor-ink:before {
  width: 1px;
  background-color: #e7e7e7;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-left-3sDH6 .src-assets-style-allAffairs--index-leftBody-1PTXk .src-assets-style-allAffairs--index-leftAnchor-2wmjK .src-assets-style-allAffairs--index-anchor-3MFSz .ant-anchor-link-active .ant-anchor-link-title {
  color: #37a164;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-left-3sDH6 .src-assets-style-allAffairs--index-leftBody-1PTXk .src-assets-style-allAffairs--index-leftAnchor-2wmjK .src-assets-style-allAffairs--index-anchor-3MFSz .ant-anchor-ink-ball {
  border: 2px solid #37a164;
  transform: translateX(-45%);
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-left-3sDH6 .src-assets-style-allAffairs--index-leftBody-1PTXk .src-assets-style-allAffairs--index-leftAnchor-2wmjK .src-assets-style-allAffairs--index-anchor-3MFSz a:hover {
  color: #37a164;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-limitLength-3p5Az,
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-limitSplit-3Z8PT {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-limitLength-3p5Az {
  width: 0.95rem;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-limitSplit-3Z8PT {
  width: 0.2rem;
  text-align: center;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 {
  width: 3.87rem;
  overflow: hidden;
  float: right;
  margin-top: 0.25rem;
  position: absolute;
  right: 0;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightTop-2QzE7:hover {
  cursor: pointer;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightTop-2QzE7:hover .src-assets-style-allAffairs--index-rightAffairsBox-3sokv .anticon {
  display: inline-block;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightTop-2QzE7 {
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  min-height: 4.05rem;
  background-color: white;
  border: 1px solid #e8e8e8;
  margin-bottom: 0.26rem;
  position: relative;
  /* 全部事务右边推荐事务 */
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightTop-2QzE7 .src-assets-style-allAffairs--index-rightAffairsBox-3sokv .anticon {
  display: none;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightTop-2QzE7 .src-assets-style-allAffairs--index-iconLeft-3nOgx {
  color: #D4D4D4;
  font-size: 0.25rem;
  position: absolute;
  left: 0.1rem;
  z-index: 2;
  top: 47%;
  transform: translateY(-50%);
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightTop-2QzE7 .src-assets-style-allAffairs--index-iconLeft-3nOgx:hover {
  color: #AAAAAA;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightTop-2QzE7 .src-assets-style-allAffairs--index-iconRight-1A6Ou {
  color: #D4D4D4;
  font-size: 0.25rem;
  position: absolute;
  right: 0.1rem;
  z-index: 2;
  top: 47%;
  transform: translateY(-50%);
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightTop-2QzE7 .src-assets-style-allAffairs--index-iconRight-1A6Ou:hover {
  color: #AAAAAA;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightTop-2QzE7 .ant-card {
  position: static;
  color: #666666;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightTop-2QzE7 .src-assets-style-allAffairs--index-affairTitle-2fo2_ .ant-card-body {
  padding: 0px;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightTop-2QzE7 .src-assets-style-allAffairs--index-affairTitle-2fo2_ .ant-card-head {
  border-bottom: none;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightTop-2QzE7 .src-assets-style-allAffairs--index-affairTitle-2fo2_ .ant-list-grid .ant-list-item {
  margin-bottom: 0;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightTop-2QzE7 .src-assets-style-allAffairs--index-affairTitle-2fo2_ .ant-carousel .slick-dots {
  bottom: 0.35rem;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightTop-2QzE7 .src-assets-style-allAffairs--index-affairTitle-2fo2_ .ant-carousel .slick-slider {
  position: static;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightTop-2QzE7 .src-assets-style-allAffairs--index-affairTitle-2fo2_ .ant-carousel .slick-dots li.slick-active button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #1890ff;*/
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightTop-2QzE7 .src-assets-style-allAffairs--index-affairTitle-2fo2_ .ant-carousel .slick-dots li button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #b8c4cc;*/
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightTop-2QzE7 .src-assets-style-allAffairs--index-affairTitle-2fo2_ .src-assets-style-allAffairs--index-noDataIcon-3r8PP {
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightTop-2QzE7 .src-assets-style-allAffairs--index-affairTitle-2fo2_ .src-assets-style-allAffairs--index-fontBlack-2Gq25 {
  font-size: 0.18rem;
  font-weight: bold;
  color: #474747;
  line-height: 0.21rem;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightTop-2QzE7 .src-assets-style-allAffairs--index-affairTitle-2fo2_ .src-assets-style-allAffairs--index-serviceCollectDivRelative-pOxK_ {
  position: relative;
  text-align: center;
  /* .radiusDiv:hover{
            box-shadow: 0px 0px 10px 4px rgba(68, 126, 98, 0.35);


          }*/
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightTop-2QzE7 .src-assets-style-allAffairs--index-affairTitle-2fo2_ .src-assets-style-allAffairs--index-serviceCollectDivRelative-pOxK_ .src-assets-style-allAffairs--index-radiusDiv-XfIAj {
  /*border: 1px solid rgba(90, 137, 181, 0.33);*/
  background: #ffffff;
  height: 0.66rem;
  width: 0.66rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-radius: 33px;
  margin-bottom: 0.15rem;
  margin-left: 0.17rem;
  border-radius: 50%;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightTop-2QzE7 .src-assets-style-allAffairs--index-affairTitle-2fo2_ .src-assets-style-allAffairs--index-serviceCollectDivRelative-pOxK_ .src-assets-style-allAffairs--index-radiusDiv-XfIAj .src-assets-style-allAffairs--index-imageRadius-1EY6r {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightTop-2QzE7 .src-assets-style-allAffairs--index-affairTitle-2fo2_ .src-assets-style-allAffairs--index-serviceCollectDivRelative-pOxK_ .ant-card-body {
  padding: 0.11rem 0.07rem 0.18rem 0.09rem;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightTop-2QzE7 .src-assets-style-allAffairs--index-affairTitle-2fo2_ .src-assets-style-allAffairs--index-serviceCollectDivRelative-pOxK_ .ant-card-bordered {
  border: none;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightTop-2QzE7 .src-assets-style-allAffairs--index-affairTitle-2fo2_ .src-assets-style-allAffairs--index-serviceCollectDivRelative-pOxK_ .src-assets-style-allAffairs--index-textCenter-1U_Gl {
  text-align: center;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-right-gygv9 .src-assets-style-allAffairs--index-rightBottom-1P9GF {
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  background-color: white;
  min-height: 4.05rem;
  margin-top: 0.26rem;
  border: 1px solid #e8e8e8;
  margin-bottom: 0.2rem;
}
.src-assets-style-allAffairs--index-collectRadiusDiv-W3n_K {
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  height: 0.66rem;
  width: 0.66rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-radius: 33px;
  margin: 0 auto;
  box-shadow: 0px 0px 0.05rem rgba(0, 168, 84, 0.3);
  margin-bottom: 0.07rem;
  margin-top: 0.08rem;
}
.src-assets-style-allAffairs--index-optBackground-2J94o {
  background: #fff;
}
.src-assets-style-allAffairs--index-optBackground-2J94o a {
  color: #000;
}
.src-assets-style-allAffairs--index-optBackground-2J94o a:hover {
  color: #fff;
}
.src-assets-style-allAffairs--index-optName-1bfMA {
  width: 100%;
  height: 100%;
}
.src-assets-style-allAffairs--index-optImg-3q0ek {
  margin-right: 0.1rem;
  width: 0.22rem;
  height: 0.22rem;
}
.src-assets-style-allAffairs--index-dropdownBox-2yGV6 .ant-select-dropdown-menu-item:hover {
  background: #e6f7ff;
}
.src-assets-style-allAffairs--index-dropdownBox-2yGV6 .ant-select-dropdown-menu-item:hover a {
  color: #397EF0;
}
.src-assets-style-allAffairs--index-dropdownBox-2yGV6 .ant-select-dropdown-menu {
  overflow: hidden;
  max-height: none;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .ant-select .ant-select-selection {
  border: 1px solid rgba(0, 0, 0, 0);
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .src-assets-style-allAffairs--index-screenBtn-1kpfG {
  cursor: pointer;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .src-assets-style-allAffairs--index-screenBtn-1kpfG .ant-btn {
  border: none;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .src-assets-style-allAffairs--index-searchBox-1J8vf {
  width: 5.5rem;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .src-assets-style-allAffairs--index-searchBox-1J8vf input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .src-assets-style-allAffairs--index-sceneNav-1OZRq {
  display: inline-block;
  position: absolute;
  margin-left: 0.55rem;
  height: 0.24rem;
  margin-top: 0.06rem;
  cursor: pointer;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .src-assets-style-allAffairs--index-sceneNav-1OZRq span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: top;
  margin-top: 1px;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .src-assets-style-allAffairs--index-sceneNav-1OZRq .src-assets-style-allAffairs--index-sceneIcon-3cKCm {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .src-assets-style-allAffairs--index-searchList-2xgW6 {
  line-height: 2;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .src-assets-style-allAffairs--index-searchList-2xgW6 .ant-tag-checkable-checked {
  border-radius: 12px;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .src-assets-style-allAffairs--index-searchList-2xgW6 .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .src-assets-style-allAffairs--index-searchList-2xgW6 .src-assets-style-allAffairs--index-item-2WgM_ {
  width: calc(100% - 0.42rem);
  display: inline-block;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .src-assets-style-allAffairs--index-searchList-2xgW6 .src-assets-style-allAffairs--index-all-b_bHT {
  display: inline-block;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .src-assets-style-allAffairs--index-searchList-2xgW6 .src-assets-style-allAffairs--index-all-b_bHT .ant-tag {
  border-radius: 12px;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .src-assets-style-allAffairs--index-searchList-2xgW6 .src-assets-style-allAffairs--index-searchTitle-3pGMU {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .src-assets-style-allAffairs--index-searchList-2xgW6 span {
  color: #808080;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .src-assets-style-allAffairs--index-searchList-2xgW6 .src-assets-style-allAffairs--index-hideItem-2Skts {
  display: inline-block;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .src-assets-style-allAffairs--index-searchList-2xgW6 .src-assets-style-allAffairs--index-rightBtn-vvhqp {
  float: right;
  cursor: pointer;
  margin-top: 0.09rem;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .src-assets-style-allAffairs--index-searchList-2xgW6 .ant-btn {
  border: none;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .theme-blue .ant-btn:hover,
.src-assets-style-allAffairs--index-searchContent-1PwEc .theme-blue .ant-btn:focus {
  color: #808080;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .ant-input-prefix {
  color: #cdcdcd;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-allAffairs--index-searchContent-1PwEc .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-allAffairs--index-cardFrame-2EpMN .src-assets-style-allAffairs--index-cardItem-4Qr4x:hover {
  cursor: pointer;
  box-shadow: 0px 0px 0.1rem 0px rgba(3, 57, 107, 0.4);
  transition: all 0.5s;
}
.src-assets-style-allAffairs--index-cardFrame-2EpMN .src-assets-style-allAffairs--index-cardItem-4Qr4x:hover button {
  display: block;
  position: absolute;
  right: 0.16rem;
  top: 0.17rem;
  z-index: 2;
  /* opacity: 0.65;*/
}
.src-assets-style-allAffairs--index-cardFrame-2EpMN .src-assets-style-allAffairs--index-cardItem-4Qr4x:hover button:hover {
  opacity: 1;
}
.src-assets-style-allAffairs--index-cardFrame-2EpMN button {
  display: none;
}
.src-assets-style-allAffairs--index-cardFrame-2EpMN .src-assets-style-allAffairs--index-saveIco-3ufuM {
  width: 0.48rem;
  height: 0.48rem;
}
.src-assets-style-allAffairs--index-cardFrame-2EpMN .src-assets-style-allAffairs--index-iconTj-3m8Yk {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: 1px;
  left: 0.06rem;
}
.src-assets-style-allAffairs--index-cardFrame-2EpMN .src-assets-style-allAffairs--index-tag-1BnOq {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  height: 0.25rem;
  -webkit-box-orient: vertical;
  clear: both;
}
.src-assets-style-allAffairs--index-cardFrame-2EpMN .src-assets-style-allAffairs--index-tag-1BnOq .src-assets-style-allAffairs--index-fontBlack-2Gq25 {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-allAffairs--index-cardFrame-2EpMN .src-assets-style-allAffairs--index-comment-3xisV {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-allAffairs--index-cardFrame-2EpMN .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-allAffairs--index-cardFrame-2EpMN .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0px;
}
.src-assets-style-allAffairs--index-cardFrame-2EpMN .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-allAffairs--index-cardFrame-2EpMN .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-allAffairs--index-cardFrame-2EpMN .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-allAffairs--index-cardFrame-2EpMN .ant-list-item-meta-description {
  line-height: 0.25rem;
}
.src-assets-style-allAffairs--index-cardFrame-2EpMN .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-allAffairs--index-cardFrame-2EpMN a {
  color: #474747;
}
.src-assets-style-allAffairs--index-cardFrame-2EpMN a:hover {
  /*color: #1890ff;*/
  text-decoration: underline;
}
.src-assets-style-allAffairs--index-jian-3m_Tz {
  display: inline-flex;
  height: 0.31rem;
}
.src-assets-style-allAffairs--index-flex-3qc9Z {
  display: block;
  position: relative;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-applyContentTop-20wzh {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-applyContentTop-20wzh .ant-list-item-main {
  display: inline-block;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-applyContentTop-20wzh .ant-list-item-extra {
  float: right;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-applyContentTop-20wzh .src-assets-style-allAffairs--index-comment-3xisV {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-applyContentTop-20wzh .src-assets-style-allAffairs--index-saveIco-3ufuM {
  width: 0.48rem;
  height: 0.48rem;
  /*background: #23d688;*/
  /* border-radius: 50%;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-applyContentTop-20wzh .src-assets-style-allAffairs--index-iconTj-3m8Yk {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: -0.02rem;
  left: 0.06rem;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-applyContentTop-20wzh .src-assets-style-allAffairs--index-tag-1BnOq {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 0.26rem;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-applyContentTop-20wzh .src-assets-style-allAffairs--index-tag-1BnOq .src-assets-style-allAffairs--index-fontBlack-2Gq25 {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-applyContentTop-20wzh .src-assets-style-allAffairs--index-grade-15uaV {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  color: #808080;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-applyContentTop-20wzh .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-applyContentTop-20wzh .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0.03rem;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-applyContentTop-20wzh .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-applyContentTop-20wzh .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-applyContentTop-20wzh .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
  display: block;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-applyContentTop-20wzh .ant-list-item-meta-description {
  line-height: 2;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-applyContentTop-20wzh .ant-list-item-meta-avatar {
  float: left;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-applyContentTop-20wzh .ant-list-item-meta-content {
  margin-right: 0.16rem;
  padding-left: 0.64rem;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-applyContentTop-20wzh .ant-card-bordered {
  border: none;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-applyContentTop-20wzh .ant-tag {
  border-radius: 12px;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-applyContentTop-20wzh .ant-col-12 {
  width: 100%;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-applyContentTop-20wzh .ant-card-bordered {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-applyContentTop-20wzh .ant-card-wider-padding .ant-card-body {
  padding: 0.24rem 0px 0.15rem 0.24rem;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-applyContentTopTitle-JXVgK a {
  color: #474747;
  font-weight: bold;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-contenBottom-18vY8 {
  display: table;
  margin-top: 0.24rem;
  width: 100%;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-contenBottom-18vY8 .src-assets-style-allAffairs--index-userGuide-2qrtM {
  height: auto;
  min-height: 6rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
  position: relative;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-contenBottom-18vY8 .src-assets-style-allAffairs--index-userGuide-2qrtM .src-assets-style-allAffairs--index-rightAnchor-2gEVt {
  position: absolute;
  right: 0.35rem;
  top: 0.3rem;
  z-index: 999;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-contenBottom-18vY8 .src-assets-style-allAffairs--index-userGuide-2qrtM .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-contenBottom-18vY8 .src-assets-style-allAffairs--index-userGuide-2qrtM .ant-card-bordered {
  border: none;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-contenBottom-18vY8 .src-assets-style-allAffairs--index-userGuide-2qrtM .ant-card-head {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-contenBottom-18vY8 .src-assets-style-allAffairs--index-userGuide-2qrtM .ant-card-head-title {
  font-weight: bold;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-contenBottom-18vY8 .src-assets-style-allAffairs--index-userGuide-2qrtM .ant-list-split .ant-list-item {
  border-bottom: none;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-contenBottom-18vY8 .src-assets-style-allAffairs--index-userGuide-2qrtM .ant-list-split .ant-list-header {
  border-bottom: none;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-contenBottom-18vY8 .src-assets-style-allAffairs--index-userGuide-2qrtM .ant-list-item {
  padding: 0;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-contenBottom-18vY8 .src-assets-style-allAffairs--index-userGuide-2qrtM .ant-list-header,
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-contenBottom-18vY8 .src-assets-style-allAffairs--index-userGuide-2qrtM .ant-list-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-contenBottom-18vY8 .src-assets-style-allAffairs--index-userGuide-2qrtM .ant-anchor-ink-ball {
  width: 0.14rem;
  height: 0.14rem;
  border: 4px solid #1890ff;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-contenBottom-18vY8 .src-assets-style-allAffairs--index-userGuide-2qrtM .ant-anchor-wrapper {
  padding-left: 0.1rem;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-userEvaluation-cO16_ {
  height: auto;
  min-height: 6rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
  border-radius: 4px;
  display: table-cell;
  width: 4rem;
  vertical-align: top;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-userEvaluation-cO16_ .src-assets-style-allAffairs--index-title-sgFvS {
  font-size: 0.16rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.21rem;
  margin: 0.18rem 0 0 0.08rem;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-userEvaluation-cO16_ .src-assets-style-allAffairs--index-evaluationDetails-gAnjb {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-userEvaluation-cO16_ .src-assets-style-allAffairs--index-evaluationDetails-gAnjb .src-assets-style-allAffairs--index-describe-i8drz {
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-userEvaluation-cO16_ .src-assets-style-allAffairs--index-evaluationDetails-gAnjb .src-assets-style-allAffairs--index-noDescribe-2eDEn {
  color: #bfbfbf;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-userEvaluation-cO16_ .src-assets-style-allAffairs--index-evaluationDetails-gAnjb .src-assets-style-allAffairs--index-userName-1UdFa {
  float: left;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 0.05rem;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-userEvaluation-cO16_ .src-assets-style-allAffairs--index-evaluationDetails-gAnjb .src-assets-style-allAffairs--index-time-3gh7m {
  float: right;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 0.05rem;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-userEvaluation-cO16_ .ant-divider-dashed {
  border-top: 1px dashed #cccccc;
}
.src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-userEvaluation-cO16_ .ant-divider-horizontal {
  margin: 0.15rem 0 0.05rem 0;
}
.src-assets-style-allAffairs--index-nullData-3nSVD {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-allAffairs--index-nullData-3nSVD .src-assets-style-allAffairs--index-message-3X2OM {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-allAffairs--index-limitedTime-26AhA {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.45rem;
  width: 0.5rem;
}
.src-assets-style-allAffairs--index-limitedTime-26AhA .src-assets-style-allAffairs--index-backBorder-3H8Qt {
  border-top: solid 40px #ff9900;
  border-right: solid 50px rgba(0, 0, 0, 0);
}
.src-assets-style-allAffairs--index-limitedTime-26AhA .src-assets-style-allAffairs--index-inner-3oWwy {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: 1px;
  transform: rotate(45);
  transform: rotate;
  transform: rotate(-45deg);
}
.src-assets-style-allAffairs--index-limitedTimeLeft-21dMZ {
  position: absolute;
  top: 0px;
  left: -0.07rem;
  width: 0.5rem;
  height: 0.45rem;
}
.src-assets-style-allAffairs--index-limitedTimeLeft-21dMZ .src-assets-style-allAffairs--index-backBorder-3H8Qt {
  border-top: solid 50px #ff9900;
  border-right: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-allAffairs--index-limitedTimeLeft-21dMZ .src-assets-style-allAffairs--index-inner-3oWwy {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: 1px;
  transform: rotate(45);
  transform: rotate;
  transform: rotate(-45deg);
}
.src-assets-style-allAffairs--index-affairsCard_linkTitle-1IM4b {
  float: left;
  margin-right: 0.04rem;
}
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-allAffairs--index-cardFrame-2EpMN .src-assets-style-allAffairs--index-cardItem-4Qr4x:hover button {
  background-color: #70b470;
  border-color: #70b470;
}
.theme-green .src-assets-style-allAffairs--index-cardFrame-2EpMN .src-assets-style-allAffairs--index-cardItem-4Qr4x:hover button:hover {
  background-color: #00a854;
  border-color: #00a854;
}
/**************************** 绿色主题开始 ***************************/
/**************************** 红色主题开始 ***************************/
.theme-red .src-assets-style-allAffairs--index-cardFrame-2EpMN .src-assets-style-allAffairs--index-cardItem-4Qr4x:hover button {
  background-color: #F63E62;
  border-color: #F63E62;
}
.theme-red .src-assets-style-allAffairs--index-cardFrame-2EpMN .src-assets-style-allAffairs--index-cardItem-4Qr4x:hover button:hover {
  background-color: #9A001E;
  border-color: #9A001E;
}
.theme-red .src-assets-style-allAffairs--index-searchContent-1PwEc .src-assets-style-allAffairs--index-searchList-2xgW6 .ant-tag-checkable-checked {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-assets-style-allAffairs--index-searchContent-1PwEc .src-assets-style-allAffairs--index-searchList-2xgW6 .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #F63E62;
}
.theme-red .src-assets-style-allAffairs--index-pagination-2lDAz {
  box-shadow: 0px 0px 0.1rem 0px rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-allAffairs--index-pagination-2lDAz .src-assets-style-allAffairs--index-affairTotal-2XJWB .src-assets-style-allAffairs--index-fontBlue-2OjY9 {
  color: #F63E62;
}
.theme-red .src-assets-style-allAffairs--index-activeLetter-3m5gB {
  background: #F63E62;
}
.theme-red .src-assets-style-allAffairs--index-letter-1wbHV:hover {
  background: #F63E62;
}
.theme-red .src-assets-style-allAffairs--index-radiusDiv-XfIAj {
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-allAffairs--index-radiusDiv-XfIAj:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-allAffairs--index-affairTitle-2fo2_ .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
.theme-red .src-assets-style-allAffairs--index-affairTitle-2fo2_ .ant-carousel .slick-dots li button {
  background: rgba(255, 0, 0, 0.5);
}
.theme-red .src-assets-style-allAffairs--index-cardFrame-2EpMN a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-allAffairs--index-dropdownBox-2yGV6 .ant-select-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-allAffairs--index-dropdownBox-2yGV6 .ant-select-dropdown-menu-item:hover a {
  color: #F63E62;
}
.theme-red .src-assets-style-allAffairs--index-sceneNav-1OZRq span {
  color: #9A001E;
}
.theme-red .src-assets-style-allAffairs--index-sceneNav-1OZRq .src-assets-style-allAffairs--index-sceneIcon-3cKCm {
  background: url(../../assets/images/mapIcon_red.png) no-repeat center;
  background-size: cover;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-assets-style-allAffairs--index-cardFrame-2EpMN .src-assets-style-allAffairs--index-cardItem-4Qr4x:hover button {
  background-color: #71b8ef;
  border-color: #71b8ef;
}
.theme-blue .src-assets-style-allAffairs--index-cardFrame-2EpMN .src-assets-style-allAffairs--index-cardItem-4Qr4x:hover button:hover {
  background-color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .src-assets-style-allAffairs--index-searchContent-1PwEc .src-assets-style-allAffairs--index-searchList-2xgW6 .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #a2ceff;
}
.theme-blue .src-assets-style-allAffairs--index-searchContent-1PwEc .src-assets-style-allAffairs--index-searchList-2xgW6 .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-allAffairs--index-pagination-2lDAz {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-allAffairs--index-pagination-2lDAz .src-assets-style-allAffairs--index-affairTotal-2XJWB .src-assets-style-allAffairs--index-fontBlue-2OjY9 {
  color: #1890ff;
}
.theme-blue .src-assets-style-allAffairs--index-activeLetter-3m5gB {
  background: #397EF0;
}
.theme-blue .src-assets-style-allAffairs--index-letter-1wbHV:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-allAffairs--index-radiusDiv-XfIAj {
  border: 1px solid rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-allAffairs--index-radiusDiv-XfIAj:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-allAffairs--index-affairTitle-2fo2_ .ant-carousel .slick-dots li.slick-active button {
  background: #1890ff;
}
.theme-blue .src-assets-style-allAffairs--index-affairTitle-2fo2_ .ant-carousel .slick-dots li button {
  background: rgba(35, 145, 230, 0.7);
}
.theme-blue .src-assets-style-allAffairs--index-cardFrame-2EpMN a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-allAffairs--index-sceneNav-1OZRq span {
  color: #397EF0;
}
.theme-blue .src-assets-style-allAffairs--index-sceneNav-1OZRq .src-assets-style-allAffairs--index-sceneIcon-3cKCm {
  background: url(../../assets/images/mapIcon_blue.png) no-repeat center;
  background-size: cover;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-allAffairs--index-searchContent-1PwEc .src-assets-style-allAffairs--index-searchList-2xgW6 .ant-tag-checkable-checked {
  color: #1C9750;
  background: #E6FFF1;
  border-color: #1C9750;
}
.theme-green .src-assets-style-allAffairs--index-searchContent-1PwEc .src-assets-style-allAffairs--index-searchList-2xgW6 .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1C9750;
}
.theme-green .src-assets-style-allAffairs--index-pagination-2lDAz {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-allAffairs--index-pagination-2lDAz .src-assets-style-allAffairs--index-affairTotal-2XJWB .src-assets-style-allAffairs--index-fontBlue-2OjY9 {
  color: #1C9750;
}
.theme-green .src-assets-style-allAffairs--index-activeLetter-3m5gB {
  background: #1C9750;
}
.theme-green .src-assets-style-allAffairs--index-letter-1wbHV:hover {
  background: #1C9750;
}
.theme-green .src-assets-style-allAffairs--index-radiusDiv-XfIAj:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(68, 126, 98, 0.35);
}
.theme-green .src-assets-style-allAffairs--index-radiusDiv-XfIAj {
  border: 1px solid rgba(87, 177, 134, 0.1);
}
.theme-green .src-assets-style-allAffairs--index-affairTitle-2fo2_ .ant-carousel .slick-dots li.slick-active button {
  background: #1C9750;
}
.theme-green .src-assets-style-allAffairs--index-affairTitle-2fo2_ .ant-carousel .slick-dots li button {
  background: rgba(10, 150, 50, 0.7);
}
.theme-green .src-assets-style-allAffairs--index-cardFrame-2EpMN a:hover {
  color: #00a854;
}
.theme-green .src-assets-style-allAffairs--index-dropdownBox-2yGV6 .ant-select-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.theme-green .src-assets-style-allAffairs--index-dropdownBox-2yGV6 .ant-select-dropdown-menu-item:hover a {
  color: #00a854;
}
.theme-green .src-assets-style-allAffairs--index-sceneNav-1OZRq span {
  color: #005825;
}
.theme-green .src-assets-style-allAffairs--index-sceneNav-1OZRq .src-assets-style-allAffairs--index-sceneIcon-3cKCm {
  background: url(../../assets/images/mapIcon_green.png) no-repeat center;
  background-size: cover;
}
/**************************** 绿色主题结束 **************************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-allAffairs--index-flex-3qc9Z {
    position: relative;
  }
  .font-normal .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-left-3sDH6 {
    border-radius: 6px;
    width: 10.73rem;
  }
  .font-normal .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-left-3sDH6 .src-assets-style-allAffairs--index-leftBody-1PTXk .src-assets-style-allAffairs--index-leftService-26LKm {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-left-3sDH6 {
    width: 14.14rem;
  }
  .font-normal .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-left-3sDH6 .src-assets-style-allAffairs--index-leftBody-1PTXk .src-assets-style-allAffairs--index-leftService-26LKm {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-leftContent-1h1g3 {
    width: 10.73rem;
    position: absolute;
    left: 0;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-leftContent-1h1g3 {
    width: 14.14rem;
    position: absolute;
    left: 0;
  }
}
@media (max-height: 830px) {
  .font-normal .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-leftContent-1h1g3 .src-assets-style-allAffairs--index-AllLetter-19rWZ {
    bottom: 4.85rem;
  }
}
@media (min-height: 831px) {
  .font-normal .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-leftContent-1h1g3 .src-assets-style-allAffairs--index-AllLetter-19rWZ {
    top: 3.26rem;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-allAffairs--index-flex-3qc9Z {
    position: relative;
  }
  .font-large .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-left-3sDH6 {
    border-radius: 6px;
    width: 10.73rem;
  }
  .font-large .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-left-3sDH6 .src-assets-style-allAffairs--index-leftBody-1PTXk .src-assets-style-allAffairs--index-leftService-26LKm {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-left-3sDH6 {
    width: 14.14rem;
  }
  .font-large .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-left-3sDH6 .src-assets-style-allAffairs--index-leftBody-1PTXk .src-assets-style-allAffairs--index-leftService-26LKm {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-leftContent-1h1g3 {
    width: 10.73rem;
    position: absolute;
    left: 0;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-leftContent-1h1g3 {
    width: 14.14rem;
    position: absolute;
    left: 0;
  }
}
@media (max-height: 913px) {
  .font-large .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-leftContent-1h1g3 .src-assets-style-allAffairs--index-AllLetter-19rWZ {
    bottom: 4.85rem;
  }
}
@media (min-height: 914.1px) {
  .font-large .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-leftContent-1h1g3 .src-assets-style-allAffairs--index-AllLetter-19rWZ {
    top: 3.26rem;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-allAffairs--index-flex-3qc9Z {
    position: relative;
  }
  .font-extraLarge .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-left-3sDH6 {
    border-radius: 6px;
    width: 10.73rem;
  }
  .font-extraLarge .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-left-3sDH6 .src-assets-style-allAffairs--index-leftBody-1PTXk .src-assets-style-allAffairs--index-leftService-26LKm {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-left-3sDH6 {
    width: 14.14rem;
  }
  .font-extraLarge .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-left-3sDH6 .src-assets-style-allAffairs--index-leftBody-1PTXk .src-assets-style-allAffairs--index-leftService-26LKm {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-leftContent-1h1g3 {
    width: 10.73rem;
    position: absolute;
    left: 0;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-leftContent-1h1g3 {
    width: 14.14rem;
    position: absolute;
    left: 0;
  }
}
@media (max-height: 1037.5px) {
  .font-extraLarge .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-leftContent-1h1g3 .src-assets-style-allAffairs--index-AllLetter-19rWZ {
    bottom: 4.85rem;
  }
}
@media (min-height: 1038.75px) {
  .font-extraLarge .src-assets-style-allAffairs--index-flex-3qc9Z .src-assets-style-allAffairs--index-leftContent-1h1g3 .src-assets-style-allAffairs--index-AllLetter-19rWZ {
    top: 3.26rem;
  }
}
@media (min-width: 1600px) {
  .font-extraLarge .src-assets-style-allAffairs--index-flex-3qc9Z {
    position: relative;
  }
  .font-extraLarge .src-assets-style-allAffairs--index-flex-3qc9Z .ant-col-xxl-8 {
    width: 50%;
  }
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.sceneContainer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.sceneBackground {
  background: url(../../assets/images/sceneBackground.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}
.sceneContent,
.sceneContent_department {
  width: 6.46rem;
  height: 3.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  -moz-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  -o-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
}
.sceneContent .dialog,
.sceneContent_department .dialog {
  width: 100%;
  height: 100%;
  background: url(../../assets/images/initDialog.png) no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sceneContent .dialog .textInfo,
.sceneContent_department .dialog .textInfo {
  text-align: center;
}
.sceneContent .dialog .textInfo .title,
.sceneContent_department .dialog .textInfo .title,
.sceneContent .dialog .textInfo .titleStart,
.sceneContent_department .dialog .textInfo .titleStart {
  font-size: 0.22rem;
  margin-bottom: 0.2rem;
  line-height: 0.22rem;
  font-weight: 700;
}
.sceneContent .dialog .textInfo .depict,
.sceneContent_department .dialog .textInfo .depict {
  font-size: 0.18rem;
  line-height: 0.18rem;
  margin-bottom: 0.3rem;
  color: #595959;
}
.sceneContent .dialog .textInfo .buttonBar,
.sceneContent_department .dialog .textInfo .buttonBar {
  text-align: center;
}
.sceneContent .dialog .whiteButton,
.sceneContent_department .dialog .whiteButton {
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  text-align: center;
  line-height: 0.16rem;
  color: #808080;
  cursor: pointer;
  display: inline-block;
  padding: 0.12rem 0.3rem;
  font-size: 0.16rem;
  margin-left: 0.17rem;
}
.sceneContent .dialog .colorButton,
.sceneContent_department .dialog .colorButton,
.sceneContent .dialog .disableButton,
.sceneContent_department .dialog .disableButton {
  border-radius: 20px;
  text-align: center;
  line-height: 0.16rem;
  margin: 0 auto;
  display: inline-block;
  padding: 0.12rem 0.3rem;
  font-size: 0.16rem;
}
.sceneContent .dialog .disableButton,
.sceneContent_department .dialog .disableButton {
  cursor: not-allowed;
  background: #F5F5F5;
  color: #CDCDCD;
  border: 1px solid #CDCDCD;
}
.sceneContent .dialog .colorButton,
.sceneContent_department .dialog .colorButton {
  cursor: pointer;
  color: #fff;
  background: #09a9f6;
}
.sceneContent .robot,
.sceneContent_department .robot {
  position: absolute;
  bottom: -0.3rem;
  left: -0.61rem;
}
.sceneContent .closeNav,
.sceneContent_department .closeNav {
  position: absolute;
  cursor: pointer;
  top: 0.14rem;
  right: 1px;
}
.sceneContent .tagBar,
.sceneContent_department .tagBar {
  text-align: left;
}
.sceneContent .tagBar .keywordTag,
.sceneContent_department .tagBar .keywordTag {
  font-size: 0.14rem;
  padding: 0.07rem 0.18rem;
  border-radius: 20px;
  border: 1px solid #09a9f6;
  background: #eff7ff;
  display: inline-block;
  position: relative;
  line-height: 0.12rem;
  color: #09a9f6;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
}
.sceneContent .tagBar .keywordTag img,
.sceneContent_department .tagBar .keywordTag img {
  right: -0.04rem;
  top: -0.04rem;
  position: absolute;
  cursor: pointer;
}
.sceneContent .keywordSearch,
.sceneContent_department .keywordSearch {
  width: 4.54rem;
}
.sceneContent .keywordSearch .ant-btn-primary,
.sceneContent_department .keywordSearch .ant-btn-primary {
  font-size: 0.14rem;
  background: #09a9f6;
}
.sceneContent .keywordSearch .ant-input-group .ant-input,
.sceneContent_department .keywordSearch .ant-input-group .ant-input {
  font-size: 0.14rem;
  color: #979797!important;
  background: none!important;
}
.sceneContent .keywordSearch .ant-input-group,
.sceneContent_department .keywordSearch .ant-input-group {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.sceneContent_keyword,
.sceneContent_command,
.sceneContent_command_keyword {
  width: 6.46rem;
  height: 5.98rem;
  position: absolute;
  top: 50%;
  left: 38%;
  -webkit-transform: translate(0%, -55%);
  -moz-transform: translate(0%, -55%);
  -ms-transform: translate(0%, -55%);
  -o-transform: translate(0%, -55%);
  transform: translate(0%, -55%);
}
.sceneContent_keyword .dialog,
.sceneContent_command .dialog,
.sceneContent_command_keyword .dialog {
  width: 100%;
  height: 100%;
  background: url(../../assets/images/searchDialog.png) no-repeat;
  padding: 0.3rem 0.65rem 0.55rem 0.65rem;
  display: flex;
  flex-direction: column;
}
.sceneContent_keyword .dialog .classBar,
.sceneContent_command .dialog .classBar,
.sceneContent_command_keyword .dialog .classBar {
  font-size: 0.14rem;
  color: #808080;
}
.sceneContent_keyword .dialog .classBar p,
.sceneContent_command .dialog .classBar p,
.sceneContent_command_keyword .dialog .classBar p {
  padding: 0 0.06rem;
  line-height: 0.39rem;
  border-bottom: 1px dashed #e1e6e3;
}
.sceneContent_keyword .dialog .classBar p span,
.sceneContent_command .dialog .classBar p span,
.sceneContent_command_keyword .dialog .classBar p span {
  margin-right: 0.1rem;
  line-height: 0.14rem;
  display: inline-block;
}
.sceneContent_keyword .dialog .classBar p span:not(:first-child),
.sceneContent_command .dialog .classBar p span:not(:first-child),
.sceneContent_command_keyword .dialog .classBar p span:not(:first-child) {
  padding: 0.05rem 0.07rem;
  cursor: pointer;
  border: 1px solid transparent;
}
.sceneContent_keyword .dialog .classBar .activeWord,
.sceneContent_command .dialog .classBar .activeWord,
.sceneContent_command_keyword .dialog .classBar .activeWord {
  padding: 0.05rem 0.07rem;
  background: #eff7ff;
  border: 1px solid #09a9f6!important;
  color: #09a9f6;
  border-radius: 20px;
  cursor: pointer;
}
.sceneContent_keyword .dialog .totalBar,
.sceneContent_command .dialog .totalBar,
.sceneContent_command_keyword .dialog .totalBar {
  line-height: 0.35rem;
  background: #f4f7f9;
  padding: 0 0.15rem;
}
.sceneContent_keyword .dialog .totalBar span:first-child,
.sceneContent_command .dialog .totalBar span:first-child,
.sceneContent_command_keyword .dialog .totalBar span:first-child {
  color: #7b7c7d;
}
.sceneContent_keyword .dialog .totalBar .noContinue,
.sceneContent_command .dialog .totalBar .noContinue,
.sceneContent_command_keyword .dialog .totalBar .noContinue {
  color: #7b7c7d;
  float: right;
}
.sceneContent_keyword .dialog .totalBar .continueNav,
.sceneContent_command .dialog .totalBar .continueNav,
.sceneContent_command_keyword .dialog .totalBar .continueNav {
  color: #09a9f6;
  float: right;
  cursor: pointer;
}
.sceneContent_keyword .dialog .scrollArea,
.sceneContent_command .dialog .scrollArea,
.sceneContent_command_keyword .dialog .scrollArea {
  flex: 1;
  margin-top: 0.1rem;
  width: calc(100% + 0.2rem) !important;
  margin-left: -0.1rem;
}
.sceneContent_keyword .dialog .affairList,
.sceneContent_command .dialog .affairList,
.sceneContent_command_keyword .dialog .affairList {
  padding: 0.1rem;
}
.sceneContent_keyword .dialog .affairList .affairItem,
.sceneContent_command .dialog .affairList .affairItem,
.sceneContent_command_keyword .dialog .affairList .affairItem {
  height: 1.2rem;
  padding: 0.16rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 0.11rem;
  position: relative;
}
.sceneContent_keyword .dialog .affairList .affairItem:last-child,
.sceneContent_command .dialog .affairList .affairItem:last-child,
.sceneContent_command_keyword .dialog .affairList .affairItem:last-child {
  margin-bottom: 0;
}
.sceneContent_keyword .dialog .affairList .affairItem .affairIcon,
.sceneContent_command .dialog .affairList .affairItem .affairIcon,
.sceneContent_command_keyword .dialog .affairList .affairItem .affairIcon {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  margin-right: 0.16rem;
  vertical-align: top;
}
.sceneContent_keyword .dialog .affairList .affairItem .handleButton,
.sceneContent_command .dialog .affairList .affairItem .handleButton,
.sceneContent_command_keyword .dialog .affairList .affairItem .handleButton {
  display: none;
  color: #fff;
  width: 0.52rem;
  height: 0.26rem;
  line-height: 0.26rem;
  text-align: center;
  position: absolute;
  right: 0.16rem;
  top: 0.16rem;
  border-radius: 5px;
  cursor: pointer;
}
.sceneContent_keyword .dialog .affairList .affairItem .affairInfo,
.sceneContent_command .dialog .affairList .affairItem .affairInfo,
.sceneContent_command_keyword .dialog .affairList .affairItem .affairInfo {
  display: inline-block;
  font-size: 0.14rem;
  color: #808080;
  width: 4.1rem;
}
.sceneContent_keyword .dialog .affairList .affairItem .affairInfo > p,
.sceneContent_command .dialog .affairList .affairItem .affairInfo > p,
.sceneContent_command_keyword .dialog .affairList .affairItem .affairInfo > p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sceneContent_keyword .dialog .affairList .affairItem .affairInfo > p:first-child,
.sceneContent_command .dialog .affairList .affairItem .affairInfo > p:first-child,
.sceneContent_command_keyword .dialog .affairList .affairItem .affairInfo > p:first-child {
  font-size: 0.16rem;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 0.03rem;
}
.sceneContent_keyword .dialog .affairList .affairItem .affairInfo > p:nth-child(2) > span:first-child,
.sceneContent_command .dialog .affairList .affairItem .affairInfo > p:nth-child(2) > span:first-child,
.sceneContent_command_keyword .dialog .affairList .affairItem .affairInfo > p:nth-child(2) > span:first-child {
  margin-right: 0.05rem;
}
.sceneContent_keyword .dialog .affairList .affairItem .affairInfo .hotBar,
.sceneContent_command .dialog .affairList .affairItem .affairInfo .hotBar,
.sceneContent_command_keyword .dialog .affairList .affairItem .affairInfo .hotBar {
  margin-top: 0.03rem;
}
.sceneContent_keyword .dialog .affairList .affairItem .affairInfo .hotBar > span,
.sceneContent_command .dialog .affairList .affairItem .affairInfo .hotBar > span,
.sceneContent_command_keyword .dialog .affairList .affairItem .affairInfo .hotBar > span {
  display: inline-block;
  align-items: center;
}
.sceneContent_keyword .dialog .affairList .affairItem .affairInfo .hotBar > span img,
.sceneContent_command .dialog .affairList .affairItem .affairInfo .hotBar > span img,
.sceneContent_command_keyword .dialog .affairList .affairItem .affairInfo .hotBar > span img {
  margin-right: 0.06rem;
}
.sceneContent_keyword .dialog .affairList .affairItem .affairInfo .hotBar > span:first-child,
.sceneContent_command .dialog .affairList .affairItem .affairInfo .hotBar > span:first-child,
.sceneContent_command_keyword .dialog .affairList .affairItem .affairInfo .hotBar > span:first-child {
  display: inline-block;
  width: 1.1rem;
}
.sceneContent_keyword .dialog .affairList .affairItem .affairInfo .blackFont,
.sceneContent_command .dialog .affairList .affairItem .affairInfo .blackFont,
.sceneContent_command_keyword .dialog .affairList .affairItem .affairInfo .blackFont {
  color: #000;
}
.sceneContent_keyword .dialog .affairList .affairItem .affairInfo .commandTag,
.sceneContent_command .dialog .affairList .affairItem .affairInfo .commandTag,
.sceneContent_command_keyword .dialog .affairList .affairItem .affairInfo .commandTag {
  font-size: 0.12rem;
  line-height: 0.12rem;
  padding: 0.03rem;
  background: #ff4d4f;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  display: inline-block;
  color: #fff;
  position: relative;
  margin-left: 0.05rem;
}
.sceneContent_keyword .dialog .affairList .affairItem .affairInfo .commandTag:after,
.sceneContent_command .dialog .affairList .affairItem .affairInfo .commandTag:after,
.sceneContent_command_keyword .dialog .affairList .affairItem .affairInfo .commandTag:after {
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
  border-right-color: #ff4d4f;
  border-bottom-color: #ff4d4f;
  position: absolute;
  left: -0.03rem;
  bottom: 0;
}
.sceneContent_keyword .dialog .affairList .affairItem:hover .handleButton,
.sceneContent_command .dialog .affairList .affairItem:hover .handleButton,
.sceneContent_command_keyword .dialog .affairList .affairItem:hover .handleButton {
  display: block;
}
.sceneContent_keyword .keywordTip,
.sceneContent_command .keywordTip,
.sceneContent_command_keyword .keywordTip {
  position: absolute;
  min-width: 2.55rem;
  min-height: 2rem;
  right: 10rem;
  bottom: 0.48rem;
  background: url(../../assets/images/keywordDialog.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.4rem 0.33rem;
  color: #dddfe1;
  font-size: 0.16rem;
  line-height: 0.16rem;
}
.sceneContent_keyword .keywordTip > div,
.sceneContent_command .keywordTip > div,
.sceneContent_command_keyword .keywordTip > div {
  margin-bottom: 0.08rem;
}
.sceneContent_keyword .keywordTip span,
.sceneContent_command .keywordTip span,
.sceneContent_command_keyword .keywordTip span {
  display: inline-block;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
}
.sceneContent_keyword .keywordTip span:first-child,
.sceneContent_command .keywordTip span:first-child,
.sceneContent_command_keyword .keywordTip span:first-child {
  margin-right: 0;
}
.sceneContent_keyword .robot,
.sceneContent_command .robot,
.sceneContent_command_keyword .robot {
  position: absolute;
  bottom: -0.3rem;
  left: -0.61rem;
}
.sceneContent_keyword .closeNav,
.sceneContent_command .closeNav,
.sceneContent_command_keyword .closeNav {
  position: absolute;
  cursor: pointer;
  top: -0.08rem;
  right: -0.05rem;
}
.sceneContent_command,
.sceneContent_command_keyword {
  width: 9.86rem;
  height: 5.98rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  -moz-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  -o-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
}
.sceneContent_command .dialog,
.sceneContent_command_keyword .dialog {
  background: url(../../assets/images/recommendDialog.png) no-repeat;
}
.sceneContent_command .affairList .affairItem,
.sceneContent_command_keyword .affairList .affairItem {
  display: inline-block;
  width: 4.21rem;
}
.sceneContent_command .affairList .affairItem .affairInfo,
.sceneContent_command_keyword .affairList .affairItem .affairInfo {
  width: 3.2rem!important;
}
.sceneContent_command .affairList .affairItem:nth-child(odd),
.sceneContent_command_keyword .affairList .affairItem:nth-child(odd) {
  margin-right: 0.13rem;
}
.sceneContent_command .closeNav,
.sceneContent_command_keyword .closeNav {
  right: 1px;
}
.sceneContent_command_keyword {
  top: 50%;
  left: 61%;
}
.sceneContent_department .dialog {
  display: block;
  padding: 0.68rem 0.75rem;
}
.sceneContent_department .dialog .title {
  font-size: 0.22rem;
  line-height: 0.22rem;
  margin-bottom: 0.26rem;
  text-align: center;
}
.sceneContent_department .dialog .tagsBar {
  font-size: 0.14rem;
  margin-bottom: 0.15rem;
  height: 1.16rem;
  overflow: auto;
}
.sceneContent_department .dialog .tagsBar span {
  line-height: 0.14rem;
  display: inline-block;
  padding: 0.09rem 0.15rem;
  border-radius: 5px;
  background: #bfbfbf;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  cursor: pointer;
  color: #fff;
}
.sceneContent_department .dialog .tagsBar .activeTag {
  background: #09a9f6;
}
.sceneContent_department .dialog .buttonBar {
  position: relative;
  text-align: center;
}
.sceneContent_department .dialog .buttonBar .noneText {
  cursor: pointer;
  color: #09a9f6;
  position: absolute;
  right: 0px;
  line-height: 0.4rem;
}
.sceneContent_department .robotUp {
  position: absolute;
  left: 50%;
  top: -1.18rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fixedContainer {
  position: fixed;
}
.dotting {
  display: inline-block;
  min-width: 0.02rem;
  min-height: 0.02rem;
  box-shadow: 0.02rem 0 currentColor, 0.06rem 0 currentColor, 0.1rem 0 currentColor;
  /* for IE9+, ..., 3个点 */
  animation: dot 1s infinite step-start both;
  /* for IE10+, ... */
}
.dotting:before {
  content: '...';
}
/* for IE8. 若无需兼容IE8, 此行以及下一行删除*/
.dotting::before {
  content: '';
}
/* for IE9+ 覆盖 IE8 */
:root .dotting {
  margin-right: 0.08rem;
}
/* for IE9+,FF,CH,OP,SF 占据空间*/
@keyframes dot {
  25% {
    box-shadow: none;
  }
  /* 0个点 */
  50% {
    box-shadow: 0.02rem 0 currentColor;
  }
  /* 1个点 */
  75% {
    box-shadow: 0.02rem 0 currentColor, 0.06rem 0 currentColor;
    /* 2个点 */
  }
}
/**************** 蓝色主题*****************/
.theme-blue .sceneContent .dialog .colorButton,
.theme-blue .sceneContent_department .dialog .colorButton {
  background: #397EF0;
}
.theme-blue .sceneContent .tagBar .keywordTag,
.theme-blue .sceneContent_department .tagBar .keywordTag {
  border: 1px solid #397EF0;
  background: #c4e5ff;
  color: #397EF0;
}
.theme-blue .sceneContent .keywordSearch .ant-btn-primary,
.theme-blue .sceneContent_department .keywordSearch .ant-btn-primary {
  background: #397EF0;
}
.theme-blue .sceneContent_keyword .dialog .classBar .activeWord,
.theme-blue .sceneContent_command .dialog .classBar .activeWord,
.theme-blue .sceneContent_command_keyword .dialog .classBar .activeWord {
  background: #c4e5ff;
  border: 1px solid #397EF0 !important;
  color: #397EF0;
}
.theme-blue .sceneContent_keyword .dialog .totalBar .continueNav,
.theme-blue .sceneContent_command .dialog .totalBar .continueNav,
.theme-blue .sceneContent_command_keyword .dialog .totalBar .continueNav {
  color: #397EF0;
}
.theme-blue .sceneContent_keyword .affairList .affairItem .handleButton,
.theme-blue .sceneContent_command .affairList .affairItem .handleButton,
.theme-blue .sceneContent_command_keyword .affairList .affairItem .handleButton {
  background: #397EF0;
}
.theme-blue .sceneContent_keyword .affairList .affairItem .handleButton:hover,
.theme-blue .sceneContent_command .affairList .affairItem .handleButton:hover,
.theme-blue .sceneContent_command_keyword .affairList .affairItem .handleButton:hover {
  background: #397EF0;
}
.theme-blue .sceneContent_department .dialog .tagsBar .activeTag {
  background: #397EF0;
}
.theme-blue .sceneContent_department .dialog .buttonBar .noneText {
  color: #397EF0;
}
/**************** 红色主题*****************/
.theme-red .sceneContent .dialog .colorButton,
.theme-red .sceneContent_department .dialog .colorButton {
  background: #9A001E;
}
.theme-red .sceneContent .tagBar .keywordTag,
.theme-red .sceneContent_department .tagBar .keywordTag {
  border: 1px solid #9A001E;
  background: #ffcfd8;
  color: #9A001E;
}
.theme-red .sceneContent .keywordSearch .ant-btn-primary,
.theme-red .sceneContent_department .keywordSearch .ant-btn-primary {
  background: #9A001E;
}
.theme-red .sceneContent_keyword .dialog .classBar .activeWord,
.theme-red .sceneContent_command .dialog .classBar .activeWord,
.theme-red .sceneContent_command_keyword .dialog .classBar .activeWord {
  background: #ffcfd8;
  border: 1px solid #9A001E !important;
  color: #9A001E;
}
.theme-red .sceneContent_keyword .dialog .totalBar .continueNav,
.theme-red .sceneContent_command .dialog .totalBar .continueNav,
.theme-red .sceneContent_command_keyword .dialog .totalBar .continueNav {
  color: #9A001E;
}
.theme-red .sceneContent_keyword .dialog .affairList .affairItem .handleButton,
.theme-red .sceneContent_command .dialog .affairList .affairItem .handleButton,
.theme-red .sceneContent_command_keyword .dialog .affairList .affairItem .handleButton {
  background: #F63E62;
}
.theme-red .sceneContent_keyword .dialog .affairList .affairItem .handleButton:hover,
.theme-red .sceneContent_command .dialog .affairList .affairItem .handleButton:hover,
.theme-red .sceneContent_command_keyword .dialog .affairList .affairItem .handleButton:hover {
  background: #9A001E;
}
.theme-red .sceneContent_department .dialog .tagsBar .activeTag {
  background: #9A001E;
}
.theme-red .sceneContent_department .dialog .buttonBar .noneText {
  color: #9A001E;
}
/**************** 绿色主题*****************/
.theme-green .sceneContent .dialog .colorButton,
.theme-green .sceneContent_department .dialog .colorButton {
  background: #005825;
}
.theme-green .sceneContent .tagBar .keywordTag,
.theme-green .sceneContent_department .tagBar .keywordTag {
  border: 1px solid #005825;
  background: #62b68e;
  color: #005825;
}
.theme-green .sceneContent .keywordSearch .ant-btn-primary,
.theme-green .sceneContent_department .keywordSearch .ant-btn-primary {
  background: #005825;
}
.theme-green .sceneContent_keyword .dialog .classBar .activeWord,
.theme-green .sceneContent_command .dialog .classBar .activeWord,
.theme-green .sceneContent_command_keyword .dialog .classBar .activeWord {
  background: #62b68e;
  border: 1px solid #005825 !important;
  color: #005825;
}
.theme-green .sceneContent_keyword .dialog .totalBar .continueNav,
.theme-green .sceneContent_command .dialog .totalBar .continueNav,
.theme-green .sceneContent_command_keyword .dialog .totalBar .continueNav {
  color: #005825;
}
.theme-green .sceneContent_keyword .dialog .affairList .affairItem .handleButton,
.theme-green .sceneContent_command .dialog .affairList .affairItem .handleButton,
.theme-green .sceneContent_command_keyword .dialog .affairList .affairItem .handleButton {
  background: #00a854;
}
.theme-green .sceneContent_keyword .dialog .affairList .affairItem .handleButton:hover,
.theme-green .sceneContent_command .dialog .affairList .affairItem .handleButton:hover,
.theme-green .sceneContent_command_keyword .dialog .affairList .affairItem .handleButton:hover {
  background: #005825;
}
.theme-green .sceneContent_department .dialog .tagsBar .activeTag {
  background: #005825;
}
.theme-green .sceneContent_department .dialog .buttonBar .noneText {
  color: #005825;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.mask {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0.67rem;
}
.loadImg {
  position: fixed;
  z-index: 1001;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/**************************** 蓝色主题开始 ***************************/
.theme-blue .fill {
  fill: #397EF0;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 红色主题开始 ***************************/
.theme-red .fill {
  fill: #F63E62;
}
/**************************** 红色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .fill {
  fill: #00a854;
}
/**************************** 绿色主题结束 **************************/
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
/* 服务入口页面布局样式 */
.src-assets-style-serviceManage--index-flex-LO4m4 {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.src-assets-style-serviceManage--index-flex-LO4m4 i.iconfont {
  color: #5a5a5a ;
}
@media (min-width: 0px) {
  .src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG {
    border-radius: 6px;
    box-shadow: 0px 0px 0.1rem rgba(0, 88, 37, 0.1);
    border: 1px solid #e8e8e8;
    width: 7.74rem;
    min-height: 10.18rem;
    overflow: hidden;
    float: left;
    background-color: white;
  }
  .src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG .src-assets-style-serviceManage--index-leftBody-1uHIT .src-assets-style-serviceManage--index-leftService-2-fAk {
    float: left;
    width: 5.62rem;
  }
}
.src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG .src-assets-style-serviceManage--index-leftBody-1uHIT {
  padding: 0.23rem 0px 0.3rem 0.25rem;
  height: 100%;
  overflow: hidden;
}
.src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG .src-assets-style-serviceManage--index-leftBody-1uHIT .src-assets-style-serviceManage--index-leftAnchor-3buVK {
  float: right;
  width: 1.8rem;
}
.src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG .src-assets-style-serviceManage--index-leftBody-1uHIT .src-assets-style-serviceManage--index-leftAnchor-3buVK .ant-affix {
  z-index: 1;
}
.src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG .src-assets-style-serviceManage--index-leftBody-1uHIT .src-assets-style-serviceManage--index-leftAnchor-3buVK .src-assets-style-serviceManage--index-anchor-1uzNO {
  margin: 0.4rem 0.1rem 0 0;
}
.src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG .src-assets-style-serviceManage--index-leftBody-1uHIT .src-assets-style-serviceManage--index-leftAnchor-3buVK .src-assets-style-serviceManage--index-anchor-1uzNO .ant-anchor-ink:before {
  width: 1px;
  background-color: #e7e7e7;
}
.src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG .src-assets-style-serviceManage--index-leftBody-1uHIT .src-assets-style-serviceManage--index-leftAnchor-3buVK .src-assets-style-serviceManage--index-anchor-1uzNO .ant-anchor-link-active .ant-anchor-link-title {
  color: #37A164;
}
.src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG .src-assets-style-serviceManage--index-leftBody-1uHIT .src-assets-style-serviceManage--index-leftAnchor-3buVK .src-assets-style-serviceManage--index-anchor-1uzNO .ant-anchor-ink-ball {
  border: 2px solid #37A164;
  transform: translateX(-45%);
}
.src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG .src-assets-style-serviceManage--index-leftBody-1uHIT .src-assets-style-serviceManage--index-leftAnchor-3buVK .src-assets-style-serviceManage--index-anchor-1uzNO a:hover {
  color: #37A164;
}
.src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-right-30wcb {
  width: 3.87rem;
  overflow: hidden;
  float: right;
}
.src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-right-30wcb .src-assets-style-serviceManage--index-rightTop-QO3l9 {
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  min-height: 4.96rem;
  background-color: white;
  border: 1px solid #e8e8e8;
}
.src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-right-30wcb .src-assets-style-serviceManage--index-rightBottom-2zUrG {
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  background-color: white;
  min-height: 4.96rem;
  margin-top: 0.26rem;
  border: 1px solid #e8e8e8;
}
/* 全部服务布局样式 */
/* 遮罩 */
.src-assets-style-serviceManage--index-mask-3bTci {
  background-color: #f4f9f6;
  border-radius: 4px;
  height: 1.28rem;
  width: 1.12rem;
  z-index: 1;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
}
/* 添加样式 */
.src-assets-style-serviceManage--index-closeRight-2xhmj {
  position: absolute;
  top: 0.07rem;
  opacity: 0;
  text-align: right;
  width: 1.12rem;
}
.src-assets-style-serviceManage--index-closeRight-2xhmj span i.anticon.anticon-plus-circle-o::before {
  color: #f4f9f6;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  font-size: 0.16rem;
}
.src-assets-style-serviceManage--index-closeRight-2xhmj span i.anticon.anticon-minus-circle-o::before {
  color: #f4f9f6;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  font-size: 0.16rem;
}
.src-assets-style-serviceManage--index-closeRight-2xhmj span i.anticon.anticon-question-circle-o::before {
  border-radius: 50%;
  font-size: 0.16rem;
}
.src-assets-style-serviceManage--index-closeRight-2xhmj .src-assets-style-serviceManage--index-operation1-3gEdu {
  padding-right: 0.2rem;
}
.src-assets-style-serviceManage--index-closeRight-2xhmj .src-assets-style-serviceManage--index-operation2-2kYMF {
  padding-right: 0.12rem;
}
.src-assets-style-serviceManage--index-collectClose-2N_Qw {
  padding-right: 0.05rem;
}
.src-assets-style-serviceManage--index-customService-3Xhcp {
  position: relative;
  top: -105%;
  opacity: 0;
}
.src-assets-style-serviceManage--index-customService-3Xhcp span i.anticon.anticon-plus-circle-o::before {
  color: #f4f9f6;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  font-size: 0.16rem;
}
.src-assets-style-serviceManage--index-customService-3Xhcp span i.anticon.anticon-minus-circle-o::before {
  color: #f4f9f6;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  font-size: 0.16rem;
}
.src-assets-style-serviceManage--index-ulListActive-3S-ta {
  height: 1.38rem;
}
.src-assets-style-serviceManage--index-ulListHidden-39WVJ {
  overflow: hidden;
  visibility: hidden;
  position: absolute;
}
.src-assets-style-serviceManage--index-ulListHidden-39WVJ li {
  float: left;
  width: 1.14rem;
  margin-right: 0.2rem;
  margin-top: 0.1rem;
  height: 1.28rem;
  position: relative;
}
.src-assets-style-serviceManage--index-ullist-2ezou {
  overflow: hidden;
  width: 100%;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4Often-3IIAS {
  cursor: pointer;
  height: 1.5rem;
  width: 1.14rem;
  z-index: 0;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4Often-3IIAS .src-assets-style-serviceManage--index-closeRight-2xhmj {
  top: 1px;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4Often-3IIAS .src-assets-style-serviceManage--index-customService-3Xhcp {
  top: -103%;
  right: 0.03rem;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4Often-3IIAS:hover .src-assets-style-serviceManage--index-fontlist-vR9_c {
  color: #37A164;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4Often-3IIAS:hover .src-assets-style-serviceManage--index-serviceOftenMask-3TfvR {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4Often-3IIAS:hover .src-assets-style-serviceManage--index-closeRight-2xhmj {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4Often-3IIAS:hover .src-assets-style-serviceManage--index-customService-3Xhcp {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4Move-Co9Vp {
  cursor: pointer;
  height: 1.4rem;
  width: 1.14rem;
  z-index: 0;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4Move-Co9Vp .src-assets-style-serviceManage--index-closeRight-2xhmj {
  top: 1px;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4Move-Co9Vp .src-assets-style-serviceManage--index-customService-3Xhcp {
  top: -112%;
  right: 0.03rem;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4Move-Co9Vp:hover .src-assets-style-serviceManage--index-fontlist-vR9_c {
  color: #37A164;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4Move-Co9Vp:hover .src-assets-style-serviceManage--index-serviceCollectMask-VKYl3 {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4Move-Co9Vp:hover .src-assets-style-serviceManage--index-serviceOftenMask-3TfvR {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4Move-Co9Vp:hover .src-assets-style-serviceManage--index-removeRight-1HDaq {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4Move-Co9Vp:hover .src-assets-style-serviceManage--index-closeRight-2xhmj {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4Move-Co9Vp:hover .src-assets-style-serviceManage--index-customService-3Xhcp {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4-2ZbNk {
  cursor: pointer;
  height: 1.4rem;
  width: 1.14rem;
  z-index: 0;
  border-top-left-radius: 4px;
  overflow: hidden;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4-2ZbNk .src-assets-style-serviceManage--index-closeRight-2xhmj {
  top: 1px;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4-2ZbNk .src-assets-style-serviceManage--index-customService-3Xhcp {
  top: -112%;
  right: 0.03rem;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4-2ZbNk:hover .src-assets-style-serviceManage--index-fontlist-vR9_c {
  color: #37A164;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4-2ZbNk:hover .src-assets-style-serviceManage--index-serviceCollectMask-VKYl3 {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4-2ZbNk:hover .src-assets-style-serviceManage--index-serviceOftenMask-3TfvR {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4-2ZbNk:hover .src-assets-style-serviceManage--index-removeRight-1HDaq {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4-2ZbNk:hover .src-assets-style-serviceManage--index-closeRight-2xhmj {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4-2ZbNk:hover .src-assets-style-serviceManage--index-customService-3Xhcp {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2ezou li {
  list-style: none;
  float: left;
  width: 1.14rem;
  cursor: pointer;
  margin-right: 0.2rem;
  margin-top: 0.1rem;
  height: 1.28rem;
  position: relative;
  z-index: 0;
}
.src-assets-style-serviceManage--index-ullist-2ezou li:hover .src-assets-style-serviceManage--index-fontlist-vR9_c {
  color: #37A164;
}
.src-assets-style-serviceManage--index-ullist-2ezou li:hover .src-assets-style-serviceManage--index-closeRight-2xhmj {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2ezou li:hover .src-assets-style-serviceManage--index-mask-3bTci {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2ezou li:hover .src-assets-style-serviceManage--index-customService-3Xhcp {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2ezou li:hover .src-assets-style-serviceManage--index-logoMask-3sUXS {
  opacity: 1;
}
/* 服务收藏遮罩 */
.src-assets-style-serviceManage--index-serviceCollectMask-VKYl3 {
  background-color: #f4f9f6;
  border-radius: 4px;
  height: 1.4rem;
  width: 1.14rem;
  z-index: 1;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
}
/* 常用服务遮罩 */
.src-assets-style-serviceManage--index-serviceOftenMask-3TfvR {
  background-color: #f4f9f6;
  border-radius: 4px;
  height: 1.5rem;
  width: 1.14rem;
  z-index: 1;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
}
/* 常用服务 */
.src-assets-style-serviceManage--index-serviceOftenDivRelative-3Lh7W {
  position: relative;
  text-align: center;
  height: 1.5rem;
  z-index: 2;
  padding-top: 27%;
}
/* 服务收藏 */
.src-assets-style-serviceManage--index-serviceCollectDivRelative-3w-nf {
  position: relative;
  text-align: center;
  height: 1.4rem;
  z-index: 2;
  padding-top: 17%;
  padding-left: 0.07rem;
}
/* 移除样式 */
.src-assets-style-serviceManage--index-removeRight-1HDaq {
  position: absolute;
  top: 0.06rem;
  right: 0.02rem;
  opacity: 0;
  width: 0.16rem;
  height: 0.16rem;
}
.src-assets-style-serviceManage--index-removeRight-1HDaq span i.anticon.anticon-minus-circle-o::before {
  color: #f4f9f6;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  font-size: 0.16rem;
}
.src-assets-style-serviceManage--index-image-A3mr_ {
  width: 0.35rem;
  height: 0.35rem;
  margin-bottom: 0.2rem;
}
/* 图标圆角 */
.src-assets-style-serviceManage--index-imageRadius-1s-xX {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-serviceManage--index-radiusDiv-3hZlu {
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  height: 0.66rem;
  width: 0.66rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-radius: 33px;
  margin: 0 auto;
  box-shadow: 0px 0px 0.05rem rgba(0, 168, 84, 0.3);
  margin-bottom: 0.15rem;
}
.src-assets-style-serviceManage--index-collectRadiusDiv-1C2GH {
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  height: 0.66rem;
  width: 0.66rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-radius: 33px;
  margin: 0 auto;
  box-shadow: 0px 0px 0.05rem rgba(0, 168, 84, 0.3);
  margin-bottom: 0.07rem;
  margin-top: 0.08rem;
}
/* 字体样式 */
.src-assets-style-serviceManage--index-fontlist-vR9_c {
  word-wrap: break-word;
  word-break: break-all;
  font-family: "Microsoft YaHei";
  margin: 0 auto;
  font-size: 0.14rem;
  height: 0.21rem;
  width: 0.84rem;
  line-height: 0.2rem;
  color: #666666;
}
.src-assets-style-serviceManage--index-padd10-26ZC3 {
  padding: 0px 0.08rem 0 0.08rem;
}
.src-assets-style-serviceManage--index-divRelative-34AMu {
  position: relative;
  text-align: center;
  height: 1.28rem;
  z-index: 2;
  padding-top: 27%;
  border-top-left-radius: 4px;
  overflow: hidden;
}
/* 鼠标手指形式 */
.src-assets-style-serviceManage--index-pointer-36uIu {
  cursor: pointer;
  font-size: 0.16rem;
  padding-left: 0.1rem;
}
/* 首页常用服务模块样式 */
.src-assets-style-serviceManage--index-indexList-1YRMY {
  text-align: center;
  overflow: hidden;
  padding-top: 0.02rem;
}
.src-assets-style-serviceManage--index-indexList-1YRMY li {
  list-style: none;
}
.src-assets-style-serviceManage--index-indexList-1YRMY .src-assets-style-serviceManage--index-indexCol4-co484 {
  cursor: pointer;
  height: 0.95rem;
  z-index: 0;
  width: 33.33333333%;
  float: left;
}
.src-assets-style-serviceManage--index-indexList-1YRMY .src-assets-style-serviceManage--index-indexCol4Active-ycZcv {
  cursor: pointer;
  height: 0.95rem;
  z-index: 0;
  width: 33.33333333%;
  position: absolute;
  right: 0.15rem;
  bottom: 0.05rem;
}
.src-assets-style-serviceManage--index-indexList-1YRMY .src-assets-style-serviceManage--index-indexCol4Inline-ezfB- {
  display: inline;
  cursor: pointer;
}
.src-assets-style-serviceManage--index-indexList-1YRMY .src-assets-style-serviceManage--index-indexDivRelative-L9PB8 {
  position: relative;
  text-align: center;
  z-index: 2;
}
.src-assets-style-serviceManage--index-indexList-1YRMY .src-assets-style-serviceManage--index-indexDivRelative-L9PB8 .src-assets-style-serviceManage--index-indexLimit-sTILb {
  padding: 0.1rem 0.15rem 0px 0.15rem;
  position: relative;
  display: inline-block;
  border-top-left-radius: 4px;
  overflow: hidden;
}
.src-assets-style-serviceManage--index-indexList-1YRMY .src-assets-style-serviceManage--index-indexDivRelative-L9PB8 .src-assets-style-serviceManage--index-indexRadiusDiv-nuRca {
  display: inline-block;
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  height: 0.55rem;
  width: 0.55rem;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0px 0px 0.05rem rgba(0, 168, 84, 0.3);
}
.src-assets-style-serviceManage--index-indexList-1YRMY .src-assets-style-serviceManage--index-indexDivRelative-L9PB8 .src-assets-style-serviceManage--index-indexRadiusDiv-nuRca::before {
  content: '';
  width: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.src-assets-style-serviceManage--index-indexList-1YRMY .src-assets-style-serviceManage--index-indexDivRelative-L9PB8 .src-assets-style-serviceManage--index-indexRadiusDiv-nuRca .src-assets-style-serviceManage--index-plusRadius-1Y9P9 {
  font-size: x-large;
  display: inline-block;
  vertical-align: middle;
}
.src-assets-style-serviceManage--index-indexBottom-2gOFN {
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0.2rem;
  border-top: 1px solid rgba(205, 217, 212, 0.3);
  padding-top: 0.1rem;
}
.src-assets-style-serviceManage--index-indexBottom-2gOFN .src-assets-style-serviceManage--index-indexFont-V8NqA {
  color: #999999;
  font-family: "Microsoft YaHei";
  font-size: 0.14rem;
  width: 100%;
  text-align: center;
}
.src-assets-style-serviceManage--index-indexBottom-2gOFN .src-assets-style-serviceManage--index-indexButton-3oMrg {
  width: 100%;
  text-align: center;
  margin-top: 0.1rem;
}
.src-assets-style-serviceManage--index-indexBottom-2gOFN .src-assets-style-serviceManage--index-indexButton-3oMrg ul {
  text-align: center;
}
.src-assets-style-serviceManage--index-indexBottom-2gOFN .src-assets-style-serviceManage--index-indexButton-3oMrg ul li {
  display: inline-block;
  width: 0.79rem;
  height: 0.3rem;
  line-height: 0.3rem;
  margin-right: 0.1rem;
  font-size: 0.14rem;
  color: #ffffff;
  font-family: "Microsoft YaHei";
  border-radius: 16px;
  cursor: pointer;
}
.src-assets-style-serviceManage--index-indexBottom-2gOFN .src-assets-style-serviceManage--index-indexButton-3oMrg ul li.src-assets-style-serviceManage--index-leave-1-7Kw {
  background-color: #709b82;
}
.src-assets-style-serviceManage--index-indexBottom-2gOFN .src-assets-style-serviceManage--index-indexButton-3oMrg ul li.src-assets-style-serviceManage--index-turn-RK7E1 {
  background-color: #c5a258;
}
.src-assets-style-serviceManage--index-indexBottom-2gOFN .src-assets-style-serviceManage--index-indexButton-3oMrg ul li.src-assets-style-serviceManage--index-welcome-2RM3Y {
  background-color: #a3c3d9;
}
.src-assets-style-serviceManage--index-logo-1scLg {
  overflow: hidden;
  padding: 0 0.25rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-serviceManage--index-logo-1scLg .src-assets-style-serviceManage--index-image-A3mr_ {
  width: 0.4rem;
  height: 0.4rem;
  margin-bottom: 0px;
}
.src-assets-style-serviceManage--index-logo-1scLg li {
  height: 0.8rem;
  width: 1rem;
  float: left;
  position: relative;
  z-index: 0;
  cursor: pointer;
  text-align: center;
  display: table;
}
.src-assets-style-serviceManage--index-logo-1scLg .src-assets-style-serviceManage--index-logoDivRelative-2FXCC {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 0.8rem;
  z-index: 2;
}
.src-assets-style-serviceManage--index-logo-1scLg .src-assets-style-serviceManage--index-logoMask-3sUXS {
  background-color: #f4f9f6;
  border-radius: 4px;
  overflow: hidden;
  height: 0.8rem;
  width: 1rem;
  z-index: 1;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
}
.src-assets-style-serviceManage--index-logo-1scLg .src-assets-style-serviceManage--index-imageCheck-10Yx0 .src-assets-style-serviceManage--index-logoMask-3sUXS {
  height: 0.8rem;
  width: 1rem;
  float: left;
  position: absolute;
  z-index: 0;
  cursor: pointer;
  opacity: 1;
}
.src-assets-style-serviceManage--index-clearBoth-kL-Lx {
  clear: both;
}
.src-assets-style-serviceManage--index-clearBoth-kL-Lx .src-assets-style-serviceManage--index-expand-_Ydyr {
  color: #37A164;
  cursor: pointer;
  text-align: center;
  margin-top: 0.1rem;
}
.src-assets-style-serviceManage--index-clearBothPaddingTop30-1y-zi {
  clear: both;
  padding-top: 0.3rem;
}
.src-assets-style-serviceManage--index-lineHeight-1BigG {
  line-height: 0.4rem;
}
.src-assets-style-serviceManage--index-input-2XGWj {
  width: 3.4rem;
  height: 0.32rem;
  background: #ffffff;
  border-radius: 4px;
}
.src-assets-style-serviceManage--index-search-wuyAQ {
  font-size: 0.16rem;
  cursor: pointer;
}
.src-assets-style-serviceManage--index-addButton-1Xg2E {
  height: 0.32rem;
  width: 1.6rem;
  border-radius: 4px;
  font-family: "Microsoft YaHei";
  color: #999999;
  line-height: 0.21rem;
}
.src-assets-style-serviceManage--index-addButton-1Xg2E i {
  font-size: 0.09rem;
}
.src-assets-style-serviceManage--index-borderserviceIcon-DAFoI {
  height: 2.5rem;
  overflow: auto;
  margin-top: 0.1rem;
  border: solid 1px #d9d9d9;
}
.src-assets-style-serviceManage--index-searchButton-15OMB {
  height: 0.32rem;
  border-radius: 4px;
  margin-left: 0.1rem;
  font-family: "Microsoft YaHei";
  line-height: 0.21rem;
}
.src-assets-style-serviceManage--index-serviceDomainMargin-28TS1 {
  clear: both;
  padding-top: 0.3rem;
}
.src-assets-style-serviceManage--index-modalInfoStyle-2fVVz {
  padding: 0.1rem;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.src-assets-style-serviceManage--index-modalInfoStyle-2fVVz .src-assets-style-serviceManage--index-introduction-Ku-fn {
  padding: 0.05rem 0.1rem;
}
.src-assets-style-serviceManage--index-modalInfoStyle-2fVVz img {
  max-width: 60%;
}
.src-assets-style-serviceManage--index-serviceIndex-1W0e7 .ant-card-body {
  padding: 0.2rem 0.24rem 0.07rem 0.24rem;
}
.src-assets-style-serviceManage--index-affairIndex-21n_m .ant-card-body {
  padding: 0.1rem 0.24rem;
}
.src-assets-style-serviceManage--index-affairIndex-21n_m .src-assets-style-serviceManage--index-indexList-1YRMY .src-assets-style-serviceManage--index-indexCol4-co484 .src-assets-style-serviceManage--index-fontlist-vR9_c {
  position: relative;
  top: -0.05rem;
}
.src-assets-style-serviceManage--index-serviceModalLayout-lfjEs {
  text-align: center;
}
.src-assets-style-serviceManage--index-serviceTopMargin-32s4S {
  margin-top: 0.1rem;
}
.src-assets-style-serviceManage--index-searchIcon-1Dy_5 {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.25);
}
/*************** 右边事务统计部分开始***************/
.src-assets-style-serviceManage--index-rightInfo-39pU2 {
  padding: 0.1rem;
}
.src-assets-style-serviceManage--index-rightInfo-39pU2 .src-assets-style-serviceManage--index-title-1hcwI {
  font-weight: bold;
  line-height: 0.27rem;
  font-size: 0.18rem;
}
.src-assets-style-serviceManage--index-rightInfo-39pU2 .src-assets-style-serviceManage--index-chart-1iCeg {
  width: 1.6rem;
  display: inline-block;
}
.src-assets-style-serviceManage--index-rightInfo-39pU2 .src-assets-style-serviceManage--index-ul-2I997 {
  float: right;
  width: 1.2rem;
}
.src-assets-style-serviceManage--index-rightInfo-39pU2 .src-assets-style-serviceManage--index-ul-2I997 li {
  height: 0.3rem;
  line-height: 0.3rem;
}
.src-assets-style-serviceManage--index-rightInfo-39pU2 .src-assets-style-serviceManage--index-ul-2I997 li:nth-child(5) div {
  background: #4f81bb;
}
.src-assets-style-serviceManage--index-rightInfo-39pU2 .src-assets-style-serviceManage--index-ul-2I997 li:nth-child(4) div {
  background: #bf4f4d;
}
.src-assets-style-serviceManage--index-rightInfo-39pU2 .src-assets-style-serviceManage--index-ul-2I997 li:nth-child(3) div {
  background: #9aba5a;
}
.src-assets-style-serviceManage--index-rightInfo-39pU2 .src-assets-style-serviceManage--index-ul-2I997 li:nth-child(2) div {
  background: #8064a0;
}
.src-assets-style-serviceManage--index-rightInfo-39pU2 .src-assets-style-serviceManage--index-ul-2I997 li:nth-child(1) div {
  background: #4aabc4;
}
.src-assets-style-serviceManage--index-rightInfo-39pU2 .src-assets-style-serviceManage--index-color-1vIvi {
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
}
.src-assets-style-serviceManage--index-rightInfo-39pU2 .src-assets-style-serviceManage--index-list-1JA1P {
  line-height: 0.3rem;
}
.src-assets-style-serviceManage--index-rightInfo-39pU2 .src-assets-style-serviceManage--index-list-1JA1P ul.src-assets-style-serviceManage--index-listItem-1Ed8W {
  display: block;
  border-top: 1px solid #c2ccd1;
  margin-right: 0.2rem;
}
.src-assets-style-serviceManage--index-rightInfo-39pU2 .src-assets-style-serviceManage--index-list-1JA1P ul.src-assets-style-serviceManage--index-listItem-1Ed8W li:last-child {
  text-align: right;
}
.src-assets-style-serviceManage--index-rightInfo-39pU2 .src-assets-style-serviceManage--index-list-1JA1P ul.src-assets-style-serviceManage--index-listTitle-2JydV {
  font-weight: bold;
  border: none;
  margin-top: 0.2rem;
}
.src-assets-style-serviceManage--index-rightInfo-39pU2 .src-assets-style-serviceManage--index-list-1JA1P ul.src-assets-style-serviceManage--index-listTitle-2JydV li {
  text-align: left;
}
/*************** 右边事务统计部分开始***************/
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG .src-assets-style-serviceManage--index-leftBody-1uHIT .src-assets-style-serviceManage--index-leftAnchor-3buVK .src-assets-style-serviceManage--index-anchor-1uzNO .ant-anchor-ink:before {
  background-color: #e7e7e7;
}
.theme-blue .src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG .src-assets-style-serviceManage--index-leftBody-1uHIT .src-assets-style-serviceManage--index-leftAnchor-3buVK .src-assets-style-serviceManage--index-anchor-1uzNO .ant-anchor-link-active .ant-anchor-link-title {
  color: #397EF0;
}
.theme-blue .src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG .src-assets-style-serviceManage--index-leftBody-1uHIT .src-assets-style-serviceManage--index-leftAnchor-3buVK .src-assets-style-serviceManage--index-anchor-1uzNO .ant-anchor-ink-ball {
  border-color: #397EF0;
}
.theme-blue .src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG .src-assets-style-serviceManage--index-leftBody-1uHIT .src-assets-style-serviceManage--index-leftAnchor-3buVK .src-assets-style-serviceManage--index-anchor-1uzNO a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-serviceManage--index-mask-3bTci,
.theme-blue .src-assets-style-serviceManage--index-serviceCollectMask-VKYl3,
.theme-blue .src-assets-style-serviceManage--index-serviceOftenMask-3TfvR {
  background-color: #e6f7ff;
}
.theme-blue .src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4Often-3IIAS:hover .src-assets-style-serviceManage--index-fontlist-vR9_c,
.theme-blue .src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4Move-Co9Vp:hover .src-assets-style-serviceManage--index-fontlist-vR9_c,
.theme-blue .src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4-2ZbNk:hover .src-assets-style-serviceManage--index-fontlist-vR9_c,
.theme-blue .src-assets-style-serviceManage--index-ullist-2ezou li:hover .src-assets-style-serviceManage--index-fontlist-vR9_c {
  color: #397EF0;
}
.theme-blue .src-assets-style-serviceManage--index-radiusDiv-3hZlu {
  box-shadow: 0px 0px 0.05rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-serviceManage--index-collectRadiusDiv-1C2GH {
  border-color: #e6f7ff;
  box-shadow: 0px 0px 0.05rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-serviceManage--index-logo-1scLg .src-assets-style-serviceManage--index-logoMask-3sUXS {
  background: #e6f7ff;
}
.theme-blue .src-assets-style-serviceManage--index-indexList-1YRMY .src-assets-style-serviceManage--index-indexDivRelative-L9PB8 .src-assets-style-serviceManage--index-indexRadiusDiv-nuRca {
  box-shadow: 0px 0px 0.05rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-serviceManage--index-clearBoth-kL-Lx .src-assets-style-serviceManage--index-expand-_Ydyr {
  color: #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG .src-assets-style-serviceManage--index-leftBody-1uHIT .src-assets-style-serviceManage--index-leftAnchor-3buVK .src-assets-style-serviceManage--index-anchor-1uzNO .ant-anchor-ink:before {
  background-color: #e7e7e7;
}
.theme-red .src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG .src-assets-style-serviceManage--index-leftBody-1uHIT .src-assets-style-serviceManage--index-leftAnchor-3buVK .src-assets-style-serviceManage--index-anchor-1uzNO .ant-anchor-link-active .ant-anchor-link-title {
  color: #F63E62;
}
.theme-red .src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG .src-assets-style-serviceManage--index-leftBody-1uHIT .src-assets-style-serviceManage--index-leftAnchor-3buVK .src-assets-style-serviceManage--index-anchor-1uzNO .ant-anchor-ink-ball {
  border-color: #F63E62;
}
.theme-red .src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG .src-assets-style-serviceManage--index-leftBody-1uHIT .src-assets-style-serviceManage--index-leftAnchor-3buVK .src-assets-style-serviceManage--index-anchor-1uzNO a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-serviceManage--index-mask-3bTci,
.theme-red .src-assets-style-serviceManage--index-serviceCollectMask-VKYl3,
.theme-red .src-assets-style-serviceManage--index-serviceOftenMask-3TfvR {
  background-color: #fff1f0;
}
.theme-red .src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4Often-3IIAS:hover .src-assets-style-serviceManage--index-fontlist-vR9_c,
.theme-red .src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4Move-Co9Vp:hover .src-assets-style-serviceManage--index-fontlist-vR9_c,
.theme-red .src-assets-style-serviceManage--index-ullist-2ezou .src-assets-style-serviceManage--index-col4-2ZbNk:hover .src-assets-style-serviceManage--index-fontlist-vR9_c,
.theme-red .src-assets-style-serviceManage--index-ullist-2ezou li:hover .src-assets-style-serviceManage--index-fontlist-vR9_c {
  color: #F63E62;
}
.theme-red .src-assets-style-serviceManage--index-radiusDiv-3hZlu {
  border-color: rgba(208, 64, 92, 0.1);
  box-shadow: 0px 0px 0.05rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-serviceManage--index-collectRadiusDiv-1C2GH {
  border-color: rgba(208, 64, 92, 0.1);
  box-shadow: 0px 0px 0.05rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-serviceManage--index-logo-1scLg .src-assets-style-serviceManage--index-logoMask-3sUXS {
  background: #fff1f0;
}
.theme-red .src-assets-style-serviceManage--index-indexList-1YRMY .src-assets-style-serviceManage--index-indexDivRelative-L9PB8 .src-assets-style-serviceManage--index-indexRadiusDiv-nuRca {
  border-color: rgba(208, 64, 92, 0.1);
  box-shadow: 0px 0px 0.05rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-serviceManage--index-clearBoth-kL-Lx .src-assets-style-serviceManage--index-expand-_Ydyr {
  color: #F63E62;
}
.src-assets-style-serviceManage--index-affairIntro-3LpUK {
  border-right: 1px solid #F2F2F2;
}
.src-assets-style-serviceManage--index-affairIntro-3LpUK .src-assets-style-serviceManage--index-fileList-2uDHm {
  padding: 0.1rem;
  background-color: #F2F2F2;
  border-right: 1px solid #F2F2F2;
  height: 0.75rem;
}
.src-assets-style-serviceManage--index-affairIntro-3LpUK .src-assets-style-serviceManage--index-fileList-2uDHm li i {
  padding: 0.06rem;
}
.src-assets-style-serviceManage--index-evaluationContent-2vs41 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.src-assets-style-serviceManage--index-evaluationContent-2vs41:hover {
  cursor: pointer;
}
/*************** 红色主题 end***************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG {
    border-radius: 6px;
    min-height: 10.18rem;
    box-shadow: 0px 0px 0.1rem rgba(0, 88, 37, 0.1);
    border: 1px solid #e8e8e8;
    width: 10.73rem;
    overflow: hidden;
    float: left;
    background-color: white;
  }
  .font-normal .src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG .src-assets-style-serviceManage--index-leftBody-1uHIT .src-assets-style-serviceManage--index-leftService-2-fAk {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG {
    width: 14.14rem;
    min-height: 10.18rem;
    border-radius: 6px;
    box-shadow: 0px 0px 0.1rem rgba(0, 88, 37, 0.1);
    border: 1px solid #e8e8e8;
    overflow: hidden;
    float: left;
    background-color: white;
  }
  .font-normal .src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG .src-assets-style-serviceManage--index-leftBody-1uHIT .src-assets-style-serviceManage--index-leftService-2-fAk {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG {
    border-radius: 6px;
    min-height: 10.18rem;
    box-shadow: 0px 0px 0.1rem rgba(0, 88, 37, 0.1);
    border: 1px solid #e8e8e8;
    width: 10.73rem;
    overflow: hidden;
    float: left;
    background-color: white;
  }
  .font-large .src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG .src-assets-style-serviceManage--index-leftBody-1uHIT .src-assets-style-serviceManage--index-leftService-2-fAk {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG {
    width: 14.14rem;
    min-height: 10.18rem;
    border-radius: 6px;
    box-shadow: 0px 0px 0.1rem rgba(0, 88, 37, 0.1);
    border: 1px solid #e8e8e8;
    overflow: hidden;
    float: left;
    background-color: white;
  }
  .font-large .src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG .src-assets-style-serviceManage--index-leftBody-1uHIT .src-assets-style-serviceManage--index-leftService-2-fAk {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG {
    border-radius: 6px;
    min-height: 10.18rem;
    box-shadow: 0px 0px 0.1rem rgba(0, 88, 37, 0.1);
    border: 1px solid #e8e8e8;
    width: 10.73rem;
    overflow: hidden;
    float: left;
    background-color: white;
  }
  .font-extraLarge .src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG .src-assets-style-serviceManage--index-leftBody-1uHIT .src-assets-style-serviceManage--index-leftService-2-fAk {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG {
    width: 14.14rem;
    min-height: 10.18rem;
    border-radius: 6px;
    box-shadow: 0px 0px 0.1rem rgba(0, 88, 37, 0.1);
    border: 1px solid #e8e8e8;
    overflow: hidden;
    float: left;
    background-color: white;
  }
  .font-extraLarge .src-assets-style-serviceManage--index-flex-LO4m4 .src-assets-style-serviceManage--index-left-3s4NG .src-assets-style-serviceManage--index-leftBody-1uHIT .src-assets-style-serviceManage--index-leftService-2-fAk {
    float: left;
    width: 80%;
  }
}
.src-assets-style-tags--index-limitedTime-1BWlS {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.45rem;
  width: 0.5rem;
}
.src-assets-style-tags--index-limitedTime-1BWlS .src-assets-style-tags--index-backBorder-3CJtq {
  border-top: solid 40px #ff9900;
  border-right: solid 50px rgba(0, 0, 0, 0);
}
.src-assets-style-tags--index-limitedTime-1BWlS .src-assets-style-tags--index-inner-2mas8 {
  color: #FFFFFF;
  font-size: 0.12rem;
  width: 0.5rem;
  height: 0.45rem;
  position: absolute;
  top: 0.02rem;
  left: 0.02rem;
  text-align: left;
}
.src-assets-style-tags--index-limitedTimeLeft-2bzmJ {
  position: absolute;
  top: 0px;
  left: -0.07rem;
  width: 0.5rem;
  height: 0.45rem;
}
.src-assets-style-tags--index-limitedTimeLeft-2bzmJ .src-assets-style-tags--index-backBorder-3CJtq {
  border-top: solid 50px #ff9900;
  border-right: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-tags--index-limitedTimeLeft-2bzmJ .src-assets-style-tags--index-inner-2mas8 {
  color: #FFFFFF;
  font-size: 0.12rem;
  width: 0.5rem;
  height: 0.45rem;
  position: absolute;
  top: 0.05rem;
  left: 0.05rem;
  text-align: left;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.src-assets-style-message--index-breadcrumbItem-26bZM {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-message--index-left-sUpgL {
  width: 2.26rem;
  height: 100%;
  position: absolute;
}
.src-assets-style-message--index-right-VO2-S {
  margin-left: 2.26rem;
  height: 100%;
  border-left: 1px solid #e8e8e8;
}
.src-assets-style-message--index-menuStyle-azSX8 {
  width: 2.26rem;
}
.src-assets-style-message--index-menuStyle-azSX8 .ant-menu.ant-menu-light.ant-menu-root.ant-menu-inline {
  border-right: 0;
}
.src-assets-style-message--index-menuStyle-azSX8 .ant-menu-inline .ant-menu-item {
  margin-top: 0;
}
.src-assets-style-message--index-setting-SSINU {
  height: 0.4rem;
  width: 2.26rem;
  line-height: 0.4rem;
  margin-top: 0.61rem;
  cursor: pointer;
}
.src-assets-style-message--index-setting-SSINU:hover {
  color: #1C9750;
}
.src-assets-style-message--index-setting-SSINU i {
  font-size: 0.18rem;
  color: #BDBDBD;
  margin-right: 0.14rem;
  margin-left: 0.19rem;
}
.src-assets-style-message--index-settingChecked-1pWwM {
  height: 0.4rem;
  width: 2.26rem;
  line-height: 0.4rem;
  border-left: 3px solid #6cc06f;
  border-right: 1px solid #e8e8e8;
  background: #e6fff1;
  margin-top: 0.61rem;
  cursor: pointer;
  color: #1C9750;
}
.src-assets-style-message--index-settingChecked-1pWwM i {
  font-size: 0.18rem;
  color: #1C9750;
  margin-right: 0.14rem;
  margin-left: 0.19rem;
}
.src-assets-style-message--index-cardStyle-1hOwm {
  width: 100%;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 0.1rem rgba(0, 88, 37, 0.1);
  margin-bottom: 0.1rem;
}
.src-assets-style-message--index-operator-3EwC0 {
  height: 100%;
  width: 100%;
}
.src-assets-style-message--index-operator-3EwC0 .src-assets-style-message--index-checkread-249ro {
  height: 0.66rem;
  vertical-align: middle;
  line-height: 0.66rem;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0.23rem;
}
.src-assets-style-message--index-operator-3EwC0 .src-assets-style-message--index-checkread-249ro .src-assets-style-message--index-checkLabel-4eY5X {
  margin-left: 0.15rem;
  font-size: 0.14rem;
  color: #999999;
}
.src-assets-style-message--index-operator-3EwC0 .src-assets-style-message--index-checkread-249ro .src-assets-style-message--index-checkLabel-4eY5X .ant-checkbox {
  width: 0.16rem;
  height: 0.16rem;
  background: #ffffff;
  border-radius: 4px;
}
.src-assets-style-message--index-operator-3EwC0 .src-assets-style-message--index-checkread-249ro .src-assets-style-message--index-badgeStyle-2Vhaj .ant-scroll-number.ant-badge-count {
  width: 0.32rem;
  height: 0.16rem;
  background: #fd6767;
  border-radius: 8px 8px 8px 0px;
  top: -0.1rem;
  right: -0.2rem;
  position: absolute;
  line-height: 0.16rem;
}
.src-assets-style-message--index-operator-3EwC0 .src-assets-style-message--index-checkread-249ro .src-assets-style-message--index-buttonPosition-CM4wG {
  float: right;
}
.src-assets-style-message--index-operator-3EwC0 .src-assets-style-message--index-checkread-249ro .src-assets-style-message--index-buttonPosition-CM4wG .src-assets-style-message--index-readedButton-2yKGf {
  width: 1.16rem;
  height: 0.24rem;
  background: #ffffff;
  border: none;
  overflow: hidden;
}
.src-assets-style-message--index-operator-3EwC0 .src-assets-style-message--index-checkread-249ro .src-assets-style-message--index-buttonPosition-CM4wG .src-assets-style-message--index-readedButton-2yKGf .src-assets-style-message--index-readedButtonLable-1W56Y {
  color: #2793E6;
  font-style: normal;
}
.src-assets-style-message--index-operator-3EwC0 .src-assets-style-message--index-listStyle-2yZiq {
  padding: 0 0.23rem;
  min-height: 4rem;
}
.src-assets-style-message--index-operator-3EwC0 .src-assets-style-message--index-listStyle-2yZiq .src-assets-style-message--index-lineStyle-3npbh {
  padding: 0 0.15rem;
  height: 0.44rem;
  line-height: 0.44rem;
  border-bottom: 1px dashed #e8e8e8;
  list-style: none;
  cursor: pointer;
}
.src-assets-style-message--index-paginationStyle-3Wdgc {
  text-align: center;
  font-size: 0.14rem;
  padding: 0.3rem 0px 0.3rem 0px;
}
.src-assets-style-message--index-tip-3jwH1 {
  height: 0.54rem;
  width: 100%;
  line-height: 0.54rem;
  border-bottom: 1px solid #e8e8e8;
  font-size: 0.14rem;
  color: #999999;
  font-weight: 400;
}
.src-assets-style-message--index-tip-3jwH1 .src-assets-style-message--index-tipLabel-2efVi {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.src-assets-style-message--index-settingPage-1SRIh {
  padding: 0.2rem 0.4rem 0.2rem 0.4rem;
}
.src-assets-style-message--index-settingPage-1SRIh .src-assets-style-message--index-mobile-18bC6 {
  height: 0.35rem;
  width: 100%;
  font-size: 0.16rem;
}
.src-assets-style-message--index-settingPage-1SRIh .src-assets-style-message--index-schedule-2K-gV {
  height: 0.35rem;
  width: 100%;
  font-size: 0.16rem;
  margin-top: 0.58rem;
}
.src-assets-style-message--index-settingPage-1SRIh .src-assets-style-message--index-settingListStyle-3Wsdp .src-assets-style-message--index-checkSetting-2SBvn {
  vertical-align: middle;
  line-height: 0.1rem;
}
.src-assets-style-message--index-settingPage-1SRIh .src-assets-style-message--index-settingWay-3M2so {
  display: flex;
  flex-wrap: wrap;
}
.src-assets-style-message--index-settingPage-1SRIh .src-assets-style-message--index-settingWay-3M2so .src-assets-style-message--index-settingCard-qzZS3 {
  margin: 0.1rem 0.3rem;
  width: 1rem;
  text-align: center;
}
.src-assets-style-message--index-settingPage-1SRIh .src-assets-style-message--index-settingWay-3M2so .src-assets-style-message--index-settingCard-qzZS3 .src-assets-style-message--index-settingIcon-22cdM {
  height: 0.6rem;
  width: 0.6rem;
  margin-left: 0.2rem;
  margin-bottom: 0.12rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1c9750;
}
.src-assets-style-message--index-settingPage-1SRIh .src-assets-style-message--index-settingWay-3M2so .src-assets-style-message--index-settingCard-qzZS3 .src-assets-style-message--index-settingIcon-22cdM img {
  height: 0.3rem;
  width: 0.3rem;
}
.src-assets-style-message--index-listLabelStyle-2I5WP {
  width: 80%;
  color: #000000;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.src-assets-style-message--index-listLabelStyle-2I5WP .src-assets-style-message--index-titleStyle-2ALde {
  font-weight: normal;
}
.src-assets-style-message--index-badegWidth1-1O8Dt {
  float: left;
  padding-right: 0.08rem;
}
.src-assets-style-message--index-popStyle-16v0z .ant-popover-inner-content {
  padding: 0.08rem;
}
.src-assets-style-message--index-timeStyle-3qQsw {
  float: right;
  color: #999999;
  display: inline;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-message--index-setting-SSINU:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-message--index-settingChecked-1pWwM {
  border-left-color: #397EF0;
  background: #e6f7ff;
  color: #397EF0;
}
.theme-blue .src-assets-style-message--index-settingChecked-1pWwM i {
  color: #397EF0;
}
.theme-blue .src-assets-style-message--index-settingPage-1SRIh .src-assets-style-message--index-settingWay-3M2so .src-assets-style-message--index-settingCard-qzZS3 .src-assets-style-message--index-settingIcon-22cdM {
  background-color: #397EF0;
}
.theme-blue .src-assets-style-message--index-lineStyle-3npbh:hover {
  background: #e6f7ff;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-message--index-setting-SSINU:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-message--index-settingChecked-1pWwM {
  border-left-color: #9A001E;
  background: #fff1f0;
  color: #9A001E;
}
.theme-red .src-assets-style-message--index-settingChecked-1pWwM i {
  color: #9A001E;
}
.theme-red .src-assets-style-message--index-settingPage-1SRIh .src-assets-style-message--index-settingWay-3M2so .src-assets-style-message--index-settingCard-qzZS3 .src-assets-style-message--index-settingIcon-22cdM {
  background-color: #9A001E;
}
.theme-red .src-assets-style-message--index-lineStyle-3npbh:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-message--index-lineStyle-3npbh a {
  color: #F63E62;
}
/*************** 红色主题 end***************/
/*************** 绿色主题 start***************/
.theme-green .src-assets-style-message--index-lineStyle-3npbh:hover {
  background: #E6FFF1;
}
.theme-green .src-assets-style-message--index-lineStyle-3npbh a {
  color: #00a854;
}
/*************** 绿色主题 end***************/
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_xykac868c.eot');
  src: url('//at.alicdn.com/t/font_864711_xykac868c.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_xykac868c.woff') format('woff'), url('//at.alicdn.com/t/font_864711_xykac868c.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_xykac868c.svg#iconfont') format('svg');
}
.src-app-page-globalSearch--index-searchArea-3G0Ln {
  margin-left: 27%;
  margin-bottom: 0.3rem;
}
.src-app-page-globalSearch--index-breadcrumb-2Dp4B {
  width: 2.77rem;
}
.src-app-page-globalSearch--index-hotOrHistory-Psu_W {
  position: absolute;
  z-index: 99;
}
.src-app-page-globalSearch--index-historySearhList5-hL0oF {
  top: -0.14rem;
}
emptyArea .src-app-page-globalSearch--index-empty-content-1msp6 {
  float: left;
  margin-left: -2rem;
}
emptyArea .src-app-page-globalSearch--index-empty-data-wrap-2XQWD {
  width: 70%;
  float: left;
}
.src-app-page-globalSearch--index-emptyContent-1-KRi {
  margin-left: -3.15rem;
  margin-top: 2.4rem;
}
.src-app-page-globalSearch--index-historyAndHot-q3E4E {
  width: 20%;
  float: right;
  border-left: 1px solid #E8EBED;
  margin-right: 0.8rem;
  margin-top: -4.05rem;
}
.src-app-page-globalSearch--index-historyAndHot-q3E4E .src-app-page-globalSearch--index-ant-list-item-28BX9 {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0.1rem;
}
.src-app-page-globalSearch--index-ant-list-header-1BCLM {
  color: #2390E6;
}
.src-app-page-globalSearch--index-ant-list-item-content-1bAQr {
  margin-left: 0.1rem;
}
.src-app-page-globalSearch--index-searchHead-3v3jV {
  color: #5BA8EA;
}
.src-app-page-globalSearch--index-circlePoint-2cuMt {
  display: inline-block;
  width: 0.03rem;
  height: 0.03rem;
  border-radius: 50%;
  background: #949494;
  margin-top: 0.1rem;
  margin-right: 0.06rem;
}
.src-app-page-globalSearch--index-globalSearchListItem-2ylAe {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.src-app-page-globalSearch--index-globalAssociationItem-1KX1J {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.src-app-page-globalSearch--index-circleNumber-3OOSm,
.src-app-page-globalSearch--index-circleNumber0-jICJ9,
.src-app-page-globalSearch--index-circleNumber1-1DvMI,
.src-app-page-globalSearch--index-circleNumber2-3nXuc {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 20%;
  margin-right: 0.05rem;
  text-align: center;
}
.src-app-page-globalSearch--index-circleNumber-3OOSm {
  background: #00a2d4;
}
.src-app-page-globalSearch--index-circleNumber0-jICJ9 {
  background: #FE7171;
}
.src-app-page-globalSearch--index-circleNumber1-1DvMI {
  background: #FFAD66;
}
.src-app-page-globalSearch--index-circleNumber2-3nXuc {
  background: #FFAD66;
}
.src-app-page-globalSearch--index-tabNone-3UI2_ {
  display: none;
}
.src-app-page-globalSearch--index-tabDisplay-1BfQm {
  display: block;
}
.src-app-page-globalSearch--index-historyAndHot-q3E4E .ant-list-sm .ant-list-item {
  padding: 0.04rem 0.2rem;
}
.src-app-page-globalSearch--index-historyAndHot-q3E4E .app-page-globalSearch--index-searchHead-3gPF2 {
  padding-left: 0.2rem;
}
.src-app-page-globalSearch--index-emptyTestColor-3JsYH {
  color: red;
}
.src-app-page-globalSearch--index-circleNumber-3OOSm,
.src-app-page-globalSearch--index-circleNumber0-jICJ9,
.src-app-page-globalSearch--index-circleNumber1-1DvMI,
.src-app-page-globalSearch--index-circleNumber2-3nXuc {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 20%;
  margin-right: 0.05rem;
  text-align: center;
}
.src-app-page-globalSearch--index-circleNumber-3OOSm {
  background: #00a2d4;
}
.src-app-page-globalSearch--index-circleNumber0-jICJ9 {
  background: #FE7171;
}
.src-app-page-globalSearch--index-circleNumber1-1DvMI {
  background: #FFAD66;
}
.src-app-page-globalSearch--index-circleNumber2-3nXuc {
  background: #FFAD66;
}
.src-app-page-globalSearch--index-imgIcon-2be67 {
  max-width: 0.25rem;
  max-height: 0.25rem;
  margin-right: 0.1rem;
}
.src-app-page-globalSearch--index-choose-2Fywm {
  cursor: pointer;
}
.src-app-page-globalSearch--index-theme-blue-1i4GR .src-app-page-globalSearch--index-hotOrHistoryCard-1v0vM .keyChoose {
  background-color: #397EF0;
  color: #fff;
  cursor: pointer;
}
.src-app-page-globalSearch--index-theme-red-1gFPo .src-app-page-globalSearch--index-hotOrHistoryCard-1v0vM .keyChoose {
  background-color: #9A001E;
  color: #fff;
  cursor: pointer;
}
.src-app-page-globalSearch--index-keyChoose-1dtE4 {
  background-color: #005825;
  color: #fff;
  cursor: pointer;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
/***默认局部引入**/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.eot');
  src: url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.woff') format('woff'), url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.svg#iconfont') format('svg');
}
.src-assets-style-globalSearch--index-iconfont-bNUMF {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.src-assets-style-globalSearch--index-pic-style-aFxma {
  width: 0.35rem;
  height: 0.35rem;
}
.src-assets-style-globalSearch--index-text-style-1DCgl {
  width: 100%;
  height: auto;
  text-align: center;
  max-height: 0.65rem;
  word-wrap: break-word;
  overflow: hidden;
  position: absolute;
  padding-top: 20%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.src-assets-style-globalSearch--index-container-style-2r1Ea {
  width: 1.12rem;
  height: 1.28rem;
  cursor: pointer;
  position: relative;
  text-align: center;
  /*margin:0px 10px 10px 0px;*/
  margin: 0.1rem 0.1rem 0.1rem 0px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid transparent;
  overflow: hidden;
}
.src-assets-style-globalSearch--index-container-style-2r1Ea:hover {
  /*border: 1px solid #62b68e;*/
  background-color: #f4f9f6;
  border-radius: 4px;
}
.src-assets-style-globalSearch--index-operate-style-39iS- {
  height: 20%;
  width: 100%;
  opacity: 0;
  text-align: right;
}
.src-assets-style-globalSearch--index-op-span-style-LLML0 {
  margin-right: 0.15rem;
}
.src-assets-style-globalSearch--index-op-span-style-LLML0 .src-assets-style-globalSearch--index-icon-bangzhu-1DU-b {
  font-size: 0.14rem;
}
.src-assets-style-globalSearch--index-container-style-2r1Ea:hover .src-assets-style-globalSearch--index-operate-style-39iS- {
  opacity: 1;
}
.src-assets-style-globalSearch--index-a-style-1dKl3 {
  font-size: 0.14rem;
  color: #37a164;
  font-family: MicrosoftYaHei;
  line-height: 0.21rem;
}
.src-assets-style-globalSearch--index-a-style-title-1rIm7 {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
  padding-left: 0.16rem;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-globalSearch--index-a-style-a1-81rVN {
  font-size: 0.14rem;
  color: #363636;
  font-family: MicrosoftYaHei;
  line-height: 0.21rem;
}
.src-assets-style-globalSearch--index-a-style-a1-81rVN:hover {
  color: #005825;
}
.src-assets-style-globalSearch--index-a-style-active-1zeHY {
  font-size: 0.14rem;
  color: #005825;
  line-height: 0.21rem;
}
.src-assets-style-globalSearch--index-line-style-1D_YY {
  width: 100%;
  height: 0.02rem;
  margin-top: 0.1rem;
  background: #e1e6e3;
}
.src-assets-style-globalSearch--index-line-style-dot-2QTHe {
  margin-top: 0.19rem;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-globalSearch--index-title-style-a4vvE {
  width: 0.43rem;
  height: 0.2rem;
  font-size: 0.2rem;
  color: #363636;
  line-height: 0.21rem;
  font-weight: bold;
}
.src-assets-style-globalSearch--index-title-icon-style-3Ijzp {
  font-size: 0.14rem;
  color: #37a164;
  margin-left: 0.05rem;
  margin-right: 0.05rem;
}
.src-assets-style-globalSearch--index-title-icon-style-3Ijzp:hover {
  color: #005825;
}
/**待办事项**/
.src-assets-style-globalSearch--index-item-style-17Xpx {
  padding-left: 0px;
  width: 100%;
  height: 0.78rem;
}
/**日历**/
.src-assets-style-globalSearch--index-item-style-cal-nIRdI {
  /*padding-left: 11px;*/
  height: 0.93rem;
  width: 100%;
  /*width:calc(~"100% - @{tagWidth}");*/
  float: left;
  display: inline-block;
  border-bottom: 1px solid #e8e8e8;
}
.src-assets-style-globalSearch--index-item-style-cal-tag-1dXuW {
  float: left;
  /* padding-top : 15px;*/
  display: inline-block;
  margin-right: 0.1rem;
}
.src-assets-style-globalSearch--index-item-style-backlog-2IGOd {
  padding-left: 0.11rem;
  height: 0.73rem;
  width: calc(100% - 0.42rem);
  float: left;
  display: inline-block;
}
.src-assets-style-globalSearch--index-item-style-backlog-tag-Z1AQI {
  float: left;
  /*padding-top : 15px;*/
  line-height: 0.4rem;
  vertical-align: middle;
  display: inline-block;
}
.src-assets-style-globalSearch--index-footer-1MYvd {
  width: 100%;
}
.src-assets-style-globalSearch--index-item-checkButton-style-3yhtU {
  margin-top: -0.68rem;
  margin-right: -1.4rem;
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 0.03rem 0.15rem;
  cursor: pointer;
  color: #999999;
  float: right;
}
.src-assets-style-globalSearch--index-props-style-RuFT9 {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.25rem;
  padding-left: 0.05rem;
  width: 100%;
}
.src-assets-style-globalSearch--index-item-title-style-1-O24 {
  font-size: 0.16rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  /*  padding-left: 15px;*/
}
p.src-assets-style-globalSearch--index-item-title-style-1-O24 {
  padding-left: 0.05rem;
}
.src-assets-style-globalSearch--index-item-row-style-1Lt4i {
  padding-top: 0.11rem;
  margin-bottom: 0.08rem;
  cursor: pointer;
}
.src-assets-style-globalSearch--index-item-row-style-cal-3hOD3 {
  /* padding-top: 15px;*/
  height: 0.6rem;
  line-height: 0.6rem;
  /* margin-bottom: 5px;*/
  cursor: pointer;
}
.src-assets-style-globalSearch--index-item-style-calcol-style-358Cj {
  height: 100%;
  display: inline-block;
}
.src-assets-style-globalSearch--index-col-style-item-2FZdw {
  text-align: right;
  line-height: 0.73rem;
  vertical-align: middle;
}
.src-assets-style-globalSearch--index-col-style-item-2FZdw .ant-btn-group {
  line-height: 0.24rem;
  height: 0.24rem;
  vert-align: middle;
}
.src-assets-style-globalSearch--index-col-style-item-2FZdw .ant-btn-group .ant-btn {
  float: left;
}
.src-assets-style-globalSearch--index-opt-ZB-gX {
  display: inline-block;
}
.src-assets-style-globalSearch--index-col-style-item-cal-2Vqg5 {
  text-align: right;
  line-height: 0.9rem;
}
.src-assets-style-globalSearch--index-item-button-style-2YgN4 {
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 0.05rem 0.15rem;
  cursor: pointer;
  color: #999999;
}
.src-assets-style-globalSearch--index-item-button-style-2YgN4:hover {
  border: 1px solid #37A164;
  color: #37A164;
}
/**标签页间隔**/
.src-assets-style-globalSearch--index-tabbar-margin-46EXJ {
  margin-top: 0.48rem;
}
.src-assets-style-globalSearch--index-allLayout-3K8hR > div:first-child .src-assets-style-globalSearch--index-tabbar-margin-46EXJ {
  margin-top: 0.08rem;
}
.src-assets-style-globalSearch--index-list-first-2fJBv .src-assets-style-globalSearch--index-tabbar-margin-46EXJ {
  margin-top: 0.08rem;
}
.src-assets-style-globalSearch--index-tab-icon-3V4Ts i {
  font-size: 0.2rem;
  color: #37A164;
}
.src-assets-style-globalSearch--index-tabbar-margin1-2tvfY {
  margin-top: 0px;
}
.src-assets-style-globalSearch--index-layout-margin-1dLyP {
  margin-top: 0px;
}
.src-assets-style-globalSearch--index-span-style-2kdL_ {
  margin-left: 0.48rem;
}
.src-assets-style-globalSearch--index-status-row-style-amlGz {
  margin-top: 0.16rem;
  padding-bottom: 0.16rem;
  border-bottom: 1px dashed #e1e6e3;
  padding-left: 0.16rem;
}
.src-assets-style-globalSearch--index-search-backlog-style-2wHjH .src-assets-style-globalSearch--index-item-style-17Xpx {
  height: 0.78rem;
}
.src-assets-style-globalSearch--index-search-backlog-style-2wHjH .src-assets-style-globalSearch--index-col-style-item-2FZdw {
  line-height: 0.77rem;
}
/*
.news-style{
    margin-top: -30px;
}
*/
/*.cal-typename{
    width:auto;
    height:20px;
    padding: 5px 10px;
    background:rgba(253,113,103,1);
    border-radius:4px;
    color: #ffffff;
}*/
.src-assets-style-globalSearch--index-cal-typename-3jtLY,
.src-assets-style-globalSearch--index-cal-typename1-2oSTG,
.src-assets-style-globalSearch--index-cal-typename2-2KKmW,
.src-assets-style-globalSearch--index-cal-typename3-2wHlD {
  width: auto;
  height: 0.2rem;
  padding: 0.05rem 0.1rem;
  border-radius: 4px;
  color: #ffffff;
}
.src-assets-style-globalSearch--index-cal-typename-3jtLY {
  background-color: #82d0fb;
}
.src-assets-style-globalSearch--index-cal-typename1-2oSTG {
  background-color: #bb00bb;
}
.src-assets-style-globalSearch--index-cal-typename2-2KKmW {
  background-color: #ff9900;
}
.src-assets-style-globalSearch--index-cal-typename3-2wHlD {
  background-color: #3399ff;
}
.src-assets-style-globalSearch--index-scheduleStatus-3u9l3 {
  border: 1px solid #CCCCCC;
  height: 0.2rem;
  padding: 0.04rem 0.2rem;
  border-radius: 4px;
  color: #000000;
}
.src-assets-style-globalSearch--index-backlog-typename-vINAt {
  width: auto;
  height: 0.2rem;
  border: 1px solid;
  border-radius: 5px;
  color: #999999;
  font-size: 0.12rem;
  padding: 0.02rem;
  vertical-align: middle;
}
.src-assets-style-globalSearch--index-cal-type-2K9nx {
  width: auto;
  height: 0.2rem;
  border: 1px solid;
  border-radius: 5px;
  color: #999999;
  font-size: 0.12rem;
  margin-left: 0.05rem;
  margin-right: 0.1rem;
  padding: 0.05rem 0.15rem;
}
.src-assets-style-globalSearch--index-backlog-nulldata-VVixD {
  margin-top: 0.2rem;
  height: 0.72rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
  background-size: contain;
}
.src-assets-style-globalSearch--index-backlog-message-21QRI {
  position: relative;
  top: 1rem;
  text-align: center;
  color: #DBDBDB;
  font-size: 0.14rem;
}
/****任务托办开始*****/
.src-assets-style-globalSearch--index-entrustComponent-1xlkP {
  border-bottom: 1px solid #e8e8e8;
  height: 0.9rem;
  width: 100%;
  margin-top: -0.08rem;
}
.src-assets-style-globalSearch--index-entrustComponent-1xlkP .src-assets-style-globalSearch--index-itemRowLeft-2Cna6 {
  width: 90%;
  float: left;
}
.src-assets-style-globalSearch--index-entrustComponent-1xlkP .src-assets-style-globalSearch--index-itemRowLeft-2Cna6 p {
  height: 0.48rem;
  line-height: 0.48rem;
}
.src-assets-style-globalSearch--index-entrustComponent-1xlkP .src-assets-style-globalSearch--index-itemRowLeft-2Cna6 p > span {
  padding: 0.05rem 0.05rem;
  border-radius: 4px;
  margin-right: 0.1rem;
}
.src-assets-style-globalSearch--index-entrustComponent-1xlkP .src-assets-style-globalSearch--index-itemRowLeft-2Cna6 p .src-assets-style-globalSearch--index-status-3s3xW {
  border: 1px solid #CCCCCC;
}
.src-assets-style-globalSearch--index-entrustComponent-1xlkP .src-assets-style-globalSearch--index-itemRowLeft-2Cna6 p .src-assets-style-globalSearch--index-overTime-2mnB5 {
  background: #FE7167;
  color: #FFFFFF;
}
.src-assets-style-globalSearch--index-entrustComponent-1xlkP .src-assets-style-globalSearch--index-itemRowLeft-2Cna6 p .src-assets-style-globalSearch--index-unRead-32uJ3 {
  background: #F4BE51;
  color: #FFFFFF;
}
.src-assets-style-globalSearch--index-entrustComponent-1xlkP .src-assets-style-globalSearch--index-itemRowLeft-2Cna6 p .src-assets-style-globalSearch--index-itemName-39pRO {
  font-size: 0.18rem;
  font-weight: bold;
  text-align: center;
  /*
                padding-left: 10px;*/
}
.src-assets-style-globalSearch--index-entrustComponent-1xlkP .src-assets-style-globalSearch--index-itemRowLeft-2Cna6:hover {
  cursor: pointer;
}
.src-assets-style-globalSearch--index-entrustComponent-1xlkP .src-assets-style-globalSearch--index-itemRowRight-1soZ4 {
  float: right;
  height: 0.9rem;
  line-height: 0.2rem;
  vertical-align: middle;
}
.src-assets-style-globalSearch--index-entrustComponent-1xlkP .src-assets-style-globalSearch--index-itemRowRight-1soZ4 .src-assets-style-globalSearch--index-but-Ab3gz {
  height: 0.9rem;
  line-height: 0.9rem;
}
.src-assets-style-globalSearch--index-entrustComponent-1xlkP:hover {
  background-color: #F5FDF8;
}
.src-assets-style-globalSearch--index-itemRow-36wXM {
  height: 0.2rem;
  line-height: 0.2rem;
  padding: 0.05rem 0px;
}
.src-assets-style-globalSearch--index-itemRow-36wXM span {
  width: 25%;
  border-left: 1px solid #CCCCCC;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-globalSearch--index-itemRow-36wXM span:first-child {
  text-align: left;
  width: 15%;
  border-left: none;
}
.src-assets-style-globalSearch--index-modalContent-34iGn {
  width: 100%;
  height: 2rem;
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.7rem;
}
.src-assets-style-globalSearch--index-modalContent-34iGn .src-assets-style-globalSearch--index-icon-KKOjy {
  color: #f1a42b;
}
.src-assets-style-globalSearch--index-cardTitle1-37Upz {
  padding: 0.05rem 0.05rem;
  text-align: center;
  background-color: #0A96D3;
  color: white;
  font-size: 0.12rem;
}
.src-assets-style-globalSearch--index-cardTitle2-2EDj3 {
  padding: 0.05rem 0.05rem;
  text-align: center;
  background-color: #067700;
  color: white;
  font-size: 0.12rem;
}
.src-assets-style-globalSearch--index-scheduleType1-14LAa {
  padding: 0.05rem 0.05rem;
  border-radius: 4px;
  margin-right: 0.1rem;
  text-align: center;
  color: white;
  background-color: #44a4e9;
  font-size: 0.12rem;
}
.src-assets-style-globalSearch--index-scheduleType2-2pbZs {
  padding: 0.05rem 0.05rem;
  border-radius: 4px;
  margin-right: 0.1rem;
  text-align: center;
  color: white;
  background-color: #ffc249 ;
  font-size: 0.12rem;
}
.src-assets-style-globalSearch--index-scheduleType3-Czoug {
  padding: 0.05rem 0.05rem;
  border-radius: 4px;
  margin-right: 0.1rem;
  text-align: center;
  color: white;
  background-color: #23d688  ;
  font-size: 0.12rem;
}
.src-assets-style-globalSearch--index-scheduleType4-1JsnF {
  padding: 0.05rem 0.05rem;
  border-radius: 4px;
  margin-right: 0.1rem;
  text-align: center;
  color: white;
  background-color: #ab73ee;
  font-size: 0.12rem;
}
.src-assets-style-globalSearch--index-scheduleType-3ulaz {
  padding: 0.05rem 0.05rem;
  border-radius: 4px;
  margin-right: 0.1rem;
  text-align: center;
}
.src-assets-style-globalSearch--index-entrustTitle-19mKx {
  text-align: center;
  color: #000000;
  font-weight: bold;
  font-size: 0.18rem;
}
.src-assets-style-globalSearch--index-cardBody-hPF5D {
  text-align: center;
  color: #B5B5B5 ;
}
.src-assets-style-globalSearch--index-spanSpacing-2D4Ly {
  margin-left: 0.2rem;
}
.src-assets-style-globalSearch--index-cardFooter-1yrMi {
  margin-left: 0.25rem;
  margin-top: 0.2rem;
}
.src-assets-style-globalSearch--index-modalArea-2DugA .ant-modal-content {
  height: 4.5rem;
}
.src-assets-style-globalSearch--index-modalArea-2DugA .ant-modal-body {
  height: 100%;
}
.src-assets-style-globalSearch--index-modalArea-2DugA .ant-modal-title {
  color: #fff;
}
.src-assets-style-globalSearch--index-modalArea-2DugA .ant-modal-close-x {
  color: #fff;
}
.src-assets-style-globalSearch--index-border-383WJ {
  text-align: left;
  padding: 0px 0.1rem 0px 0px;
  display: inline-block;
  border-right: solid 1px #e8e8e8;
  margin: 0px 5% 0 0;
  width: 19%;
}
.src-assets-style-globalSearch--index-borderLast-39z9w {
  text-align: left;
  padding: 0px 0.1rem 0px 0px;
  display: inline-block;
  margin: 0px 5% 0 0;
  width: 22%;
}
.src-assets-style-globalSearch--index-entrustComponent-1xlkP.ant-list-item {
  margin-top: -0.15rem;
}
/****任务托办结束*****/
.src-assets-style-globalSearch--index-icon-color-1sEbG {
  color: #5a5a5a;
}
.src-assets-style-globalSearch--index-opt-ZB-gX {
  width: 0.8rem;
  display: inline-block;
  text-align: center;
}
.src-assets-style-globalSearch--index-handling-1-8jJ span,
.src-assets-style-globalSearch--index-handled-3qfi2 span,
.src-assets-style-globalSearch--index-finished-h-KmJ span,
.src-assets-style-globalSearch--index-applyed-2_YVn span,
.src-assets-style-globalSearch--index-apply-2sdQT span {
  display: inline-block;
  color: #CCCCCC;
}
@media (min-width: 0px) {
  .src-assets-style-globalSearch--index-handling-1-8jJ span:nth-child(1),
  .src-assets-style-globalSearch--index-handled-3qfi2 span:nth-child(1),
  .src-assets-style-globalSearch--index-finished-h-KmJ span:nth-child(1) {
    width: 18%;
  }
  .src-assets-style-globalSearch--index-handling-1-8jJ span:nth-child(2),
  .src-assets-style-globalSearch--index-handled-3qfi2 span:nth-child(2),
  .src-assets-style-globalSearch--index-finished-h-KmJ span:nth-child(2) {
    width: 16%;
  }
  .src-assets-style-globalSearch--index-handling-1-8jJ span:nth-child(3),
  .src-assets-style-globalSearch--index-handled-3qfi2 span:nth-child(3),
  .src-assets-style-globalSearch--index-finished-h-KmJ span:nth-child(3),
  .src-assets-style-globalSearch--index-handling-1-8jJ span:nth-child(4),
  .src-assets-style-globalSearch--index-handled-3qfi2 span:nth-child(4),
  .src-assets-style-globalSearch--index-finished-h-KmJ span:nth-child(4) {
    width: 23%;
  }
  .src-assets-style-globalSearch--index-handling-1-8jJ span:nth-child(5),
  .src-assets-style-globalSearch--index-handled-3qfi2 span:nth-child(5),
  .src-assets-style-globalSearch--index-finished-h-KmJ span:nth-child(5) {
    width: 20%;
  }
  .src-assets-style-globalSearch--index-apply-2sdQT span:nth-child(1) {
    width: 18%;
  }
  .src-assets-style-globalSearch--index-apply-2sdQT span:nth-child(2) {
    width: 12%;
    color: #37A164;
  }
  .src-assets-style-globalSearch--index-apply-2sdQT span:nth-child(3),
  .src-assets-style-globalSearch--index-apply-2sdQT span:nth-child(4) {
    width: 23%;
  }
  .src-assets-style-globalSearch--index-apply-2sdQT span:nth-child(5) {
    width: 22%;
  }
  .src-assets-style-globalSearch--index-apply-2sdQT span:nth-child(6) {
    text-align: left;
    padding: 0px 0.1rem 0px 0px;
  }
  .src-assets-style-globalSearch--index-applyed-2_YVn span {
    width: 22%;
  }
}
.src-assets-style-globalSearch--index-message-component-2gYoD {
  padding: 0.15rem 0.05rem 0.1rem;
  border-bottom: 1px solid #e8e8e8;
}
.src-assets-style-globalSearch--index-message-component-2gYoD:hover {
  cursor: pointer;
}
.src-assets-style-globalSearch--index-message-component-title-3owKI {
  height: 0.4rem;
  line-height: 0.4rem;
  font-weight: 600;
  font-size: 0.18rem;
  color: #000;
  vertical-align: middle;
}
/************************** 红色主题start ********************/
.theme-red .src-assets-style-globalSearch--index-tab-icon-3V4Ts {
  margin-top: 0.48rem;
}
.theme-red .src-assets-style-globalSearch--index-tab-icon-3V4Ts i {
  font-size: 0.2rem;
  color: #9A001E;
}
.theme-red .src-assets-style-globalSearch--index-a-style-1dKl3 {
  color: #F63E62;
}
.theme-red .src-assets-style-globalSearch--index-a-style-1dKl3:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-globalSearch--index-item-button-style-2YgN4:hover {
  border: 1px solid #9A001E;
  color: #9A001E;
}
.theme-red .src-assets-style-globalSearch--index-container-style-2r1Ea:hover {
  background-color: #fff1f0;
}
.theme-red .src-assets-style-globalSearch--index-item-style-cal-nIRdI:hover {
  background-color: #fff1f0;
  cursor: pointer;
}
.theme-red .src-assets-style-globalSearch--index-entrustComponent-1xlkP:hover {
  background-color: #fff1f0;
}
/************************** 红色主题end ********************/
/************************** 蓝色主题start ********************/
.theme-blue .src-assets-style-globalSearch--index-tab-icon-3V4Ts {
  margin-top: 0.48rem;
}
.theme-blue .src-assets-style-globalSearch--index-tab-icon-3V4Ts i {
  font-size: 0.2rem;
  color: #397EF0;
}
.theme-blue .src-assets-style-globalSearch--index-a-style-1dKl3 {
  color: #397EF0;
}
.theme-blue .src-assets-style-globalSearch--index-a-style-1dKl3:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-globalSearch--index-item-button-style-2YgN4:hover {
  border: 1px solid #397EF0;
  color: #397EF0;
}
.theme-blue .src-assets-style-globalSearch--index-container-style-2r1Ea:hover {
  background-color: #e6f7ff;
}
.theme-blue .src-assets-style-globalSearch--index-item-style-cal-nIRdI:hover {
  background-color: #e6f7ff;
  cursor: pointer;
}
.theme-blue .src-assets-style-globalSearch--index-entrustComponent-1xlkP:hover {
  background-color: #e6f7ff;
}
/************************** 蓝色主题end ********************/
/*.item-style-cal{
    margin-top: -17px;
}*/
.src-assets-style-globalSearch--index-item-style-cal-nIRdI:hover {
  background-color: #F5FDF8;
  cursor: pointer;
}
.src-assets-style-globalSearch--index-tabs-uDjn5 .ant-tabs-tab {
  height: 0.4rem;
  margin: 0;
  margin-right: 0.02rem;
  padding: 0 0.16rem;
  line-height: 0.38rem;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.src-assets-style-globalSearch--index-tabs-uDjn5 .src-assets-style-globalSearch--index-ant-tabs-tabpane-active-3EWGH {
  margin-top: -0.18rem;
}
.src-assets-style-globalSearch--index-tipTime-1QuX9 {
  margin-left: 0.5rem;
  color: #000000;
}
.src-assets-style-globalSearch--index-title-3a47f {
  color: #000000;
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-globalSearch--index-apply-2sdQT span:nth-child(1) {
    width: 18%;
  }
  .font-normal .src-assets-style-globalSearch--index-apply-2sdQT span:nth-child(2) {
    width: 10%;
  }
  .font-normal .src-assets-style-globalSearch--index-apply-2sdQT span:nth-child(3) {
    width: 20%;
  }
  .font-normal .src-assets-style-globalSearch--index-apply-2sdQT span:nth-child(4) {
    width: 17%;
  }
  .font-normal .src-assets-style-globalSearch--index-apply-2sdQT span:nth-child(5) {
    width: 18%;
  }
  .font-normal .src-assets-style-globalSearch--index-apply-2sdQT span:nth-child(6) {
    width: 17%;
    text-align: center;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-globalSearch--index-apply-2sdQT span:nth-child(1) {
    width: 18%;
  }
  .font-large .src-assets-style-globalSearch--index-apply-2sdQT span:nth-child(2) {
    width: 10%;
  }
  .font-large .src-assets-style-globalSearch--index-apply-2sdQT span:nth-child(3) {
    width: 20%;
  }
  .font-large .src-assets-style-globalSearch--index-apply-2sdQT span:nth-child(4) {
    width: 17%;
  }
  .font-large .src-assets-style-globalSearch--index-apply-2sdQT span:nth-child(5) {
    width: 18%;
  }
  .font-large .src-assets-style-globalSearch--index-apply-2sdQT span:nth-child(6) {
    width: 17%;
    text-align: center;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-globalSearch--index-apply-2sdQT span:nth-child(1) {
    width: 18%;
  }
  .font-extraLarge .src-assets-style-globalSearch--index-apply-2sdQT span:nth-child(2) {
    width: 10%;
  }
  .font-extraLarge .src-assets-style-globalSearch--index-apply-2sdQT span:nth-child(3) {
    width: 20%;
  }
  .font-extraLarge .src-assets-style-globalSearch--index-apply-2sdQT span:nth-child(4) {
    width: 17%;
  }
  .font-extraLarge .src-assets-style-globalSearch--index-apply-2sdQT span:nth-child(5) {
    width: 18%;
  }
  .font-extraLarge .src-assets-style-globalSearch--index-apply-2sdQT span:nth-child(6) {
    width: 17%;
    text-align: center;
  }
}
.src-app-page-globalSearch-component-less--HelpComponent-col-style-ntQug {
  float: left;
  width: 100%;
  height: 2rem;
}
.src-app-page-globalSearch-component-less--HelpComponent-title-3mGTn {
  margin-top: 0.15rem;
  width: 14.1rem;
}
.src-app-page-globalSearch-component-less--HelpComponent-fileArea-k4gN7 {
  width: 28%;
  float: left;
  margin: 0.1rem 0.3rem;
}
.src-app-page-globalSearch-component-less--HelpComponent-imgArea-3LyA3 {
  max-width: 100%;
  height: 2rem;
  width: 3.9rem;
}
.src-app-page-globalSearch-component-less--HelpComponent-subscript-3IP8T {
  position: relative;
  bottom: 0.26rem;
  left: 0.05rem;
  background: #D7D7D7;
  color: white;
  text-align: center;
  width: 0.3rem;
}
.src-app-page-globalSearch-component-less--HelpComponent-col-style-ntQug.app-page-globalSearch-component-less--HelpComponent-col-style-BIamL {
  height: 2.75rem;
}
.src-app-page-globalSearch-component-less--HelpComponent-wordsArea-26124 {
  color: #4B6155;
}
.src-app-page-globalSearch-component-less--HelpComponent-description-2CS2p {
  height: 0.42rem;
  overflow: hidden;
}
.src-app-page-globalSearch-component-less--HelpComponent-description-2CS2p p {
  line-height: 0.21rem;
}
.src-app-page-globalSearch-component-less--OpinionComponent-water-3pLI9 {
  break-inside: avoid;
  box-sizing: border-box;
  padding: 0.1rem;
}
.src-app-page-globalSearch-component-less--OpinionComponent-cardBorder-tr0Fj:hover {
  width: 100%;
  cursor: pointer;
  box-shadow: 0px 0px 0.1rem 0px rgba(3, 57, 107, 0.4);
  transition: all 0.5s;
}
.src-app-page-globalSearch-component-less--OpinionComponent-imgArea-3lmvM {
  max-width: 0.5rem;
  max-height: 0.3rem;
  margin-left: 0.05rem;
}
.src-app-page-globalSearch-component-less--OpinionComponent-startTime-1a83q {
  float: right;
  margin: 0px 0.03rem;
}
.src-app-page-globalSearch-component-less--OpinionComponent-timeconsuming-37mhJ {
  padding-left: 48%;
}
.src-app-page-globalSearch-component-less--OpinionComponent-content-2bHH4 {
  border-bottom: 1px dashed #F4F4F4;
  margin-bottom: 0.05rem;
}
.src-app-page-globalSearch-component-less--OpinionComponent-mask-mYO27 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
  text-align: center;
  z-index: 1002;
}
.src-app-page-globalSearch-component-less--OpinionComponent-mask-mYO27 .src-app-page-globalSearch-component-less--OpinionComponent-prevStep-3tCXP,
.src-app-page-globalSearch-component-less--OpinionComponent-mask-mYO27 .src-app-page-globalSearch-component-less--OpinionComponent-nextStep-347AB {
  width: 50%;
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0px;
}
.src-app-page-globalSearch-component-less--OpinionComponent-mask-mYO27 .src-app-page-globalSearch-component-less--OpinionComponent-prevStep-3tCXP {
  left: 0px;
  cursor: url(../../assets/images/pic-left-arrow.png), auto;
}
.src-app-page-globalSearch-component-less--OpinionComponent-mask-mYO27 .src-app-page-globalSearch-component-less--OpinionComponent-nextStep-347AB {
  right: 0px;
  cursor: url(../../assets/images/pic-right-arrow.png), auto;
}
.src-app-page-globalSearch-component-less--OpinionComponent-mask-mYO27 i.src-app-page-globalSearch-component-less--OpinionComponent-close-3XagK {
  color: #ffffff;
  font-size: 0.24rem;
  position: absolute;
  right: 0.3rem;
  top: 0.2rem;
  padding: 0.2rem;
}
.src-app-page-globalSearch-component-less--OpinionComponent-mask-mYO27 i.src-app-page-globalSearch-component-less--OpinionComponent-close-3XagK :hover {
  cursor: pointer;
}
.src-app-page-globalSearch-component-less--OpinionComponent-mask-mYO27 .src-app-page-globalSearch-component-less--OpinionComponent-fullScreen-1JJTP {
  position: relative;
}
.src-app-page-globalSearch-component-less--OpinionComponent-mask-mYO27 .src-app-page-globalSearch-component-less--OpinionComponent-fullScreen-1JJTP .src-app-page-globalSearch-component-less--OpinionComponent-info-yUUMR {
  width: 1.5rem;
  background: rgba(0, 0, 0, 0.65);
  padding: 0.07rem 0.05rem;
  border-radius: 4px;
  position: absolute;
  top: calc(50% - 0.12rem);
  right: calc(50% - 0.75rem);
  color: #FFFFFF;
  font-size: 0.14rem;
  text-align: center;
}
.src-app-page-globalSearch-component-less--OpinionComponent-mask-mYO27 .src-app-page-globalSearch-component-less--OpinionComponent-fullScreen-1JJTP .src-app-page-globalSearch-component-less--OpinionComponent-hidden--ztzy {
  opacity: 0;
}
.src-app-page-globalSearch-component-less--OpinionComponent-mask-mYO27 .src-app-page-globalSearch-component-less--OpinionComponent-fullScreen-1JJTP .src-app-page-globalSearch-component-less--OpinionComponent-show-1MD1- {
  animation: src-app-page-globalSearch-component-less--OpinionComponent-showHidden-3QTXD 1.5s forwards;
}
.src-app-page-globalSearch-component-less--OpinionComponent-mask-mYO27 img {
  max-width: 85%;
  max-height: 85%;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_lfdllpqd6uq.eot');
  src: url('//at.alicdn.com/t/font_864711_lfdllpqd6uq.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_lfdllpqd6uq.woff2') format('woff2'), url('//at.alicdn.com/t/font_864711_lfdllpqd6uq.woff') format('woff'), url('//at.alicdn.com/t/font_864711_lfdllpqd6uq.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_lfdllpqd6uq.svg#iconfont') format('svg');
}
.src-app-page-globalSearch-component-less--FileComponent-fileArea-1zsJP {
  width: 3.35rem;
  height: 1rem;
  color: #595959;
}
.src-app-page-globalSearch-component-less--FileComponent-colStyle-2aV3E {
  float: left;
  width: 100%;
  margin: 0.05rem;
}
.src-app-page-globalSearch-component-less--FileComponent-imgArea-Yd52Q {
  width: 40%;
  float: left;
  max-width: 0.5rem;
  margin: 0.05rem 0.05rem;
}
.src-app-page-globalSearch-component-less--FileComponent-wordsArea-ifYnl {
  width: 80%;
  float: left;
}
.src-app-page-globalSearch-component-less--FileComponent-fileArea-1zsJP:hover {
  cursor: pointer;
  /*box-shadow: 0px 0px 40px 2px rgba(3, 57, 107, 0.4) inset;*/
  background-color: #F5FDF8;
  border-radius: 5px;
  transition: all 0.5s;
}
/*******************蓝色主题*********************/
.theme-blue .src-app-page-globalSearch-component-less--FileComponent-fileArea-1zsJP:hover {
  cursor: pointer;
  /*box-shadow: 0px 0px 40px 2px rgba(3, 57, 107, 0.4) inset;*/
  background-color: #e6f7ff;
  border-radius: 5px;
  transition: all 0.5s;
}
/*******************蓝色主题*********************/
/*******************红色主题*********************/
.theme-red .src-app-page-globalSearch-component-less--FileComponent-fileArea-1zsJP:hover {
  cursor: pointer;
  /*box-shadow: 0px 0px 40px 2px rgba(3, 57, 107, 0.4) inset;*/
  background-color: #fff1f0;
  border-radius: 5px;
  transition: all 0.5s;
}
/*******************红色主题*********************/
.src-app-page-globalSearch-component-less--FileComponent-mask-2fGlm {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
  text-align: center;
  z-index: 1002;
}
.src-app-page-globalSearch-component-less--FileComponent-mask-2fGlm .src-app-page-globalSearch-component-less--FileComponent-prevStep-3gfrv,
.src-app-page-globalSearch-component-less--FileComponent-mask-2fGlm .src-app-page-globalSearch-component-less--FileComponent-nextStep-3CAFc {
  width: 50%;
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0px;
}
.src-app-page-globalSearch-component-less--FileComponent-mask-2fGlm .src-app-page-globalSearch-component-less--FileComponent-prevStep-3gfrv {
  left: 0px;
  cursor: url(../../assets/images/pic-left-arrow.png), auto;
}
.src-app-page-globalSearch-component-less--FileComponent-mask-2fGlm .src-app-page-globalSearch-component-less--FileComponent-nextStep-3CAFc {
  right: 0px;
  cursor: url(../../assets/images/pic-right-arrow.png), auto;
}
.src-app-page-globalSearch-component-less--FileComponent-mask-2fGlm i.src-app-page-globalSearch-component-less--FileComponent-close-lt87E {
  color: #ffffff;
  font-size: 0.24rem;
  position: absolute;
  right: 0.3rem;
  top: 0.2rem;
  padding: 0.2rem;
}
.src-app-page-globalSearch-component-less--FileComponent-mask-2fGlm i.src-app-page-globalSearch-component-less--FileComponent-close-lt87E :hover {
  cursor: pointer;
}
.src-app-page-globalSearch-component-less--FileComponent-mask-2fGlm .src-app-page-globalSearch-component-less--FileComponent-fullScreen-1qcWi {
  position: relative;
}
.src-app-page-globalSearch-component-less--FileComponent-mask-2fGlm .src-app-page-globalSearch-component-less--FileComponent-fullScreen-1qcWi .src-app-page-globalSearch-component-less--FileComponent-info-vgl46 {
  width: 1.5rem;
  background: rgba(0, 0, 0, 0.65);
  padding: 0.07rem 0.05rem;
  border-radius: 4px;
  position: absolute;
  top: calc(50% - 0.12rem);
  right: calc(50% - 0.75rem);
  color: #FFFFFF;
  font-size: 0.14rem;
  text-align: center;
}
.src-app-page-globalSearch-component-less--FileComponent-mask-2fGlm .src-app-page-globalSearch-component-less--FileComponent-fullScreen-1qcWi .src-app-page-globalSearch-component-less--FileComponent-hidden-1tXnC {
  opacity: 0;
}
.src-app-page-globalSearch-component-less--FileComponent-mask-2fGlm .src-app-page-globalSearch-component-less--FileComponent-fullScreen-1qcWi .src-app-page-globalSearch-component-less--FileComponent-show-j4Fp9 {
  animation: src-app-page-globalSearch-component-less--FileComponent-showHidden-1jYXA 1.5s forwards;
}
.src-app-page-globalSearch-component-less--FileComponent-mask-2fGlm img {
  max-width: 40%;
  max-height: 40%;
}
.src-app-page-globalSearch-component-less--FileComponent-fileName-bYKUH {
  font-size: 0.14rem;
  color: #fff;
  margin-top: 0.15rem;
}
.src-app-page-globalSearch-component-less--AffairComponent-imgArea-2LiOS {
  width: 0.7rem;
  float: left;
}
.src-app-page-globalSearch-component-less--AffairComponent-img-1Gw3t {
  max-width: 0.5rem;
  max-height: 0.6rem;
}
.src-app-page-globalSearch-component-less--AffairComponent-textSpan-3LuQq {
  fontSize: 18;
  color: #595959 ;
  margin: 0 0.05rem;
}
.src-app-page-globalSearch-component-less--AffairComponent-footerArea-2uV_A {
  margin-left: 0.6rem;
}
.src-app-page-globalSearch-component-less--AffairComponent-content-181Pl {
  float: left;
  margin: 0.05rem 0.03rem;
}
.src-app-page-globalSearch-component-less--AffairComponent-content-181Pl .ant-card-bordered:hover {
  cursor: pointer;
  box-shadow: 0px 0px 0.1rem 0px rgba(3, 57, 107, 0.4);
  transition: all 0.5s;
}
.src-app-page-globalSearch-component-less--AffairComponent-title-3qum7 :hover {
  text-decoration: underline;
}
.src-app-page-globalSearch-component-less--AffairComponent-tags-1MUHy {
  color: #6C2626;
}
.src-app-page-globalSearch-component-less--MessageComponent-massage-compnent-content-1QUMU {
  width: 100%;
  height: 0.2rem;
  vertical-align: middle;
}
.src-app-page-globalSearch-component-less--MessageComponent-message-systom-newsType2-UipZu {
  border-radius: 6px;
  padding: 0.02rem 0.05rem;
  background: #067700;
  color: #E9F2FC;
  margin-right: 0.1rem;
}
.src-app-page-globalSearch-component-less--MessageComponent-message-systom-newsType1-3SPV2 {
  border-radius: 6px;
  padding: 0.02rem 0.05rem;
  background: #397EF0;
  color: #E9F2FC;
  margin-right: 0.1rem;
}
.src-app-page-globalSearch-component-less--MessageComponent-message-process-newsType-_Vvb2 {
  border-radius: 30px;
  border: 1px solid;
  padding: 0.02rem 0.05rem;
  background: #397EF0;
  color: #FAAD14;
}
.src-app-page-globalSearch-component-less--MessageComponent-message-urge-newsType-2Ep0z {
  border-radius: 30px;
  border: 1px solid;
  padding: 0.02rem 0.05rem;
  background: #24D688;
  color: #E9F2FC;
}
.src-app-page-globalSearch-component-less--MessageComponent-massage-compnent-mesTime-XbZ5a {
  float: right;
}
.src-app-page-globalSearch-component-less--MessageComponent-messageList-3-6eP {
  min-height: 5rem;
}
.src-app-page-globalSearch-component-less--MessageComponent-pagination-3z7yL {
  text-align: center;
  padding: 0.1rem 0px;
  float: right;
}
.src-app-page-globalSearch-component-less--MessageComponent-footer-nvoKs {
  width: 10rem;
}
.src-app-page-globalSearch-component-less--MessageComponent-message-component-rMk5O {
  padding-left: 0.11rem;
  height: 0.93rem;
  width: 100%;
  float: left;
  display: inline-block;
  border-bottom: 1px solid #e8e8e8;
}
.src-app-page-globalSearch-component-less--MessageComponent-textAlign-3EZ2U {
  margin-top: 2.5%;
}
.src-app-page-globalSearch-component-less--MessageComponent-textAlign-3EZ2U a {
  color: #595959;
}
.src-app-page-globalSearch-component-less--MessageComponent-message-component-rMk5O:hover {
  cursor: pointer;
  background-color: #F5FDF8;
}
/*****红色主题****/
.theme-red .src-app-page-globalSearch-component-less--MessageComponent-message-component-rMk5O:hover {
  cursor: pointer;
  background-color: #fff1f0;
}
/*****红色主题end****/
/*****蓝色主题****/
.theme-blue .src-app-page-globalSearch-component-less--MessageComponent-message-component-rMk5O:hover {
  cursor: pointer;
  background-color: #e6f7ff;
}
/*****蓝色主题end****/
.src-assets-style-news--index-newsTabWrap-kXsXa {
  margin: 0;
  border: 1px solid #E1E6E3;
  border-radius: 6px;
  overflow: hidden;
  height: 0.4rem;
  line-height: 0.4rem;
  padding-right: 0.18rem;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
}
.src-assets-style-news--index-newsTabWrap-kXsXa .iconfont {
  margin-right: 0.1rem;
}
.src-assets-style-news--index-newsTabWrap-kXsXa .src-assets-style-news--index-tabHeadRight-31X5s {
  float: right;
}
.src-assets-style-news--index-newsTabWrap-kXsXa .src-assets-style-news--index-tabHeadRight-31X5s a {
  color: #666666;
  margin-left: 0.24rem;
}
.src-assets-style-news--index-newsTabWrap-kXsXa .src-assets-style-news--index-tabHeadRight-31X5s .anticon {
  color: #CDCDCD;
}
.src-assets-style-news--index-newsTabWrap-kXsXa .src-assets-style-news--index-tabHeadRight-31X5s .anticon.anticon-check-square {
  color: #005825;
}
.src-assets-style-news--index-newsTabWrap-kXsXa .src-assets-style-news--index-tabList-2Aux6 {
  display: inline-block;
}
.src-assets-style-news--index-newsTabWrap-kXsXa .src-assets-style-news--index-tabItem-2e5I0 {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  width: 1.4rem;
  height: 0.4rem;
  font-size: 0.16rem;
  color: #363636;
  font-weight: normal;
  background: none;
  border: none;
  border-right: 1px solid #E1E6E3;
}
.src-assets-style-news--index-newsTabWrap-kXsXa .src-assets-style-news--index-tabItem-2e5I0 .ant-badge {
  margin-top: -0.04rem;
}
.src-assets-style-news--index-newsTabWrap-kXsXa .src-assets-style-news--index-tabItem-2e5I0 span {
  font-size: 0.16rem;
  color: #363636;
}
.src-assets-style-news--index-newsTabWrap-kXsXa .src-assets-style-news--index-activeTabItem-lMajJ {
  background: #37A164;
  color: #ffffff;
}
.src-assets-style-news--index-newsTabWrap-kXsXa .src-assets-style-news--index-activeTabItem-lMajJ span {
  color: #ffffff;
}
.src-assets-style-news--index-newsCardWrap-1bHVm {
  padding: 0 0.05rem;
  margin: 0.25rem -0.05rem 0;
}
.src-assets-style-news--index-newsCardWrap-1bHVm .src-assets-style-news--index-newsCardList-3ih5d {
  margin: 0 -0.15rem;
  overflow: hidden;
}
.src-assets-style-news--index-cardItem-1H4jO {
  display: block;
  width: calc(33.33% - 2*0.15rem);
  height: 5.6rem;
  box-sizing: border-box;
  margin: 0 0.15rem 0.25rem;
  text-align: left;
  float: left;
}
.src-assets-style-news--index-fixEntry-2k6XV {
  width: 0.48rem;
  height: 0.48rem;
  background: #CDCDCD;
  position: fixed;
  top: 1.3rem;
  left: 0;
  text-align: center;
  line-height: 0.48rem;
  color: #fff;
}
.src-assets-style-news--index-fixEntry-2k6XV:hover {
  background: #ababab;
}
.src-assets-style-news--index-fixEntry-2k6XV .anticon {
  font-size: 0.24rem;
  vertical-align: middle;
  color: #ffffff;
}
.src-assets-style-news--index-targetCard-31lfW {
  transform: scale(0.7);
}
.src-assets-style-news--index-newsBadgeWrap-2LhSZ {
  position: relative;
}
.src-assets-style-news--index-newsBadgeWrap-2LhSZ .src-assets-style-news--index-newsBadgeCon-2W25s {
  display: inline-block;
  height: 0.16rem;
  line-height: 0.14rem;
  border-radius: 16px;
  border-bottom-left-radius: 0;
  border: 1px solid #ffffff;
  background: #FD6767;
  color: #fff;
  padding: 0 0.06rem;
  font-size: 0.12rem;
  vertical-align: middle;
}
.src-assets-style-news--index-cardContent-OJTMb {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 6px;
  border: 1px solid #E1E6E3;
  box-shadow: 0px 0px 0.1rem rgba(0, 88, 37, 0.1);
  background: #ffffff;
  overflow: hidden;
}
.src-assets-style-news--index-cardContent-OJTMb .src-assets-style-news--index-headBar-VitgX {
  line-height: 0.32rem;
  height: 0.32rem;
  color: #ffffff;
  padding: 0 0.18rem;
  background: #4B6155;
  overflow: hidden;
  position: relative;
}
.src-assets-style-news--index-cardContent-OJTMb .src-assets-style-news--index-headBar-VitgX .src-assets-style-news--index-dragItem-XEuP4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.32rem;
  z-index: 1;
  cursor: move;
}
.src-assets-style-news--index-cardContent-OJTMb .src-assets-style-news--index-headBar-VitgX .src-assets-style-news--index-headBarR-2VGM1 {
  position: absolute;
  height: 0.32rem;
  top: 0;
  right: 0;
  z-index: 2;
  padding-right: 0.18rem;
  opacity: 0.8;
}
.src-assets-style-news--index-cardContent-OJTMb .src-assets-style-news--index-headBar-VitgX .src-assets-style-news--index-headBarR-2VGM1:hover {
  opacity: 1;
}
.src-assets-style-news--index-cardContent-OJTMb .src-assets-style-news--index-headBar-VitgX .src-assets-style-news--index-headBarR-2VGM1 .anticon,
.src-assets-style-news--index-cardContent-OJTMb .src-assets-style-news--index-headBar-VitgX .src-assets-style-news--index-headBarR-2VGM1 .iconfont {
  margin-right: 0.08rem;
  font-size: 0.14rem;
}
.src-assets-style-news--index-cardContent-OJTMb .src-assets-style-news--index-headBar-VitgX .src-assets-style-news--index-headBarR-2VGM1 .src-assets-style-news--index-opItem-2JrqB {
  display: inline-block;
  margin-left: 0.26rem;
  color: #ffffff;
}
.src-assets-style-news--index-cardContent-OJTMb .src-assets-style-news--index-newsCardTitle-2Ez7R {
  height: 0.85rem;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 0 0.1rem;
  color: #fff;
  background-color: #efefef;
  background-position: center;
  margin: 1.5px 1.5px;
}
.src-assets-style-news--index-cardContent-OJTMb .src-assets-style-news--index-newsCardTitle-2Ez7R .src-assets-style-news--index-headMask-9jnN2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  text-align: center;
  padding: 0 0.12rem;
}
.src-assets-style-news--index-cardContent-OJTMb .src-assets-style-news--index-newsCardTitle-2Ez7R .src-assets-style-news--index-headMask-9jnN2 h2 {
  line-height: 0.85rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.src-assets-style-news--index-cardContent-OJTMb .src-assets-style-news--index-newsCardTitle-2Ez7R .src-assets-style-news--index-headMask-9jnN2 h2 .src-assets-style-news--index-newsBadgeCon-2W25s {
  position: absolute;
  top: 16%;
  right: 0.2rem;
}
.src-assets-style-news--index-cardContent-OJTMb .src-assets-style-news--index-newsCardTitle-2Ez7R .src-assets-style-news--index-headMask-9jnN2 .src-assets-style-news--index-title-13pYD {
  color: #fff;
  font-size: 0.3rem;
  font-weight: normal;
  position: relative;
  text-shadow: 0.02rem 0 0.04rem rgba(0, 0, 0, 0.66);
}
.src-assets-style-news--index-cardContent-OJTMb .src-assets-style-news--index-cardCellList-nYqhf {
  height: 4.1rem;
  padding: 0 0.16rem;
}
.src-assets-style-news--index-cardContent-OJTMb .src-assets-style-news--index-cardCellList-nYqhf > li {
  padding: 0.12rem 0;
  list-style: none;
  box-sizing: content-box;
  border-bottom: 1px dashed #cccccc;
  cursor: pointer;
}
.src-assets-style-news--index-cardContent-OJTMb .src-assets-style-news--index-cardCellList-nYqhf > li .src-assets-style-news--index-title-13pYD {
  font-size: 0.14rem;
  color: #333232;
  height: 0.16rem;
  line-height: 0.14rem;
  margin-bottom: 0.08rem;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.src-assets-style-news--index-cardContent-OJTMb .src-assets-style-news--index-cardCellList-nYqhf > li .src-assets-style-news--index-title-13pYD a {
  color: #000;
  vertical-align: middle;
}
.src-assets-style-news--index-cardContent-OJTMb .src-assets-style-news--index-cardCellList-nYqhf > li .icon-xin {
  color: #FD6767;
  vertical-align: middle;
  font-size: 0.22rem;
}
.src-assets-style-news--index-cardContent-OJTMb .src-assets-style-news--index-cardCellList-nYqhf > li:hover .src-assets-style-news--index-title-13pYD a {
  color: #005825;
  text-decoration: underline;
}
.src-assets-style-news--index-cardContent-OJTMb .src-assets-style-news--index-cardCellList-nYqhf > li .src-assets-style-news--index-desc-3S8CR {
  display: block;
  height: 0.16rem;
  font-size: 0.12rem;
  color: #999;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.src-assets-style-news--index-cardContent-OJTMb .src-assets-style-news--index-readMore-bLMbW {
  display: block;
  color: #37A164;
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.4rem;
}
.src-assets-style-news--index-cardContent-OJTMb.src-assets-style-news--index-addCard-nw3Ad {
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 1.6rem 0.65rem;
  text-align: center;
}
.src-assets-style-news--index-cardContent-OJTMb.src-assets-style-news--index-addCard-nw3Ad .src-assets-style-news--index-addTle-mfZCJ {
  font-size: 0.18rem;
  color: #37A164;
  margin: 0.24rem auto 0.32rem;
}
.src-assets-style-news--index-cardContent-OJTMb.src-assets-style-news--index-addCard-nw3Ad .src-assets-style-news--index-addDesc-Re8F7 {
  font-size: 0.14rem;
  color: #999999;
}
.src-assets-style-news--index-newsCardItemWrap-34eBC {
  position: relative;
}
.src-assets-style-news--index-newsCardItemWrap-34eBC .empty-data-wrap {
  height: 3.8rem;
}
.src-assets-style-news--index-newsDetailIframe-17Bt_ {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0.65rem;
  border: none;
  outline: none;
}
.src-assets-style-news--index-splitDot-3Rc8V .src-assets-style-news--index-splitItem-2N9My:after {
  content: '.';
  display: inline-block;
  margin: 0 0.04rem;
}
.src-assets-style-news--index-splitDot-3Rc8V .src-assets-style-news--index-splitItem-2N9My:last-child:after {
  content: '';
}
.src-assets-style-news--index-newsIndexPage-2wklB .ant-breadcrumb {
  line-height: 0.44rem;
}
/******新闻列表页面Start *******/
.src-assets-style-news--index-newsSubHeader-1sPhj {
  line-height: 0.44rem;
  border-bottom: 2px solid #62B68E;
}
.src-assets-style-news--index-newsSubHeader-1sPhj .src-assets-style-news--index-subTitle-3uqmw {
  display: inline-block;
  font-size: 0.24rem;
  color: #005825;
  font-weight: 500;
  margin-right: 0.3rem;
}
.src-assets-style-news--index-newsSubHeader-1sPhj .src-assets-style-news--index-norText-tLXbL {
  color: #005825;
}
.src-assets-style-news--index-newsSubHeader-1sPhj .src-assets-style-news--index-iconCheck-212GU {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  line-height: 0.16rem;
  font-size: 0.16rem;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  vertical-align: sub;
}
.src-assets-style-news--index-newsSubHeader-1sPhj .src-assets-style-news--index-iconCheck-212GU .anticon {
  color: #37A164;
}
.src-assets-style-news--index-newsSubHeader-1sPhj .src-assets-style-news--index-iconCheck-212GU .src-assets-style-news--index-uncheck-1xEo- {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 4px;
  border: 1px solid #E1E5E3;
}
.src-assets-style-news--index-newsSubHeader-1sPhj .src-assets-style-news--index-descText-1kRuC {
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-news--index-newsSubHeader-1sPhj .src-assets-style-news--index-dotText-26O9Q {
  display: inline-block;
  background: #FD6767;
  height: 0.16rem;
  line-height: 0.16rem;
  color: #ffffff;
  margin: 0 0.06rem;
  padding: 0 0.08rem;
  border-radius: 16px;
  font-size: 0.12rem;
}
.src-assets-style-news--index-newsSubHeader-1sPhj .src-assets-style-news--index-textBlock-36y7- {
  display: inline-block;
  margin-right: 0.4rem;
}
.src-assets-style-news--index-newsSubHeader-1sPhj .src-assets-style-news--index-headR-1VvOG {
  float: right;
  color: #666666;
}
.src-assets-style-news--index-newsSubHeader-1sPhj .src-assets-style-news--index-headR-1VvOG a {
  height: 0.16rem;
  line-height: 0.16rem;
  color: #666666;
}
.src-assets-style-news--index-newsSubHeader-1sPhj .src-assets-style-news--index-headR-1VvOG .anticon {
  margin-right: 0.08rem;
}
.src-assets-style-news--index-newsSubHeader-1sPhj .src-assets-style-news--index-newsSearch-12r1I {
  width: 3.58rem;
  display: inline-block;
  position: relative;
  margin-right: 0.15rem;
}
.src-assets-style-news--index-newsSubHeader-1sPhj .src-assets-style-news--index-newsSearch-12r1I .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-news--index-newsSubHeader-1sPhj .src-assets-style-news--index-newsSearch-12r1I .anticon-search {
  position: absolute;
  left: 0.1rem;
  top: 50%;
  margin-top: -0.06rem;
  font-size: 0.12rem;
  z-index: 2;
}
.src-assets-style-news--index-newsSubHeader-1sPhj .src-assets-style-news--index-newsSearch-12r1I .src-assets-style-news--index-searchDel-3Xw7p {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  right: 0.58rem;
  top: 50%;
  margin-top: -0.16rem;
  font-size: 0.12rem;
  z-index: 2;
}
.src-assets-style-news--index-newsSubHeader-1sPhj .src-assets-style-news--index-anchorBack-2S4ZA {
  display: inline-block;
}
.src-assets-style-news--index-newsSubHeader-1sPhj .src-assets-style-news--index-splitType1-3SEyZ {
  color: #CDCDCD;
  margin: 0 0.12rem;
  fong-size: 0.16rem;
}
.src-assets-style-news--index-pagination-274C0 {
  margin: 0.28rem auto 0.48rem;
  text-align: center;
}
/******新闻列表页面End *******/
/*******单个新闻项组件 Start ********/
.src-assets-style-news--index-newsCellItem-2o-QG {
  overflow: hidden;
  padding: 0.2rem 0;
  border-bottom: 1px solid #E1E6E3;
  position: relative;
}
.src-assets-style-news--index-newsCellItem-2o-QG.src-assets-style-news--index-withCover-2Uxvd .icon-xin {
  position: absolute;
  left: 0;
  top: 0.14rem;
}
.src-assets-style-news--index-newsCellItem-2o-QG .src-assets-style-news--index-cover-1PNMO {
  width: 0.95rem;
  height: 0.62rem;
  float: left;
  margin-right: 0.16rem;
  background-position: center;
  backgroudn-size: cover;
  position: relative;
}
.src-assets-style-news--index-newsCellItem-2o-QG .src-assets-style-news--index-title-13pYD {
  cursor: pointer;
  font-size: 0.18rem;
  color: #363636;
  margin-bottom: 0.1rem;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.src-assets-style-news--index-newsCellItem-2o-QG .src-assets-style-news--index-newTag-eW-9V {
  width: 0.2rem;
  height: 0.22rem;
  display: inline-block;
  margin-right: 0.1rem;
}
.src-assets-style-news--index-newsCellItem-2o-QG .icon-xin {
  font-size: 0.22rem;
  color: #FD6767;
  vertical-align: middle;
  margin-right: 0.08rem;
}
.src-assets-style-news--index-newsCellItem-2o-QG .src-assets-style-news--index-splitDot-3Rc8V {
  display: inline-block;
}
.src-assets-style-news--index-newsCellItem-2o-QG .src-assets-style-news--index-operateR-1tbzN {
  margin-right: 0.05rem;
}
.src-assets-style-news--index-newsCellItem-2o-QG .src-assets-style-news--index-operateR-1tbzN .src-assets-style-news--index-opItem-2JrqB {
  margin-left: 0.28rem;
  color: #999999;
  font-size: 0.16rem;
}
.src-assets-style-news--index-newsCellItem-2o-QG .src-assets-style-news--index-operateR-1tbzN .iconfont {
  margin-right: 0.1rem;
}
/*******单个新闻项组件 End ********/
/*******卡片管理 Start ********/
.src-assets-style-news--index-edGroupName-IOiZN {
  color: #666666;
  margin: 0.18rem 0 0.25rem;
  font-size: 0.2rem;
}
.src-assets-style-news--index-cardEditListWrap-3xKg2 {
  margin: 0 -0.125rem;
}
.src-assets-style-news--index-cardEditList-m8GKp {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
}
.src-assets-style-news--index-cardEditList-m8GKp > li {
  display: block;
  width: calc(25% - 0.25rem);
  height: 1.32rem;
  box-sizing: border-box;
  margin: 0 0.125rem 0.25rem;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.3);
  float: left;
  position: relative;
}
.src-assets-style-news--index-cardEditList-m8GKp > li .src-assets-style-news--index-edCardBg-2T21q {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
}
.src-assets-style-news--index-cardEditList-m8GKp > li .src-assets-style-news--index-edCardContent-2xn1X {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background: rgba(149, 149, 149, 0.3);
  color: #fff;
  padding-left: 0.2rem;
  box-sizing: border-box;
  transition: all ease 0.5s;
}
.src-assets-style-news--index-cardEditList-m8GKp > li .src-assets-style-news--index-edCardContent-2xn1X .anticon {
  font-size: 0.48rem;
  margin-bottom: 0.12rem;
}
.src-assets-style-news--index-cardEditList-m8GKp > li .src-assets-style-news--index-edCardContent-2xn1X .src-assets-style-news--index-edButtonWrap-yKMDp {
  display: none;
}
.src-assets-style-news--index-cardEditList-m8GKp > li .src-assets-style-news--index-edCardContent-2xn1X:hover {
  background: rgba(0, 0, 0, 0.6);
}
.src-assets-style-news--index-cardEditList-m8GKp > li .src-assets-style-news--index-edCardContent-2xn1X:hover .anticon {
  display: none;
}
.src-assets-style-news--index-cardEditList-m8GKp > li .src-assets-style-news--index-edCardContent-2xn1X:hover .src-assets-style-news--index-edButtonWrap-yKMDp {
  display: block;
}
.src-assets-style-news--index-cardEditList-m8GKp > li .src-assets-style-news--index-edCardContent-2xn1X h3 {
  font-size: 0.2rem;
  color: #ffffff;
  margin: 0.2rem 0;
  padding: 0;
  text-align: left;
  letter-spacing: 1px;
  opacity: 0.7;
}
.src-assets-style-news--index-cardEditList-m8GKp > li .src-assets-style-news--index-edCardContent-2xn1X .src-assets-style-news--index-edButton-Wv3L3 {
  display: inline-block;
  width: 1rem;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  color: #ffffff;
  background: rgba(55, 161, 100, 0.6);
  border: 1px solid #ffffff;
  font-size: 0.16rem;
  border-radius: 6px;
}
.src-assets-style-news--index-cardEditList-m8GKp > li .src-assets-style-news--index-edCardContent-2xn1X .anticon-check {
  display: none;
}
.src-assets-style-news--index-cardEditList-m8GKp > li .src-assets-style-news--index-bgGray-1rIWu {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  /*-ms-filter: grayscale(100%);*/
  -o-filter: grayscale(100%);
  /*filter: grayscale(100%);*/
  filter: 'gray';
}
.src-assets-style-news--index-cardEditList-m8GKp > li.src-assets-style-news--index-selected-2hMhC .src-assets-style-news--index-edCardBg-2T21q {
  opacity: 1;
}
.src-assets-style-news--index-cardEditList-m8GKp > li.src-assets-style-news--index-selected-2hMhC .src-assets-style-news--index-edCardContent-2xn1X {
  background: none;
  overflow: hidden;
  position: relative;
}
.src-assets-style-news--index-cardEditList-m8GKp > li.src-assets-style-news--index-selected-2hMhC .src-assets-style-news--index-edCardContent-2xn1X:after {
  display: block;
  content: '';
  position: absolute;
  right: -0.85rem;
  bottom: -0.21rem;
  width: 1.8rem;
  height: 1rem;
  transform: rotate(-53deg);
  background: rgba(0, 0, 0, 0.65);
}
.src-assets-style-news--index-cardEditList-m8GKp > li.src-assets-style-news--index-selected-2hMhC .src-assets-style-news--index-edCardContent-2xn1X h3 {
  opacity: 1;
}
.src-assets-style-news--index-cardEditList-m8GKp > li.src-assets-style-news--index-selected-2hMhC .src-assets-style-news--index-edCardContent-2xn1X .anticon-check {
  display: block;
  font-size: 0.28rem;
  color: #ffffff;
  position: absolute;
  right: 0.15rem;
  bottom: 0.06rem;
  z-index: 9;
}
.src-assets-style-news--index-fixBotBarWrap-200DW {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: #F2F2F2;
  border-top: 1px solid #E1E6E3;
  width: 100%;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
}
.src-assets-style-news--index-fixBotBarWrap-200DW .src-assets-style-news--index-confirmBtn-2AnSj,
.src-assets-style-news--index-fixBotBarWrap-200DW .src-assets-style-news--index-cancelBtn-1PX6K {
  display: inline-block;
  width: 0.88rem;
  height: 0.32rem;
  line-height: 0.32rem;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #E1E5E3;
  color: #666666;
  margin: 0 0.05rem;
}
.src-assets-style-news--index-fixBotBarWrap-200DW .src-assets-style-news--index-confirmBtn-2AnSj:hover,
.src-assets-style-news--index-fixBotBarWrap-200DW .src-assets-style-news--index-cancelBtn-1PX6K:hover {
  opacity: 0.9;
}
.src-assets-style-news--index-fixBotBarWrap-200DW .src-assets-style-news--index-confirmBtn-2AnSj i,
.src-assets-style-news--index-fixBotBarWrap-200DW .src-assets-style-news--index-cancelBtn-1PX6K i {
  margin-right: 0.06rem;
}
.src-assets-style-news--index-fixBotBarWrap-200DW .src-assets-style-news--index-confirmBtn-2AnSj {
  background: #37A164;
  color: #fff;
  border-color: #37A164;
}
.src-assets-style-news--index-fixBotBarWrap-200DW .src-assets-style-news--index-norText-tLXbL {
  margin: 0 0.05rem;
}
.src-assets-style-news--index-fixBotBarWrap-200DW .src-assets-style-news--index-norText-tLXbL span {
  color: #AEAEAA;
}
@font-face {
  font-family: 'iconfont';
  /* project id 805299 */
  src: url('//at.alicdn.com/t/font_805299_8eor1r7njy.eot');
  src: url('//at.alicdn.com/t/font_805299_8eor1r7njy.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_805299_8eor1r7njy.woff') format('woff'), url('//at.alicdn.com/t/font_805299_8eor1r7njy.ttf') format('truetype'), url('//at.alicdn.com/t/font_805299_8eor1r7njy.svg#iconfont') format('svg');
}
.src-assets-style-news--index-fixRightBarWrap-jUvsf {
  position: absolute;
  bottom: 0.55rem;
  right: 1rem;
  z-index: 999;
}
.src-assets-style-news--index-fixRightBarWrap-jUvsf div {
  height: 0.35rem;
  width: 0.35rem;
  text-align: center;
  line-height: 0.35rem;
  background: #37A164 ;
  border-radius: 50%;
  margin-bottom: 0.1rem;
}
.src-assets-style-news--index-fixRightBarWrap-jUvsf div a {
  color: #ffffff;
  cursor: pointer;
}
.src-assets-style-news--index-fixRightBarWrap-jUvsf div a .src-assets-style-news--index-icon-3i8NM {
  font-size: 0.2rem;
}
/*******卡片管理 End ********/
/***新闻组件*/
.src-assets-style-news--index-tagList-1AHKm {
  display: inline-block;
}
.src-assets-style-news--index-tagList-1AHKm .src-assets-style-news--index-tagItem-3NkOU {
  display: inline-block;
  padding: 0 0.06rem;
  height: 0.18rem;
  line-height: 0.16rem;
  border: 1px solid #005825;
  border-radius: 28px;
  color: #005825;
  margin-right: 0.08rem;
}
/***订阅页面***/
.src-assets-style-news--index-newsSubscribePage-2Bp3C {
  padding-top: 0.12rem;
}
.src-assets-style-news--index-newsSubscribePage-2Bp3C .src-assets-style-news--index-newsSubHeader-1sPhj {
  border-bottom: 1px solid #E1E6E3;
}
.src-assets-style-news--index-newsSubscribePage-2Bp3C .src-assets-style-news--index-newsSubHeader-1sPhj .src-assets-style-news--index-subTitle-3uqmw {
  font-size: 0.2rem;
}
.src-assets-style-news--index-subsIndexPage-1EPcQ {
  width: 100%;
  position: relative;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  /*for ie9*/
  justify-content: center;
  display: table;
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-subsLeftWrap-1GgU3 {
  display: table-cell;
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-subsRightWrap-1HNEg {
  width: 2.79rem;
  padding-left: 0.25rem;
  display: table-cell;
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-newsTagList-2HVz_ {
  margin: 0 -0.1rem;
  padding: 0.1rem 0;
  border-bottom: 1px solid #E1E6E3;
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-newsTagList-2HVz_.src-assets-style-news--index-clamp2-3MAwn {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-newsTagList-2HVz_ .src-assets-style-news--index-viewMore-nbg90 {
  background: #fff;
  width: 0.8rem;
  height: 0.32rem;
  line-height: 0.32rem;
  top: 0.6rem;
  right: 0.1rem;
  margin-left: 0.1rem;
  color: #666;
  font-size: 0.14rem;
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-newsTagList-2HVz_ .src-assets-style-news--index-viewMore-nbg90 .anticon {
  transform: rotate(90deg);
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-newsTagList-2HVz_ .src-assets-style-news--index-newsTagItem-3iU3G {
  display: inline-block;
  line-height: 0.28rem;
  padding: 0 0.28rem;
  height: 0.28rem;
  border-radius: 28px;
  border: 1px solid #B3B3B3;
  color: #666666;
  margin: 0.1rem;
  vertical-align: middle;
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-newsTagList-2HVz_ .src-assets-style-news--index-newsTagItem-3iU3G.src-assets-style-news--index-selected-2hMhC,
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-newsTagList-2HVz_ .src-assets-style-news--index-newsTagItem-3iU3G:hover {
  background: #37A164;
  color: #ffffff;
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-tagDetailItem-2ivod {
  height: 0.86rem;
  margin-bottom: 0.26rem;
  position: relative;
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-tagDetailItem-2ivod .src-assets-style-news--index-tgBg-3C8SF {
  width: 0.86rem;
  height: 0.86rem;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-right: 0.16rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fefefe;
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-tagDetailItem-2ivod .src-assets-style-news--index-tgBg-3C8SF.t1 {
  background-image: url(../../assets/images/01.png);
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-tagDetailItem-2ivod .src-assets-style-news--index-tgBg-3C8SF.t2 {
  background-image: url(../../assets/images/02.png);
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-tagDetailItem-2ivod .src-assets-style-news--index-tgBg-3C8SF.t3 {
  background-image: url(../../assets/images/03.png);
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-tagDetailItem-2ivod .src-assets-style-news--index-tgBg-3C8SF.t4 {
  background-image: url(../../assets/images/04.png);
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-tagDetailItem-2ivod .src-assets-style-news--index-tgBg-3C8SF.t5 {
  background-image: url(../../assets/images/05.png);
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-tagDetailItem-2ivod .src-assets-style-news--index-tgBg-3C8SF.t6 {
  background-image: url(../../assets/images/06.png);
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-tagDetailItem-2ivod .src-assets-style-news--index-tgBg-3C8SF.t7 {
  background-image: url(../../assets/images/08.png);
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-tagDetailItem-2ivod .src-assets-style-news--index-tgBg-3C8SF.t8 {
  background-image: url(../../assets/images/09.png);
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-tagDetailItem-2ivod .src-assets-style-news--index-tgBg-3C8SF.t9 {
  background-image: url(../../assets/images/10.png);
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-tagDetailItem-2ivod .src-assets-style-news--index-tgBg-3C8SF.t10 {
  background-image: url(../../assets/images/11.png);
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-tagDetailItem-2ivod h3 {
  color: #363636;
  font-size: 0.18rem;
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-tagDetailItem-2ivod .src-assets-style-news--index-tgR-581Ht {
  margin: 0 0.18rem 0 1.02rem;
  height: 100%;
  position: relative;
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-tagDetailItem-2ivod .src-assets-style-news--index-txtBtn-fwMYO,
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-tagDetailItem-2ivod .src-assets-style-news--index-txtBtnCancel-3Iagu {
  color: #62B68E;
  font-size: 0.14rem;
  position: absolute;
  left: 0;
  bottom: 0.12rem;
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-tagDetailItem-2ivod .src-assets-style-news--index-txtBtn-fwMYO i,
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-tagDetailItem-2ivod .src-assets-style-news--index-txtBtnCancel-3Iagu i {
  margin-right: 0.06rem;
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-tagDetailItem-2ivod .src-assets-style-news--index-txtBtnCancel-3Iagu {
  color: #B3B3B3;
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-tagsListWrap-3p_LA {
  margin-top: 0.16rem;
  overflow: hidden;
  min-height: 3rem;
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-tagsListWrap-3p_LA .src-assets-style-news--index-tagDetailItem-2ivod {
  width: 33.33%;
  float: left;
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-subsSearchWrap-2YjIV {
  overflow: hidden;
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-subsSearchWrap-2YjIV .src-assets-style-news--index-tagDetailItem-2ivod {
  width: 33.33%;
  float: left;
}
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-subsSearchWrap-2YjIV,
.src-assets-style-news--index-subsIndexPage-1EPcQ .src-assets-style-news--index-hotTagWrap-3iI81 {
  padding-top: 0.2rem;
}
.src-assets-style-news--index-btAddMore-2w6ao {
  position: absolute;
  margin-left: 0.38rem;
  color: #005825;
  cursor: pointer;
}
.src-assets-style-news--index-btAddMore-2w6ao:hover {
  color: #3dbd7d;
}
.src-assets-style-news--index-cardOperateArea-1nJU7 {
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #ffffff;
  border-radius: 4px;
  margin-top: -0.02rem;
}
.src-assets-style-news--index-obtn-m6_KK {
  width: 100%;
  background: #62B68E;
  line-height: 0.2rem;
  display: inline-block;
  color: #fff;
  padding: 0.1rem 0.12rem;
}
.src-assets-style-news--index-move-2LDXy {
  cursor: move;
}
.src-assets-style-news--index-move-2LDXy i {
  font-size: 0.23rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}
.src-assets-style-news--index-move-2LDXy span {
  vertical-align: middle;
  font-size: 0.16rem;
}
.src-assets-style-news--index-removeTab-1Rx7f {
  position: absolute;
  height: 5.18rem;
  width: 100%;
  display: table;
  text-align: center;
  background: #ffffff;
  opacity: 0.75;
  border-radius: 0px 0px 6px 6px;
}
.src-assets-style-news--index-removeTab-1Rx7f i {
  color: #37A164;
  font-size: 0.24rem;
  cursor: pointer;
}
.src-assets-style-news--index-removeTab-1Rx7f li {
  display: inline-table;
}
.src-assets-style-news--index-remove-IU4AF {
  display: table-cell;
  vertical-align: middle;
}
.src-assets-style-news--index-remove-IU4AF i {
  font-size: 0.32rem;
}
.src-assets-style-news--index-removeText-1bwQ2 {
  font-size: 0.16rem;
  font-family: MicrosoftYaHei;
  color: #005825;
  text-align: center;
}
.src-assets-style-news--index-liMargin-2P46- {
  margin-right: 0.45rem;
}
.src-assets-style-news--index-addSection-18Xj5 {
  width: 100%;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  cursor: pointer;
  color: #57B186;
  border-radius: 6px;
  box-shadow: 0 0 0.1rem rgba(0, 88, 37, 0.1);
  margin-bottom: 0.25rem;
}
.src-assets-style-news--index-tipDot-PDF5u {
  width: 0.07rem;
  height: 0.07rem;
  margin-right: 0.04rem;
  background-color: #FD6767;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.src-assets-style-news--index-newTitle-3mOU_ {
  vertical-align: middle;
}
@media (min-width: 1920px) {
  .font-normal .src-assets-style-news--index-cardItem-1H4jO {
    display: inline-block;
    width: calc(25% - 2*0.15rem);
    height: 5.6rem;
    box-sizing: border-box;
    margin: 0 0.15rem 0.25rem;
    text-align: left;
  }
}
@media (min-width: 2112px) {
  .font-large .src-assets-style-news--index-cardItem-1H4jO {
    display: inline-block;
    width: calc(25% - 2*0.15rem);
    height: 5.6rem;
    box-sizing: border-box;
    margin: 0 0.15rem 0.25rem;
    text-align: left;
  }
}
@media (min-width: 2400px) {
  .font-extraLarge .src-assets-style-news--index-cardItem-1H4jO {
    display: inline-block;
    width: calc(25% - 2*0.15rem);
    height: 5.6rem;
    box-sizing: border-box;
    margin: 0 0.15rem 0.25rem;
    text-align: left;
  }
}
.shareWrap {
  display: inline-block;
}
.ant-popover-inner-content {
  padding: 0.08rem 0;
}
.shareBlock {
  width: 1.68rem;
  box-sizing: border-box;
}
.shareBlock .shareItem {
  display: block;
  padding: 0  0.36rem;
  color: #363636;
  text-align: left;
  font-size: 0.14rem;
  line-height: 0.36rem;
}
.shareBlock .shareItem i {
  font-size: 0.16rem;
}
.shareBlock .shareItem span {
  margin-left: 0.16rem;
}
.shareBlock .shareItem:hover {
  background: #00A143;
  color: #fff;
}
.shareQrcodeModal {
  text-align: center;
}
.shareQrcodeModal p {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  color: #343434;
}
.shareQrcodeModal .ant-modal-close {
  bottom: 0.09rem;
  top: auto;
}
.src-app-page-globalSearch-tab-less--HelpLayout-pagination-3Ns5J {
  float: right;
  position: relative;
  left: 72%;
}
.src-app-page-globalSearch-tab-less--HelpLayout-helpList-39n0O {
  display: flex;
  flex-wrap: wrap;
  margin: 0.1rem;
}
.src-app-page-globalSearch-tab-less--OpinionLayout-waterFall-1esAf {
  column-count: 4;
  column-gap: 0;
}
.src-app-page-globalSearch-tab-less--OpinionLayout-pagination-1RzXL {
  float: right;
  position: absolute;
  right: 0.1rem;
  bottom: 0;
}
.src-app-page-globalSearch-tab-less--ProcessLayout-pagination-1CTwv {
  float: right;
  margin-top: 0.1rem;
}
.src-app-page-globalSearch-tab-less--FilesLayout-fileArea-13yAA {
  column-count: 4;
  column-gap: 0;
  margin: 0.1rem;
  margin-bottom: 0.42rem;
  display: flex;
  flex-wrap: wrap;
}
.src-app-page-globalSearch-tab-less--FilesLayout-pagination-3BXCc {
  float: right;
  position: absolute;
  right: 0.1rem;
  bottom: 0;
}
.src-app-page-globalSearch-tab-less--AffairLayout-list-first-3TQu0 {
  display: flex;
  flex-wrap: wrap;
}
.src-app-page-globalSearch-tab-less--AffairLayout-messageList-2Q6bE {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.src-app-page-globalSearch-tab-less--AffairLayout-pagination--cgPU {
  float: right;
  position: absolute;
  right: 0.1rem;
  bottom: 0;
}
.src-app-page-globalSearch-tab-less--EntrustLayout-pagination-1IzOH {
  float: right;
}
.src-app-page-globalSearch-tab-less--MessageLayout-pagination-36C1O {
  float: right;
  margin-top: 0.1rem;
  bottom: 0;
}
.src-app-page-globalSearch-tab-less--CalendarLayout-pagination-sxdk0 {
  float: right;
  margin-top: 0.1rem;
}
.src-app-page-globalSearch-tab-less--NewsLayout-pagination-1OOAE {
  float: right;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.src-assets-style-home--index-pageSubHeader-8fajS {
  line-height: 0.44rem;
  border-bottom: 2px solid #62B68E;
}
.src-assets-style-home--index-pageSubHeader-8fajS .src-assets-style-home--index-subTitle-1n7zT {
  display: inline-block;
  font-size: 0.24rem;
  color: #005825;
  font-weight: 500;
  margin-right: 0.3rem;
}
.ant-notification {
  width: auto;
}
/*******卡片管理 Start ********/
.src-assets-style-home--index-edGroupName-yWqLv {
  color: #666666;
  margin: 0.18rem 0 0.25rem;
  font-size: 0.2rem;
}
.src-assets-style-home--index-cardEditListWrap-14pS0 {
  margin: 0 -0.125rem;
}
.src-assets-style-home--index-cardList-1S4lt .src-assets-style-home--index-cardEditList-26gdv > li:last-child {
  margin-bottom: 0.75rem;
}
.src-assets-style-home--index-cardEditList-26gdv {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
}
.src-assets-style-home--index-cardEditList-26gdv > li {
  display: block;
  width: calc(25% - 0.25rem);
  height: 1.32rem;
  box-sizing: border-box;
  margin: 0 0.125rem 0.25rem;
  overflow: hidden;
  border-radius: 6px;
  background: url(../../assets/images/card_disable.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  float: left;
  position: relative;
}
.src-assets-style-home--index-cardEditList-26gdv > li .src-assets-style-home--index-edCardBg-1_1p3 {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
}
.src-assets-style-home--index-cardEditList-26gdv > li .src-assets-style-home--index-edCardContent-2Or3a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background-size: cover;
  color: #fff;
  padding-left: 0.2rem;
  box-sizing: border-box;
  transition: all ease 0.5s;
}
.src-assets-style-home--index-cardEditList-26gdv > li .src-assets-style-home--index-edCardContent-2Or3a .anticon {
  font-size: 0.48rem;
  margin-bottom: 0.12rem;
}
.src-assets-style-home--index-cardEditList-26gdv > li .src-assets-style-home--index-edCardContent-2Or3a .src-assets-style-home--index-edButtonWrap-28KEW {
  display: none;
}
.src-assets-style-home--index-cardEditList-26gdv > li .src-assets-style-home--index-edCardContent-2Or3a:hover .anticon {
  display: none;
}
.src-assets-style-home--index-cardEditList-26gdv > li .src-assets-style-home--index-edCardContent-2Or3a:hover .src-assets-style-home--index-edButtonWrap-28KEW {
  display: block;
}
.src-assets-style-home--index-cardEditList-26gdv > li .src-assets-style-home--index-edCardContent-2Or3a h3 {
  font-size: 0.2rem;
  color: #ffffff;
  margin: 0.2rem 0;
  padding: 0;
  text-align: left;
  letter-spacing: 1px;
  opacity: 0.7;
}
.src-assets-style-home--index-cardEditList-26gdv > li .src-assets-style-home--index-edCardContent-2Or3a .src-assets-style-home--index-edButton-1zH0k {
  display: inline-block;
  padding: 0 0.12rem;
  height: 0.28rem;
  line-height: 0.28rem;
  text-align: center;
  color: #ffffff;
  background: rgba(55, 161, 100, 0.6);
  border: 1px solid #ffffff;
  font-size: 0.14rem;
  border-radius: 6px;
  margin-right: 0.12rem;
}
.src-assets-style-home--index-cardEditList-26gdv > li .src-assets-style-home--index-edCardContent-2Or3a .anticon-check {
  display: none;
}
.src-assets-style-home--index-cardEditList-26gdv > li .src-assets-style-home--index-bgGray-27VBu {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.src-assets-style-home--index-cardEditList-26gdv > li.src-assets-style-home--index-selected-3rL81 {
  background-image: url(../../assets/images/card_active_bg1.png);
}
.src-assets-style-home--index-cardEditList-26gdv > li.src-assets-style-home--index-selected-3rL81 .src-assets-style-home--index-edCardBg-1_1p3 {
  opacity: 1;
}
.src-assets-style-home--index-cardEditList-26gdv > li.src-assets-style-home--index-selected-3rL81:nth-of-type(odd) {
  background-image: url(../../assets/images/card_active_bg2.png);
}
.src-assets-style-home--index-cardEditList-26gdv > li.src-assets-style-home--index-selected-3rL81 .src-assets-style-home--index-edCardContent-2Or3a {
  overflow: hidden;
  position: relative;
}
.src-assets-style-home--index-cardEditList-26gdv > li.src-assets-style-home--index-selected-3rL81 .src-assets-style-home--index-edCardContent-2Or3a:after {
  display: block;
  content: '';
  position: absolute;
  right: -0.85rem;
  bottom: -0.21rem;
  width: 1.8rem;
  height: 1rem;
  transform: rotate(-53deg);
  background: rgba(0, 0, 0, 0.2);
}
.src-assets-style-home--index-cardEditList-26gdv > li.src-assets-style-home--index-selected-3rL81 .src-assets-style-home--index-edCardContent-2Or3a h3 {
  opacity: 1;
}
.src-assets-style-home--index-cardEditList-26gdv > li.src-assets-style-home--index-selected-3rL81 .src-assets-style-home--index-edCardContent-2Or3a .anticon-check {
  display: block;
  font-size: 0.28rem;
  color: #ffffff;
  position: absolute;
  right: 0.15rem;
  bottom: 0.06rem;
  z-index: 9;
}
.src-assets-style-home--index-cardModal-ROhPX {
  height: 3.9rem;
  margin: 0.19rem 0.22rem;
}
.src-assets-style-home--index-cardModal-ROhPX div {
  text-align: center;
}
.src-assets-style-home--index-cardModal-ROhPX img {
  max-height: 3.04rem;
  max-width: 7.41rem;
  margin: 0.32rem 0;
}
.src-assets-style-home--index-btAddMore-205JU {
  position: absolute;
  margin-left: 0.38rem;
  background: #f2f2f2;
  color: #005825;
  cursor: pointer;
}
.src-assets-style-home--index-btAddMore-205JU:hover {
  color: #3dbd7d;
}
.src-assets-style-home--index-title-AzTXC {
  font-size: 0.16rem;
  color: white;
  font-weight: bold;
}
.src-assets-style-home--index-rightTitle--6mqZ {
  float: right;
}
/*******卡片管理 End ********/
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-home--index-pageSubHeader-8fajS {
  border-bottom-color: #397EF0;
}
.theme-blue .src-assets-style-home--index-pageSubHeader-8fajS .src-assets-style-home--index-subTitle-1n7zT {
  color: #397EF0;
}
.theme-blue .src-assets-style-home--index-cardEditList-26gdv > li .src-assets-style-home--index-edCardContent-2Or3a .src-assets-style-home--index-edButton-1zH0k {
  background: rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-home--index-cardEditList-26gdv > li.src-assets-style-home--index-selected-3rL81 {
  background-image: url(../../assets/images/card_active_bg1-blue.png);
}
.theme-blue .src-assets-style-home--index-cardEditList-26gdv > li.src-assets-style-home--index-selected-3rL81:nth-of-type(odd) {
  background-image: url(../../assets/images/card_active_bg2-blue.png);
}
.theme-blue .src-assets-style-home--index-btAddMore-205JU {
  color: #397EF0;
}
.theme-blue .src-assets-style-home--index-btAddMore-205JU:hover {
  color: #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-home--index-pageSubHeader-8fajS {
  border-bottom-color: #F63E62;
}
.theme-red .src-assets-style-home--index-pageSubHeader-8fajS .src-assets-style-home--index-subTitle-1n7zT {
  color: #9A001E;
}
.theme-red .src-assets-style-home--index-cardEditList-26gdv > li .src-assets-style-home--index-edCardContent-2Or3a .src-assets-style-home--index-edButton-1zH0k {
  background: rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-home--index-cardEditList-26gdv > li.src-assets-style-home--index-selected-3rL81 {
  background-image: url(../../assets/images/card_active_bg1-red.png);
}
.theme-red .src-assets-style-home--index-cardEditList-26gdv > li.src-assets-style-home--index-selected-3rL81:nth-of-type(odd) {
  background-image: url(../../assets/images/card_active_bg2-red.png);
}
.theme-red .src-assets-style-home--index-btAddMore-205JU {
  color: #F63E62;
}
.theme-red .src-assets-style-home--index-btAddMore-205JU:hover {
  color: #9A001E;
}
/*************** 红色主题 end***************/
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.src-assets-style-card-email--index-email-2-OBl img {
  width: 1.51rem;
  height: 1.51rem;
}
.src-assets-style-card-email--index-email-2-OBl ul {
  margin-top: 0.45rem;
}
.src-assets-style-card-email--index-email-2-OBl li {
  list-style: none;
  line-height: 0.3rem;
}
.src-assets-style-card-email--index-update-2WVcv {
  margin-left: 0.25rem;
}
.src-assets-style-card-email--index-entry-1MVDY {
  text-align: center;
}
.src-assets-style-card-email--index-entry-1MVDY div {
  background-color: var(--themeColor);
  border-radius: 16px;
  color: #fff;
  font-weight: 400;
  width: 1.2rem;
  height: 0.32rem;
  line-height: 0.32rem;
  display: inline-block;
  cursor: pointer;
  margin-top: 0.55rem;
}
.src-assets-style-card-email--index-entry-1MVDY span {
  line-height: 0.21rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
}
.src-assets-style-card-email--index-listContent-158X1 {
  width: 100%;
  padding: 0 0.2rem;
}
.src-assets-style-card-email--index-listContent-158X1:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
.src-assets-style-card-email--index-listContent-158X1 .src-assets-style-card-email--index-itemRow-3pQep {
  color: #000000;
  font-size: 0.14rem;
  line-height: 0.55rem;
  height: 0.55rem;
}
.src-assets-style-card-email--index-listContent-158X1 .src-assets-style-card-email--index-itemRow-3pQep .src-assets-style-card-email--index-itemCol-3M9Kt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.eot');
  src: url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.woff') format('woff'), url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.svg#iconfont') format('svg');
}
.src-assets-style-card-reading--index-iconfont-1DsoY {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.src-assets-style-card-reading--index-attentionCard-2Ofxg {
  border: none;
}
.src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT {
  margin-top: -0.23rem;
  width: 100%;
}
.src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT ul {
  height: 0.48rem;
  line-height: 0.48rem;
  padding: 0px;
  box-shadow: #E1E6E3 0px 0.4px;
  cursor: pointer;
  /*li:nth-child(1){
       a{
         &:hover{
           color:#005825;
           !*text-decoration: underline;*!
         }
       }
     }*/
}
.src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT ul:hover {
  background: #F5FDF8;
  /*background-color : #e6fff5;*/
}
.src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  list-style: none;
  padding-right: 0.15rem;
}
.src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT ul li a {
  cursor: pointer;
}
.src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT ul li:nth-child(1) {
  text-align: left;
}
.src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT ul li:nth-child(1) a {
  color: #000000;
  font-weight: bold;
}
.src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT ul li:nth-child(2) a {
  color: #595959;
  cursor: pointer;
  font-size: 0.14rem;
}
.src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT ul li:nth-child(3) {
  padding-right: 0px;
  color: #999999;
}
.src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT ul li:nth-child(3) a {
  color: #999999;
}
.src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT ul.src-assets-style-card-reading--index-headTitle-2HV0o {
  cursor: default;
}
.src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT ul.src-assets-style-card-reading--index-headTitle-2HV0o:hover {
  background: none;
}
.src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT ul.src-assets-style-card-reading--index-headTitle-2HV0o li {
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT ul.src-assets-style-card-reading--index-headTitle-2HV0o li:nth-child(3) {
  color: #000000;
}
.src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT ul.src-assets-style-card-reading--index-headTitle-2HV0o li:nth-child(1) {
  text-align: center;
}
@media (min-width: 0px) {
  .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-large-1aPsV {
    display: none;
  }
  .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-small-1NDdS {
    display: inline-block;
  }
  .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT li:nth-child(1) {
    width: 37%;
  }
  .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT li:nth-child(2) {
    width: 23%;
  }
  .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT li:nth-child(3) {
    width: 40%;
  }
}
/****************列表部分结束***************/
.src-assets-style-card-reading--index-modalContent-1Y9KM {
  width: 100%;
  height: 2rem;
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.7rem;
}
.src-assets-style-card-reading--index-modalContent-1Y9KM .src-assets-style-card-reading--index-icon-1VgZH {
  color: #f1a42b;
}
.src-assets-style-card-reading--index-nullData-2czFU {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-card-reading--index-nullData-2czFU .src-assets-style-card-reading--index-message-2smds {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #DBDBDB;
  font-size: 0.14rem;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT ul {
  /*li{
          a{
            &:hover{
              color:@theme-blue-2;
            }
          }
        }*/
}
.theme-blue .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT ul:hover {
  background: #e6f7ff;
}
.theme-blue .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT ul.src-assets-style-card-reading--index-headTitle-2HV0o:hover {
  background: none;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT ul {
  /* li{
          a{
            &:hover{
              color:@theme-red-2;
            }
          }
        }*/
}
.theme-red .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT ul:hover {
  background: #fff1f0;
}
/*************** 红色主题 end***************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-small-1NDdS {
    display: none;
  }
  .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-large-1aPsV {
    display: inline-block;
  }
  .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-large-1aPsV li:nth-child(1) {
    text-align: left;
  }
  .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT li:nth-child(1) {
    width: 25%;
  }
  .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT li:nth-child(2) {
    width: 31%;
  }
  .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT li:nth-child(3) {
    width: 44%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-small-1NDdS {
    display: none;
  }
  .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-large-1aPsV {
    display: inline-block;
  }
  .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-large-1aPsV li:nth-child(1) {
    text-align: left;
  }
  .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT li:nth-child(1) {
    width: 41%;
  }
  .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT li:nth-child(2) {
    width: 25%;
  }
  .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT li:nth-child(3) {
    width: 34%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-small-1NDdS {
    display: none;
  }
  .font-large .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-large-1aPsV {
    display: inline-block;
  }
  .font-large .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-large-1aPsV li:nth-child(1) {
    text-align: left;
  }
  .font-large .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT li:nth-child(1) {
    width: 25%;
  }
  .font-large .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT li:nth-child(2) {
    width: 31%;
  }
  .font-large .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT li:nth-child(3) {
    width: 44%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-small-1NDdS {
    display: none;
  }
  .font-large .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-large-1aPsV {
    display: inline-block;
  }
  .font-large .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-large-1aPsV li:nth-child(1) {
    text-align: left;
  }
  .font-large .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT li:nth-child(1) {
    width: 41%;
  }
  .font-large .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT li:nth-child(2) {
    width: 25%;
  }
  .font-large .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT li:nth-child(3) {
    width: 34%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-small-1NDdS {
    display: none;
  }
  .font-extraLarge .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-large-1aPsV {
    display: inline-block;
  }
  .font-extraLarge .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-large-1aPsV li:nth-child(1) {
    text-align: left;
  }
  .font-extraLarge .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT li:nth-child(1) {
    width: 25%;
  }
  .font-extraLarge .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT li:nth-child(2) {
    width: 31%;
  }
  .font-extraLarge .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT li:nth-child(3) {
    width: 44%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-small-1NDdS {
    display: none;
  }
  .font-extraLarge .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-large-1aPsV {
    display: inline-block;
  }
  .font-extraLarge .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-large-1aPsV li:nth-child(1) {
    text-align: left;
  }
  .font-extraLarge .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT li:nth-child(1) {
    width: 41%;
  }
  .font-extraLarge .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT li:nth-child(2) {
    width: 25%;
  }
  .font-extraLarge .font-normal .src-assets-style-card-reading--index-attentionCard-2Ofxg .src-assets-style-card-reading--index-listMain-1VLAT li:nth-child(3) {
    width: 34%;
  }
}
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.eot');
  src: url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.woff') format('woff'), url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.svg#iconfont') format('svg');
}
.src-assets-style-card-transaction--index-iconfont-1AlSv {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.src-assets-style-card-transaction--index-transactionCard-I2vT0 {
  position: relative;
  padding: 0 0.21rem;
  height: 3.6rem;
}
/****************标题部分开始***************/
.src-assets-style-card-transaction--index-title-7J_hj {
  border-bottom: 1px solid #E1E6E3;
  height: 0.61rem;
  line-height: 0.61rem;
  width: 100%;
  padding: 0;
  vertical-align: middle;
}
.src-assets-style-card-transaction--index-title-7J_hj li {
  float: left;
  list-style: none;
  height: 0.4rem;
  width: 2rem;
  text-align: center;
  vertical-align: middle;
  margin-top: 0.09rem;
  display: inline-block;
  color: #005825;
  font-size: 0.16rem;
  padding: 0px;
}
.src-assets-style-card-transaction--index-title-7J_hj li span {
  height: 0.34rem;
  width: 100%;
  display: inline-block;
  margin-left: -0.15rem;
  position: relative;
  top: -0.1rem;
  cursor: pointer;
  text-align: center;
}
.src-assets-style-card-transaction--index-title-7J_hj .src-assets-style-card-transaction--index-active-1kAkg {
  background: #37A164;
  color: #ffffff;
}
.src-assets-style-card-transaction--index-title-7J_hj .src-assets-style-card-transaction--index-more-3DYdI {
  height: 0.59rem;
  line-height: 0.59rem;
  margin: 0px;
  float: right;
  text-align: right;
}
.src-assets-style-card-transaction--index-title-7J_hj .src-assets-style-card-transaction--index-more-3DYdI a {
  font-weight: normal;
  font-size: 0.14rem;
  color: #37A164;
  cursor: pointer;
}
.src-assets-style-card-transaction--index-title-7J_hj .src-assets-style-card-transaction--index-more-3DYdI a:hover {
  color: #005825;
  text-decoration: underline;
}
.src-assets-style-card-transaction--index-entrustEmpty-Q8__l li {
  display: inline-block;
  padding-left: 3.15rem;
  padding-top: 0.9rem;
}
.src-assets-style-card-transaction--index-limitedTime-Dol-b {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 0.55rem;
  width: 0.6rem;
}
.src-assets-style-card-transaction--index-limitedTime-Dol-b .src-assets-style-card-transaction--index-backBorder-3gCF2 {
  border-top: solid 55px #FF0000;
  border-left: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-card-transaction--index-limitedTime-Dol-b .src-assets-style-card-transaction--index-inner-1DfFg {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: -0.06rem;
  left: 0.19rem;
  transform: rotate(45);
  transform: rotate;
  transform: rotate(45deg);
}
/****************标题部分结束***************/
/****************列表部分开始***************/
/*
.listMain{
  height: 255px;
  ul{
    height: 42px;
    line-height: 42px;
    box-shadow:#E1E6E3 0px 0.4px;
    li{
      padding: 0px 10px;
      a{
        &:hover{
          color:#005825;
          text-decoration: underline;
        }
      }
    }
  }
  .approvalUl{
    li{
      overflow: hidden;
      text-overflow:ellipsis;
      white-space: nowrap;
      display: inline-block;
      text-align: center;
      width: 20%;
      a{
        color:#B1B1B1;
        cursor: pointer;
        font-size: 14px;
      }
    }
  }

  .applyUl{
    li{
      text-align: center;
      overflow: hidden;
      text-overflow:ellipsis;
      white-space: nowrap;
      display: inline-block;
    }
  }
}

.approvalUl{
  li:nth-child(1){
    width: 40%;
    text-align: left;
    a{
      color:#000000;
    }
  }
  li:nth-child(2){
    text-align: left;
  }
}
.applyUl{
  li:nth-child(1){
    text-align: left;
    width:40%;
    a{
      color:#000000;
    }
  }
  li:nth-child(2){
    width:20%;
    text-align: left;
    a{
      color:#B1B1B1;
    }
  }
  li:nth-child(3),li:nth-child(5){
    width: 12%;
  }
  li:nth-child(4){
    width:15%;
  }
}
.iconfont.doing{
  color:#66cc00;
  font-size: 12px;
}
.iconfont.toDo{
  color:#ff0000;
  font-size: 12px;
}
!****************列表部分结束***************!
.listBottom{
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  a{
    color:#B1B1B1;
    cursor: pointer;
    font-size: 14px;
    &:hover{
      color:#005825;
      text-decoration: underline;
    }
  }
}
*/
.src-assets-style-card-transaction--index-popover-2qP4_ {
  width: 3rem;
  height: 2rem;
}
.src-assets-style-card-transaction--index-popover-2qP4_ p {
  width: 100%;
  text-align: center;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.eot');
  src: url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.woff') format('woff'), url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_o0fi9nz4ues.svg#iconfont') format('svg');
}
.src-assets-style-card-manuscript--index-iconfont-1CZ-o {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.src-assets-style-card-manuscript--index-listContent-zVuH2 {
  width: 100%;
  margin-top: 0.04rem;
}
.src-assets-style-card-manuscript--index-listContent-zVuH2:hover {
  background-color: #F5FDF8;
  cursor: pointer;
}
.src-assets-style-card-manuscript--index-listContent-zVuH2 .src-assets-style-card-manuscript--index-itemRow-2ysj3 {
  color: #000000;
  font-size: 0.14rem;
}
.src-assets-style-card-manuscript--index-listContent-zVuH2 .src-assets-style-card-manuscript--index-itemRow-2ysj3 .src-assets-style-card-manuscript--index-itemCol-1UP4T {
  line-height: 0.43rem;
  height: 0.43rem;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-card-manuscript--index-listContent-zVuH2 .src-assets-style-card-manuscript--index-itemRow-2ysj3 .src-assets-style-card-manuscript--index-itemCol-1UP4T .src-assets-style-card-manuscript--index-icon-2Uidn {
  font-size: 0.23rem;
}
.src-assets-style-card-manuscript--index-listTitle-3bNEd {
  width: 100%;
}
.src-assets-style-card-manuscript--index-listTitle-3bNEd .src-assets-style-card-manuscript--index-itemRow-2ysj3 {
  font-weight: bold;
  color: #000000;
  font-size: 0.14rem;
  line-height: 0.48rem;
}
.src-assets-style-card-manuscript--index-listTitle-3bNEd .src-assets-style-card-manuscript--index-itemRow-2ysj3 li {
  display: inline-block;
}
.src-assets-style-card-manuscript--index-modalContent-2QC6J {
  width: 100%;
  height: 2rem;
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.7rem;
}
.src-assets-style-card-manuscript--index-modalContent-2QC6J .src-assets-style-card-manuscript--index-icon-2Uidn {
  color: #f1a42b;
}
@media (min-width: 0px) {
  .src-assets-style-card-manuscript--index-large-3gytz {
    display: none;
  }
  .src-assets-style-card-manuscript--index-small-2EtEJ {
    display: inline-block;
    width: 100%;
    margin-top: -0.24rem;
  }
  .src-assets-style-card-manuscript--index-itemRow-2ysj3 {
    width: 3.25rem;
  }
  .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(1) {
    padding-right: 0.1rem;
    width: 1.65rem;
    font-weight: bold;
  }
  .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(2) {
    width: 1.3rem;
    color: #c9c9c9;
  }
  .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(3) a {
    width: 0.3rem;
    color: #c9c9c9;
  }
  .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(3) a:hover {
    /* text-decoration: underline;*/
    color: #37A164;
  }
  .src-assets-style-card-manuscript--index-listTitle-3bNEd .src-assets-style-card-manuscript--index-itemRow-2ysj3 li {
    color: #000000;
  }
}
.src-assets-style-card-manuscript--index-nullData-VFNfN {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-card-manuscript--index-nullData-VFNfN .src-assets-style-card-manuscript--index-message-3DMyH {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #DBDBDB;
  font-size: 0.14rem;
}
.src-assets-style-card-manuscript--index-cardStyle-eYLq_ {
  border: none;
}
.src-assets-style-card-manuscript--index-cardStyle-eYLq_ ul {
  text-align: left;
  box-shadow: #E1E6E3 0px 0.4px;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-card-manuscript--index-listContent-zVuH2:hover {
  background-color: #e6f7ff;
}
.theme-blue .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(3) a {
  color: #c9c9c9;
  width: 0.17rem;
}
.theme-blue .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(3) a:hover {
  /* text-decoration: underline;*/
  color: #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-card-manuscript--index-listContent-zVuH2:hover {
  background-color: #fff1f0;
}
.theme-red .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(3) a {
  color: #c9c9c9;
  width: 0.17rem;
}
.theme-red .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(3) a:hover {
  /* text-decoration: underline;*/
  color: #F63E62;
}
/*************** 红色主题 end***************/
/*************** 绿色主题 start***************/
.theme-green .src-assets-style-card-manuscript--index-listContent-zVuH2:hover {
  background-color: #E6FFF1;
}
.theme-green .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(3) a {
  color: #c9c9c9;
  width: 0.17rem;
}
.theme-green .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(3) a:hover {
  /* text-decoration: underline;*/
  color: #00a854;
}
/*************** 绿色主题 end***************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-card-manuscript--index-small-2EtEJ {
    display: none;
  }
  .font-normal .src-assets-style-card-manuscript--index-large-3gytz {
    display: inline-block;
    width: 100%;
    margin-top: -0.24rem;
  }
  .font-normal .src-assets-style-card-manuscript--index-itemRow-2ysj3 {
    width: 4.4rem;
  }
  .font-normal .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(1) {
    width: 1.98rem;
    padding-right: 0.1rem;
  }
  .font-normal .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(2) {
    color: #c9c9c9;
    width: 2.2rem;
  }
  .font-normal .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(3) a {
    color: #c9c9c9;
    width: 0.17rem;
    /* &:hover{
            !*text-decoration: underline;*!
            color:#37A164;
          }*/
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-card-manuscript--index-small-2EtEJ {
    display: none;
  }
  .font-normal .src-assets-style-card-manuscript--index-large-3gytz {
    display: inline-block;
    width: 100%;
    margin-top: -0.24rem;
  }
  .font-normal .src-assets-style-card-manuscript--index-itemRow-2ysj3 {
    width: 5.25rem;
  }
  .font-normal .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(1) {
    width: 2.53rem;
    padding-right: 0.1rem;
  }
  .font-normal .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(2) {
    color: #c9c9c9;
    width: 2.55rem;
  }
  .font-normal .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(3) a {
    color: #c9c9c9;
    width: 0.17rem;
    /* &:hover{
            !*text-decoration: underline;*!
            color:#37A164;
          }*/
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-card-manuscript--index-small-2EtEJ {
    display: none;
  }
  .font-large .src-assets-style-card-manuscript--index-large-3gytz {
    display: inline-block;
    width: 100%;
    margin-top: -0.24rem;
  }
  .font-large .src-assets-style-card-manuscript--index-itemRow-2ysj3 {
    width: 4.4rem;
  }
  .font-large .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(1) {
    width: 1.98rem;
    padding-right: 0.1rem;
  }
  .font-large .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(2) {
    color: #c9c9c9;
    width: 2.2rem;
  }
  .font-large .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(3) a {
    color: #c9c9c9;
    width: 0.17rem;
    /*&:hover{
            !*text-decoration: underline;*!
            color:#37A164;
          }*/
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-card-manuscript--index-small-2EtEJ {
    display: none;
  }
  .font-large .src-assets-style-card-manuscript--index-large-3gytz {
    display: inline-block;
    width: 100%;
    margin-top: -0.24rem;
  }
  .font-large .src-assets-style-card-manuscript--index-itemRow-2ysj3 {
    width: 5.25rem;
  }
  .font-large .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(1) {
    width: 2.53rem;
    padding-right: 0.1rem;
  }
  .font-large .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(2) {
    color: #c9c9c9;
    width: 2.55rem;
  }
  .font-large .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(3) a {
    color: #c9c9c9;
    width: 0.17rem;
    /* &:hover{
            !*text-decoration: underline;*!
            color:#37A164;
          }*/
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-card-manuscript--index-small-2EtEJ {
    display: none;
  }
  .font-extraLarge .src-assets-style-card-manuscript--index-large-3gytz {
    display: inline-block;
    width: 100%;
    margin-top: -0.24rem;
  }
  .font-extraLarge .src-assets-style-card-manuscript--index-itemRow-2ysj3 {
    width: 4.4rem;
  }
  .font-extraLarge .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(1) {
    width: 1.98rem;
    padding-right: 0.1rem;
  }
  .font-extraLarge .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(2) {
    color: #c9c9c9;
    width: 2.2rem;
  }
  .font-extraLarge .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(3) a {
    color: #c9c9c9;
    width: 0.17rem;
    /*&:hover{
            !*text-decoration: underline;*!
            color:#37A164;
          }*/
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-card-manuscript--index-small-2EtEJ {
    display: none;
  }
  .font-extraLarge .src-assets-style-card-manuscript--index-large-3gytz {
    display: inline-block;
    width: 100%;
    margin-top: -0.24rem;
  }
  .font-extraLarge .src-assets-style-card-manuscript--index-itemRow-2ysj3 {
    width: 5.25rem;
  }
  .font-extraLarge .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(1) {
    width: 2.53rem;
    padding-right: 0.1rem;
  }
  .font-extraLarge .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(2) {
    color: #c9c9c9;
    width: 2.55rem;
  }
  .font-extraLarge .src-assets-style-card-manuscript--index-itemRow-2ysj3 li:nth-child(3) a {
    color: #c9c9c9;
    width: 0.17rem;
    /*&:hover{
            !*text-decoration: underline;*!
            color:#37A164;
          }*/
  }
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_2wjs2y6b1l9.eot');
  src: url('//at.alicdn.com/t/font_864711_2wjs2y6b1l9.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_2wjs2y6b1l9.woff') format('woff'), url('//at.alicdn.com/t/font_864711_2wjs2y6b1l9.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_2wjs2y6b1l9.svg#iconfont') format('svg');
}
.src-assets-style-card-transactionService--index-iconfont-NvEy9 {
  font-family: "iconfont" !important;
  font-size: 0.24rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.src-assets-style-card-transactionService--index-listMain-2NkSC {
  height: 2.8rem;
  width: 100%;
  position: relative;
  padding-bottom: 0.1rem;
}
.src-assets-style-card-transactionService--index-card-2rX6N {
  border: none;
}
.src-assets-style-card-transactionService--index-colItem-ggfse {
  height: 0.9rem;
  width: 1rem;
  text-align: center;
  cursor: pointer;
}
.src-assets-style-card-transactionService--index-colItem-ggfse .src-assets-style-card-transactionService--index-circle-1Uk27 {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  height: 0.5rem;
  width: 0.5rem;
  line-height: 0.5rem;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(87, 177, 134, 0.1);
  box-shadow: 0px 0px 0.05rem rgba(0, 168, 84, 0.3);
  text-align: center;
}
.src-assets-style-card-transactionService--index-colItem-ggfse .src-assets-style-card-transactionService--index-circle-1Uk27 .src-assets-style-card-transactionService--index-icon-1w83G {
  font-size: 0.24rem;
}
.src-assets-style-card-transactionService--index-colItem-ggfse .src-assets-style-card-transactionService--index-name-1G8jU {
  width: 100%;
  height: 0.5rem;
  text-align: center;
}
.src-assets-style-card-transactionService--index-forbidden-3oK2k {
  color: #c9c9c9;
}
.src-assets-style-card-transactionService--index-display-3VwGC {
  display: none;
}
.src-assets-style-card-transactionService--index-prevPage-1JxoM {
  position: absolute;
  bottom: 0px;
  right: 1rem;
}
.src-assets-style-card-transactionService--index-nextPage-nGSSn {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-card-transactionService--index-colItem-ggfse .src-assets-style-card-transactionService--index-circle-1Uk27 {
  box-shadow: 0px 0px 0.05rem rgba(35, 145, 230, 0.3);
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-card-transactionService--index-colItem-ggfse .src-assets-style-card-transactionService--index-circle-1Uk27 {
  border-color: rgba(208, 64, 92, 0.1);
  box-shadow: 0px 0px 0.05rem rgba(169, 0, 33, 0.3);
}
/*************** 红色主题 end***************/
.src-assets-style-card-leave--index-leaveCard-IPLTD .ant-card-head {
  border-bottom: 1px solid #e8e8e8;
}
.src-assets-style-card-leave--index-leaveCard-IPLTD .ant-card-body {
  padding: 1px 0px 0px;
}
.src-assets-style-card-leave--index-leaveCard-IPLTD img {
  width: 100%;
  height: auto;
}
.src-assets-style-card-transactionCount--index-transationCount-4h6jd {
  border: none;
}
.src-assets-style-card-transactionCount--index-transationCount-4h6jd .ant-card-head {
  border-bottom: 1px solid #e8e8e8;
}
.src-assets-style-card-transactionCount--index-transationCount-4h6jd img {
  width: 100%;
  height: auto;
}
.src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-left-2vgbm {
  width: 60%;
  z-index: 3;
  position: relative;
  top: -0.4rem;
}
.src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-left-2vgbm div.src-assets-style-card-transactionCount--index-count-3lHCG {
  line-height: 3rem;
  position: absolute;
  height: 3rem;
  width: 100%;
  top: 0px;
  z-index: -1;
  text-align: center;
  color: #249ffe;
  font-size: 0.28rem;
  font-weight: 700;
}
.src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-left-2vgbm > div:last-child {
  position: absolute;
  height: 0.6rem;
  width: 100%;
  bottom: 0px;
  z-index: -1;
  text-align: center;
}
.src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-row-1vzBD {
  position: relative;
}
.src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-right-22n-T {
  width: 40%;
  height: 2.5rem;
  position: absolute;
  right: 0px;
  top: 0px;
}
.src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-right-22n-T > div {
  height: 0.75rem;
  width: 100%;
  margin-bottom: 0.1rem;
  padding-left: 0.17rem;
  position: relative;
}
.src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-right-22n-T .src-assets-style-card-transactionCount--index-bar-1Ckkr {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0.05rem;
  height: 100%;
}
.src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-right-22n-T span {
  display: inline-block;
  width: 100%;
  line-height: 0.3rem;
  height: 0.3rem;
}
.src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-right-22n-T span.src-assets-style-card-transactionCount--index-number-8PfNg {
  font-weight: 700;
  font-size: 0.24rem;
}
.src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-right-22n-T span.src-assets-style-card-transactionCount--index-title-1ivih {
  color: #CCCCCC;
  font-size: 0.14rem;
}
.src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-right-22n-T > div:nth-child(1) {
  background: #f9f9f9 url(../../assets/images/swtj_01.png) no-repeat right;
}
.src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-right-22n-T > div:nth-child(1) .src-assets-style-card-transactionCount--index-bar-1Ckkr {
  background-color: #ff526f;
}
.src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-right-22n-T > div:nth-child(1) .src-assets-style-card-transactionCount--index-number-8PfNg {
  color: #ff526f;
}
.src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-right-22n-T > div:nth-child(2) {
  background: #f9f9f9 url(../../assets/images/swtj_02.png) no-repeat right;
}
.src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-right-22n-T > div:nth-child(2) .src-assets-style-card-transactionCount--index-bar-1Ckkr {
  background-color: #23d688;
}
.src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-right-22n-T > div:nth-child(2) .src-assets-style-card-transactionCount--index-number-8PfNg {
  color: #23d688;
}
.src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-right-22n-T > div:nth-child(3) {
  background: #f9f9f9 url(../../assets/images/swtj_03.png) no-repeat right;
}
.src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-right-22n-T > div:nth-child(3) .src-assets-style-card-transactionCount--index-bar-1Ckkr {
  background-color: #249ffe;
}
.src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-right-22n-T > div:nth-child(3) .src-assets-style-card-transactionCount--index-number-8PfNg {
  color: #249ffe;
}
@media (max-width: 1600px) {
  .font-normal .src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-left-2vgbm div.src-assets-style-card-transactionCount--index-count-3lHCG {
    font-size: 0.22rem;
    font-weight: 700;
  }
  .font-normal .src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-left-2vgbm > div:last-child {
    height: 0.8rem;
  }
}
@media (max-width: 1760px) {
  .font-large .src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-left-2vgbm div.src-assets-style-card-transactionCount--index-count-3lHCG {
    font-size: 0.22rem;
    font-weight: 700;
  }
  .font-large .src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-left-2vgbm > div:last-child {
    height: 0.8rem;
  }
}
@media (max-width: 2000px) {
  .font-extraLarge .src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-left-2vgbm div.src-assets-style-card-transactionCount--index-count-3lHCG {
    font-size: 0.22rem;
    font-weight: 700;
  }
  .font-extraLarge .src-assets-style-card-transactionCount--index-transationCount-4h6jd .src-assets-style-card-transactionCount--index-left-2vgbm > div:last-child {
    height: 0.8rem;
  }
}
.src-assets-style-card-score--index-scoreCard-2Uv7R {
  height: 3.6rem;
}
.src-assets-style-card-score--index-scoreCard-2Uv7R ul li {
  display: inline-block;
  list-style: none;
}
.src-assets-style-card-score--index-scoreCard-2Uv7R ul li.src-assets-style-card-score--index-span2-1g2_O,
.src-assets-style-card-score--index-scoreCard-2Uv7R ul li.src-assets-style-card-score--index-span4-2yUYN {
  width: 0.6rem;
  margin-left: 0.1rem;
}
.src-assets-style-card-score--index-scoreCard-2Uv7R ul li.src-assets-style-card-score--index-span1-20nwb {
  width: 0.3rem;
  margin-left: 0.1rem;
}
.src-assets-style-card-score--index-scoreCard-2Uv7R ul li.src-assets-style-card-score--index-span3-2VxEK {
  width: calc(100% - 2.9rem);
  float: left;
  margin-left: 0px;
}
.src-assets-style-card-score--index-scoreCard-2Uv7R .src-assets-style-card-score--index-opt-Tjeuv li {
  width: 1.7rem;
  text-align: center;
}
.src-assets-style-card-score--index-scoreCard-2Uv7R .src-assets-style-card-score--index-opt-Tjeuv li:nth-child(2) a {
  color: #000000;
  font-weight: 600;
}
.src-assets-style-card-score--index-scoreCard-2Uv7R .src-assets-style-card-score--index-opt-Tjeuv li.src-assets-style-card-score--index-itemChange-8c-BG {
  width: calc(50% - 0.85rem);
  cursor: pointer;
}
.src-assets-style-card-score--index-scoreCard-2Uv7R .src-assets-style-card-score--index-opt-Tjeuv li.src-assets-style-card-score--index-left-17rrh {
  text-align: right;
}
.src-assets-style-card-score--index-scoreCard-2Uv7R .src-assets-style-card-score--index-opt-Tjeuv li.src-assets-style-card-score--index-right-15Lml {
  text-align: left;
}
.src-assets-style-card-score--index-scoreCard-2Uv7R .src-assets-style-card-score--index-opt-Tjeuv li.src-assets-style-card-score--index-forbidden-3RKW1 a {
  color: #CCCCCC;
  cursor: not-allowed;
}
.src-assets-style-card-score--index-scoreCard-2Uv7R .src-assets-style-card-score--index-head-2IKWo {
  height: 0.48rem;
  line-height: 0.48rem;
  color: #000000;
  font-weight: 600;
}
.src-assets-style-card-score--index-scoreCard-2Uv7R .src-assets-style-card-score--index-score-2OJEp {
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: left;
  margin-bottom: 0.05rem;
}
.src-assets-style-card-score--index-scoreCard-2Uv7R .src-assets-style-card-score--index-score-2OJEp li:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-card-score--index-scoreCard-2Uv7R .src-assets-style-card-score--index-score-2OJEp span {
  display: inline-block;
  color: #FFFFFF;
  border-radius: 3px;
  padding: 0px 0.05rem;
  margin-right: 0.05rem;
}
.src-assets-style-card-score--index-scoreCard-2Uv7R .src-assets-style-card-score--index-score-2OJEp span.src-assets-style-card-score--index-flagRed-2rUQI {
  background: #fc526f;
}
.src-assets-style-card-score--index-scoreCard-2Uv7R .src-assets-style-card-score--index-score-2OJEp span.src-assets-style-card-score--index-flagBlue-1XJIP {
  background: #269eff;
}
@media (max-width: 1601px) {
  .font-normal .src-assets-style-card-score--index-scoreCard-2Uv7R ul li.src-assets-style-card-score--index-span4-2yUYN {
    display: none;
  }
  .font-normal .src-assets-style-card-score--index-scoreCard-2Uv7R ul li.src-assets-style-card-score--index-span3-2VxEK {
    width: calc(100% - 2.2rem);
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-card-score--index-scoreCard-2Uv7R ul li.src-assets-style-card-score--index-span1-20nwb,
  .font-normal .src-assets-style-card-score--index-scoreCard-2Uv7R ul li.src-assets-style-card-score--index-span2-1g2_O,
  .font-normal .src-assets-style-card-score--index-scoreCard-2Uv7R ul li.src-assets-style-card-score--index-span4-2yUYN {
    margin-left: 0.2rem;
  }
  .font-normal .src-assets-style-card-score--index-scoreCard-2Uv7R ul li.src-assets-style-card-score--index-span3-2VxEK {
    width: calc(100% - 3.4rem);
  }
}
@media (max-width: 1761.1px) {
  .font-large .src-assets-style-card-score--index-scoreCard-2Uv7R ul li.src-assets-style-card-score--index-span4-2yUYN {
    display: none;
  }
  .font-large .src-assets-style-card-score--index-scoreCard-2Uv7R ul li.src-assets-style-card-score--index-span3-2VxEK {
    width: calc(100% - 2.2rem);
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-card-score--index-scoreCard-2Uv7R ul li.src-assets-style-card-score--index-span1-20nwb,
  .font-large .src-assets-style-card-score--index-scoreCard-2Uv7R ul li.src-assets-style-card-score--index-span2-1g2_O,
  .font-large .src-assets-style-card-score--index-scoreCard-2Uv7R ul li.src-assets-style-card-score--index-span4-2yUYN {
    margin-left: 0.2rem;
  }
  .font-large .src-assets-style-card-score--index-scoreCard-2Uv7R ul li.src-assets-style-card-score--index-span3-2VxEK {
    width: calc(100% - 3.4rem);
  }
}
@media (max-width: 2001.25px) {
  .font-extraLarge .src-assets-style-card-score--index-scoreCard-2Uv7R ul li.src-assets-style-card-score--index-span4-2yUYN {
    display: none;
  }
  .font-extraLarge .src-assets-style-card-score--index-scoreCard-2Uv7R ul li.src-assets-style-card-score--index-span3-2VxEK {
    width: calc(100% - 2.2rem);
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-card-score--index-scoreCard-2Uv7R ul li.src-assets-style-card-score--index-span1-20nwb,
  .font-extraLarge .src-assets-style-card-score--index-scoreCard-2Uv7R ul li.src-assets-style-card-score--index-span2-1g2_O,
  .font-extraLarge .src-assets-style-card-score--index-scoreCard-2Uv7R ul li.src-assets-style-card-score--index-span4-2yUYN {
    margin-left: 0.2rem;
  }
  .font-extraLarge .src-assets-style-card-score--index-scoreCard-2Uv7R ul li.src-assets-style-card-score--index-span3-2VxEK {
    width: calc(100% - 3.4rem);
  }
}
.src-assets-style-card-reimbursement--index-reimbursementCard-w2enH {
  border: none;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-w2enH .src-assets-style-card-reimbursement--index-opt-1t1-I li {
  width: 1.7rem;
  text-align: center;
  display: inline-block;
  list-style: none;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-w2enH .src-assets-style-card-reimbursement--index-opt-1t1-I li.src-assets-style-card-reimbursement--index-itemChange-22p8l {
  width: calc(50% - 0.85rem);
  cursor: pointer;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-w2enH .src-assets-style-card-reimbursement--index-opt-1t1-I li.src-assets-style-card-reimbursement--index-left-1g-PG {
  text-align: right;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-w2enH .src-assets-style-card-reimbursement--index-opt-1t1-I li.src-assets-style-card-reimbursement--index-right-2v4Xh {
  text-align: left;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-w2enH .src-assets-style-card-reimbursement--index-opt-1t1-I li.src-assets-style-card-reimbursement--index-forbidden-1uyD8 a {
  color: #CCCCCC;
  cursor: not-allowed;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-w2enH .src-assets-style-card-reimbursement--index-opt-1t1-I span.src-assets-style-card-reimbursement--index-title-19DC8 {
  color: #000000;
  font-weight: 600;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-w2enH .src-assets-style-card-reimbursement--index-content-8Q_NV {
  height: 2rem;
  width: 100%;
  /* &>div{
      float: left;
      width: 50%;
      height: 100%;
    }*/
}
.src-assets-style-card-reimbursement--index-reimbursementCard-w2enH .src-assets-style-card-reimbursement--index-content-8Q_NV div.src-assets-style-card-reimbursement--index-image-1jH2o {
  line-height: 2rem;
  text-align: center;
  float: left;
  width: calc(100% - 2.5rem);
}
.src-assets-style-card-reimbursement--index-reimbursementCard-w2enH .src-assets-style-card-reimbursement--index-content-8Q_NV img {
  width: 100%;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-w2enH .src-assets-style-card-reimbursement--index-content-8Q_NV div.src-assets-style-card-reimbursement--index-info-2Fp2J {
  margin-top: 0.3rem;
  float: right;
  text-align: left;
  width: 2.25rem;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-w2enH .src-assets-style-card-reimbursement--index-content-8Q_NV div.src-assets-style-card-reimbursement--index-info-2Fp2J > span {
  display: block;
  line-height: 0.4rem;
  height: 0.4rem;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-w2enH .src-assets-style-card-reimbursement--index-content-8Q_NV span.src-assets-style-card-reimbursement--index-colorBlue-2n16V {
  color: #269eff;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-w2enH .src-assets-style-card-reimbursement--index-content-8Q_NV span.src-assets-style-card-reimbursement--index-colorRed-12hl8 {
  color: #fc526f;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-w2enH .src-assets-style-card-reimbursement--index-content-8Q_NV span.src-assets-style-card-reimbursement--index-colorGray-2soQf {
  color: #CCCCCC;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-w2enH .src-assets-style-card-reimbursement--index-content-8Q_NV .ant-btn-primary {
  border-radius: 16px;
  height: 0.28rem;
}
@media (max-width: 1601px) {
  .font-normal .src-assets-style-card-reimbursement--index-reimbursementCard-w2enH .src-assets-style-card-reimbursement--index-content-8Q_NV div.src-assets-style-card-reimbursement--index-image-1jH2o {
    width: calc(100% - 2.3rem);
  }
}
@media (max-width: 1761.1px) {
  .font-large .src-assets-style-card-reimbursement--index-reimbursementCard-w2enH .src-assets-style-card-reimbursement--index-content-8Q_NV div.src-assets-style-card-reimbursement--index-image-1jH2o {
    width: calc(100% - 2.3rem);
  }
}
@media (max-width: 2001.25px) {
  .font-extraLarge .src-assets-style-card-reimbursement--index-reimbursementCard-w2enH .src-assets-style-card-reimbursement--index-content-8Q_NV div.src-assets-style-card-reimbursement--index-image-1jH2o {
    width: calc(100% - 2.3rem);
  }
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw {
  border: none;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw .ant-card-body {
  padding: 0.24rem 0px 0px;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw ul li {
  display: inline-block;
  list-style: none;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw span.src-assets-style-card-leaveCount--index-colorBlue-YxGMy {
  color: #269eff;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw span.src-assets-style-card-leaveCount--index-colorRed-Qwutt {
  color: #ff0000;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw span.src-assets-style-card-leaveCount--index-backColorBlue-1FWZn {
  background: #269eff;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw span.src-assets-style-card-leaveCount--index-backColorRed-G_6hV {
  background-color: #ff526e;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw span.src-assets-style-card-leaveCount--index-title-1aK6x {
  color: #000000;
  font-weight: 600;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-opt-2lQCq li {
  width: 1.7rem;
  text-align: center;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-opt-2lQCq li.src-assets-style-card-leaveCount--index-itemChange-1OYo_ {
  width: calc(50% - 0.85rem);
  cursor: pointer;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-opt-2lQCq li.src-assets-style-card-leaveCount--index-left-1zVYm {
  text-align: right;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-opt-2lQCq li.src-assets-style-card-leaveCount--index-right-39RT1 {
  text-align: left;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-opt-2lQCq li.src-assets-style-card-leaveCount--index-forbidden-3--aN a {
  color: #CCCCCC;
  cursor: not-allowed;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-opt-2lQCq span.src-assets-style-card-leaveCount--index-aLink-1sXyL:hover {
  cursor: pointer;
  text-decoration: underline;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-count-3faSU {
  text-align: center;
  height: 0.4rem;
  line-height: 0.4rem;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-count-3faSU li {
  margin: 0px 0.1rem;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-monthCol-1zDNv {
  border-top: 1px solid #E1E6E3;
  border-left: 1px solid #E1E6E3;
  width: 25%;
  padding-bottom: 0.1rem;
  cursor: pointer;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-monthCol-1zDNv .src-assets-style-card-leaveCount--index-leaveList-1X2mW {
  height: 0.24rem;
  line-height: 0.24rem;
  padding: 0px 0.12rem;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-monthCol-1zDNv .src-assets-style-card-leaveCount--index-leaveList-1X2mW:hover {
  background: #e6f7ff;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-monthCol-1zDNv .src-assets-style-card-leaveCount--index-leaveMonth-2-TRB:hover {
  background: none;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-monthCol-1zDNv .src-assets-style-card-leaveCount--index-leaveMonth-2-TRB {
  height: 0.32rem;
  line-height: 0.32rem;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-monthCol-1zDNv .src-assets-style-card-leaveCount--index-leaveMonth-2-TRB a {
  font-weight: 600;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-mostMonth-uwyzB {
  background: #fff6f7;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-detail-2U8B6 {
  padding: 0.12rem 0.1rem 0.12rem 0.2rem;
  margin: 0px 0.2rem 0.1rem 0.24rem;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-detail-2U8B6 > div {
  display: inline-block;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-detail-2U8B6 div:nth-child(1) {
  height: 0.3rem;
  line-height: 0.3rem;
  position: relative;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-detail-2U8B6 div:nth-child(1) span.src-assets-style-card-leaveCount--index-backColorRed-G_6hV,
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-detail-2U8B6 div:nth-child(1) span.src-assets-style-card-leaveCount--index-backColorBlue-1FWZn {
  color: #FFFFFF;
  display: inline-block;
  padding: 0px 0.05rem;
  border-radius: 2px;
  height: 0.2rem;
  line-height: 0.2rem;
  position: absolute;
  top: 0.05rem;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-detail-2U8B6 .src-assets-style-card-leaveCount--index-leave-1meQZ {
  margin-left: 0.5rem;
  display: inline-block;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-detail-2U8B6 .src-assets-style-card-leaveCount--index-leave-1meQZ div:not(.src-assets-style-card-leaveCount--index-title-1aK6x) {
  display: inline-block;
  padding-left: 0.7rem;
}
.src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-detail-2U8B6 .src-assets-style-card-leaveCount--index-leave-1meQZ .src-assets-style-card-leaveCount--index-title-1aK6x {
  color: #000000;
  font-weight: 600;
  width: 0.7rem;
  position: absolute;
}
@media (max-width: 1600px) {
  .font-normal .src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-monthCol-1zDNv {
    width: 33%;
  }
}
@media (max-width: 1760px) {
  .font-large .src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-monthCol-1zDNv {
    width: 33%;
  }
}
@media (max-width: 2000px) {
  .font-extraLarge .src-assets-style-card-leaveCount--index-leaveCount-MX8fw .src-assets-style-card-leaveCount--index-monthCol-1zDNv {
    width: 33%;
  }
}
.src-assets-style-card-evection--index-evectionCard-30G7e {
  border: none;
}
.src-assets-style-card-evection--index-evectionCard-30G7e ul li {
  display: inline-block;
  list-style: none;
}
.src-assets-style-card-evection--index-evectionCard-30G7e span.src-assets-style-card-evection--index-colorBlue-2otjc {
  color: #269eff;
}
.src-assets-style-card-evection--index-evectionCard-30G7e .src-assets-style-card-evection--index-title-3ebHZ {
  color: #000000;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 2.83rem;
}
.src-assets-style-card-evection--index-evectionCard-30G7e .src-assets-style-card-evection--index-opt-YyXMO li {
  width: 1.7rem;
  text-align: center;
}
.src-assets-style-card-evection--index-evectionCard-30G7e .src-assets-style-card-evection--index-opt-YyXMO li.src-assets-style-card-evection--index-itemChange-pEav5 {
  width: calc(50% - 0.85rem);
  cursor: pointer;
}
.src-assets-style-card-evection--index-evectionCard-30G7e .src-assets-style-card-evection--index-opt-YyXMO li.src-assets-style-card-evection--index-left-24V2x {
  text-align: right;
}
.src-assets-style-card-evection--index-evectionCard-30G7e .src-assets-style-card-evection--index-opt-YyXMO li.src-assets-style-card-evection--index-right-1KpR2 {
  text-align: left;
}
.src-assets-style-card-evection--index-evectionCard-30G7e .src-assets-style-card-evection--index-opt-YyXMO li.src-assets-style-card-evection--index-forbidden-2Rh_1 a {
  color: #CCCCCC;
  cursor: not-allowed;
}
.src-assets-style-card-evection--index-evectionCard-30G7e .src-assets-style-card-evection--index-opt-YyXMO span.src-assets-style-card-evection--index-aLink-mFAcX:hover {
  cursor: pointer;
  text-decoration: underline;
}
.src-assets-style-card-evection--index-evectionCard-30G7e .src-assets-style-card-evection--index-count-3cEPG {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  text-align: center;
  line-height: 0.22rem;
  position: relative;
  z-index: 2;
}
.src-assets-style-card-evection--index-evectionCard-30G7e .src-assets-style-card-evection--index-count-3cEPG li {
  margin: 0px 0.1rem;
}
.src-assets-style-card-evection--index-evectionCard-30G7e .src-assets-style-card-evection--index-cursorDiv-5ZgYb {
  height: 1.3rem;
  position: absolute;
  left: 17%;
  cursor: pointer;
  z-index: 1;
  width: 66%;
  margin-top: 0.2rem;
}
.src-assets-style-card-evection--index-evectionCard-30G7e .src-assets-style-card-evection--index-cursorDiv-5ZgYb.src-assets-style-card-evection--index-display-3HVKY {
  display: none;
}
.src-assets-style-card-evection--index-evectionCard-30G7e .src-assets-style-card-evection--index-detail-1r5PI {
  margin-bottom: 0.1rem;
  margin-right: 0.2rem;
  margin-left: 0.1rem;
  padding: 0.1rem 0.2rem;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.src-assets-style-card-evection--index-evectionCard-30G7e .src-assets-style-card-evection--index-detail-1r5PI .src-assets-style-card-evection--index-title-3ebHZ,
.src-assets-style-card-evection--index-evectionCard-30G7e .src-assets-style-card-evection--index-detail-1r5PI li {
  height: 0.28rem;
  line-height: 0.28rem;
}
.src-assets-style-card-evection--index-evectionCard-30G7e .src-assets-style-card-evection--index-detail-1r5PI li {
  margin-right: 0.2rem;
}
.src-assets-style-card-evection--index-evectionCard-30G7e .src-assets-style-card-evection--index-detail-1r5PI li span {
  display: inline-block;
}
.src-assets-style-card-evection--index-evectionCard-30G7e .src-assets-style-card-evection--index-detail-1r5PI .src-assets-style-card-evection--index-bar-1YGoo {
  height: 100%;
  width: 0.07rem;
  position: absolute;
  left: 0px;
  top: 0px;
}
.src-assets-style-card-evection--index-evectionCard-30G7e .src-assets-style-card-evection--index-detail-1r5PI img {
  margin-right: 0.1rem;
  position: relative;
  top: -0.03rem;
}
.src-assets-style-card-evection--index-evectionCard-30G7e .src-assets-style-card-evection--index-echarts-2SzB7 {
  position: relative;
  top: -0.4rem;
  cursor: pointer;
  z-index: 0;
}
@media (max-width: 1400px) {
  .font-normal .src-assets-style-card-evection--index-portalSidelink-3mjtc {
    margin-left: -0.6rem;
  }
  .font-normal .src-assets-style-card-evection--index-portalSidelink-3mjtc.src-assets-style-card-evection--index-showBigList-3-ioE {
    margin-left: 0;
  }
}
@media (max-width: 1600px) {
  .font-normal .src-assets-style-card-evection--index-evectionCard-30G7e .src-assets-style-card-evection--index-detail-1r5PI li {
    margin-right: 0px;
  }
}
@media (max-width: 1540px) {
  .font-large .src-assets-style-card-evection--index-portalSidelink-3mjtc {
    margin-left: -0.6rem;
  }
  .font-large .src-assets-style-card-evection--index-portalSidelink-3mjtc.src-assets-style-card-evection--index-showBigList-3-ioE {
    margin-left: 0;
  }
}
@media (max-width: 1760px) {
  .font-large .src-assets-style-card-evection--index-evectionCard-30G7e .src-assets-style-card-evection--index-detail-1r5PI li {
    margin-right: 0px;
  }
}
@media (max-width: 1750px) {
  .font-extraLarge .src-assets-style-card-evection--index-portalSidelink-3mjtc {
    margin-left: -0.6rem;
  }
  .font-extraLarge .src-assets-style-card-evection--index-portalSidelink-3mjtc.src-assets-style-card-evection--index-showBigList-3-ioE {
    margin-left: 0;
  }
}
@media (max-width: 2000px) {
  .font-extraLarge .src-assets-style-card-evection--index-evectionCard-30G7e .src-assets-style-card-evection--index-detail-1r5PI li {
    margin-right: 0px;
  }
}
.src-assets-style-card-course--index-courseCard-37h6f {
  height: 3.6rem;
}
.src-assets-style-card-course--index-courseCard-37h6f ul li {
  display: inline-block;
  list-style: none;
}
.src-assets-style-card-course--index-courseCard-37h6f ul li.src-assets-style-card-course--index-span2-dFpdW,
.src-assets-style-card-course--index-courseCard-37h6f ul li.src-assets-style-card-course--index-span4-26_tD {
  width: 0.8rem;
  margin-left: 0.1rem;
}
.src-assets-style-card-course--index-courseCard-37h6f ul li.src-assets-style-card-course--index-span1-3phQC {
  width: 0.3rem;
  margin-left: 0.1rem;
}
.src-assets-style-card-course--index-courseCard-37h6f ul li.src-assets-style-card-course--index-span3-2RmXC {
  width: calc(100% - 3.8rem);
  float: left;
  margin-left: 0px;
}
.src-assets-style-card-course--index-courseCard-37h6f .src-assets-style-card-course--index-opt-TI3E_ li {
  width: 1.7rem;
  text-align: center;
}
.src-assets-style-card-course--index-courseCard-37h6f .src-assets-style-card-course--index-opt-TI3E_ li.src-assets-style-card-course--index-itemChange-2MoZs {
  width: calc(50% - 0.85rem);
  cursor: pointer;
}
.src-assets-style-card-course--index-courseCard-37h6f .src-assets-style-card-course--index-opt-TI3E_ li.src-assets-style-card-course--index-left-1b94R {
  text-align: right;
}
.src-assets-style-card-course--index-courseCard-37h6f .src-assets-style-card-course--index-opt-TI3E_ li.src-assets-style-card-course--index-right-1-pUB {
  text-align: left;
}
.src-assets-style-card-course--index-courseCard-37h6f .src-assets-style-card-course--index-opt-TI3E_ li.src-assets-style-card-course--index-forbidden-5pVFm a {
  color: #CCCCCC;
  cursor: not-allowed;
}
.src-assets-style-card-course--index-courseCard-37h6f .src-assets-style-card-course--index-head-1QHEL {
  height: 0.2rem;
  line-height: 0.2rem;
  color: #000000;
  font-weight: 600;
}
.src-assets-style-card-course--index-courseCard-37h6f .src-assets-style-card-course--index-context-1jXuH {
  margin: 0px 0.1rem;
}
.src-assets-style-card-course--index-courseCard-37h6f .src-assets-style-card-course--index-h-2AXdC {
  margin-top: 0.03rem;
  height: 0.26rem;
  line-height: 0.26rem;
}
.src-assets-style-card-course--index-courseCard-37h6f .src-assets-style-card-course--index-App-2MGjv {
  vertical-align: middle;
  padding-left: 0.2rem;
}
.src-assets-style-card-course--index-courseCard-37h6f .src-assets-style-card-course--index-background-2QjqM {
  position: relative;
  border-radius: 5px;
  margin: 0.1rem;
  display: table;
  width: 4rem;
  height: 1.5rem;
  background-color: #FAFAFA;
}
.src-assets-style-card-course--index-courseCard-37h6f .src-assets-style-card-course--index-background1-3VCLN {
  position: relative;
  border-radius: 5px;
  margin: 0.1rem;
  display: table;
  width: 4rem;
  height: 1.5rem;
  background-color: #FFF0F5;
}
.src-assets-style-card-course--index-courseCard-37h6f .src-assets-style-card-course--index-color1-1Y9vC {
  background: #F0F0F0;
}
.src-assets-style-card-course--index-courseCard-37h6f .src-assets-style-card-course--index-color2-Uxbco {
  background: #FFF5EE;
}
.src-assets-style-card-course--index-courseCard-37h6f .src-assets-style-card-course--index-score-2r3my {
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: left;
  margin-bottom: 0.05rem;
}
.src-assets-style-card-course--index-courseCard-37h6f .src-assets-style-card-course--index-score-2r3my li:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-card-course--index-courseCard-37h6f .src-assets-style-card-course--index-score-2r3my span {
  display: inline-block;
  color: #FFFFFF;
  border-radius: 3px;
  padding: 0px 0.05rem;
  margin-right: 0.05rem;
}
.src-assets-style-card-course--index-courseCard-37h6f .src-assets-style-card-course--index-score-2r3my span.src-assets-style-card-course--index-flagRed-cMJ2r {
  background: #fc526f;
}
.src-assets-style-card-course--index-courseCard-37h6f .src-assets-style-card-course--index-score-2r3my span.src-assets-style-card-course--index-flagBlue-HYLEJ {
  background: #269eff;
}
@media (max-width: 1601px) {
  .font-normal .src-assets-style-card-course--index-courseCard-37h6f ul li.src-assets-style-card-course--index-span4-26_tD {
    display: none;
  }
  .font-normal .src-assets-style-card-course--index-courseCard-37h6f ul li.src-assets-style-card-course--index-span3-2RmXC {
    width: calc(100% - 2.2rem);
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-card-course--index-courseCard-37h6f ul li.src-assets-style-card-course--index-span1-3phQC,
  .font-normal .src-assets-style-card-course--index-courseCard-37h6f ul li.src-assets-style-card-course--index-span2-dFpdW,
  .font-normal .src-assets-style-card-course--index-courseCard-37h6f ul li.src-assets-style-card-course--index-span4-26_tD {
    margin-left: 0.2rem;
  }
  .font-normal .src-assets-style-card-course--index-courseCard-37h6f ul li.src-assets-style-card-course--index-span3-2RmXC {
    width: calc(100% - 3.4rem);
  }
}
@media (max-width: 1761.1px) {
  .font-large .src-assets-style-card-course--index-courseCard-37h6f ul li.src-assets-style-card-course--index-span4-26_tD {
    display: none;
  }
  .font-large .src-assets-style-card-course--index-courseCard-37h6f ul li.src-assets-style-card-course--index-span3-2RmXC {
    width: calc(100% - 2.2rem);
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-card-course--index-courseCard-37h6f ul li.src-assets-style-card-course--index-span1-3phQC,
  .font-large .src-assets-style-card-course--index-courseCard-37h6f ul li.src-assets-style-card-course--index-span2-dFpdW,
  .font-large .src-assets-style-card-course--index-courseCard-37h6f ul li.src-assets-style-card-course--index-span4-26_tD {
    margin-left: 0.2rem;
  }
  .font-large .src-assets-style-card-course--index-courseCard-37h6f ul li.src-assets-style-card-course--index-span3-2RmXC {
    width: calc(100% - 3.4rem);
  }
}
@media (max-width: 2001.25px) {
  .font-extraLarge .src-assets-style-card-course--index-courseCard-37h6f ul li.src-assets-style-card-course--index-span4-26_tD {
    display: none;
  }
  .font-extraLarge .src-assets-style-card-course--index-courseCard-37h6f ul li.src-assets-style-card-course--index-span3-2RmXC {
    width: calc(100% - 2.2rem);
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-card-course--index-courseCard-37h6f ul li.src-assets-style-card-course--index-span1-3phQC,
  .font-extraLarge .src-assets-style-card-course--index-courseCard-37h6f ul li.src-assets-style-card-course--index-span2-dFpdW,
  .font-extraLarge .src-assets-style-card-course--index-courseCard-37h6f ul li.src-assets-style-card-course--index-span4-26_tD {
    margin-left: 0.2rem;
  }
  .font-extraLarge .src-assets-style-card-course--index-courseCard-37h6f ul li.src-assets-style-card-course--index-span3-2RmXC {
    width: calc(100% - 3.4rem);
  }
}
.src-assets-style-card-course--index-bar-tvUt1 {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 1.3rem;
  width: 0.07rem;
  position: absolute;
  left: 0px;
  top: 0px;
}
.src-assets-style-card-course--index-mainListBlue-3J8RK .ant-list-item-meta {
  width: 100% !important;
}
.src-assets-style-card-course--index-mainListBlue-3J8RK .ant-list-item-meta .ant-list-item-meta-content {
  width: 100% !important;
}
.src-assets-style-card-course--index-mainListBlue-3J8RK li {
  border: none !important;
}
.src-assets-style-card-course--index-mainListBlue-3J8RK li:hover {
  background-color: #e6f7ff !important;
}
.src-assets-style-card-course--index-mainListRed-C2Fo4 .ant-list-item-meta {
  width: 100% !important;
}
.src-assets-style-card-course--index-mainListRed-C2Fo4 .ant-list-item-meta .ant-list-item-meta-content {
  width: 100% !important;
}
.src-assets-style-card-course--index-mainListRed-C2Fo4 li {
  border: none !important;
}
.src-assets-style-card-course--index-mainListRed-C2Fo4 li:hover {
  background-color: #fff1f1 !important;
}
.src-assets-style-card-course--index-mainListGreen-1JI5A .ant-list-item-meta {
  width: 100% !important;
}
.src-assets-style-card-course--index-mainListGreen-1JI5A .ant-list-item-meta .ant-list-item-meta-content {
  width: 100% !important;
}
.src-assets-style-card-course--index-mainListGreen-1JI5A li {
  border: none !important;
}
.src-assets-style-card-course--index-mainListGreen-1JI5A li:hover {
  background-color: #f4fdf8 !important;
}
.src-assets-style-card-course--index-point_0-2F61h {
  display: inline-block;
  border: 4px solid #ffaf45;
  border-radius: 4px;
  margin-right: 0.04rem;
}
.src-assets-style-card-course--index-point_1-3ZV_S {
  display: inline-block;
  border: 4px solid #1890ff;
  border-radius: 4px;
  margin-right: 0.04rem;
}
.src-assets-style-card-course--index-viewMore-1QCDT {
  position: absolute;
  width: 100%;
  line-height: 0.4rem;
  left: 0;
  bottom: 0.05rem;
  text-align: center;
}
#oaMessageCard .ant-tabs-tab {
  margin-right: 0;
  padding: 0.17rem 0.16rem;
}
#oaMessageCard .ant-list-split .ant-list-item {
  border-bottom: none;
}
#oaMessageCard .ant-card-head-title {
  padding: 0;
}
#oaMessageCard .src-assets-style-card-course--index-fontTitle-1TRhz {
  font-size: 0.16rem;
}
#oaDocumentCard .ant-list-split .ant-list-item {
  border-bottom: none;
}
.home-page .ant-list-item:hover {
  background-color: var(--themeColorBg);
}
.src-assets-style-card-registrationStatistics--index-left-TIffC {
  float: left;
  z-index: 5;
}
.src-assets-style-card-registrationStatistics--index-right-3awa6 {
  height: 2.8rem;
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-card-registrationStatistics--index-right-3awa6 .src-assets-style-card-registrationStatistics--index-rightNumber-3N6ck {
  width: 100%;
  padding: 0px 0.1rem;
}
.src-assets-style-card-registrationStatistics--index-right-3awa6 h2 {
  width: 100%;
  font-size: 0.18rem;
  font-weight: 600;
  color: #397EF0;
  text-align: center;
  line-height: 0.36rem;
  font-size: 0.2rem;
}
.src-assets-style-card-registrationStatistics--index-right-3awa6 .src-assets-style-card-registrationStatistics--index-number-2mbVo {
  background: url(../../assets/images/number_background.png) no-repeat;
  background-size: 100% 100%;
  height: 0.55rem;
  width: 100%;
  position: relative;
}
.src-assets-style-card-registrationStatistics--index-right-3awa6 .src-assets-style-card-registrationStatistics--index-number-2mbVo span {
  display: inline-block;
  position: absolute;
  font-size: 0.4rem;
  color: #ff526f;
  top: -0.02rem;
  font-weight: bold;
}
.src-assets-style-card-registrationStatistics--index-right-3awa6 .src-assets-style-card-registrationStatistics--index-number-2mbVo span:nth-child(1) {
  left: 0.05rem;
}
.src-assets-style-card-registrationStatistics--index-right-3awa6 .src-assets-style-card-registrationStatistics--index-number-2mbVo span:nth-child(2) {
  left: 0.43rem;
}
.src-assets-style-card-registrationStatistics--index-right-3awa6 .src-assets-style-card-registrationStatistics--index-number-2mbVo span:nth-child(3) {
  left: 0.79rem;
}
.src-assets-style-card-registrationStatistics--index-right-3awa6 .src-assets-style-card-registrationStatistics--index-number-2mbVo span:nth-child(4) {
  left: 1.18rem;
}
@media (min-width: 1921px) {
  .src-assets-style-card-registrationStatistics--index-right-3awa6 .src-assets-style-card-registrationStatistics--index-number-2mbVo span:nth-child(1) {
    left: 0.15rem;
  }
  .src-assets-style-card-registrationStatistics--index-right-3awa6 .src-assets-style-card-registrationStatistics--index-number-2mbVo span:nth-child(2) {
    left: 0.6rem;
  }
  .src-assets-style-card-registrationStatistics--index-right-3awa6 .src-assets-style-card-registrationStatistics--index-number-2mbVo span:nth-child(3) {
    left: 1.03rem;
  }
  .src-assets-style-card-registrationStatistics--index-right-3awa6 .src-assets-style-card-registrationStatistics--index-number-2mbVo span:nth-child(4) {
    left: 1.48rem;
  }
}
.src-assets-style-card-registrationStatistics--index-college-4XeZm {
  position: absolute;
  height: 2.8rem;
  width: 0.65rem;
  left: 0px;
  top: 0.77rem;
  align-items: center;
  display: flex;
  z-index: 4;
}
.src-assets-style-card-registrationStatistics--index-college-4XeZm div {
  width: 100%;
  line-height: 0.24rem;
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
}
.src-assets-style-card-registrationStatistics--index-card-23KsB .ant-card-body {
  padding: 0.2rem 0px;
}
.src-assets-style-card-freshmenCollegeStatistic--index-card-2y5IB {
  height: 100%;
}
.src-assets-style-card-freshmenCollegeStatistic--index-card-2y5IB .ant-card-body {
  padding: 0px;
  height: 100%;
}
.src-assets-style-card-freshmenCollegeStatistic--index-card-2y5IB ul {
  box-shadow: #E1E6E3 0px 0.4px;
  padding: 0px 0.05rem;
  height: 0.42rem;
  margin-left: 0.2rem;
  margin-right: 0.15rem;
}
.src-assets-style-card-freshmenCollegeStatistic--index-card-2y5IB li {
  display: inline-block;
  width: 17%;
  /* height: 40px;*/
  padding-right: 0.12rem;
  line-height: 0.4rem;
  float: left;
}
.src-assets-style-card-freshmenCollegeStatistic--index-card-2y5IB li:last-child {
  width: 14%;
  padding-right: 0px;
}
.src-assets-style-card-freshmenCollegeStatistic--index-card-2y5IB li:nth-child(4) {
  width: 20%;
}
.src-assets-style-card-freshmenCollegeStatistic--index-card-2y5IB li:first-child {
  width: 32%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-card-freshmenCollegeStatistic--index-card-2y5IB ul.src-assets-style-card-freshmenCollegeStatistic--index-title-1LGlO {
  height: 0.48rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-card-freshmenCollegeStatistic--index-card-2y5IB ul.src-assets-style-card-freshmenCollegeStatistic--index-title-1LGlO li {
  font-weight: bold;
}
@media (max-width: 1600px) {
  .src-assets-style-card-freshmenCollegeStatistic--index-card-2y5IB ul.src-assets-style-card-freshmenCollegeStatistic--index-title-1LGlO li:nth-child(2),
  .src-assets-style-card-freshmenCollegeStatistic--index-card-2y5IB ul.src-assets-style-card-freshmenCollegeStatistic--index-title-1LGlO li:nth-child(3),
  .src-assets-style-card-freshmenCollegeStatistic--index-card-2y5IB ul.src-assets-style-card-freshmenCollegeStatistic--index-title-1LGlO li:nth-child(4) {
    line-height: 0.22rem;
  }
}
.src-assets-style-card-activity--index-activityCard-1YJd8 {
  height: 3.6rem;
}
.src-assets-style-card-activity--index-activityCard-1YJd8 .src-assets-style-card-activity--index-App-3Hn7T {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0.2rem;
}
.src-assets-style-card-activity--index-activityCard-1YJd8 .src-assets-style-card-activity--index-background-1tlFR {
  margin: 0.1rem;
  display: table;
  border-left-width: 6px;
  border-left-style: solid;
  border-radius: 4px;
  width: 4rem;
  height: 1.5rem;
}
.src-assets-style-card-activity--index-activityCard-1YJd8 .src-assets-style-card-activity--index-background3-3n92R {
  margin: 0.1rem;
  display: table;
  border-left: 6px solid #63B8FF;
  border-radius: 4px;
  width: 4rem;
  height: 1.5rem;
  background-color: #FCFCFC;
}
.src-assets-style-card-activity--index-activityCard-1YJd8 .src-assets-style-card-activity--index-background1-2nkru {
  margin: 0.1rem;
  display: table;
  border-left: 6px solid #FF3E96;
  border-radius: 4px;
  width: 4rem;
  height: 1.5rem;
  background-color: #FFF0F5;
}
.src-assets-style-card-activity--index-activityCard-1YJd8 .src-assets-style-card-activity--index-background2-1H1cS {
  margin: 0.1rem;
  display: table;
  border-left: 6px solid #FFFFE0;
  border-radius: 4px;
  width: 4rem;
  height: 1.5rem;
  background-color: #FFFFE0;
}
.src-assets-style-card-activity--index-activityCard-1YJd8 ul li {
  display: inline-block;
  list-style: none;
}
.src-assets-style-card-activity--index-activityCard-1YJd8 ul li.src-assets-style-card-activity--index-span2-3hY--,
.src-assets-style-card-activity--index-activityCard-1YJd8 ul li.src-assets-style-card-activity--index-span4-yO1Z5 {
  width: 0.8rem;
  margin-left: 0.1rem;
}
.src-assets-style-card-activity--index-activityCard-1YJd8 ul li.src-assets-style-card-activity--index-span1-7LrM5 {
  width: 0.3rem;
  margin-left: 0.1rem;
}
.src-assets-style-card-activity--index-activityCard-1YJd8 ul li.src-assets-style-card-activity--index-span3-3NP_3 {
  width: calc(100% - 3.8rem);
  float: left;
  margin-left: 0px;
}
.src-assets-style-card-activity--index-activityCard-1YJd8 .src-assets-style-card-activity--index-opt-18G4H li {
  width: 1.7rem;
  text-align: center;
}
.src-assets-style-card-activity--index-activityCard-1YJd8 .src-assets-style-card-activity--index-opt-18G4H li.src-assets-style-card-activity--index-itemChange-1Vhaq {
  width: calc(50% - 0.85rem);
  cursor: pointer;
}
.src-assets-style-card-activity--index-activityCard-1YJd8 .src-assets-style-card-activity--index-opt-18G4H li.src-assets-style-card-activity--index-left-2CboQ {
  text-align: right;
}
.src-assets-style-card-activity--index-activityCard-1YJd8 .src-assets-style-card-activity--index-opt-18G4H li.src-assets-style-card-activity--index-right-8FsB5 {
  text-align: left;
}
.src-assets-style-card-activity--index-activityCard-1YJd8 .src-assets-style-card-activity--index-opt-18G4H li.src-assets-style-card-activity--index-forbidden-225tk a {
  color: #CCCCCC;
  cursor: not-allowed;
}
.src-assets-style-card-activity--index-activityCard-1YJd8 .src-assets-style-card-activity--index-head-2IKb4 {
  height: 0.2rem;
  line-height: 0.2rem;
  color: #000000;
  font-weight: 600;
  margin-top: 0.07rem;
}
.src-assets-style-card-activity--index-activityCard-1YJd8 .src-assets-style-card-activity--index-context-26Yy3 {
  margin: 0px 0.1rem;
  margin-top: 0.07rem;
}
.src-assets-style-card-activity--index-activityCard-1YJd8 .src-assets-style-card-activity--index-h-3LKwy {
  height: 0.26rem;
  line-height: 0.26rem;
}
.src-assets-style-card-activity--index-activityCard-1YJd8 .src-assets-style-card-activity--index-color1-3j5m_ {
  background: #F0F0F0;
}
.src-assets-style-card-activity--index-activityCard-1YJd8 .src-assets-style-card-activity--index-color2-2hYEb {
  background: #269eff;
}
.src-assets-style-card-activity--index-activityCard-1YJd8 .src-assets-style-card-activity--index-score-3Oq81 {
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: left;
  margin-bottom: 0.05rem;
}
.src-assets-style-card-activity--index-activityCard-1YJd8 .src-assets-style-card-activity--index-score-3Oq81 li:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-card-activity--index-activityCard-1YJd8 .src-assets-style-card-activity--index-score-3Oq81 span {
  display: inline-block;
  color: #FFFFFF;
  border-radius: 3px;
  padding: 0px 0.05rem;
  margin-right: 0.05rem;
}
.src-assets-style-card-activity--index-activityCard-1YJd8 .src-assets-style-card-activity--index-score-3Oq81 span.src-assets-style-card-activity--index-flagRed-1ORLC {
  background: #fc526f;
}
.src-assets-style-card-activity--index-activityCard-1YJd8 .src-assets-style-card-activity--index-score-3Oq81 span.src-assets-style-card-activity--index-flagBlue-39qS4 {
  background: #269eff;
}
@media (max-width: 1601px) {
  .font-normal .src-assets-style-card-activity--index-activityCard-1YJd8 ul li.src-assets-style-card-activity--index-span4-yO1Z5 {
    display: none;
  }
  .font-normal .src-assets-style-card-activity--index-activityCard-1YJd8 ul li.src-assets-style-card-activity--index-span3-3NP_3 {
    width: calc(100% - 2.2rem);
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-card-activity--index-activityCard-1YJd8 ul li.src-assets-style-card-activity--index-span1-7LrM5,
  .font-normal .src-assets-style-card-activity--index-activityCard-1YJd8 ul li.src-assets-style-card-activity--index-span2-3hY--,
  .font-normal .src-assets-style-card-activity--index-activityCard-1YJd8 ul li.src-assets-style-card-activity--index-span4-yO1Z5 {
    margin-left: 0.2rem;
  }
  .font-normal .src-assets-style-card-activity--index-activityCard-1YJd8 ul li.src-assets-style-card-activity--index-span3-3NP_3 {
    width: calc(100% - 3.4rem);
  }
}
@media (max-width: 1761.1px) {
  .font-large .src-assets-style-card-activity--index-activityCard-1YJd8 ul li.src-assets-style-card-activity--index-span4-yO1Z5 {
    display: none;
  }
  .font-large .src-assets-style-card-activity--index-activityCard-1YJd8 ul li.src-assets-style-card-activity--index-span3-3NP_3 {
    width: calc(100% - 2.2rem);
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-card-activity--index-activityCard-1YJd8 ul li.src-assets-style-card-activity--index-span1-7LrM5,
  .font-large .src-assets-style-card-activity--index-activityCard-1YJd8 ul li.src-assets-style-card-activity--index-span2-3hY--,
  .font-large .src-assets-style-card-activity--index-activityCard-1YJd8 ul li.src-assets-style-card-activity--index-span4-yO1Z5 {
    margin-left: 0.2rem;
  }
  .font-large .src-assets-style-card-activity--index-activityCard-1YJd8 ul li.src-assets-style-card-activity--index-span3-3NP_3 {
    width: calc(100% - 3.4rem);
  }
}
@media (max-width: 2001.25px) {
  .font-extraLarge .src-assets-style-card-activity--index-activityCard-1YJd8 ul li.src-assets-style-card-activity--index-span4-yO1Z5 {
    display: none;
  }
  .font-extraLarge .src-assets-style-card-activity--index-activityCard-1YJd8 ul li.src-assets-style-card-activity--index-span3-3NP_3 {
    width: calc(100% - 2.2rem);
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-card-activity--index-activityCard-1YJd8 ul li.src-assets-style-card-activity--index-span1-7LrM5,
  .font-extraLarge .src-assets-style-card-activity--index-activityCard-1YJd8 ul li.src-assets-style-card-activity--index-span2-3hY--,
  .font-extraLarge .src-assets-style-card-activity--index-activityCard-1YJd8 ul li.src-assets-style-card-activity--index-span4-yO1Z5 {
    margin-left: 0.2rem;
  }
  .font-extraLarge .src-assets-style-card-activity--index-activityCard-1YJd8 ul li.src-assets-style-card-activity--index-span3-3NP_3 {
    width: calc(100% - 3.4rem);
  }
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_lfdllpqd6uq.eot');
  src: url('//at.alicdn.com/t/font_864711_lfdllpqd6uq.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_lfdllpqd6uq.woff2') format('woff2'), url('//at.alicdn.com/t/font_864711_lfdllpqd6uq.woff') format('woff'), url('//at.alicdn.com/t/font_864711_lfdllpqd6uq.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_lfdllpqd6uq.svg#iconfont') format('svg');
}
.src-assets-style-sideLink--index-iconfont-2cjAM {
  font-family: "iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- {
  width: 0.6rem;
  position: relative;
  transition: width 0.3s ease;
  box-shadow: 0 0 0.1rem 0 rgba(0, 88, 37, 0.1);
  border-bottom-right-radius: 10px;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J-.src-assets-style-sideLink--index-showBigList-qW_3M {
  width: 3rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J-.src-assets-style-sideLink--index-showBigList-qW_3M .src-assets-style-sideLink--index-toggle-1cpYe {
  text-align: left;
  position: relative;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J-.src-assets-style-sideLink--index-showBigList-qW_3M .src-assets-style-sideLink--index-moreButton-1UJMG {
  float: right;
  margin-top: 0.14rem;
  margin-right: 0.05rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J-.src-assets-style-sideLink--index-showBigList-qW_3M .src-assets-style-sideLink--index-searchButton-37Q2V {
  float: right;
  line-height: 0.64rem;
  margin-right: 0.2rem;
  font-size: 0.18rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J-.src-assets-style-sideLink--index-showBigList-qW_3M .src-assets-style-sideLink--index-searchButton-37Q2V:hover {
  color: #228B22;
  cursor: pointer;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-searchLayout-20ZrA {
  width: 3rem;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  background: #F2F3F4;
  border-bottom: 1px solid #E1E6E3;
  padding: 0 0.1rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-searchLayout-20ZrA.src-assets-style-sideLink--index-show-A6Dtq {
  display: block;
  /*  :global(.anticon-search){
        font-size: 22px;
        line-height: 64px;
      }*/
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-searchLayout-20ZrA.src-assets-style-sideLink--index-show-A6Dtq input {
  width: 2rem;
  display: inline-block;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-searchLayout-20ZrA.src-assets-style-sideLink--index-show-A6Dtq .ant-btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-searchLayout-20ZrA.src-assets-style-sideLink--index-show-A6Dtq .anticon-check {
  display: none;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-searchLayout-20ZrA.src-assets-style-sideLink--index-show-A6Dtq .icon-shuaxin {
  display: none;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-searchLayout-20ZrA.src-assets-style-sideLink--index-show-A6Dtq .src-assets-style-sideLink--index-showSearchIcon-7kUDx {
  display: inline-block;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-searchLayout-20ZrA .ant-input-affix-wrapper {
  width: 2rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-searchLayout-20ZrA .ant-input-affix-wrapper .anticon-close-circle {
  font-size: 0.14rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-searchLayout-20ZrA input {
  /* border-radius: 20px;*/
  display: none;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-searchLayout-20ZrA i {
  cursor: pointer;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-toggle-1cpYe {
  margin: 0 auto;
  height: 0.64rem;
  line-height: 0.64rem;
  overflow: hidden;
  border-bottom: 1px solid #E1E6E3;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-toggle-1cpYe .ant-input-group-wrapper {
  vertical-align: middle;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-toggle-1cpYe .src-assets-style-sideLink--index-sideLogo-3EA6p {
  display: inline-block;
  text-align: center;
  margin-top: -0.02rem;
  width: 0.6rem;
  height: 0.64rem;
  line-height: 0.64rem;
  vertical-align: middle;
  font-size: 0.24rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-toggle-1cpYe .src-assets-style-sideLink--index-sideLogo-3EA6p:hover {
  background: #D5E6E0;
  cursor: pointer;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-toggle-1cpYe .src-assets-style-sideLink--index-sideLogo-3EA6p.src-assets-style-sideLink--index-disabled-guWbG {
  cursor: not-allowed;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-sideLeft-3Cv_4 {
  z-index: 2;
  background: #F2F3F4;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-sideLeft-3Cv_4.src-assets-style-sideLink--index-borderRadius-2RLGr {
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-sideLeft-3Cv_4 > div:last-child > div:nth-of-type(2) {
  display: none;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-sideRight-3l8wx {
  position: absolute;
  transition: width 0.5s ease,left 0.3s ease;
  background: #ffffff;
  top: 0;
  left: 0.6rem;
  height: 100%;
  border-bottom-right-radius: 10px;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-sideRight-3l8wx.src-assets-style-sideLink--index-leftExp-2VKht {
  left: 3rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-sideTag-2fbAo {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -0.32rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-sideTag-2fbAo .src-assets-style-sideLink--index-tagItem-sHY0D {
  margin-bottom: 0.04rem;
  width: 0.32rem;
  z-index: 1002;
  color: #888888;
  font-size: 0.14rem;
  background: #f0f3f6;
  text-align: center;
  border-left: none;
  border-radius: 0 8px 8px 0;
  padding: 0.12rem 0.06rem;
  line-height: 1.2;
  box-shadow: 1px 1px 1px 1px rgba(0, 88, 37, 0.3);
  /* &:hover{
        background: @theme-green-3;
        cursor: pointer;
      }*/
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-sideTag-2fbAo .src-assets-style-sideLink--index-tagItem-sHY0D.src-assets-style-sideLink--index-current-BBuxP {
  color: #ffffff;
  background: #f2aa18;
  font-size: 0.14rem;
  border: none;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-sideTag-2fbAo .src-assets-style-sideLink--index-hideTag-RXiJl {
  margin-bottom: 0.04rem;
  width: 0.32rem;
  z-index: 1002;
  color: #888888;
  font-size: 0.14rem;
  background: #228B22;
  text-align: center;
  border-left: none;
  border-radius: 0 8px 8px 0;
  padding: 0.12rem 0.06rem;
  line-height: 1.2;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-sideTag-2fbAo .src-assets-style-sideLink--index-hideTag-RXiJl:hover {
  cursor: pointer;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-addBtnWrap-2XKB5 {
  width: 100%;
  height: 0.73rem;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  padding: 0.2rem 0;
  /* border-top: 1px solid #E1E6E3;*/
  cursor: pointer;
  background: #F2F3F4;
  border-bottom-right-radius: 10px;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-addBtnWrap-2XKB5.src-assets-style-sideLink--index-moreData-2-SLE {
  border-bottom-right-radius: 0;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-addBtnWrap-2XKB5 .src-assets-style-sideLink--index-rollback-IP9uY {
  float: right;
  color: #37A164;
  font-size: 0.18rem;
  padding-right: 0.32rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-addBtnWrap-2XKB5 .src-assets-style-sideLink--index-rollback-IP9uY i {
  margin-right: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-addBtnContent-27csx {
  width: 3rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-addBtnContent-27csx .src-assets-style-sideLink--index-buttonDiv-3IBUr {
  width: 0.6rem;
  text-align: center;
  display: inline-block;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-addBtnContent-27csx .src-assets-style-sideLink--index-addName-mU2jg {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: #37A164;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-systemList-1SImt {
  width: 0.6rem;
  overflow: hidden;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-systemList-1SImt.src-assets-style-sideLink--index-showFull-3kvkT {
  width: 3rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-systemList-1SImt .src-assets-style-sideLink--index-sideTagitem-FVsdX {
  border: none;
  background: #f4f5f5;
  transition: background 0.8s ease-in;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-systemList-1SImt .src-assets-style-sideLink--index-sideTagitem-FVsdX:hover {
  background: #D5E6E0;
  cursor: pointer;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-systemList-1SImt .src-assets-style-sideLink--index-emptyTipsDiv-GWEyI {
  cursor: pointer;
  display: table;
  width: 100%;
  text-align: center;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-systemList-1SImt .src-assets-style-sideLink--index-emptyTipsDiv-GWEyI:hover .src-assets-style-sideLink--index-emptyTips-3NYAE {
  color: #37A164;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-systemList-1SImt .src-assets-style-sideLink--index-emptyTipsDiv-GWEyI .src-assets-style-sideLink--index-emptyTips-3NYAE {
  display: table-cell;
  font-size: 0.14rem;
  vertical-align: middle;
  color: #6C6C6C;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-systemList-1SImt .src-assets-style-sideLink--index-emptyTipsDiv-GWEyI .src-assets-style-sideLink--index-emptyTips-3NYAE .src-assets-style-sideLink--index-emptyContent-10boT {
  margin: auto;
  width: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-systemList-1SImt .src-assets-style-sideLink--index-emptyTipsDiv-GWEyI .src-assets-style-sideLink--index-emptyTips-3NYAE .src-assets-style-sideLink--index-emptyContent-10boT i {
  color: #BCBCBC;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-systemList-1SImt .src-assets-style-sideLink--index-emptyTipsDiv-GWEyI .src-assets-style-sideLink--index-emptyMore-2zcN5 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-systemList-1SImt .src-assets-style-sideLink--index-emptyTipsDiv-GWEyI .src-assets-style-sideLink--index-emptyMore-2zcN5 .src-assets-style-sideLink--index-collectText-3zNtn {
  margin-top: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-systemList-1SImt .src-assets-style-sideLink--index-emptyTipsDiv-GWEyI .src-assets-style-sideLink--index-emptyMore-2zcN5 .src-assets-style-sideLink--index-collectBtn-2cqVQ {
  margin-top: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-systemList-1SImt .src-assets-style-sideLink--index-emptyTipsDiv-GWEyI .src-assets-style-sideLink--index-nothing-2UrFw {
  padding: 0.2rem;
  text-align: center;
  margin: auto;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .ant-card-meta-title span {
  color: #474747;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .ant-collapse {
  background: none;
  border: none;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-emptyTipsDiv-GWEyI {
  cursor: pointer;
  display: table;
  width: 100%;
  text-align: center;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-emptyTipsDiv-GWEyI:hover .src-assets-style-sideLink--index-emptyTips-3NYAE {
  color: #37A164;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-emptyTipsDiv-GWEyI .src-assets-style-sideLink--index-emptyTips-3NYAE {
  display: table-cell;
  font-size: 0.14rem;
  vertical-align: middle;
  color: #6C6C6C;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-emptyTipsDiv-GWEyI .src-assets-style-sideLink--index-emptyTips-3NYAE .src-assets-style-sideLink--index-emptyContent-10boT {
  margin: auto;
  width: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-emptyTipsDiv-GWEyI .src-assets-style-sideLink--index-emptyTips-3NYAE .src-assets-style-sideLink--index-emptyContent-10boT i {
  color: #BCBCBC;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-emptyTipsDiv-GWEyI .src-assets-style-sideLink--index-emptyMore-2zcN5 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-emptyTipsDiv-GWEyI .src-assets-style-sideLink--index-emptyMore-2zcN5 .src-assets-style-sideLink--index-collectText-3zNtn {
  margin-top: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-emptyTipsDiv-GWEyI .src-assets-style-sideLink--index-emptyMore-2zcN5 .src-assets-style-sideLink--index-collectBtn-2cqVQ {
  margin-top: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-emptyTipsDiv-GWEyI .src-assets-style-sideLink--index-nothing-2UrFw {
  padding: 0.2rem;
  text-align: center;
  margin: auto;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .ant-collapse-content {
  background: #F2F3F4;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .ant-collapse-content .ant-collapse-content-box {
  padding: 0.05rem!important;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .ant-collapse .ant-collapse-item.ant-collapse-no-arrow .ant-collapse-header {
  padding: 0.12rem;
  line-height: 0.27rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .ant-collapse .ant-collapse-item.ant-collapse-no-arrow .ant-collapse-header .anticon-star {
  color: #37A164;
  float: right;
  line-height: 0.27rem;
  margin-right: 0.2rem;
  cursor: pointer;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .ant-collapse-item-active .ant-collapse-header {
  border-bottom: 2px solid #37A164;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .ant-collapse-item-active .src-assets-style-sideLink--index-serviceCount-3bufj {
  background: #37A164;
  border: 1px solid #28844F;
  color: #fff;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-serviceDomainIconDiv-2VkZL {
  width: 100%;
  text-align: center;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-serviceDomainIconDiv-2VkZL .src-assets-style-sideLink--index-serviceDomainIcon-wVbm8 {
  display: inline-block;
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: #62b68e;
  overflow: hidden;
  height: 0.4rem;
  width: 0.4rem;
  border-radius: 50%;
  margin: 0.06rem auto 0;
  box-shadow: 0 0.02rem 0.07rem 0 rgba(87, 177, 134, 0.24);
  line-height: 0.4rem;
  text-align: center;
  color: #fff;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-serviceCount-3bufj {
  width: 0.31rem;
  height: 0.27rem;
  background: #F0F3F6;
  border: 1px solid #CFD7DE;
  border-radius: 14px;
  font-size: 0.14rem;
  text-align: center;
  float: right;
  display: inline-block;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-serviceItem-19m5n {
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.05rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-serviceItem-19m5n .src-assets-style-sideLink--index-affairIcon-1w6xE {
  margin-bottom: 0.15rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-serviceItem-19m5n .src-assets-style-sideLink--index-serviceIconDiv-1QPRI {
  width: 100%;
  text-align: center;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-serviceItem-19m5n .src-assets-style-sideLink--index-serviceIconDiv-1QPRI .src-assets-style-sideLink--index-serviceIcon-1SrMV {
  display: inline-block;
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  height: 0.36rem;
  width: 0.36rem;
  border-radius: 50%;
  box-shadow: 0 0.02rem 0.07rem 0 rgba(87, 177, 134, 0.24);
  line-height: 0.3rem;
  text-align: center;
  margin-top: 1px;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-serviceItem-19m5n .src-assets-style-sideLink--index-serviceIconDiv-1QPRI .src-assets-style-sideLink--index-serviceIcon-1SrMV img {
  margin: 0;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-serviceItem-19m5n:hover {
  background: #8DCD76;
  color: #fff;
  cursor: pointer;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-serviceItem-19m5n:hover i {
  display: inline;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-serviceItem-19m5n .src-assets-style-sideLink--index-edit-LeFS9 i {
  color: #999;
  float: none;
  position: absolute;
  right: 0.35rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-serviceItem-19m5n img {
  height: 0.2rem;
  width: 0.2rem;
  vertical-align: middle;
  margin-right: 0.1rem;
  display: inline-block;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-serviceItem-19m5n i {
  color: #fff;
  display: none;
  float: right;
  vertical-align: middle;
  line-height: 0.4rem;
  margin-right: 0.05rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-serviceItem-19m5n .src-assets-style-sideLink--index-serviceName-2I3NH {
  width: calc(100% - 0.5rem);
  vertical-align: middle;
  /*text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;*/
  color: #474747;
  display: inline-block;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-serviceItem-19m5n .src-assets-style-sideLink--index-serviceName-2I3NH .src-assets-style-sideLink--index-ellipsis-3vkvE {
  display: inline;
  color: #474747 ;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-serviceItem-19m5n .src-assets-style-sideLink--index-heart-2xhN0 {
  color: #ff0000;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreDataWrap-1y7Ev {
  z-index: 9999;
  overflow: hidden;
  transition: width 0.3s ease;
  border-bottom-right-radius: 10px;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 0.1rem 0 rgba(0, 88, 37, 0.1);
  padding: 0 0.2rem 0 0.3rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-titleBar-1ib9l {
  height: 0.64rem;
  border-bottom: 1px solid #E1E6E3;
  font-size: 0.18rem;
  line-height: 0.64rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-titleBar-1ib9l .src-assets-style-sideLink--index-title-3fhgc {
  vertical-align: middle;
  font-size: 0.18rem;
  font-weight: normal;
  color: #666;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-titleBar-1ib9l .src-assets-style-sideLink--index-leftIcon-3YD1s {
  margin-right: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-titleBar-1ib9l .anticon-bars {
  font-size: 0.28rem;
  vertical-align: middle;
  color: #828282;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-titleBar-1ib9l .src-assets-style-sideLink--index-divider-3wVNY {
  margin-left: 0.28rem;
  height: 0.22rem;
  color: #aeaeae;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-titleBar-1ib9l .anticon-question-circle-o {
  margin-left: 0.05rem;
  cursor: pointer;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-titleBar-1ib9l .src-assets-style-sideLink--index-closeIcon-12jlY {
  font-size: 0.18rem;
  float: right;
  line-height: 0.64rem;
  margin-right: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-titleBar-1ib9l .src-assets-style-sideLink--index-closeIcon-12jlY:hover {
  cursor: pointer;
  color: #228B22;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-titleBar-1ib9l .src-assets-style-sideLink--index-searchLayout-20ZrA {
  position: relative;
  display: inline-block;
  background: none;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-titleBar-1ib9l .src-assets-style-sideLink--index-addCustom-k4rMl {
  float: right;
  line-height: 0.64rem;
  padding-right: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ {
  padding: 0.2rem 0;
  position: relative;
  overflow: auto;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-pt-search-2vuzQ {
  float: right;
  padding-right: 0.5rem;
  margin-bottom: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-pt-search-2vuzQ .src-assets-style-sideLink--index-ant-select-auto-complete-2pS-o {
  vertical-align: middle;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-pt-search-2vuzQ .src-assets-style-sideLink--index-searchButton-37Q2V {
  vertical-align: middle;
  margin-top: -0.03rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-pt-search-2vuzQ .src-assets-style-sideLink--index-clearIcon-2ZasQ {
  right: 1.45rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY {
  display: inline-block;
  width: calc(100% - 2.2rem);
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx {
  margin-bottom: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-type-bgItM {
  font-size: 0.18rem;
  color: #005825;
  height: 0.32rem;
  line-height: 0.32rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-type-bgItM .src-assets-style-sideLink--index-tag-1p2ZS {
  width: 0.06rem;
  height: 0.24rem;
  background: #45AA70;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.05rem;
  border-radius: 4px;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-type-bgItM.src-assets-style-sideLink--index-serviceDomain-359iD {
  padding: 0.05rem 0.1rem;
  height: 0.42rem;
  border: 1px solid #fff;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-type-bgItM.src-assets-style-sideLink--index-serviceDomain-359iD:hover {
  border-radius: 4px;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-type-bgItM.src-assets-style-sideLink--index-serviceDomain-359iD:hover .src-assets-style-sideLink--index-collectSpan-11ONs {
  display: inline;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-type-bgItM.src-assets-style-sideLink--index-serviceDomain-359iD:hover .src-assets-style-sideLink--index-collectSpan-11ONs i {
  cursor: pointer;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-type-bgItM.src-assets-style-sideLink--index-serviceDomain-359iD:hover .src-assets-style-sideLink--index-collectSpan-11ONs i.src-assets-style-sideLink--index-deleteCollect-3sIYp {
  color: #37A164;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-type-bgItM.src-assets-style-sideLink--index-serviceDomain-359iD .src-assets-style-sideLink--index-collectSpan-11ONs {
  display: none;
  float: right;
  font-size: 0.14rem;
  color: #000;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-type-bgItM.src-assets-style-sideLink--index-serviceDomain-359iD .src-assets-style-sideLink--index-collectSpan-11ONs i {
  margin-right: 0.1rem;
  color: #CDCDCD;
  vertical-align: middle;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-pointer-SCB4T {
  cursor: pointer;
  font-size: 0.16rem;
  padding-left: 0.1rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI {
  padding: 0 0.3rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q {
  overflow: hidden;
  width: 100%;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q i.iconfont {
  color: #d2cece;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q .anticon-star {
  color: #d2cece;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q .ant-card-meta-title span:hover {
  color: #00a854;
  text-decoration: underline;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q li {
  list-style: none;
  float: left;
  padding-left: 0.05rem;
  width: 2.65rem;
  cursor: pointer;
  margin-right: 0.2rem;
  margin-top: 0.1rem;
  height: 1.28rem;
  z-index: 0;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q li .ant-card-meta-detail > div:not(:last-child) {
  margin-bottom: 0px;
  height: 0.28rem;
  line-height: 0.28rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q li .ant-card-meta-title {
  font-weight: 600;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q li .ant-card-bordered:hover {
  box-shadow: 0px 0px 0.1rem 0px rgba(3, 57, 107, 0.4);
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q li .ant-card-body {
  padding: 0.2rem 0.24rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q li .src-assets-style-sideLink--index-content-3r0zd {
  width: 3.5rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q li .src-assets-style-sideLink--index-content-3r0zd span {
  display: block;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q li .src-assets-style-sideLink--index-contentCus-3zZ_o .src-assets-style-sideLink--index-heartNoFloat-e-4pN {
  color: #ff0000;
  cursor: pointer;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q li .src-assets-style-sideLink--index-contentCus-3zZ_o .src-assets-style-sideLink--index-unHeartNoFloat-3im5X {
  color: #CCCCCC;
  cursor: pointer;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q li .src-assets-style-sideLink--index-contentCus-3zZ_o span {
  display: inline-block;
  margin: 0.05rem 0.2rem 0.05rem 0px;
  font-size: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q li .src-assets-style-sideLink--index-contentCus-3zZ_o span i {
  font-size: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q li .src-assets-style-sideLink--index-heart-2xhN0,
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q li .src-assets-style-sideLink--index-unHeart-Uqhr2 {
  position: absolute;
  right: 0.24rem;
  top: 0.18rem;
  font-size: 0.18rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q li .src-assets-style-sideLink--index-heart-2xhN0 {
  color: #ff0000;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q li .src-assets-style-sideLink--index-unHeart-Uqhr2 {
  color: #CCCCCC;
  display: none;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q li:hover .src-assets-style-sideLink--index-unHeart-Uqhr2 {
  display: block;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q li:hover .src-assets-style-sideLink--index-unHeart-Uqhr2:hover {
  color: #ff0000;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q .src-assets-style-sideLink--index-divRelative-1T8HZ {
  position: relative;
  text-align: center;
  height: 1.28rem;
  z-index: 2;
  padding-top: 27%;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q .src-assets-style-sideLink--index-image-3LWX_ {
  width: 0.48rem;
  height: 0.48rem;
  margin-bottom: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q .src-assets-style-sideLink--index-fontlist-1ecq_ {
  word-wrap: break-word;
  word-break: break-all;
  font-family: "Microsoft YaHei";
  margin: 0 auto;
  font-size: 0.14rem;
  height: 0.21rem;
  width: 0.84rem;
  line-height: 0.2rem;
  color: #666666;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q .src-assets-style-sideLink--index-closeRight-3nGDy {
  position: absolute;
  top: 0.07rem;
  opacity: 1;
  text-align: right;
  width: 1.12rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q .src-assets-style-sideLink--index-closeRight-3nGDy .iconfont {
  opacity: 0;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q .src-assets-style-sideLink--index-closeRight-3nGDy .src-assets-style-sideLink--index-customLeft-4-7ZA {
  float: left;
  margin-left: 0.12rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q .src-assets-style-sideLink--index-closeRight-3nGDy .src-assets-style-sideLink--index-customLeft-4-7ZA.src-assets-style-sideLink--index-delete-3y2-l {
  margin-left: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q .src-assets-style-sideLink--index-closeRight-3nGDy span i.anticon.anticon-plus-circle-o::before {
  color: #f4f9f6;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  font-size: 0.16rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q .src-assets-style-sideLink--index-closeRight-3nGDy span i.anticon.anticon-minus-circle-o::before {
  color: #f4f9f6;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  font-size: 0.16rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q .src-assets-style-sideLink--index-closeRight-3nGDy span i.anticon.anticon-question-circle-o::before {
  border-radius: 50%;
  font-size: 0.16rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q .src-assets-style-sideLink--index-closeRight-3nGDy .anticon-star {
  opacity: 0;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q .src-assets-style-sideLink--index-closeRight-3nGDy .anticon-star.src-assets-style-sideLink--index-deleteCollect-3sIYp {
  color: #37A164;
  opacity: 1;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q .src-assets-style-sideLink--index-closeRight-3nGDy .src-assets-style-sideLink--index-operation1-c4mis {
  padding-right: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q .src-assets-style-sideLink--index-closeRight-3nGDy .src-assets-style-sideLink--index-operation2-cRAdn {
  padding-right: 0.12rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q .src-assets-style-sideLink--index-mask-1Qv6f {
  background-color: rgba(35, 145, 230, 0.1);
  border-radius: 4px;
  height: 1.28rem;
  width: 1.12rem;
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  border: 1px solid #62B68E;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-noData-30I9P {
  padding: 0.2rem;
  text-align: center;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-noData-30I9P .src-assets-style-sideLink--index-noDataTips-8UZmg {
  margin-top: 0.1rem;
  color: #666666;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-anchorContent-21XWN {
  width: 1.8rem;
  position: fixed;
  top: 1.8rem;
  right: 1.9rem;
  height: calc(100% - 3rem);
  overflow: hidden;
  background: #F4F9F6;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-anchorContent-21XWN .src-assets-style-sideLink--index-anchorDiv-qAkBc {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-anchorContent-21XWN .src-assets-style-sideLink--index-anchorDiv-qAkBc.src-assets-style-sideLink--index-show-A6Dtq {
  width: 2rem;
  /*:global(.ant-affix){
            position:absolute !important;
            left:0!important;
            top:0 !important;
            z-index:1;
            display: block;
          }*/
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-anchorContent-21XWN .src-assets-style-sideLink--index-anchorDiv-qAkBc .ant-affix {
  z-index: 1;
  display: none;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-anchorContent-21XWN .src-assets-style-sideLink--index-anchor-2kA0R {
  margin: 0.4rem 0.1rem 0 0;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-anchorContent-21XWN .src-assets-style-sideLink--index-anchor-2kA0R.ant-anchor-wrapper {
  overflow: visible;
  width: 2rem;
  background: none;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-anchorContent-21XWN .src-assets-style-sideLink--index-anchor-2kA0R.ant-anchor-wrapper .src-assets-style-sideLink--index-anchorTitle-1vJ5m {
  position: absolute;
  top: -0.3rem;
  font-size: 0.16rem;
  color: #005825;
  font-weight: bold;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-anchorContent-21XWN .src-assets-style-sideLink--index-anchor-2kA0R.ant-anchor-wrapper .ant-anchor-link {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-anchorContent-21XWN .src-assets-style-sideLink--index-anchor-2kA0R .ant-anchor-ink:before {
  width: 1px;
  background-color: #e7e7e7;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-anchorContent-21XWN .src-assets-style-sideLink--index-anchor-2kA0R .ant-anchor-link-active .ant-anchor-link-title {
  color: #37A164;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-anchorContent-21XWN .src-assets-style-sideLink--index-anchor-2kA0R .ant-anchor-ink-ball {
  border: 2px solid #37A164;
  transform: translateX(-45%);
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-anchorContent-21XWN .src-assets-style-sideLink--index-anchor-2kA0R a:hover {
  color: #37A164;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-affairTitle-1oRpb {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0.3rem;
  margin-top: -0.02rem;
  width: 1.45rem;
  padding-right: 0.15rem;
  display: inline-block;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- a.src-assets-style-sideLink--index-affairTitle-1oRpb {
  color: #333333;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-background-1r9MO {
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-background-1r9MO.src-assets-style-sideLink--index-show-A6Dtq {
  display: block;
}
.src-assets-style-sideLink--index-itemDraging-7TYTf {
  background: #D5E6E0;
  padding: 0.2rem;
}
.src-assets-style-sideLink--index-sideTagitem-FVsdX {
  z-index: 99999;
  height: 0.64rem;
  line-height: 0.64rem;
  text-align: left;
  background: #D5E6E0;
  border: 1px solid #efefef;
  cursor: pointer;
}
.src-assets-style-sideLink--index-sideTagitem-FVsdX.src-assets-style-sideLink--index-forbid-r82D2 {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.src-assets-style-sideLink--index-sideTagitem-FVsdX:hover i {
  display: inline;
}
.src-assets-style-sideLink--index-sideTagitem-FVsdX .src-assets-style-sideLink--index-iconDiv-3jDMo {
  width: 0.6rem;
  text-align: center;
  height: 0.64rem;
  display: inline-block;
  line-height: 0.64rem;
  vertical-align: middle;
}
.src-assets-style-sideLink--index-sideTagitem-FVsdX .src-assets-style-sideLink--index-systemName-1noHm {
  display: inline-block;
  vertical-align: middle;
  height: 0.64rem;
  line-height: 0.64rem;
  font-size: 0.16rem;
}
.src-assets-style-sideLink--index-sideTagitem-FVsdX i {
  color: #98ACA5;
  line-height: 0.64rem;
  display: none;
  float: right;
  vertical-align: middle;
}
.src-assets-style-sideLink--index-sideTagitem-FVsdX i:hover {
  cursor: pointer;
  color: #228B22;
}
.src-assets-style-sideLink--index-sideTagitem-FVsdX .iconfont {
  margin-right: 0.12rem;
}
.src-assets-style-sideLink--index-sideTagitem-FVsdX .anticon-star {
  margin-right: 0.12rem;
  color: #37a164;
}
.src-assets-style-sideLink--index-sideTagitem-FVsdX .src-assets-style-sideLink--index-iconTag-1TZcP {
  width: 0.6rem;
  text-align: center;
}
.src-assets-style-sideLink--index-sideTagitem-FVsdX .src-assets-style-sideLink--index-iconTag-1TZcP .src-assets-style-sideLink--index-iconCon-RmMVS {
  display: inline-block;
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  margin: 0.06rem auto 0;
  box-shadow: 0px 0.02rem 0.07rem 0px rgba(87, 177, 134, 0.24);
  line-height: 0.46rem;
  text-align: center;
}
.src-assets-style-sideLink--index-sideTagitem-FVsdX .src-assets-style-sideLink--index-iconTag-1TZcP img {
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
}
.src-assets-style-sideLink--index-hiddenBody-7V8H8 {
  overflow: hidden;
}
.src-assets-style-sideLink--index-showBody-21udF {
  overflow: auto;
}
.src-assets-style-sideLink--index-customerModal-25_G4 {
  overflow: hidden;
}
.src-assets-style-sideLink--index-customerModal-25_G4 .ant-modal-header {
  padding: 0.14rem 0.24rem;
  background: green;
  font-size: 0.16rem;
  font-weight: normal;
}
.src-assets-style-sideLink--index-customerModal-25_G4 .ant-modal-title {
  color: #ffffff;
}
.src-assets-style-sideLink--index-customerModal-25_G4 .ant-modal-close-x {
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #ffffff;
}
.src-assets-style-sideLink--index-customerModal-25_G4 .ant-modal-body {
  padding: 0;
}
.src-assets-style-sideLink--index-customerModal-25_G4 .src-assets-style-sideLink--index-customerForm-2nKzL {
  padding: 0.2rem;
}
.src-assets-style-sideLink--index-customerModal-25_G4 .src-assets-style-sideLink--index-customerForm-2nKzL .src-assets-style-sideLink--index-iconSelect-3O2Mh {
  width: 100%;
}
.src-assets-style-sideLink--index-customerModal-25_G4 .src-assets-style-sideLink--index-customerForm-2nKzL .src-assets-style-sideLink--index-iconSelect-3O2Mh .src-assets-style-sideLink--index-iconDiv-3jDMo {
  width: 1.32rem;
  height: 1.32rem;
  line-height: 1.32rem;
  text-align: center;
  border: 1px dashed #D5E6E0;
  display: inline-block;
}
.src-assets-style-sideLink--index-customerModal-25_G4 .src-assets-style-sideLink--index-customerForm-2nKzL .src-assets-style-sideLink--index-iconSelect-3O2Mh .src-assets-style-sideLink--index-iconDiv-3jDMo .src-assets-style-sideLink--index-iconTag-1TZcP {
  display: inline-block;
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  height: 0.66rem;
  width: 0.66rem;
  border-radius: 50%;
  margin: 0.05rem auto 0;
  box-shadow: 0px 0.02rem 0.07rem 0px rgba(87, 177, 134, 0.8);
  line-height: 0.6rem;
  vertical-align: middle;
  margin-top: -0.08rem;
}
.src-assets-style-sideLink--index-customerModal-25_G4 .src-assets-style-sideLink--index-customerForm-2nKzL .src-assets-style-sideLink--index-iconSelect-3O2Mh .src-assets-style-sideLink--index-iconDiv-3jDMo .src-assets-style-sideLink--index-iconTag-1TZcP img {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-sideLink--index-customerModal-25_G4 .src-assets-style-sideLink--index-customerForm-2nKzL .src-assets-style-sideLink--index-iconSelect-3O2Mh .src-assets-style-sideLink--index-iconBottom-29mnj {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 0.2rem;
}
.src-assets-style-sideLink--index-customerModal-25_G4 .src-assets-style-sideLink--index-customerForm-2nKzL .src-assets-style-sideLink--index-iconSelect-3O2Mh .src-assets-style-sideLink--index-iconBottom-29mnj .src-assets-style-sideLink--index-iconRandom-2EHGx {
  margin-right: 0.2rem;
}
.src-assets-style-sideLink--index-customerModal-25_G4 .src-assets-style-sideLink--index-iconSelectDiv-3WKAk {
  padding: 0.2rem;
  height: 3rem;
}
.src-assets-style-sideLink--index-customerModal-25_G4 .src-assets-style-sideLink--index-iconSelectDiv-3WKAk .src-assets-style-sideLink--index-iconListDiv-13M0B .src-assets-style-sideLink--index-logoList-3MBbb li {
  height: 0.8rem;
  width: 1rem;
  float: left;
  position: relative;
  margin: 0.02rem;
  z-index: 0;
  cursor: pointer;
  text-align: center;
  display: table;
}
.src-assets-style-sideLink--index-customerModal-25_G4 .src-assets-style-sideLink--index-iconSelectDiv-3WKAk .src-assets-style-sideLink--index-iconListDiv-13M0B .src-assets-style-sideLink--index-logoList-3MBbb li .src-assets-style-sideLink--index-logoDivRelative-3fNz2 {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 0.8rem;
  z-index: 2;
}
.src-assets-style-sideLink--index-customerModal-25_G4 .src-assets-style-sideLink--index-iconSelectDiv-3WKAk .src-assets-style-sideLink--index-iconListDiv-13M0B .src-assets-style-sideLink--index-logoList-3MBbb li .src-assets-style-sideLink--index-logoDivRelative-3fNz2 .src-assets-style-sideLink--index-image-3LWX_ {
  width: 0.4rem;
  height: 0.4rem;
  margin-bottom: 0;
}
.src-assets-style-sideLink--index-customerModal-25_G4 .src-assets-style-sideLink--index-iconSelectDiv-3WKAk .src-assets-style-sideLink--index-iconListDiv-13M0B .src-assets-style-sideLink--index-logoList-3MBbb li:hover {
  background: rgba(141, 205, 118, 0.4);
}
.src-assets-style-sideLink--index-customerModal-25_G4 .src-assets-style-sideLink--index-iconSelectDiv-3WKAk .src-assets-style-sideLink--index-iconListDiv-13M0B .src-assets-style-sideLink--index-logoList-3MBbb li.src-assets-style-sideLink--index-active-3WybT {
  background: rgba(141, 205, 118, 0.4);
}
.src-assets-style-sideLink--index-affairName-h7Wv_ :hover {
  text-decoration: underline;
}
.src-assets-style-sideLink--index-bodyFixed-20LP8 {
  position: fixed;
  width: 100%;
}
/****************绿色主题开始******************/
.theme-green .src-assets-style-sideLink--index-sideTag-2fbAo .src-assets-style-sideLink--index-tagItem-sHY0D:hover {
  background: #E6FFF1;
  cursor: pointer;
}
.theme-green .src-assets-style-sideLink--index-sideTag-2fbAo .src-assets-style-sideLink--index-tagItem-sHY0D.src-assets-style-sideLink--index-current-BBuxP {
  box-shadow: 1px 1px 1px 1px rgba(0, 88, 37, 0.3);
  background: #f2aa18;
}
/**************** 蓝色主题开始*****************/
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- {
  box-shadow: 0 0 0.1rem 0 rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J-.src-assets-style-sideLink--index-showBigList-qW_3M .src-assets-style-sideLink--index-searchButton-37Q2V:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-searchLayout-20ZrA {
  background: #fafdff;
  /*i{
        &:hover{
          color:@theme-blue-1;
        }
      }*/
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-toggle-1cpYe .src-assets-style-sideLink--index-sideLogo-3EA6p:hover {
  background: #e6f7ff;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-sideLeft-3Cv_4 {
  background: #fafdff;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-sideTag-2fbAo .src-assets-style-sideLink--index-tagItem-sHY0D {
  background: #fafdff;
  cursor: pointer;
  box-shadow: 1px 1px 1px 1px rgba(0, 88, 37, 0.3);
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-sideTag-2fbAo .src-assets-style-sideLink--index-tagItem-sHY0D:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-sideTag-2fbAo .src-assets-style-sideLink--index-tagItem-sHY0D.src-assets-style-sideLink--index-current-BBuxP {
  box-shadow: 1px 1px 1px 1px rgba(0, 88, 37, 0.3);
  background: #f2aa18;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-sideTag-2fbAo .src-assets-style-sideLink--index-hideTag-RXiJl {
  background: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-addBtnWrap-2XKB5 {
  background: #fafdff;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-addBtnWrap-2XKB5 .src-assets-style-sideLink--index-rollback-IP9uY {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-addBtnContent-27csx .src-assets-style-sideLink--index-addName-mU2jg {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-systemList-1SImt .src-assets-style-sideLink--index-sideTagitem-FVsdX {
  background: #f4f5f5;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-systemList-1SImt .src-assets-style-sideLink--index-sideTagitem-FVsdX:hover {
  background: #D5E6E0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-systemList-1SImt .src-assets-style-sideLink--index-emptyTipsDiv-GWEyI:hover .src-assets-style-sideLink--index-emptyTips-3NYAE {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-emptyTipsDiv-GWEyI:hover .src-assets-style-sideLink--index-emptyTips-3NYAE {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .ant-collapse-content {
  background: #F2F3F4;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .ant-collapse .ant-collapse-item.ant-collapse-no-arrow .ant-collapse-header .anticon-star {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .ant-collapse-item-active .ant-collapse-header {
  border-bottom: 2px solid #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .ant-collapse-item-active .src-assets-style-sideLink--index-serviceCount-3bufj {
  background: #397EF0;
  border: 1px solid #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-serviceDomainIconDiv-2VkZL .src-assets-style-sideLink--index-serviceDomainIcon-wVbm8 {
  border: 1px solid rgba(35, 145, 230, 0.1);
  background-color: #397EF0;
  box-shadow: 0 0.02rem 0.07rem 0 rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-serviceCount-3bufj {
  background: #F0F3F6;
  border: 1px solid #CFD7DE;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-serviceItem-19m5n .src-assets-style-sideLink--index-serviceIconDiv-1QPRI .src-assets-style-sideLink--index-serviceIcon-1SrMV {
  border: 1px solid rgba(87, 177, 134, 0.1);
  box-shadow: 0 0.02rem 0.07rem 0 rgba(87, 177, 134, 0.24);
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-serviceItem-19m5n:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 {
  box-shadow: 0 0 0.1rem 0 rgba(0, 88, 37, 0.1);
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-titleBar-1ib9l {
  border-bottom: 1px solid #E1E6E3;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-titleBar-1ib9l .src-assets-style-sideLink--index-closeIcon-12jlY:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-type-bgItM {
  color: #1F5BCB;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-type-bgItM .src-assets-style-sideLink--index-tag-1p2ZS {
  background: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-type-bgItM.src-assets-style-sideLink--index-serviceDomain-359iD:hover .src-assets-style-sideLink--index-collectSpan-11ONs i.src-assets-style-sideLink--index-deleteCollect-3sIYp {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q li:hover .src-assets-style-sideLink--index-fontlist-1ecq_ {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q .ant-card-meta-title span:hover {
  color: #397EF0;
  text-decoration: underline;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q .src-assets-style-sideLink--index-closeRight-3nGDy .anticon-star.src-assets-style-sideLink--index-deleteCollect-3sIYp {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q .src-assets-style-sideLink--index-mask-1Qv6f {
  border: 1px solid #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-anchorContent-21XWN {
  background: #f3f7f9;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-anchorContent-21XWN .src-assets-style-sideLink--index-anchor-2kA0R.ant-anchor-wrapper .src-assets-style-sideLink--index-anchorTitle-1vJ5m {
  color: #1F5BCB;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-anchorContent-21XWN .src-assets-style-sideLink--index-anchor-2kA0R .ant-anchor-ink:before {
  background-color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-anchorContent-21XWN .src-assets-style-sideLink--index-anchor-2kA0R .ant-anchor-link-active .ant-anchor-link-title {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-anchorContent-21XWN .src-assets-style-sideLink--index-anchor-2kA0R .ant-anchor-ink-ball {
  border: 2px solid #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-anchorContent-21XWN .src-assets-style-sideLink--index-anchor-2kA0R a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-itemDraging-7TYTf {
  background: #D5E6E0;
}
.theme-blue .src-assets-style-sideLink--index-sideTagitem-FVsdX {
  background: #D5E6E0;
  border: 1px solid #efefef;
}
.theme-blue .src-assets-style-sideLink--index-sideTagitem-FVsdX i {
  color: #98ACA5;
}
.theme-blue .src-assets-style-sideLink--index-sideTagitem-FVsdX i:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-sideTagitem-FVsdX .anticon-star {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-sideTagitem-FVsdX .src-assets-style-sideLink--index-iconTag-1TZcP .src-assets-style-sideLink--index-iconCon-RmMVS {
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0.02rem 0.07rem 0px rgba(87, 177, 134, 0.24);
}
.theme-blue .src-assets-style-sideLink--index-customerModal-25_G4 .ant-modal-header {
  background: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-customerModal-25_G4 .src-assets-style-sideLink--index-customerForm-2nKzL .src-assets-style-sideLink--index-iconSelect-3O2Mh .src-assets-style-sideLink--index-iconDiv-3jDMo {
  border: 1px dashed #D5E6E0;
}
.theme-blue .src-assets-style-sideLink--index-customerModal-25_G4 .src-assets-style-sideLink--index-customerForm-2nKzL .src-assets-style-sideLink--index-iconSelect-3O2Mh .src-assets-style-sideLink--index-iconDiv-3jDMo .src-assets-style-sideLink--index-iconTag-1TZcP {
  border: 1px solid rgba(87, 177, 134, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0.02rem 0.07rem 0px rgba(35, 145, 230, 0.3);
}
/*************** 蓝色主题结束*****************/
/**************** 红色主题开始*****************/
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- {
  box-shadow: 0 0 0.1rem 0 rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J-.src-assets-style-sideLink--index-showBigList-qW_3M .src-assets-style-sideLink--index-searchButton-37Q2V:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-affairName-h7Wv_ :hover {
  text-decoration: underline;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-searchLayout-20ZrA {
  background: #fafdff;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-toggle-1cpYe .src-assets-style-sideLink--index-sideLogo-3EA6p:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-sideLeft-3Cv_4 {
  background: #fafdff;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-sideTag-2fbAo .src-assets-style-sideLink--index-tagItem-sHY0D {
  background: #fafdff;
  box-shadow: 1px 1px 1px 1px rgba(0, 88, 37, 0.3);
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-sideTag-2fbAo .src-assets-style-sideLink--index-tagItem-sHY0D:hover {
  background: #fff1f0;
  cursor: pointer;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-sideTag-2fbAo .src-assets-style-sideLink--index-tagItem-sHY0D.src-assets-style-sideLink--index-current-BBuxP {
  background: #f2aa18;
  box-shadow: 1px 1px 1px 1px rgba(0, 88, 37, 0.3);
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-sideTag-2fbAo .src-assets-style-sideLink--index-hideTag-RXiJl {
  background: #F63E62;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-addBtnWrap-2XKB5 {
  background: #fafdff;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-addBtnWrap-2XKB5 .src-assets-style-sideLink--index-rollback-IP9uY {
  color: #9A001E;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-addBtnContent-27csx .src-assets-style-sideLink--index-addName-mU2jg {
  color: #9A001E;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-systemList-1SImt .src-assets-style-sideLink--index-emptyTipsDiv-GWEyI:hover .src-assets-style-sideLink--index-emptyTips-3NYAE {
  color: #9A001E;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-emptyTipsDiv-GWEyI:hover .src-assets-style-sideLink--index-emptyTips-3NYAE {
  color: #9A001E;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .ant-collapse-content {
  background: #F2F3F4;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .ant-collapse .ant-collapse-item.ant-collapse-no-arrow .ant-collapse-header .anticon-star {
  color: #F63E62;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .ant-collapse-item-active .ant-collapse-header {
  border-bottom: 2px solid #9A001E;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .ant-collapse-item-active .src-assets-style-sideLink--index-serviceCount-3bufj {
  background: #9A001E;
  border: 1px solid #9A001E;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-serviceList-1UqG4 .src-assets-style-sideLink--index-serviceItem-19m5n:hover {
  background: rgba(255, 71, 72, 0.2);
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 {
  box-shadow: 0 0 0.1rem 0 rgba(169, 0, 33, 0.1);
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-titleBar-1ib9l {
  /*border-bottom: 1px solid @theme-red-5;*/
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-titleBar-1ib9l .src-assets-style-sideLink--index-closeIcon-12jlY:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-type-bgItM {
  color: #9A001E;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-type-bgItM .src-assets-style-sideLink--index-tag-1p2ZS {
  background: #9A001E;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-type-bgItM.src-assets-style-sideLink--index-serviceDomain-359iD:hover .src-assets-style-sideLink--index-collectSpan-11ONs i.src-assets-style-sideLink--index-deleteCollect-3sIYp {
  color: #9A001E;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q li:hover .src-assets-style-sideLink--index-fontlist-1ecq_ {
  color: #F63E62;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q .ant-card-meta-title span:hover {
  color: #F63E62;
  text-decoration: underline;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q .src-assets-style-sideLink--index-closeRight-3nGDy .anticon-star.src-assets-style-sideLink--index-deleteCollect-3sIYp {
  color: #F63E62;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-contentBody-2TTE_ .src-assets-style-sideLink--index-contentList-r_FTY .src-assets-style-sideLink--index-typeItem-3oYmx .src-assets-style-sideLink--index-dataList-ManbI .src-assets-style-sideLink--index-ullist-3jl0q .src-assets-style-sideLink--index-mask-1Qv6f {
  border: 1px solid #F63E62;
  background-color: #f3f7f9;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-anchorContent-21XWN {
  background: #f3f7f9;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-anchorContent-21XWN .src-assets-style-sideLink--index-anchor-2kA0R.ant-anchor-wrapper .src-assets-style-sideLink--index-anchorTitle-1vJ5m {
  color: #9A001E;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-anchorContent-21XWN .src-assets-style-sideLink--index-anchor-2kA0R .ant-anchor-ink:before {
  background-color: #F63E62;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-anchorContent-21XWN .src-assets-style-sideLink--index-anchor-2kA0R .ant-anchor-link-active .ant-anchor-link-title {
  color: #F63E62;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-anchorContent-21XWN .src-assets-style-sideLink--index-anchor-2kA0R .ant-anchor-ink-ball {
  border: 2px solid #F63E62;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-1_-J- .src-assets-style-sideLink--index-moreContent-HowI8 .src-assets-style-sideLink--index-anchorContent-21XWN .src-assets-style-sideLink--index-anchor-2kA0R a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-sideLink--index-sideTagitem-FVsdX i {
  color: #98ACA5;
}
.theme-red .src-assets-style-sideLink--index-sideTagitem-FVsdX i:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-sideLink--index-sideTagitem-FVsdX .anticon-star {
  color: #9A001E;
}
.theme-red .src-assets-style-sideLink--index-sideTagitem-FVsdX .src-assets-style-sideLink--index-iconTag-1TZcP .src-assets-style-sideLink--index-iconCon-RmMVS {
  border: 1px solid rgba(169, 0, 33, 0.1);
  background-color: #f3f7f9;
  box-shadow: 0px 0.02rem 0.07rem 0px rgba(169, 0, 33, 0.3);
}
/*************** 红色主题结束*****************/
@media (max-width: 1400px) {
  .font-normal .src-assets-style-sideLink--index-portalSidelink-1_-J- {
    margin-left: -0.6rem;
  }
  .font-normal .src-assets-style-sideLink--index-portalSidelink-1_-J-.src-assets-style-sideLink--index-showBigList-qW_3M {
    margin-left: 0;
  }
}
@media (max-width: 1540px) {
  .font-large .src-assets-style-sideLink--index-portalSidelink-1_-J- {
    margin-left: -0.6rem;
  }
  .font-large .src-assets-style-sideLink--index-portalSidelink-1_-J-.src-assets-style-sideLink--index-showBigList-qW_3M {
    margin-left: 0;
  }
}
@media (max-width: 1750px) {
  .font-extraLarge .src-assets-style-sideLink--index-portalSidelink-1_-J- {
    margin-left: -0.6rem;
  }
  .font-extraLarge .src-assets-style-sideLink--index-portalSidelink-1_-J-.src-assets-style-sideLink--index-showBigList-qW_3M {
    margin-left: 0;
  }
}
.src-assets-style-feedback--feedback-portComFeedback-2RSZe {
  cursor: pointer;
  width: 0.32rem;
  height: 0.32rem;
  z-index: 9999;
  text-align: center;
  line-height: 0.32rem;
  background: #4C4C4B;
  color: #ffffff;
  border-radius: 4px;
  transition: all 0.1s ease;
  position: absolute;
  right: 0;
}
.src-assets-style-feedback--feedback-portComFeedback-2RSZe .src-assets-style-feedback--feedback-fbTip-ZehtJ {
  display: none;
}
.src-assets-style-feedback--feedback-portComFeedback-2RSZe:hover {
  width: 1.24rem;
  padding: 0 0.08rem;
  background: #007330;
  margin-left: -0.83rem;
}
.src-assets-style-feedback--feedback-portComFeedback-2RSZe:hover .src-assets-style-feedback--feedback-fbTip-ZehtJ {
  display: inline-block;
  width: 0.7rem;
  margin-right: 0.05rem;
  line-height: 1;
  vertical-align: middle;
}
.src-assets-style-feedback--feedback-portComFeedback-2RSZe .src-assets-style-feedback--feedback-iconfont-3w468 {
  font-size: 0.24rem;
  vertical-align: middle;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q {
  text-align: center;
  min-width: 7rem;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .ant-modal {
  display: inline-block;
  width: auto!important;
  margin: 0.24rem;
  top: 0.5rem;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .ant-modal-content {
  text-align: left;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 0.05rem 0px rgba(0, 88, 37, 0.3);
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .ant-modal-body {
  padding: 0;
  border-radius: 0;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .ant-modal-header {
  padding: 0.16rem 0.68rem 0.16rem 0.34rem;
  background: #007330;
  font-size: 0.14rem;
  height: 0.5rem;
  line-height: 0.18rem;
  color: #ffffff;
  border-radius: 0;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .ant-modal-header .ant-modal-title {
  color: #ffffff;
  line-height: 0.18rem;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .ant-modal-close-x {
  color: #ffffff;
  line-height: 0.5rem;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .src-assets-style-feedback--feedback-fbChatTextarea-CUgVZ {
  min-width: 7rem;
  resize: both;
  min-height: 1rem;
  padding: 0 0.3rem 0.16rem;
  border: none;
  outline: none;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .src-assets-style-feedback--feedback-fbChatTextarea-CUgVZ:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .src-assets-style-feedback--feedback-chatContentWrap-2vRyG {
  padding: 0.16rem 0.26rem 0.5rem;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .src-assets-style-feedback--feedback-chatContentWrap-2vRyG .src-assets-style-feedback--feedback-chatList-89zrk .src-assets-style-feedback--feedback-chatItem-2zLRE {
  padding: 0 0.44rem;
  position: relative;
  margin-bottom: 0.18rem;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .src-assets-style-feedback--feedback-chatContentWrap-2vRyG .src-assets-style-feedback--feedback-chatList-89zrk .src-assets-style-feedback--feedback-chatItem-2zLRE .src-assets-style-feedback--feedback-userImg-3DUtk {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.35rem;
  height: 0.35rem;
  line-height: 0.35rem;
  font-size: 0.12rem;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #f1f3f2;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .src-assets-style-feedback--feedback-chatContentWrap-2vRyG .src-assets-style-feedback--feedback-chatList-89zrk .src-assets-style-feedback--feedback-chatItem-2zLRE .src-assets-style-feedback--feedback-timeline-2qcQr {
  opacity: 0.9;
  font-size: 0.12rem;
  color: #515151;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .src-assets-style-feedback--feedback-chatContentWrap-2vRyG .src-assets-style-feedback--feedback-chatList-89zrk .src-assets-style-feedback--feedback-chatItem-2zLRE .src-assets-style-feedback--feedback-chatCon-3BAGe {
  display: inline-block;
  max-width: 80%;
  border-radius: 18px;
  border-top-left-radius: 0;
  padding: 0.06rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-align: justify;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .src-assets-style-feedback--feedback-chatContentWrap-2vRyG .src-assets-style-feedback--feedback-chatList-89zrk .src-assets-style-feedback--feedback-chatItem-2zLRE .src-assets-style-feedback--feedback-chatCon-3BAGe .ant-divider-horizontal {
  margin: 0.06rem 0;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .src-assets-style-feedback--feedback-chatContentWrap-2vRyG .src-assets-style-feedback--feedback-chatList-89zrk .src-assets-style-feedback--feedback-chatItem-2zLRE.src-assets-style-feedback--feedback-alignRight-2HaMq {
  text-align: right;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .src-assets-style-feedback--feedback-chatContentWrap-2vRyG .src-assets-style-feedback--feedback-chatList-89zrk .src-assets-style-feedback--feedback-chatItem-2zLRE.src-assets-style-feedback--feedback-alignRight-2HaMq .src-assets-style-feedback--feedback-userImg-3DUtk {
  font-size: 0.18rem;
  left: auto;
  right: 0;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .src-assets-style-feedback--feedback-chatContentWrap-2vRyG .src-assets-style-feedback--feedback-chatList-89zrk .src-assets-style-feedback--feedback-chatItem-2zLRE.src-assets-style-feedback--feedback-alignRight-2HaMq .src-assets-style-feedback--feedback-userImg-3DUtk i {
  vertical-align: middle;
  font-size: 0.24rem;
  color: #999999;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .src-assets-style-feedback--feedback-chatContentWrap-2vRyG .src-assets-style-feedback--feedback-chatList-89zrk .src-assets-style-feedback--feedback-chatItem-2zLRE.src-assets-style-feedback--feedback-alignRight-2HaMq .src-assets-style-feedback--feedback-chatCon-3BAGe {
  text-align: right;
  background: #62B68E;
  color: #ffffff;
  border-radius: 18px;
  border-top-right-radius: 0;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .src-assets-style-feedback--feedback-chatContentWrap-2vRyG .src-assets-style-feedback--feedback-chatList-89zrk .src-assets-style-feedback--feedback-chatItem-2zLRE.src-assets-style-feedback--feedback-alignRight-2HaMq .src-assets-style-feedback--feedback-chatCon-3BAGe a {
  color: #ffffff;
  opacity: 0.9;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .src-assets-style-feedback--feedback-chatContentWrap-2vRyG .src-assets-style-feedback--feedback-emptyData-kAym9 {
  padding-top: 1rem;
  color: #999999;
  text-align: center;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .src-assets-style-feedback--feedback-chatContentWrap-2vRyG .src-assets-style-feedback--feedback-loadMore-2K7s1 {
  padding: 0.24rem;
  text-align: center;
  font-size: 0.14rem;
  color: #999999;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .src-assets-style-feedback--feedback-chatContentWrap-2vRyG .src-assets-style-feedback--feedback-loadMore-2K7s1 i {
  margin-right: 0.12rem;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .src-assets-style-feedback--feedback-chatBottom-eH4fO {
  position: relative;
  background: #ffffff;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .src-assets-style-feedback--feedback-chatBottom-eH4fO .src-assets-style-feedback--feedback-chatBtGuide-TWPwO {
  overflow: hidden;
  padding: 0.12rem 0.26rem 0;
  line-height: 0.24rem;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .src-assets-style-feedback--feedback-chatBottom-eH4fO .src-assets-style-feedback--feedback-chatBtGuide-TWPwO .src-assets-style-feedback--feedback-oprItem-2pJrx {
  cursor: pointer;
  margin: 0 0.14rem;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .src-assets-style-feedback--feedback-chatBottom-eH4fO .src-assets-style-feedback--feedback-chatBtGuide-TWPwO .src-assets-style-feedback--feedback-oprItem-2pJrx i {
  font-size: 0.18rem;
  color: #B4B4B4;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .src-assets-style-feedback--feedback-chatBottom-eH4fO .src-assets-style-feedback--feedback-chatInputArea-38I7f {
  position: relative;
  overflow: hidden;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .src-assets-style-feedback--feedback-chatBottom-eH4fO .src-assets-style-feedback--feedback-chatInputArea-38I7f .src-assets-style-feedback--feedback-imgEditArea-3SLDI {
  margin-left: 0.24rem;
  bottom: 0.16rem;
  text-align: justify;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .src-assets-style-feedback--feedback-textCount-3eR-3 {
  color: #999999;
  position: absolute;
  bottom: 0.06rem;
  right: 0.28rem;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q .src-assets-style-feedback--feedback-sendChatBtn-oDslP {
  float: right;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q.src-assets-style-feedback--feedback-miniMode-14pqo {
  min-width: 3rem;
  text-align: right;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q.src-assets-style-feedback--feedback-miniMode-14pqo .src-assets-style-feedback--feedback-chatContentWrap-2vRyG {
  padding: 0.16rem 0.12rem;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q.src-assets-style-feedback--feedback-miniMode-14pqo .src-assets-style-feedback--feedback-chatBottom-eH4fO .src-assets-style-feedback--feedback-chatBtGuide-TWPwO {
  line-height: 0.24rem;
  padding: 0.08rem 0.2rem 0;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-FFY4q.src-assets-style-feedback--feedback-miniMode-14pqo .src-assets-style-feedback--feedback-fbChatTextarea-CUgVZ {
  resize: none;
  padding: 0 0.1rem 0.16rem;
  min-width: 3rem;
}
/**聊天滚动窗口**/
.src-assets-style-feedback--feedback-fbChatScrollbars-Pzjet {
  background: #f6f6f6;
}
.src-assets-style-feedback--feedback-chatImg-3GGdX {
  border-radius: 2px;
  overflow: hidden;
}
.src-assets-style-feedback--feedback-chatImg-3GGdX img {
  cursor: pointer;
  max-width: 1.5rem;
  max-height: 1.5rem;
}
.src-assets-style-feedback--feedback-chatVideo-2pi_D small {
  opacity: 0.7;
}
.src-assets-style-feedback--feedback-chatVideo-2pi_D audio {
  max-width: 100%;
  max-height: 100%;
}
/**引用列表窗口**/
.src-assets-style-feedback--feedback-combindList-3oM_N {
  margin: 0.24rem;
}
.src-assets-style-feedback--feedback-combindList-3oM_N > li {
  padding: 0.12rem 0 0.16rem;
  border-bottom: 1px solid #efefef;
}
.src-assets-style-feedback--feedback-combindList-3oM_N > li.src-assets-style-feedback--feedback-alignRight-2HaMq {
  text-align: right;
}
.src-assets-style-feedback--feedback-combindList-3oM_N > li .src-assets-style-feedback--feedback-desc-33Pni {
  font-size: 0.13rem;
  color: #666666;
}
.src-assets-style-feedback--feedback-combindList-3oM_N > li .src-assets-style-feedback--feedback-desc-33Pni small {
  color: #999999;
}
.src-assets-style-feedback--feedback-combindList-3oM_N > li .src-assets-style-feedback--feedback-msgCon-2bT_F {
  color: #666666;
  margin-top: 0.06rem;
}
/*******预览窗口 start *****/
.src-assets-style-feedback--feedback-previwModalWrap-3xV7o {
  text-align: center;
}
.src-assets-style-feedback--feedback-previwModalWrap-3xV7o .ant-modal {
  display: inline-block;
  width: auto!important;
}
.src-assets-style-feedback--feedback-previwModalWrap-3xV7o .ant-modal-content {
  background: none;
  display: table;
}
.src-assets-style-feedback--feedback-previwModalWrap-3xV7o .ant-modal-body {
  margin: auto;
  display: table-cell;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.src-assets-style-feedback--feedback-previwModalWrap-3xV7o .ant-modal-close {
  color: #ffffff;
}
.src-assets-style-feedback--feedback-previwModalWrap-3xV7o .ant-modal-close-x {
  font-size: 0.32rem;
}
.src-assets-style-feedback--feedback-previwModalWrap-3xV7o img {
  max-width: 100vm;
  max-height: 100vh;
}
.src-assets-style-feedback--feedback-previwModalWrap-3xV7o video {
  max-height: 100%;
}
.src-assets-style-feedback--feedback-help-39173 {
  cursor: pointer;
  margin-right: 0.2rem;
}
/*******预览窗口 end *****/
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.setting-drawer li {
  display: inline-block;
  width: 25%;
  margin-bottom: 0.2rem;
  text-align: center;
  cursor: pointer;
}
.setting-drawer .color-block {
  position: relative;
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 2px;
  margin-bottom: 0.04rem;
}
.setting-drawer .color-block i {
  position: absolute;
  top: -0.07rem;
  right: -0.07rem;
  color: var(--themeColor);
}
.setting-drawer .font-text {
  margin-top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.setting-drawer .theme-title {
  margin-bottom: 0.1rem;
  margin-left: 0.15rem;
  font-weight: bold;
  font-size: 0.16rem;
}
/*************** 蓝色主题 start***************/
.theme-blue .setting-drawer .color-block i {
  color: #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .setting-drawer .color-block i {
  color: #9A001E;
}
/*************** 红色主题 end***************/
.weatherView {
  width: 1.9rem;
  height: 0.54rem;
  line-height: 0.48rem;
  text-align: right;
}
.weatherView .text {
  height: 0.48rem;
  padding-right: 0.05rem;
  text-align: right;
  vertical-align: middle;
}
.weatherView .text .temp .value {
  font-size: 0.24rem;
  vertical-align: top;
}
.weatherView .text .temp .value2 {
  display: inline-block;
  vertical-align: top;
  font-size: 0.16rem;
  margin-top: -0.02rem;
}
.weatherView .text .info {
  line-height: 1;
  font-size: 0.14rem;
}
.weatherView .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.48rem;
  height: 0.42rem;
  margin: -0.08rem 0 0.1rem 0.09rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.weatherView .icon.xiaoyu {
  background-image: url(../../assets/images/xiaoyu.png);
}
.weatherView .icon.zhongyu {
  background-image: url(../../assets/images/zhongyu.png);
}
.weatherView .icon.dayu {
  background-image: url(../../assets/images/dayu.png);
}
.weatherView .icon.qing {
  background-image: url(../../assets/images/qing.png);
}
.weatherView .icon.duoyun {
  background-image: url(../../assets/images/duoyun.png);
}
.weatherView .icon.yin {
  background-image: url(../../assets/images/yin.png);
}
.weatherView .icon.zhenyu {
  background-image: url(../../assets/images/zhenyu.png);
}
.weatherView .icon.baoxue {
  background-image: url(../../assets/images/baoxue.png);
}
.weatherView .icon.baoyu {
  background-image: url(../../assets/images/baoyu.png);
}
.weatherView .icon.bingbao {
  background-image: url(../../assets/images/bingbao.png);
}
.weatherView .icon.bingyu {
  background-image: url(../../assets/images/bingyu.png);
}
.weatherView .icon.dabaoyu {
  background-image: url(../../assets/images/dabaoyu.png);
}
.weatherView .icon.daxue {
  background-image: url(../../assets/images/daxue.png);
}
.weatherView .icon.fuchen {
  background-image: url(../../assets/images/fuchen.png);
}
.weatherView .icon.leizhenyu {
  background-image: url(../../assets/images/leizhenyu.png);
}
.weatherView .icon.leizhenyubanbingbao {
  background-image: url(../../assets/images/leizhenyubanbingbao.png);
}
.weatherView .icon.mai {
  background-image: url(../../assets/images/mai.png);
}
.weatherView .icon.qiangchenbao {
  background-image: url(../../assets/images/qiangchenbao.png);
}
.weatherView .icon.qingzhuanduoyun {
  background-image: url(../../assets/images/qingzhuanduoyun.png);
}
.weatherView .icon.shachenbao {
  background-image: url(../../assets/images/shachenbao.png);
}
.weatherView .icon.shandian {
  background-image: url(../../assets/images/shandian.png);
}
.weatherView .icon.tedabaoyu {
  background-image: url(../../assets/images/tedabaoyu.png);
}
.weatherView .icon.wu {
  background-image: url(../../assets/images/wu.png);
}
.weatherView .icon.xiaoxue {
  background-image: url(../../assets/images/xiaoxue.png);
}
.weatherView .icon.yangsha {
  background-image: url(../../assets/images/yangsha.png);
}
.weatherView .icon.yujiaxue {
  background-image: url(../../assets/images/yujiaxue.png);
}
.weatherView .icon.zhenxue {
  background-image: url(../../assets/images/zhenxue.png);
}
.weatherView .icon.zhongxue {
  background-image: url(../../assets/images/zhongxue.png);
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.portal-calendar {
  padding-top: 0.2rem;
  position: relative;
}
.portal-calendar .calendar-dateList {
  margin: 0 0.12rem;
}
.portal-calendar .calendar-dateList > li {
  list-style: none;
  display: inline-block;
  width: 10%;
  margin: 2%;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  position: relative;
}
.portal-calendar .calendar-dateList-day a {
  display: inline-block;
  font-weight: lighter;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  font-size: 0.16rem;
}
.portal-calendar .calendar-dateList-day.forbidden a {
  color: rgba(225, 225, 225, 0.2);
}
.portal-calendar .calendar-dateList-title {
  margin: 0% 2%;
}
.portal-calendar .calendar-dateList .clickDay a {
  background: #fff;
  color: #007330;
  border-radius: 100%;
}
.portal-calendar .calendar-dateList .currentDay a {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 100%;
}
.portal-calendar .calendar-dateList .clickDay.item-tag a:after {
  background: #ffffff;
}
.portal-calendar .calendar-header {
  overflow: hidden;
  position: absolute;
  top: -0.35rem;
  padding: 0 0.14rem;
  height: 0.27rem;
  line-height: 0.27rem;
}
.portal-calendar .dateTitle {
  margin-left: 0.04rem;
  height: 0.28rem;
  line-height: 0.28rem;
  list-style: none;
  display: inline-block;
  text-align: center;
  color: #ffffff;
}
.portal-calendar .dateTitle .icon-today {
  position: relative;
  display: inline-block;
  margin-right: 0.1rem;
  width: 0.27rem;
  height: 0.24rem;
  border: 1px solid #ffffff;
  border-radius: 2px;
  text-align: center;
  line-height: 0.22rem;
}
.portal-calendar .dateTitle .icon-today:hover {
  background: rgba(255, 255, 255, 0.3);
}
.portal-calendar .dateTitle .icon-today:before,
.portal-calendar .dateTitle .icon-today:after {
  display: inline-block;
  background: #ffffff;
  content: '';
  width: 1px;
  height: 0.08rem;
  position: absolute;
  left: 50%;
  margin-left: -0.07rem;
  top: -0.06rem;
}
.portal-calendar .dateTitle .icon-today:after {
  margin-left: 0.06rem;
}
.portal-calendar .dateTitle .icon-today.active {
  cursor: auto;
  background: #00A594;
}
.portal-calendar .dateTitle span {
  border-radius: 24px;
}
.portal-calendar .calendar-dateList-title {
  opacity: 0.65;
}
.portal-calendar .dateTitle-middle {
  width: 50%;
}
.portal-calendar .calendar-content-wrap {
  position: relative;
  margin: 0 0.2rem;
}
.portal-calendar .calendar-content-wrap .calendar-prev-icon,
.portal-calendar .calendar-content-wrap .calendar-next-icon {
  cursor: pointer;
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  top: 50%;
  margin-top: -0.1rem;
  text-align: center;
  font-size: 0.16rem;
  color: #ffffff;
}
.portal-calendar .calendar-content-wrap .calendar-prev-icon {
  opacity: 0.5;
  left: 0;
}
.portal-calendar .calendar-content-wrap .calendar-next-icon {
  right: 0;
  opacity: 0.5;
}
.portal-calendar .calendar-header-span {
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  font-size: 0.14rem;
  line-height: 0.2rem;
  width: 0.32rem;
  margin-left: 1em;
}
.portal-calendar .calendar-header-span:hover {
  background: rgba(255, 255, 255, 0.3);
}
.portal-calendar .calendar-header-span.active {
  cursor: auto;
  background: #00A594;
}
.portal-calendar .item-tag > a:after {
  content: '';
  width: 0.04rem;
  height: 0.04rem;
  background: #ffffff;
  opacity: 0.4;
  position: absolute;
  bottom: -0.03rem;
  left: 50%;
  -webkit-transform: translate3D(-50%, 70%, 0);
  -moz-transform: translate3D(-50%, 70%, 0);
  -ms-transform: translate3D(-50%, 70%, 0);
  -o-transform: translate3D(-50%, 70%, 0);
  transform: translate3D(-50%, 70%, 0);
  border-radius: 50%;
}
.portal-calendar .calendar-colnum {
  display: inline;
}
.portal-calendar .calendar-colnum span {
  cursor: pointer;
}
.portal-calendar .calendar-right {
  float: left;
}
.portal-calendar .right {
  float: right;
}
.portal-calendar .calendar-header-icon {
  margin: 0 0.15rem;
  cursor: pointer;
}
.portal-calendar .calendar-dateList .forbidden {
  color: #80B998;
}
.portal-calendar .item-tag > a:after {
  content: '';
  width: 0.04rem;
  height: 0.04rem;
  background: #ffffff;
  opacity: 0.4;
  position: absolute;
  bottom: 0.06rem;
  left: 50%;
  -webkit-transform: translate3D(-50%, 70%, 0);
  -moz-transform: translate3D(-50%, 70%, 0);
  -ms-transform: translate3D(-50%, 70%, 0);
  -o-transform: translate3D(-50%, 70%, 0);
  transform: translate3D(-50%, 70%, 0);
  border-radius: 50%;
}
/*************** 蓝色主题 start***************/
.theme-blue .portal-calendar .calendar-header-span.active {
  background: #1F5BCB;
}
.theme-blue .portal-calendar .dateTitle .icon-today.active {
  background: #1F5BCB;
}
.theme-blue .portal-calendar .calendar-dateList .clickDay a {
  color: #1F5BCB;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .portal-calendar .calendar-header-span.active {
  background: #FF4748;
}
.theme-red .portal-calendar .dateTitle .icon-today.active {
  background: #FF4748;
}
.theme-red .portal-calendar .calendar-dateList .clickDay a {
  color: #FF4748;
}
/*************** 红色主题 end***************/
.src-app-page-oaAffair-fileRetrieval--index-search_result-UVirK .ant-input-clear-icon {
  margin-right: 0.1rem;
  color: #ddd;
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-UVirK .src-app-page-oaAffair-fileRetrieval--index-search_box-12TZk {
  padding: 0.3rem 0.3rem 0.2rem;
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-UVirK .src-app-page-oaAffair-fileRetrieval--index-search_box-12TZk > * {
  vertical-align: middle;
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-UVirK .src-app-page-oaAffair-fileRetrieval--index-search_box-12TZk .src-app-page-oaAffair-fileRetrieval--index-title-1srw2 h3 {
  font-size: 0.24rem;
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-UVirK .src-app-page-oaAffair-fileRetrieval--index-search_box-12TZk .src-app-page-oaAffair-fileRetrieval--index-title-1srw2 p {
  font-size: 0.16rem;
  letter-spacing: 0.08rem;
  color: rgba(0, 0, 0, 0.45);
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-UVirK .src-app-page-oaAffair-fileRetrieval--index-search_box-12TZk .ant-radio-group {
  float: right;
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-UVirK .src-app-page-oaAffair-fileRetrieval--index-tabs-3UcaM {
  padding: 0 0.3rem;
  font-size: 0.16rem;
  margin-bottom: 0.16rem;
  background: #f7fbff;
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-UVirK .src-app-page-oaAffair-fileRetrieval--index-tabs-3UcaM li {
  display: inline-block;
  padding: 0.05rem 0.16rem;
  margin-right: 0.32rem;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-UVirK .src-app-page-oaAffair-fileRetrieval--index-tabs-3UcaM li.src-app-page-oaAffair-fileRetrieval--index-active-3dbN4 {
  color: #0078cc;
  border-bottom-color: #0078cc;
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-UVirK .src-app-page-oaAffair-fileRetrieval--index-tip-1z3Kq {
  padding: 0 0.3rem;
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.45);
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-UVirK .src-app-page-oaAffair-fileRetrieval--index-tip-1z3Kq span {
  color: rgba(0, 0, 0, 0.85);
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-UVirK .src-app-page-oaAffair-fileRetrieval--index-result_list-dqhpY {
  padding: 0.16rem 0.16rem 0 0.3rem;
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-UVirK .src-app-page-oaAffair-fileRetrieval--index-result_list-dqhpY li {
  margin-bottom: 0.2rem;
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-UVirK .src-app-page-oaAffair-fileRetrieval--index-result_list-dqhpY li .src-app-page-oaAffair-fileRetrieval--index-title-1srw2 {
  display: block;
  margin-bottom: 0.08rem;
  font-size: 0.15rem;
  color: #0078cc;
  text-decoration: underline;
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-UVirK .src-app-page-oaAffair-fileRetrieval--index-result_list-dqhpY .src-app-page-oaAffair-fileRetrieval--index-extra-5R2Nu {
  font-size: 0.14rem;
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-UVirK .src-app-page-oaAffair-fileRetrieval--index-result_list-dqhpY .src-app-page-oaAffair-fileRetrieval--index-extra-5R2Nu .src-app-page-oaAffair-fileRetrieval--index-file-DW4PU {
  margin-bottom: 0.08rem;
}
.src-app-card-leaderSchedule--index-viewMore-2OV-1 {
  position: absolute;
  width: 100%;
  line-height: 0.4rem;
  left: 0;
  top: 3.2rem;
  text-align: center;
}
.src-app-card-oaSupervise--index-fontTitle-3EkzE {
  font-size: 0.16rem;
}
.src-app-card-oaSupervise--index-headerColumns-1izKF {
  display: flex;
}
.src-app-card-oaSupervise--index-listColumns-2A2bJ {
  display: flex;
  cursor: pointer;
}
.src-app-card-oaSupervise--index-listColumns-2A2bJ:hover {
  background-color: var(--themeColorBg);
}
.src-app-card-oaSupervise--index-viewMore-J2Rap {
  text-align: center;
}
#oaSuperviseCard .ant-card-head-title {
  padding: 0;
}
#oaSuperviseCard .ant-tabs-tab {
  margin-right: 0;
  padding: 0.17rem 0.16rem;
}
#oaSuperviseCard li {
  padding: 0.08rem 0;
}
.src-app-card-oaWeekPlan--index-fullscreen-18AXX {
  top: 0.2rem;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0.2rem;
}
.src-app-card-oaWeekPlan--index-fullscreen-18AXX .src-app-card-oaWeekPlan--index-fullScreen-2HmpG {
  height: 0.3rem;
  line-height: 0.3rem;
  margin: 0.15rem 0.24rem 0 0;
  padding: 0px 0.08rem;
  background: #DEEDFB;
  border-radius: 5px;
  color: #0070c1;
  cursor: pointer;
  font-weight: normal;
}
.src-app-card-oaWeekPlan--index-fullscreen-18AXX .ant-tabs-tab {
  margin-right: 0;
  padding: 0.17rem 0.16rem;
}
.src-app-card-oaWeekPlan--index-fullscreen-18AXX .ant-list-split .ant-list-item {
  border-bottom: none;
}
.src-app-card-oaWeekPlan--index-fullscreen-18AXX .ant-card-head-title {
  padding: 0;
}
.src-app-card-oaWeekPlan--index-fullscreen-18AXX .src-app-card-oaWeekPlan--index-fontTitle-28NxB {
  font-size: 0.16rem;
}
.src-app-card-oaWeekPlan--index-fullscreen-18AXX .src-app-card-oaWeekPlan--index-modalTitle-3wgq7 {
  color: var(--themeColor);
  font-size: 0.18rem;
  font-weight: bold;
}
.src-app-card-oaWeekPlan--index-fullscreen-18AXX .ant-tabs .ant-tabs-bar {
  margin-bottom: 0;
}
.src-app-card-oaWeekPlan--index-fullscreen-18AXX .ant-modal {
  top: 0;
  padding-bottom: 0;
  height: 100%;
}
.src-app-card-oaWeekPlan--index-fullscreen-18AXX .ant-modal .ant-modal-content {
  border-radius: 0 !important;
  height: 100%;
}
.src-app-card-oaWeekPlan--index-fullscreen-18AXX .ant-modal .ant-modal-content .ant-modal-header {
  background: #fff;
  border-radius: 0 !important;
  padding: 0;
  border-bottom: none;
}
.src-app-card-oaWeekPlan--index-tableHeader-_RhYB {
  display: flex;
  justify-content: space-between;
}
.src-app-card-oaWeekPlan--index-tableHeader-_RhYB .src-app-card-oaWeekPlan--index-tableTime-Tq4cF {
  color: #1D2129;
  font-size: 0.16rem;
  font-weight: 500;
}
.src-app-card-oaWeekPlan--index-tableHeader-_RhYB .src-app-card-oaWeekPlan--index-tableTitle-9WNDR {
  color: #1D2129;
  font-size: 0.2rem;
  font-weight: 500;
}
.src-app-card-oaWeekPlan--index-planTab-1zhXF {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
}
.src-app-card-oaWeekPlan--index-planTab-1zhXF .src-app-card-oaWeekPlan--index-bz-3TajO {
  height: 0.4rem;
  width: 2rem;
}
.src-app-card-oaWeekPlan--index-planTab-1zhXF .src-app-card-oaWeekPlan--index-bz-3TajO i {
  content: '';
  display: inline-block;
  height: 0px;
  border: 1px solid #d9d9d9;
  width: 1rem;
  transform: rotate(18deg);
  -o-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -webkit-transform: rotate(18deg);
}
.src-app-card-oaWeekPlan--index-planTab-1zhXF th,
.src-app-card-oaWeekPlan--index-planTab-1zhXF tr,
.src-app-card-oaWeekPlan--index-planTab-1zhXF td {
  border: 1px solid #d9d9d9;
}
.src-app-card-oaWeekPlan--index-planTab-1zhXF tr {
  min-height: 1rem;
  text-align: center;
}
.src-app-card-oaWeekPlan--index-planTab-1zhXF th {
  text-align: center;
  min-width: 2rem;
}
.src-app-card-oaWeekPlan--index-planTab-1zhXF .src-app-card-oaWeekPlan--index-todayItem-3nJCv {
  color: #397ef0;
}
.src-app-card-oaWeekPlan--index-planTab-1zhXF td {
  padding: 0.05rem;
}
.src-app-card-oaWeekPlan--index-planTab-1zhXF td div[class='a'] {
  background-color: #f6f7fb;
}
.src-app-card-oaWeekPlan--index-planTab-1zhXF td div[class='b'] {
  background-color: #e6f4ff;
}
.src-app-card-oaWeekPlan--index-planTab-1zhXF td div[class='c'] {
  background-color: #fffbe6;
}
.src-app-card-oaWeekPlan--index-planTab-1zhXF td div[class='d'] {
  background-color: #e5fff3;
}
.src-app-card-oaWeekPlan--index-planTab-1zhXF td div {
  width: 2rem;
  margin: 0.1rem auto;
  padding: 0.1rem;
  text-align: left;
  border-radius: 10px;
  vertical-align: top;
}
.src-app-card-oaWeekPlan--index-planTab-1zhXF td div p {
  color: #000;
}
.src-app-card-oaWeekPlan--index-planTab-1zhXF td div p[class='flexTag'] {
  display: flex;
  align-items: start;
}
.src-app-card-oaWeekPlan--index-planTab-1zhXF td div p[class='overflow'] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.src-app-card-oaWeekPlan--index-planTab-1zhXF span {
  display: inline-block;
  white-space: nowrap;
}
.src-app-card-oaWeekPlan--index-planTab-1zhXF span[class='title_i'] {
  white-space: normal;
  font-size: 0.16rem;
  font-weight: 500;
  width: 100%;
}
.src-app-card-oaWeekPlan--index-planTab-1zhXF span[class='title_today'] {
  white-space: normal;
  font-size: 0.16rem;
  font-weight: 500;
  width: 100%;
  color: #397ef0;
}
.src-app-card-oaWeekPlan--index-planTab-1zhXF span[class='text'] {
  width: 75%;
  white-space: normal;
}
.src-app-card-oaWeekPlan--index-planTab2-2S4aB {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
}
.src-app-card-oaWeekPlan--index-planTab2-2S4aB .src-app-card-oaWeekPlan--index-bz-3TajO {
  height: 0.4rem;
  width: 2rem;
}
.src-app-card-oaWeekPlan--index-planTab2-2S4aB .src-app-card-oaWeekPlan--index-bz-3TajO i {
  content: '';
  display: inline-block;
  height: 0px;
  border: 1px solid #d9d9d9;
  width: 1rem;
  transform: rotate(18deg);
  -o-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -webkit-transform: rotate(18deg);
}
.src-app-card-oaWeekPlan--index-planTab2-2S4aB th,
.src-app-card-oaWeekPlan--index-planTab2-2S4aB tr,
.src-app-card-oaWeekPlan--index-planTab2-2S4aB td {
  border: 1px solid #d9d9d9;
}
.src-app-card-oaWeekPlan--index-planTab2-2S4aB tr {
  min-height: 1rem;
  text-align: center;
}
.src-app-card-oaWeekPlan--index-planTab2-2S4aB th {
  text-align: center;
  min-width: 2rem;
}
.src-app-card-oaWeekPlan--index-planTab2-2S4aB .src-app-card-oaWeekPlan--index-todayItem-3nJCv {
  color: #397ef0;
}
.src-app-card-oaWeekPlan--index-planTab2-2S4aB td {
  padding: 0.05rem;
}
.src-app-card-oaWeekPlan--index-planTab2-2S4aB td div[class='a'] {
  background-color: #f6f7fb;
}
.src-app-card-oaWeekPlan--index-planTab2-2S4aB td div[class='b'] {
  background-color: #e6f4ff;
}
.src-app-card-oaWeekPlan--index-planTab2-2S4aB td div[class='c'] {
  background-color: #fffbe6;
}
.src-app-card-oaWeekPlan--index-planTab2-2S4aB td div[class='d'] {
  background-color: #e5fff3;
}
.src-app-card-oaWeekPlan--index-planTab2-2S4aB td div {
  display: inline-block;
  width: 2rem;
  margin: 0.1rem 0.1rem;
  padding: 0.1rem;
  text-align: left;
  border-radius: 10px;
  vertical-align: top;
}
.src-app-card-oaWeekPlan--index-planTab2-2S4aB td div p {
  color: #000;
}
.src-app-card-oaWeekPlan--index-planTab2-2S4aB td div p[class='flexTag'] {
  display: flex;
  align-items: start;
}
.src-app-card-oaWeekPlan--index-planTab2-2S4aB td div p[class='overflow'] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.src-app-card-oaWeekPlan--index-planTab2-2S4aB .src-app-card-oaWeekPlan--index-tdItem-2ctai {
  max-width: 6rem;
}
.src-app-card-oaWeekPlan--index-planTab2-2S4aB span {
  display: inline-block;
  white-space: nowrap;
}
.src-app-card-oaWeekPlan--index-planTab2-2S4aB span[class='title_i'] {
  white-space: normal;
  font-size: 0.16rem;
  font-weight: 500;
  width: 100%;
}
.src-app-card-oaWeekPlan--index-planTab2-2S4aB span[class='title_today'] {
  white-space: normal;
  font-size: 0.16rem;
  font-weight: 500;
  width: 100%;
  color: #397ef0;
}
.src-app-card-oaWeekPlan--index-planTab2-2S4aB span[class='text'] {
  width: 75%;
  white-space: normal;
}
.src-app-card-oaWeekPlan--index-fileCard-1GQvk {
  display: flex;
  font-size: 0.16rem;
}
.src-app-card-oaWeekPlan--index-fileCard-1GQvk .src-app-card-oaWeekPlan--index-fileItem-126_y {
  margin-bottom: 0.1rem;
}
.src-app-card-oaWeekPlan--index-fileCard-1GQvk a {
  margin: 0 0.2rem;
}
.src-app-card-oaWeekPlan--index-meetingTable-2AAv0 {
  margin-top: 0.1rem;
  height: calc(100vh - 1.88rem);
  overflow-y: auto;
}
.src-app-card-oaWeekPlan--index-meetingTable-2AAv0 table {
  width: 100%;
  border-color: #d4d4d4;
}
.src-app-card-oaWeekPlan--index-meetingTable-2AAv0 thead th {
  text-align: center;
  background-color: #2a82e9;
  color: #fff;
}
.src-app-card-oaWeekPlan--index-meetingTable-2AAv0 thead th:nth-child(-n+3) {
  width: 1rem;
}
.src-app-card-oaWeekPlan--index-meetingTable-2AAv0 td,
.src-app-card-oaWeekPlan--index-meetingTable-2AAv0 th {
  padding: 0.04rem;
}
.src-app-card-oaWeekPlan--index-meetingTable-2AAv0 tbody tr {
  background-color: #d4e7ff;
}
.src-app-card-oaWeekPlan--index-meetingTable-2AAv0 tbody tr.src-app-card-oaWeekPlan--index-odd-9KfVA {
  background-color: #ecf5ff;
}
.src-app-card-oaWeekPlan--index-meetingTable-2AAv0 tbody tr td {
  color: #333;
}
.src-app-card-quickEntry--index-entryItemRow1-2f5GV {
  margin: 0 0.21rem;
  padding: 0.05rem 0;
  width: 0.85rem;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  padding-top: 0.05rem !important;
}
.src-app-card-quickEntry--index-entryItemRow1-2f5GV .src-app-card-quickEntry--index-title-3zy56 {
  margin-top: 0.05rem;
}
.src-app-card-quickEntry--index-entryItemRow1-2f5GV:hover {
  transition: all 0.6s;
}
.src-app-card-quickEntry--index-entryItemRow1-2f5GV:hover .src-app-card-quickEntry--index-title-3zy56 {
  color: var(--themeColor);
}
.src-app-card-quickEntry--index-entryItemRow2-2taDc {
  width: 75%;
  height: 1.2rem;
  margin: 0.1rem 0.3rem;
  padding-top: 0.1rem !important;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
}
.src-app-card-quickEntry--index-entryItemRow2-2taDc .src-app-card-quickEntry--index-title-3zy56 {
  margin-top: 0.05rem;
}
.src-app-card-quickEntry--index-entryItemRow2-2taDc:hover {
  box-shadow: 0px 0px 0.1rem 0px var(--themeColorBg);
  transition: all 0.6s;
}
.src-app-card-quickEntry--index-entryItemRow2-2taDc:hover .src-app-card-quickEntry--index-title-3zy56 {
  color: var(--themeColor);
}
.src-app-card-quickEntry--index-isCheck-1Sg0t {
  background-color: var(--themeColorBg);
  border-radius: 12px;
}
.src-app-card-quickEntry--index-isCheck-1Sg0t img {
  opacity: 0.1;
}
.src-app-card-quickEntry--index-quickEntry-egQBj .ant-card-body {
  padding: 0.05rem 0.24rem;
}
.src-assets-style-card-weekPlan--index-weekPlan-2jKfk {
  margin-top: 0.16rem;
}
.src-assets-style-card-weekPlan--index-weekPlan-2jKfk .src-assets-style-card-weekPlan--index-dateList-bB4fA {
  display: flex;
  text-align: center;
}
.src-assets-style-card-weekPlan--index-weekPlan-2jKfk .src-assets-style-card-weekPlan--index-dateList-bB4fA .src-assets-style-card-weekPlan--index-dateItem-k81fw {
  flex: auto;
  margin-top: 0.1rem;
}
.src-assets-style-card-weekPlan--index-weekPlan-2jKfk .src-assets-style-card-weekPlan--index-dateList-bB4fA .src-assets-style-card-weekPlan--index-dateItem-k81fw .src-assets-style-card-weekPlan--index-dateNum-3bJgc {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  margin-top: 0.08rem;
  line-height: 0.3rem;
  border-radius: 50%;
  cursor: pointer;
  color: #0070c1;
}
.src-assets-style-card-weekPlan--index-weekPlan-2jKfk .src-assets-style-card-weekPlan--index-dateList-bB4fA .src-assets-style-card-weekPlan--index-dateItem-k81fw .src-assets-style-card-weekPlan--index-dateNum-3bJgc.src-assets-style-card-weekPlan--index-active-VE4Xw {
  color: #fff;
  background-color: #0070c1;
}
.src-assets-style-card-weekPlan--index-weekPlan-2jKfk .src-assets-style-card-weekPlan--index-weekContent-k8_Rw {
  margin-top: 0.1rem;
  height: 1.65rem  !important;
}
.src-assets-style-card-weekPlan--index-weekPlan-2jKfk .src-assets-style-card-weekPlan--index-weekContent-k8_Rw .src-assets-style-card-weekPlan--index-weekContentItem-2SFQj {
  background: #438eb90d;
  padding: 0.12rem 0.16rem;
  color: #262626;
  cursor: pointer;
}
.src-assets-style-card-weekPlan--index-weekPlan-2jKfk .src-assets-style-card-weekPlan--index-weekContent-k8_Rw .src-assets-style-card-weekPlan--index-weekContentItem-2SFQj:not(:last-child) {
  margin-bottom: 0.1rem;
}
.src-assets-style-card-weekPlan--index-fullScreen-3lG5y {
  height: 0.3rem;
  line-height: 0.3rem;
  margin: 0.15rem 0.24rem 0 0;
  padding: 0px 0.08rem;
  background: #DEEDFB;
  border-radius: 5px;
  color: #0070c1;
  cursor: pointer;
  font-weight: normal;
}
#oaWeekCard .ant-tabs-tab {
  margin-right: 0;
  padding: 0.17rem 0.16rem;
}
#oaWeekCard .ant-list-split .ant-list-item {
  border-bottom: none;
}
#oaWeekCard .ant-card-head-title {
  padding: 0;
}
#oaWeekCard .src-assets-style-card-weekPlan--index-fontTitle-TN31w {
  font-size: 0.16rem;
}
