/*********************蓝色主题 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;
} */
.-o-scrollbar {
  -moz-appearance: none !important;
}
.scroll_content {
  -ms-overflow-style: none;
}
.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);
}
@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-2saFZ {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-oaMessage--index-menuText-2mPEw {
  width: 0.75rem;
  display: inline-block;
}
.src-assets-style-oaMessage--index-dropdownBoxDisplayNone-1fu1g {
  display: none;
}
.src-assets-style-oaMessage--index-selectColor-3pp53 {
  color: var(--themeColor);
}
.src-assets-style-oaMessage--index-toolTip-1EFDH .ant-tooltip-content .ant-tooltip-inner {
  width: 7.6rem !important;
}
.src-assets-style-oaMessage--index-toolTip2-H4hbz .ant-tooltip-content .ant-tooltip-inner {
  width: 5.1rem !important;
}
.src-assets-style-oaMessage--index-main-content-16Qi9 {
  min-height: 14.8rem !important;
}
.src-assets-style-oaMessage--index-bodyFixed-JBHDX {
  position: fixed;
  width: 100%;
}
.src-assets-style-oaMessage--index-overflow-16arp {
  overflow: hidden;
}
.src-assets-style-oaMessage--index-fontGray-lSLNS {
  color: #adadad;
}
.src-assets-style-oaMessage--index-fontLightBlack-ZBmAX {
  color: #808080;
}
.src-assets-style-oaMessage--index-fontLine-2y0Sz {
  color: #adadad;
  margin-left: 0.06rem;
}
.src-assets-style-oaMessage--index-mgt12-3ISXB {
  margin-top: 0.12rem;
}
.src-assets-style-oaMessage--index-textCenter-3D41l {
  text-align: center;
  color: #808080;
  cursor: pointer;
}
.src-assets-style-oaMessage--index-pdr5-2AIlF {
  padding-right: 0.05rem;
}
.src-assets-style-oaMessage--index-fontSc-2eVKQ {
  padding-right: 0.05rem;
  text-align: center;
  font-size: 0.28rem;
  color: #595959;
}
.src-assets-style-oaMessage--index-lineHeight-1JUpK {
  line-height: 0.4rem;
  /*margin-left: -450px;*/
  width: 4rem;
}
/* 服务入口页面布局样式 */
.src-assets-style-oaMessage--index-flex-2Zi7f {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-contentMain-2l574 img {
  max-width: 100%;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-contentMain-2l574 .ant-card-bordered {
  width: calc(100% - 2.28rem);
  display: inline-block;
  max-width: 100%;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-contentMain-2l574 .ant-card-bordered .ant-card-body p {
  padding: 0px 0.32rem;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-contentMain-2l574 .ant-card-bordered .ant-card-body img {
  max-width: 100%;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-limitLength-1ZsSr,
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-limitSplit-1N8eH {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-limitLength-1ZsSr {
  width: 0.95rem;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-limitSplit-1N8eH {
  width: 0.2rem;
  text-align: center;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq {
  width: 3.87rem;
  overflow: hidden;
  float: right;
  margin-top: 0.25rem;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightTop-2WluL:hover {
  cursor: pointer;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightTop-2WluL:hover .src-assets-style-oaMessage--index-rightAffairsBox-3JqOL .anticon {
  display: inline-block;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightTop-2WluL {
  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-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightTop-2WluL .src-assets-style-oaMessage--index-rightAffairsBox-3JqOL .anticon {
  display: none;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightTop-2WluL .src-assets-style-oaMessage--index-iconLeft-3CGIG {
  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-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightTop-2WluL .src-assets-style-oaMessage--index-iconLeft-3CGIG:hover {
  color: #AAAAAA;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightTop-2WluL .src-assets-style-oaMessage--index-iconRight-3UXIj {
  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-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightTop-2WluL .src-assets-style-oaMessage--index-iconRight-3UXIj:hover {
  color: #AAAAAA;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightTop-2WluL .ant-card {
  position: static;
  color: #666666;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightTop-2WluL .src-assets-style-oaMessage--index-affairTitle-1iWPa .ant-card-body {
  padding: 0px;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightTop-2WluL .src-assets-style-oaMessage--index-affairTitle-1iWPa .ant-card-head {
  border-bottom: none;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightTop-2WluL .src-assets-style-oaMessage--index-affairTitle-1iWPa .ant-list-grid .ant-list-item {
  margin-bottom: 0;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightTop-2WluL .src-assets-style-oaMessage--index-affairTitle-1iWPa .ant-carousel .slick-dots {
  bottom: 0.35rem;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightTop-2WluL .src-assets-style-oaMessage--index-affairTitle-1iWPa .ant-carousel .slick-slider {
  position: static;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightTop-2WluL .src-assets-style-oaMessage--index-affairTitle-1iWPa .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-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightTop-2WluL .src-assets-style-oaMessage--index-affairTitle-1iWPa .ant-carousel .slick-dots li button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #b8c4cc;*/
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightTop-2WluL .src-assets-style-oaMessage--index-affairTitle-1iWPa .src-assets-style-oaMessage--index-noDataIcon-3tlC8 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightTop-2WluL .src-assets-style-oaMessage--index-affairTitle-1iWPa .src-assets-style-oaMessage--index-fontBlack-3NJyT {
  font-size: 0.18rem;
  font-weight: bold;
  color: #474747;
  line-height: 0.21rem;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightTop-2WluL .src-assets-style-oaMessage--index-affairTitle-1iWPa .src-assets-style-oaMessage--index-serviceCollectDivRelative-2S_b0 {
  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-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightTop-2WluL .src-assets-style-oaMessage--index-affairTitle-1iWPa .src-assets-style-oaMessage--index-serviceCollectDivRelative-2S_b0 .src-assets-style-oaMessage--index-radiusDiv-xe_F5 {
  /*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-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightTop-2WluL .src-assets-style-oaMessage--index-affairTitle-1iWPa .src-assets-style-oaMessage--index-serviceCollectDivRelative-2S_b0 .src-assets-style-oaMessage--index-radiusDiv-xe_F5 .src-assets-style-oaMessage--index-imageRadius-1r5w9 {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightTop-2WluL .src-assets-style-oaMessage--index-affairTitle-1iWPa .src-assets-style-oaMessage--index-serviceCollectDivRelative-2S_b0 .ant-card-body {
  padding: 0.11rem 0.07rem 0.18rem 0.09rem;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightTop-2WluL .src-assets-style-oaMessage--index-affairTitle-1iWPa .src-assets-style-oaMessage--index-serviceCollectDivRelative-2S_b0 .ant-card-bordered {
  border: none;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightTop-2WluL .src-assets-style-oaMessage--index-affairTitle-1iWPa .src-assets-style-oaMessage--index-serviceCollectDivRelative-2S_b0 .src-assets-style-oaMessage--index-textCenter-3D41l {
  text-align: center;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-right-Qcblq .src-assets-style-oaMessage--index-rightBottom-3ruZV {
  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-37zvi {
  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-YVDZt {
  background: #fff;
}
.src-assets-style-oaMessage--index-optBackground-YVDZt a {
  color: #000;
}
.src-assets-style-oaMessage--index-optBackground-YVDZt a:hover {
  color: #fff;
}
.src-assets-style-oaMessage--index-optName-1Ewy1 {
  width: 100%;
  height: 100%;
}
.src-assets-style-oaMessage--index-optImg-15vfQ {
  margin-right: 0.1rem;
  width: 0.22rem;
  height: 0.22rem;
}
.src-assets-style-oaMessage--index-dropdownBox-BWD-h .ant-select-dropdown-menu-item:hover {
  background: #e6f7ff;
}
.src-assets-style-oaMessage--index-dropdownBox-BWD-h .ant-select-dropdown-menu-item:hover a {
  color: #397EF0;
}
.src-assets-style-oaMessage--index-dropdownBox-BWD-h .ant-select-dropdown-menu {
  overflow: hidden;
  max-height: none;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .ant-select .ant-select-selection {
  border: 1px solid rgba(0, 0, 0, 0);
}
.src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-screenBtn-1K3ys {
  cursor: pointer;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-screenBtn-1K3ys .ant-btn {
  border: none;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-searchBox-BKSzq {
  width: 5.5rem;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-searchBox-BKSzq input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-sceneNav-2WqW8 {
  display: inline-block;
  position: absolute;
  margin-left: 0.55rem;
  height: 0.24rem;
  margin-top: 0.06rem;
  cursor: pointer;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-sceneNav-2WqW8 span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: top;
  margin-top: 1px;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-sceneNav-2WqW8 .src-assets-style-oaMessage--index-sceneIcon-1DI24 {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-searchList-12Dk0 {
  line-height: 2;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-searchList-12Dk0 .ant-tag-checkable-checked {
  border-radius: 12px;
  color: var(--themeColor);
  background: var(--themeColorBg);
  border-color: var(--themeColor1);
}
.src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-searchList-12Dk0 .ant-tag {
  cursor: pointer;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-searchList-12Dk0 .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-searchList-12Dk0 .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: var(--themeColor);
}
.src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-searchList-12Dk0 .src-assets-style-oaMessage--index-item-2whUz {
  width: calc(100% - 0.42rem);
  display: inline-block;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-searchList-12Dk0 .src-assets-style-oaMessage--index-all-3xD1r {
  display: inline-block;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-searchList-12Dk0 .src-assets-style-oaMessage--index-all-3xD1r .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-searchList-12Dk0 .src-assets-style-oaMessage--index-searchTitle-3A3xE {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-searchList-12Dk0 span {
  color: #808080;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-searchList-12Dk0 .src-assets-style-oaMessage--index-hideItem-1ikz- {
  display: inline-block;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-searchList-12Dk0 .src-assets-style-oaMessage--index-rightBtn-2bjEx {
  float: right;
  cursor: pointer;
  margin-top: 0.09rem;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-searchList-12Dk0 .ant-btn {
  border: none;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .theme-blue .ant-btn:hover,
.src-assets-style-oaMessage--index-searchContent-2nouh .theme-blue .ant-btn:focus {
  color: #808080;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .ant-input-prefix {
  color: #cdcdcd;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaMessage--index-searchContent-2nouh .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaMessage--index-cardFrame-18lxi .src-assets-style-oaMessage--index-cardItem-2YqCf: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-18lxi .src-assets-style-oaMessage--index-cardItem-2YqCf:hover button {
  display: block;
  position: absolute;
  right: 0.16rem;
  top: 0.17rem;
  z-index: 2;
  /* opacity: 0.65;*/
}
.src-assets-style-oaMessage--index-cardFrame-18lxi .src-assets-style-oaMessage--index-cardItem-2YqCf:hover button:hover {
  opacity: 1;
}
.src-assets-style-oaMessage--index-cardFrame-18lxi button {
  display: none;
}
.src-assets-style-oaMessage--index-cardFrame-18lxi .src-assets-style-oaMessage--index-saveIco-CFjnj {
  width: 0.48rem;
  height: 0.48rem;
}
.src-assets-style-oaMessage--index-cardFrame-18lxi .src-assets-style-oaMessage--index-iconTj-2j0cm {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: 1px;
  left: 0.06rem;
}
.src-assets-style-oaMessage--index-cardFrame-18lxi .src-assets-style-oaMessage--index-tag-38Yl_ {
  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-18lxi .src-assets-style-oaMessage--index-tag-38Yl_ .src-assets-style-oaMessage--index-fontBlack-3NJyT {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaMessage--index-cardFrame-18lxi .src-assets-style-oaMessage--index-comment-20Nm7 {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaMessage--index-cardFrame-18lxi .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaMessage--index-cardFrame-18lxi .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0px;
}
.src-assets-style-oaMessage--index-cardFrame-18lxi .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaMessage--index-cardFrame-18lxi .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaMessage--index-cardFrame-18lxi .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaMessage--index-cardFrame-18lxi .ant-list-item-meta-description {
  line-height: 0.25rem;
}
.src-assets-style-oaMessage--index-cardFrame-18lxi .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaMessage--index-cardFrame-18lxi a {
  color: #474747;
}
.src-assets-style-oaMessage--index-cardFrame-18lxi a:hover {
  /*color: #1890ff;*/
  text-decoration: underline;
}
.src-assets-style-oaMessage--index-jian-2GNFg {
  display: inline-flex;
  height: 0.31rem;
}
.src-assets-style-oaMessage--index-flex-2Zi7f {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-applyContentTop-2Qd0K {
  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-2Zi7f .src-assets-style-oaMessage--index-applyContentTop-2Qd0K .ant-list-item-main {
  display: inline-block;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-applyContentTop-2Qd0K .ant-list-item-extra {
  float: right;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-applyContentTop-2Qd0K .src-assets-style-oaMessage--index-comment-20Nm7 {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-applyContentTop-2Qd0K .src-assets-style-oaMessage--index-saveIco-CFjnj {
  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-2Zi7f .src-assets-style-oaMessage--index-applyContentTop-2Qd0K .src-assets-style-oaMessage--index-iconTj-2j0cm {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: -0.02rem;
  left: 0.06rem;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-applyContentTop-2Qd0K .src-assets-style-oaMessage--index-tag-38Yl_ {
  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-2Zi7f .src-assets-style-oaMessage--index-applyContentTop-2Qd0K .src-assets-style-oaMessage--index-tag-38Yl_ .src-assets-style-oaMessage--index-fontBlack-3NJyT {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-applyContentTop-2Qd0K .src-assets-style-oaMessage--index-grade-jdXVN {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  color: #808080;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-applyContentTop-2Qd0K .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-applyContentTop-2Qd0K .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0.03rem;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-applyContentTop-2Qd0K .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-applyContentTop-2Qd0K .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-applyContentTop-2Qd0K .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-applyContentTop-2Qd0K .ant-list-item-meta-description {
  line-height: 2;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-applyContentTop-2Qd0K .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-applyContentTop-2Qd0K .ant-card-bordered {
  border: none;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-applyContentTop-2Qd0K .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-applyContentTop-2Qd0K .ant-col-12 {
  width: 100%;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-applyContentTop-2Qd0K .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-2Zi7f .src-assets-style-oaMessage--index-applyContentTop-2Qd0K .ant-card-wider-padding .ant-card-body {
  padding: 0.24rem 0px 0.15rem 0.24rem;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-applyContentTopTitle-3-D8E a {
  color: #474747;
  font-weight: bold;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-contenBottom-N2alA {
  display: table;
  margin-top: 0.28rem;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-contenBottom-N2alA .src-assets-style-oaMessage--index-userGuide-1_N5M {
  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-2Zi7f .src-assets-style-oaMessage--index-contenBottom-N2alA .src-assets-style-oaMessage--index-userGuide-1_N5M .src-assets-style-oaMessage--index-rightAnchor-3gZXB {
  position: absolute;
  right: 0.35rem;
  top: 0.3rem;
  z-index: 999;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-contenBottom-N2alA .src-assets-style-oaMessage--index-userGuide-1_N5M .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-contenBottom-N2alA .src-assets-style-oaMessage--index-userGuide-1_N5M .ant-card-bordered {
  border: none;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-contenBottom-N2alA .src-assets-style-oaMessage--index-userGuide-1_N5M .ant-card-head {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-contenBottom-N2alA .src-assets-style-oaMessage--index-userGuide-1_N5M .ant-card-head-title {
  font-weight: bold;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-contenBottom-N2alA .src-assets-style-oaMessage--index-userGuide-1_N5M .ant-list-split .ant-list-item {
  border-bottom: none;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-contenBottom-N2alA .src-assets-style-oaMessage--index-userGuide-1_N5M .ant-list-split .ant-list-header {
  border-bottom: none;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-contenBottom-N2alA .src-assets-style-oaMessage--index-userGuide-1_N5M .ant-list-item {
  padding: 0;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-contenBottom-N2alA .src-assets-style-oaMessage--index-userGuide-1_N5M .ant-list-header,
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-contenBottom-N2alA .src-assets-style-oaMessage--index-userGuide-1_N5M .ant-list-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-contenBottom-N2alA .src-assets-style-oaMessage--index-userGuide-1_N5M .ant-anchor-ink-ball {
  width: 0.14rem;
  height: 0.14rem;
  border: 4px solid #1890ff;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-contenBottom-N2alA .src-assets-style-oaMessage--index-userGuide-1_N5M .ant-anchor-wrapper {
  padding-left: 0.1rem;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-userEvaluation-14Smx {
  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-2Zi7f .src-assets-style-oaMessage--index-userEvaluation-14Smx .src-assets-style-oaMessage--index-title-2ZzME {
  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-2Zi7f .src-assets-style-oaMessage--index-userEvaluation-14Smx .src-assets-style-oaMessage--index-evaluationDetails-GHG1h {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-userEvaluation-14Smx .src-assets-style-oaMessage--index-evaluationDetails-GHG1h .src-assets-style-oaMessage--index-describe-2RaF3 {
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-userEvaluation-14Smx .src-assets-style-oaMessage--index-evaluationDetails-GHG1h .src-assets-style-oaMessage--index-userName-2_cyJ {
  float: left;
  color: #010101;
}
.src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-userEvaluation-14Smx .src-assets-style-oaMessage--index-evaluationDetails-GHG1h .src-assets-style-oaMessage--index-time-2W0zO {
  float: right;
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaMessage--index-nullData-3mlFx {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-oaMessage--index-nullData-3mlFx .src-assets-style-oaMessage--index-message-123kP {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-oaMessage--index-limitedTime-2_wsz {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.45rem;
  width: 0.5rem;
}
.src-assets-style-oaMessage--index-limitedTime-2_wsz .src-assets-style-oaMessage--index-backBorder-3SXkg {
  border-top: solid 40px #ff9900;
  border-right: solid 50px rgba(0, 0, 0, 0);
}
.src-assets-style-oaMessage--index-limitedTime-2_wsz .src-assets-style-oaMessage--index-inner-3sXaM {
  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-U6FfB {
  position: absolute;
  top: 0px;
  left: -0.07rem;
  width: 0.5rem;
  height: 0.45rem;
}
.src-assets-style-oaMessage--index-limitedTimeLeft-U6FfB .src-assets-style-oaMessage--index-backBorder-3SXkg {
  border-top: solid 50px #ff9900;
  border-right: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-oaMessage--index-limitedTimeLeft-U6FfB .src-assets-style-oaMessage--index-inner-3sXaM {
  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-1EIoS {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaMessage--index-pagingMargin1-1NYm6 {
  margin-left: 0.2rem;
}
.src-assets-style-oaMessage--index-pagingMargin2-3Clc7 {
  margin-left: 0.5rem;
}
.src-assets-style-oaMessage--index-pagingLeft-3OFPV {
  display: inline-block;
  width: 60%;
}
.src-assets-style-oaMessage--index-pagingRight-2Fwrw {
  display: inline-block;
  text-align: right;
  padding-right: 0.1rem;
  width: 40%;
}
.src-assets-style-oaMessage--index-pageingButton-qzx_O {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-oaMessage--index-pageingNotAllowed-Ey8dY {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-oaMessage--index-itemButton-38tYO {
  margin-right: 0.1rem;
}
.src-assets-style-oaMessage--index-itemButton-38tYO .src-assets-style-oaMessage--index-img-3N7Bx {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-oaMessage--index-itemButton-38tYO i {
  margin-right: 0.05rem;
}
.src-assets-style-oaMessage--index-breadcrumb-3dFMc {
  width: 3.5rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-oaMessage--index-breadcrumbItem-ZS7oU {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-oaMessage--index-card-h-rxx {
  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-h-rxx .ant-tabs {
  overflow: visible;
}
.src-assets-style-oaMessage--index-fixBotBarWrap-Lm_CL {
  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-Lm_CL .ant-btn {
  margin-top: 0.1rem;
}
.src-assets-style-oaMessage--index-affairsCard_linkTitle-3Puz5 {
  float: left;
  margin-right: 0.04rem;
}
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaMessage--index-cardFrame-18lxi .src-assets-style-oaMessage--index-cardItem-2YqCf:hover button {
  background-color: #70b470;
  border-color: #70b470;
}
.theme-green .src-assets-style-oaMessage--index-cardFrame-18lxi .src-assets-style-oaMessage--index-cardItem-2YqCf:hover button:hover {
  background-color: #00a854;
  border-color: #00a854;
}
/**************************** 绿色主题开始 ***************************/
/**************************** 红色主题开始 ***************************/
.theme-red .src-assets-style-oaMessage--index-selectColor-3pp53 {
  color: #F63E62;
}
.theme-red .src-assets-style-oaMessage--index-footerStyle-1EIoS {
  background-color: #fffafb;
}
.theme-red .src-assets-style-oaMessage--index-pageingButton-qzx_O {
  color: #F63E62;
}
.theme-red .src-assets-style-oaMessage--index-cardFrame-18lxi .src-assets-style-oaMessage--index-cardItem-2YqCf:hover button {
  background-color: #F63E62;
  border-color: #F63E62;
}
.theme-red .src-assets-style-oaMessage--index-cardFrame-18lxi .src-assets-style-oaMessage--index-cardItem-2YqCf:hover button:hover {
  background-color: #9A001E;
  border-color: #9A001E;
}
.theme-red .src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-searchList-12Dk0 .ant-tag-checkable-checked {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-searchList-12Dk0 .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaMessage--index-pagination-2yuqE {
  box-shadow: 0px 0px 0.1rem 0px rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaMessage--index-pagination-2yuqE .src-assets-style-oaMessage--index-affairTotal-2SSzx .src-assets-style-oaMessage--index-fontBlue-3h0k5 {
  color: #F63E62;
}
.theme-red .src-assets-style-oaMessage--index-activeLetter-23ifz {
  background: #F63E62;
}
.theme-red .src-assets-style-oaMessage--index-letter-3afYi:hover {
  background: #F63E62;
}
.theme-red .src-assets-style-oaMessage--index-radiusDiv-xe_F5 {
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaMessage--index-radiusDiv-xe_F5:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-oaMessage--index-affairTitle-1iWPa .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
.theme-red .src-assets-style-oaMessage--index-affairTitle-1iWPa .ant-carousel .slick-dots li button {
  background: rgba(255, 0, 0, 0.5);
}
.theme-red .src-assets-style-oaMessage--index-cardFrame-18lxi a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaMessage--index-dropdownBox-BWD-h .ant-select-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-oaMessage--index-dropdownBox-BWD-h .ant-select-dropdown-menu-item:hover a {
  color: #F63E62;
}
.theme-red .src-assets-style-oaMessage--index-sceneNav-2WqW8 span {
  color: #9A001E;
}
.theme-red .src-assets-style-oaMessage--index-sceneNav-2WqW8 .src-assets-style-oaMessage--index-sceneIcon-1DI24 {
  background: url(../../assets/images/mapIcon_red.png) no-repeat center;
  background-size: cover;
}
.theme-red .src-assets-style-oaMessage--index-receiptDiv-1S9iV {
  background: #9A001E;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-assets-style-oaMessage--index-selectColor-3pp53 {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaMessage--index-footerStyle-1EIoS {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-oaMessage--index-pageingButton-qzx_O {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaMessage--index-cardFrame-18lxi .src-assets-style-oaMessage--index-cardItem-2YqCf:hover button {
  background-color: #71b8ef;
  border-color: #71b8ef;
}
.theme-blue .src-assets-style-oaMessage--index-cardFrame-18lxi .src-assets-style-oaMessage--index-cardItem-2YqCf:hover button:hover {
  background-color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-searchList-12Dk0 .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #a2ceff;
}
.theme-blue .src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-searchList-12Dk0 .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaMessage--index-pagination-2yuqE {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaMessage--index-pagination-2yuqE .src-assets-style-oaMessage--index-affairTotal-2SSzx .src-assets-style-oaMessage--index-fontBlue-3h0k5 {
  color: #1890ff;
}
.theme-blue .src-assets-style-oaMessage--index-activeLetter-23ifz {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaMessage--index-letter-3afYi:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaMessage--index-radiusDiv-xe_F5 {
  border: 1px solid rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaMessage--index-radiusDiv-xe_F5:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-oaMessage--index-affairTitle-1iWPa .ant-carousel .slick-dots li.slick-active button {
  background: #1890ff;
}
.theme-blue .src-assets-style-oaMessage--index-affairTitle-1iWPa .ant-carousel .slick-dots li button {
  background: rgba(35, 145, 230, 0.7);
}
.theme-blue .src-assets-style-oaMessage--index-cardFrame-18lxi a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaMessage--index-sceneNav-2WqW8 span {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaMessage--index-sceneNav-2WqW8 .src-assets-style-oaMessage--index-sceneIcon-1DI24 {
  background: url(../../assets/images/mapIcon_blue.png) no-repeat center;
  background-size: cover;
}
.theme-blue .src-assets-style-oaMessage--index-receiptDiv-1S9iV {
  background: #397EF0;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-searchList-12Dk0 .ant-tag-checkable-checked {
  color: #1C9750;
  background: #E6FFF1;
  border-color: #1C9750;
}
.theme-green .src-assets-style-oaMessage--index-searchContent-2nouh .src-assets-style-oaMessage--index-searchList-12Dk0 .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1C9750;
}
.theme-green .src-assets-style-oaMessage--index-pagination-2yuqE {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-oaMessage--index-pagination-2yuqE .src-assets-style-oaMessage--index-affairTotal-2SSzx .src-assets-style-oaMessage--index-fontBlue-3h0k5 {
  color: #1C9750;
}
.theme-green .src-assets-style-oaMessage--index-activeLetter-23ifz {
  background: #1C9750;
}
.theme-green .src-assets-style-oaMessage--index-letter-3afYi:hover {
  background: #1C9750;
}
.theme-green .src-assets-style-oaMessage--index-radiusDiv-xe_F5:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(68, 126, 98, 0.35);
}
.theme-green .src-assets-style-oaMessage--index-radiusDiv-xe_F5 {
  border: 1px solid rgba(87, 177, 134, 0.1);
}
.theme-green .src-assets-style-oaMessage--index-affairTitle-1iWPa .ant-carousel .slick-dots li.slick-active button {
  background: #1C9750;
}
.theme-green .src-assets-style-oaMessage--index-affairTitle-1iWPa .ant-carousel .slick-dots li button {
  background: rgba(10, 150, 50, 0.7);
}
.theme-green .src-assets-style-oaMessage--index-cardFrame-18lxi a:hover {
  color: #00a854;
}
.theme-green .src-assets-style-oaMessage--index-dropdownBox-BWD-h .ant-select-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.theme-green .src-assets-style-oaMessage--index-dropdownBox-BWD-h .ant-select-dropdown-menu-item:hover a {
  color: #00a854;
}
.theme-green .src-assets-style-oaMessage--index-sceneNav-2WqW8 span {
  color: #005825;
}
.theme-green .src-assets-style-oaMessage--index-sceneNav-2WqW8 .src-assets-style-oaMessage--index-sceneIcon-1DI24 {
  background: url(../../assets/images/mapIcon_green.png) no-repeat center;
  background-size: cover;
}
.theme-green .src-assets-style-oaMessage--index-receiptDiv-1S9iV {
  background: #005825;
}
/**************************** 绿色主题结束 **************************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-left-3Tg_V {
    border-radius: 6px;
    width: 100%;
  }
  .font-normal .src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-left-3Tg_V .src-assets-style-oaMessage--index-leftBody-1FqOl .src-assets-style-oaMessage--index-leftService-3uJ1V {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-left-3Tg_V {
    width: 100%;
  }
  .font-normal .src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-left-3Tg_V .src-assets-style-oaMessage--index-leftBody-1FqOl .src-assets-style-oaMessage--index-leftService-3uJ1V {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-leftContent-3Dkta {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-leftContent-3Dkta {
    width: 100%;
  }
}
@media (max-height: 830px) {
  .font-normal .src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-leftContent-3Dkta .src-assets-style-oaMessage--index-AllLetter-2aDLa {
    bottom: 4.85rem;
  }
}
@media (min-height: 831px) {
  .font-normal .src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-leftContent-3Dkta .src-assets-style-oaMessage--index-AllLetter-2aDLa {
    top: 3.26rem;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-left-3Tg_V {
    border-radius: 6px;
    width: 100%;
  }
  .font-large .src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-left-3Tg_V .src-assets-style-oaMessage--index-leftBody-1FqOl .src-assets-style-oaMessage--index-leftService-3uJ1V {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-left-3Tg_V {
    width: 100%;
  }
  .font-large .src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-left-3Tg_V .src-assets-style-oaMessage--index-leftBody-1FqOl .src-assets-style-oaMessage--index-leftService-3uJ1V {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-leftContent-3Dkta {
    width: 100%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-leftContent-3Dkta {
    width: 100%;
  }
}
@media (max-height: 913px) {
  .font-large .src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-leftContent-3Dkta .src-assets-style-oaMessage--index-AllLetter-2aDLa {
    bottom: 4.85rem;
  }
}
@media (min-height: 914.1px) {
  .font-large .src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-leftContent-3Dkta .src-assets-style-oaMessage--index-AllLetter-2aDLa {
    top: 3.26rem;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-left-3Tg_V {
    border-radius: 6px;
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-left-3Tg_V .src-assets-style-oaMessage--index-leftBody-1FqOl .src-assets-style-oaMessage--index-leftService-3uJ1V {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-left-3Tg_V {
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-left-3Tg_V .src-assets-style-oaMessage--index-leftBody-1FqOl .src-assets-style-oaMessage--index-leftService-3uJ1V {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-leftContent-3Dkta {
    width: 100%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-leftContent-3Dkta {
    width: 100%;
  }
}
@media (max-height: 1037.5px) {
  .font-extraLarge .src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-leftContent-3Dkta .src-assets-style-oaMessage--index-AllLetter-2aDLa {
    bottom: 4.85rem;
  }
}
@media (min-height: 1038.75px) {
  .font-extraLarge .src-assets-style-oaMessage--index-flex-2Zi7f .src-assets-style-oaMessage--index-leftContent-3Dkta .src-assets-style-oaMessage--index-AllLetter-2aDLa {
    top: 3.26rem;
  }
}
@media (min-width: 1600px) {
  .font-extraLarge .src-assets-style-oaMessage--index-flex-2Zi7f .ant-col-xxl-8 {
    width: 50%;
  }
}
.src-assets-style-oaMessage--index-searchLogs-2lfvk {
  display: flex;
}
.src-assets-style-oaMessage--index-searchLogs-2lfvk .ant-btn {
  margin-left: 0.1rem;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.src-assets-style-userSelector--index-content-2vZG4 {
  background-color: #FFFFFF;
}
.src-assets-style-userSelector--index-content-2vZG4 .ant-pagination {
  width: 100%;
  text-align: right;
  padding-right: 0.1rem;
}
.src-assets-style-userSelector--index-right-3Pbnb {
  background: #FFFFFF;
  border-left: 1px solid #eee;
}
.src-assets-style-userSelector--index-right-3Pbnb .src-assets-style-userSelector--index-count-1HuUN {
  padding-right: 0.1rem;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
/*************** 共用样式***************/
.src-assets-style-oaWeekPlan--index-btn-3kGHx {
  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-2HDCy {
  min-height: 14.8rem !important;
}
.src-assets-style-oaWeekPlan--index-bodyFixed-22b0M {
  position: fixed;
  width: 100%;
}
.src-assets-style-oaWeekPlan--index-overflow-3a4ej {
  overflow: hidden;
}
.src-assets-style-oaWeekPlan--index-fontGray-1ZFGX {
  color: #adadad;
}
.src-assets-style-oaWeekPlan--index-fontLightBlack-kj-B7 {
  color: #808080;
}
.src-assets-style-oaWeekPlan--index-fontLine-20qhn {
  color: #adadad;
  margin-left: 0.06rem;
}
.src-assets-style-oaWeekPlan--index-mgt12-1tCVZ {
  margin-top: 0.12rem;
}
.src-assets-style-oaWeekPlan--index-textCenter-1K4sB {
  text-align: center;
  color: #808080;
  cursor: pointer;
}
.src-assets-style-oaWeekPlan--index-pdr5-27vWm {
  padding-right: 0.05rem;
}
.src-assets-style-oaWeekPlan--index-fontSc-2a6xr {
  padding-right: 0.05rem;
  text-align: center;
  font-size: 0.28rem;
  color: #595959;
}
.src-assets-style-oaWeekPlan--index-lineHeight-30zyP {
  line-height: 0.4rem;
  /*margin-left: -450px;*/
  width: 4rem;
}
/* 服务入口页面布局样式 */
.src-assets-style-oaWeekPlan--index-flex-3oPkw {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-contentMain-1yHEb img {
  max-width: 100%;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-contentMain-1yHEb .ant-card-bordered {
  width: calc(100% - 2.28rem);
  display: inline-block;
  max-width: 100%;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-contentMain-1yHEb .ant-card-bordered .ant-card-body p {
  padding: 0px 0.32rem;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-contentMain-1yHEb .ant-card-bordered .ant-card-body img {
  max-width: 100%;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-limitLength-26yLr,
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-limitSplit-1kGBT {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-limitLength-26yLr {
  width: 0.95rem;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-limitSplit-1kGBT {
  width: 0.2rem;
  text-align: center;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL {
  width: 3.87rem;
  overflow: hidden;
  float: right;
  margin-top: 0.25rem;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightTop-1YtKh:hover {
  cursor: pointer;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightTop-1YtKh:hover .src-assets-style-oaWeekPlan--index-rightAffairsBox-1tCuB .anticon {
  display: inline-block;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightTop-1YtKh {
  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-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightTop-1YtKh .src-assets-style-oaWeekPlan--index-rightAffairsBox-1tCuB .anticon {
  display: none;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightTop-1YtKh .src-assets-style-oaWeekPlan--index-iconLeft-1C_08 {
  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-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightTop-1YtKh .src-assets-style-oaWeekPlan--index-iconLeft-1C_08:hover {
  color: #AAAAAA;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightTop-1YtKh .src-assets-style-oaWeekPlan--index-iconRight-2VyQO {
  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-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightTop-1YtKh .src-assets-style-oaWeekPlan--index-iconRight-2VyQO:hover {
  color: #AAAAAA;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightTop-1YtKh .ant-card {
  position: static;
  color: #666666;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightTop-1YtKh .src-assets-style-oaWeekPlan--index-affairTitle-VrkfI .ant-card-body {
  padding: 0px;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightTop-1YtKh .src-assets-style-oaWeekPlan--index-affairTitle-VrkfI .ant-card-head {
  border-bottom: none;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightTop-1YtKh .src-assets-style-oaWeekPlan--index-affairTitle-VrkfI .ant-list-grid .ant-list-item {
  margin-bottom: 0;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightTop-1YtKh .src-assets-style-oaWeekPlan--index-affairTitle-VrkfI .ant-carousel .slick-dots {
  bottom: 0.35rem;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightTop-1YtKh .src-assets-style-oaWeekPlan--index-affairTitle-VrkfI .ant-carousel .slick-slider {
  position: static;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightTop-1YtKh .src-assets-style-oaWeekPlan--index-affairTitle-VrkfI .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-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightTop-1YtKh .src-assets-style-oaWeekPlan--index-affairTitle-VrkfI .ant-carousel .slick-dots li button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #b8c4cc;*/
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightTop-1YtKh .src-assets-style-oaWeekPlan--index-affairTitle-VrkfI .src-assets-style-oaWeekPlan--index-noDataIcon-mUl2h {
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightTop-1YtKh .src-assets-style-oaWeekPlan--index-affairTitle-VrkfI .src-assets-style-oaWeekPlan--index-fontBlack-3OuLO {
  font-size: 0.18rem;
  font-weight: bold;
  color: #474747;
  line-height: 0.21rem;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightTop-1YtKh .src-assets-style-oaWeekPlan--index-affairTitle-VrkfI .src-assets-style-oaWeekPlan--index-serviceCollectDivRelative-1Z7TI {
  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-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightTop-1YtKh .src-assets-style-oaWeekPlan--index-affairTitle-VrkfI .src-assets-style-oaWeekPlan--index-serviceCollectDivRelative-1Z7TI .src-assets-style-oaWeekPlan--index-radiusDiv-3ETc9 {
  /*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-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightTop-1YtKh .src-assets-style-oaWeekPlan--index-affairTitle-VrkfI .src-assets-style-oaWeekPlan--index-serviceCollectDivRelative-1Z7TI .src-assets-style-oaWeekPlan--index-radiusDiv-3ETc9 .src-assets-style-oaWeekPlan--index-imageRadius-3th1g {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightTop-1YtKh .src-assets-style-oaWeekPlan--index-affairTitle-VrkfI .src-assets-style-oaWeekPlan--index-serviceCollectDivRelative-1Z7TI .ant-card-body {
  padding: 0.11rem 0.07rem 0.18rem 0.09rem;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightTop-1YtKh .src-assets-style-oaWeekPlan--index-affairTitle-VrkfI .src-assets-style-oaWeekPlan--index-serviceCollectDivRelative-1Z7TI .ant-card-bordered {
  border: none;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightTop-1YtKh .src-assets-style-oaWeekPlan--index-affairTitle-VrkfI .src-assets-style-oaWeekPlan--index-serviceCollectDivRelative-1Z7TI .src-assets-style-oaWeekPlan--index-textCenter-1K4sB {
  text-align: center;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-right-3SZYL .src-assets-style-oaWeekPlan--index-rightBottom-1f5JP {
  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-1sBih {
  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-1LsIt {
  background: #fff;
}
.src-assets-style-oaWeekPlan--index-optBackground-1LsIt a {
  color: #000;
}
.src-assets-style-oaWeekPlan--index-optBackground-1LsIt a:hover {
  color: #fff;
}
.src-assets-style-oaWeekPlan--index-optName-1lu8D {
  width: 100%;
  height: 100%;
}
.src-assets-style-oaWeekPlan--index-optImg-c3ypL {
  margin-right: 0.1rem;
  width: 0.22rem;
  height: 0.22rem;
}
.src-assets-style-oaWeekPlan--index-dropdownBox-2bbtB .ant-select-dropdown-menu-item:hover {
  background: #e6f7ff;
}
.src-assets-style-oaWeekPlan--index-dropdownBox-2bbtB .ant-select-dropdown-menu-item:hover a {
  color: #397EF0;
}
.src-assets-style-oaWeekPlan--index-dropdownBox-2bbtB .ant-select-dropdown-menu {
  overflow: hidden;
  max-height: none;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .ant-select .ant-select-selection {
  border: 1px solid rgba(0, 0, 0, 0);
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-screenBtn-1H4ov {
  cursor: pointer;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-screenBtn-1H4ov .ant-btn {
  border: none;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-searchBox-3TzsV {
  width: 5.5rem;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-searchBox-3TzsV input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-sceneNav-1Jn97 {
  display: inline-block;
  position: absolute;
  margin-left: 0.55rem;
  height: 0.24rem;
  margin-top: 0.06rem;
  cursor: pointer;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-sceneNav-1Jn97 span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: top;
  margin-top: 1px;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-sceneNav-1Jn97 .src-assets-style-oaWeekPlan--index-sceneIcon-2WZKV {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-searchList-1ye5u {
  line-height: 2;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-searchList-1ye5u .ant-tag-checkable-checked {
  border-radius: 12px;
  color: var(--themeColor);
  background: var(--themeColorBg);
  border-color: var(--themeColor1);
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-searchList-1ye5u .ant-tag {
  cursor: pointer;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-searchList-1ye5u .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-searchList-1ye5u .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: var(--themeColor);
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-searchList-1ye5u .src-assets-style-oaWeekPlan--index-item-2CLV4 {
  width: calc(100% - 0.42rem);
  display: inline-block;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-searchList-1ye5u .src-assets-style-oaWeekPlan--index-all-1U_0h {
  display: inline-block;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-searchList-1ye5u .src-assets-style-oaWeekPlan--index-all-1U_0h .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-searchList-1ye5u .src-assets-style-oaWeekPlan--index-searchTitle-19LlS {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-searchList-1ye5u span {
  color: #808080;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-searchList-1ye5u .src-assets-style-oaWeekPlan--index-hideItem-1GxE1 {
  display: inline-block;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-searchList-1ye5u .src-assets-style-oaWeekPlan--index-rightBtn-2FkS6 {
  float: right;
  cursor: pointer;
  margin-top: 0.09rem;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-searchList-1ye5u .ant-btn {
  border: none;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .theme-blue .ant-btn:hover,
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .theme-blue .ant-btn:focus {
  color: #808080;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .ant-input-prefix {
  color: #cdcdcd;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaWeekPlan--index-searchContent-1JcEU .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaWeekPlan--index-cardFrame---pQ3 .src-assets-style-oaWeekPlan--index-cardItem-36DQl: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---pQ3 .src-assets-style-oaWeekPlan--index-cardItem-36DQl:hover button {
  display: block;
  position: absolute;
  right: 0.16rem;
  top: 0.17rem;
  z-index: 2;
  /* opacity: 0.65;*/
}
.src-assets-style-oaWeekPlan--index-cardFrame---pQ3 .src-assets-style-oaWeekPlan--index-cardItem-36DQl:hover button:hover {
  opacity: 1;
}
.src-assets-style-oaWeekPlan--index-cardFrame---pQ3 button {
  display: none;
}
.src-assets-style-oaWeekPlan--index-cardFrame---pQ3 .src-assets-style-oaWeekPlan--index-saveIco-2pyn7 {
  width: 0.48rem;
  height: 0.48rem;
}
.src-assets-style-oaWeekPlan--index-cardFrame---pQ3 .src-assets-style-oaWeekPlan--index-iconTj-2SICn {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: 1px;
  left: 0.06rem;
}
.src-assets-style-oaWeekPlan--index-cardFrame---pQ3 .src-assets-style-oaWeekPlan--index-tag-2OH3p {
  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---pQ3 .src-assets-style-oaWeekPlan--index-tag-2OH3p .src-assets-style-oaWeekPlan--index-fontBlack-3OuLO {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaWeekPlan--index-cardFrame---pQ3 .src-assets-style-oaWeekPlan--index-comment-2OtSF {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaWeekPlan--index-cardFrame---pQ3 .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaWeekPlan--index-cardFrame---pQ3 .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0px;
}
.src-assets-style-oaWeekPlan--index-cardFrame---pQ3 .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaWeekPlan--index-cardFrame---pQ3 .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaWeekPlan--index-cardFrame---pQ3 .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaWeekPlan--index-cardFrame---pQ3 .ant-list-item-meta-description {
  line-height: 0.25rem;
}
.src-assets-style-oaWeekPlan--index-cardFrame---pQ3 .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaWeekPlan--index-cardFrame---pQ3 a {
  color: #474747;
}
.src-assets-style-oaWeekPlan--index-cardFrame---pQ3 a:hover {
  /*color: #1890ff;*/
  text-decoration: underline;
}
.src-assets-style-oaWeekPlan--index-jian-x-vuF {
  display: inline-flex;
  height: 0.31rem;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-applyContentTop-2Wb96 {
  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-3oPkw .src-assets-style-oaWeekPlan--index-applyContentTop-2Wb96 .ant-list-item-main {
  display: inline-block;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-applyContentTop-2Wb96 .ant-list-item-extra {
  float: right;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-applyContentTop-2Wb96 .src-assets-style-oaWeekPlan--index-comment-2OtSF {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-applyContentTop-2Wb96 .src-assets-style-oaWeekPlan--index-saveIco-2pyn7 {
  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-3oPkw .src-assets-style-oaWeekPlan--index-applyContentTop-2Wb96 .src-assets-style-oaWeekPlan--index-iconTj-2SICn {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: -0.02rem;
  left: 0.06rem;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-applyContentTop-2Wb96 .src-assets-style-oaWeekPlan--index-tag-2OH3p {
  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-3oPkw .src-assets-style-oaWeekPlan--index-applyContentTop-2Wb96 .src-assets-style-oaWeekPlan--index-tag-2OH3p .src-assets-style-oaWeekPlan--index-fontBlack-3OuLO {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-applyContentTop-2Wb96 .src-assets-style-oaWeekPlan--index-grade-15Qz6 {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  color: #808080;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-applyContentTop-2Wb96 .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-applyContentTop-2Wb96 .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0.03rem;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-applyContentTop-2Wb96 .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-applyContentTop-2Wb96 .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-applyContentTop-2Wb96 .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-applyContentTop-2Wb96 .ant-list-item-meta-description {
  line-height: 2;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-applyContentTop-2Wb96 .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-applyContentTop-2Wb96 .ant-card-bordered {
  border: none;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-applyContentTop-2Wb96 .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-applyContentTop-2Wb96 .ant-col-12 {
  width: 100%;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-applyContentTop-2Wb96 .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-3oPkw .src-assets-style-oaWeekPlan--index-applyContentTop-2Wb96 .ant-card-wider-padding .ant-card-body {
  padding: 0.24rem 0px 0.15rem 0.24rem;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-applyContentTopTitle-2yYbN a {
  color: #474747;
  font-weight: bold;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-contenBottom-3PXii {
  display: table;
  margin-top: 0.28rem;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-contenBottom-3PXii .src-assets-style-oaWeekPlan--index-userGuide-1bVJ0 {
  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-3oPkw .src-assets-style-oaWeekPlan--index-contenBottom-3PXii .src-assets-style-oaWeekPlan--index-userGuide-1bVJ0 .src-assets-style-oaWeekPlan--index-rightAnchor-3zhFA {
  position: absolute;
  right: 0.35rem;
  top: 0.3rem;
  z-index: 999;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-contenBottom-3PXii .src-assets-style-oaWeekPlan--index-userGuide-1bVJ0 .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-contenBottom-3PXii .src-assets-style-oaWeekPlan--index-userGuide-1bVJ0 .ant-card-bordered {
  border: none;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-contenBottom-3PXii .src-assets-style-oaWeekPlan--index-userGuide-1bVJ0 .ant-card-head {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-contenBottom-3PXii .src-assets-style-oaWeekPlan--index-userGuide-1bVJ0 .ant-card-head-title {
  font-weight: bold;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-contenBottom-3PXii .src-assets-style-oaWeekPlan--index-userGuide-1bVJ0 .ant-list-split .ant-list-item {
  border-bottom: none;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-contenBottom-3PXii .src-assets-style-oaWeekPlan--index-userGuide-1bVJ0 .ant-list-split .ant-list-header {
  border-bottom: none;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-contenBottom-3PXii .src-assets-style-oaWeekPlan--index-userGuide-1bVJ0 .ant-list-item {
  padding: 0;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-contenBottom-3PXii .src-assets-style-oaWeekPlan--index-userGuide-1bVJ0 .ant-list-header,
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-contenBottom-3PXii .src-assets-style-oaWeekPlan--index-userGuide-1bVJ0 .ant-list-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-contenBottom-3PXii .src-assets-style-oaWeekPlan--index-userGuide-1bVJ0 .ant-anchor-ink-ball {
  width: 0.14rem;
  height: 0.14rem;
  border: 4px solid #1890ff;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-contenBottom-3PXii .src-assets-style-oaWeekPlan--index-userGuide-1bVJ0 .ant-anchor-wrapper {
  padding-left: 0.1rem;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-userEvaluation-3fTIM {
  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-3oPkw .src-assets-style-oaWeekPlan--index-userEvaluation-3fTIM .src-assets-style-oaWeekPlan--index-title-1Z338 {
  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-3oPkw .src-assets-style-oaWeekPlan--index-userEvaluation-3fTIM .src-assets-style-oaWeekPlan--index-evaluationDetails-2PGjL {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-userEvaluation-3fTIM .src-assets-style-oaWeekPlan--index-evaluationDetails-2PGjL .src-assets-style-oaWeekPlan--index-describe-2WLc0 {
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-userEvaluation-3fTIM .src-assets-style-oaWeekPlan--index-evaluationDetails-2PGjL .src-assets-style-oaWeekPlan--index-userName-KFX_X {
  float: left;
  color: #010101;
}
.src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-userEvaluation-3fTIM .src-assets-style-oaWeekPlan--index-evaluationDetails-2PGjL .src-assets-style-oaWeekPlan--index-time-1-Dy0 {
  float: right;
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaWeekPlan--index-conditionStyle-1nbq9 {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-oaWeekPlan--index-statusWidth-1rKbm {
  width: 30%;
  float: left;
  vertical-align: middle;
}
.src-assets-style-oaWeekPlan--index-nullData-BJIFN {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-oaWeekPlan--index-nullData-BJIFN .src-assets-style-oaWeekPlan--index-message-a5hHn {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-oaWeekPlan--index-limitedTime-1-xT1 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.45rem;
  width: 0.5rem;
}
.src-assets-style-oaWeekPlan--index-limitedTime-1-xT1 .src-assets-style-oaWeekPlan--index-backBorder-gn0OF {
  border-top: solid 40px #ff9900;
  border-right: solid 50px rgba(0, 0, 0, 0);
}
.src-assets-style-oaWeekPlan--index-limitedTime-1-xT1 .src-assets-style-oaWeekPlan--index-inner-3mGTr {
  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-31HMJ {
  position: absolute;
  top: 0px;
  left: -0.07rem;
  width: 0.5rem;
  height: 0.45rem;
}
.src-assets-style-oaWeekPlan--index-limitedTimeLeft-31HMJ .src-assets-style-oaWeekPlan--index-backBorder-gn0OF {
  border-top: solid 50px #ff9900;
  border-right: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-oaWeekPlan--index-limitedTimeLeft-31HMJ .src-assets-style-oaWeekPlan--index-inner-3mGTr {
  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-1eAHq {
  float: right;
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.15rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaWeekPlan--index-usedSearch-1eAHq .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-oaWeekPlan--index-usedSearch-1eAHq .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-1eAHq .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-oaWeekPlan--index-usedSearch-1eAHq .src-assets-style-oaWeekPlan--index-searchDel-1mR5u {
  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-3TE2B {
  text-align: center;
}
.src-assets-style-oaWeekPlan--index-selectColor-3pFFV {
  color: var(--themeColor);
}
.src-assets-style-oaWeekPlan--index-footerStyle-19srK {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaWeekPlan--index-pagingMargin1-2tGTS {
  margin-left: 0.3rem;
}
.src-assets-style-oaWeekPlan--index-pagingMargin2-5X9Pe {
  margin-left: 0.5rem;
}
.src-assets-style-oaWeekPlan--index-pagingLeft-2DCqZ {
  display: inline-block;
  width: 50%;
}
.src-assets-style-oaWeekPlan--index-pagingRight-21GcN {
  display: inline-block;
  text-align: right;
  padding-right: 0.1rem;
  width: 50%;
}
.src-assets-style-oaWeekPlan--index-pageingButton-cfece {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-oaWeekPlan--index-pageingNotAllowed-kY8nk {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-oaWeekPlan--index-itemButton-1Uck3 {
  margin-right: 0.1rem;
}
.src-assets-style-oaWeekPlan--index-itemButton-1Uck3 .src-assets-style-oaWeekPlan--index-img-4uuQw {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-oaWeekPlan--index-itemButton-1Uck3 i {
  margin-right: 0.05rem;
}
.src-assets-style-oaWeekPlan--index-breadcrumb-24mcE {
  width: 3.5rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-oaWeekPlan--index-breadcrumbItem-OmxEq {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-oaWeekPlan--index-card-3EeHa {
  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-3EeHa .src-assets-style-oaWeekPlan--index-textArea-1Beey {
  padding: 0 0.1rem;
  border: 1px solid #E1E6E3;
  border-radius: 4px;
}
.src-assets-style-oaWeekPlan--index-fixBotBarWrap-27Tqc {
  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-27Tqc .ant-btn {
  margin-top: 0.1rem;
}
.src-assets-style-oaWeekPlan--index-addressSelect-1d5r3 {
  margin-left: 0px;
  width: 6.2rem;
}
.src-assets-style-oaWeekPlan--index-affairsCard_linkTitle-1-cNh {
  float: left;
  margin-right: 0.04rem;
}
.src-assets-style-oaWeekPlan--index-weekTitle_2-2RwLb {
  text-align: center;
}
.src-assets-style-oaWeekPlan--index-weekTitle_2-2RwLb .src-assets-style-oaWeekPlan--index-weekTitle-3eO9O {
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.16rem;
  font-weight: 700;
  margin-bottom: 0.16rem;
}
.src-assets-style-oaWeekPlan--index-weekTableTitle-2F-z8 {
  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-2F-z8 .src-assets-style-oaWeekPlan--index-weekTitle-3eO9O {
  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-309C- {
  width: 97%;
  margin: 0.1rem auto;
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
}
.src-assets-style-oaWeekPlan--index-planTab-309C- .src-assets-style-oaWeekPlan--index-bz-2wBqa {
  height: 0.4rem;
  width: 2rem;
}
.src-assets-style-oaWeekPlan--index-planTab-309C- .src-assets-style-oaWeekPlan--index-bz-2wBqa 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-309C- th,
.src-assets-style-oaWeekPlan--index-planTab-309C- tr,
.src-assets-style-oaWeekPlan--index-planTab-309C- td {
  border: 1px solid #d9d9d9;
}
.src-assets-style-oaWeekPlan--index-planTab-309C- tr {
  min-height: 1rem;
  text-align: center;
}
.src-assets-style-oaWeekPlan--index-planTab-309C- th {
  text-align: center;
  min-width: 2rem;
}
.src-assets-style-oaWeekPlan--index-planTab-309C- .src-assets-style-oaWeekPlan--index-todayItem-3kY27 {
  color: #397EF0;
}
.src-assets-style-oaWeekPlan--index-planTab-309C- td {
  padding: 0.05rem;
}
.src-assets-style-oaWeekPlan--index-planTab-309C- td div[class='a'] {
  background-color: #f6f7fb;
}
.src-assets-style-oaWeekPlan--index-planTab-309C- td div[class='b'] {
  background-color: #e6f4ff;
}
.src-assets-style-oaWeekPlan--index-planTab-309C- td div[class='c'] {
  background-color: #fffbe6;
}
.src-assets-style-oaWeekPlan--index-planTab-309C- td div[class='d'] {
  background-color: #e5fff3;
}
.src-assets-style-oaWeekPlan--index-planTab-309C- 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-309C- td div p {
  color: #000;
}
.src-assets-style-oaWeekPlan--index-planTab-309C- td div p[class='flexTag'] {
  display: flex;
  align-items: start;
}
.src-assets-style-oaWeekPlan--index-planTab-309C- td div p[class='overflow'] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.src-assets-style-oaWeekPlan--index-planTab-309C- span {
  display: inline-block;
}
.src-assets-style-oaWeekPlan--index-planTab-309C- span[class='title_i'] {
  white-space: normal;
  font-size: 0.16rem;
  font-weight: 500;
  width: 100%;
}
.src-assets-style-oaWeekPlan--index-planTab-309C- span[class='title_today'] {
  white-space: normal;
  font-size: 0.16rem;
  font-weight: 500;
  width: 100%;
  color: #397EF0;
}
.src-assets-style-oaWeekPlan--index-planTab-309C- span[class='text'] {
  width: 75%;
  white-space: normal;
}
.src-assets-style-oaWeekPlan--index-planTab2-1yX2t {
  width: 97%;
  margin: 0.1rem auto;
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
}
.src-assets-style-oaWeekPlan--index-planTab2-1yX2t .src-assets-style-oaWeekPlan--index-bz-2wBqa {
  height: 0.4rem;
  width: 2rem;
}
.src-assets-style-oaWeekPlan--index-planTab2-1yX2t .src-assets-style-oaWeekPlan--index-bz-2wBqa 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-1yX2t th,
.src-assets-style-oaWeekPlan--index-planTab2-1yX2t tr,
.src-assets-style-oaWeekPlan--index-planTab2-1yX2t td {
  border: 1px solid #d9d9d9;
}
.src-assets-style-oaWeekPlan--index-planTab2-1yX2t tr {
  min-height: 1rem;
  text-align: center;
}
.src-assets-style-oaWeekPlan--index-planTab2-1yX2t th {
  text-align: center;
  min-width: 2rem;
}
.src-assets-style-oaWeekPlan--index-planTab2-1yX2t .src-assets-style-oaWeekPlan--index-todayItem-3kY27 {
  color: #397EF0;
}
.src-assets-style-oaWeekPlan--index-planTab2-1yX2t td {
  padding: 0.05rem;
}
.src-assets-style-oaWeekPlan--index-planTab2-1yX2t td div[class='a'] {
  background-color: #f6f7fb;
}
.src-assets-style-oaWeekPlan--index-planTab2-1yX2t td div[class='b'] {
  background-color: #e6f4ff;
}
.src-assets-style-oaWeekPlan--index-planTab2-1yX2t td div[class='c'] {
  background-color: #fffbe6;
}
.src-assets-style-oaWeekPlan--index-planTab2-1yX2t td div[class='d'] {
  background-color: #e5fff3;
}
.src-assets-style-oaWeekPlan--index-planTab2-1yX2t 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-1yX2t td div p {
  color: #000;
}
.src-assets-style-oaWeekPlan--index-planTab2-1yX2t td div p[class='flexTag'] {
  display: flex;
  align-items: start;
}
.src-assets-style-oaWeekPlan--index-planTab2-1yX2t td div p[class='overflow'] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.src-assets-style-oaWeekPlan--index-planTab2-1yX2t .src-assets-style-oaWeekPlan--index-tdItem-1CI2x {
  max-width: 6rem;
}
.src-assets-style-oaWeekPlan--index-planTab2-1yX2t span {
  display: inline-block;
  white-space: nowrap;
}
.src-assets-style-oaWeekPlan--index-planTab2-1yX2t span[class='title_i'] {
  white-space: normal;
  font-size: 0.16rem;
  font-weight: 500;
  width: 100%;
}
.src-assets-style-oaWeekPlan--index-planTab2-1yX2t span[class='title_today'] {
  white-space: normal;
  font-size: 0.16rem;
  font-weight: 500;
  width: 100%;
  color: #397EF0;
}
.src-assets-style-oaWeekPlan--index-planTab2-1yX2t span[class='text'] {
  width: 75%;
  white-space: normal;
}
.src-assets-style-oaWeekPlan--index-tabName-gyAWm {
  padding: 0.2rem;
  font-size: 0.16rem;
  font-weight: 700;
}
.src-assets-style-oaWeekPlan--index-container-13Mzv {
  padding: 0 0.2rem;
}
.src-assets-style-oaWeekPlan--index-container-13Mzv .src-assets-style-oaWeekPlan--index-container_item-20c4A {
  width: 1.27rem;
  height: 1.44rem;
  margin-right: 0.3rem;
  display: inline-block;
  cursor: pointer;
}
.src-assets-style-oaWeekPlan--index-container-13Mzv .src-assets-style-oaWeekPlan--index-container_item-20c4A:hover {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.179);
  transition: 0.3s;
}
.src-assets-style-oaWeekPlan--index-container-13Mzv .src-assets-style-oaWeekPlan--index-check-1wBXU {
  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-13Mzv img {
  height: 1.4rem;
}
.src-assets-style-oaWeekPlan--index-fileCard-2zA-8 {
  display: flex;
  font-size: 0.16rem;
}
.src-assets-style-oaWeekPlan--index-fileCard-2zA-8 .src-assets-style-oaWeekPlan--index-fileItem-1Flt3 {
  margin-bottom: 0.1rem;
}
.src-assets-style-oaWeekPlan--index-fileCard-2zA-8 a {
  margin: 0 0.2rem;
}
.src-assets-style-oaWeekPlan--index-weekItemGridCard-1AA0c .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td,
.src-assets-style-oaWeekPlan--index-weekItemGridCard-1AA0c .ant-table-row-hover,
.src-assets-style-oaWeekPlan--index-weekItemGridCard-1AA0c .ant-table-row-hover > td {
  background-color: transparent;
}
.src-assets-style-oaWeekPlan--index-weekItemGridCard-1AA0c .ant-table-fixed .ant-table-row-hover,
.src-assets-style-oaWeekPlan--index-weekItemGridCard-1AA0c .ant-table-row-hover > td {
  background-color: transparent;
}
.src-assets-style-oaWeekPlan--index-weekItemGridCard-1AA0c .ant-table-thead {
  height: 0.2rem;
}
.src-assets-style-oaWeekPlan--index-weekItemGridCard-1AA0c .ant-table-thead > tr > th {
  color: #fff;
  background: #2a82e9;
  padding: 0.05rem 0.16rem;
}
.src-assets-style-oaWeekPlan--index-weekItemGridCard-1AA0c .ant-table-tbody > tr > td {
  padding: 0.05rem 0.16rem;
}
.src-assets-style-oaWeekPlan--index-weekItemGridCard-1AA0c .src-assets-style-oaWeekPlan--index-blue1-2CGQI {
  background-color: #ecf5ff;
}
.src-assets-style-oaWeekPlan--index-weekItemGridCard-1AA0c .src-assets-style-oaWeekPlan--index-blue2-10kwy {
  background-color: #d4e7ff;
}
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaWeekPlan--index-cardFrame---pQ3 .src-assets-style-oaWeekPlan--index-cardItem-36DQl:hover button {
  background-color: #70b470;
  border-color: #70b470;
}
.theme-green .src-assets-style-oaWeekPlan--index-cardFrame---pQ3 .src-assets-style-oaWeekPlan--index-cardItem-36DQl:hover button:hover {
  background-color: #00a854;
  border-color: #00a854;
}
.theme-green .src-assets-style-oaWeekPlan--index-detailsMain-1MhaK .src-assets-style-oaWeekPlan--index-receiptDiv-2ff12 {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #005825;
}
.theme-green .src-assets-style-oaWeekPlan--index-detailsMain-1MhaK .src-assets-style-oaWeekPlan--index-receiptContext-20evR {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-green .src-assets-style-oaWeekPlan--index-themeColor-3gN3Z {
  color: #005825;
  font-weight: bold;
}
/**************************** 绿色主题开始 ***************************/
/**************************** 红色主题开始 ***************************/
.theme-red .src-assets-style-oaWeekPlan--index-detailsMain-1MhaK .src-assets-style-oaWeekPlan--index-receiptDiv-2ff12 {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #9A001E;
}
.theme-red .src-assets-style-oaWeekPlan--index-detailsMain-1MhaK .src-assets-style-oaWeekPlan--index-receiptContext-20evR {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-red .src-assets-style-oaWeekPlan--index-selectColor-3pFFV {
  color: #F63E62;
}
.theme-red .src-assets-style-oaWeekPlan--index-footerStyle-19srK {
  background-color: #fffafb;
}
.theme-red .src-assets-style-oaWeekPlan--index-pageingButton-cfece {
  color: #F63E62;
}
.theme-red .src-assets-style-oaWeekPlan--index-cardFrame---pQ3 .src-assets-style-oaWeekPlan--index-cardItem-36DQl:hover button {
  background-color: #F63E62;
  border-color: #F63E62;
}
.theme-red .src-assets-style-oaWeekPlan--index-cardFrame---pQ3 .src-assets-style-oaWeekPlan--index-cardItem-36DQl:hover button:hover {
  background-color: #9A001E;
  border-color: #9A001E;
}
.theme-red .src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-searchList-1ye5u .ant-tag-checkable-checked {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-searchList-1ye5u .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaWeekPlan--index-pagination-3ZfGE {
  box-shadow: 0px 0px 0.1rem 0px rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaWeekPlan--index-pagination-3ZfGE .src-assets-style-oaWeekPlan--index-affairTotal-1Rv6O .src-assets-style-oaWeekPlan--index-fontBlue-qTwa6 {
  color: #F63E62;
}
.theme-red .src-assets-style-oaWeekPlan--index-activeLetter-3M0hL {
  background: #F63E62;
}
.theme-red .src-assets-style-oaWeekPlan--index-letter-1j6rt:hover {
  background: #F63E62;
}
.theme-red .src-assets-style-oaWeekPlan--index-radiusDiv-3ETc9 {
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaWeekPlan--index-radiusDiv-3ETc9:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-oaWeekPlan--index-affairTitle-VrkfI .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
.theme-red .src-assets-style-oaWeekPlan--index-affairTitle-VrkfI .ant-carousel .slick-dots li button {
  background: rgba(255, 0, 0, 0.5);
}
.theme-red .src-assets-style-oaWeekPlan--index-cardFrame---pQ3 a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaWeekPlan--index-dropdownBox-2bbtB .ant-select-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-oaWeekPlan--index-dropdownBox-2bbtB .ant-select-dropdown-menu-item:hover a {
  color: #F63E62;
}
.theme-red .src-assets-style-oaWeekPlan--index-sceneNav-1Jn97 span {
  color: #9A001E;
}
.theme-red .src-assets-style-oaWeekPlan--index-sceneNav-1Jn97 .src-assets-style-oaWeekPlan--index-sceneIcon-2WZKV {
  background: url(../../assets/images/mapIcon_red.png) no-repeat center;
  background-size: cover;
}
.theme-red .src-assets-style-oaWeekPlan--index-themeColor-3gN3Z {
  color: #9A001E;
  font-weight: bold;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-assets-style-oaWeekPlan--index-detailsMain-1MhaK .src-assets-style-oaWeekPlan--index-receiptDiv-2ff12 {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #397EF0;
}
.theme-blue .src-assets-style-oaWeekPlan--index-detailsMain-1MhaK .src-assets-style-oaWeekPlan--index-receiptContext-20evR {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-blue .src-assets-style-oaWeekPlan--index-selectColor-3pFFV {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaWeekPlan--index-footerStyle-19srK {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-oaWeekPlan--index-pageingButton-cfece {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaWeekPlan--index-cardFrame---pQ3 .src-assets-style-oaWeekPlan--index-cardItem-36DQl:hover button {
  background-color: #71b8ef;
  border-color: #71b8ef;
}
.theme-blue .src-assets-style-oaWeekPlan--index-cardFrame---pQ3 .src-assets-style-oaWeekPlan--index-cardItem-36DQl:hover button:hover {
  background-color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-searchList-1ye5u .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #a2ceff;
}
.theme-blue .src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-searchList-1ye5u .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaWeekPlan--index-pagination-3ZfGE {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaWeekPlan--index-pagination-3ZfGE .src-assets-style-oaWeekPlan--index-affairTotal-1Rv6O .src-assets-style-oaWeekPlan--index-fontBlue-qTwa6 {
  color: #1890ff;
}
.theme-blue .src-assets-style-oaWeekPlan--index-activeLetter-3M0hL {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaWeekPlan--index-letter-1j6rt:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaWeekPlan--index-radiusDiv-3ETc9 {
  border: 1px solid rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaWeekPlan--index-radiusDiv-3ETc9:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-oaWeekPlan--index-affairTitle-VrkfI .ant-carousel .slick-dots li.slick-active button {
  background: #1890ff;
}
.theme-blue .src-assets-style-oaWeekPlan--index-affairTitle-VrkfI .ant-carousel .slick-dots li button {
  background: rgba(35, 145, 230, 0.7);
}
.theme-blue .src-assets-style-oaWeekPlan--index-cardFrame---pQ3 a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaWeekPlan--index-sceneNav-1Jn97 span {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaWeekPlan--index-sceneNav-1Jn97 .src-assets-style-oaWeekPlan--index-sceneIcon-2WZKV {
  background: url(../../assets/images/mapIcon_blue.png) no-repeat center;
  background-size: cover;
}
.theme-blue .src-assets-style-oaWeekPlan--index-themeColor-3gN3Z {
  color: #397EF0;
  font-weight: bold;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-searchList-1ye5u .ant-tag-checkable-checked {
  color: #1C9750;
  background: #E6FFF1;
  border-color: #1C9750;
}
.theme-green .src-assets-style-oaWeekPlan--index-searchContent-1JcEU .src-assets-style-oaWeekPlan--index-searchList-1ye5u .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1C9750;
}
.theme-green .src-assets-style-oaWeekPlan--index-pagination-3ZfGE {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-oaWeekPlan--index-pagination-3ZfGE .src-assets-style-oaWeekPlan--index-affairTotal-1Rv6O .src-assets-style-oaWeekPlan--index-fontBlue-qTwa6 {
  color: #1C9750;
}
.theme-green .src-assets-style-oaWeekPlan--index-activeLetter-3M0hL {
  background: #1C9750;
}
.theme-green .src-assets-style-oaWeekPlan--index-letter-1j6rt:hover {
  background: #1C9750;
}
.theme-green .src-assets-style-oaWeekPlan--index-radiusDiv-3ETc9:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(68, 126, 98, 0.35);
}
.theme-green .src-assets-style-oaWeekPlan--index-radiusDiv-3ETc9 {
  border: 1px solid rgba(87, 177, 134, 0.1);
}
.theme-green .src-assets-style-oaWeekPlan--index-affairTitle-VrkfI .ant-carousel .slick-dots li.slick-active button {
  background: #1C9750;
}
.theme-green .src-assets-style-oaWeekPlan--index-affairTitle-VrkfI .ant-carousel .slick-dots li button {
  background: rgba(10, 150, 50, 0.7);
}
.theme-green .src-assets-style-oaWeekPlan--index-cardFrame---pQ3 a:hover {
  color: #00a854;
}
.theme-green .src-assets-style-oaWeekPlan--index-dropdownBox-2bbtB .ant-select-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.theme-green .src-assets-style-oaWeekPlan--index-dropdownBox-2bbtB .ant-select-dropdown-menu-item:hover a {
  color: #00a854;
}
.theme-green .src-assets-style-oaWeekPlan--index-sceneNav-1Jn97 span {
  color: #005825;
}
.theme-green .src-assets-style-oaWeekPlan--index-sceneNav-1Jn97 .src-assets-style-oaWeekPlan--index-sceneIcon-2WZKV {
  background: url(../../assets/images/mapIcon_green.png) no-repeat center;
  background-size: cover;
}
.theme-green .src-assets-style-oaWeekPlan--index-themeColor-3gN3Z {
  color: #005825;
  font-weight: bold;
}
/**************************** 绿色主题结束 **************************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-left-t6GU5 {
    border-radius: 6px;
    width: 100%;
  }
  .font-normal .src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-left-t6GU5 .src-assets-style-oaWeekPlan--index-leftBody-3QBVy .src-assets-style-oaWeekPlan--index-leftService-17Akv {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-left-t6GU5 {
    width: 100%;
  }
  .font-normal .src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-left-t6GU5 .src-assets-style-oaWeekPlan--index-leftBody-3QBVy .src-assets-style-oaWeekPlan--index-leftService-17Akv {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-leftContent-TnQgL {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-leftContent-TnQgL {
    width: 100%;
  }
}
@media (max-height: 830px) {
  .font-normal .src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-leftContent-TnQgL .src-assets-style-oaWeekPlan--index-AllLetter-3DhFP {
    bottom: 4.85rem;
  }
}
@media (min-height: 831px) {
  .font-normal .src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-leftContent-TnQgL .src-assets-style-oaWeekPlan--index-AllLetter-3DhFP {
    top: 3.26rem;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-left-t6GU5 {
    border-radius: 6px;
    width: 100%;
  }
  .font-large .src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-left-t6GU5 .src-assets-style-oaWeekPlan--index-leftBody-3QBVy .src-assets-style-oaWeekPlan--index-leftService-17Akv {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-left-t6GU5 {
    width: 100%;
  }
  .font-large .src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-left-t6GU5 .src-assets-style-oaWeekPlan--index-leftBody-3QBVy .src-assets-style-oaWeekPlan--index-leftService-17Akv {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-leftContent-TnQgL {
    width: 100%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-leftContent-TnQgL {
    width: 100%;
  }
}
@media (max-height: 913px) {
  .font-large .src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-leftContent-TnQgL .src-assets-style-oaWeekPlan--index-AllLetter-3DhFP {
    bottom: 4.85rem;
  }
}
@media (min-height: 914.1px) {
  .font-large .src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-leftContent-TnQgL .src-assets-style-oaWeekPlan--index-AllLetter-3DhFP {
    top: 3.26rem;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-left-t6GU5 {
    border-radius: 6px;
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-left-t6GU5 .src-assets-style-oaWeekPlan--index-leftBody-3QBVy .src-assets-style-oaWeekPlan--index-leftService-17Akv {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-left-t6GU5 {
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-left-t6GU5 .src-assets-style-oaWeekPlan--index-leftBody-3QBVy .src-assets-style-oaWeekPlan--index-leftService-17Akv {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-leftContent-TnQgL {
    width: 100%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-leftContent-TnQgL {
    width: 100%;
  }
}
@media (max-height: 1037.5px) {
  .font-extraLarge .src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-leftContent-TnQgL .src-assets-style-oaWeekPlan--index-AllLetter-3DhFP {
    bottom: 4.85rem;
  }
}
@media (min-height: 1038.75px) {
  .font-extraLarge .src-assets-style-oaWeekPlan--index-flex-3oPkw .src-assets-style-oaWeekPlan--index-leftContent-TnQgL .src-assets-style-oaWeekPlan--index-AllLetter-3DhFP {
    top: 3.26rem;
  }
}
@media (min-width: 1600px) {
  .font-extraLarge .src-assets-style-oaWeekPlan--index-flex-3oPkw .ant-col-xxl-8 {
    width: 50%;
  }
}
.src-assets-style-oaWeekPlan--index-leaderTable-Po_ZO {
  margin-top: 0.1rem;
}
.src-assets-style-oaWeekPlan--index-leaderTable-Po_ZO table {
  width: 100%;
  border-color: #d4d4d4;
}
.src-assets-style-oaWeekPlan--index-leaderTable-Po_ZO thead th {
  background-color: #2a82e9;
  color: #fff;
  text-align: center;
}
.src-assets-style-oaWeekPlan--index-leaderTable-Po_ZO thead th:nth-last-child(-n+2) {
  width: 2rem;
}
.src-assets-style-oaWeekPlan--index-leaderTable-Po_ZO td,
.src-assets-style-oaWeekPlan--index-leaderTable-Po_ZO th {
  padding: 0.04rem;
}
.src-assets-style-oaWeekPlan--index-leaderTable-Po_ZO tbody tr {
  background-color: #d4e7ff;
}
.src-assets-style-oaWeekPlan--index-leaderTable-Po_ZO tbody tr.src-assets-style-oaWeekPlan--index-odd-3ixD8 {
  background-color: #ecf5ff;
}
.src-assets-style-oaWeekPlan--index-leaderTable-Po_ZO tbody tr td {
  text-align: center;
  color: #333;
}
.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-1Hp6T {
  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-33SSG {
  width: 100%;
  height: 2rem;
  background: url(../../assets/images/empty_data.png) no-repeat center;
  position: relative;
}
.src-assets-style-nullDataInfo--index-cardData-33SSG .src-assets-style-nullDataInfo--index-message-3uHUp {
  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-5VX__ {
  width: 100%;
  height: 4rem;
  position: relative;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-nullDataInfo--index-pageData-5VX__ .src-assets-style-nullDataInfo--index-message-3uHUp {
  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-2vNN0 {
  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-2Nk2O {
  min-height: 14.8rem !important;
}
.src-assets-style-oaMeeting--index-bodyFixed---C7l {
  position: fixed;
  width: 100%;
}
.src-assets-style-oaMeeting--index-overflow-ia98G {
  overflow: hidden;
}
.src-assets-style-oaMeeting--index-fontGray-1xgsb {
  color: #adadad;
}
.src-assets-style-oaMeeting--index-fontLightBlack-1HKNA {
  color: #808080;
}
.src-assets-style-oaMeeting--index-fontLine-rb5-M {
  color: #adadad;
  margin-left: 0.06rem;
}
.src-assets-style-oaMeeting--index-mgt12-HXKeS {
  margin-top: 0.12rem;
}
.src-assets-style-oaMeeting--index-textCenter-3cpEw {
  text-align: center;
  color: #808080;
  cursor: pointer;
}
.src-assets-style-oaMeeting--index-pdr5-tk9Y6 {
  padding-right: 0.05rem;
}
.src-assets-style-oaMeeting--index-fontSc-3-aBi {
  padding-right: 0.05rem;
  text-align: center;
  font-size: 0.28rem;
  color: #595959;
}
.src-assets-style-oaMeeting--index-lineHeight-2acHb {
  line-height: 0.4rem;
  /*margin-left: -450px;*/
  width: 4rem;
}
/* 服务入口页面布局样式 */
.src-assets-style-oaMeeting--index-flex-3fx_2 {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-contentMain-2Y9zd img {
  max-width: 100%;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-contentMain-2Y9zd .ant-card-bordered {
  width: calc(100% - 2.28rem);
  display: inline-block;
  max-width: 100%;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-contentMain-2Y9zd .ant-card-bordered .ant-card-body p {
  padding: 0px 0.32rem;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-contentMain-2Y9zd .ant-card-bordered .ant-card-body img {
  max-width: 100%;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-limitLength-VRDvd,
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-limitSplit-2BVD6 {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-limitLength-VRDvd {
  width: 0.95rem;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-limitSplit-2BVD6 {
  width: 0.2rem;
  text-align: center;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 {
  width: 3.87rem;
  overflow: hidden;
  float: right;
  margin-top: 0.25rem;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightTop-1R8X_:hover {
  cursor: pointer;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightTop-1R8X_:hover .src-assets-style-oaMeeting--index-rightAffairsBox-nLmsv .anticon {
  display: inline-block;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightTop-1R8X_ {
  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-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightTop-1R8X_ .src-assets-style-oaMeeting--index-rightAffairsBox-nLmsv .anticon {
  display: none;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightTop-1R8X_ .src-assets-style-oaMeeting--index-iconLeft-2KvG4 {
  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-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightTop-1R8X_ .src-assets-style-oaMeeting--index-iconLeft-2KvG4:hover {
  color: #AAAAAA;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightTop-1R8X_ .src-assets-style-oaMeeting--index-iconRight-21n6b {
  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-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightTop-1R8X_ .src-assets-style-oaMeeting--index-iconRight-21n6b:hover {
  color: #AAAAAA;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightTop-1R8X_ .ant-card {
  position: static;
  color: #666666;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightTop-1R8X_ .src-assets-style-oaMeeting--index-affairTitle-dy0Jo .ant-card-body {
  padding: 0px;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightTop-1R8X_ .src-assets-style-oaMeeting--index-affairTitle-dy0Jo .ant-card-head {
  border-bottom: none;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightTop-1R8X_ .src-assets-style-oaMeeting--index-affairTitle-dy0Jo .ant-list-grid .ant-list-item {
  margin-bottom: 0;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightTop-1R8X_ .src-assets-style-oaMeeting--index-affairTitle-dy0Jo .ant-carousel .slick-dots {
  bottom: 0.35rem;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightTop-1R8X_ .src-assets-style-oaMeeting--index-affairTitle-dy0Jo .ant-carousel .slick-slider {
  position: static;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightTop-1R8X_ .src-assets-style-oaMeeting--index-affairTitle-dy0Jo .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-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightTop-1R8X_ .src-assets-style-oaMeeting--index-affairTitle-dy0Jo .ant-carousel .slick-dots li button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #b8c4cc;*/
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightTop-1R8X_ .src-assets-style-oaMeeting--index-affairTitle-dy0Jo .src-assets-style-oaMeeting--index-noDataIcon-3raKi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightTop-1R8X_ .src-assets-style-oaMeeting--index-affairTitle-dy0Jo .src-assets-style-oaMeeting--index-fontBlack-mrIbS {
  font-size: 0.18rem;
  font-weight: bold;
  color: #474747;
  line-height: 0.21rem;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightTop-1R8X_ .src-assets-style-oaMeeting--index-affairTitle-dy0Jo .src-assets-style-oaMeeting--index-serviceCollectDivRelative-2UHRS {
  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-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightTop-1R8X_ .src-assets-style-oaMeeting--index-affairTitle-dy0Jo .src-assets-style-oaMeeting--index-serviceCollectDivRelative-2UHRS .src-assets-style-oaMeeting--index-radiusDiv-1EEX7 {
  /*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-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightTop-1R8X_ .src-assets-style-oaMeeting--index-affairTitle-dy0Jo .src-assets-style-oaMeeting--index-serviceCollectDivRelative-2UHRS .src-assets-style-oaMeeting--index-radiusDiv-1EEX7 .src-assets-style-oaMeeting--index-imageRadius-3GpAo {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightTop-1R8X_ .src-assets-style-oaMeeting--index-affairTitle-dy0Jo .src-assets-style-oaMeeting--index-serviceCollectDivRelative-2UHRS .ant-card-body {
  padding: 0.11rem 0.07rem 0.18rem 0.09rem;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightTop-1R8X_ .src-assets-style-oaMeeting--index-affairTitle-dy0Jo .src-assets-style-oaMeeting--index-serviceCollectDivRelative-2UHRS .ant-card-bordered {
  border: none;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightTop-1R8X_ .src-assets-style-oaMeeting--index-affairTitle-dy0Jo .src-assets-style-oaMeeting--index-serviceCollectDivRelative-2UHRS .src-assets-style-oaMeeting--index-textCenter-3cpEw {
  text-align: center;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-right-4Aet9 .src-assets-style-oaMeeting--index-rightBottom-2yZ6q {
  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-1YwKs {
  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-2lQG2 {
  background: #fff;
}
.src-assets-style-oaMeeting--index-optBackground-2lQG2 a {
  color: #000;
}
.src-assets-style-oaMeeting--index-optBackground-2lQG2 a:hover {
  color: #fff;
}
.src-assets-style-oaMeeting--index-optName-1GoIG {
  width: 100%;
  height: 100%;
}
.src-assets-style-oaMeeting--index-optImg-JWa8b {
  margin-right: 0.1rem;
  width: 0.22rem;
  height: 0.22rem;
}
.src-assets-style-oaMeeting--index-dropdownBox-1852_ .ant-select-dropdown-menu-item:hover {
  background: #e6f7ff;
}
.src-assets-style-oaMeeting--index-dropdownBox-1852_ .ant-select-dropdown-menu-item:hover a {
  color: #397EF0;
}
.src-assets-style-oaMeeting--index-dropdownBox-1852_ .ant-select-dropdown-menu {
  overflow: hidden;
  max-height: none;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .ant-select .ant-select-selection {
  border: 1px solid rgba(0, 0, 0, 0);
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-screenBtn-2aF_h {
  cursor: pointer;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-screenBtn-2aF_h .ant-btn {
  border: none;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-searchBox-3i6P- {
  width: 5.5rem;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-searchBox-3i6P- input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-sceneNav-4DJE1 {
  display: inline-block;
  position: absolute;
  margin-left: 0.55rem;
  height: 0.24rem;
  margin-top: 0.06rem;
  cursor: pointer;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-sceneNav-4DJE1 span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: top;
  margin-top: 1px;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-sceneNav-4DJE1 .src-assets-style-oaMeeting--index-sceneIcon-CFtoY {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-searchList-1dGYl {
  line-height: 2;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-searchList-1dGYl .ant-tag-checkable-checked {
  border-radius: 12px;
  color: var(--themeColor);
  background: var(--themeColorBg);
  border-color: var(--themeColor1);
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-searchList-1dGYl .ant-tag {
  cursor: pointer;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-searchList-1dGYl .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-searchList-1dGYl .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: var(--themeColor);
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-searchList-1dGYl .src-assets-style-oaMeeting--index-item-1VmN3 {
  width: calc(100% - 0.42rem);
  display: inline-block;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-searchList-1dGYl .src-assets-style-oaMeeting--index-all-3Y1yP {
  display: inline-block;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-searchList-1dGYl .src-assets-style-oaMeeting--index-all-3Y1yP .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-searchList-1dGYl .src-assets-style-oaMeeting--index-searchTitle-ZpVPR {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-searchList-1dGYl span {
  color: #808080;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-searchList-1dGYl .src-assets-style-oaMeeting--index-hideItem-6-SVn {
  display: inline-block;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-searchList-1dGYl .src-assets-style-oaMeeting--index-rightBtn-1OoE0 {
  float: right;
  cursor: pointer;
  margin-top: 0.09rem;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-searchList-1dGYl .ant-btn {
  border: none;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .theme-blue .ant-btn:hover,
.src-assets-style-oaMeeting--index-searchContent-mqBTP .theme-blue .ant-btn:focus {
  color: #808080;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .ant-input-prefix {
  color: #cdcdcd;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaMeeting--index-searchContent-mqBTP .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaMeeting--index-cardFrame-20Ir8 .src-assets-style-oaMeeting--index-cardItem-2vNBJ: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-20Ir8 .src-assets-style-oaMeeting--index-cardItem-2vNBJ:hover button {
  display: block;
  position: absolute;
  right: 0.16rem;
  top: 0.17rem;
  z-index: 2;
  /* opacity: 0.65;*/
}
.src-assets-style-oaMeeting--index-cardFrame-20Ir8 .src-assets-style-oaMeeting--index-cardItem-2vNBJ:hover button:hover {
  opacity: 1;
}
.src-assets-style-oaMeeting--index-cardFrame-20Ir8 button {
  display: none;
}
.src-assets-style-oaMeeting--index-cardFrame-20Ir8 .src-assets-style-oaMeeting--index-saveIco-1RkAq {
  width: 0.48rem;
  height: 0.48rem;
}
.src-assets-style-oaMeeting--index-cardFrame-20Ir8 .src-assets-style-oaMeeting--index-iconTj-34tLk {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: 1px;
  left: 0.06rem;
}
.src-assets-style-oaMeeting--index-cardFrame-20Ir8 .src-assets-style-oaMeeting--index-tag-1j2Nz {
  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-20Ir8 .src-assets-style-oaMeeting--index-tag-1j2Nz .src-assets-style-oaMeeting--index-fontBlack-mrIbS {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaMeeting--index-cardFrame-20Ir8 .src-assets-style-oaMeeting--index-comment-32F1j {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaMeeting--index-cardFrame-20Ir8 .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaMeeting--index-cardFrame-20Ir8 .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0px;
}
.src-assets-style-oaMeeting--index-cardFrame-20Ir8 .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaMeeting--index-cardFrame-20Ir8 .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaMeeting--index-cardFrame-20Ir8 .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaMeeting--index-cardFrame-20Ir8 .ant-list-item-meta-description {
  line-height: 0.25rem;
}
.src-assets-style-oaMeeting--index-cardFrame-20Ir8 .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaMeeting--index-cardFrame-20Ir8 a {
  color: #474747;
}
.src-assets-style-oaMeeting--index-cardFrame-20Ir8 a:hover {
  /*color: #1890ff;*/
  text-decoration: underline;
}
.src-assets-style-oaMeeting--index-jian-2gBna {
  display: inline-flex;
  height: 0.31rem;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-applyContentTop-3a1eK {
  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-3fx_2 .src-assets-style-oaMeeting--index-applyContentTop-3a1eK .ant-list-item-main {
  display: inline-block;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-applyContentTop-3a1eK .ant-list-item-extra {
  float: right;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-applyContentTop-3a1eK .src-assets-style-oaMeeting--index-comment-32F1j {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-applyContentTop-3a1eK .src-assets-style-oaMeeting--index-saveIco-1RkAq {
  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-3fx_2 .src-assets-style-oaMeeting--index-applyContentTop-3a1eK .src-assets-style-oaMeeting--index-iconTj-34tLk {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: -0.02rem;
  left: 0.06rem;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-applyContentTop-3a1eK .src-assets-style-oaMeeting--index-tag-1j2Nz {
  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-3fx_2 .src-assets-style-oaMeeting--index-applyContentTop-3a1eK .src-assets-style-oaMeeting--index-tag-1j2Nz .src-assets-style-oaMeeting--index-fontBlack-mrIbS {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-applyContentTop-3a1eK .src-assets-style-oaMeeting--index-grade-rUPbJ {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  color: #808080;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-applyContentTop-3a1eK .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-applyContentTop-3a1eK .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0.03rem;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-applyContentTop-3a1eK .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-applyContentTop-3a1eK .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-applyContentTop-3a1eK .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-applyContentTop-3a1eK .ant-list-item-meta-description {
  line-height: 2;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-applyContentTop-3a1eK .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-applyContentTop-3a1eK .ant-card-bordered {
  border: none;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-applyContentTop-3a1eK .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-applyContentTop-3a1eK .ant-col-12 {
  width: 100%;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-applyContentTop-3a1eK .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-3fx_2 .src-assets-style-oaMeeting--index-applyContentTop-3a1eK .ant-card-wider-padding .ant-card-body {
  padding: 0.24rem 0px 0.15rem 0.24rem;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-applyContentTopTitle-y9ra1 a {
  color: #474747;
  font-weight: bold;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-contenBottom-GI_xi {
  display: table;
  margin-top: 0.28rem;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-contenBottom-GI_xi .src-assets-style-oaMeeting--index-userGuide-Qc46z {
  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-3fx_2 .src-assets-style-oaMeeting--index-contenBottom-GI_xi .src-assets-style-oaMeeting--index-userGuide-Qc46z .src-assets-style-oaMeeting--index-rightAnchor-B3hdd {
  position: absolute;
  right: 0.35rem;
  top: 0.3rem;
  z-index: 999;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-contenBottom-GI_xi .src-assets-style-oaMeeting--index-userGuide-Qc46z .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-contenBottom-GI_xi .src-assets-style-oaMeeting--index-userGuide-Qc46z .ant-card-bordered {
  border: none;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-contenBottom-GI_xi .src-assets-style-oaMeeting--index-userGuide-Qc46z .ant-card-head {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-contenBottom-GI_xi .src-assets-style-oaMeeting--index-userGuide-Qc46z .ant-card-head-title {
  font-weight: bold;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-contenBottom-GI_xi .src-assets-style-oaMeeting--index-userGuide-Qc46z .ant-list-split .ant-list-item {
  border-bottom: none;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-contenBottom-GI_xi .src-assets-style-oaMeeting--index-userGuide-Qc46z .ant-list-split .ant-list-header {
  border-bottom: none;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-contenBottom-GI_xi .src-assets-style-oaMeeting--index-userGuide-Qc46z .ant-list-item {
  padding: 0;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-contenBottom-GI_xi .src-assets-style-oaMeeting--index-userGuide-Qc46z .ant-list-header,
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-contenBottom-GI_xi .src-assets-style-oaMeeting--index-userGuide-Qc46z .ant-list-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-contenBottom-GI_xi .src-assets-style-oaMeeting--index-userGuide-Qc46z .ant-anchor-ink-ball {
  width: 0.14rem;
  height: 0.14rem;
  border: 4px solid #1890ff;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-contenBottom-GI_xi .src-assets-style-oaMeeting--index-userGuide-Qc46z .ant-anchor-wrapper {
  padding-left: 0.1rem;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-userEvaluation-HVqVT {
  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-3fx_2 .src-assets-style-oaMeeting--index-userEvaluation-HVqVT .src-assets-style-oaMeeting--index-title-3Thv3 {
  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-3fx_2 .src-assets-style-oaMeeting--index-userEvaluation-HVqVT .src-assets-style-oaMeeting--index-evaluationDetails-31gF7 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-userEvaluation-HVqVT .src-assets-style-oaMeeting--index-evaluationDetails-31gF7 .src-assets-style-oaMeeting--index-describe-2Hz5P {
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-userEvaluation-HVqVT .src-assets-style-oaMeeting--index-evaluationDetails-31gF7 .src-assets-style-oaMeeting--index-userName-3Uw3R {
  float: left;
  color: #010101;
}
.src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-userEvaluation-HVqVT .src-assets-style-oaMeeting--index-evaluationDetails-31gF7 .src-assets-style-oaMeeting--index-time-z2Kg2 {
  float: right;
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaMeeting--index-conditionStyle-2W4G7 {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-oaMeeting--index-statusWidth-3Hhxw {
  width: 30%;
  float: left;
  vertical-align: middle;
}
.src-assets-style-oaMeeting--index-nullData-1l1oY {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-oaMeeting--index-nullData-1l1oY .src-assets-style-oaMeeting--index-message-2wgfv {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-oaMeeting--index-limitedTime-3Be_3 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.45rem;
  width: 0.5rem;
}
.src-assets-style-oaMeeting--index-limitedTime-3Be_3 .src-assets-style-oaMeeting--index-backBorder-oE4oD {
  border-top: solid 40px #ff9900;
  border-right: solid 50px rgba(0, 0, 0, 0);
}
.src-assets-style-oaMeeting--index-limitedTime-3Be_3 .src-assets-style-oaMeeting--index-inner-x_cuG {
  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-2ehta {
  position: absolute;
  top: 0px;
  left: -0.07rem;
  width: 0.5rem;
  height: 0.45rem;
}
.src-assets-style-oaMeeting--index-limitedTimeLeft-2ehta .src-assets-style-oaMeeting--index-backBorder-oE4oD {
  border-top: solid 50px #ff9900;
  border-right: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-oaMeeting--index-limitedTimeLeft-2ehta .src-assets-style-oaMeeting--index-inner-x_cuG {
  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-3jc5R .ant-dropdown-menu {
  padding: 0;
}
.src-assets-style-oaMeeting--index-usedSearch-JEBV5 {
  float: right;
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.15rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaMeeting--index-usedSearch-JEBV5 .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-oaMeeting--index-usedSearch-JEBV5 .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-JEBV5 .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-oaMeeting--index-usedSearch-JEBV5 .src-assets-style-oaMeeting--index-searchDel-30PXK {
  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-3uyPm {
  width: 0.75rem;
  display: inline-block;
  text-align: center;
}
.src-assets-style-oaMeeting--index-selectColor-1Yt6S {
  color: var(--themeColor);
}
.src-assets-style-oaMeeting--index-footerStyle-1VHDl {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaMeeting--index-pagingMargin1-UaODn {
  margin-left: 0.2rem;
}
.src-assets-style-oaMeeting--index-pagingMargin2-3C6-F {
  margin-left: 0.5rem;
}
.src-assets-style-oaMeeting--index-pagingLeft-355zx {
  display: inline-block;
  width: 50%;
}
.src-assets-style-oaMeeting--index-pagingRight-3Fz8N {
  display: inline-block;
  text-align: right;
  padding-right: 0.1rem;
  width: 50%;
}
.src-assets-style-oaMeeting--index-pageingButton-Vv4l1 {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-oaMeeting--index-pageingNotAllowed-3NkVp {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-oaMeeting--index-itemButton-2-lqU {
  margin-right: 0.1rem;
}
.src-assets-style-oaMeeting--index-itemButton-2-lqU .src-assets-style-oaMeeting--index-img-TEU8u {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-oaMeeting--index-itemButton-2-lqU i {
  margin-right: 0.05rem;
}
.src-assets-style-oaMeeting--index-breadcrumb-2p4sS {
  width: 3.5rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-oaMeeting--index-breadcrumbItem-97MnX {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-oaMeeting--index-card-4ab07 {
  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-oaMeeting--index-card-4ab07 .src-assets-style-oaMeeting--index-textArea-309eS {
  padding: 0 0.1rem;
  margin-right: 0.15rem;
  border: 1px solid #E1E6E3;
  border-radius: 4px;
  display: inline-block;
  width: 90%;
}
.src-assets-style-oaMeeting--index-card-4ab07 .ant-dropdown-menu {
  width: 1.5rem;
}
.src-assets-style-oaMeeting--index-fixBotBarWrap-3lnQU {
  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-3lnQU .ant-btn {
  margin-top: 0.1rem;
}
.src-assets-style-oaMeeting--index-addressSelect-2yOdW {
  margin-left: 0px;
  width: 6.2rem;
}
.src-assets-style-oaMeeting--index-affairsCard_linkTitle-2Gf4o {
  float: left;
  margin-right: 0.04rem;
}
.src-assets-style-oaMeeting--index-fillIcon-2dXop {
  color: #f5bf50;
  font-size: 0.2rem;
  cursor: pointer;
  margin-left: 0.1rem;
}
.src-assets-style-oaMeeting--index-calendarMessage-29bMs {
  width: 3rem;
  padding: 0px 0.1rem;
}
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaMeeting--index-cardFrame-20Ir8 .src-assets-style-oaMeeting--index-cardItem-2vNBJ:hover button {
  background-color: #70b470;
  border-color: #70b470;
}
.theme-green .src-assets-style-oaMeeting--index-cardFrame-20Ir8 .src-assets-style-oaMeeting--index-cardItem-2vNBJ:hover button:hover {
  background-color: #00a854;
  border-color: #00a854;
}
.theme-green .src-assets-style-oaMeeting--index-detailsMain-2yLqU .src-assets-style-oaMeeting--index-receiptDiv-2zLEg {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #005825;
}
.theme-green .src-assets-style-oaMeeting--index-detailsMain-2yLqU .src-assets-style-oaMeeting--index-receiptContext-jheR_ {
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
/**************************** 绿色主题开始 ***************************/
/**************************** 红色主题开始 ***************************/
.theme-red .src-assets-style-oaMeeting--index-detailsMain-2yLqU .src-assets-style-oaMeeting--index-receiptDiv-2zLEg {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #9A001E;
}
.theme-red .src-assets-style-oaMeeting--index-detailsMain-2yLqU .src-assets-style-oaMeeting--index-receiptContext-jheR_ {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-red .src-assets-style-oaMeeting--index-selectColor-1Yt6S {
  color: #F63E62;
}
.theme-red .src-assets-style-oaMeeting--index-footerStyle-1VHDl {
  background-color: #fffafb;
}
.theme-red .src-assets-style-oaMeeting--index-pageingButton-Vv4l1 {
  color: #F63E62;
}
.theme-red .src-assets-style-oaMeeting--index-cardFrame-20Ir8 .src-assets-style-oaMeeting--index-cardItem-2vNBJ:hover button {
  background-color: #F63E62;
  border-color: #F63E62;
}
.theme-red .src-assets-style-oaMeeting--index-cardFrame-20Ir8 .src-assets-style-oaMeeting--index-cardItem-2vNBJ:hover button:hover {
  background-color: #9A001E;
  border-color: #9A001E;
}
.theme-red .src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-searchList-1dGYl .ant-tag-checkable-checked {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-searchList-1dGYl .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaMeeting--index-pagination-1_ST7 {
  box-shadow: 0px 0px 0.1rem 0px rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaMeeting--index-pagination-1_ST7 .src-assets-style-oaMeeting--index-affairTotal-2PKib .src-assets-style-oaMeeting--index-fontBlue-Rv8wP {
  color: #F63E62;
}
.theme-red .src-assets-style-oaMeeting--index-activeLetter-5AA3D {
  background: #F63E62;
}
.theme-red .src-assets-style-oaMeeting--index-letter-1w-tk:hover {
  background: #F63E62;
}
.theme-red .src-assets-style-oaMeeting--index-radiusDiv-1EEX7 {
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaMeeting--index-radiusDiv-1EEX7:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-oaMeeting--index-affairTitle-dy0Jo .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
.theme-red .src-assets-style-oaMeeting--index-affairTitle-dy0Jo .ant-carousel .slick-dots li button {
  background: rgba(255, 0, 0, 0.5);
}
.theme-red .src-assets-style-oaMeeting--index-cardFrame-20Ir8 a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaMeeting--index-dropdownBox-1852_ .ant-select-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-oaMeeting--index-dropdownBox-1852_ .ant-select-dropdown-menu-item:hover a {
  color: #F63E62;
}
.theme-red .src-assets-style-oaMeeting--index-sceneNav-4DJE1 span {
  color: #9A001E;
}
.theme-red .src-assets-style-oaMeeting--index-sceneNav-4DJE1 .src-assets-style-oaMeeting--index-sceneIcon-CFtoY {
  background: url(../../assets/images/mapIcon_red.png) no-repeat center;
  background-size: cover;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-assets-style-oaMeeting--index-detailsMain-2yLqU .src-assets-style-oaMeeting--index-receiptDiv-2zLEg {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #397EF0;
}
.theme-blue .src-assets-style-oaMeeting--index-detailsMain-2yLqU .src-assets-style-oaMeeting--index-receiptContext-jheR_ {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-blue .src-assets-style-oaMeeting--index-selectColor-1Yt6S {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaMeeting--index-footerStyle-1VHDl {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-oaMeeting--index-pageingButton-Vv4l1 {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaMeeting--index-cardFrame-20Ir8 .src-assets-style-oaMeeting--index-cardItem-2vNBJ:hover button {
  background-color: #71b8ef;
  border-color: #71b8ef;
}
.theme-blue .src-assets-style-oaMeeting--index-cardFrame-20Ir8 .src-assets-style-oaMeeting--index-cardItem-2vNBJ:hover button:hover {
  background-color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-searchList-1dGYl .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #a2ceff;
}
.theme-blue .src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-searchList-1dGYl .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaMeeting--index-pagination-1_ST7 {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaMeeting--index-pagination-1_ST7 .src-assets-style-oaMeeting--index-affairTotal-2PKib .src-assets-style-oaMeeting--index-fontBlue-Rv8wP {
  color: #1890ff;
}
.theme-blue .src-assets-style-oaMeeting--index-activeLetter-5AA3D {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaMeeting--index-letter-1w-tk:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaMeeting--index-radiusDiv-1EEX7 {
  border: 1px solid rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaMeeting--index-radiusDiv-1EEX7:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-oaMeeting--index-affairTitle-dy0Jo .ant-carousel .slick-dots li.slick-active button {
  background: #1890ff;
}
.theme-blue .src-assets-style-oaMeeting--index-affairTitle-dy0Jo .ant-carousel .slick-dots li button {
  background: rgba(35, 145, 230, 0.7);
}
.theme-blue .src-assets-style-oaMeeting--index-cardFrame-20Ir8 a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaMeeting--index-sceneNav-4DJE1 span {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaMeeting--index-sceneNav-4DJE1 .src-assets-style-oaMeeting--index-sceneIcon-CFtoY {
  background: url(../../assets/images/mapIcon_blue.png) no-repeat center;
  background-size: cover;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-searchList-1dGYl .ant-tag-checkable-checked {
  color: #1C9750;
  background: #E6FFF1;
  border-color: #1C9750;
}
.theme-green .src-assets-style-oaMeeting--index-searchContent-mqBTP .src-assets-style-oaMeeting--index-searchList-1dGYl .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1C9750;
}
.theme-green .src-assets-style-oaMeeting--index-pagination-1_ST7 {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-oaMeeting--index-pagination-1_ST7 .src-assets-style-oaMeeting--index-affairTotal-2PKib .src-assets-style-oaMeeting--index-fontBlue-Rv8wP {
  color: #1C9750;
}
.theme-green .src-assets-style-oaMeeting--index-activeLetter-5AA3D {
  background: #1C9750;
}
.theme-green .src-assets-style-oaMeeting--index-letter-1w-tk:hover {
  background: #1C9750;
}
.theme-green .src-assets-style-oaMeeting--index-radiusDiv-1EEX7:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(68, 126, 98, 0.35);
}
.theme-green .src-assets-style-oaMeeting--index-radiusDiv-1EEX7 {
  border: 1px solid rgba(87, 177, 134, 0.1);
}
.theme-green .src-assets-style-oaMeeting--index-affairTitle-dy0Jo .ant-carousel .slick-dots li.slick-active button {
  background: #1C9750;
}
.theme-green .src-assets-style-oaMeeting--index-affairTitle-dy0Jo .ant-carousel .slick-dots li button {
  background: rgba(10, 150, 50, 0.7);
}
.theme-green .src-assets-style-oaMeeting--index-cardFrame-20Ir8 a:hover {
  color: #00a854;
}
.theme-green .src-assets-style-oaMeeting--index-dropdownBox-1852_ .ant-select-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.theme-green .src-assets-style-oaMeeting--index-dropdownBox-1852_ .ant-select-dropdown-menu-item:hover a {
  color: #00a854;
}
.theme-green .src-assets-style-oaMeeting--index-sceneNav-4DJE1 span {
  color: #005825;
}
.theme-green .src-assets-style-oaMeeting--index-sceneNav-4DJE1 .src-assets-style-oaMeeting--index-sceneIcon-CFtoY {
  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-3fx_2 .src-assets-style-oaMeeting--index-left-2WwYV {
    border-radius: 6px;
    width: 100%;
  }
  .font-normal .src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-left-2WwYV .src-assets-style-oaMeeting--index-leftBody-1PCgT .src-assets-style-oaMeeting--index-leftService-2KZru {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-left-2WwYV {
    width: 100%;
  }
  .font-normal .src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-left-2WwYV .src-assets-style-oaMeeting--index-leftBody-1PCgT .src-assets-style-oaMeeting--index-leftService-2KZru {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-leftContent-39fgD {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-leftContent-39fgD {
    width: 100%;
  }
}
@media (max-height: 830px) {
  .font-normal .src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-leftContent-39fgD .src-assets-style-oaMeeting--index-AllLetter-3ZYuU {
    bottom: 4.85rem;
  }
}
@media (min-height: 831px) {
  .font-normal .src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-leftContent-39fgD .src-assets-style-oaMeeting--index-AllLetter-3ZYuU {
    top: 3.26rem;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-left-2WwYV {
    border-radius: 6px;
    width: 100%;
  }
  .font-large .src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-left-2WwYV .src-assets-style-oaMeeting--index-leftBody-1PCgT .src-assets-style-oaMeeting--index-leftService-2KZru {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-left-2WwYV {
    width: 100%;
  }
  .font-large .src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-left-2WwYV .src-assets-style-oaMeeting--index-leftBody-1PCgT .src-assets-style-oaMeeting--index-leftService-2KZru {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-leftContent-39fgD {
    width: 100%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-leftContent-39fgD {
    width: 100%;
  }
}
@media (max-height: 913px) {
  .font-large .src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-leftContent-39fgD .src-assets-style-oaMeeting--index-AllLetter-3ZYuU {
    bottom: 4.85rem;
  }
}
@media (min-height: 914.1px) {
  .font-large .src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-leftContent-39fgD .src-assets-style-oaMeeting--index-AllLetter-3ZYuU {
    top: 3.26rem;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-left-2WwYV {
    border-radius: 6px;
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-left-2WwYV .src-assets-style-oaMeeting--index-leftBody-1PCgT .src-assets-style-oaMeeting--index-leftService-2KZru {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-left-2WwYV {
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-left-2WwYV .src-assets-style-oaMeeting--index-leftBody-1PCgT .src-assets-style-oaMeeting--index-leftService-2KZru {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-leftContent-39fgD {
    width: 100%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-leftContent-39fgD {
    width: 100%;
  }
}
@media (max-height: 1037.5px) {
  .font-extraLarge .src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-leftContent-39fgD .src-assets-style-oaMeeting--index-AllLetter-3ZYuU {
    bottom: 4.85rem;
  }
}
@media (min-height: 1038.75px) {
  .font-extraLarge .src-assets-style-oaMeeting--index-flex-3fx_2 .src-assets-style-oaMeeting--index-leftContent-39fgD .src-assets-style-oaMeeting--index-AllLetter-3ZYuU {
    top: 3.26rem;
  }
}
@media (min-width: 1600px) {
  .font-extraLarge .src-assets-style-oaMeeting--index-flex-3fx_2 .ant-col-xxl-8 {
    width: 50%;
  }
}
.src-assets-style-oaMeeting--index-actions-ESB-W {
  padding: 0.03rem 0.08rem;
  margin-right: -1px;
  color: #000;
  border: 1px solid #cecbcb;
  border-radius: 4px;
}
.src-assets-style-oaMeeting--index-actions-ESB-W a {
  color: #000;
  font-weight: normal;
}
.src-assets-style-oaMeeting--index-actions-ESB-W .ant-divider,
.src-assets-style-oaMeeting--index-actions-ESB-W .ant-divider-vertical {
  width: 0.02rem;
  height: 0.18rem;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
/*************** 共用样式***************/
.src-assets-style-oaDocument--index-newsSearch-25wbA {
  float: right;
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.07rem;
}
.src-assets-style-oaDocument--index-newsSearch-25wbA .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-oaDocument--index-newsSearch-25wbA .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-25wbA .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-oaDocument--index-newsSearch-25wbA .src-assets-style-oaDocument--index-searchDel-2Nov3 {
  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-3lK7U {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-oaDocument--index-dropdownBoxDisplayNone-2vf7I {
  display: none;
}
.src-assets-style-oaDocument--index-selectColor-ESdIJ {
  color: var(--themeColor);
}
.src-assets-style-oaDocument--index-toolTip-26W7o .ant-tooltip-content .ant-tooltip-inner {
  width: 7.6rem !important;
}
.src-assets-style-oaDocument--index-toolTip2-2F_z9 .ant-tooltip-content .ant-tooltip-inner {
  width: 5.1rem !important;
}
.src-assets-style-oaDocument--index-pointerTag-3ZhGL {
  cursor: pointer;
}
.src-assets-style-oaDocument--index-main-content-38IFr {
  min-height: 14.8rem !important;
}
.src-assets-style-oaDocument--index-bodyFixed-gIU3E {
  position: fixed;
  width: 100%;
}
.src-assets-style-oaDocument--index-overflow-1Dlor {
  overflow: hidden;
}
.src-assets-style-oaDocument--index-fontGray-kYG6C {
  color: #adadad;
}
.src-assets-style-oaDocument--index-fontLightBlack-n-6if {
  color: #808080;
}
.src-assets-style-oaDocument--index-fontLine-2Ykyt {
  color: #adadad;
  margin-left: 0.06rem;
}
.src-assets-style-oaDocument--index-mgt12-3LkZe {
  margin-top: 0.12rem;
}
.src-assets-style-oaDocument--index-textCenter-3Oc8S {
  text-align: center;
  color: #808080;
  cursor: pointer;
}
.src-assets-style-oaDocument--index-pdr5-2myPW {
  padding-right: 0.05rem;
}
.src-assets-style-oaDocument--index-fontSc-1Vo9M {
  padding-right: 0.05rem;
  text-align: center;
  font-size: 0.28rem;
  color: #595959;
}
.src-assets-style-oaDocument--index-lineHeight-37RUA {
  line-height: 0.4rem;
  /*margin-left: -450px;*/
  width: 4rem;
}
/* 服务入口页面布局样式 */
.src-assets-style-oaDocument--index-flex-2FzYe {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-contentMain-1ImSL img {
  max-width: 100%;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-contentMain-1ImSL .ant-card-bordered {
  width: calc(100% - 2.28rem);
  display: inline-block;
  max-width: 100%;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-contentMain-1ImSL .ant-card-bordered .ant-card-body p {
  padding: 0px 0.32rem;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-contentMain-1ImSL .ant-card-bordered .ant-card-body img {
  max-width: 100%;
}
.src-assets-style-oaDocument--index-flex-2FzYe .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaDocument--index-flex-2FzYe .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaDocument--index-flex-2FzYe .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaDocument--index-flex-2FzYe .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-limitLength-1BFJK,
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-limitSplit-Ri82f {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-limitLength-1BFJK {
  width: 0.95rem;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-limitSplit-Ri82f {
  width: 0.2rem;
  text-align: center;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-right-o3kGe {
  width: 3.87rem;
  overflow: hidden;
  float: right;
  margin-top: 0.25rem;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightTop-2zz_q:hover {
  cursor: pointer;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightTop-2zz_q:hover .src-assets-style-oaDocument--index-rightAffairsBox-1kpVo .anticon {
  display: inline-block;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightTop-2zz_q {
  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-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightTop-2zz_q .src-assets-style-oaDocument--index-rightAffairsBox-1kpVo .anticon {
  display: none;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightTop-2zz_q .src-assets-style-oaDocument--index-iconLeft-2Bb4v {
  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-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightTop-2zz_q .src-assets-style-oaDocument--index-iconLeft-2Bb4v:hover {
  color: #AAAAAA;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightTop-2zz_q .src-assets-style-oaDocument--index-iconRight-3aMMV {
  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-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightTop-2zz_q .src-assets-style-oaDocument--index-iconRight-3aMMV:hover {
  color: #AAAAAA;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightTop-2zz_q .ant-card {
  position: static;
  color: #666666;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightTop-2zz_q .src-assets-style-oaDocument--index-affairTitle-3fiYS .ant-card-body {
  padding: 0px;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightTop-2zz_q .src-assets-style-oaDocument--index-affairTitle-3fiYS .ant-card-head {
  border-bottom: none;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightTop-2zz_q .src-assets-style-oaDocument--index-affairTitle-3fiYS .ant-list-grid .ant-list-item {
  margin-bottom: 0;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightTop-2zz_q .src-assets-style-oaDocument--index-affairTitle-3fiYS .ant-carousel .slick-dots {
  bottom: 0.35rem;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightTop-2zz_q .src-assets-style-oaDocument--index-affairTitle-3fiYS .ant-carousel .slick-slider {
  position: static;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightTop-2zz_q .src-assets-style-oaDocument--index-affairTitle-3fiYS .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-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightTop-2zz_q .src-assets-style-oaDocument--index-affairTitle-3fiYS .ant-carousel .slick-dots li button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #b8c4cc;*/
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightTop-2zz_q .src-assets-style-oaDocument--index-affairTitle-3fiYS .src-assets-style-oaDocument--index-noDataIcon-1hUpp {
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightTop-2zz_q .src-assets-style-oaDocument--index-affairTitle-3fiYS .src-assets-style-oaDocument--index-fontBlack-NdoI- {
  font-size: 0.18rem;
  font-weight: bold;
  color: #474747;
  line-height: 0.21rem;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightTop-2zz_q .src-assets-style-oaDocument--index-affairTitle-3fiYS .src-assets-style-oaDocument--index-serviceCollectDivRelative-3TRPd {
  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-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightTop-2zz_q .src-assets-style-oaDocument--index-affairTitle-3fiYS .src-assets-style-oaDocument--index-serviceCollectDivRelative-3TRPd .src-assets-style-oaDocument--index-radiusDiv-1w1Dw {
  /*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-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightTop-2zz_q .src-assets-style-oaDocument--index-affairTitle-3fiYS .src-assets-style-oaDocument--index-serviceCollectDivRelative-3TRPd .src-assets-style-oaDocument--index-radiusDiv-1w1Dw .src-assets-style-oaDocument--index-imageRadius-3-2I6 {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightTop-2zz_q .src-assets-style-oaDocument--index-affairTitle-3fiYS .src-assets-style-oaDocument--index-serviceCollectDivRelative-3TRPd .ant-card-body {
  padding: 0.11rem 0.07rem 0.18rem 0.09rem;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightTop-2zz_q .src-assets-style-oaDocument--index-affairTitle-3fiYS .src-assets-style-oaDocument--index-serviceCollectDivRelative-3TRPd .ant-card-bordered {
  border: none;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightTop-2zz_q .src-assets-style-oaDocument--index-affairTitle-3fiYS .src-assets-style-oaDocument--index-serviceCollectDivRelative-3TRPd .src-assets-style-oaDocument--index-textCenter-3Oc8S {
  text-align: center;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-right-o3kGe .src-assets-style-oaDocument--index-rightBottom-3E33I {
  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-3HsW6 {
  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-103-o {
  background: #fff;
}
.src-assets-style-oaDocument--index-optBackground-103-o a {
  color: #000;
}
.src-assets-style-oaDocument--index-optBackground-103-o a:hover {
  color: #fff;
}
.src-assets-style-oaDocument--index-optName-1_akD {
  width: 100%;
  height: 100%;
}
.src-assets-style-oaDocument--index-optImg--oa1S {
  margin-right: 0.1rem;
  width: 0.22rem;
  height: 0.22rem;
}
.src-assets-style-oaDocument--index-dropdownBox-U7VAW .ant-select-dropdown-menu-item:hover {
  background: #e6f7ff;
}
.src-assets-style-oaDocument--index-dropdownBox-U7VAW .ant-select-dropdown-menu-item:hover a {
  color: #397EF0;
}
.src-assets-style-oaDocument--index-dropdownBox-U7VAW .ant-select-dropdown-menu {
  overflow: hidden;
  max-height: none;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-screenBtn-1KpUN {
  cursor: pointer;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-screenBtn-1KpUN .ant-btn {
  border: none;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchBox-2hNDk {
  width: 5.5rem;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchBox-2hNDk input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-sceneNav-1zUqp {
  display: inline-block;
  position: absolute;
  margin-left: 0.55rem;
  height: 0.24rem;
  margin-top: 0.06rem;
  cursor: pointer;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-sceneNav-1zUqp span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: top;
  margin-top: 1px;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-sceneNav-1zUqp .src-assets-style-oaDocument--index-sceneIcon-17nfD {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchList-1P3Za {
  padding: 0.05rem 0;
  line-height: 2;
  border-bottom: 1px dashed #e1e6e3;
  display: flex;
  align-items: center;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchList-1P3Za .ant-tag-checkable-checked {
  border-radius: 12px;
  color: var(--themeColor);
  background: var(--themeColorBg);
  border-color: var(--themeColor1);
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchList-1P3Za .ant-tag {
  cursor: pointer;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchList-1P3Za .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchList-1P3Za .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: var(--themeColor);
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchList-1P3Za .src-assets-style-oaDocument--index-item-NAbNQ {
  width: calc(100% - 0.42rem);
  display: inline-block;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchList-1P3Za .src-assets-style-oaDocument--index-all-390r2 {
  display: inline-block;
  flex-shrink: 0;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchList-1P3Za .src-assets-style-oaDocument--index-all-390r2 .ant-tag {
  cursor: pointer;
  border-radius: 12px;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchList-1P3Za .src-assets-style-oaDocument--index-allNew-a1Pyv {
  display: inline-block;
  flex-shrink: 0;
  min-width: 0.8rem;
  text-align: right;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchList-1P3Za .src-assets-style-oaDocument--index-allNew-a1Pyv .ant-tag {
  cursor: pointer;
  border-radius: 12px;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchList-1P3Za .src-assets-style-oaDocument--index-searchTitle-2iDv1 {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchList-1P3Za .src-assets-style-oaDocument--index-hideItem-jeTBN {
  display: inline-block;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchList-1P3Za .src-assets-style-oaDocument--index-rightBtn-3UCqj {
  float: right;
  cursor: pointer;
  margin-top: 0.09rem;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchList-1P3Za .src-assets-style-oaDocument--index-tagBox-3YNmU {
  display: inline-block;
  padding-left: 0.3rem;
  width: 90%;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchList-1P3Za .src-assets-style-oaDocument--index-tagBox-3YNmU .src-assets-style-oaDocument--index-tagItem-1SfE3 {
  display: inline-block;
  width: 1rem;
  padding: 0 0.05rem;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchList-1P3Za .src-assets-style-oaDocument--index-tagBox-3YNmU .src-assets-style-oaDocument--index-tagItem-1SfE3 .ant-tag,
.src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchList-1P3Za .src-assets-style-oaDocument--index-tagBox-3YNmU .src-assets-style-oaDocument--index-tagItem-1SfE3 .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-2fAPO .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .theme-blue .ant-btn:hover,
.src-assets-style-oaDocument--index-searchContent-2fAPO .theme-blue .ant-btn:focus {
  color: #808080;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .ant-input-prefix {
  color: #cdcdcd;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaDocument--index-searchContent-2fAPO .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaDocument--index-cardFrame-1j26K .src-assets-style-oaDocument--index-cardItem-2qPLr: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-1j26K .src-assets-style-oaDocument--index-cardItem-2qPLr:hover button {
  display: block;
  position: absolute;
  right: 0.16rem;
  top: 0.17rem;
  z-index: 2;
  /* opacity: 0.65;*/
}
.src-assets-style-oaDocument--index-cardFrame-1j26K .src-assets-style-oaDocument--index-cardItem-2qPLr:hover button:hover {
  opacity: 1;
}
.src-assets-style-oaDocument--index-cardFrame-1j26K button {
  display: none;
}
.src-assets-style-oaDocument--index-cardFrame-1j26K .src-assets-style-oaDocument--index-saveIco-3JEbE {
  width: 0.48rem;
  height: 0.48rem;
}
.src-assets-style-oaDocument--index-cardFrame-1j26K .src-assets-style-oaDocument--index-iconTj-aJkVL {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: 1px;
  left: 0.06rem;
}
.src-assets-style-oaDocument--index-cardFrame-1j26K .src-assets-style-oaDocument--index-tag-274cT {
  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-1j26K .src-assets-style-oaDocument--index-tag-274cT .src-assets-style-oaDocument--index-fontBlack-NdoI- {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaDocument--index-cardFrame-1j26K .src-assets-style-oaDocument--index-comment-1kk8m {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaDocument--index-cardFrame-1j26K .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaDocument--index-cardFrame-1j26K .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0px;
}
.src-assets-style-oaDocument--index-cardFrame-1j26K .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaDocument--index-cardFrame-1j26K .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaDocument--index-cardFrame-1j26K .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaDocument--index-cardFrame-1j26K .ant-list-item-meta-description {
  line-height: 0.25rem;
}
.src-assets-style-oaDocument--index-cardFrame-1j26K .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaDocument--index-cardFrame-1j26K a {
  color: #474747;
}
.src-assets-style-oaDocument--index-cardFrame-1j26K a:hover {
  /*color: #1890ff;*/
  text-decoration: underline;
}
.src-assets-style-oaDocument--index-jian-XcAxo {
  display: inline-flex;
  height: 0.31rem;
}
.src-assets-style-oaDocument--index-flex-2FzYe {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-applyContentTop-Z8nsY {
  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-2FzYe .src-assets-style-oaDocument--index-applyContentTop-Z8nsY .ant-list-item-main {
  display: inline-block;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-applyContentTop-Z8nsY .ant-list-item-extra {
  float: right;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-applyContentTop-Z8nsY .src-assets-style-oaDocument--index-comment-1kk8m {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-applyContentTop-Z8nsY .src-assets-style-oaDocument--index-saveIco-3JEbE {
  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-2FzYe .src-assets-style-oaDocument--index-applyContentTop-Z8nsY .src-assets-style-oaDocument--index-iconTj-aJkVL {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: -0.02rem;
  left: 0.06rem;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-applyContentTop-Z8nsY .src-assets-style-oaDocument--index-tag-274cT {
  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-2FzYe .src-assets-style-oaDocument--index-applyContentTop-Z8nsY .src-assets-style-oaDocument--index-tag-274cT .src-assets-style-oaDocument--index-fontBlack-NdoI- {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-applyContentTop-Z8nsY .src-assets-style-oaDocument--index-grade-3u-WE {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  color: #808080;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-applyContentTop-Z8nsY .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-applyContentTop-Z8nsY .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0.03rem;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-applyContentTop-Z8nsY .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-applyContentTop-Z8nsY .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-applyContentTop-Z8nsY .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-applyContentTop-Z8nsY .ant-list-item-meta-description {
  line-height: 2;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-applyContentTop-Z8nsY .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-applyContentTop-Z8nsY .ant-card-bordered {
  border: none;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-applyContentTop-Z8nsY .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-applyContentTop-Z8nsY .ant-col-12 {
  width: 100%;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-applyContentTop-Z8nsY .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-2FzYe .src-assets-style-oaDocument--index-applyContentTop-Z8nsY .ant-card-wider-padding .ant-card-body {
  padding: 0.24rem 0px 0.15rem 0.24rem;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-applyContentTopTitle-1B2ny a {
  color: #474747;
  font-weight: bold;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-contenBottom-1T7P8 {
  display: table;
  margin-top: 0.28rem;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-contenBottom-1T7P8 .src-assets-style-oaDocument--index-userGuide-1G69x {
  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-2FzYe .src-assets-style-oaDocument--index-contenBottom-1T7P8 .src-assets-style-oaDocument--index-userGuide-1G69x .src-assets-style-oaDocument--index-rightAnchor-Pkdxp {
  position: absolute;
  right: 0.35rem;
  top: 0.3rem;
  z-index: 999;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-contenBottom-1T7P8 .src-assets-style-oaDocument--index-userGuide-1G69x .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-contenBottom-1T7P8 .src-assets-style-oaDocument--index-userGuide-1G69x .ant-card-bordered {
  border: none;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-contenBottom-1T7P8 .src-assets-style-oaDocument--index-userGuide-1G69x .ant-card-head {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-contenBottom-1T7P8 .src-assets-style-oaDocument--index-userGuide-1G69x .ant-card-head-title {
  font-weight: bold;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-contenBottom-1T7P8 .src-assets-style-oaDocument--index-userGuide-1G69x .ant-list-split .ant-list-item {
  border-bottom: none;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-contenBottom-1T7P8 .src-assets-style-oaDocument--index-userGuide-1G69x .ant-list-split .ant-list-header {
  border-bottom: none;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-contenBottom-1T7P8 .src-assets-style-oaDocument--index-userGuide-1G69x .ant-list-item {
  padding: 0;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-contenBottom-1T7P8 .src-assets-style-oaDocument--index-userGuide-1G69x .ant-list-header,
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-contenBottom-1T7P8 .src-assets-style-oaDocument--index-userGuide-1G69x .ant-list-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-contenBottom-1T7P8 .src-assets-style-oaDocument--index-userGuide-1G69x .ant-anchor-ink-ball {
  width: 0.14rem;
  height: 0.14rem;
  border: 4px solid #1890ff;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-contenBottom-1T7P8 .src-assets-style-oaDocument--index-userGuide-1G69x .ant-anchor-wrapper {
  padding-left: 0.1rem;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-userEvaluation-M3j7G {
  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-2FzYe .src-assets-style-oaDocument--index-userEvaluation-M3j7G .src-assets-style-oaDocument--index-title-v8xUP {
  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-2FzYe .src-assets-style-oaDocument--index-userEvaluation-M3j7G .src-assets-style-oaDocument--index-evaluationDetails-30sNV {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-userEvaluation-M3j7G .src-assets-style-oaDocument--index-evaluationDetails-30sNV .src-assets-style-oaDocument--index-describe-1mKEh {
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-userEvaluation-M3j7G .src-assets-style-oaDocument--index-evaluationDetails-30sNV .src-assets-style-oaDocument--index-userName-2R5Vp {
  float: left;
  color: #010101;
}
.src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-userEvaluation-M3j7G .src-assets-style-oaDocument--index-evaluationDetails-30sNV .src-assets-style-oaDocument--index-time-3XczH {
  float: right;
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaDocument--index-nullData-3WQxJ {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-oaDocument--index-nullData-3WQxJ .src-assets-style-oaDocument--index-message-18ZrL {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-oaDocument--index-limitedTime-10U7s {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.45rem;
  width: 0.5rem;
}
.src-assets-style-oaDocument--index-limitedTime-10U7s .src-assets-style-oaDocument--index-backBorder-us51Q {
  border-top: solid 40px #ff9900;
  border-right: solid 50px rgba(0, 0, 0, 0);
}
.src-assets-style-oaDocument--index-limitedTime-10U7s .src-assets-style-oaDocument--index-inner-3oUIT {
  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-AWxPU {
  position: absolute;
  top: 0px;
  left: -0.07rem;
  width: 0.5rem;
  height: 0.45rem;
}
.src-assets-style-oaDocument--index-limitedTimeLeft-AWxPU .src-assets-style-oaDocument--index-backBorder-us51Q {
  border-top: solid 50px #ff9900;
  border-right: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-oaDocument--index-limitedTimeLeft-AWxPU .src-assets-style-oaDocument--index-inner-3oUIT {
  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-166Cq .ant-dropdown-menu {
  padding: 0;
}
.src-assets-style-oaDocument--index-footerStyle-1LyN3 {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaDocument--index-pagingMargin1-2lbLw {
  margin-left: 0.2rem;
}
.src-assets-style-oaDocument--index-pagingMargin2-360cf {
  margin-left: 0.5rem;
}
.src-assets-style-oaDocument--index-pagingLeft-DnThR {
  display: inline-block;
  width: 60%;
}
.src-assets-style-oaDocument--index-pagingRight-7TAAj {
  display: inline-block;
  text-align: right;
  padding-right: 0.1rem;
  width: 40%;
}
.src-assets-style-oaDocument--index-pageingButton-33yE2 {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-oaDocument--index-pageingNotAllowed-19fkz {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-oaDocument--index-itemButton-2X5c- {
  margin-right: 0.1rem;
}
.src-assets-style-oaDocument--index-itemButton-2X5c- .src-assets-style-oaDocument--index-img-3pqBm {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-oaDocument--index-itemButton-2X5c- i {
  margin-right: 0.05rem;
}
.src-assets-style-oaDocument--index-breadcrumb-2ECMR {
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-oaDocument--index-breadcrumbItem-1Jsde {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-oaDocument--index-card-3eSnS {
  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-uxmF9 {
  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-uxmF9 .ant-btn {
  margin-top: 0.1rem;
}
.src-assets-style-oaDocument--index-copyIcon-3ABb0 {
  color: #1890ff;
  margin-left: 0.05rem;
}
.src-assets-style-oaDocument--index-catalogSetting-2BZ6t .ant-modal-title {
  color: #fff;
}
.src-assets-style-oaDocument--index-customScrollbar-1cvpF ::-webkit-scrollbar {
  width: -1px !important;
}
.src-assets-style-oaDocument--index-affairsCard_linkTitle-3wSe- {
  float: left;
  margin-right: 0.04rem;
}
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaDocument--index-cardFrame-1j26K .src-assets-style-oaDocument--index-cardItem-2qPLr:hover button {
  background-color: #70b470;
  border-color: #70b470;
}
.theme-green .src-assets-style-oaDocument--index-cardFrame-1j26K .src-assets-style-oaDocument--index-cardItem-2qPLr:hover button:hover {
  background-color: #00a854;
  border-color: #00a854;
}
/**************************** 绿色主题开始 ***************************/
/**************************** 红色主题开始 ***************************/
.theme-red .src-assets-style-oaDocument--index-selectColor-ESdIJ {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDocument--index-footerStyle-1LyN3 {
  background-color: #fffafb;
}
.theme-red .src-assets-style-oaDocument--index-pageingButton-33yE2 {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDocument--index-cardFrame-1j26K .src-assets-style-oaDocument--index-cardItem-2qPLr:hover button {
  background-color: #F63E62;
  border-color: #F63E62;
}
.theme-red .src-assets-style-oaDocument--index-cardFrame-1j26K .src-assets-style-oaDocument--index-cardItem-2qPLr:hover button:hover {
  background-color: #9A001E;
  border-color: #9A001E;
}
.theme-red .src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchList-1P3Za .ant-tag-checkable-checked {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchList-1P3Za .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDocument--index-pagination--mOMw {
  box-shadow: 0px 0px 0.1rem 0px rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaDocument--index-pagination--mOMw .src-assets-style-oaDocument--index-affairTotal-3FkgI .src-assets-style-oaDocument--index-fontBlue-3uI_a {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDocument--index-activeLetter-2P9e0 {
  background: #F63E62;
}
.theme-red .src-assets-style-oaDocument--index-letter-1R8dh:hover {
  background: #F63E62;
}
.theme-red .src-assets-style-oaDocument--index-radiusDiv-1w1Dw {
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaDocument--index-radiusDiv-1w1Dw:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-oaDocument--index-affairTitle-3fiYS .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
.theme-red .src-assets-style-oaDocument--index-affairTitle-3fiYS .ant-carousel .slick-dots li button {
  background: rgba(255, 0, 0, 0.5);
}
.theme-red .src-assets-style-oaDocument--index-cardFrame-1j26K a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDocument--index-dropdownBox-U7VAW .ant-select-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-oaDocument--index-dropdownBox-U7VAW .ant-select-dropdown-menu-item:hover a {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDocument--index-sceneNav-1zUqp span {
  color: #9A001E;
}
.theme-red .src-assets-style-oaDocument--index-sceneNav-1zUqp .src-assets-style-oaDocument--index-sceneIcon-17nfD {
  background: url(../../assets/images/mapIcon_red.png) no-repeat center;
  background-size: cover;
}
.theme-red .src-assets-style-oaDocument--index-receiptDiv-t7CN7 {
  background: #9A001E;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-assets-style-oaDocument--index-selectColor-ESdIJ {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaDocument--index-footerStyle-1LyN3 {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-oaDocument--index-pageingButton-33yE2 {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaDocument--index-cardFrame-1j26K .src-assets-style-oaDocument--index-cardItem-2qPLr:hover button {
  background-color: #71b8ef;
  border-color: #71b8ef;
}
.theme-blue .src-assets-style-oaDocument--index-cardFrame-1j26K .src-assets-style-oaDocument--index-cardItem-2qPLr:hover button:hover {
  background-color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchList-1P3Za .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #a2ceff;
}
.theme-blue .src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchList-1P3Za .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaDocument--index-pagination--mOMw {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaDocument--index-pagination--mOMw .src-assets-style-oaDocument--index-affairTotal-3FkgI .src-assets-style-oaDocument--index-fontBlue-3uI_a {
  color: #1890ff;
}
.theme-blue .src-assets-style-oaDocument--index-activeLetter-2P9e0 {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaDocument--index-letter-1R8dh:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaDocument--index-radiusDiv-1w1Dw {
  border: 1px solid rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaDocument--index-radiusDiv-1w1Dw:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-oaDocument--index-affairTitle-3fiYS .ant-carousel .slick-dots li.slick-active button {
  background: #1890ff;
}
.theme-blue .src-assets-style-oaDocument--index-affairTitle-3fiYS .ant-carousel .slick-dots li button {
  background: rgba(35, 145, 230, 0.7);
}
.theme-blue .src-assets-style-oaDocument--index-cardFrame-1j26K a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaDocument--index-sceneNav-1zUqp span {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaDocument--index-sceneNav-1zUqp .src-assets-style-oaDocument--index-sceneIcon-17nfD {
  background: url(../../assets/images/mapIcon_blue.png) no-repeat center;
  background-size: cover;
}
.theme-blue .src-assets-style-oaDocument--index-receiptDiv-t7CN7 {
  background: #397EF0;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchList-1P3Za .ant-tag-checkable-checked {
  color: #1C9750;
  background: #E6FFF1;
  border-color: #1C9750;
}
.theme-green .src-assets-style-oaDocument--index-searchContent-2fAPO .src-assets-style-oaDocument--index-searchList-1P3Za .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1C9750;
}
.theme-green .src-assets-style-oaDocument--index-pagination--mOMw {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-oaDocument--index-pagination--mOMw .src-assets-style-oaDocument--index-affairTotal-3FkgI .src-assets-style-oaDocument--index-fontBlue-3uI_a {
  color: #1C9750;
}
.theme-green .src-assets-style-oaDocument--index-activeLetter-2P9e0 {
  background: #1C9750;
}
.theme-green .src-assets-style-oaDocument--index-letter-1R8dh:hover {
  background: #1C9750;
}
.theme-green .src-assets-style-oaDocument--index-radiusDiv-1w1Dw:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(68, 126, 98, 0.35);
}
.theme-green .src-assets-style-oaDocument--index-radiusDiv-1w1Dw {
  border: 1px solid rgba(87, 177, 134, 0.1);
}
.theme-green .src-assets-style-oaDocument--index-affairTitle-3fiYS .ant-carousel .slick-dots li.slick-active button {
  background: #1C9750;
}
.theme-green .src-assets-style-oaDocument--index-affairTitle-3fiYS .ant-carousel .slick-dots li button {
  background: rgba(10, 150, 50, 0.7);
}
.theme-green .src-assets-style-oaDocument--index-cardFrame-1j26K a:hover {
  color: #00a854;
}
.theme-green .src-assets-style-oaDocument--index-dropdownBox-U7VAW .ant-select-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.theme-green .src-assets-style-oaDocument--index-dropdownBox-U7VAW .ant-select-dropdown-menu-item:hover a {
  color: #00a854;
}
.theme-green .src-assets-style-oaDocument--index-sceneNav-1zUqp span {
  color: #005825;
}
.theme-green .src-assets-style-oaDocument--index-sceneNav-1zUqp .src-assets-style-oaDocument--index-sceneIcon-17nfD {
  background: url(../../assets/images/mapIcon_green.png) no-repeat center;
  background-size: cover;
}
.theme-green .src-assets-style-oaDocument--index-receiptDiv-t7CN7 {
  background: #005825;
}
/**************************** 绿色主题结束 **************************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-left-ibgTv {
    border-radius: 6px;
    width: 100%;
  }
  .font-normal .src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-left-ibgTv .src-assets-style-oaDocument--index-leftBody-3B-ia .src-assets-style-oaDocument--index-leftService-3_O6C {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-left-ibgTv {
    width: 100%;
  }
  .font-normal .src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-left-ibgTv .src-assets-style-oaDocument--index-leftBody-3B-ia .src-assets-style-oaDocument--index-leftService-3_O6C {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-leftContent-1TbwD {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-leftContent-1TbwD {
    width: 100%;
  }
}
@media (max-height: 830px) {
  .font-normal .src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-leftContent-1TbwD .src-assets-style-oaDocument--index-AllLetter-EAo11 {
    bottom: 4.85rem;
  }
}
@media (min-height: 831px) {
  .font-normal .src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-leftContent-1TbwD .src-assets-style-oaDocument--index-AllLetter-EAo11 {
    top: 3.26rem;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-left-ibgTv {
    border-radius: 6px;
    width: 100%;
  }
  .font-large .src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-left-ibgTv .src-assets-style-oaDocument--index-leftBody-3B-ia .src-assets-style-oaDocument--index-leftService-3_O6C {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-left-ibgTv {
    width: 100%;
  }
  .font-large .src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-left-ibgTv .src-assets-style-oaDocument--index-leftBody-3B-ia .src-assets-style-oaDocument--index-leftService-3_O6C {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-leftContent-1TbwD {
    width: 100%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-leftContent-1TbwD {
    width: 100%;
  }
}
@media (max-height: 913px) {
  .font-large .src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-leftContent-1TbwD .src-assets-style-oaDocument--index-AllLetter-EAo11 {
    bottom: 4.85rem;
  }
}
@media (min-height: 914.1px) {
  .font-large .src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-leftContent-1TbwD .src-assets-style-oaDocument--index-AllLetter-EAo11 {
    top: 3.26rem;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-left-ibgTv {
    border-radius: 6px;
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-left-ibgTv .src-assets-style-oaDocument--index-leftBody-3B-ia .src-assets-style-oaDocument--index-leftService-3_O6C {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-left-ibgTv {
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-left-ibgTv .src-assets-style-oaDocument--index-leftBody-3B-ia .src-assets-style-oaDocument--index-leftService-3_O6C {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-leftContent-1TbwD {
    width: 100%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-leftContent-1TbwD {
    width: 100%;
  }
}
@media (max-height: 1037.5px) {
  .font-extraLarge .src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-leftContent-1TbwD .src-assets-style-oaDocument--index-AllLetter-EAo11 {
    bottom: 4.85rem;
  }
}
@media (min-height: 1038.75px) {
  .font-extraLarge .src-assets-style-oaDocument--index-flex-2FzYe .src-assets-style-oaDocument--index-leftContent-1TbwD .src-assets-style-oaDocument--index-AllLetter-EAo11 {
    top: 3.26rem;
  }
}
@media (min-width: 1600px) {
  .font-extraLarge .src-assets-style-oaDocument--index-flex-2FzYe .ant-col-xxl-8 {
    width: 50%;
  }
}
.src-app-page-chartPage--index-chartPage-sCpzM {
  overflow: hidden;
  height: 100vh;
  background-image: url(../../assets/images/chart-bg.png);
  background-size: 100% 100%;
  color: #fff;
}
.src-app-page-chartPage--index-innerBg-2ix0t {
  height: 100%;
  background-image: url(../../assets/images/finished-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.src-app-page-chartPage--index-innerBg-2ix0t .src-app-page-chartPage--index-rowTitle-1hn4n {
  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-1HAo7 {
  position: absolute;
  left: 0.32rem;
  top: 0.2rem;
}
.src-app-page-chartPage--index-chartTitile-3uTNF {
  text-align: center;
}
.src-app-page-chartPage--index-chartTitile-3uTNF img {
  height: 0.62rem;
}
.src-app-page-chartPage--index-emptyData-3DsK8 {
  padding-top: 0.3rem;
  text-align: center;
}
.src-app-page-chartPage--index-linearColor-J4xYH {
  background: linear-gradient(to bottom, #ebf6ff 0%, #4da9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.src-app-page-chartPage--index-goldText-1gckb {
  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-vA-aE {
  margin-bottom: 0.28rem;
  text-align: center;
  font-size: 0.28rem;
  font-weight: bold;
}
.src-app-page-chartPage--index-chartContent-3f2Ty {
  height: calc(100% - 0.62rem);
  display: flex;
  padding: 0.3rem 0.5rem;
}
.src-app-page-chartPage--index-chartContent-3f2Ty .src-app-page-chartPage--index-leftBox-2Dvzj {
  flex-shrink: 0;
  width: 6.25rem;
  background-image: url(../../assets/images/left-box.png);
  background-size: 100% 100%;
}
.src-app-page-chartPage--index-chartContent-3f2Ty .src-app-page-chartPage--index-leftBox-2Dvzj .src-app-page-chartPage--index-qrcodeWrapper-1ok1U {
  position: relative;
  width: 3rem;
  margin: 0.94rem auto 0.48rem;
}
.src-app-page-chartPage--index-chartContent-3f2Ty .src-app-page-chartPage--index-leftBox-2Dvzj .src-app-page-chartPage--index-qrcodeWrapper-1ok1U img {
  width: 100%;
  height: 100%;
}
.src-app-page-chartPage--index-chartContent-3f2Ty .src-app-page-chartPage--index-leftBox-2Dvzj .src-app-page-chartPage--index-qrcodeWrapper-1ok1U .src-app-page-chartPage--index-corner-1HCE1 {
  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-3f2Ty .src-app-page-chartPage--index-leftBox-2Dvzj .src-app-page-chartPage--index-qrcodeWrapper-1ok1U .src-app-page-chartPage--index-corner-1HCE1:nth-of-type(1) {
  left: -0.16rem;
  top: -0.16rem;
  border-image-slice: 1 0 0 1;
}
.src-app-page-chartPage--index-chartContent-3f2Ty .src-app-page-chartPage--index-leftBox-2Dvzj .src-app-page-chartPage--index-qrcodeWrapper-1ok1U .src-app-page-chartPage--index-corner-1HCE1:nth-of-type(2) {
  right: -0.16rem;
  top: -0.16rem;
  border-image-slice: 1 1 0 0;
}
.src-app-page-chartPage--index-chartContent-3f2Ty .src-app-page-chartPage--index-leftBox-2Dvzj .src-app-page-chartPage--index-qrcodeWrapper-1ok1U .src-app-page-chartPage--index-corner-1HCE1:nth-of-type(3) {
  left: -0.16rem;
  bottom: -0.16rem;
  border-image-slice: 0 0 1 1;
}
.src-app-page-chartPage--index-chartContent-3f2Ty .src-app-page-chartPage--index-leftBox-2Dvzj .src-app-page-chartPage--index-qrcodeWrapper-1ok1U .src-app-page-chartPage--index-corner-1HCE1:nth-of-type(4) {
  right: -0.16rem;
  bottom: -0.16rem;
  border-image-slice: 0 1 1 0;
}
.src-app-page-chartPage--index-chartContent-3f2Ty .src-app-page-chartPage--index-leftBox-2Dvzj .src-app-page-chartPage--index-tips-FJlL0 {
  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-3f2Ty .src-app-page-chartPage--index-leftBox-2Dvzj .src-app-page-chartPage--index-infos-Mrzec {
  font-size: 0.16rem;
  display: flex;
  padding: 0 0.24rem 0 1.16rem;
  align-items: center;
}
.src-app-page-chartPage--index-chartContent-3f2Ty .src-app-page-chartPage--index-right-2qbNF {
  flex-grow: 1;
  padding: 0 0 0 0.28rem;
}
.src-app-page-chartPage--index-chartContent-3f2Ty .src-app-page-chartPage--index-right-2qbNF .src-app-page-chartPage--index-rowTitle-1hn4n {
  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-3f2Ty .src-app-page-chartPage--index-right-2qbNF .src-app-page-chartPage--index-signStat-W0wF6 {
  height: 1.07rem;
  position: relative;
}
.src-app-page-chartPage--index-chartContent-3f2Ty .src-app-page-chartPage--index-right-2qbNF .src-app-page-chartPage--index-signStat-W0wF6 .src-app-page-chartPage--index-signProcess-3X8gE {
  width: calc(70% - 2rem);
  height: 0.7rem;
  position: absolute;
  left: calc(20% + 1.13rem);
}
.src-app-page-chartPage--index-chartContent-3f2Ty .src-app-page-chartPage--index-right-2qbNF .src-app-page-chartPage--index-signStat-W0wF6 .src-app-page-chartPage--index-signProcess-3X8gE .src-app-page-chartPage--index-signData-19Kqj {
  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-3f2Ty .src-app-page-chartPage--index-right-2qbNF .src-app-page-chartPage--index-signStat-W0wF6 .src-app-page-chartPage--index-signProcess-3X8gE .src-app-page-chartPage--index-processBar-34_Y1 {
  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-3f2Ty .src-app-page-chartPage--index-right-2qbNF .src-app-page-chartPage--index-signStat-W0wF6 .src-app-page-chartPage--index-signProcess-3X8gE .src-app-page-chartPage--index-processBar-34_Y1 .src-app-page-chartPage--index-processInner-1ogB6 {
  position: relative;
  height: 0.08rem;
  border-radius: 0.04rem;
  background: linear-gradient(90deg, #a7e5ff 0%, #effcff 50%, #4eaaff);
}
.src-app-page-chartPage--index-chartContent-3f2Ty .src-app-page-chartPage--index-right-2qbNF .src-app-page-chartPage--index-signStat-W0wF6 .src-app-page-chartPage--index-signProcess-3X8gE .src-app-page-chartPage--index-processBar-34_Y1 .src-app-page-chartPage--index-processDot-2w8Uc {
  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-3bVYT {
  margin: 0.1rem 0 0.5rem;
  padding: 0 0 0 0.6rem;
  color: #c3f0ff;
}
.src-app-page-chartPage--index-tableBox-3bVYT .src-app-page-chartPage--index-tableHeader-1igkS .src-app-page-chartPage--index-headerCell-btmsv {
  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-3bVYT .src-app-page-chartPage--index-tableBody--IR_s td {
  padding: 0.08rem;
}
.src-app-page-chartPage--index-tableBox-3bVYT .src-app-page-chartPage--index-tableBody--IR_s tr:nth-child(odd) {
  background: rgba(38, 66, 139, 0.3);
}
.src-app-page-chartPage--index-tableBox-3bVYT .src-app-page-chartPage--index-tableBody--IR_s::-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-1Wy0E {
  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-2-kKY {
  padding: 1.12rem 0 0.24rem;
  box-sizing: border-box;
  min-height: 2.57rem;
}
.src-assets-style-BulletinManage--index-loginContainer-Whxrk {
  /*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-3CxQC {
  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-k4HRf .src-assets-style-BulletinManage--index-header-1XQu2 {
  height: 0.66rem;
  line-height: 0.3rem;
}
.src-assets-style-BulletinManage--index-captcha-2yvUA {
  width: 58%;
  float: left;
}
.src-assets-style-BulletinManage--index-captchaContent-3qW3H {
  float: right;
  width: 40%;
  text-align: center;
  height: 0.3rem;
  display: flex;
}
.src-assets-style-BulletinManage--index-copyWriting-1tdyI {
  margin: -0.07rem auto;
}
.src-assets-style-BulletinManage--index-loginImage-SQrTY {
  height: 2.73rem;
  background-color: #005825;
}
.src-assets-style-BulletinManage--index-loginHeader-2Ue3q {
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.src-assets-style-BulletinManage--index-headerTitle-3knWE {
  color: #FFFFFF;
  display: inline-block;
  float: left;
  padding-left: 0.08rem;
  font-size: 0.18rem;
}
.src-assets-style-BulletinManage--index-headerImg-1BoK5 {
  display: inline-block;
  vertical-align: middle;
  float: left;
  line-height: 0.6rem;
  height: 0.6rem;
}
.src-assets-style-BulletinManage--index-headerImg-1BoK5 img {
  width: 0.45rem;
  height: 0.45rem;
}
.src-assets-style-BulletinManage--index-header-1XQu2 {
  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-3dZVv {
    height: 3.94308rem;
  }
  .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN {
    width: 11.9rem;
    height: 3.94308rem;
  }
  .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .ant-carousel .slick-slide {
    height: 3.92308rem;
  }
  .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-firstLeftImageItem-2ryUB .src-assets-style-BulletinManage--index-firstLeftImage-2oVbk {
    height: 3.92308rem;
  }
  .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-firstLeftImageItem-2ryUB .src-assets-style-BulletinManage--index-firstLeftTitle-2dIDq {
    padding-right: 40%;
  }
  .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-btnImg-3zOqD {
    top: 1.56154rem;
  }
  .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstRight-21PgE {
    top: 10%;
  }
  .src-assets-style-BulletinManage--index-second-lKc4G .src-assets-style-BulletinManage--index-secondList-3WqIM .src-assets-style-BulletinManage--index-secondItem-2OYO4 {
    width: 3.83333rem;
  }
}
.src-assets-style-BulletinManage--index-mainContent-7Zh9u {
  background-color: #fbfefc;
}
.src-assets-style-BulletinManage--index-mainContent-7Zh9u .ant-breadcrumb {
  line-height: 0.55rem;
  height: 0.55rem;
}
.src-assets-style-BulletinManage--index-first-3dZVv {
  /*height: 320px;*/
  margin-top: 0.1rem;
  margin-bottom: 0.45rem;
  position: relative;
}
.src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN {
  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-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .ant-carousel .slick-slide {
  text-align: center;
  /*height: 320px;*/
  overflow: hidden;
}
.src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .ant-carousel .slick-dots {
  position: relative;
  bottom: -0.15rem;
  height: 0.08rem;
}
.src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .ant-carousel .slick-dots li {
  margin: 0 0.1rem 0 0.02rem;
}
.src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .ant-carousel .slick-dots li button {
  background: #37A164;
  border-radius: 50%;
  width: 0.08rem;
  height: 0.08rem;
}
.src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .ant-carousel .slick-dots li.slick-active button {
  background: #37A164;
  width: 0.08rem;
}
.src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN:hover .src-assets-style-BulletinManage--index-btnImg-3zOqD {
  display: inline-block;
}
.src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-btnImg-3zOqD {
  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-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-btnImg-3zOqD:hover {
  cursor: pointer;
}
.src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-btnImg-3zOqD .src-assets-style-BulletinManage--index-icon-3quOc {
  font-size: 0.56rem;
  font-weight: bold;
}
.src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-btnImg-3zOqD .src-assets-style-BulletinManage--index-icon-3quOc:hover {
  cursor: pointer;
}
.src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-prevImg-2P2t8 {
  left: 2%;
}
.src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-nextImge-3F5kf {
  right: 2%;
}
.src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-firstLeftImageItem-2ryUB {
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
}
.src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-firstLeftImageItem-2ryUB .src-assets-style-BulletinManage--index-firstLeftImage-2oVbk {
  width: 100%;
  /*height: 320px;*/
}
.src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-firstLeftImageItem-2ryUB .src-assets-style-BulletinManage--index-firstLeftTitle-2dIDq {
  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-3dZVv .src-assets-style-BulletinManage--index-firstRight-21PgE {
  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-3dZVv .src-assets-style-BulletinManage--index-firstRight-21PgE .ant-tabs-nav-scroll,
.src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstRight-21PgE .ant-tabs-nav {
  width: 100%;
}
.src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstRight-21PgE .ant-tabs-tab {
  width: 50%;
  margin: 0px;
  text-align: center;
}
.src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstRight-21PgE .ant-input {
  height: 0.3rem;
}
.src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstRight-21PgE .ant-form-item {
  margin-bottom: 0.18rem;
}
.src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstRight-21PgE .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-3dZVv .src-assets-style-BulletinManage--index-firstRight-21PgE .src-assets-style-BulletinManage--index-firstLogin-2s8nP {
  height: 100%;
  margin-top: 0px;
}
.src-assets-style-BulletinManage--index-firstLogin-2s8nP .src-assets-style-BulletinManage--index-loginRow-2nswG {
  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-2s8nP .src-assets-style-BulletinManage--index-secondPane-2CXuj {
  padding: 0.12rem 0.21rem 0px 0.19rem;
  margin: 0;
}
.src-assets-style-BulletinManage--index-firstLogin-2s8nP button {
  width: 100%;
}
.src-assets-style-BulletinManage--index-firstLogin-2s8nP .src-assets-style-BulletinManage--index-loginInfo-1DlWm {
  height: 0.5rem;
}
.src-assets-style-BulletinManage--index-firstLogin-2s8nP .src-assets-style-BulletinManage--index-loginInfo-1DlWm div {
  float: right;
  height: 0.21rem;
  line-height: 0.21rem;
  font-size: 0.12rem;
  color: #BDBDBD;
}
.src-assets-style-BulletinManage--index-firstLogin-2s8nP .src-assets-style-BulletinManage--index-loginInfo-1DlWm a {
  color: #219150;
  font-size: 0.12rem;
}
.src-assets-style-BulletinManage--index-firstLogin-2s8nP .src-assets-style-BulletinManage--index-netTop-X323E {
  height: 1.1rem;
  text-align: center;
}
.src-assets-style-BulletinManage--index-firstLogin-2s8nP .src-assets-style-BulletinManage--index-netTop-X323E span {
  margin-top: 0.46rem;
  color: #666666;
  font-size: 0.12rem;
  display: inline-block;
}
.src-assets-style-BulletinManage--index-firstLogin-2s8nP .src-assets-style-BulletinManage--index-netBottom-1Pm5E {
  text-align: right;
  color: #666666;
  font-size: 0.12rem;
  margin-top: 0.15rem;
}
.src-assets-style-BulletinManage--index-firstLogin-2s8nP .src-assets-style-BulletinManage--index-netBottom-1Pm5E a {
  color: #219150;
  font-size: 0.12rem;
}
.src-assets-style-BulletinManage--index-second-lKc4G {
  margin-bottom: 0.1rem;
  /*position: relative;*/
}
.src-assets-style-BulletinManage--index-second-lKc4G .src-assets-style-BulletinManage--index-secondMore-3MDAv {
  width: 100%;
  margin-top: 0.05rem;
  text-align: center;
  cursor: pointer;
}
.src-assets-style-BulletinManage--index-second-lKc4G .src-assets-style-BulletinManage--index-secondMore-3MDAv a {
  color: #37A164;
}
.src-assets-style-BulletinManage--index-secondList-3WqIM {
  margin-right: -0.2rem;
}
.src-assets-style-BulletinManage--index-secondList-3WqIM .src-assets-style-BulletinManage--index-secondItem-2OYO4 {
  /*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-3WqIM .src-assets-style-BulletinManage--index-secondItem-2OYO4 .src-assets-style-BulletinManage--index-secondTitle-1sKpq {
  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-3WqIM .src-assets-style-BulletinManage--index-secondItem-2OYO4 .src-assets-style-BulletinManage--index-secondContent-1FxhY {
  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-3WqIM .src-assets-style-BulletinManage--index-secondItem-2OYO4 .src-assets-style-BulletinManage--index-secondContent-1FxhY img {
  display: none;
}
.src-assets-style-BulletinManage--index-secondList-3WqIM .src-assets-style-BulletinManage--index-secondItem-2OYO4 .src-assets-style-BulletinManage--index-secondPublishTime-10txO {
  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-3WqIM .src-assets-style-BulletinManage--index-secondItem-2OYO4:last-child {
  margin-bottom: 0.7rem;
}
p {
  word-wrap: break-word;
}
.src-assets-style-BulletinManage--index-bulletinInfo-2oDsK {
  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-2oDsK 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-2oDsK .src-assets-style-BulletinManage--index-publishTime-25QUS {
  font-size: 0.14rem;
  color: #9B9B9B;
  text-align: center;
  margin-bottom: 0.18rem;
}
.src-assets-style-BulletinManage--index-bulletinInfo-2oDsK .src-assets-style-BulletinManage--index-content-2-kKY {
  margin: 0.3rem 0;
  min-height: 1rem;
  padding: 0px 7%;
}
.src-assets-style-BulletinManage--index-bulletinInfo-2oDsK .src-assets-style-BulletinManage--index-fileListWrap-oXrBY {
  padding: 0px 0.25rem;
  overflow: hidden;
}
.src-assets-style-BulletinManage--index-bulletinInfo-2oDsK .src-assets-style-BulletinManage--index-fileListWrap-oXrBY .src-assets-style-BulletinManage--index-descText-2P6AF {
  float: left;
}
.src-assets-style-BulletinManage--index-bulletinInfo-2oDsK .src-assets-style-BulletinManage--index-fileListWrap-oXrBY .src-assets-style-BulletinManage--index-fileList-tTsnd {
  list-style: none;
  float: left;
  margin-left: 0.08rem;
}
.src-assets-style-BulletinManage--index-bulletinInfo-2oDsK .src-assets-style-BulletinManage--index-fileListWrap-oXrBY .src-assets-style-BulletinManage--index-fileList-tTsnd li {
  margin-bottom: 0.08rem;
}
.src-assets-style-BulletinManage--index-bulletinInfo-2oDsK .src-assets-style-BulletinManage--index-fileListWrap-oXrBY .src-assets-style-BulletinManage--index-fileList-tTsnd a {
  color: #37A164;
  font-size: 0.16rem;
  cursor: pointer;
  text-decoration: underline;
}
.src-assets-style-BulletinManage--index-pagination-1ZV5g {
  text-align: center;
}
.src-assets-style-BulletinManage--index-deleteText-1Wbu- {
  height: 6rem;
  line-height: 6rem;
  vertical-align: middle;
  text-align: center;
  font-size: 0.18rem;
}
.src-assets-style-BulletinManage--index-deleteText-1Wbu- > span {
  line-height: 0.4rem;
  height: 0.4rem;
  display: inline-block;
}
.src-assets-style-BulletinManage--index-deleteText-1Wbu- i {
  font-size: 0.64rem;
  color: #f86264;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-BulletinManage--index-loginContainer-Whxrk,
.theme-blue .src-assets-style-BulletinManage--index-mainContent-7Zh9u {
  background-color: #f3f7f9;
}
.theme-blue .src-assets-style-BulletinManage--index-loginImage-SQrTY {
  background-color: #1F5BCB;
}
.theme-blue .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstRight-21PgE .ant-btn {
  box-shadow: 0.02rem 0px 0.1rem #397EF0;
}
.theme-blue .src-assets-style-BulletinManage--index-firstLogin-2s8nP .src-assets-style-BulletinManage--index-netBottom-1Pm5E a {
  color: #397EF0;
}
.theme-blue .src-assets-style-BulletinManage--index-firstLogin-2s8nP .src-assets-style-BulletinManage--index-loginInfo-1DlWm a {
  color: #397EF0;
}
.theme-blue .src-assets-style-BulletinManage--index-secondList-3WqIM .src-assets-style-BulletinManage--index-secondItem-2OYO4 .src-assets-style-BulletinManage--index-secondTitle-1sKpq {
  color: #397EF0;
}
.theme-blue .src-assets-style-BulletinManage--index-bulletinInfo-2oDsK h1 {
  color: #397EF0;
}
.theme-blue .src-assets-style-BulletinManage--index-fileListWrap-oXrBY .src-assets-style-BulletinManage--index-fileList-tTsnd a {
  color: #397EF0;
}
.theme-blue .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .ant-carousel .slick-dots li button,
.theme-blue .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .ant-carousel .slick-dots li.slick-active button {
  background: #397EF0;
}
/*************** 蓝色主题 end***************/
/****************红色主题 start***************/
.theme-red .src-assets-style-BulletinManage--index-loginContainer-Whxrk,
.theme-red .src-assets-style-BulletinManage--index-mainContent-7Zh9u {
  background-color: #f3f7f9;
}
.theme-red .src-assets-style-BulletinManage--index-loginImage-SQrTY {
  background-color: #FF4748;
}
.theme-red .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstRight-21PgE .ant-btn {
  box-shadow: 0.02rem 0px 0.1rem #9A001E;
}
.theme-red .src-assets-style-BulletinManage--index-firstLogin-2s8nP .src-assets-style-BulletinManage--index-netBottom-1Pm5E a {
  color: #9A001E;
}
.theme-red .src-assets-style-BulletinManage--index-firstLogin-2s8nP .src-assets-style-BulletinManage--index-loginInfo-1DlWm a {
  color: #9A001E;
}
.theme-red .src-assets-style-BulletinManage--index-secondList-3WqIM .src-assets-style-BulletinManage--index-secondItem-2OYO4 .src-assets-style-BulletinManage--index-secondTitle-1sKpq {
  color: #FF4748;
}
.theme-red .src-assets-style-BulletinManage--index-bulletinInfo-2oDsK h1 {
  color: #FF4748;
}
.theme-red .src-assets-style-BulletinManage--index-fileListWrap-oXrBY .src-assets-style-BulletinManage--index-fileList-tTsnd a {
  color: #FF4748;
}
.theme-red .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .ant-carousel .slick-dots li button,
.theme-red .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
/****************红色主题 end***************/
/****************自定义主题 start***************/
.theme-custom .src-assets-style-BulletinManage--index-loginContainer-Whxrk,
.theme-custom .src-assets-style-BulletinManage--index-mainContent-7Zh9u {
  background-color: #f3f7f9;
}
.theme-custom .src-assets-style-BulletinManage--index-loginImage-SQrTY {
  background-color: var(--themeColor5);
}
.theme-custom .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstRight-21PgE .ant-btn {
  box-shadow: 0.02rem 0px 0.1rem var(--themeColor);
}
.theme-custom .src-assets-style-BulletinManage--index-firstLogin-2s8nP .src-assets-style-BulletinManage--index-netBottom-1Pm5E a {
  color: var(--themeColor);
}
.theme-custom .src-assets-style-BulletinManage--index-firstLogin-2s8nP .src-assets-style-BulletinManage--index-loginInfo-1DlWm a {
  color: var(--themeColor);
}
.theme-custom .src-assets-style-BulletinManage--index-secondList-3WqIM .src-assets-style-BulletinManage--index-secondItem-2OYO4 .src-assets-style-BulletinManage--index-secondTitle-1sKpq {
  color: var(--themeColor5);
}
.theme-custom .src-assets-style-BulletinManage--index-bulletinInfo-2oDsK h1 {
  color: var(--themeColor5);
}
.theme-custom .src-assets-style-BulletinManage--index-fileListWrap-oXrBY .src-assets-style-BulletinManage--index-fileList-tTsnd a {
  color: var(--themeColor5);
}
.theme-custom .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .ant-carousel .slick-dots li button,
.theme-custom .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .ant-carousel .slick-dots li.slick-active button {
  background: var(--themeColor5);
}
/****************自定义主题 end***************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-BulletinManage--index-first-3dZVv {
    height: 4.93209rem;
  }
  .font-normal .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN {
    width: 14.9rem;
    height: 4.93209rem;
  }
  .font-normal .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .ant-carousel .slick-slide {
    height: 4.91209rem;
  }
  .font-normal .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-firstLeftImageItem-2ryUB .src-assets-style-BulletinManage--index-firstLeftImage-2oVbk {
    height: 4.91209rem;
  }
  .font-normal .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-firstLeftImageItem-2ryUB .src-assets-style-BulletinManage--index-firstLeftTitle-2dIDq {
    padding-right: 35%;
  }
  .font-normal .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-btnImg-3zOqD {
    top: 2.05604rem;
  }
  .font-normal .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstRight-21PgE {
    top: 15%;
  }
  .font-normal .src-assets-style-BulletinManage--index-second-lKc4G .src-assets-style-BulletinManage--index-secondList-3WqIM .src-assets-style-BulletinManage--index-secondItem-2OYO4 {
    width: 4.83333rem;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-BulletinManage--index-first-3dZVv {
    height: 6.02rem;
  }
  .font-normal .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN {
    width: 18.2rem;
    height: 6.02rem;
  }
  .font-normal .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .ant-carousel .slick-slide {
    height: 6rem;
  }
  .font-normal .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-firstLeftImageItem-2ryUB .src-assets-style-BulletinManage--index-firstLeftImage-2oVbk {
    height: 6rem;
  }
  .font-normal .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-firstLeftImageItem-2ryUB .src-assets-style-BulletinManage--index-firstLeftTitle-2dIDq {
    padding-right: 5%;
  }
  .font-normal .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-btnImg-3zOqD {
    top: 2.6rem;
  }
  .font-normal .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstRight-21PgE {
    /*height: @maxHight - @firstIntervalHight;*/
    top: 20%;
    /*top:@firstIntervalHight/2;*/
  }
  .font-normal .src-assets-style-BulletinManage--index-second-lKc4G {
    width: 18.2rem;
  }
  .font-normal .src-assets-style-BulletinManage--index-second-lKc4G .src-assets-style-BulletinManage--index-secondList-3WqIM .src-assets-style-BulletinManage--index-secondItem-2OYO4 {
    width: 5.93333rem;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-BulletinManage--index-first-3dZVv {
    height: 4.93209rem;
  }
  .font-large .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN {
    width: 14.9rem;
    height: 4.93209rem;
  }
  .font-large .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .ant-carousel .slick-slide {
    height: 4.91209rem;
  }
  .font-large .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-firstLeftImageItem-2ryUB .src-assets-style-BulletinManage--index-firstLeftImage-2oVbk {
    height: 4.91209rem;
  }
  .font-large .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-firstLeftImageItem-2ryUB .src-assets-style-BulletinManage--index-firstLeftTitle-2dIDq {
    padding-right: 35%;
  }
  .font-large .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-btnImg-3zOqD {
    top: 2.05604rem;
  }
  .font-large .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstRight-21PgE {
    top: 15%;
  }
  .font-large .src-assets-style-BulletinManage--index-second-lKc4G .src-assets-style-BulletinManage--index-secondList-3WqIM .src-assets-style-BulletinManage--index-secondItem-2OYO4 {
    width: 4.83333rem;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-BulletinManage--index-first-3dZVv {
    height: 6.02rem;
  }
  .font-large .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN {
    width: 18.2rem;
    height: 6.02rem;
  }
  .font-large .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .ant-carousel .slick-slide {
    height: 6rem;
  }
  .font-large .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-firstLeftImageItem-2ryUB .src-assets-style-BulletinManage--index-firstLeftImage-2oVbk {
    height: 6rem;
  }
  .font-large .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-firstLeftImageItem-2ryUB .src-assets-style-BulletinManage--index-firstLeftTitle-2dIDq {
    padding-right: 5%;
  }
  .font-large .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-btnImg-3zOqD {
    top: 2.6rem;
  }
  .font-large .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstRight-21PgE {
    /*height: @maxHight - @firstIntervalHight;*/
    top: 20%;
    /*top:@firstIntervalHight/2;*/
  }
  .font-large .src-assets-style-BulletinManage--index-second-lKc4G {
    width: 18.2rem;
  }
  .font-large .src-assets-style-BulletinManage--index-second-lKc4G .src-assets-style-BulletinManage--index-secondList-3WqIM .src-assets-style-BulletinManage--index-secondItem-2OYO4 {
    width: 5.93333rem;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-BulletinManage--index-first-3dZVv {
    height: 4.93209rem;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN {
    width: 14.9rem;
    height: 4.93209rem;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .ant-carousel .slick-slide {
    height: 4.91209rem;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-firstLeftImageItem-2ryUB .src-assets-style-BulletinManage--index-firstLeftImage-2oVbk {
    height: 4.91209rem;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-firstLeftImageItem-2ryUB .src-assets-style-BulletinManage--index-firstLeftTitle-2dIDq {
    padding-right: 35%;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-btnImg-3zOqD {
    top: 2.05604rem;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstRight-21PgE {
    top: 15%;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-second-lKc4G .src-assets-style-BulletinManage--index-secondList-3WqIM .src-assets-style-BulletinManage--index-secondItem-2OYO4 {
    width: 4.83333rem;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-BulletinManage--index-first-3dZVv {
    height: 6.02rem;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN {
    width: 18.2rem;
    height: 6.02rem;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .ant-carousel .slick-slide {
    height: 6rem;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-firstLeftImageItem-2ryUB .src-assets-style-BulletinManage--index-firstLeftImage-2oVbk {
    height: 6rem;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-firstLeftImageItem-2ryUB .src-assets-style-BulletinManage--index-firstLeftTitle-2dIDq {
    padding-right: 5%;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstLeft-2rPhN .src-assets-style-BulletinManage--index-btnImg-3zOqD {
    top: 2.6rem;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-first-3dZVv .src-assets-style-BulletinManage--index-firstRight-21PgE {
    /*height: @maxHight - @firstIntervalHight;*/
    top: 20%;
    /*top:@firstIntervalHight/2;*/
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-second-lKc4G {
    width: 18.2rem;
  }
  .font-extraLarge .src-assets-style-BulletinManage--index-second-lKc4G .src-assets-style-BulletinManage--index-secondList-3WqIM .src-assets-style-BulletinManage--index-secondItem-2OYO4 {
    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 .ant-btn:hover,
.portal-header .container .userData .ant-btn:focus {
  color: #fff;
  border-color: #fff;
}
.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-21qq4 {
  padding: 0.1rem 0.24rem;
}
.src-assets-style-feedbackModal--index-textAreaStyle-2zgOO {
  position: absolute;
  right: 0px;
  bottom: -0.4rem;
}
.src-assets-style-feedbackModal--index-modalContent-21qq4 .src-assets-style-feedbackModal--index-uploadText-2qprl {
  height: 0.4rem;
  line-height: 0.4rem;
}
.src-assets-style-feedbackModal--index-modalContent-21qq4 .src-assets-style-feedbackModal--index-info-r4tIr {
  color: #CCCCCC;
}
.src-assets-style-feedbackModal--index-modalContent-21qq4 .ant-form-item-label {
  text-align: left;
}
.src-assets-style-feedbackModal--index-modalContent-21qq4 .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-1mIEy {
  margin-left: 0.08rem;
}
.src-assets-style-schedule--index-type-2eoQc {
  float: left;
}
.src-assets-style-schedule--index-title-1ZlHj {
  width: 5rem;
}
.src-assets-style-schedule--index-time-1dH6t {
  line-height: 0px !important;
}
.src-assets-style-schedule--index-time-1dH6t .src-assets-style-schedule--index-ant-col-16-1m5jh {
  line-height: 0.07rem !important;
  height: 0.3rem;
}
/***
ant 样式改造 END
 */
.src-assets-style-schedule--index-mainBox-3F4He {
  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-3F4He .src-assets-style-schedule--index-scheduleForm-eaUeY .src-assets-style-schedule--index-endTime-GFSsp {
  padding-left: 0.45rem;
}
.src-assets-style-schedule--index-mainBox-3F4He .ant-pagination-item-container .ant-pagination-item-ellipsis {
  width: 100%;
}
@keyframes src-assets-style-schedule--index-relative-1yp33 {
  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-1DDQm {
  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-1DDQm .src-assets-style-schedule--index-confirmBody-1Bn17 {
  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-1DDQm .src-assets-style-schedule--index-confirmBody-1Bn17 .src-assets-style-schedule--index-bodyIcon-1igst {
  position: absolute;
  color: orange;
  font-size: 0.28rem;
  height: 0.5rem;
  top: 0.3rem;
  left: 0.3rem;
}
.src-assets-style-schedule--index-confirm-1DDQm .src-assets-style-schedule--index-confirmBody-1Bn17 .src-assets-style-schedule--index-bodyClose-1w8J1 {
  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-1DDQm .src-assets-style-schedule--index-confirmBody-1Bn17 .src-assets-style-schedule--index-bodyTitle-3hitt {
  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-1DDQm .src-assets-style-schedule--index-confirmBody-1Bn17 .src-assets-style-schedule--index-bodyButtom-16-BM {
  position: absolute;
  bottom: 0.2rem;
  height: 0.3rem;
  right: 0.3rem;
  text-align: right;
}
.src-assets-style-schedule--index-confirm-1DDQm .src-assets-style-schedule--index-confirmBody-1Bn17 .src-assets-style-schedule--index-bodyButtom-16-BM div {
  margin-left: 0.1rem;
  display: inline-block;
}
/*.breadcrumb{
  width: 219px;
}*/
.src-assets-style-schedule--index-scheTypeDelete-zRjOc {
  position: absolute;
  right: 0.1rem;
}
.src-assets-style-schedule--index-scheTypeDelete-zRjOc .src-assets-style-schedule--index-icon-3BbyF {
  color: #37A164;
}
.src-assets-style-schedule--index-scheTypeDelete-zRjOc .src-assets-style-schedule--index-iconfont-HUmnh {
  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-zRjOc .src-assets-style-schedule--index-icon-3BbyF {
  display: none;
}
.src-assets-style-schedule--index-themeLinebtn-11mCb,
.src-assets-style-schedule--index-themeRoundBtn-1XWwC,
.src-assets-style-schedule--index-normalRoundBtn-nOKha {
  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-bAKjH {
  line-height: 0.28rem;
  padding: 0 0.12rem;
}
.src-assets-style-schedule--index-themeLinebtn-11mCb {
  border: 1px solid #BFBFBF;
  color: #363636;
}
.src-assets-style-schedule--index-themeLinebtn-11mCb:hover {
  color: #37A164;
  border: 1px solid #37A164;
}
.src-assets-style-schedule--index-themeRoundBtn-1XWwC {
  background: #37A164;
  color: #fff;
}
.src-assets-style-schedule--index-themeRoundBtn-1XWwC:hover {
  color: #fff;
}
.src-assets-style-schedule--index-textAreaStyle-1v4-q {
  position: absolute;
  right: 0px;
  bottom: -0.4rem;
}
.src-assets-style-schedule--index-normalRoundBtn-nOKha {
  border: 1px solid #BFBFBF;
  color: #363636;
}
.src-assets-style-schedule--index-normalRoundBtn-nOKha:hover {
  color: #37A164;
  border: 1px solid #37A164;
}
.src-assets-style-schedule--index-listBar-1bpf3 {
  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-1bpf3 .float-r i {
  color: #d9d9d9;
}
.src-assets-style-schedule--index-listBar-1bpf3 .ant-pagination {
  line-height: 0.36rem;
  margin-right: 0.12rem;
  float: right;
}
.src-assets-style-schedule--index-listBar-1bpf3 .ant-pagination.mini .ant-pagination-item {
  display: none;
}
.src-assets-style-schedule--index-listBar-1bpf3 span {
  display: inline-block;
}
.src-assets-style-schedule--index-listBar-1bpf3 span:nth-child(1) {
  width: 15%;
  padding: 0px 0.15rem;
}
.src-assets-style-schedule--index-listBar-1bpf3 span:nth-child(2) {
  width: 10%;
}
.src-assets-style-schedule--index-listBar-1bpf3 span:nth-child(3),
.src-assets-style-schedule--index-listBar-1bpf3 span:nth-child(5) {
  width: 0.64rem;
  text-align: center;
}
.src-assets-style-schedule--index-listBar-1bpf3 .src-assets-style-schedule--index-pageingButton-l1kOW {
  color: #55906E;
}
.src-assets-style-schedule--index-listBar-1bpf3 .src-assets-style-schedule--index-pageingNotAllowed-2lgxr {
  color: #D1D1D1;
  cursor: not-allowed;
}
.src-assets-style-schedule--index-searchContent-3w7JO {
  width: 3.2rem;
  position: relative;
  float: right;
}
.src-assets-style-schedule--index-searchContent-3w7JO .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-3w7JO .src-assets-style-schedule--index-searchDel-1xMGN {
  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-1mhvx .src-assets-style-schedule--index-scheduleTable-QpyK1 .src-assets-style-schedule--index-subText-1idS_ {
  color: #999999;
}
.src-assets-style-schedule--index-scheduleManage-1mhvx .src-assets-style-schedule--index-scheduleTable-QpyK1 .src-assets-style-schedule--index-emText-3bxR7 {
  color: #00A143;
}
.src-assets-style-schedule--index-scheduleManage-1mhvx .src-assets-style-schedule--index-scheduleTable-QpyK1 .src-assets-style-schedule--index-scheTle-pJkqh {
  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-1mhvx .src-assets-style-schedule--index-scheduleTable-QpyK1 td,
.src-assets-style-schedule--index-scheduleManage-1mhvx .src-assets-style-schedule--index-scheduleTable-QpyK1 th {
  text-align: center;
}
.src-assets-style-schedule--index-scheduleManage-1mhvx .src-assets-style-schedule--index-scheduleTable-QpyK1 th:nth-child(1) {
  padding-left: 0.1rem;
}
.src-assets-style-schedule--index-scheduleTable-QpyK1 {
  width: 100%;
  margin-bottom: 0.2rem;
}
.src-assets-style-schedule--index-scheduleTable-QpyK1 tr {
  border-bottom: 1px solid #E1E6E3;
}
.src-assets-style-schedule--index-scheduleTable-QpyK1 thead tr {
  height: 0.56rem;
}
.src-assets-style-schedule--index-scheduleTable-QpyK1 thead tr th {
  font-weight: bolder;
}
.src-assets-style-schedule--index-scheduleTable-QpyK1 tbody tr {
  height: 0.73rem;
}
.src-assets-style-schedule--index-scheduleTable-QpyK1 .ant-dropdown-trigger i {
  font-size: 0.06rem;
  margin-left: 0.08rem;
  color: #757776;
}
.src-assets-style-schedule--index-scheduleTable-QpyK1 .ant-checkbox-checked .ant-checkbox-inner,
.src-assets-style-schedule--index-scheduleTable-QpyK1 .ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #37A164;
  border-color: #37A164;
}
.src-assets-style-schedule--index-scheduleTableDetail-EDM0Y th,
.src-assets-style-schedule--index-scheduleTableDetail-EDM0Y td {
  text-align: center;
}
.src-assets-style-schedule--index-scheduleTableDetail-EDM0Y th:nth-child(1),
.src-assets-style-schedule--index-scheduleTableDetail-EDM0Y td:nth-child(1) {
  width: 5%;
  min-width: 1rem;
  text-align: left;
  padding-left: 0.1rem;
}
.src-assets-style-schedule--index-scheduleTableDetail-EDM0Y th:nth-child(2),
.src-assets-style-schedule--index-scheduleTableDetail-EDM0Y td:nth-child(2) {
  width: 15%;
}
.src-assets-style-schedule--index-scheduleTableDetail-EDM0Y th:nth-child(3) {
  width: 10%;
}
.src-assets-style-schedule--index-scheduleTableDetail-EDM0Y th:nth-child(4) {
  width: 17%;
}
.src-assets-style-schedule--index-scheduleTableDetail-EDM0Y th:nth-child(5) {
  width: 15%;
}
.src-assets-style-schedule--index-scheduleTableDetail-EDM0Y th:nth-child(6) {
  width: 15%;
}
.src-assets-style-schedule--index-scheduleTableDetail-EDM0Y th:last-child {
  width: 18%;
  padding-right: 0.1rem;
}
.src-assets-style-schedule--index-display-sdOwl {
  display: none;
}
.src-assets-style-schedule--index-formWrap-3NH3u .src-assets-style-schedule--index-formRow-3Antn {
  margin: 0.12rem 0;
}
.src-assets-style-schedule--index-formWrap-3NH3u .src-assets-style-schedule--index-formRow-3Antn .src-assets-style-schedule--index-rowLeft-17aM2 {
  width: 1rem;
  text-align: right;
  margin-right: 0.12rem;
  line-height: 0.32rem;
}
.src-assets-style-schedule--index-formWrap-3NH3u .src-assets-style-schedule--index-formRow-3Antn .src-assets-style-schedule--index-rowRight-ulZNi {
  width: 1rem;
  text-align: right;
  margin-right: 0.12rem;
}
.src-assets-style-schedule--index-formWrap-3NH3u .src-assets-style-schedule--index-uploadWrap-FZyC7 {
  position: relative;
}
.src-assets-style-schedule--index-formWrap-3NH3u .src-assets-style-schedule--index-uploadWrap-FZyC7 .src-assets-style-schedule--index-upTip-3XKIr {
  width: 3rem;
  left: 1.4rem;
  top: 0;
  position: absolute;
}
.src-assets-style-schedule--index-scheduleForm-eaUeY .src-assets-style-schedule--index-participant-1v35H {
  position: relative;
}
.src-assets-style-schedule--index-scheduleForm-eaUeY .src-assets-style-schedule--index-participant-1v35H .src-assets-style-schedule--index-partSelect-RoAB_ {
  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-eaUeY .src-assets-style-schedule--index-participant-1v35H .src-assets-style-schedule--index-partSelect-RoAB_ i {
  vertical-align: middle;
}
.src-assets-style-schedule--index-scheduleForm-eaUeY .src-assets-style-schedule--index-participant-1v35H .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-left: 0.38rem;
}
.ant-modal-body {
  border: none;
}
/**详情页*/
.src-assets-style-schedule--index-scheInfo-2M0tx {
  margin: 0px 0.05rem;
  padding: 0.2rem;
  /*统计*/
}
.src-assets-style-schedule--index-scheInfo-2M0tx 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-2M0tx h1 .sche-tpye-tag {
  vertical-align: middle;
  margin-left: 0.06rem;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-scheDesc-1bQ9m {
  font-size: 0.14rem;
  color: #999999;
  text-align: center;
  margin-bottom: 0.18rem;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-infoRow-3vu0n {
  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-2M0tx .src-assets-style-schedule--index-infoRow-3vu0n:first-of-type {
  border-top: 1px solid #E1E6E3;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-infoRow-3vu0n .src-assets-style-schedule--index-infoRowLeft-2QaJc {
  width: 1rem;
  color: #949393;
  float: left;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-infoRow-3vu0n .src-assets-style-schedule--index-infoRowRight-aYStO {
  color: #363636;
  float: left;
  max-width: calc(100% - 1rem);
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-expand-2qFAw {
  color: #949393;
  font-size: 0.14rem;
  margin-left: 0.58rem;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-doubleArrowDown-VRltM .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-2M0tx .src-assets-style-schedule--index-doubleArrowUp-1RlxF .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-2M0tx .src-assets-style-schedule--index-descText-3D7aT {
  color: #999999;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-guideBar-3CUYJ {
  margin-bottom: 0.26rem;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-midOperateWrap-128I9 {
  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-2M0tx .src-assets-style-schedule--index-midOperateWrap-128I9 .float-r {
  display: inline-block;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-midOperateWrap-128I9 .float-r i {
  margin-top: 0px;
  color: #00a854;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-midOperateWrap-128I9 .src-assets-style-schedule--index-opBlock-QZMcD {
  cursor: pointer;
  float: left;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-midOperateWrap-128I9 .src-assets-style-schedule--index-opBlock-QZMcD:first-child {
  margin-right: 0.66rem;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-midOperateWrap-128I9 .src-assets-style-schedule--index-opBlock-QZMcD.src-assets-style-schedule--index-disabled-9AZ-0 {
  opacity: 0.6;
  cursor: no-drop;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-midOperateWrap-128I9 .src-assets-style-schedule--index-opBlock-QZMcD.src-assets-style-schedule--index-disabled-9AZ-0 .anticon-caret-down {
  color: #ccc;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-midOperateWrap-128I9 .src-assets-style-schedule--index-opBlock-QZMcD .src-assets-style-schedule--index-prefixIcon-AcgHp i {
  color: #C9C9C9;
  vertical-align: baseline;
  margin-right: 0.06rem;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-midOperateWrap-128I9 .src-assets-style-schedule--index-opBlock-QZMcD .src-assets-style-schedule--index-feedbackDeadLine-20tyq {
  margin-left: 0.25rem;
  color: #999999;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-midOperateWrap-128I9 .src-assets-style-schedule--index-opBlock-QZMcD .anticon-caret-down {
  font-size: 0.08rem;
  margin-left: 0.08rem;
  color: #37A164;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-midOperateWrap-128I9 .src-assets-style-schedule--index-btn1-3foPf {
  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-2M0tx .src-assets-style-schedule--index-midOperateWrap-128I9 .src-assets-style-schedule--index-btn1-3foPf i {
  margin-right: 0.06rem;
  height: 0.28rem;
  float: left;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-scheTabWrap-vnW68 {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 0.32rem;
  line-height: 0.32rem;
  overflow: hidden;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-scheTabWrap-vnW68 > 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-2M0tx .src-assets-style-schedule--index-scheTabWrap-vnW68 > li:first-child {
  border-left: 1px solid #BFBFBF;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-peopleSplit-39AGb {
  display: inline-block;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-peopleSplit-39AGb:after {
  display: inline-block;
  content: '\3001';
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-peopleSplit-39AGb:last-of-type {
  margin-right: 0.1rem;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-peopleSplit-39AGb:last-of-type:after {
  display: none;
  content: '';
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-scheContent-1hjJl {
  margin: 0.3rem 0;
  min-height: 1rem;
  padding: 0px 0.25rem;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-scheContent-1hjJl .src-assets-style-schedule--index-info-264W- {
  display: none;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-scheContent-1hjJl.src-assets-style-schedule--index-nullContent-3qhxy {
  background: url(../../assets/images/empty_data.png) no-repeat center;
  height: 3rem;
  border: 1px solid #ffffff;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-scheContent-1hjJl.src-assets-style-schedule--index-nullContent-3qhxy .src-assets-style-schedule--index-info-264W- {
  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-2M0tx .src-assets-style-schedule--index-fileListWrap-rDGmZ {
  padding: 0px 0.25rem;
  overflow: hidden;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-fileListWrap-rDGmZ .src-assets-style-schedule--index-prevText-19fQC {
  float: left;
  padding-right: 0.1rem;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-fileListWrap-rDGmZ .src-assets-style-schedule--index-fileListUl-1V2j- {
  padding-left: 0.1rem;
  margin-left: 0.3rem;
  display: block;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-fileListWrap-rDGmZ .src-assets-style-schedule--index-fileListUl-1V2j- li {
  line-height: 0.22rem;
  list-style: none;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-fileListWrap-rDGmZ .src-assets-style-schedule--index-descText-3D7aT {
  float: left;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-fileListWrap-rDGmZ .src-assets-style-schedule--index-fileList-36C0k {
  list-style: none;
  float: left;
  margin-left: 0.08rem;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-fileListWrap-rDGmZ .src-assets-style-schedule--index-fileList-36C0k li {
  margin-bottom: 0.08rem;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-fileListWrap-rDGmZ .src-assets-style-schedule--index-fileList-36C0k a {
  color: #37A164;
  font-size: 0.16rem;
  cursor: pointer;
  text-decoration: underline;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-statData-1SPn0 h3 {
  color: #949393;
  font-size: 0.16rem;
  margin-bottom: 0.18rem;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-statData-1SPn0 ul > li {
  color: #949393;
  margin: 0.1rem 0;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-statData-1SPn0 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-2M0tx .src-assets-style-schedule--index-statiChart-1vz1R {
  margin: 0 auto;
  width: 8rem;
  height: 3rem;
}
@media (min-width: 0px) {
  .src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-statiChart-1vz1R {
    width: 11.45rem;
  }
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-fbWrap-1RMFQ {
  border-top: 1px solid #A6CAB5;
  padding-top: 0.24rem;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-fbWrap-1RMFQ .anticon-close {
  margin-right: 0.1rem;
  cursor: pointer;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-fbOperateBar-gJiOD {
  margin: 0.24rem 0;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-fbOperateBar-gJiOD .src-assets-style-schedule--index-exportItem-2fHgx {
  cursor: pointer;
  display: inline-block;
  margin-left: 0.12rem;
  color: #363636;
}
.src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-fbOperateBar-gJiOD .src-assets-style-schedule--index-exportItem-2fHgx i {
  color: #005825;
}
.src-assets-style-schedule--index-publishCalendar-21Qh5 .src-assets-style-schedule--index-fillIcon-4XbyU {
  color: #f5bf50;
  font-size: 0.2rem;
  cursor: pointer;
  margin-left: 0.1rem;
  margin-right: 0.9rem;
}
/**添加日历*/
.src-assets-style-schedule--index-addCalendarWrap-1fCJ0 {
  padding: 0.2rem;
}
.src-assets-style-schedule--index-addCalendarWrap-1fCJ0 .src-assets-style-schedule--index-fillIcon-4XbyU {
  color: #f5bf50;
  font-size: 0.2rem;
  cursor: pointer;
  margin-left: 0.1rem;
}
.src-assets-style-schedule--index-addCalendarWrap-1fCJ0 .src-assets-style-schedule--index-userIcon-wyhJT {
  margin-right: 0.1rem;
  font-size: 0.2rem;
  cursor: pointer;
}
.src-assets-style-schedule--index-addCalendarWrap-1fCJ0 .src-assets-style-schedule--index-userIcon-wyhJT:hover {
  color: #007131;
}
.src-assets-style-schedule--index-addCalendarWrap-1fCJ0 .src-assets-style-schedule--index-error-1gZAJ {
  color: #ff2f00;
}
.ant-popover-inner-content .src-assets-style-schedule--index-calendarMessage-3Zb9G {
  width: 3rem;
  padding: 0px 0.1rem;
}
.ant-popover-inner-content .src-assets-style-schedule--index-calendarMessage2-3lW8W {
  width: 2rem;
  padding: 0px 0.1rem;
}
/**日历事件参加提醒*/
.src-assets-style-schedule--index-remindPopWrap-3EMCl .src-assets-style-schedule--index-rmSet-1xxWY {
  display: inline-block;
  margin-left: 0.4rem;
  font-size: 0.12rem;
  color: #fff;
  opacity: 0.8;
}
.src-assets-style-schedule--index-remindPopWrap-3EMCl .src-assets-style-schedule--index-rmLeftWrap-3SO_l {
  border-right: 1px solid #E1E6E3;
}
.src-assets-style-schedule--index-remindPopWrap-3EMCl .src-assets-style-schedule--index-rmList-2zms7 {
  margin: 0.18rem 0;
  list-style: none;
}
.src-assets-style-schedule--index-remindPopWrap-3EMCl .src-assets-style-schedule--index-rmList-2zms7 > 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-3EMCl .src-assets-style-schedule--index-rmList-2zms7 > li.src-assets-style-schedule--index-active-FSBuY,
.src-assets-style-schedule--index-remindPopWrap-3EMCl .src-assets-style-schedule--index-rmList-2zms7 > li:hover {
  background: #e6fff5;
  color: #228B22;
}
.src-assets-style-schedule--index-fixBotBarWrap-1SXln {
  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-1SXln .ant-btn {
  margin-top: 0.1rem;
}
schedule-publish {
  min-width: 11.9rem;
}
.src-assets-style-schedule--index-tagChange-Meyum {
  /*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-EDM0Y th:hover {
  background-color: #F5FDF8;
}
.theme-green .src-assets-style-schedule--index-scheTabWrap-vnW68 .src-assets-style-schedule--index-active-FSBuY {
  background: #005825;
  color: #ffffff;
  border: none;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-schedule--index-scheInfo-2M0tx h1 {
  color: #397EF0;
}
.theme-blue .src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-midOperateWrap-128I9 {
  background: #e6f7ff;
  border: 1px solid #c4e5ff;
}
.theme-blue .src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-midOperateWrap-128I9 .float-r i {
  color: #397EF0;
}
.theme-blue .src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-midOperateWrap-128I9 .src-assets-style-schedule--index-btn1-3foPf {
  background: #fff;
  color: #397EF0;
  border: 1px solid #397EF0;
}
.theme-blue .src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-midOperateWrap-128I9 .src-assets-style-schedule--index-opBlock-QZMcD .anticon-caret-down {
  color: #397EF0;
}
.theme-blue .src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-fileListWrap-rDGmZ .src-assets-style-schedule--index-fileList-36C0k a {
  color: #397EF0;
}
.theme-blue .src-assets-style-schedule--index-addCalendarWrap-1fCJ0 .src-assets-style-schedule--index-userIcon-wyhJT:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-schedule--index-themeLinebtn-11mCb:hover {
  color: #397EF0;
  border: 1px solid #397EF0;
}
.theme-blue .src-assets-style-schedule--index-themeRoundBtn-1XWwC {
  background: #397EF0;
}
.theme-blue .src-assets-style-schedule--index-normalRoundBtn-nOKha:hover {
  color: #397EF0;
  border: 1px solid #397EF0;
}
.theme-blue .src-assets-style-schedule--index-listBar-1bpf3 {
  background-color: #e6f7ff;
}
.theme-blue .src-assets-style-schedule--index-pageingButton-l1kOW {
  color: #397EF0;
}
.theme-blue .src-assets-style-schedule--index-scheTypeDelete-zRjOc .src-assets-style-schedule--index-icon-3BbyF {
  color: #397EF0;
}
.theme-blue .src-assets-style-schedule--index-scheTabWrap-vnW68 .src-assets-style-schedule--index-active-FSBuY {
  background: #397EF0 !important;
  color: #ffffff;
  border: none;
}
.theme-blue .src-assets-style-schedule--index-scheduleTableDetail-EDM0Y th:hover {
  background-color: #e6f7ff ;
}
.theme-blue .src-assets-style-schedule--index-fbOperateBar-gJiOD .src-assets-style-schedule--index-exportItem-2fHgx i {
  color: #397EF0 !important;
}
.theme-blue .src-assets-style-schedule--index-participant-1v35H .ant-select-open .ant-select-selection,
.theme-blue .src-assets-style-schedule--index-participant-1v35H .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-1jcEV {
  color: #397EF0 !important;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-schedule--index-scheInfo-2M0tx h1 {
  color: #9A001E;
}
.theme-red .src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-midOperateWrap-128I9 {
  background: #fff1f0;
  border: 1px solid #ffcfd8;
}
.theme-red .src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-midOperateWrap-128I9 .float-r i {
  color: #F63E62;
}
.theme-red .src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-midOperateWrap-128I9 .src-assets-style-schedule--index-btn1-3foPf {
  background: #fff;
  color: #9A001E;
  border: 1px solid #9A001E;
}
.theme-red .src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-midOperateWrap-128I9 .src-assets-style-schedule--index-opBlock-QZMcD .anticon-caret-down {
  color: #9A001E;
}
.theme-red .src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-fileListWrap-rDGmZ .src-assets-style-schedule--index-fileList-36C0k a {
  color: #9A001E;
}
.theme-red .src-assets-style-schedule--index-addCalendarWrap-1fCJ0 .src-assets-style-schedule--index-userIcon-wyhJT:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-schedule--index-themeLinebtn-11mCb:hover {
  color: #9A001E;
  border: 1px solid #9A001E;
}
.theme-red .src-assets-style-schedule--index-themeRoundBtn-1XWwC {
  background: #FF4748;
}
.theme-red .src-assets-style-schedule--index-normalRoundBtn-nOKha:hover {
  color: #9A001E;
  border: 1px solid #9A001E;
}
.theme-red .src-assets-style-schedule--index-listBar-1bpf3 {
  background-color: #fff1f0;
}
.theme-red .src-assets-style-schedule--index-pageingButton-l1kOW {
  color: #F63E62;
}
.theme-red .src-assets-style-schedule--index-scheTypeDelete-zRjOc .src-assets-style-schedule--index-icon-3BbyF {
  color: #F63E62;
}
.theme-red .src-assets-style-schedule--index-scheTabWrap-vnW68 .src-assets-style-schedule--index-active-FSBuY {
  background: #9A001E !important;
  color: #ffffff;
  border: none;
}
.theme-red .src-assets-style-schedule--index-scheduleTableDetail-EDM0Y th:hover {
  background-color: #fff1f0;
}
.theme-red .src-assets-style-schedule--index-fbOperateBar-gJiOD .src-assets-style-schedule--index-exportItem-2fHgx i {
  color: #9A001E !important;
}
.theme-red .src-assets-style-schedule--index-participant-1v35H .ant-select-open .ant-select-selection,
.theme-red .src-assets-style-schedule--index-participant-1v35H .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-1jcEV {
  color: #9A001E !important;
}
/*************** 红色主题 end***************/
/*************** 绿色主图 ***************/
.theme-green .src-assets-style-schedule--index-participant-1v35H .ant-select-open .ant-select-selection,
.theme-green .src-assets-style-schedule--index-participant-1v35H .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-1jcEV {
  color: #005825 !important;
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-statiChart-1vz1R {
    width: 14.45rem;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-statiChart-1vz1R {
    width: 17.75rem;
  }
}
@media (min-width: 1680px) {
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(1),
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-xarEh td:nth-child(1) {
    width: 25%;
    text-align: left;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(2),
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-xarEh td:nth-child(2) {
    width: 10%;
    text-align: center;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(3) {
    width: 14%;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(4) {
    width: 14%;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(5) {
    width: 13%;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:last-child,
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-xarEh td:last-child {
    width: 18%;
    text-align: left;
    padding-left: 4%;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:last-child .src-assets-style-schedule--index-themeLinebtn-11mCb:first-child,
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-xarEh td:last-child .src-assets-style-schedule--index-themeLinebtn-11mCb:first-child {
    margin-left: 0;
  }
}
@media (max-width: 1680px) {
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(1),
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-xarEh td:nth-child(1) {
    width: 20%;
    text-align: left;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(2),
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-xarEh td:nth-child(2) {
    width: 10%;
    text-align: center;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(3) {
    width: 14%;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(4) {
    width: 14%;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(5) {
    width: 8%;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(6) {
    min-width: 0.9rem;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:last-child,
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-xarEh td:last-child {
    width: 15%;
    min-width: 1.8rem;
    text-align: left;
  }
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:last-child .src-assets-style-schedule--index-themeLinebtn-11mCb:first-child,
  .font-normal .src-assets-style-schedule--index-scheduleTableIndex-xarEh td:last-child .src-assets-style-schedule--index-themeLinebtn-11mCb:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-statiChart-1vz1R {
    width: 14.45rem;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-statiChart-1vz1R {
    width: 17.75rem;
  }
}
@media (min-width: 1848px) {
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(1),
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-xarEh td:nth-child(1) {
    width: 25%;
    text-align: left;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(2),
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-xarEh td:nth-child(2) {
    width: 10%;
    text-align: center;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(3) {
    width: 14%;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(4) {
    width: 14%;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(5) {
    width: 13%;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:last-child,
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-xarEh td:last-child {
    width: 18%;
    text-align: left;
    padding-left: 4%;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:last-child .src-assets-style-schedule--index-themeLinebtn-11mCb:first-child,
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-xarEh td:last-child .src-assets-style-schedule--index-themeLinebtn-11mCb:first-child {
    margin-left: 0;
  }
}
@media (max-width: 1848px) {
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(1),
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-xarEh td:nth-child(1) {
    width: 20%;
    text-align: left;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(2),
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-xarEh td:nth-child(2) {
    width: 10%;
    text-align: center;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(3) {
    width: 14%;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(4) {
    width: 14%;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(5) {
    width: 8%;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(6) {
    min-width: 0.9rem;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:last-child,
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-xarEh td:last-child {
    width: 15%;
    min-width: 1.8rem;
    text-align: left;
  }
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:last-child .src-assets-style-schedule--index-themeLinebtn-11mCb:first-child,
  .font-large .src-assets-style-schedule--index-scheduleTableIndex-xarEh td:last-child .src-assets-style-schedule--index-themeLinebtn-11mCb:first-child {
    margin-left: 0;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-statiChart-1vz1R {
    width: 14.45rem;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-schedule--index-scheInfo-2M0tx .src-assets-style-schedule--index-statiChart-1vz1R {
    width: 17.75rem;
  }
}
@media (min-width: 2100px) {
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(1),
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-xarEh td:nth-child(1) {
    width: 25%;
    text-align: left;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(2),
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-xarEh td:nth-child(2) {
    width: 10%;
    text-align: center;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(3) {
    width: 14%;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(4) {
    width: 14%;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(5) {
    width: 13%;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:last-child,
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-xarEh td:last-child {
    width: 18%;
    text-align: left;
    padding-left: 4%;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:last-child .src-assets-style-schedule--index-themeLinebtn-11mCb:first-child,
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-xarEh td:last-child .src-assets-style-schedule--index-themeLinebtn-11mCb:first-child {
    margin-left: 0;
  }
}
@media (max-width: 2100px) {
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(1),
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-xarEh td:nth-child(1) {
    width: 20%;
    text-align: left;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(2),
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-xarEh td:nth-child(2) {
    width: 10%;
    text-align: center;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(3) {
    width: 14%;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(4) {
    width: 14%;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(5) {
    width: 8%;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:nth-child(6) {
    min-width: 0.9rem;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:last-child,
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-xarEh td:last-child {
    width: 15%;
    min-width: 1.8rem;
    text-align: left;
  }
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-xarEh th:last-child .src-assets-style-schedule--index-themeLinebtn-11mCb:first-child,
  .font-extraLarge .src-assets-style-schedule--index-scheduleTableIndex-xarEh td:last-child .src-assets-style-schedule--index-themeLinebtn-11mCb: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-262aR {
    position: relative;
    width: auto;
    margin: 0.1rem;
}
.src-assets-style-ueditor--index-rc-dialog-wrap-RNgtK {
    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-GrR97 {
    margin: 0;
    font-size: 0.14rem;
    line-height: 0.21rem;
    font-weight: bold;
}
.src-assets-style-ueditor--index-rc-dialog-content-Q9C1K {
    position: relative;
    background-color: #ffffff;
    border: none;
    border-radius: 6px 6px;
    background-clip: padding-box;
}
.src-assets-style-ueditor--index-rc-dialog-close-3EkFd {
    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-37bfu:after {
    content: '\D7';
}
.src-assets-style-ueditor--index-rc-dialog-close-3EkFd:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none;
}
.src-assets-style-ueditor--index-rc-dialog-header-29z90 {
    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-G7eYB {
    padding: 0.2rem;
}
.src-assets-style-ueditor--index-rc-dialog-footer-bfrxl {
    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-17M-z,
.src-assets-style-ueditor--index-rc-dialog-zoom-appear-Agn-q {
    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-gR0yp {
    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-17M-z.src-assets-style-ueditor--index-rc-dialog-zoom-enter-active-8lf4m,
.src-assets-style-ueditor--index-rc-dialog-zoom-appear-Agn-q.src-assets-style-ueditor--index-rc-dialog-zoom-appear-active-3S0BJ {
    animation-name: src-assets-style-ueditor--index-rcDialogZoomIn-1Gfs_;
    animation-play-state: running;
}
.src-assets-style-ueditor--index-rc-dialog-zoom-leave-gR0yp.src-assets-style-ueditor--index-rc-dialog-zoom-leave-active-2XT3K {
    animation-name: src-assets-style-ueditor--index-rcDialogZoomOut-bsfMZ;
    animation-play-state: running;
}
@keyframes src-assets-style-ueditor--index-rcDialogZoomIn-1Gfs_ {
    0% {
        opacity: 0;
        transform: scale(0, 0);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}
@keyframes src-assets-style-ueditor--index-rcDialogZoomOut-bsfMZ {
    0% {
        transform: scale(1, 1);
    }
    100% {
        opacity: 0;
        transform: scale(0, 0);
    }
}
@media (min-width: 768px) {
    .src-assets-style-ueditor--index-rc-dialog-262aR {
        width: 6rem;
        margin: 0.3rem auto;
    }
}
.src-assets-style-ueditor--index-rc-dialog-mask-3dxQQ {
    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-kLHsj {
    display: none;
}
.src-assets-style-ueditor--index-rc-dialog-fade-enter-1Xgyl,
.src-assets-style-ueditor--index-rc-dialog-fade-appear-1MzHH {
    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-L8Z7A {
    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-1Xgyl.src-assets-style-ueditor--index-rc-dialog-fade-enter-active-3wPue,
.src-assets-style-ueditor--index-rc-dialog-fade-appear-1MzHH.src-assets-style-ueditor--index-rc-dialog-fade-appear-active-FnGPi {
    animation-name: src-assets-style-ueditor--index-rcDialogFadeIn-rt9SN;
    animation-play-state: running;
}
.src-assets-style-ueditor--index-rc-dialog-fade-leave-L8Z7A.src-assets-style-ueditor--index-rc-dialog-fade-leave-active-3dir5 {
    animation-name: src-assets-style-ueditor--index-rcDialogFadeOut-3UiMi;
    animation-play-state: running;
}
@keyframes src-assets-style-ueditor--index-rcDialogFadeIn-rt9SN {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes src-assets-style-ueditor--index-rcDialogFadeOut-3UiMi {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.src-assets-style-errorPage--index-imgBox-1uAx9 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.1rem 0.2rem;
}
.src-assets-style-errorPage--index-imgBox-1uAx9 img {
  height: 4rem;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.src-assets-style-depSelector--index-red_highlight_s-3NEZF span:nth-child(2) {
  background: rgba(169, 0, 33, 0.3);
}
.src-assets-style-depSelector--index-red_highlight-14Z0- span:nth-child(3) {
  background: rgba(169, 0, 33, 0.3);
}
.src-assets-style-depSelector--index-blue_highlight_s-Zhg8W span:nth-child(2) {
  background: rgba(35, 145, 230, 0.3);
}
.src-assets-style-depSelector--index-blue_highlight-3sxXR span:nth-child(3) {
  background: rgba(35, 145, 230, 0.3);
}
.src-assets-style-depSelector--index-green_highlight_s-cKGcs span:nth-child(2) {
  background: rgba(0, 88, 37, 0.1);
}
.src-assets-style-depSelector--index-green_highlight-2zAt4 span:nth-child(3) {
  background: rgba(0, 88, 37, 0.1);
}
.src-assets-style-depSelector--index-custom_highlight_s-2aDGO span:nth-child(2) {
  background: var(--themeColor1);
}
.src-assets-style-depSelector--index-custom_highlight-3Kinm span:nth-child(3) {
  background: var(--themeColor1);
}
.src-app-page-oaMeeting-myMeeting-signMng--index-title-2ieuN {
  margin: 0.7rem 0 0.2rem;
  font-size: 0.24rem;
  text-align: center;
}
.src-app-page-oaMeeting-myMeeting-signMng--index-status-FWBe7 {
  margin-bottom: 0.24rem;
  font-size: 0.16rem;
  text-align: center;
  color: #397ef0;
}
.src-app-page-oaMeeting-myMeeting-signMng--index-status2-3otO9 {
  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-3iT18 .src-app-page-oaMeeting-myMeeting-signMng--index-qrcode-3Ef-X {
  width: 2.6rem;
  margin: 0 auto 0.25rem;
}
.src-app-page-oaMeeting-myMeeting-signMng--index-content-3iT18 .src-app-page-oaMeeting-myMeeting-signMng--index-desc-3d0yy {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}
.src-app-page-oaMeeting-myMeeting-signMng--index-content-3iT18 .src-app-page-oaMeeting-myMeeting-signMng--index-desc-3d0yy > div {
  margin-bottom: 0.2rem;
}
.src-app-page-oaMeeting-myMeeting-signMng--index-content-3iT18 .src-app-page-oaMeeting-myMeeting-signMng--index-desc-3d0yy img {
  margin-right: 0.08rem;
  vertical-align: middle;
}
.src-app-page-oaMeeting-myMeeting-noticeAndSign--index-card-2iwiv .ant-card {
  border-radius: 4px;
}
.src-app-page-oaMeeting-myMeeting-noticeAndSign--index-card-2iwiv .ant-card-body {
  padding: 0.16rem;
}
.src-app-page-oaMeeting-myMeeting-noticeAndSign--index-card-2iwiv .ant-tabs-nav-container {
  font-size: 0.16rem;
}
.src-app-page-oaMeeting-myMeeting-noticeAndSign--index-card-2iwiv .ant-tabs .ant-tabs-bar {
  font-weight: normal;
}
.src-app-page-oaMeeting-myMeeting-noticeAndSign-signInfo--index-statistic-21cFc .src-app-page-oaMeeting-myMeeting-noticeAndSign-signInfo--index-item-PhF25 {
  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-21cFc .src-app-page-oaMeeting-myMeeting-noticeAndSign-signInfo--index-item-PhF25 img {
  position: absolute;
  left: 0.14rem;
  top: 50%;
  transform: translateY(-50%);
}
.src-app-page-oaMeeting-myMeeting-noticeAndSign-signInfo--index-statistic-21cFc .src-app-page-oaMeeting-myMeeting-noticeAndSign-signInfo--index-item-PhF25 .src-app-page-oaMeeting-myMeeting-noticeAndSign-signInfo--index-content-2rm2D {
  padding-left: 0.44rem;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
/*************** 共用样式***************/
.src-assets-style-oaLibrary--index-dutyTitle-2NHAa {
  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-3qcot {
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  margin-left: 0.2rem;
}
.src-assets-style-oaLibrary--index-dutyTable-1dycS {
  border-color: #ccc;
}
.src-assets-style-oaLibrary--index-dutyTable-1dycS table {
  border: 1px solid #999;
  width: 100%;
  text-align: center;
}
.src-assets-style-oaLibrary--index-dutyTable-1dycS tr {
  border: 1px solid #999;
  height: 0.3rem;
}
.src-assets-style-oaLibrary--index-dutyTable-1dycS td {
  border: 1px solid #999;
  padding: 0.05rem;
}
.src-assets-style-oaLibrary--index-dutyTable-1dycS thead {
  font-weight: bold;
  background-color: #ccc;
}
.src-assets-style-oaLibrary--index-dutyTable-1dycS tbody td:first-child {
  font-weight: bold;
  background-color: #ccc;
}
.src-assets-style-oaLibrary--index-main-content-mIXyl {
  min-height: 14.8rem !important;
}
.src-assets-style-oaLibrary--index-bodyFixed-Dzfrx {
  position: fixed;
  width: 100%;
}
.src-assets-style-oaLibrary--index-dropdownBoxDisplayNone-14Nq8 {
  display: none;
}
.src-assets-style-oaLibrary--index-overflow-2ed-N {
  overflow: hidden;
}
.src-assets-style-oaLibrary--index-fontGray-rbZRJ {
  color: #adadad;
}
.src-assets-style-oaLibrary--index-fontLightBlack-1Ggfp {
  color: #808080;
}
.src-assets-style-oaLibrary--index-fontLine-1uQO8 {
  color: #adadad;
  margin-left: 0.06rem;
}
.src-assets-style-oaLibrary--index-mgt12-2Da1F {
  margin-top: 0.12rem;
}
.src-assets-style-oaLibrary--index-textCenter-2bFJ8 {
  text-align: center;
  color: #808080;
  cursor: pointer;
}
.src-assets-style-oaLibrary--index-pdr5-oocNb {
  padding-right: 0.05rem;
}
.src-assets-style-oaLibrary--index-fontSc-4emeO {
  padding-right: 0.05rem;
  text-align: center;
  font-size: 0.28rem;
  color: #595959;
}
.src-assets-style-oaLibrary--index-lineHeight-3yGG5 {
  line-height: 0.4rem;
  /*margin-left: -450px;*/
  width: 4rem;
}
/* 服务入口页面布局样式 */
.src-assets-style-oaLibrary--index-flex-1-tbS {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-contentMain-2PIxa img {
  max-width: 100%;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-contentMain-2PIxa .ant-card-bordered {
  width: calc(100% - 2.28rem);
  display: inline-block;
  max-width: 100%;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-contentMain-2PIxa .ant-card-bordered .ant-card-body p {
  padding: 0px 0.32rem;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-contentMain-2PIxa .ant-card-bordered .ant-card-body img {
  max-width: 100%;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-limitLength-3sQXH,
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-limitSplit-kBVHA {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-limitLength-3sQXH {
  width: 0.95rem;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-limitSplit-kBVHA {
  width: 0.2rem;
  text-align: center;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP {
  width: 3.87rem;
  overflow: hidden;
  float: right;
  margin-top: 0.25rem;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightTop-XiS9w:hover {
  cursor: pointer;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightTop-XiS9w:hover .src-assets-style-oaLibrary--index-rightAffairsBox-26GH7 .anticon {
  display: inline-block;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightTop-XiS9w {
  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-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightTop-XiS9w .src-assets-style-oaLibrary--index-rightAffairsBox-26GH7 .anticon {
  display: none;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightTop-XiS9w .src-assets-style-oaLibrary--index-iconLeft-3QN4j {
  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-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightTop-XiS9w .src-assets-style-oaLibrary--index-iconLeft-3QN4j:hover {
  color: #AAAAAA;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightTop-XiS9w .src-assets-style-oaLibrary--index-iconRight-QAicE {
  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-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightTop-XiS9w .src-assets-style-oaLibrary--index-iconRight-QAicE:hover {
  color: #AAAAAA;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightTop-XiS9w .ant-card {
  position: static;
  color: #666666;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightTop-XiS9w .src-assets-style-oaLibrary--index-affairTitle-W4pcq .ant-card-body {
  padding: 0px;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightTop-XiS9w .src-assets-style-oaLibrary--index-affairTitle-W4pcq .ant-card-head {
  border-bottom: none;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightTop-XiS9w .src-assets-style-oaLibrary--index-affairTitle-W4pcq .ant-list-grid .ant-list-item {
  margin-bottom: 0;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightTop-XiS9w .src-assets-style-oaLibrary--index-affairTitle-W4pcq .ant-carousel .slick-dots {
  bottom: 0.35rem;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightTop-XiS9w .src-assets-style-oaLibrary--index-affairTitle-W4pcq .ant-carousel .slick-slider {
  position: static;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightTop-XiS9w .src-assets-style-oaLibrary--index-affairTitle-W4pcq .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-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightTop-XiS9w .src-assets-style-oaLibrary--index-affairTitle-W4pcq .ant-carousel .slick-dots li button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #b8c4cc;*/
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightTop-XiS9w .src-assets-style-oaLibrary--index-affairTitle-W4pcq .src-assets-style-oaLibrary--index-noDataIcon-pTRKi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightTop-XiS9w .src-assets-style-oaLibrary--index-affairTitle-W4pcq .src-assets-style-oaLibrary--index-fontBlack-2Pp_2 {
  font-size: 0.18rem;
  font-weight: bold;
  color: #474747;
  line-height: 0.21rem;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightTop-XiS9w .src-assets-style-oaLibrary--index-affairTitle-W4pcq .src-assets-style-oaLibrary--index-serviceCollectDivRelative-1rBlK {
  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-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightTop-XiS9w .src-assets-style-oaLibrary--index-affairTitle-W4pcq .src-assets-style-oaLibrary--index-serviceCollectDivRelative-1rBlK .src-assets-style-oaLibrary--index-radiusDiv-1La8g {
  /*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-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightTop-XiS9w .src-assets-style-oaLibrary--index-affairTitle-W4pcq .src-assets-style-oaLibrary--index-serviceCollectDivRelative-1rBlK .src-assets-style-oaLibrary--index-radiusDiv-1La8g .src-assets-style-oaLibrary--index-imageRadius-1-2wV {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightTop-XiS9w .src-assets-style-oaLibrary--index-affairTitle-W4pcq .src-assets-style-oaLibrary--index-serviceCollectDivRelative-1rBlK .ant-card-body {
  padding: 0.11rem 0.07rem 0.18rem 0.09rem;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightTop-XiS9w .src-assets-style-oaLibrary--index-affairTitle-W4pcq .src-assets-style-oaLibrary--index-serviceCollectDivRelative-1rBlK .ant-card-bordered {
  border: none;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightTop-XiS9w .src-assets-style-oaLibrary--index-affairTitle-W4pcq .src-assets-style-oaLibrary--index-serviceCollectDivRelative-1rBlK .src-assets-style-oaLibrary--index-textCenter-2bFJ8 {
  text-align: center;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-right-GnwvP .src-assets-style-oaLibrary--index-rightBottom-Guy4c {
  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-3Uq3r {
  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-1efrZ {
  background: #fff;
}
.src-assets-style-oaLibrary--index-optBackground-1efrZ a {
  color: #000;
}
.src-assets-style-oaLibrary--index-optBackground-1efrZ a:hover {
  color: #fff;
}
.src-assets-style-oaLibrary--index-optName-8cZKb {
  width: 100%;
  height: 100%;
}
.src-assets-style-oaLibrary--index-optImg-3F1XM {
  margin-right: 0.1rem;
  width: 0.22rem;
  height: 0.22rem;
}
.src-assets-style-oaLibrary--index-dropdownBox-7cUyX .ant-select-dropdown-menu-item:hover {
  background: #e6f7ff;
}
.src-assets-style-oaLibrary--index-dropdownBox-7cUyX .ant-select-dropdown-menu-item:hover a {
  color: #397EF0;
}
.src-assets-style-oaLibrary--index-dropdownBox-7cUyX .ant-select-dropdown-menu {
  overflow: hidden;
  max-height: none;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .ant-select .ant-select-selection {
  border: 1px solid rgba(0, 0, 0, 0);
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .src-assets-style-oaLibrary--index-screenBtn-3Aj06 {
  cursor: pointer;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .src-assets-style-oaLibrary--index-screenBtn-3Aj06 .ant-btn {
  border: none;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .src-assets-style-oaLibrary--index-searchBox-34MKE {
  width: 5.5rem;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .src-assets-style-oaLibrary--index-searchBox-34MKE input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .src-assets-style-oaLibrary--index-sceneNav-3ovTV {
  display: inline-block;
  position: absolute;
  margin-left: 0.55rem;
  height: 0.24rem;
  margin-top: 0.06rem;
  cursor: pointer;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .src-assets-style-oaLibrary--index-sceneNav-3ovTV span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: top;
  margin-top: 1px;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .src-assets-style-oaLibrary--index-sceneNav-3ovTV .src-assets-style-oaLibrary--index-sceneIcon-2hYeR {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .src-assets-style-oaLibrary--index-searchList-1_FAZ {
  line-height: 2;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .src-assets-style-oaLibrary--index-searchList-1_FAZ .ant-tag-checkable-checked {
  border-radius: 12px;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .src-assets-style-oaLibrary--index-searchList-1_FAZ .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .src-assets-style-oaLibrary--index-searchList-1_FAZ .src-assets-style-oaLibrary--index-item-1LjF5 {
  width: calc(100% - 0.42rem);
  display: inline-block;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .src-assets-style-oaLibrary--index-searchList-1_FAZ .src-assets-style-oaLibrary--index-all-3LyFQ {
  display: inline-block;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .src-assets-style-oaLibrary--index-searchList-1_FAZ .src-assets-style-oaLibrary--index-all-3LyFQ .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .src-assets-style-oaLibrary--index-searchList-1_FAZ .src-assets-style-oaLibrary--index-searchTitle-1YH-C {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .src-assets-style-oaLibrary--index-searchList-1_FAZ span {
  color: #808080;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .src-assets-style-oaLibrary--index-searchList-1_FAZ .src-assets-style-oaLibrary--index-hideItem-1QJJq {
  display: inline-block;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .src-assets-style-oaLibrary--index-searchList-1_FAZ .src-assets-style-oaLibrary--index-rightBtn-29yEN {
  float: right;
  cursor: pointer;
  margin-top: 0.09rem;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .src-assets-style-oaLibrary--index-searchList-1_FAZ .ant-btn {
  border: none;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .theme-blue .ant-btn:hover,
.src-assets-style-oaLibrary--index-searchContent-3y5qj .theme-blue .ant-btn:focus {
  color: #808080;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .ant-input-prefix {
  color: #cdcdcd;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaLibrary--index-searchContent-3y5qj .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaLibrary--index-cardFrame-AHW9A .src-assets-style-oaLibrary--index-cardItem-oRN6w: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-AHW9A .src-assets-style-oaLibrary--index-cardItem-oRN6w:hover button {
  display: block;
  position: absolute;
  right: 0.16rem;
  top: 0.17rem;
  z-index: 2;
  /* opacity: 0.65;*/
}
.src-assets-style-oaLibrary--index-cardFrame-AHW9A .src-assets-style-oaLibrary--index-cardItem-oRN6w:hover button:hover {
  opacity: 1;
}
.src-assets-style-oaLibrary--index-cardFrame-AHW9A button {
  display: none;
}
.src-assets-style-oaLibrary--index-cardFrame-AHW9A .src-assets-style-oaLibrary--index-saveIco-3SM_8 {
  width: 0.48rem;
  height: 0.48rem;
}
.src-assets-style-oaLibrary--index-cardFrame-AHW9A .src-assets-style-oaLibrary--index-iconTj-3TGWU {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: 1px;
  left: 0.06rem;
}
.src-assets-style-oaLibrary--index-cardFrame-AHW9A .src-assets-style-oaLibrary--index-tag-3aiGe {
  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-AHW9A .src-assets-style-oaLibrary--index-tag-3aiGe .src-assets-style-oaLibrary--index-fontBlack-2Pp_2 {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaLibrary--index-cardFrame-AHW9A .src-assets-style-oaLibrary--index-comment-1TsiR {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaLibrary--index-cardFrame-AHW9A .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaLibrary--index-cardFrame-AHW9A .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0px;
}
.src-assets-style-oaLibrary--index-cardFrame-AHW9A .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaLibrary--index-cardFrame-AHW9A .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaLibrary--index-cardFrame-AHW9A .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaLibrary--index-cardFrame-AHW9A .ant-list-item-meta-description {
  line-height: 0.25rem;
}
.src-assets-style-oaLibrary--index-cardFrame-AHW9A .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaLibrary--index-cardFrame-AHW9A a {
  color: #474747;
}
.src-assets-style-oaLibrary--index-cardFrame-AHW9A a:hover {
  /*color: #1890ff;*/
  text-decoration: underline;
}
.src-assets-style-oaLibrary--index-jian-ff6br {
  display: inline-flex;
  height: 0.31rem;
}
.src-assets-style-oaLibrary--index-flex-1-tbS {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-applyContentTop-3wNPr {
  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-1-tbS .src-assets-style-oaLibrary--index-applyContentTop-3wNPr .ant-list-item-main {
  display: inline-block;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-applyContentTop-3wNPr .ant-list-item-extra {
  float: right;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-applyContentTop-3wNPr .src-assets-style-oaLibrary--index-comment-1TsiR {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-applyContentTop-3wNPr .src-assets-style-oaLibrary--index-saveIco-3SM_8 {
  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-1-tbS .src-assets-style-oaLibrary--index-applyContentTop-3wNPr .src-assets-style-oaLibrary--index-iconTj-3TGWU {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: -0.02rem;
  left: 0.06rem;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-applyContentTop-3wNPr .src-assets-style-oaLibrary--index-tag-3aiGe {
  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-1-tbS .src-assets-style-oaLibrary--index-applyContentTop-3wNPr .src-assets-style-oaLibrary--index-tag-3aiGe .src-assets-style-oaLibrary--index-fontBlack-2Pp_2 {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-applyContentTop-3wNPr .src-assets-style-oaLibrary--index-grade-3bNXD {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  color: #808080;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-applyContentTop-3wNPr .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-applyContentTop-3wNPr .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0.03rem;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-applyContentTop-3wNPr .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-applyContentTop-3wNPr .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-applyContentTop-3wNPr .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-applyContentTop-3wNPr .ant-list-item-meta-description {
  line-height: 2;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-applyContentTop-3wNPr .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-applyContentTop-3wNPr .ant-card-bordered {
  border: none;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-applyContentTop-3wNPr .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-applyContentTop-3wNPr .ant-col-12 {
  width: 100%;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-applyContentTop-3wNPr .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-1-tbS .src-assets-style-oaLibrary--index-applyContentTop-3wNPr .ant-card-wider-padding .ant-card-body {
  padding: 0.24rem 0px 0.15rem 0.24rem;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-applyContentTopTitle-3ewsn a {
  color: #474747;
  font-weight: bold;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-contenBottom-3NNax {
  display: table;
  margin-top: 0.28rem;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-contenBottom-3NNax .src-assets-style-oaLibrary--index-userGuide-QY0fd {
  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-1-tbS .src-assets-style-oaLibrary--index-contenBottom-3NNax .src-assets-style-oaLibrary--index-userGuide-QY0fd .src-assets-style-oaLibrary--index-rightAnchor-vsqqk {
  position: absolute;
  right: 0.35rem;
  top: 0.3rem;
  z-index: 999;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-contenBottom-3NNax .src-assets-style-oaLibrary--index-userGuide-QY0fd .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-contenBottom-3NNax .src-assets-style-oaLibrary--index-userGuide-QY0fd .ant-card-bordered {
  border: none;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-contenBottom-3NNax .src-assets-style-oaLibrary--index-userGuide-QY0fd .ant-card-head {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-contenBottom-3NNax .src-assets-style-oaLibrary--index-userGuide-QY0fd .ant-card-head-title {
  font-weight: bold;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-contenBottom-3NNax .src-assets-style-oaLibrary--index-userGuide-QY0fd .ant-list-split .ant-list-item {
  border-bottom: none;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-contenBottom-3NNax .src-assets-style-oaLibrary--index-userGuide-QY0fd .ant-list-split .ant-list-header {
  border-bottom: none;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-contenBottom-3NNax .src-assets-style-oaLibrary--index-userGuide-QY0fd .ant-list-item {
  padding: 0;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-contenBottom-3NNax .src-assets-style-oaLibrary--index-userGuide-QY0fd .ant-list-header,
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-contenBottom-3NNax .src-assets-style-oaLibrary--index-userGuide-QY0fd .ant-list-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-contenBottom-3NNax .src-assets-style-oaLibrary--index-userGuide-QY0fd .ant-anchor-ink-ball {
  width: 0.14rem;
  height: 0.14rem;
  border: 4px solid #1890ff;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-contenBottom-3NNax .src-assets-style-oaLibrary--index-userGuide-QY0fd .ant-anchor-wrapper {
  padding-left: 0.1rem;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-userEvaluation-k59Hr {
  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-1-tbS .src-assets-style-oaLibrary--index-userEvaluation-k59Hr .src-assets-style-oaLibrary--index-title-3w_Dr {
  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-1-tbS .src-assets-style-oaLibrary--index-userEvaluation-k59Hr .src-assets-style-oaLibrary--index-evaluationDetails-3TQdf {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-userEvaluation-k59Hr .src-assets-style-oaLibrary--index-evaluationDetails-3TQdf .src-assets-style-oaLibrary--index-describe-3otqN {
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-userEvaluation-k59Hr .src-assets-style-oaLibrary--index-evaluationDetails-3TQdf .src-assets-style-oaLibrary--index-userName-fRk2z {
  float: left;
  color: #010101;
}
.src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-userEvaluation-k59Hr .src-assets-style-oaLibrary--index-evaluationDetails-3TQdf .src-assets-style-oaLibrary--index-time-2wFTT {
  float: right;
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaLibrary--index-conditionStyle-2vuKL {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-oaLibrary--index-statusWidth-sv5kO {
  width: 30%;
  float: left;
  vertical-align: middle;
}
.src-assets-style-oaLibrary--index-nullData-2o7Q8 {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-oaLibrary--index-nullData-2o7Q8 .src-assets-style-oaLibrary--index-message-svFp8 {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-oaLibrary--index-limitedTime-1OBgD {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.45rem;
  width: 0.5rem;
}
.src-assets-style-oaLibrary--index-limitedTime-1OBgD .src-assets-style-oaLibrary--index-backBorder-36Qf- {
  border-top: solid 40px #ff9900;
  border-right: solid 50px rgba(0, 0, 0, 0);
}
.src-assets-style-oaLibrary--index-limitedTime-1OBgD .src-assets-style-oaLibrary--index-inner-22hsf {
  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-1CcmC {
  position: absolute;
  top: 0px;
  left: -0.07rem;
  width: 0.5rem;
  height: 0.45rem;
}
.src-assets-style-oaLibrary--index-limitedTimeLeft-1CcmC .src-assets-style-oaLibrary--index-backBorder-36Qf- {
  border-top: solid 50px #ff9900;
  border-right: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-oaLibrary--index-limitedTimeLeft-1CcmC .src-assets-style-oaLibrary--index-inner-22hsf {
  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-3h5o8 {
  float: right;
  display: flex;
  position: relative;
  margin-right: 0.05rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaLibrary--index-usedSearch-3h5o8 .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-oaLibrary--index-usedSearch-3h5o8 .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-3h5o8 .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-oaLibrary--index-usedSearch-3h5o8 .src-assets-style-oaLibrary--index-searchDel-1qDIf {
  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-1Gmme {
  text-align: center;
}
.src-assets-style-oaLibrary--index-selectColor-2JUNg {
  color: #55906E;
}
.src-assets-style-oaLibrary--index-footerStyle-3apv5 {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaLibrary--index-pagingMargin1-xnl-T {
  margin-left: 0.3rem;
}
.src-assets-style-oaLibrary--index-pagingMargin2-H2eKO {
  margin-left: 0.5rem;
}
.src-assets-style-oaLibrary--index-pagingLeft-2hIqr {
  display: inline-block;
  width: 50%;
}
.src-assets-style-oaLibrary--index-pagingRight-19W3_ {
  display: inline-block;
  text-align: right;
  padding-right: 0.1rem;
  width: 50%;
}
.src-assets-style-oaLibrary--index-pageingButton-14SG6 {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-oaLibrary--index-pageingNotAllowed-30pu9 {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-oaLibrary--index-itemButton-dOxI6 {
  margin-right: 0.1rem;
}
.src-assets-style-oaLibrary--index-itemButton-dOxI6 .src-assets-style-oaLibrary--index-img-3JKdA {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-oaLibrary--index-itemButton-dOxI6 i {
  margin-right: 0.05rem;
}
.src-assets-style-oaLibrary--index-breadcrumb-276WA {
  width: 3.5rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-oaLibrary--index-breadcrumbItem-1rxff {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-oaLibrary--index-card-3tckW {
  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-1wi26 {
  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-1wi26 .ant-btn {
  margin-top: 0.1rem;
}
.src-assets-style-oaLibrary--index-addressSelect-Hz5vx {
  margin-left: 0px;
  width: 6.2rem;
}
.src-assets-style-oaLibrary--index-affairsCard_linkTitle-2-cQc {
  float: left;
  margin-right: 0.04rem;
}
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaLibrary--index-cardFrame-AHW9A .src-assets-style-oaLibrary--index-cardItem-oRN6w:hover button {
  background-color: #70b470;
  border-color: #70b470;
}
.theme-green .src-assets-style-oaLibrary--index-cardFrame-AHW9A .src-assets-style-oaLibrary--index-cardItem-oRN6w:hover button:hover {
  background-color: #00a854;
  border-color: #00a854;
}
.theme-green .src-assets-style-oaLibrary--index-detailsMain-6cSMs .src-assets-style-oaLibrary--index-receiptDiv-Rq8Gc {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #005825;
}
.theme-green .src-assets-style-oaLibrary--index-detailsMain-6cSMs .src-assets-style-oaLibrary--index-receiptContext-37Rpb {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-green .src-assets-style-oaLibrary--index-themeColor-MjEUC {
  color: #005825;
  font-weight: bold;
}
/**************************** 绿色主题开始 ***************************/
/**************************** 红色主题开始 ***************************/
.theme-red .src-assets-style-oaLibrary--index-detailsMain-6cSMs .src-assets-style-oaLibrary--index-receiptDiv-Rq8Gc {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #9A001E;
}
.theme-red .src-assets-style-oaLibrary--index-detailsMain-6cSMs .src-assets-style-oaLibrary--index-receiptContext-37Rpb {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-red .src-assets-style-oaLibrary--index-selectColor-2JUNg {
  color: #F63E62;
}
.theme-red .src-assets-style-oaLibrary--index-footerStyle-3apv5 {
  background-color: #fffafb;
}
.theme-red .src-assets-style-oaLibrary--index-pageingButton-14SG6 {
  color: #F63E62;
}
.theme-red .src-assets-style-oaLibrary--index-cardFrame-AHW9A .src-assets-style-oaLibrary--index-cardItem-oRN6w:hover button {
  background-color: #F63E62;
  border-color: #F63E62;
}
.theme-red .src-assets-style-oaLibrary--index-cardFrame-AHW9A .src-assets-style-oaLibrary--index-cardItem-oRN6w:hover button:hover {
  background-color: #9A001E;
  border-color: #9A001E;
}
.theme-red .src-assets-style-oaLibrary--index-searchContent-3y5qj .src-assets-style-oaLibrary--index-searchList-1_FAZ .ant-tag-checkable-checked {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-assets-style-oaLibrary--index-searchContent-3y5qj .src-assets-style-oaLibrary--index-searchList-1_FAZ .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaLibrary--index-pagination-2flXJ {
  box-shadow: 0px 0px 0.1rem 0px rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaLibrary--index-pagination-2flXJ .src-assets-style-oaLibrary--index-affairTotal-bqHFP .src-assets-style-oaLibrary--index-fontBlue-2RnAI {
  color: #F63E62;
}
.theme-red .src-assets-style-oaLibrary--index-activeLetter-DR6a9 {
  background: #F63E62;
}
.theme-red .src-assets-style-oaLibrary--index-letter-1lsCs:hover {
  background: #F63E62;
}
.theme-red .src-assets-style-oaLibrary--index-radiusDiv-1La8g {
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaLibrary--index-radiusDiv-1La8g:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-oaLibrary--index-affairTitle-W4pcq .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
.theme-red .src-assets-style-oaLibrary--index-affairTitle-W4pcq .ant-carousel .slick-dots li button {
  background: rgba(255, 0, 0, 0.5);
}
.theme-red .src-assets-style-oaLibrary--index-cardFrame-AHW9A a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaLibrary--index-dropdownBox-7cUyX .ant-select-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-oaLibrary--index-dropdownBox-7cUyX .ant-select-dropdown-menu-item:hover a {
  color: #F63E62;
}
.theme-red .src-assets-style-oaLibrary--index-sceneNav-3ovTV span {
  color: #9A001E;
}
.theme-red .src-assets-style-oaLibrary--index-sceneNav-3ovTV .src-assets-style-oaLibrary--index-sceneIcon-2hYeR {
  background: url(../../assets/images/mapIcon_red.png) no-repeat center;
  background-size: cover;
}
.theme-red .src-assets-style-oaLibrary--index-themeColor-MjEUC {
  color: #9A001E;
  font-weight: bold;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-assets-style-oaLibrary--index-detailsMain-6cSMs .src-assets-style-oaLibrary--index-receiptDiv-Rq8Gc {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #397EF0;
}
.theme-blue .src-assets-style-oaLibrary--index-detailsMain-6cSMs .src-assets-style-oaLibrary--index-receiptContext-37Rpb {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-blue .src-assets-style-oaLibrary--index-selectColor-2JUNg {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaLibrary--index-footerStyle-3apv5 {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-oaLibrary--index-pageingButton-14SG6 {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaLibrary--index-cardFrame-AHW9A .src-assets-style-oaLibrary--index-cardItem-oRN6w:hover button {
  background-color: #71b8ef;
  border-color: #71b8ef;
}
.theme-blue .src-assets-style-oaLibrary--index-cardFrame-AHW9A .src-assets-style-oaLibrary--index-cardItem-oRN6w:hover button:hover {
  background-color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .src-assets-style-oaLibrary--index-searchContent-3y5qj .src-assets-style-oaLibrary--index-searchList-1_FAZ .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #a2ceff;
}
.theme-blue .src-assets-style-oaLibrary--index-searchContent-3y5qj .src-assets-style-oaLibrary--index-searchList-1_FAZ .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaLibrary--index-pagination-2flXJ {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaLibrary--index-pagination-2flXJ .src-assets-style-oaLibrary--index-affairTotal-bqHFP .src-assets-style-oaLibrary--index-fontBlue-2RnAI {
  color: #1890ff;
}
.theme-blue .src-assets-style-oaLibrary--index-activeLetter-DR6a9 {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaLibrary--index-letter-1lsCs:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaLibrary--index-radiusDiv-1La8g {
  border: 1px solid rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaLibrary--index-radiusDiv-1La8g:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-oaLibrary--index-affairTitle-W4pcq .ant-carousel .slick-dots li.slick-active button {
  background: #1890ff;
}
.theme-blue .src-assets-style-oaLibrary--index-affairTitle-W4pcq .ant-carousel .slick-dots li button {
  background: rgba(35, 145, 230, 0.7);
}
.theme-blue .src-assets-style-oaLibrary--index-cardFrame-AHW9A a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaLibrary--index-sceneNav-3ovTV span {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaLibrary--index-sceneNav-3ovTV .src-assets-style-oaLibrary--index-sceneIcon-2hYeR {
  background: url(../../assets/images/mapIcon_blue.png) no-repeat center;
  background-size: cover;
}
.theme-blue .src-assets-style-oaLibrary--index-themeColor-MjEUC {
  color: #397EF0;
  font-weight: bold;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaLibrary--index-searchContent-3y5qj .src-assets-style-oaLibrary--index-searchList-1_FAZ .ant-tag-checkable-checked {
  color: #1C9750;
  background: #E6FFF1;
  border-color: #1C9750;
}
.theme-green .src-assets-style-oaLibrary--index-searchContent-3y5qj .src-assets-style-oaLibrary--index-searchList-1_FAZ .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1C9750;
}
.theme-green .src-assets-style-oaLibrary--index-pagination-2flXJ {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-oaLibrary--index-pagination-2flXJ .src-assets-style-oaLibrary--index-affairTotal-bqHFP .src-assets-style-oaLibrary--index-fontBlue-2RnAI {
  color: #1C9750;
}
.theme-green .src-assets-style-oaLibrary--index-activeLetter-DR6a9 {
  background: #1C9750;
}
.theme-green .src-assets-style-oaLibrary--index-letter-1lsCs:hover {
  background: #1C9750;
}
.theme-green .src-assets-style-oaLibrary--index-radiusDiv-1La8g:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(68, 126, 98, 0.35);
}
.theme-green .src-assets-style-oaLibrary--index-radiusDiv-1La8g {
  border: 1px solid rgba(87, 177, 134, 0.1);
}
.theme-green .src-assets-style-oaLibrary--index-affairTitle-W4pcq .ant-carousel .slick-dots li.slick-active button {
  background: #1C9750;
}
.theme-green .src-assets-style-oaLibrary--index-affairTitle-W4pcq .ant-carousel .slick-dots li button {
  background: rgba(10, 150, 50, 0.7);
}
.theme-green .src-assets-style-oaLibrary--index-cardFrame-AHW9A a:hover {
  color: #00a854;
}
.theme-green .src-assets-style-oaLibrary--index-dropdownBox-7cUyX .ant-select-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.theme-green .src-assets-style-oaLibrary--index-dropdownBox-7cUyX .ant-select-dropdown-menu-item:hover a {
  color: #00a854;
}
.theme-green .src-assets-style-oaLibrary--index-sceneNav-3ovTV span {
  color: #005825;
}
.theme-green .src-assets-style-oaLibrary--index-sceneNav-3ovTV .src-assets-style-oaLibrary--index-sceneIcon-2hYeR {
  background: url(../../assets/images/mapIcon_green.png) no-repeat center;
  background-size: cover;
}
.theme-green .src-assets-style-oaLibrary--index-themeColor-MjEUC {
  color: #005825;
  font-weight: bold;
}
/**************************** 绿色主题结束 **************************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-left-2POnS {
    border-radius: 6px;
    width: 100%;
  }
  .font-normal .src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-left-2POnS .src-assets-style-oaLibrary--index-leftBody-3gk58 .src-assets-style-oaLibrary--index-leftService-2Dra3 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-left-2POnS {
    width: 100%;
  }
  .font-normal .src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-left-2POnS .src-assets-style-oaLibrary--index-leftBody-3gk58 .src-assets-style-oaLibrary--index-leftService-2Dra3 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-leftContent-2UtY0 {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-leftContent-2UtY0 {
    width: 100%;
  }
}
@media (max-height: 830px) {
  .font-normal .src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-leftContent-2UtY0 .src-assets-style-oaLibrary--index-AllLetter-14fRY {
    bottom: 4.85rem;
  }
}
@media (min-height: 831px) {
  .font-normal .src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-leftContent-2UtY0 .src-assets-style-oaLibrary--index-AllLetter-14fRY {
    top: 3.26rem;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-left-2POnS {
    border-radius: 6px;
    width: 100%;
  }
  .font-large .src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-left-2POnS .src-assets-style-oaLibrary--index-leftBody-3gk58 .src-assets-style-oaLibrary--index-leftService-2Dra3 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-left-2POnS {
    width: 100%;
  }
  .font-large .src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-left-2POnS .src-assets-style-oaLibrary--index-leftBody-3gk58 .src-assets-style-oaLibrary--index-leftService-2Dra3 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-leftContent-2UtY0 {
    width: 100%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-leftContent-2UtY0 {
    width: 100%;
  }
}
@media (max-height: 913px) {
  .font-large .src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-leftContent-2UtY0 .src-assets-style-oaLibrary--index-AllLetter-14fRY {
    bottom: 4.85rem;
  }
}
@media (min-height: 914.1px) {
  .font-large .src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-leftContent-2UtY0 .src-assets-style-oaLibrary--index-AllLetter-14fRY {
    top: 3.26rem;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-left-2POnS {
    border-radius: 6px;
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-left-2POnS .src-assets-style-oaLibrary--index-leftBody-3gk58 .src-assets-style-oaLibrary--index-leftService-2Dra3 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-left-2POnS {
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-left-2POnS .src-assets-style-oaLibrary--index-leftBody-3gk58 .src-assets-style-oaLibrary--index-leftService-2Dra3 {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-leftContent-2UtY0 {
    width: 100%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-leftContent-2UtY0 {
    width: 100%;
  }
}
@media (max-height: 1037.5px) {
  .font-extraLarge .src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-leftContent-2UtY0 .src-assets-style-oaLibrary--index-AllLetter-14fRY {
    bottom: 4.85rem;
  }
}
@media (min-height: 1038.75px) {
  .font-extraLarge .src-assets-style-oaLibrary--index-flex-1-tbS .src-assets-style-oaLibrary--index-leftContent-2UtY0 .src-assets-style-oaLibrary--index-AllLetter-14fRY {
    top: 3.26rem;
  }
}
@media (min-width: 1600px) {
  .font-extraLarge .src-assets-style-oaLibrary--index-flex-1-tbS .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-3yHS8 {
  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-3suRL {
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  margin-left: 0.2rem;
}
.src-assets-style-oaDutyManager--index-dutyTable-27-WS {
  border-color: #ccc;
}
.src-assets-style-oaDutyManager--index-dutyTable-27-WS table {
  border: 1px solid #999;
  width: 100%;
  text-align: center;
}
.src-assets-style-oaDutyManager--index-dutyTable-27-WS tr {
  border: 1px solid #999;
  height: 0.3rem;
}
.src-assets-style-oaDutyManager--index-dutyTable-27-WS td {
  border: 1px solid #999;
  padding: 0.05rem;
}
.src-assets-style-oaDutyManager--index-dutyTable-27-WS thead {
  font-weight: bold;
  background-color: #ccc;
}
.src-assets-style-oaDutyManager--index-dutyTable-27-WS tbody td:first-child {
  font-weight: bold;
  background-color: #ccc;
}
.src-assets-style-oaDutyManager--index-main-content-2H7YM {
  min-height: 14.8rem !important;
}
.src-assets-style-oaDutyManager--index-bodyFixed-3hQBf {
  position: fixed;
  width: 100%;
}
.src-assets-style-oaDutyManager--index-dropdownBoxDisplayNone-1kk8C {
  display: none;
}
.src-assets-style-oaDutyManager--index-overflow-1zk1- {
  overflow: hidden;
}
.src-assets-style-oaDutyManager--index-fontGray-2bl2w {
  color: #adadad;
}
.src-assets-style-oaDutyManager--index-fontLightBlack-2mNSA {
  color: #808080;
}
.src-assets-style-oaDutyManager--index-fontLine-1NHpP {
  color: #adadad;
  margin-left: 0.06rem;
}
.src-assets-style-oaDutyManager--index-mgt12-2XIXY {
  margin-top: 0.12rem;
}
.src-assets-style-oaDutyManager--index-textCenter-2cBZt {
  text-align: center;
  color: #808080;
  cursor: pointer;
}
.src-assets-style-oaDutyManager--index-pdr5-ZRA3P {
  padding-right: 0.05rem;
}
.src-assets-style-oaDutyManager--index-fontSc-1Gfip {
  padding-right: 0.05rem;
  text-align: center;
  font-size: 0.28rem;
  color: #595959;
}
.src-assets-style-oaDutyManager--index-lineHeight-1qVuL {
  line-height: 0.4rem;
  /*margin-left: -450px;*/
  width: 4rem;
}
/* 服务入口页面布局样式 */
.src-assets-style-oaDutyManager--index-flex-1ozcN {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-contentMain-2bsum img {
  max-width: 100%;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-contentMain-2bsum .ant-card-bordered {
  width: calc(100% - 2.28rem);
  display: inline-block;
  max-width: 100%;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-contentMain-2bsum .ant-card-bordered .ant-card-body p {
  padding: 0px 0.32rem;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-contentMain-2bsum .ant-card-bordered .ant-card-body img {
  max-width: 100%;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-limitLength-IUrIc,
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-limitSplit-25oef {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-limitLength-IUrIc {
  width: 0.95rem;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-limitSplit-25oef {
  width: 0.2rem;
  text-align: center;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q {
  width: 3.87rem;
  overflow: hidden;
  float: right;
  margin-top: 0.25rem;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightTop-1cj8h:hover {
  cursor: pointer;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightTop-1cj8h:hover .src-assets-style-oaDutyManager--index-rightAffairsBox-2El_V .anticon {
  display: inline-block;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightTop-1cj8h {
  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-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightTop-1cj8h .src-assets-style-oaDutyManager--index-rightAffairsBox-2El_V .anticon {
  display: none;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightTop-1cj8h .src-assets-style-oaDutyManager--index-iconLeft-3mVrH {
  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-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightTop-1cj8h .src-assets-style-oaDutyManager--index-iconLeft-3mVrH:hover {
  color: #AAAAAA;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightTop-1cj8h .src-assets-style-oaDutyManager--index-iconRight-39F5D {
  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-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightTop-1cj8h .src-assets-style-oaDutyManager--index-iconRight-39F5D:hover {
  color: #AAAAAA;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightTop-1cj8h .ant-card {
  position: static;
  color: #666666;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightTop-1cj8h .src-assets-style-oaDutyManager--index-affairTitle-fz_jt .ant-card-body {
  padding: 0px;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightTop-1cj8h .src-assets-style-oaDutyManager--index-affairTitle-fz_jt .ant-card-head {
  border-bottom: none;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightTop-1cj8h .src-assets-style-oaDutyManager--index-affairTitle-fz_jt .ant-list-grid .ant-list-item {
  margin-bottom: 0;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightTop-1cj8h .src-assets-style-oaDutyManager--index-affairTitle-fz_jt .ant-carousel .slick-dots {
  bottom: 0.35rem;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightTop-1cj8h .src-assets-style-oaDutyManager--index-affairTitle-fz_jt .ant-carousel .slick-slider {
  position: static;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightTop-1cj8h .src-assets-style-oaDutyManager--index-affairTitle-fz_jt .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-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightTop-1cj8h .src-assets-style-oaDutyManager--index-affairTitle-fz_jt .ant-carousel .slick-dots li button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #b8c4cc;*/
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightTop-1cj8h .src-assets-style-oaDutyManager--index-affairTitle-fz_jt .src-assets-style-oaDutyManager--index-noDataIcon-1S1oc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightTop-1cj8h .src-assets-style-oaDutyManager--index-affairTitle-fz_jt .src-assets-style-oaDutyManager--index-fontBlack-3j2WG {
  font-size: 0.18rem;
  font-weight: bold;
  color: #474747;
  line-height: 0.21rem;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightTop-1cj8h .src-assets-style-oaDutyManager--index-affairTitle-fz_jt .src-assets-style-oaDutyManager--index-serviceCollectDivRelative-1x0M0 {
  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-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightTop-1cj8h .src-assets-style-oaDutyManager--index-affairTitle-fz_jt .src-assets-style-oaDutyManager--index-serviceCollectDivRelative-1x0M0 .src-assets-style-oaDutyManager--index-radiusDiv-ORFHE {
  /*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-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightTop-1cj8h .src-assets-style-oaDutyManager--index-affairTitle-fz_jt .src-assets-style-oaDutyManager--index-serviceCollectDivRelative-1x0M0 .src-assets-style-oaDutyManager--index-radiusDiv-ORFHE .src-assets-style-oaDutyManager--index-imageRadius-1FXNu {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightTop-1cj8h .src-assets-style-oaDutyManager--index-affairTitle-fz_jt .src-assets-style-oaDutyManager--index-serviceCollectDivRelative-1x0M0 .ant-card-body {
  padding: 0.11rem 0.07rem 0.18rem 0.09rem;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightTop-1cj8h .src-assets-style-oaDutyManager--index-affairTitle-fz_jt .src-assets-style-oaDutyManager--index-serviceCollectDivRelative-1x0M0 .ant-card-bordered {
  border: none;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightTop-1cj8h .src-assets-style-oaDutyManager--index-affairTitle-fz_jt .src-assets-style-oaDutyManager--index-serviceCollectDivRelative-1x0M0 .src-assets-style-oaDutyManager--index-textCenter-2cBZt {
  text-align: center;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-right-ejy3Q .src-assets-style-oaDutyManager--index-rightBottom-1SRXk {
  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-1PIMX {
  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-3eBX3 {
  background: #fff;
}
.src-assets-style-oaDutyManager--index-optBackground-3eBX3 a {
  color: #000;
}
.src-assets-style-oaDutyManager--index-optBackground-3eBX3 a:hover {
  color: #fff;
}
.src-assets-style-oaDutyManager--index-optName-1wTVW {
  width: 100%;
  height: 100%;
}
.src-assets-style-oaDutyManager--index-optImg-1HGj8 {
  margin-right: 0.1rem;
  width: 0.22rem;
  height: 0.22rem;
}
.src-assets-style-oaDutyManager--index-dropdownBox--zaTR .ant-select-dropdown-menu-item:hover {
  background: #e6f7ff;
}
.src-assets-style-oaDutyManager--index-dropdownBox--zaTR .ant-select-dropdown-menu-item:hover a {
  color: #397EF0;
}
.src-assets-style-oaDutyManager--index-dropdownBox--zaTR .ant-select-dropdown-menu {
  overflow: hidden;
  max-height: none;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .ant-select .ant-select-selection {
  border: 1px solid rgba(0, 0, 0, 0);
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-screenBtn-1MpnC {
  cursor: pointer;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-screenBtn-1MpnC .ant-btn {
  border: none;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-searchBox-18ypI {
  width: 5.5rem;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-searchBox-18ypI input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-sceneNav-3e_o3 {
  display: inline-block;
  position: absolute;
  margin-left: 0.55rem;
  height: 0.24rem;
  margin-top: 0.06rem;
  cursor: pointer;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-sceneNav-3e_o3 span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: top;
  margin-top: 1px;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-sceneNav-3e_o3 .src-assets-style-oaDutyManager--index-sceneIcon-2v8jO {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-searchList-33mv0 {
  line-height: 2;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-searchList-33mv0 .ant-tag-checkable-checked {
  border-radius: 12px;
  color: var(--themeColor);
  background: var(--themeColorBg);
  border-color: var(--themeColor1);
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-searchList-33mv0 .ant-tag {
  cursor: pointer;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-searchList-33mv0 .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-searchList-33mv0 .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: var(--themeColor);
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-searchList-33mv0 .src-assets-style-oaDutyManager--index-item-_i0iy {
  width: calc(100% - 0.42rem);
  display: inline-block;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-searchList-33mv0 .src-assets-style-oaDutyManager--index-all-bqJB6 {
  display: inline-block;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-searchList-33mv0 .src-assets-style-oaDutyManager--index-all-bqJB6 .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-searchList-33mv0 .src-assets-style-oaDutyManager--index-searchTitle-16Yzp {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-searchList-33mv0 span {
  color: #808080;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-searchList-33mv0 .src-assets-style-oaDutyManager--index-hideItem-1jsmG {
  display: inline-block;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-searchList-33mv0 .src-assets-style-oaDutyManager--index-rightBtn-1W5V6 {
  float: right;
  cursor: pointer;
  margin-top: 0.09rem;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-searchList-33mv0 .ant-btn {
  border: none;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .theme-blue .ant-btn:hover,
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .theme-blue .ant-btn:focus {
  color: #808080;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .ant-input-prefix {
  color: #cdcdcd;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaDutyManager--index-searchContent-1HwIK .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaDutyManager--index-cardFrame-3V0m9 .src-assets-style-oaDutyManager--index-cardItem-18BPl: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-3V0m9 .src-assets-style-oaDutyManager--index-cardItem-18BPl:hover button {
  display: block;
  position: absolute;
  right: 0.16rem;
  top: 0.17rem;
  z-index: 2;
  /* opacity: 0.65;*/
}
.src-assets-style-oaDutyManager--index-cardFrame-3V0m9 .src-assets-style-oaDutyManager--index-cardItem-18BPl:hover button:hover {
  opacity: 1;
}
.src-assets-style-oaDutyManager--index-cardFrame-3V0m9 button {
  display: none;
}
.src-assets-style-oaDutyManager--index-cardFrame-3V0m9 .src-assets-style-oaDutyManager--index-saveIco-1lvs1 {
  width: 0.48rem;
  height: 0.48rem;
}
.src-assets-style-oaDutyManager--index-cardFrame-3V0m9 .src-assets-style-oaDutyManager--index-iconTj-21029 {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: 1px;
  left: 0.06rem;
}
.src-assets-style-oaDutyManager--index-cardFrame-3V0m9 .src-assets-style-oaDutyManager--index-tag-2Jc0z {
  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-3V0m9 .src-assets-style-oaDutyManager--index-tag-2Jc0z .src-assets-style-oaDutyManager--index-fontBlack-3j2WG {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaDutyManager--index-cardFrame-3V0m9 .src-assets-style-oaDutyManager--index-comment-123g4 {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaDutyManager--index-cardFrame-3V0m9 .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaDutyManager--index-cardFrame-3V0m9 .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0px;
}
.src-assets-style-oaDutyManager--index-cardFrame-3V0m9 .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaDutyManager--index-cardFrame-3V0m9 .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaDutyManager--index-cardFrame-3V0m9 .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaDutyManager--index-cardFrame-3V0m9 .ant-list-item-meta-description {
  line-height: 0.25rem;
}
.src-assets-style-oaDutyManager--index-cardFrame-3V0m9 .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaDutyManager--index-cardFrame-3V0m9 a {
  color: #474747;
}
.src-assets-style-oaDutyManager--index-cardFrame-3V0m9 a:hover {
  /*color: #1890ff;*/
  text-decoration: underline;
}
.src-assets-style-oaDutyManager--index-jian-MHKKx {
  display: inline-flex;
  height: 0.31rem;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-applyContentTop-14X9t {
  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-1ozcN .src-assets-style-oaDutyManager--index-applyContentTop-14X9t .ant-list-item-main {
  display: inline-block;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-applyContentTop-14X9t .ant-list-item-extra {
  float: right;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-applyContentTop-14X9t .src-assets-style-oaDutyManager--index-comment-123g4 {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-applyContentTop-14X9t .src-assets-style-oaDutyManager--index-saveIco-1lvs1 {
  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-1ozcN .src-assets-style-oaDutyManager--index-applyContentTop-14X9t .src-assets-style-oaDutyManager--index-iconTj-21029 {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: -0.02rem;
  left: 0.06rem;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-applyContentTop-14X9t .src-assets-style-oaDutyManager--index-tag-2Jc0z {
  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-1ozcN .src-assets-style-oaDutyManager--index-applyContentTop-14X9t .src-assets-style-oaDutyManager--index-tag-2Jc0z .src-assets-style-oaDutyManager--index-fontBlack-3j2WG {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-applyContentTop-14X9t .src-assets-style-oaDutyManager--index-grade-2boae {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  color: #808080;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-applyContentTop-14X9t .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-applyContentTop-14X9t .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0.03rem;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-applyContentTop-14X9t .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-applyContentTop-14X9t .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-applyContentTop-14X9t .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-applyContentTop-14X9t .ant-list-item-meta-description {
  line-height: 2;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-applyContentTop-14X9t .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-applyContentTop-14X9t .ant-card-bordered {
  border: none;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-applyContentTop-14X9t .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-applyContentTop-14X9t .ant-col-12 {
  width: 100%;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-applyContentTop-14X9t .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-1ozcN .src-assets-style-oaDutyManager--index-applyContentTop-14X9t .ant-card-wider-padding .ant-card-body {
  padding: 0.24rem 0px 0.15rem 0.24rem;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-applyContentTopTitle-LAx8y a {
  color: #474747;
  font-weight: bold;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-contenBottom-xKHOM {
  display: table;
  margin-top: 0.28rem;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-contenBottom-xKHOM .src-assets-style-oaDutyManager--index-userGuide-2uhO5 {
  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-1ozcN .src-assets-style-oaDutyManager--index-contenBottom-xKHOM .src-assets-style-oaDutyManager--index-userGuide-2uhO5 .src-assets-style-oaDutyManager--index-rightAnchor-3nqYj {
  position: absolute;
  right: 0.35rem;
  top: 0.3rem;
  z-index: 999;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-contenBottom-xKHOM .src-assets-style-oaDutyManager--index-userGuide-2uhO5 .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-contenBottom-xKHOM .src-assets-style-oaDutyManager--index-userGuide-2uhO5 .ant-card-bordered {
  border: none;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-contenBottom-xKHOM .src-assets-style-oaDutyManager--index-userGuide-2uhO5 .ant-card-head {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-contenBottom-xKHOM .src-assets-style-oaDutyManager--index-userGuide-2uhO5 .ant-card-head-title {
  font-weight: bold;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-contenBottom-xKHOM .src-assets-style-oaDutyManager--index-userGuide-2uhO5 .ant-list-split .ant-list-item {
  border-bottom: none;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-contenBottom-xKHOM .src-assets-style-oaDutyManager--index-userGuide-2uhO5 .ant-list-split .ant-list-header {
  border-bottom: none;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-contenBottom-xKHOM .src-assets-style-oaDutyManager--index-userGuide-2uhO5 .ant-list-item {
  padding: 0;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-contenBottom-xKHOM .src-assets-style-oaDutyManager--index-userGuide-2uhO5 .ant-list-header,
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-contenBottom-xKHOM .src-assets-style-oaDutyManager--index-userGuide-2uhO5 .ant-list-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-contenBottom-xKHOM .src-assets-style-oaDutyManager--index-userGuide-2uhO5 .ant-anchor-ink-ball {
  width: 0.14rem;
  height: 0.14rem;
  border: 4px solid #1890ff;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-contenBottom-xKHOM .src-assets-style-oaDutyManager--index-userGuide-2uhO5 .ant-anchor-wrapper {
  padding-left: 0.1rem;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-userEvaluation-2DBLm {
  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-1ozcN .src-assets-style-oaDutyManager--index-userEvaluation-2DBLm .src-assets-style-oaDutyManager--index-title-2abn_ {
  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-1ozcN .src-assets-style-oaDutyManager--index-userEvaluation-2DBLm .src-assets-style-oaDutyManager--index-evaluationDetails-2gf_x {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-userEvaluation-2DBLm .src-assets-style-oaDutyManager--index-evaluationDetails-2gf_x .src-assets-style-oaDutyManager--index-describe-2Fkib {
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-userEvaluation-2DBLm .src-assets-style-oaDutyManager--index-evaluationDetails-2gf_x .src-assets-style-oaDutyManager--index-userName-2PTdl {
  float: left;
  color: #010101;
}
.src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-userEvaluation-2DBLm .src-assets-style-oaDutyManager--index-evaluationDetails-2gf_x .src-assets-style-oaDutyManager--index-time-3oqwz {
  float: right;
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaDutyManager--index-conditionStyle-3MNM- {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-oaDutyManager--index-statusWidth-ovt2a {
  width: 30%;
  float: left;
  vertical-align: middle;
}
.src-assets-style-oaDutyManager--index-nullData-2IVN8 {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-oaDutyManager--index-nullData-2IVN8 .src-assets-style-oaDutyManager--index-message-2alZ2 {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-oaDutyManager--index-limitedTime-3lYIb {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.45rem;
  width: 0.5rem;
}
.src-assets-style-oaDutyManager--index-limitedTime-3lYIb .src-assets-style-oaDutyManager--index-backBorder-289tl {
  border-top: solid 40px #ff9900;
  border-right: solid 50px rgba(0, 0, 0, 0);
}
.src-assets-style-oaDutyManager--index-limitedTime-3lYIb .src-assets-style-oaDutyManager--index-inner-1_dNW {
  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-2xvcQ {
  position: absolute;
  top: 0px;
  left: -0.07rem;
  width: 0.5rem;
  height: 0.45rem;
}
.src-assets-style-oaDutyManager--index-limitedTimeLeft-2xvcQ .src-assets-style-oaDutyManager--index-backBorder-289tl {
  border-top: solid 50px #ff9900;
  border-right: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-oaDutyManager--index-limitedTimeLeft-2xvcQ .src-assets-style-oaDutyManager--index-inner-1_dNW {
  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-2UulT {
  float: right;
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.15rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaDutyManager--index-usedSearch-2UulT .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-oaDutyManager--index-usedSearch-2UulT .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-2UulT .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-oaDutyManager--index-usedSearch-2UulT .src-assets-style-oaDutyManager--index-searchDel-p-trq {
  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-2mSIr {
  text-align: center;
}
.src-assets-style-oaDutyManager--index-selectColor-2cle5 {
  color: var(--themeColor);
}
.src-assets-style-oaDutyManager--index-footerStyle-3lxHz {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaDutyManager--index-pagingMargin1-35rHO {
  margin-left: 0.3rem;
}
.src-assets-style-oaDutyManager--index-pagingMargin2-3Tfm_ {
  margin-left: 0.5rem;
}
.src-assets-style-oaDutyManager--index-pagingLeft-2vPix {
  display: inline-block;
  width: 50%;
}
.src-assets-style-oaDutyManager--index-pagingLeft60-34wdB {
  display: inline-block;
  width: 60%;
}
.src-assets-style-oaDutyManager--index-pagingRight-M55wQ {
  display: inline-block;
  text-align: right;
  padding-right: 0.1rem;
  width: 50%;
}
.src-assets-style-oaDutyManager--index-pagingRight40-3R0mk {
  display: inline-block;
  text-align: right;
  padding-right: 0.1rem;
  width: 40%;
}
.src-assets-style-oaDutyManager--index-pageingButton-AH9jJ {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-oaDutyManager--index-pageingNotAllowed-3_ltF {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-oaDutyManager--index-itemButton-1KJ1_ {
  margin-right: 0.1rem;
}
.src-assets-style-oaDutyManager--index-itemButton-1KJ1_ .src-assets-style-oaDutyManager--index-img-3k43s {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-oaDutyManager--index-itemButton-1KJ1_ i {
  margin-right: 0.05rem;
}
.src-assets-style-oaDutyManager--index-breadcrumb-JVPk1 {
  width: 3.5rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-oaDutyManager--index-breadcrumbItem-JdVKR {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-oaDutyManager--index-card-2-GyG {
  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-3J7Mk {
  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-3J7Mk .ant-btn {
  margin-top: 0.1rem;
}
.src-assets-style-oaDutyManager--index-addressSelect-2W1cT {
  margin-left: 0px;
  width: 6.2rem;
}
.src-assets-style-oaDutyManager--index-affairsCard_linkTitle-3A2NI {
  float: left;
  margin-right: 0.04rem;
}
.src-assets-style-oaDutyManager--index-playBox2-27esh {
  color: #000;
}
.src-assets-style-oaDutyManager--index-playBox2-27esh .src-assets-style-oaDutyManager--index-colorFont2-1JOw0 {
  width: 86%;
  color: #000;
}
.src-assets-style-oaDutyManager--index-addBtn-3Um_F {
  width: 100%;
  text-align: center;
  font-size: 0.16rem;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #cbcbcb;
}
.src-assets-style-oaDutyManager--index-addBtn-3Um_F:hover {
  box-shadow: 0 0 0.05rem #e5e5e5;
}
.src-assets-style-oaDutyManager--index-reminderTimeItem-1kJg5 {
  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-1kJg5 .src-assets-style-oaDutyManager--index-deleteItem-3QcB6 {
  position: absolute;
  top: 0.03rem;
  right: 0.05rem;
  padding: 0.05rem;
  cursor: pointer;
  color: #ff1414;
  z-index: 10;
}
.src-assets-style-oaDutyManager--index-reminderTimeItem-1kJg5 .src-assets-style-oaDutyManager--index-addTimeBtn-3WwZc {
  width: 40%;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #cbcbcb;
  color: #387dee;
}
.src-assets-style-oaDutyManager--index-reminderTimeItem-1kJg5 .src-assets-style-oaDutyManager--index-addTimeBtn-3WwZc:hover {
  box-shadow: 0 0 0.05rem #cdcdcd;
}
.src-assets-style-oaDutyManager--index-reminderTimeItem-1kJg5 .src-assets-style-oaDutyManager--index-delTimeBtn-1LZ5b {
  position: absolute;
  top: -0.12rem;
  right: -0.5rem;
  color: #ff1414;
  cursor: pointer;
}
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaDutyManager--index-cardFrame-3V0m9 .src-assets-style-oaDutyManager--index-cardItem-18BPl:hover button {
  background-color: #70b470;
  border-color: #70b470;
}
.theme-green .src-assets-style-oaDutyManager--index-cardFrame-3V0m9 .src-assets-style-oaDutyManager--index-cardItem-18BPl:hover button:hover {
  background-color: #00a854;
  border-color: #00a854;
}
.theme-green .src-assets-style-oaDutyManager--index-detailsMain-1mG3m .src-assets-style-oaDutyManager--index-receiptDiv-3T3s1 {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #005825;
}
.theme-green .src-assets-style-oaDutyManager--index-detailsMain-1mG3m .src-assets-style-oaDutyManager--index-receiptContext-24nFn {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-green .src-assets-style-oaDutyManager--index-themeColor-22twi {
  color: #005825;
  font-weight: bold;
}
/**************************** 绿色主题开始 ***************************/
/**************************** 红色主题开始 ***************************/
.theme-red .src-assets-style-oaDutyManager--index-detailsMain-1mG3m .src-assets-style-oaDutyManager--index-receiptDiv-3T3s1 {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #9A001E;
}
.theme-red .src-assets-style-oaDutyManager--index-detailsMain-1mG3m .src-assets-style-oaDutyManager--index-receiptContext-24nFn {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-red .src-assets-style-oaDutyManager--index-selectColor-2cle5 {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDutyManager--index-footerStyle-3lxHz {
  background-color: #fffafb;
}
.theme-red .src-assets-style-oaDutyManager--index-pageingButton-AH9jJ {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDutyManager--index-cardFrame-3V0m9 .src-assets-style-oaDutyManager--index-cardItem-18BPl:hover button {
  background-color: #F63E62;
  border-color: #F63E62;
}
.theme-red .src-assets-style-oaDutyManager--index-cardFrame-3V0m9 .src-assets-style-oaDutyManager--index-cardItem-18BPl:hover button:hover {
  background-color: #9A001E;
  border-color: #9A001E;
}
.theme-red .src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-searchList-33mv0 .ant-tag-checkable-checked {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-searchList-33mv0 .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDutyManager--index-pagination-32i7n {
  box-shadow: 0px 0px 0.1rem 0px rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaDutyManager--index-pagination-32i7n .src-assets-style-oaDutyManager--index-affairTotal-23dzs .src-assets-style-oaDutyManager--index-fontBlue-Z06k0 {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDutyManager--index-activeLetter-2ynqu {
  background: #F63E62;
}
.theme-red .src-assets-style-oaDutyManager--index-letter-8L34q:hover {
  background: #F63E62;
}
.theme-red .src-assets-style-oaDutyManager--index-radiusDiv-ORFHE {
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaDutyManager--index-radiusDiv-ORFHE:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-oaDutyManager--index-affairTitle-fz_jt .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
.theme-red .src-assets-style-oaDutyManager--index-affairTitle-fz_jt .ant-carousel .slick-dots li button {
  background: rgba(255, 0, 0, 0.5);
}
.theme-red .src-assets-style-oaDutyManager--index-cardFrame-3V0m9 a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDutyManager--index-dropdownBox--zaTR .ant-select-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-oaDutyManager--index-dropdownBox--zaTR .ant-select-dropdown-menu-item:hover a {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDutyManager--index-sceneNav-3e_o3 span {
  color: #9A001E;
}
.theme-red .src-assets-style-oaDutyManager--index-sceneNav-3e_o3 .src-assets-style-oaDutyManager--index-sceneIcon-2v8jO {
  background: url(../../assets/images/mapIcon_red.png) no-repeat center;
  background-size: cover;
}
.theme-red .src-assets-style-oaDutyManager--index-themeColor-22twi {
  color: #9A001E;
  font-weight: bold;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-assets-style-oaDutyManager--index-detailsMain-1mG3m .src-assets-style-oaDutyManager--index-receiptDiv-3T3s1 {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #397EF0;
}
.theme-blue .src-assets-style-oaDutyManager--index-detailsMain-1mG3m .src-assets-style-oaDutyManager--index-receiptContext-24nFn {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-blue .src-assets-style-oaDutyManager--index-selectColor-2cle5 {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaDutyManager--index-footerStyle-3lxHz {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-oaDutyManager--index-pageingButton-AH9jJ {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaDutyManager--index-cardFrame-3V0m9 .src-assets-style-oaDutyManager--index-cardItem-18BPl:hover button {
  background-color: #71b8ef;
  border-color: #71b8ef;
}
.theme-blue .src-assets-style-oaDutyManager--index-cardFrame-3V0m9 .src-assets-style-oaDutyManager--index-cardItem-18BPl:hover button:hover {
  background-color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-searchList-33mv0 .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #a2ceff;
}
.theme-blue .src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-searchList-33mv0 .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaDutyManager--index-pagination-32i7n {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaDutyManager--index-pagination-32i7n .src-assets-style-oaDutyManager--index-affairTotal-23dzs .src-assets-style-oaDutyManager--index-fontBlue-Z06k0 {
  color: #1890ff;
}
.theme-blue .src-assets-style-oaDutyManager--index-activeLetter-2ynqu {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaDutyManager--index-letter-8L34q:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaDutyManager--index-radiusDiv-ORFHE {
  border: 1px solid rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaDutyManager--index-radiusDiv-ORFHE:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-oaDutyManager--index-affairTitle-fz_jt .ant-carousel .slick-dots li.slick-active button {
  background: #1890ff;
}
.theme-blue .src-assets-style-oaDutyManager--index-affairTitle-fz_jt .ant-carousel .slick-dots li button {
  background: rgba(35, 145, 230, 0.7);
}
.theme-blue .src-assets-style-oaDutyManager--index-cardFrame-3V0m9 a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaDutyManager--index-sceneNav-3e_o3 span {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaDutyManager--index-sceneNav-3e_o3 .src-assets-style-oaDutyManager--index-sceneIcon-2v8jO {
  background: url(../../assets/images/mapIcon_blue.png) no-repeat center;
  background-size: cover;
}
.theme-blue .src-assets-style-oaDutyManager--index-themeColor-22twi {
  color: #397EF0;
  font-weight: bold;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-searchList-33mv0 .ant-tag-checkable-checked {
  color: #1C9750;
  background: #E6FFF1;
  border-color: #1C9750;
}
.theme-green .src-assets-style-oaDutyManager--index-searchContent-1HwIK .src-assets-style-oaDutyManager--index-searchList-33mv0 .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1C9750;
}
.theme-green .src-assets-style-oaDutyManager--index-pagination-32i7n {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-oaDutyManager--index-pagination-32i7n .src-assets-style-oaDutyManager--index-affairTotal-23dzs .src-assets-style-oaDutyManager--index-fontBlue-Z06k0 {
  color: #1C9750;
}
.theme-green .src-assets-style-oaDutyManager--index-activeLetter-2ynqu {
  background: #1C9750;
}
.theme-green .src-assets-style-oaDutyManager--index-letter-8L34q:hover {
  background: #1C9750;
}
.theme-green .src-assets-style-oaDutyManager--index-radiusDiv-ORFHE:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(68, 126, 98, 0.35);
}
.theme-green .src-assets-style-oaDutyManager--index-radiusDiv-ORFHE {
  border: 1px solid rgba(87, 177, 134, 0.1);
}
.theme-green .src-assets-style-oaDutyManager--index-affairTitle-fz_jt .ant-carousel .slick-dots li.slick-active button {
  background: #1C9750;
}
.theme-green .src-assets-style-oaDutyManager--index-affairTitle-fz_jt .ant-carousel .slick-dots li button {
  background: rgba(10, 150, 50, 0.7);
}
.theme-green .src-assets-style-oaDutyManager--index-cardFrame-3V0m9 a:hover {
  color: #00a854;
}
.theme-green .src-assets-style-oaDutyManager--index-dropdownBox--zaTR .ant-select-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.theme-green .src-assets-style-oaDutyManager--index-dropdownBox--zaTR .ant-select-dropdown-menu-item:hover a {
  color: #00a854;
}
.theme-green .src-assets-style-oaDutyManager--index-sceneNav-3e_o3 span {
  color: #005825;
}
.theme-green .src-assets-style-oaDutyManager--index-sceneNav-3e_o3 .src-assets-style-oaDutyManager--index-sceneIcon-2v8jO {
  background: url(../../assets/images/mapIcon_green.png) no-repeat center;
  background-size: cover;
}
.theme-green .src-assets-style-oaDutyManager--index-themeColor-22twi {
  color: #005825;
  font-weight: bold;
}
/**************************** 绿色主题结束 **************************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-left-kqh2Z {
    border-radius: 6px;
    width: 100%;
  }
  .font-normal .src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-left-kqh2Z .src-assets-style-oaDutyManager--index-leftBody-2KVw3 .src-assets-style-oaDutyManager--index-leftService-6fTLc {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-left-kqh2Z {
    width: 100%;
  }
  .font-normal .src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-left-kqh2Z .src-assets-style-oaDutyManager--index-leftBody-2KVw3 .src-assets-style-oaDutyManager--index-leftService-6fTLc {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-leftContent-3Zg6s {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-leftContent-3Zg6s {
    width: 100%;
  }
}
@media (max-height: 830px) {
  .font-normal .src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-leftContent-3Zg6s .src-assets-style-oaDutyManager--index-AllLetter-J_IW5 {
    bottom: 4.85rem;
  }
}
@media (min-height: 831px) {
  .font-normal .src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-leftContent-3Zg6s .src-assets-style-oaDutyManager--index-AllLetter-J_IW5 {
    top: 3.26rem;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-left-kqh2Z {
    border-radius: 6px;
    width: 100%;
  }
  .font-large .src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-left-kqh2Z .src-assets-style-oaDutyManager--index-leftBody-2KVw3 .src-assets-style-oaDutyManager--index-leftService-6fTLc {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-left-kqh2Z {
    width: 100%;
  }
  .font-large .src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-left-kqh2Z .src-assets-style-oaDutyManager--index-leftBody-2KVw3 .src-assets-style-oaDutyManager--index-leftService-6fTLc {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-leftContent-3Zg6s {
    width: 100%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-leftContent-3Zg6s {
    width: 100%;
  }
}
@media (max-height: 913px) {
  .font-large .src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-leftContent-3Zg6s .src-assets-style-oaDutyManager--index-AllLetter-J_IW5 {
    bottom: 4.85rem;
  }
}
@media (min-height: 914.1px) {
  .font-large .src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-leftContent-3Zg6s .src-assets-style-oaDutyManager--index-AllLetter-J_IW5 {
    top: 3.26rem;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-left-kqh2Z {
    border-radius: 6px;
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-left-kqh2Z .src-assets-style-oaDutyManager--index-leftBody-2KVw3 .src-assets-style-oaDutyManager--index-leftService-6fTLc {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-left-kqh2Z {
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-left-kqh2Z .src-assets-style-oaDutyManager--index-leftBody-2KVw3 .src-assets-style-oaDutyManager--index-leftService-6fTLc {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-leftContent-3Zg6s {
    width: 100%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-leftContent-3Zg6s {
    width: 100%;
  }
}
@media (max-height: 1037.5px) {
  .font-extraLarge .src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-leftContent-3Zg6s .src-assets-style-oaDutyManager--index-AllLetter-J_IW5 {
    bottom: 4.85rem;
  }
}
@media (min-height: 1038.75px) {
  .font-extraLarge .src-assets-style-oaDutyManager--index-flex-1ozcN .src-assets-style-oaDutyManager--index-leftContent-3Zg6s .src-assets-style-oaDutyManager--index-AllLetter-J_IW5 {
    top: 3.26rem;
  }
}
@media (min-width: 1600px) {
  .font-extraLarge .src-assets-style-oaDutyManager--index-flex-1ozcN .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-2o3of .ant-tree-node-content-wrapper,
.src-app-page-oaLibrary-operation--index-page_tree_sider-2o3of .ant-tree-node-content-wrapper-normal {
  width: calc(100% - 0.24rem);
  height: 100% !important;
  white-space: normal;
  position: relative;
}
.src-app-page-oaLibrary-operation--index-page_tree_sider-2o3of .ant-tree-node-content-wrapper::before,
.src-app-page-oaLibrary-operation--index-page_tree_sider-2o3of .ant-tree-node-content-wrapper-normal::before {
  width: 100vw;
  left: calc(-100vw + 100% - 0.08rem) !important;
  height: 100% !important;
}
/*********************蓝色主题 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;
}
.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-1O11w {
  padding: 0.25rem 0.25rem 1rem 0.25rem;
  background: #fff;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-1O11w .ant-modal-title {
  color: #fff !important;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-1O11w .fc-day-grid-event,
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-1O11w .fc-h-event,
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-1O11w .fc-event,
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-1O11w .fc-start,
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-1O11w .fc-end,
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-1O11w .fc-draggable,
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-1O11w .fc-resizable {
  border-color: #fff !important;
  background-color: #fff !important;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-1O11w .dayBox {
  padding-top: 0.1rem;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-1O11w .classifyColor {
  width: 0.02rem;
  height: 0.14rem;
  float: left;
  margin-right: 0.05rem;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-1O11w .classifyTitle {
  float: left;
  margin-right: 0.05rem;
  white-space: nowrap;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-1O11w .userBox1 {
  margin-left: 0.05rem;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-1O11w .userInfo {
  margin-bottom: 0.08rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-1O11w .colorFont2 {
  color: #000;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-1O11w .fc-event:hover {
  box-shadow: none;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-1O11w .fc-prev-button {
  margin: 0.15rem 0 0 0 !important;
  padding-left: 0 !important;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-1O11w .src-app-page-oaDutyManager-dutyInfo--calendar-dutyTitle-2nLwP {
  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-1O11w .src-app-page-oaDutyManager-dutyInfo--calendar-dutyTitle-2nLwP .src-app-page-oaDutyManager-dutyInfo--calendar-titleLeft-rJ8Ek {
  margin-right: 0.5rem;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-1O11w .src-app-page-oaDutyManager-dutyInfo--calendar-dutyTitle-2nLwP .src-app-page-oaDutyManager-dutyInfo--calendar-titleRight-3UZNK {
  margin-left: 0.5rem;
  display: flex;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-calendarWarp-1O11w .src-app-page-oaDutyManager-dutyInfo--calendar-noteStyle-3SOfT {
  margin: 0.1rem 0 0;
  font-size: 0.16rem;
  font-weight: bold;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-userWarp-2YOu8 {
  line-height: 0.28rem;
  color: #000;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-userWarp-2YOu8 .src-app-page-oaDutyManager-dutyInfo--calendar-userGroup-2sj_E {
  float: right;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-userWarp-2YOu8 .src-app-page-oaDutyManager-dutyInfo--calendar-userGroup-2sj_E .src-app-page-oaDutyManager-dutyInfo--calendar-userInfo-1v-61 {
  display: flex;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-userWarp-2YOu8 .src-app-page-oaDutyManager-dutyInfo--calendar-userGroup-2sj_E .src-app-page-oaDutyManager-dutyInfo--calendar-userInfo-1v-61 img {
  margin: 0 0.05rem;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-userWarp-2YOu8 .src-app-page-oaDutyManager-dutyInfo--calendar-userGroup-2sj_E .src-app-page-oaDutyManager-dutyInfo--calendar-userInfo-1v-61 div {
  flex: 1;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-backBtn-2DZbc {
  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-2DZbc button {
  margin: 0 0.1rem;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-editTiltle-1U_gU {
  color: #000;
  font-weight: bold;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-editTiltle-1U_gU .src-app-page-oaDutyManager-dutyInfo--calendar-titleColor-2P_Kb {
  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-2S688 {
  margin: 0.1rem auto;
}
.src-app-page-oaDutyManager-dutyInfo--calendar-addDuty-2S688 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-Kqbvm img {
  width: 0.2rem;
  margin-bottom: 0.06rem;
  cursor: pointer;
}
.src-assets-style-bottom--index-fixBotBarWrap-1jnLE {
  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-1jnLE .ant-btn {
  margin: 0.1rem;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
/*************** 共用样式***************/
.src-assets-style-personalWork--index-border_style1-2PDiH {
  margin: 0;
  border-top: solid 1px #d0d2d5;
  border-bottom: solid 1px #d0d2d5;
}
.src-assets-style-personalWork--index-border_style2-3GcCC {
  margin: 0;
  border-bottom: solid 1px #d0d2d5;
}
.src-assets-style-personalWork--index-anticon_oa-1Vf4l {
  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-28kZ2:before {
  content: "\E66D";
}
.src-assets-style-personalWork--index-anticon-collapse-2kUfm:before {
  content: "\E674";
}
.src-assets-style-personalWork--index-page_main-xolX9.src-assets-style-personalWork--index-ant-layout-xrcfa,
.src-assets-style-personalWork--index-page_main-xolX9.src-assets-style-personalWork--index-ant-layout-has-sider-3QsfD {
  background: transparent;
}
.src-assets-style-personalWork--index-page_main-xolX9 .src-assets-style-personalWork--index-page_sidebar-13Bbq {
  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-xolX9 .src-assets-style-personalWork--index-page_sidebar-13Bbq .src-assets-style-personalWork--index-icon_collapse-zAj3Z {
  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-xolX9 .src-assets-style-personalWork--index-page_sidebar-13Bbq .src-assets-style-personalWork--index-icon_collapse-zAj3Z i {
  font-size: 0.2rem;
}
.src-assets-style-personalWork--index-page_main-xolX9 .src-assets-style-personalWork--index-page_sidebar-13Bbq .src-assets-style-personalWork--index-ant-menu-3fqkI {
  padding: 0;
  background: transparent;
}
.src-assets-style-personalWork--index-page_main-xolX9 .src-assets-style-personalWork--index-page_sidebar-13Bbq .src-assets-style-personalWork--index-ant-menu-3fqkI:not(.src-assets-style-personalWork--index-ant-menu-horizontal-d9Nwj) .src-assets-style-personalWork--index-ant-menu-item-selected-1n5vv {
  background: #fff;
}
.src-assets-style-personalWork--index-page_main-xolX9 .src-assets-style-personalWork--index-page_sidebar-13Bbq .src-assets-style-personalWork--index-ant-menu-vertical-2lz9L .src-assets-style-personalWork--index-ant-menu-item-2i0qK:after,
.src-assets-style-personalWork--index-page_main-xolX9 .src-assets-style-personalWork--index-page_sidebar-13Bbq .src-assets-style-personalWork--index-ant-menu-vertical-left-1JKCj .src-assets-style-personalWork--index-ant-menu-item-2i0qK:after,
.src-assets-style-personalWork--index-page_main-xolX9 .src-assets-style-personalWork--index-page_sidebar-13Bbq .src-assets-style-personalWork--index-ant-menu-vertical-right-3fBxc .src-assets-style-personalWork--index-ant-menu-item-2i0qK:after,
.src-assets-style-personalWork--index-page_main-xolX9 .src-assets-style-personalWork--index-page_sidebar-13Bbq .src-assets-style-personalWork--index-ant-menu-inline-1Zob_ .src-assets-style-personalWork--index-ant-menu-item-2i0qK:after {
  right: auto;
  left: 0;
}
.src-assets-style-personalWork--index-page_main-xolX9 .src-assets-style-personalWork--index-page_sidebar-13Bbq .src-assets-style-personalWork--index-ant-menu-item-2i0qK {
  margin: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c7c7ca;
  font-size: 0.16rem;
}
.src-assets-style-personalWork--index-page_main-xolX9 .src-assets-style-personalWork--index-page_sidebar-13Bbq .src-assets-style-personalWork--index-ant-menu-submenu-title-1EO0t {
  margin: 0;
  padding-left: 0.04rem !important;
  border-bottom: 1px solid #c7c7ca;
  font-size: 0.16rem;
}
.src-assets-style-personalWork--index-page_main-xolX9 .src-assets-style-personalWork--index-page_sidebar-13Bbq .src-assets-style-personalWork--index-ant-menu-submenu-arrow-3h7C9 {
  display: none;
}
.src-assets-style-personalWork--index-page_main-xolX9 .src-assets-style-personalWork--index-page_sidebar-13Bbq .src-assets-style-personalWork--index-ant-menu-item-2i0qK:active,
.src-assets-style-personalWork--index-page_main-xolX9 .src-assets-style-personalWork--index-page_sidebar-13Bbq .src-assets-style-personalWork--index-ant-menu-submenu-title-1EO0t:active {
  background: #fff;
}
.src-assets-style-personalWork--index-page_main-xolX9 .src-assets-style-personalWork--index-page_sidebar-13Bbq .src-assets-style-personalWork--index-ant-menu-submenu-open-26tas {
  color: #0078cc;
}
.src-assets-style-personalWork--index-page_main-xolX9 .src-assets-style-personalWork--index-page_route-30oFx {
  float: left;
  width: calc(100% - 1.58rem);
  background: #fff;
}
.src-assets-style-personalWork--index-page_main-xolX9 .src-assets-style-personalWork--index-page_route-30oFx.src-assets-style-personalWork--index-no_sidebar-37sr0 {
  width: 100%;
}
.src-assets-style-personalWork--index-page_main-xolX9 .src-assets-style-personalWork--index-page_route_with_sidebar-1OZ2V,
.src-assets-style-personalWork--index-page_main-xolX9 .src-assets-style-personalWork--index-page_route-30oFx.src-assets-style-personalWork--index-with_sidebar-2QaIb {
  background: transparent;
}
.src-assets-style-personalWork--index-newsSearch-1RNbr {
  float: right;
  width: 3.58rem;
  display: flex;
  position: relative;
  margin: 0.05rem 0.07rem 0 0;
}
.src-assets-style-personalWork--index-newsSearch-1RNbr .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-personalWork--index-newsSearch-1RNbr .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-1RNbr .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-personalWork--index-newsSearch-1RNbr .src-assets-style-personalWork--index-searchDel-1MzNv {
  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-z9Vdn {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-personalWork--index-dropdownBoxDisplayNone-3WvZ0 {
  display: none;
}
.src-assets-style-personalWork--index-selectColor-DggLO {
  color: #55906E;
}
.src-assets-style-personalWork--index-toolTip-3wg0c .ant-tooltip-content .ant-tooltip-inner {
  width: 7.6rem !important;
}
.src-assets-style-personalWork--index-toolTip2-QAKgn .ant-tooltip-content .ant-tooltip-inner {
  width: 5.1rem !important;
}
.src-assets-style-personalWork--index-pointerTag-1QYNk {
  cursor: pointer;
}
.src-assets-style-personalWork--index-main-content-1BNxG {
  min-height: 14.8rem !important;
}
.src-assets-style-personalWork--index-bodyFixed-1uXMT {
  position: fixed;
  width: 100%;
}
.src-assets-style-personalWork--index-overflow-2AhsT {
  overflow: hidden;
}
.src-assets-style-personalWork--index-fontGray-3iQyh {
  color: #adadad;
}
.src-assets-style-personalWork--index-fontLightBlack-J2YPH {
  color: #808080;
}
.src-assets-style-personalWork--index-fontLine-20QcQ {
  color: #adadad;
  margin-left: 0.06rem;
}
.src-assets-style-personalWork--index-mgt12-15Fnd {
  margin-top: 0.12rem;
}
.src-assets-style-personalWork--index-textCenter-1hSr_ {
  text-align: center;
  color: #808080;
  cursor: pointer;
}
.src-assets-style-personalWork--index-pdr5-2uG0l {
  padding-right: 0.05rem;
}
.src-assets-style-personalWork--index-fontSc-1bQFW {
  padding-right: 0.05rem;
  text-align: center;
  font-size: 0.28rem;
  color: #595959;
}
.src-assets-style-personalWork--index-lineHeight-1_aY0 {
  line-height: 0.4rem;
  /*margin-left: -450px;*/
  width: 4rem;
}
/* 服务入口页面布局样式 */
.src-assets-style-personalWork--index-flex-2fec9 {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-contentMain-WTkZa img {
  max-width: 100%;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-contentMain-WTkZa .ant-card-bordered {
  width: calc(100% - 2.28rem);
  display: inline-block;
  max-width: 100%;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-contentMain-WTkZa .ant-card-bordered .ant-card-body p {
  padding: 0px 0.32rem;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-contentMain-WTkZa .ant-card-bordered .ant-card-body img {
  max-width: 100%;
}
.src-assets-style-personalWork--index-flex-2fec9 .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-personalWork--index-flex-2fec9 .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-personalWork--index-flex-2fec9 .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-personalWork--index-flex-2fec9 .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-limitLength-3TSWp,
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-limitSplit-2LjEo {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-limitLength-3TSWp {
  width: 0.95rem;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-limitSplit-2LjEo {
  width: 0.2rem;
  text-align: center;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-right-2mTKb {
  width: 3.87rem;
  overflow: hidden;
  float: right;
  margin-top: 0.25rem;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightTop-1N3aD:hover {
  cursor: pointer;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightTop-1N3aD:hover .src-assets-style-personalWork--index-rightAffairsBox-3Jrqr .anticon {
  display: inline-block;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightTop-1N3aD {
  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-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightTop-1N3aD .src-assets-style-personalWork--index-rightAffairsBox-3Jrqr .anticon {
  display: none;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightTop-1N3aD .src-assets-style-personalWork--index-iconLeft-1WRxb {
  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-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightTop-1N3aD .src-assets-style-personalWork--index-iconLeft-1WRxb:hover {
  color: #AAAAAA;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightTop-1N3aD .src-assets-style-personalWork--index-iconRight-3t-FO {
  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-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightTop-1N3aD .src-assets-style-personalWork--index-iconRight-3t-FO:hover {
  color: #AAAAAA;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightTop-1N3aD .ant-card {
  position: static;
  color: #666666;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightTop-1N3aD .src-assets-style-personalWork--index-affairTitle-3Sxj2 .ant-card-body {
  padding: 0px;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightTop-1N3aD .src-assets-style-personalWork--index-affairTitle-3Sxj2 .ant-card-head {
  border-bottom: none;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightTop-1N3aD .src-assets-style-personalWork--index-affairTitle-3Sxj2 .ant-list-grid .ant-list-item {
  margin-bottom: 0;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightTop-1N3aD .src-assets-style-personalWork--index-affairTitle-3Sxj2 .ant-carousel .slick-dots {
  bottom: 0.35rem;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightTop-1N3aD .src-assets-style-personalWork--index-affairTitle-3Sxj2 .ant-carousel .slick-slider {
  position: static;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightTop-1N3aD .src-assets-style-personalWork--index-affairTitle-3Sxj2 .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-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightTop-1N3aD .src-assets-style-personalWork--index-affairTitle-3Sxj2 .ant-carousel .slick-dots li button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #b8c4cc;*/
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightTop-1N3aD .src-assets-style-personalWork--index-affairTitle-3Sxj2 .src-assets-style-personalWork--index-noDataIcon-TOPNu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightTop-1N3aD .src-assets-style-personalWork--index-affairTitle-3Sxj2 .src-assets-style-personalWork--index-fontBlack-1ixLG {
  font-size: 0.18rem;
  font-weight: bold;
  color: #474747;
  line-height: 0.21rem;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightTop-1N3aD .src-assets-style-personalWork--index-affairTitle-3Sxj2 .src-assets-style-personalWork--index-serviceCollectDivRelative-2_0IP {
  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-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightTop-1N3aD .src-assets-style-personalWork--index-affairTitle-3Sxj2 .src-assets-style-personalWork--index-serviceCollectDivRelative-2_0IP .src-assets-style-personalWork--index-radiusDiv-2MILH {
  /*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-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightTop-1N3aD .src-assets-style-personalWork--index-affairTitle-3Sxj2 .src-assets-style-personalWork--index-serviceCollectDivRelative-2_0IP .src-assets-style-personalWork--index-radiusDiv-2MILH .src-assets-style-personalWork--index-imageRadius-33m5C {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightTop-1N3aD .src-assets-style-personalWork--index-affairTitle-3Sxj2 .src-assets-style-personalWork--index-serviceCollectDivRelative-2_0IP .ant-card-body {
  padding: 0.11rem 0.07rem 0.18rem 0.09rem;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightTop-1N3aD .src-assets-style-personalWork--index-affairTitle-3Sxj2 .src-assets-style-personalWork--index-serviceCollectDivRelative-2_0IP .ant-card-bordered {
  border: none;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightTop-1N3aD .src-assets-style-personalWork--index-affairTitle-3Sxj2 .src-assets-style-personalWork--index-serviceCollectDivRelative-2_0IP .src-assets-style-personalWork--index-textCenter-1hSr_ {
  text-align: center;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-right-2mTKb .src-assets-style-personalWork--index-rightBottom-3ug7C {
  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-2Uihw {
  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-3fvFh {
  background: #fff;
}
.src-assets-style-personalWork--index-optBackground-3fvFh a {
  color: #000;
}
.src-assets-style-personalWork--index-optBackground-3fvFh a:hover {
  color: #fff;
}
.src-assets-style-personalWork--index-optName-2e-0Z {
  width: 100%;
  height: 100%;
}
.src-assets-style-personalWork--index-optImg-iSIMD {
  margin-right: 0.1rem;
  width: 0.22rem;
  height: 0.22rem;
}
.src-assets-style-personalWork--index-dropdownBox-1Oq9L .ant-select-dropdown-menu-item:hover {
  background: #e6f7ff;
}
.src-assets-style-personalWork--index-dropdownBox-1Oq9L .ant-select-dropdown-menu-item:hover a {
  color: #397EF0;
}
.src-assets-style-personalWork--index-dropdownBox-1Oq9L .ant-select-dropdown-menu {
  overflow: hidden;
  max-height: none;
}
.src-assets-style-personalWork--index-searchContent-zv5en .ant-select .ant-select-selection {
  border: 1px solid rgba(0, 0, 0, 0);
}
.src-assets-style-personalWork--index-searchContent-zv5en .src-assets-style-personalWork--index-screenBtn-r0SJW {
  cursor: pointer;
}
.src-assets-style-personalWork--index-searchContent-zv5en .src-assets-style-personalWork--index-screenBtn-r0SJW .ant-btn {
  border: none;
}
.src-assets-style-personalWork--index-searchContent-zv5en .src-assets-style-personalWork--index-searchBox-2g0Mw {
  width: 5.5rem;
}
.src-assets-style-personalWork--index-searchContent-zv5en .src-assets-style-personalWork--index-searchBox-2g0Mw input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.src-assets-style-personalWork--index-searchContent-zv5en .src-assets-style-personalWork--index-sceneNav-zV0Qn {
  display: inline-block;
  position: absolute;
  margin-left: 0.55rem;
  height: 0.24rem;
  margin-top: 0.06rem;
  cursor: pointer;
}
.src-assets-style-personalWork--index-searchContent-zv5en .src-assets-style-personalWork--index-sceneNav-zV0Qn span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: top;
  margin-top: 1px;
}
.src-assets-style-personalWork--index-searchContent-zv5en .src-assets-style-personalWork--index-sceneNav-zV0Qn .src-assets-style-personalWork--index-sceneIcon-zGeEi {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.src-assets-style-personalWork--index-searchContent-zv5en .src-assets-style-personalWork--index-searchList-1jG4R {
  line-height: 2;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-personalWork--index-searchContent-zv5en .src-assets-style-personalWork--index-searchList-1jG4R .ant-tag-checkable-checked {
  border-radius: 12px;
}
.src-assets-style-personalWork--index-searchContent-zv5en .src-assets-style-personalWork--index-searchList-1jG4R .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-personalWork--index-searchContent-zv5en .src-assets-style-personalWork--index-searchList-1jG4R .src-assets-style-personalWork--index-item-8FHTE {
  width: calc(100% - 0.42rem);
  display: inline-block;
}
.src-assets-style-personalWork--index-searchContent-zv5en .src-assets-style-personalWork--index-searchList-1jG4R .src-assets-style-personalWork--index-all-18fp_ {
  display: inline-block;
}
.src-assets-style-personalWork--index-searchContent-zv5en .src-assets-style-personalWork--index-searchList-1jG4R .src-assets-style-personalWork--index-all-18fp_ .ant-tag {
  cursor: pointer;
  border-radius: 12px;
}
.src-assets-style-personalWork--index-searchContent-zv5en .src-assets-style-personalWork--index-searchList-1jG4R .src-assets-style-personalWork--index-searchTitle-1CpsX {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-personalWork--index-searchContent-zv5en .src-assets-style-personalWork--index-searchList-1jG4R span {
  color: #808080;
}
.src-assets-style-personalWork--index-searchContent-zv5en .src-assets-style-personalWork--index-searchList-1jG4R .src-assets-style-personalWork--index-hideItem-1tikO {
  display: inline-block;
}
.src-assets-style-personalWork--index-searchContent-zv5en .src-assets-style-personalWork--index-searchList-1jG4R .src-assets-style-personalWork--index-rightBtn-2LG5U {
  float: right;
  cursor: pointer;
  margin-top: 0.09rem;
}
.src-assets-style-personalWork--index-searchContent-zv5en .src-assets-style-personalWork--index-searchList-1jG4R .ant-btn {
  border: none;
}
.src-assets-style-personalWork--index-searchContent-zv5en .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-personalWork--index-searchContent-zv5en .theme-blue .ant-btn:hover,
.src-assets-style-personalWork--index-searchContent-zv5en .theme-blue .ant-btn:focus {
  color: #808080;
}
.src-assets-style-personalWork--index-searchContent-zv5en .ant-input-prefix {
  color: #cdcdcd;
}
.src-assets-style-personalWork--index-searchContent-zv5en .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-personalWork--index-searchContent-zv5en .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-personalWork--index-searchContent-zv5en .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-personalWork--index-searchContent-zv5en .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-personalWork--index-cardFrame-2j1CT .src-assets-style-personalWork--index-cardItem-3RrCp: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-2j1CT .src-assets-style-personalWork--index-cardItem-3RrCp:hover button {
  display: block;
  position: absolute;
  right: 0.16rem;
  top: 0.17rem;
  z-index: 2;
  /* opacity: 0.65;*/
}
.src-assets-style-personalWork--index-cardFrame-2j1CT .src-assets-style-personalWork--index-cardItem-3RrCp:hover button:hover {
  opacity: 1;
}
.src-assets-style-personalWork--index-cardFrame-2j1CT button {
  display: none;
}
.src-assets-style-personalWork--index-cardFrame-2j1CT .src-assets-style-personalWork--index-saveIco-hkVbv {
  width: 0.48rem;
  height: 0.48rem;
}
.src-assets-style-personalWork--index-cardFrame-2j1CT .src-assets-style-personalWork--index-iconTj-w8aZF {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: 1px;
  left: 0.06rem;
}
.src-assets-style-personalWork--index-cardFrame-2j1CT .src-assets-style-personalWork--index-tag-1ACuN {
  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-2j1CT .src-assets-style-personalWork--index-tag-1ACuN .src-assets-style-personalWork--index-fontBlack-1ixLG {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-personalWork--index-cardFrame-2j1CT .src-assets-style-personalWork--index-comment-3I13E {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-personalWork--index-cardFrame-2j1CT .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-personalWork--index-cardFrame-2j1CT .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0px;
}
.src-assets-style-personalWork--index-cardFrame-2j1CT .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-personalWork--index-cardFrame-2j1CT .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-personalWork--index-cardFrame-2j1CT .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-personalWork--index-cardFrame-2j1CT .ant-list-item-meta-description {
  line-height: 0.25rem;
}
.src-assets-style-personalWork--index-cardFrame-2j1CT .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-personalWork--index-cardFrame-2j1CT a {
  color: #474747;
}
.src-assets-style-personalWork--index-cardFrame-2j1CT a:hover {
  /*color: #1890ff;*/
  text-decoration: underline;
}
.src-assets-style-personalWork--index-jian-ucoBq {
  display: inline-flex;
  height: 0.31rem;
}
.src-assets-style-personalWork--index-flex-2fec9 {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-applyContentTop-3UZ4N {
  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-2fec9 .src-assets-style-personalWork--index-applyContentTop-3UZ4N .ant-list-item-main {
  display: inline-block;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-applyContentTop-3UZ4N .ant-list-item-extra {
  float: right;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-applyContentTop-3UZ4N .src-assets-style-personalWork--index-comment-3I13E {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-applyContentTop-3UZ4N .src-assets-style-personalWork--index-saveIco-hkVbv {
  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-2fec9 .src-assets-style-personalWork--index-applyContentTop-3UZ4N .src-assets-style-personalWork--index-iconTj-w8aZF {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: -0.02rem;
  left: 0.06rem;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-applyContentTop-3UZ4N .src-assets-style-personalWork--index-tag-1ACuN {
  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-2fec9 .src-assets-style-personalWork--index-applyContentTop-3UZ4N .src-assets-style-personalWork--index-tag-1ACuN .src-assets-style-personalWork--index-fontBlack-1ixLG {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-applyContentTop-3UZ4N .src-assets-style-personalWork--index-grade-j1Bzs {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  color: #808080;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-applyContentTop-3UZ4N .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-applyContentTop-3UZ4N .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0.03rem;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-applyContentTop-3UZ4N .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-applyContentTop-3UZ4N .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-applyContentTop-3UZ4N .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-applyContentTop-3UZ4N .ant-list-item-meta-description {
  line-height: 2;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-applyContentTop-3UZ4N .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-applyContentTop-3UZ4N .ant-card-bordered {
  border: none;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-applyContentTop-3UZ4N .ant-tag {
  border-radius: 12px;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-applyContentTop-3UZ4N .ant-col-12 {
  width: 100%;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-applyContentTop-3UZ4N .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-2fec9 .src-assets-style-personalWork--index-applyContentTop-3UZ4N .ant-card-wider-padding .ant-card-body {
  padding: 0.24rem 0px 0.15rem 0.24rem;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-applyContentTopTitle-yC2Vy a {
  color: #474747;
  font-weight: bold;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-contenBottom-3w4aC {
  display: table;
  margin-top: 0.28rem;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-contenBottom-3w4aC .src-assets-style-personalWork--index-userGuide-2_TYF {
  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-2fec9 .src-assets-style-personalWork--index-contenBottom-3w4aC .src-assets-style-personalWork--index-userGuide-2_TYF .src-assets-style-personalWork--index-rightAnchor-207cc {
  position: absolute;
  right: 0.35rem;
  top: 0.3rem;
  z-index: 999;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-contenBottom-3w4aC .src-assets-style-personalWork--index-userGuide-2_TYF .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-contenBottom-3w4aC .src-assets-style-personalWork--index-userGuide-2_TYF .ant-card-bordered {
  border: none;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-contenBottom-3w4aC .src-assets-style-personalWork--index-userGuide-2_TYF .ant-card-head {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-contenBottom-3w4aC .src-assets-style-personalWork--index-userGuide-2_TYF .ant-card-head-title {
  font-weight: bold;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-contenBottom-3w4aC .src-assets-style-personalWork--index-userGuide-2_TYF .ant-list-split .ant-list-item {
  border-bottom: none;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-contenBottom-3w4aC .src-assets-style-personalWork--index-userGuide-2_TYF .ant-list-split .ant-list-header {
  border-bottom: none;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-contenBottom-3w4aC .src-assets-style-personalWork--index-userGuide-2_TYF .ant-list-item {
  padding: 0;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-contenBottom-3w4aC .src-assets-style-personalWork--index-userGuide-2_TYF .ant-list-header,
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-contenBottom-3w4aC .src-assets-style-personalWork--index-userGuide-2_TYF .ant-list-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-contenBottom-3w4aC .src-assets-style-personalWork--index-userGuide-2_TYF .ant-anchor-ink-ball {
  width: 0.14rem;
  height: 0.14rem;
  border: 4px solid #1890ff;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-contenBottom-3w4aC .src-assets-style-personalWork--index-userGuide-2_TYF .ant-anchor-wrapper {
  padding-left: 0.1rem;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-userEvaluation-1oO8D {
  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-2fec9 .src-assets-style-personalWork--index-userEvaluation-1oO8D .src-assets-style-personalWork--index-title-1ev3r {
  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-2fec9 .src-assets-style-personalWork--index-userEvaluation-1oO8D .src-assets-style-personalWork--index-evaluationDetails-3TKHD {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-userEvaluation-1oO8D .src-assets-style-personalWork--index-evaluationDetails-3TKHD .src-assets-style-personalWork--index-describe-jUDDt {
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-userEvaluation-1oO8D .src-assets-style-personalWork--index-evaluationDetails-3TKHD .src-assets-style-personalWork--index-userName-1lSxW {
  float: left;
  color: #010101;
}
.src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-userEvaluation-1oO8D .src-assets-style-personalWork--index-evaluationDetails-3TKHD .src-assets-style-personalWork--index-time-2HRq2 {
  float: right;
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-personalWork--index-nullData-1oYyk {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-personalWork--index-nullData-1oYyk .src-assets-style-personalWork--index-message-1tOa- {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-personalWork--index-limitedTime-1UeCN {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.45rem;
  width: 0.5rem;
}
.src-assets-style-personalWork--index-limitedTime-1UeCN .src-assets-style-personalWork--index-backBorder-3BHag {
  border-top: solid 40px #ff9900;
  border-right: solid 50px rgba(0, 0, 0, 0);
}
.src-assets-style-personalWork--index-limitedTime-1UeCN .src-assets-style-personalWork--index-inner-1zNe7 {
  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-2HpDr {
  position: absolute;
  top: 0px;
  left: -0.07rem;
  width: 0.5rem;
  height: 0.45rem;
}
.src-assets-style-personalWork--index-limitedTimeLeft-2HpDr .src-assets-style-personalWork--index-backBorder-3BHag {
  border-top: solid 50px #ff9900;
  border-right: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-personalWork--index-limitedTimeLeft-2HpDr .src-assets-style-personalWork--index-inner-1zNe7 {
  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-1CcSk {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-personalWork--index-pagingMargin1-27RFb {
  margin-left: 0.2rem;
}
.src-assets-style-personalWork--index-pagingMargin2-1C9Z8 {
  margin-left: 0.5rem;
}
.src-assets-style-personalWork--index-pagingLeft-2mSR0 {
  display: inline-block;
  width: 60%;
}
.src-assets-style-personalWork--index-pagingRight-1HvQv {
  display: inline-block;
  text-align: right;
  padding-right: 0.1rem;
  width: 40%;
}
.src-assets-style-personalWork--index-pageingButton-4rxQe {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-personalWork--index-pageingNotAllowed-2mBq8 {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-personalWork--index-itemButton-TglLi {
  margin-right: 0.1rem;
}
.src-assets-style-personalWork--index-itemButton-TglLi .src-assets-style-personalWork--index-img-KaVcy {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-personalWork--index-itemButton-TglLi i {
  margin-right: 0.05rem;
}
.src-assets-style-personalWork--index-breadcrumb-1yQuG {
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-personalWork--index-breadcrumbItem-14mGE {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-personalWork--index-card-3x2dG {
  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-3x2dG .ant-card-body {
  padding: 0.12rem 0.16rem;
}
.src-assets-style-personalWork--index-fixBotBarWrap-1xG5v {
  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-1xG5v .ant-btn {
  margin-top: 0.1rem;
}
.src-assets-style-personalWork--index-affairsCard_linkTitle-1BULb {
  float: left;
  margin-right: 0.04rem;
}
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-personalWork--index-cardFrame-2j1CT .src-assets-style-personalWork--index-cardItem-3RrCp:hover button {
  background-color: #70b470;
  border-color: #70b470;
}
.theme-green .src-assets-style-personalWork--index-cardFrame-2j1CT .src-assets-style-personalWork--index-cardItem-3RrCp:hover button:hover {
  background-color: #00a854;
  border-color: #00a854;
}
/**************************** 绿色主题开始 ***************************/
/**************************** 红色主题开始 ***************************/
.theme-red .src-assets-style-personalWork--index-selectColor-DggLO {
  color: #F63E62;
}
.theme-red .src-assets-style-personalWork--index-footerStyle-1CcSk {
  background-color: #fffafb;
}
.theme-red .src-assets-style-personalWork--index-pageingButton-4rxQe {
  color: #F63E62;
}
.theme-red .src-assets-style-personalWork--index-cardFrame-2j1CT .src-assets-style-personalWork--index-cardItem-3RrCp:hover button {
  background-color: #F63E62;
  border-color: #F63E62;
}
.theme-red .src-assets-style-personalWork--index-cardFrame-2j1CT .src-assets-style-personalWork--index-cardItem-3RrCp:hover button:hover {
  background-color: #9A001E;
  border-color: #9A001E;
}
.theme-red .src-assets-style-personalWork--index-searchContent-zv5en .src-assets-style-personalWork--index-searchList-1jG4R .ant-tag-checkable-checked {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-assets-style-personalWork--index-searchContent-zv5en .src-assets-style-personalWork--index-searchList-1jG4R .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #F63E62;
}
.theme-red .src-assets-style-personalWork--index-pagination-3CGA_ {
  box-shadow: 0px 0px 0.1rem 0px rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-personalWork--index-pagination-3CGA_ .src-assets-style-personalWork--index-affairTotal-3mQJz .src-assets-style-personalWork--index-fontBlue-1nJGc {
  color: #F63E62;
}
.theme-red .src-assets-style-personalWork--index-activeLetter-CHEDW {
  background: #F63E62;
}
.theme-red .src-assets-style-personalWork--index-letter-3HDvG:hover {
  background: #F63E62;
}
.theme-red .src-assets-style-personalWork--index-radiusDiv-2MILH {
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-personalWork--index-radiusDiv-2MILH:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-personalWork--index-affairTitle-3Sxj2 .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
.theme-red .src-assets-style-personalWork--index-affairTitle-3Sxj2 .ant-carousel .slick-dots li button {
  background: rgba(255, 0, 0, 0.5);
}
.theme-red .src-assets-style-personalWork--index-cardFrame-2j1CT a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-personalWork--index-dropdownBox-1Oq9L .ant-select-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-personalWork--index-dropdownBox-1Oq9L .ant-select-dropdown-menu-item:hover a {
  color: #F63E62;
}
.theme-red .src-assets-style-personalWork--index-sceneNav-zV0Qn span {
  color: #9A001E;
}
.theme-red .src-assets-style-personalWork--index-sceneNav-zV0Qn .src-assets-style-personalWork--index-sceneIcon-zGeEi {
  background: url(../../assets/images/mapIcon_red.png) no-repeat center;
  background-size: cover;
}
.theme-red .src-assets-style-personalWork--index-receiptDiv-2uv7Y {
  background: #9A001E;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-assets-style-personalWork--index-selectColor-DggLO {
  color: #397EF0;
}
.theme-blue .src-assets-style-personalWork--index-footerStyle-1CcSk {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-personalWork--index-pageingButton-4rxQe {
  color: #397EF0;
}
.theme-blue .src-assets-style-personalWork--index-cardFrame-2j1CT .src-assets-style-personalWork--index-cardItem-3RrCp:hover button {
  background-color: #71b8ef;
  border-color: #71b8ef;
}
.theme-blue .src-assets-style-personalWork--index-cardFrame-2j1CT .src-assets-style-personalWork--index-cardItem-3RrCp:hover button:hover {
  background-color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .src-assets-style-personalWork--index-searchContent-zv5en .src-assets-style-personalWork--index-searchList-1jG4R .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #a2ceff;
}
.theme-blue .src-assets-style-personalWork--index-searchContent-zv5en .src-assets-style-personalWork--index-searchList-1jG4R .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-personalWork--index-pagination-3CGA_ {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-personalWork--index-pagination-3CGA_ .src-assets-style-personalWork--index-affairTotal-3mQJz .src-assets-style-personalWork--index-fontBlue-1nJGc {
  color: #1890ff;
}
.theme-blue .src-assets-style-personalWork--index-activeLetter-CHEDW {
  background: #397EF0;
}
.theme-blue .src-assets-style-personalWork--index-letter-3HDvG:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-personalWork--index-radiusDiv-2MILH {
  border: 1px solid rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-personalWork--index-radiusDiv-2MILH:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-personalWork--index-affairTitle-3Sxj2 .ant-carousel .slick-dots li.slick-active button {
  background: #1890ff;
}
.theme-blue .src-assets-style-personalWork--index-affairTitle-3Sxj2 .ant-carousel .slick-dots li button {
  background: rgba(35, 145, 230, 0.7);
}
.theme-blue .src-assets-style-personalWork--index-cardFrame-2j1CT a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-personalWork--index-sceneNav-zV0Qn span {
  color: #397EF0;
}
.theme-blue .src-assets-style-personalWork--index-sceneNav-zV0Qn .src-assets-style-personalWork--index-sceneIcon-zGeEi {
  background: url(../../assets/images/mapIcon_blue.png) no-repeat center;
  background-size: cover;
}
.theme-blue .src-assets-style-personalWork--index-receiptDiv-2uv7Y {
  background: #397EF0;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-personalWork--index-searchContent-zv5en .src-assets-style-personalWork--index-searchList-1jG4R .ant-tag-checkable-checked {
  color: #1C9750;
  background: #E6FFF1;
  border-color: #1C9750;
}
.theme-green .src-assets-style-personalWork--index-searchContent-zv5en .src-assets-style-personalWork--index-searchList-1jG4R .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1C9750;
}
.theme-green .src-assets-style-personalWork--index-pagination-3CGA_ {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-personalWork--index-pagination-3CGA_ .src-assets-style-personalWork--index-affairTotal-3mQJz .src-assets-style-personalWork--index-fontBlue-1nJGc {
  color: #1C9750;
}
.theme-green .src-assets-style-personalWork--index-activeLetter-CHEDW {
  background: #1C9750;
}
.theme-green .src-assets-style-personalWork--index-letter-3HDvG:hover {
  background: #1C9750;
}
.theme-green .src-assets-style-personalWork--index-radiusDiv-2MILH:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(68, 126, 98, 0.35);
}
.theme-green .src-assets-style-personalWork--index-radiusDiv-2MILH {
  border: 1px solid rgba(87, 177, 134, 0.1);
}
.theme-green .src-assets-style-personalWork--index-affairTitle-3Sxj2 .ant-carousel .slick-dots li.slick-active button {
  background: #1C9750;
}
.theme-green .src-assets-style-personalWork--index-affairTitle-3Sxj2 .ant-carousel .slick-dots li button {
  background: rgba(10, 150, 50, 0.7);
}
.theme-green .src-assets-style-personalWork--index-cardFrame-2j1CT a:hover {
  color: #00a854;
}
.theme-green .src-assets-style-personalWork--index-dropdownBox-1Oq9L .ant-select-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.theme-green .src-assets-style-personalWork--index-dropdownBox-1Oq9L .ant-select-dropdown-menu-item:hover a {
  color: #00a854;
}
.theme-green .src-assets-style-personalWork--index-sceneNav-zV0Qn span {
  color: #005825;
}
.theme-green .src-assets-style-personalWork--index-sceneNav-zV0Qn .src-assets-style-personalWork--index-sceneIcon-zGeEi {
  background: url(../../assets/images/mapIcon_green.png) no-repeat center;
  background-size: cover;
}
.theme-green .src-assets-style-personalWork--index-receiptDiv-2uv7Y {
  background: #005825;
}
/**************************** 绿色主题结束 **************************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-left-318Fl {
    border-radius: 6px;
    width: 100%;
  }
  .font-normal .src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-left-318Fl .src-assets-style-personalWork--index-leftBody-1Qjny .src-assets-style-personalWork--index-leftService-2NgAz {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-left-318Fl {
    width: 100%;
  }
  .font-normal .src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-left-318Fl .src-assets-style-personalWork--index-leftBody-1Qjny .src-assets-style-personalWork--index-leftService-2NgAz {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-leftContent-_bBGc {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-leftContent-_bBGc {
    width: 100%;
  }
}
@media (max-height: 830px) {
  .font-normal .src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-leftContent-_bBGc .src-assets-style-personalWork--index-AllLetter-35a9I {
    bottom: 4.85rem;
  }
}
@media (min-height: 831px) {
  .font-normal .src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-leftContent-_bBGc .src-assets-style-personalWork--index-AllLetter-35a9I {
    top: 3.26rem;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-left-318Fl {
    border-radius: 6px;
    width: 100%;
  }
  .font-large .src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-left-318Fl .src-assets-style-personalWork--index-leftBody-1Qjny .src-assets-style-personalWork--index-leftService-2NgAz {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-left-318Fl {
    width: 100%;
  }
  .font-large .src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-left-318Fl .src-assets-style-personalWork--index-leftBody-1Qjny .src-assets-style-personalWork--index-leftService-2NgAz {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-leftContent-_bBGc {
    width: 100%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-leftContent-_bBGc {
    width: 100%;
  }
}
@media (max-height: 913px) {
  .font-large .src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-leftContent-_bBGc .src-assets-style-personalWork--index-AllLetter-35a9I {
    bottom: 4.85rem;
  }
}
@media (min-height: 914.1px) {
  .font-large .src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-leftContent-_bBGc .src-assets-style-personalWork--index-AllLetter-35a9I {
    top: 3.26rem;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-left-318Fl {
    border-radius: 6px;
    width: 100%;
  }
  .font-extraLarge .src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-left-318Fl .src-assets-style-personalWork--index-leftBody-1Qjny .src-assets-style-personalWork--index-leftService-2NgAz {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-left-318Fl {
    width: 100%;
  }
  .font-extraLarge .src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-left-318Fl .src-assets-style-personalWork--index-leftBody-1Qjny .src-assets-style-personalWork--index-leftService-2NgAz {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-leftContent-_bBGc {
    width: 100%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-leftContent-_bBGc {
    width: 100%;
  }
}
@media (max-height: 1037.5px) {
  .font-extraLarge .src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-leftContent-_bBGc .src-assets-style-personalWork--index-AllLetter-35a9I {
    bottom: 4.85rem;
  }
}
@media (min-height: 1038.75px) {
  .font-extraLarge .src-assets-style-personalWork--index-flex-2fec9 .src-assets-style-personalWork--index-leftContent-_bBGc .src-assets-style-personalWork--index-AllLetter-35a9I {
    top: 3.26rem;
  }
}
@media (min-width: 1600px) {
  .font-extraLarge .src-assets-style-personalWork--index-flex-2fec9 .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-sAnqp {
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-affairApply--index-breadcrumbItem-3RAXl {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-affairApply--index-iconfont-26Xdi {
  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-1g1U4 {
  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-1g1U4.src-assets-style-affairApply--index-showBigList-3nie4 {
  width: 3rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4.src-assets-style-affairApply--index-showBigList-3nie4 .src-assets-style-affairApply--index-toggle-2dMBN {
  text-align: left;
  position: relative;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4.src-assets-style-affairApply--index-showBigList-3nie4 .src-assets-style-affairApply--index-moreButton-UwJbv {
  float: right;
  margin-top: 0.14rem;
  margin-right: 0.05rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4.src-assets-style-affairApply--index-showBigList-3nie4 .src-assets-style-affairApply--index-searchButton-2vX2R {
  float: right;
  line-height: 0.64rem;
  margin-right: 0.2rem;
  font-size: 0.18rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4.src-assets-style-affairApply--index-showBigList-3nie4 .src-assets-style-affairApply--index-searchButton-2vX2R:hover {
  color: #228B22;
  cursor: pointer;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-searchLayout-3ijwg {
  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-1g1U4 .src-assets-style-affairApply--index-searchLayout-3ijwg.src-assets-style-affairApply--index-show-3MyM_ {
  display: block;
  /*  :global(.anticon-search){
        font-size: 22px;
        line-height: 64px;
      }*/
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-searchLayout-3ijwg.src-assets-style-affairApply--index-show-3MyM_ input {
  width: 2rem;
  display: inline-block;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-searchLayout-3ijwg.src-assets-style-affairApply--index-show-3MyM_ .ant-btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-searchLayout-3ijwg.src-assets-style-affairApply--index-show-3MyM_ .anticon-check {
  display: none;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-searchLayout-3ijwg.src-assets-style-affairApply--index-show-3MyM_ .icon-shuaxin {
  display: none;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-searchLayout-3ijwg.src-assets-style-affairApply--index-show-3MyM_ .src-assets-style-affairApply--index-showSearchIcon-3Lvz9 {
  display: inline-block;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-searchLayout-3ijwg .ant-input-affix-wrapper {
  width: 2rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-searchLayout-3ijwg .ant-input-affix-wrapper .anticon-close-circle {
  font-size: 0.14rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-searchLayout-3ijwg input {
  /* border-radius: 20px;*/
  display: none;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-searchLayout-3ijwg i {
  cursor: pointer;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-toggle-2dMBN {
  margin: 0 auto;
  height: 0.64rem;
  line-height: 0.64rem;
  overflow: hidden;
  border-bottom: 1px solid #E1E6E3;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-toggle-2dMBN .ant-input-group-wrapper {
  vertical-align: middle;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-toggle-2dMBN .src-assets-style-affairApply--index-sideLogo-2xRmK {
  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-1g1U4 .src-assets-style-affairApply--index-toggle-2dMBN .src-assets-style-affairApply--index-sideLogo-2xRmK:hover {
  background: #D5E6E0;
  cursor: pointer;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-toggle-2dMBN .src-assets-style-affairApply--index-sideLogo-2xRmK.src-assets-style-affairApply--index-disabled-3okOI {
  cursor: not-allowed;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-sideLeft-3-i3R {
  z-index: 2;
  background: #F2F3F4;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-sideLeft-3-i3R.src-assets-style-affairApply--index-borderRadius-18apF {
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-sideLeft-3-i3R > div:last-child > div:nth-of-type(2) {
  display: none;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-sideRight-2m_W6 {
  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-1g1U4 .src-assets-style-affairApply--index-sideRight-2m_W6.src-assets-style-affairApply--index-leftExp-2QEjm {
  left: 3rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-sideTag-3wLoz {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -0.32rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-sideTag-3wLoz .src-assets-style-affairApply--index-tagItem-1ZqLs {
  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-1g1U4 .src-assets-style-affairApply--index-sideTag-3wLoz .src-assets-style-affairApply--index-tagItem-1ZqLs.src-assets-style-affairApply--index-current-1IG0n {
  color: #ffffff;
  background: #f2aa18;
  font-size: 0.14rem;
  border: none;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-sideTag-3wLoz .src-assets-style-affairApply--index-hideTag-3Wydc {
  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-1g1U4 .src-assets-style-affairApply--index-sideTag-3wLoz .src-assets-style-affairApply--index-hideTag-3Wydc:hover {
  cursor: pointer;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-addBtnWrap--uc6L {
  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-1g1U4 .src-assets-style-affairApply--index-addBtnWrap--uc6L.src-assets-style-affairApply--index-moreData-1danI {
  border-bottom-right-radius: 0;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-addBtnWrap--uc6L .src-assets-style-affairApply--index-rollback-yuul4 {
  float: right;
  color: #37A164;
  font-size: 0.18rem;
  padding-right: 0.32rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-addBtnWrap--uc6L .src-assets-style-affairApply--index-rollback-yuul4 i {
  margin-right: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-addBtnContent-3kTBb {
  width: 3rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-addBtnContent-3kTBb .src-assets-style-affairApply--index-buttonDiv-FToUm {
  width: 0.6rem;
  text-align: center;
  display: inline-block;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-addBtnContent-3kTBb .src-assets-style-affairApply--index-addName-qHSg7 {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: #37A164;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-systemList-30lVI {
  width: 0.6rem;
  overflow: hidden;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-systemList-30lVI.src-assets-style-affairApply--index-showFull-1vCD4 {
  width: 3rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-systemList-30lVI .src-assets-style-affairApply--index-sideTagitem-2z95B {
  border: none;
  background: #f4f5f5;
  transition: background 0.8s ease-in;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-systemList-30lVI .src-assets-style-affairApply--index-sideTagitem-2z95B:hover {
  background: #D5E6E0;
  cursor: pointer;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-systemList-30lVI .src-assets-style-affairApply--index-emptyTipsDiv-1T7VM {
  cursor: pointer;
  display: table;
  width: 100%;
  text-align: center;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-systemList-30lVI .src-assets-style-affairApply--index-emptyTipsDiv-1T7VM:hover .src-assets-style-affairApply--index-emptyTips-2Ijl9 {
  color: #37A164;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-systemList-30lVI .src-assets-style-affairApply--index-emptyTipsDiv-1T7VM .src-assets-style-affairApply--index-emptyTips-2Ijl9 {
  display: table-cell;
  font-size: 0.14rem;
  vertical-align: middle;
  color: #6C6C6C;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-systemList-30lVI .src-assets-style-affairApply--index-emptyTipsDiv-1T7VM .src-assets-style-affairApply--index-emptyTips-2Ijl9 .src-assets-style-affairApply--index-emptyContent-3HmlQ {
  margin: auto;
  width: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-systemList-30lVI .src-assets-style-affairApply--index-emptyTipsDiv-1T7VM .src-assets-style-affairApply--index-emptyTips-2Ijl9 .src-assets-style-affairApply--index-emptyContent-3HmlQ i {
  color: #BCBCBC;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-systemList-30lVI .src-assets-style-affairApply--index-emptyTipsDiv-1T7VM .src-assets-style-affairApply--index-emptyMore--Z4Oq {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-systemList-30lVI .src-assets-style-affairApply--index-emptyTipsDiv-1T7VM .src-assets-style-affairApply--index-emptyMore--Z4Oq .src-assets-style-affairApply--index-collectText-cxHhC {
  margin-top: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-systemList-30lVI .src-assets-style-affairApply--index-emptyTipsDiv-1T7VM .src-assets-style-affairApply--index-emptyMore--Z4Oq .src-assets-style-affairApply--index-collectBtn-2vgYN {
  margin-top: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-systemList-30lVI .src-assets-style-affairApply--index-emptyTipsDiv-1T7VM .src-assets-style-affairApply--index-nothing-2BvvS {
  padding: 0.2rem;
  text-align: center;
  margin: auto;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .ant-card-meta-title span {
  color: #474747;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .ant-collapse {
  background: none;
  border: none;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-emptyTipsDiv-1T7VM {
  cursor: pointer;
  display: table;
  width: 100%;
  text-align: center;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-emptyTipsDiv-1T7VM:hover .src-assets-style-affairApply--index-emptyTips-2Ijl9 {
  color: #37A164;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-emptyTipsDiv-1T7VM .src-assets-style-affairApply--index-emptyTips-2Ijl9 {
  display: table-cell;
  font-size: 0.14rem;
  vertical-align: middle;
  color: #6C6C6C;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-emptyTipsDiv-1T7VM .src-assets-style-affairApply--index-emptyTips-2Ijl9 .src-assets-style-affairApply--index-emptyContent-3HmlQ {
  margin: auto;
  width: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-emptyTipsDiv-1T7VM .src-assets-style-affairApply--index-emptyTips-2Ijl9 .src-assets-style-affairApply--index-emptyContent-3HmlQ i {
  color: #BCBCBC;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-emptyTipsDiv-1T7VM .src-assets-style-affairApply--index-emptyMore--Z4Oq {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-emptyTipsDiv-1T7VM .src-assets-style-affairApply--index-emptyMore--Z4Oq .src-assets-style-affairApply--index-collectText-cxHhC {
  margin-top: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-emptyTipsDiv-1T7VM .src-assets-style-affairApply--index-emptyMore--Z4Oq .src-assets-style-affairApply--index-collectBtn-2vgYN {
  margin-top: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-emptyTipsDiv-1T7VM .src-assets-style-affairApply--index-nothing-2BvvS {
  padding: 0.2rem;
  text-align: center;
  margin: auto;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .ant-collapse-content {
  background: #F2F3F4;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .ant-collapse-content .ant-collapse-content-box {
  padding: 0.05rem!important;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .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-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .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-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .ant-collapse-item-active .ant-collapse-header {
  border-bottom: 2px solid #37A164;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .ant-collapse-item-active .src-assets-style-affairApply--index-serviceCount-2cvUF {
  background: #37A164;
  border: 1px solid #28844F;
  color: #fff;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-serviceDomainIconDiv-3wlYZ {
  width: 100%;
  text-align: center;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-serviceDomainIconDiv-3wlYZ .src-assets-style-affairApply--index-serviceDomainIcon-2Z_Qv {
  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-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-serviceCount-2cvUF {
  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-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-serviceItem-34QGO {
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.05rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-serviceItem-34QGO .src-assets-style-affairApply--index-affairIcon-30ZlS {
  margin-bottom: 0.15rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-serviceItem-34QGO .src-assets-style-affairApply--index-serviceIconDiv-3fu0_ {
  width: 100%;
  text-align: center;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-serviceItem-34QGO .src-assets-style-affairApply--index-serviceIconDiv-3fu0_ .src-assets-style-affairApply--index-serviceIcon-26-B7 {
  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-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-serviceItem-34QGO .src-assets-style-affairApply--index-serviceIconDiv-3fu0_ .src-assets-style-affairApply--index-serviceIcon-26-B7 img {
  margin: 0;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-serviceItem-34QGO:hover {
  background: #8DCD76;
  color: #fff;
  cursor: pointer;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-serviceItem-34QGO:hover i {
  display: inline;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-serviceItem-34QGO .src-assets-style-affairApply--index-edit-3RkD2 i {
  color: #999;
  float: none;
  position: absolute;
  right: 0.35rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-serviceItem-34QGO img {
  height: 0.2rem;
  width: 0.2rem;
  vertical-align: middle;
  margin-right: 0.1rem;
  display: inline-block;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-serviceItem-34QGO i {
  color: #fff;
  display: none;
  float: right;
  vertical-align: middle;
  line-height: 0.4rem;
  margin-right: 0.05rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-serviceItem-34QGO .src-assets-style-affairApply--index-serviceName-1v6U4 {
  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-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-serviceItem-34QGO .src-assets-style-affairApply--index-serviceName-1v6U4 .src-assets-style-affairApply--index-ellipsis-2M0iP {
  display: inline;
  color: #474747 ;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-serviceItem-34QGO .src-assets-style-affairApply--index-heart-3E0SW {
  color: #ff0000;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreDataWrap-3PXDc {
  z-index: 9999;
  overflow: hidden;
  transition: width 0.3s ease;
  border-bottom-right-radius: 10px;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj {
  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-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-titleBar-1QBiP {
  height: 0.64rem;
  border-bottom: 1px solid #E1E6E3;
  font-size: 0.18rem;
  line-height: 0.64rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-titleBar-1QBiP .src-assets-style-affairApply--index-title-2M1A4 {
  vertical-align: middle;
  font-size: 0.18rem;
  font-weight: normal;
  color: #666;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-titleBar-1QBiP .src-assets-style-affairApply--index-leftIcon-3PxDx {
  margin-right: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-titleBar-1QBiP .anticon-bars {
  font-size: 0.28rem;
  vertical-align: middle;
  color: #828282;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-titleBar-1QBiP .src-assets-style-affairApply--index-divider-rvLc0 {
  margin-left: 0.28rem;
  height: 0.22rem;
  color: #aeaeae;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-titleBar-1QBiP .anticon-question-circle-o {
  margin-left: 0.05rem;
  cursor: pointer;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-titleBar-1QBiP .src-assets-style-affairApply--index-closeIcon-22OCk {
  font-size: 0.18rem;
  float: right;
  line-height: 0.64rem;
  margin-right: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-titleBar-1QBiP .src-assets-style-affairApply--index-closeIcon-22OCk:hover {
  cursor: pointer;
  color: #228B22;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-titleBar-1QBiP .src-assets-style-affairApply--index-searchLayout-3ijwg {
  position: relative;
  display: inline-block;
  background: none;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-titleBar-1QBiP .src-assets-style-affairApply--index-addCustom-1clOa {
  float: right;
  line-height: 0.64rem;
  padding-right: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 {
  padding: 0.2rem 0;
  position: relative;
  overflow: auto;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-pt-search-3IO34 {
  float: right;
  padding-right: 0.5rem;
  margin-bottom: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-pt-search-3IO34 .src-assets-style-affairApply--index-ant-select-auto-complete-3FlyM {
  vertical-align: middle;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-pt-search-3IO34 .src-assets-style-affairApply--index-searchButton-2vX2R {
  vertical-align: middle;
  margin-top: -0.03rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-pt-search-3IO34 .src-assets-style-affairApply--index-clearIcon-K9p5Z {
  right: 1.45rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl {
  display: inline-block;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU {
  margin-bottom: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-type-3DHHx {
  font-size: 0.18rem;
  color: var(--themeColor);
  height: 0.32rem;
  line-height: 0.32rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-type-3DHHx .src-assets-style-affairApply--index-tag-1veWR {
  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-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-type-3DHHx.src-assets-style-affairApply--index-serviceDomain-36WTC {
  padding: 0.05rem 0.1rem;
  height: 0.42rem;
  border: 1px solid #fff;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-type-3DHHx.src-assets-style-affairApply--index-serviceDomain-36WTC:hover {
  border-radius: 4px;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-type-3DHHx.src-assets-style-affairApply--index-serviceDomain-36WTC:hover .src-assets-style-affairApply--index-collectSpan-1KDoJ {
  display: inline;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-type-3DHHx.src-assets-style-affairApply--index-serviceDomain-36WTC:hover .src-assets-style-affairApply--index-collectSpan-1KDoJ i {
  cursor: pointer;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-type-3DHHx.src-assets-style-affairApply--index-serviceDomain-36WTC:hover .src-assets-style-affairApply--index-collectSpan-1KDoJ i.src-assets-style-affairApply--index-deleteCollect-Bsvut {
  color: #37A164;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-type-3DHHx.src-assets-style-affairApply--index-serviceDomain-36WTC .src-assets-style-affairApply--index-collectSpan-1KDoJ {
  display: none;
  float: right;
  font-size: 0.14rem;
  color: #000;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-type-3DHHx.src-assets-style-affairApply--index-serviceDomain-36WTC .src-assets-style-affairApply--index-collectSpan-1KDoJ i {
  margin-right: 0.1rem;
  color: #CDCDCD;
  vertical-align: middle;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-pointer-2W_wA {
  cursor: pointer;
  font-size: 0.16rem;
  padding-left: 0.1rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa {
  padding: 0 0.3rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T {
  overflow: hidden;
  width: 100%;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T i.iconfont {
  color: #d2cece;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T .anticon-star {
  color: #d2cece;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T .ant-card-meta-title span:hover {
  color: #00a854;
  text-decoration: underline;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T 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-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T 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-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T li .ant-card-meta-title {
  font-weight: 600;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T li .ant-card-bordered:hover {
  box-shadow: 0px 0px 0.1rem 0px rgba(3, 57, 107, 0.4);
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T li .ant-card-body {
  padding: 0.2rem 0.24rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T li .src-assets-style-affairApply--index-content-2lGTM {
  width: 3.5rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T li .src-assets-style-affairApply--index-content-2lGTM span {
  display: block;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T li .src-assets-style-affairApply--index-contentCus-1AJnP .src-assets-style-affairApply--index-heartNoFloat-3gzXa {
  color: #ff0000;
  cursor: pointer;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T li .src-assets-style-affairApply--index-contentCus-1AJnP .src-assets-style-affairApply--index-unHeartNoFloat-3Qcub {
  color: #CCCCCC;
  cursor: pointer;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T li .src-assets-style-affairApply--index-contentCus-1AJnP span {
  display: inline-block;
  margin: 0.05rem 0.2rem 0.05rem 0px;
  font-size: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T li .src-assets-style-affairApply--index-contentCus-1AJnP span i {
  font-size: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T li .src-assets-style-affairApply--index-heart-3E0SW,
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T li .src-assets-style-affairApply--index-unHeart-BZKkm {
  position: absolute;
  right: 0.24rem;
  top: 0.18rem;
  font-size: 0.18rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T li .src-assets-style-affairApply--index-heart-3E0SW {
  color: #ff0000;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T li .src-assets-style-affairApply--index-unHeart-BZKkm {
  color: #CCCCCC;
  display: none;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T li:hover .src-assets-style-affairApply--index-unHeart-BZKkm {
  display: block;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T li:hover .src-assets-style-affairApply--index-unHeart-BZKkm:hover {
  color: #ff0000;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T .src-assets-style-affairApply--index-divRelative-2wrMo {
  position: relative;
  text-align: center;
  height: 1.28rem;
  z-index: 2;
  padding-top: 27%;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T .src-assets-style-affairApply--index-image-WpdV2 {
  width: 0.48rem;
  height: 0.48rem;
  margin-bottom: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T .src-assets-style-affairApply--index-fontlist-K84gW {
  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-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T .src-assets-style-affairApply--index-closeRight-27QUk {
  position: absolute;
  top: 0.07rem;
  opacity: 1;
  text-align: right;
  width: 1.12rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T .src-assets-style-affairApply--index-closeRight-27QUk .iconfont {
  opacity: 0;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T .src-assets-style-affairApply--index-closeRight-27QUk .src-assets-style-affairApply--index-customLeft-17v0v {
  float: left;
  margin-left: 0.12rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T .src-assets-style-affairApply--index-closeRight-27QUk .src-assets-style-affairApply--index-customLeft-17v0v.src-assets-style-affairApply--index-delete-1YFK6 {
  margin-left: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T .src-assets-style-affairApply--index-closeRight-27QUk 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-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T .src-assets-style-affairApply--index-closeRight-27QUk 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-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T .src-assets-style-affairApply--index-closeRight-27QUk span i.anticon.anticon-question-circle-o::before {
  border-radius: 50%;
  font-size: 0.16rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T .src-assets-style-affairApply--index-closeRight-27QUk .anticon-star {
  opacity: 0;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T .src-assets-style-affairApply--index-closeRight-27QUk .anticon-star.src-assets-style-affairApply--index-deleteCollect-Bsvut {
  color: #37A164;
  opacity: 1;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T .src-assets-style-affairApply--index-closeRight-27QUk .src-assets-style-affairApply--index-operation1-1Mg5X {
  padding-right: 0.2rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T .src-assets-style-affairApply--index-closeRight-27QUk .src-assets-style-affairApply--index-operation2-hEdRx {
  padding-right: 0.12rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T .src-assets-style-affairApply--index-mask-aYCJ6 {
  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-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-noData-3qfxD {
  padding: 0.2rem;
  text-align: center;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-noData-3qfxD .src-assets-style-affairApply--index-noDataTips-2Wbso {
  margin-top: 0.1rem;
  color: #666666;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-comment-4JZpf {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-anchorContent-1zgEG {
  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-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-anchorContent-1zgEG .src-assets-style-affairApply--index-anchorDiv-15jRq {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-anchorContent-1zgEG .src-assets-style-affairApply--index-anchorDiv-15jRq.src-assets-style-affairApply--index-show-3MyM_ {
  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-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-anchorContent-1zgEG .src-assets-style-affairApply--index-anchorDiv-15jRq .ant-affix {
  z-index: 1;
  display: none;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-anchorContent-1zgEG .src-assets-style-affairApply--index-anchor-1qW21 {
  margin: 0.4rem 0.1rem 0 0;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-anchorContent-1zgEG .src-assets-style-affairApply--index-anchor-1qW21.ant-anchor-wrapper {
  overflow: visible;
  width: 2rem;
  background: none;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-anchorContent-1zgEG .src-assets-style-affairApply--index-anchor-1qW21.ant-anchor-wrapper .src-assets-style-affairApply--index-anchorTitle-1UELS {
  position: absolute;
  top: -0.3rem;
  font-size: 0.16rem;
  color: #005825;
  font-weight: bold;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-anchorContent-1zgEG .src-assets-style-affairApply--index-anchor-1qW21.ant-anchor-wrapper .ant-anchor-link {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-anchorContent-1zgEG .src-assets-style-affairApply--index-anchor-1qW21 .ant-anchor-ink:before {
  width: 1px;
  background-color: #e7e7e7;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-anchorContent-1zgEG .src-assets-style-affairApply--index-anchor-1qW21 .ant-anchor-link-active .ant-anchor-link-title {
  color: #37A164;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-anchorContent-1zgEG .src-assets-style-affairApply--index-anchor-1qW21 .ant-anchor-ink-ball {
  border: 2px solid #37A164;
  transform: translateX(-45%);
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-anchorContent-1zgEG .src-assets-style-affairApply--index-anchor-1qW21 a:hover {
  color: #37A164;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-affairTitle-3mmmJ {
  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-1g1U4 a.src-assets-style-affairApply--index-affairTitle-3mmmJ {
  color: #333333;
}
.src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-background-26zga {
  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-1g1U4 .src-assets-style-affairApply--index-background-26zga.src-assets-style-affairApply--index-show-3MyM_ {
  display: block;
}
.src-assets-style-affairApply--index-itemDraging-1nE0g {
  background: #D5E6E0;
  padding: 0.2rem;
}
.src-assets-style-affairApply--index-sideTagitem-2z95B {
  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-2z95B.src-assets-style-affairApply--index-forbid-1wZkA {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.src-assets-style-affairApply--index-sideTagitem-2z95B:hover i {
  display: inline;
}
.src-assets-style-affairApply--index-sideTagitem-2z95B .src-assets-style-affairApply--index-iconDiv-25yaU {
  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-2z95B .src-assets-style-affairApply--index-systemName-2FanT {
  display: inline-block;
  vertical-align: middle;
  height: 0.64rem;
  line-height: 0.64rem;
  font-size: 0.16rem;
}
.src-assets-style-affairApply--index-sideTagitem-2z95B i {
  color: #98ACA5;
  line-height: 0.64rem;
  display: none;
  float: right;
  vertical-align: middle;
}
.src-assets-style-affairApply--index-sideTagitem-2z95B i:hover {
  cursor: pointer;
  color: #228B22;
}
.src-assets-style-affairApply--index-sideTagitem-2z95B .iconfont {
  margin-right: 0.12rem;
}
.src-assets-style-affairApply--index-sideTagitem-2z95B .anticon-star {
  margin-right: 0.12rem;
  color: #37a164;
}
.src-assets-style-affairApply--index-sideTagitem-2z95B .src-assets-style-affairApply--index-iconTag-iDLYj {
  width: 0.6rem;
  text-align: center;
}
.src-assets-style-affairApply--index-sideTagitem-2z95B .src-assets-style-affairApply--index-iconTag-iDLYj .src-assets-style-affairApply--index-iconCon-yoCBy {
  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-2z95B .src-assets-style-affairApply--index-iconTag-iDLYj img {
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
}
.src-assets-style-affairApply--index-hiddenBody-2snBD {
  overflow: hidden;
}
.src-assets-style-affairApply--index-showBody-1YjQH {
  overflow: auto;
}
.src-assets-style-affairApply--index-customerModal-3vGz4 {
  overflow: hidden;
}
.src-assets-style-affairApply--index-customerModal-3vGz4 .ant-modal-header {
  padding: 0.14rem 0.24rem;
  background: green;
  font-size: 0.16rem;
  font-weight: normal;
}
.src-assets-style-affairApply--index-customerModal-3vGz4 .ant-modal-title {
  color: #ffffff;
}
.src-assets-style-affairApply--index-customerModal-3vGz4 .ant-modal-close-x {
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #ffffff;
}
.src-assets-style-affairApply--index-customerModal-3vGz4 .ant-modal-body {
  padding: 0;
}
.src-assets-style-affairApply--index-customerModal-3vGz4 .src-assets-style-affairApply--index-customerForm-2anwV {
  padding: 0.2rem;
}
.src-assets-style-affairApply--index-customerModal-3vGz4 .src-assets-style-affairApply--index-customerForm-2anwV .src-assets-style-affairApply--index-iconSelect-3x3gn {
  width: 100%;
}
.src-assets-style-affairApply--index-customerModal-3vGz4 .src-assets-style-affairApply--index-customerForm-2anwV .src-assets-style-affairApply--index-iconSelect-3x3gn .src-assets-style-affairApply--index-iconDiv-25yaU {
  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-3vGz4 .src-assets-style-affairApply--index-customerForm-2anwV .src-assets-style-affairApply--index-iconSelect-3x3gn .src-assets-style-affairApply--index-iconDiv-25yaU .src-assets-style-affairApply--index-iconTag-iDLYj {
  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-3vGz4 .src-assets-style-affairApply--index-customerForm-2anwV .src-assets-style-affairApply--index-iconSelect-3x3gn .src-assets-style-affairApply--index-iconDiv-25yaU .src-assets-style-affairApply--index-iconTag-iDLYj img {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-affairApply--index-customerModal-3vGz4 .src-assets-style-affairApply--index-customerForm-2anwV .src-assets-style-affairApply--index-iconSelect-3x3gn .src-assets-style-affairApply--index-iconBottom-3I-fk {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 0.2rem;
}
.src-assets-style-affairApply--index-customerModal-3vGz4 .src-assets-style-affairApply--index-customerForm-2anwV .src-assets-style-affairApply--index-iconSelect-3x3gn .src-assets-style-affairApply--index-iconBottom-3I-fk .src-assets-style-affairApply--index-iconRandom-kHFas {
  margin-right: 0.2rem;
}
.src-assets-style-affairApply--index-customerModal-3vGz4 .src-assets-style-affairApply--index-iconSelectDiv-1ig_2 {
  padding: 0.2rem;
  height: 3rem;
}
.src-assets-style-affairApply--index-customerModal-3vGz4 .src-assets-style-affairApply--index-iconSelectDiv-1ig_2 .src-assets-style-affairApply--index-iconListDiv-2QOvh .src-assets-style-affairApply--index-logoList-9U3_j 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-3vGz4 .src-assets-style-affairApply--index-iconSelectDiv-1ig_2 .src-assets-style-affairApply--index-iconListDiv-2QOvh .src-assets-style-affairApply--index-logoList-9U3_j li .src-assets-style-affairApply--index-logoDivRelative-3LKyG {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 0.8rem;
  z-index: 2;
}
.src-assets-style-affairApply--index-customerModal-3vGz4 .src-assets-style-affairApply--index-iconSelectDiv-1ig_2 .src-assets-style-affairApply--index-iconListDiv-2QOvh .src-assets-style-affairApply--index-logoList-9U3_j li .src-assets-style-affairApply--index-logoDivRelative-3LKyG .src-assets-style-affairApply--index-image-WpdV2 {
  width: 0.4rem;
  height: 0.4rem;
  margin-bottom: 0;
}
.src-assets-style-affairApply--index-customerModal-3vGz4 .src-assets-style-affairApply--index-iconSelectDiv-1ig_2 .src-assets-style-affairApply--index-iconListDiv-2QOvh .src-assets-style-affairApply--index-logoList-9U3_j li:hover {
  background: rgba(141, 205, 118, 0.4);
}
.src-assets-style-affairApply--index-customerModal-3vGz4 .src-assets-style-affairApply--index-iconSelectDiv-1ig_2 .src-assets-style-affairApply--index-iconListDiv-2QOvh .src-assets-style-affairApply--index-logoList-9U3_j li.src-assets-style-affairApply--index-active-qRGk- {
  background: rgba(141, 205, 118, 0.4);
}
.src-assets-style-affairApply--index-affairName-2HeD_ :hover {
  text-decoration: underline;
}
.src-assets-style-affairApply--index-bodyFixed-SWo_K {
  position: fixed;
  width: 100%;
}
/****************绿色主题开始******************/
.theme-green .src-assets-style-affairApply--index-sideTag-3wLoz .src-assets-style-affairApply--index-tagItem-1ZqLs:hover {
  background: #E6FFF1;
  cursor: pointer;
}
.theme-green .src-assets-style-affairApply--index-sideTag-3wLoz .src-assets-style-affairApply--index-tagItem-1ZqLs.src-assets-style-affairApply--index-current-1IG0n {
  box-shadow: 1px 1px 1px 1px rgba(0, 88, 37, 0.3);
  background: #f2aa18;
}
/**************** 蓝色主题开始*****************/
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 {
  box-shadow: 0 0 0.1rem 0 rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4.src-assets-style-affairApply--index-showBigList-3nie4 .src-assets-style-affairApply--index-searchButton-2vX2R:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-searchLayout-3ijwg {
  background: #fafdff;
  /*i{
        &:hover{
          color:@theme-blue-1;
        }
      }*/
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-toggle-2dMBN .src-assets-style-affairApply--index-sideLogo-2xRmK:hover {
  background: #e6f7ff;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-sideLeft-3-i3R {
  background: #fafdff;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-sideTag-3wLoz .src-assets-style-affairApply--index-tagItem-1ZqLs {
  background: #fafdff;
  cursor: pointer;
  box-shadow: 1px 1px 1px 1px rgba(0, 88, 37, 0.3);
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-sideTag-3wLoz .src-assets-style-affairApply--index-tagItem-1ZqLs:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-sideTag-3wLoz .src-assets-style-affairApply--index-tagItem-1ZqLs.src-assets-style-affairApply--index-current-1IG0n {
  box-shadow: 1px 1px 1px 1px rgba(0, 88, 37, 0.3);
  background: #f2aa18;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-sideTag-3wLoz .src-assets-style-affairApply--index-hideTag-3Wydc {
  background: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-addBtnWrap--uc6L {
  background: #fafdff;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-addBtnWrap--uc6L .src-assets-style-affairApply--index-rollback-yuul4 {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-addBtnContent-3kTBb .src-assets-style-affairApply--index-addName-qHSg7 {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-systemList-30lVI .src-assets-style-affairApply--index-sideTagitem-2z95B {
  background: #f4f5f5;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-systemList-30lVI .src-assets-style-affairApply--index-sideTagitem-2z95B:hover {
  background: #D5E6E0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-systemList-30lVI .src-assets-style-affairApply--index-emptyTipsDiv-1T7VM:hover .src-assets-style-affairApply--index-emptyTips-2Ijl9 {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-emptyTipsDiv-1T7VM:hover .src-assets-style-affairApply--index-emptyTips-2Ijl9 {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .ant-collapse-content {
  background: #F2F3F4;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .ant-collapse .ant-collapse-item.ant-collapse-no-arrow .ant-collapse-header .anticon-star {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .ant-collapse-item-active .ant-collapse-header {
  border-bottom: 2px solid #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .ant-collapse-item-active .src-assets-style-affairApply--index-serviceCount-2cvUF {
  background: #397EF0;
  border: 1px solid #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-serviceDomainIconDiv-3wlYZ .src-assets-style-affairApply--index-serviceDomainIcon-2Z_Qv {
  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-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-serviceCount-2cvUF {
  background: #F0F3F6;
  border: 1px solid #CFD7DE;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-serviceItem-34QGO .src-assets-style-affairApply--index-serviceIconDiv-3fu0_ .src-assets-style-affairApply--index-serviceIcon-26-B7 {
  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-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-serviceItem-34QGO:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj {
  box-shadow: 0 0 0.1rem 0 rgba(0, 88, 37, 0.1);
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-titleBar-1QBiP {
  border-bottom: 1px solid #E1E6E3;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-titleBar-1QBiP .src-assets-style-affairApply--index-closeIcon-22OCk:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-type-3DHHx {
  color: #1F5BCB;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-type-3DHHx .src-assets-style-affairApply--index-tag-1veWR {
  background: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-type-3DHHx.src-assets-style-affairApply--index-serviceDomain-36WTC:hover .src-assets-style-affairApply--index-collectSpan-1KDoJ i.src-assets-style-affairApply--index-deleteCollect-Bsvut {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T li:hover .src-assets-style-affairApply--index-fontlist-K84gW {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T .ant-card-meta-title span:hover {
  color: #397EF0;
  text-decoration: underline;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T .src-assets-style-affairApply--index-closeRight-27QUk .anticon-star.src-assets-style-affairApply--index-deleteCollect-Bsvut {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T .src-assets-style-affairApply--index-mask-aYCJ6 {
  border: 1px solid #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-anchorContent-1zgEG {
  background: #f3f7f9;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-anchorContent-1zgEG .src-assets-style-affairApply--index-anchor-1qW21.ant-anchor-wrapper .src-assets-style-affairApply--index-anchorTitle-1UELS {
  color: #1F5BCB;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-anchorContent-1zgEG .src-assets-style-affairApply--index-anchor-1qW21 .ant-anchor-ink:before {
  background-color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-anchorContent-1zgEG .src-assets-style-affairApply--index-anchor-1qW21 .ant-anchor-link-active .ant-anchor-link-title {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-anchorContent-1zgEG .src-assets-style-affairApply--index-anchor-1qW21 .ant-anchor-ink-ball {
  border: 2px solid #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-anchorContent-1zgEG .src-assets-style-affairApply--index-anchor-1qW21 a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-itemDraging-1nE0g {
  background: #D5E6E0;
}
.theme-blue .src-assets-style-affairApply--index-sideTagitem-2z95B {
  background: #D5E6E0;
  border: 1px solid #efefef;
}
.theme-blue .src-assets-style-affairApply--index-sideTagitem-2z95B i {
  color: #98ACA5;
}
.theme-blue .src-assets-style-affairApply--index-sideTagitem-2z95B i:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-sideTagitem-2z95B .anticon-star {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-sideTagitem-2z95B .src-assets-style-affairApply--index-iconTag-iDLYj .src-assets-style-affairApply--index-iconCon-yoCBy {
  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-3vGz4 .ant-modal-header {
  background: #397EF0;
}
.theme-blue .src-assets-style-affairApply--index-customerModal-3vGz4 .src-assets-style-affairApply--index-customerForm-2anwV .src-assets-style-affairApply--index-iconSelect-3x3gn .src-assets-style-affairApply--index-iconDiv-25yaU {
  border: 1px dashed #D5E6E0;
}
.theme-blue .src-assets-style-affairApply--index-customerModal-3vGz4 .src-assets-style-affairApply--index-customerForm-2anwV .src-assets-style-affairApply--index-iconSelect-3x3gn .src-assets-style-affairApply--index-iconDiv-25yaU .src-assets-style-affairApply--index-iconTag-iDLYj {
  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-1g1U4 {
  box-shadow: 0 0 0.1rem 0 rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4.src-assets-style-affairApply--index-showBigList-3nie4 .src-assets-style-affairApply--index-searchButton-2vX2R:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-affairName-2HeD_ :hover {
  text-decoration: underline;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-searchLayout-3ijwg {
  background: #fafdff;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-toggle-2dMBN .src-assets-style-affairApply--index-sideLogo-2xRmK:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-sideLeft-3-i3R {
  background: #fafdff;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-sideTag-3wLoz .src-assets-style-affairApply--index-tagItem-1ZqLs {
  background: #fafdff;
  box-shadow: 1px 1px 1px 1px rgba(0, 88, 37, 0.3);
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-sideTag-3wLoz .src-assets-style-affairApply--index-tagItem-1ZqLs:hover {
  background: #fff1f0;
  cursor: pointer;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-sideTag-3wLoz .src-assets-style-affairApply--index-tagItem-1ZqLs.src-assets-style-affairApply--index-current-1IG0n {
  background: #f2aa18;
  box-shadow: 1px 1px 1px 1px rgba(0, 88, 37, 0.3);
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-sideTag-3wLoz .src-assets-style-affairApply--index-hideTag-3Wydc {
  background: #F63E62;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-addBtnWrap--uc6L {
  background: #fafdff;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-addBtnWrap--uc6L .src-assets-style-affairApply--index-rollback-yuul4 {
  color: #9A001E;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-addBtnContent-3kTBb .src-assets-style-affairApply--index-addName-qHSg7 {
  color: #9A001E;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-systemList-30lVI .src-assets-style-affairApply--index-emptyTipsDiv-1T7VM:hover .src-assets-style-affairApply--index-emptyTips-2Ijl9 {
  color: #9A001E;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-emptyTipsDiv-1T7VM:hover .src-assets-style-affairApply--index-emptyTips-2Ijl9 {
  color: #9A001E;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .ant-collapse-content {
  background: #F2F3F4;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .ant-collapse .ant-collapse-item.ant-collapse-no-arrow .ant-collapse-header .anticon-star {
  color: #F63E62;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .ant-collapse-item-active .ant-collapse-header {
  border-bottom: 2px solid #9A001E;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .ant-collapse-item-active .src-assets-style-affairApply--index-serviceCount-2cvUF {
  background: #9A001E;
  border: 1px solid #9A001E;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-serviceList-jmkpk .src-assets-style-affairApply--index-serviceItem-34QGO:hover {
  background: rgba(255, 71, 72, 0.2);
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj {
  box-shadow: 0 0 0.1rem 0 rgba(169, 0, 33, 0.1);
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-titleBar-1QBiP {
  /*border-bottom: 1px solid @theme-red-5;*/
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-titleBar-1QBiP .src-assets-style-affairApply--index-closeIcon-22OCk:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-type-3DHHx {
  color: #9A001E;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-type-3DHHx .src-assets-style-affairApply--index-tag-1veWR {
  background: #9A001E;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-type-3DHHx.src-assets-style-affairApply--index-serviceDomain-36WTC:hover .src-assets-style-affairApply--index-collectSpan-1KDoJ i.src-assets-style-affairApply--index-deleteCollect-Bsvut {
  color: #9A001E;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T li:hover .src-assets-style-affairApply--index-fontlist-K84gW {
  color: #F63E62;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T .ant-card-meta-title span:hover {
  color: #F63E62;
  text-decoration: underline;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T .src-assets-style-affairApply--index-closeRight-27QUk .anticon-star.src-assets-style-affairApply--index-deleteCollect-Bsvut {
  color: #F63E62;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-contentBody-2vQO8 .src-assets-style-affairApply--index-contentList-363Rl .src-assets-style-affairApply--index-typeItem-2SFkU .src-assets-style-affairApply--index-dataList--7BJa .src-assets-style-affairApply--index-ullist-2_t6T .src-assets-style-affairApply--index-mask-aYCJ6 {
  border: 1px solid #F63E62;
  background-color: #f3f7f9;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-anchorContent-1zgEG {
  background: #f3f7f9;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-anchorContent-1zgEG .src-assets-style-affairApply--index-anchor-1qW21.ant-anchor-wrapper .src-assets-style-affairApply--index-anchorTitle-1UELS {
  color: #9A001E;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-anchorContent-1zgEG .src-assets-style-affairApply--index-anchor-1qW21 .ant-anchor-ink:before {
  background-color: #F63E62;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-anchorContent-1zgEG .src-assets-style-affairApply--index-anchor-1qW21 .ant-anchor-link-active .ant-anchor-link-title {
  color: #F63E62;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-anchorContent-1zgEG .src-assets-style-affairApply--index-anchor-1qW21 .ant-anchor-ink-ball {
  border: 2px solid #F63E62;
}
.theme-red .src-assets-style-affairApply--index-portalSidelink-1g1U4 .src-assets-style-affairApply--index-moreContent-3DhAj .src-assets-style-affairApply--index-anchorContent-1zgEG .src-assets-style-affairApply--index-anchor-1qW21 a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-affairApply--index-sideTagitem-2z95B i {
  color: #98ACA5;
}
.theme-red .src-assets-style-affairApply--index-sideTagitem-2z95B i:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-affairApply--index-sideTagitem-2z95B .anticon-star {
  color: #9A001E;
}
.theme-red .src-assets-style-affairApply--index-sideTagitem-2z95B .src-assets-style-affairApply--index-iconTag-iDLYj .src-assets-style-affairApply--index-iconCon-yoCBy {
  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-1g1U4 {
    margin-left: -0.6rem;
  }
  .font-normal .src-assets-style-affairApply--index-portalSidelink-1g1U4.src-assets-style-affairApply--index-showBigList-3nie4 {
    margin-left: 0;
  }
}
@media (max-width: 1540px) {
  .font-large .src-assets-style-affairApply--index-portalSidelink-1g1U4 {
    margin-left: -0.6rem;
  }
  .font-large .src-assets-style-affairApply--index-portalSidelink-1g1U4.src-assets-style-affairApply--index-showBigList-3nie4 {
    margin-left: 0;
  }
}
@media (max-width: 1750px) {
  .font-extraLarge .src-assets-style-affairApply--index-portalSidelink-1g1U4 {
    margin-left: -0.6rem;
  }
  .font-extraLarge .src-assets-style-affairApply--index-portalSidelink-1g1U4.src-assets-style-affairApply--index-showBigList-3nie4 {
    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-2WE__ {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-oaSupervise--index-addMission-3nKu- .ant-input-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  background-color: #f5f5f5 !important;
}
.src-assets-style-oaSupervise--index-addMission-3nKu- .ant-input-disabled:hover {
  border-color: #d9d9d9;
}
.src-assets-style-oaSupervise--index-card-pWNmE {
  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-hGy-5 {
  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-hGy-5 .ant-btn {
  margin-top: 0.1rem;
}
.src-assets-style-oaSupervise--index-fixBotBarWrap-hGy-5 .src-assets-style-oaSupervise--index-breadcrumb-1HC8M {
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-oaSupervise--index-fixBotBarWrap-hGy-5 .src-assets-style-oaSupervise--index-superviseTime-3eduR .src-assets-style-oaSupervise--index-dynamic-delete-button-1oXbR {
  cursor: pointer;
  position: relative;
  top: 0.04rem;
  font-size: 0.24rem;
  color: red;
  transition: all 0.3s;
}
.src-assets-style-oaSupervise--index-fixBotBarWrap-hGy-5 .src-assets-style-oaSupervise--index-superviseTime-3eduR .src-assets-style-oaSupervise--index-dynamic-delete-button-1oXbR:hover {
  color: red;
}
.src-assets-style-oaSupervise--index-fixBotBarWrap-hGy-5 .src-assets-style-oaSupervise--index-superviseTime-3eduR .src-assets-style-oaSupervise--index-dynamic-delete-button-1oXbR[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.src-assets-style-oaSupervise--index-type1-3RfNq {
  color: green;
}
.src-assets-style-oaSupervise--index-type3-2YW_n {
  color: orange;
}
.src-assets-style-oaSupervise--index-qtxbDbStyle-2IWON {
  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-3hP5i {
  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-35PTC {
  line-height: 3;
}
.src-assets-style-oaSupervise--index-xgTaskDepSolid-1cQFj {
  height: 1px;
  border-top: solid #999999 1px;
  margin: 0.05rem 0px;
}
.src-assets-style-oaSupervise--index-sfblFkDataStyle-1zldX {
  text-align: center;
}
/*************** 共用样式***************/
.src-assets-style-oaSupervise--index-newsSearch-2DwN6 {
  float: right;
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.07rem;
}
.src-assets-style-oaSupervise--index-newsSearch-2DwN6 .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-oaSupervise--index-newsSearch-2DwN6 .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-2DwN6 .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-oaSupervise--index-newsSearch-2DwN6 .src-assets-style-oaSupervise--index-searchDel-2_4Mw {
  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-3R3iP {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-oaSupervise--index-dropdownBoxDisplayNone-2iswo {
  display: none;
}
.src-assets-style-oaSupervise--index-selectColor-H1Rpz {
  color: var(--themeColor);
}
.src-assets-style-oaSupervise--index-toolTip-1TghC .ant-tooltip-content .ant-tooltip-inner {
  width: 7.6rem !important;
}
.src-assets-style-oaSupervise--index-toolTip2-1gRB- .ant-tooltip-content .ant-tooltip-inner {
  width: 5.1rem !important;
}
.src-assets-style-oaSupervise--index-pointerTag-1EUwb {
  cursor: pointer;
}
.src-assets-style-oaSupervise--index-main-content-2X0Ny {
  min-height: 14.8rem !important;
}
.src-assets-style-oaSupervise--index-bodyFixed-3x91c {
  position: fixed;
  width: 100%;
}
.src-assets-style-oaSupervise--index-overflow-3JdDi {
  overflow: hidden;
}
.src-assets-style-oaSupervise--index-fontGray-iH5NY {
  color: #adadad;
}
.src-assets-style-oaSupervise--index-fontLightBlack-341ZX {
  color: #808080;
}
.src-assets-style-oaSupervise--index-fontLine-3ogeS {
  color: #adadad;
  margin-left: 0.06rem;
}
.src-assets-style-oaSupervise--index-mgt12-1mQ7l {
  margin-top: 0.12rem;
}
.src-assets-style-oaSupervise--index-textCenter-2EIgE {
  text-align: center;
  color: #808080;
  cursor: pointer;
}
.src-assets-style-oaSupervise--index-pdr5-3C7o2 {
  padding-right: 0.05rem;
}
.src-assets-style-oaSupervise--index-fontSc-VzR2w {
  padding-right: 0.05rem;
  text-align: center;
  font-size: 0.28rem;
  color: #595959;
}
.src-assets-style-oaSupervise--index-lineHeight-1Ifb_ {
  line-height: 0.4rem;
  /*margin-left: -450px;*/
  width: 4rem;
}
/* 服务入口页面布局样式 */
.src-assets-style-oaSupervise--index-flex-2N_k- {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-contentMain-Obhwd img {
  max-width: 100%;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-contentMain-Obhwd .ant-card-bordered {
  width: calc(100% - 2.28rem);
  display: inline-block;
  max-width: 100%;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-contentMain-Obhwd .ant-card-bordered .ant-card-body p {
  padding: 0px 0.32rem;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-contentMain-Obhwd .ant-card-bordered .ant-card-body img {
  max-width: 100%;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-limitLength-1DztM,
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-limitSplit-1hqOw {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-limitLength-1DztM {
  width: 0.95rem;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-limitSplit-1hqOw {
  width: 0.2rem;
  text-align: center;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK {
  width: 3.87rem;
  overflow: hidden;
  float: right;
  margin-top: 0.25rem;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightTop-2XhYY:hover {
  cursor: pointer;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightTop-2XhYY:hover .src-assets-style-oaSupervise--index-rightAffairsBox-F9ObT .anticon {
  display: inline-block;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightTop-2XhYY {
  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-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightTop-2XhYY .src-assets-style-oaSupervise--index-rightAffairsBox-F9ObT .anticon {
  display: none;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightTop-2XhYY .src-assets-style-oaSupervise--index-iconLeft-13730 {
  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-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightTop-2XhYY .src-assets-style-oaSupervise--index-iconLeft-13730:hover {
  color: #AAAAAA;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightTop-2XhYY .src-assets-style-oaSupervise--index-iconRight-2BmW1 {
  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-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightTop-2XhYY .src-assets-style-oaSupervise--index-iconRight-2BmW1:hover {
  color: #AAAAAA;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightTop-2XhYY .ant-card {
  position: static;
  color: #666666;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightTop-2XhYY .src-assets-style-oaSupervise--index-affairTitle-shWaQ .ant-card-body {
  padding: 0px;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightTop-2XhYY .src-assets-style-oaSupervise--index-affairTitle-shWaQ .ant-card-head {
  border-bottom: none;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightTop-2XhYY .src-assets-style-oaSupervise--index-affairTitle-shWaQ .ant-list-grid .ant-list-item {
  margin-bottom: 0;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightTop-2XhYY .src-assets-style-oaSupervise--index-affairTitle-shWaQ .ant-carousel .slick-dots {
  bottom: 0.35rem;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightTop-2XhYY .src-assets-style-oaSupervise--index-affairTitle-shWaQ .ant-carousel .slick-slider {
  position: static;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightTop-2XhYY .src-assets-style-oaSupervise--index-affairTitle-shWaQ .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-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightTop-2XhYY .src-assets-style-oaSupervise--index-affairTitle-shWaQ .ant-carousel .slick-dots li button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #b8c4cc;*/
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightTop-2XhYY .src-assets-style-oaSupervise--index-affairTitle-shWaQ .src-assets-style-oaSupervise--index-noDataIcon-3RCM1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightTop-2XhYY .src-assets-style-oaSupervise--index-affairTitle-shWaQ .src-assets-style-oaSupervise--index-fontBlack-1UNcf {
  font-size: 0.18rem;
  font-weight: bold;
  color: #474747;
  line-height: 0.21rem;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightTop-2XhYY .src-assets-style-oaSupervise--index-affairTitle-shWaQ .src-assets-style-oaSupervise--index-serviceCollectDivRelative-tJMw9 {
  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-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightTop-2XhYY .src-assets-style-oaSupervise--index-affairTitle-shWaQ .src-assets-style-oaSupervise--index-serviceCollectDivRelative-tJMw9 .src-assets-style-oaSupervise--index-radiusDiv-3waek {
  /*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-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightTop-2XhYY .src-assets-style-oaSupervise--index-affairTitle-shWaQ .src-assets-style-oaSupervise--index-serviceCollectDivRelative-tJMw9 .src-assets-style-oaSupervise--index-radiusDiv-3waek .src-assets-style-oaSupervise--index-imageRadius-3QTVw {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightTop-2XhYY .src-assets-style-oaSupervise--index-affairTitle-shWaQ .src-assets-style-oaSupervise--index-serviceCollectDivRelative-tJMw9 .ant-card-body {
  padding: 0.11rem 0.07rem 0.18rem 0.09rem;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightTop-2XhYY .src-assets-style-oaSupervise--index-affairTitle-shWaQ .src-assets-style-oaSupervise--index-serviceCollectDivRelative-tJMw9 .ant-card-bordered {
  border: none;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightTop-2XhYY .src-assets-style-oaSupervise--index-affairTitle-shWaQ .src-assets-style-oaSupervise--index-serviceCollectDivRelative-tJMw9 .src-assets-style-oaSupervise--index-textCenter-2EIgE {
  text-align: center;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-right-3cEsK .src-assets-style-oaSupervise--index-rightBottom-kjtE7 {
  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-1hhdR {
  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-3Ze92 {
  background: #fff;
}
.src-assets-style-oaSupervise--index-optBackground-3Ze92 a {
  color: #000;
}
.src-assets-style-oaSupervise--index-optBackground-3Ze92 a:hover {
  color: #fff;
}
.src-assets-style-oaSupervise--index-optName-1TSNH {
  width: 100%;
  height: 100%;
}
.src-assets-style-oaSupervise--index-optImg-3Msjm {
  margin-right: 0.1rem;
  width: 0.22rem;
  height: 0.22rem;
}
.src-assets-style-oaSupervise--index-dropdownBox-cMjkK .ant-select-dropdown-menu-item:hover {
  background: #e6f7ff;
}
.src-assets-style-oaSupervise--index-dropdownBox-cMjkK .ant-select-dropdown-menu-item:hover a {
  color: #397EF0;
}
.src-assets-style-oaSupervise--index-dropdownBox-cMjkK .ant-select-dropdown-menu {
  overflow: hidden;
  max-height: none;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .ant-select .ant-select-selection {
  border: 1px solid rgba(0, 0, 0, 0);
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-screenBtn-3rYh- {
  cursor: pointer;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-screenBtn-3rYh- .ant-btn {
  border: none;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-searchBox-3alMs {
  width: 5.5rem;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-searchBox-3alMs input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-sceneNav-ZeINx {
  display: inline-block;
  position: absolute;
  margin-left: 0.55rem;
  height: 0.24rem;
  margin-top: 0.06rem;
  cursor: pointer;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-sceneNav-ZeINx span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: top;
  margin-top: 1px;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-sceneNav-ZeINx .src-assets-style-oaSupervise--index-sceneIcon-2Q8hZ {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-searchList-Zl6wc {
  line-height: 2;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-searchList-Zl6wc .ant-tag-checkable-checked {
  border-radius: 12px;
  color: var(--themeColor);
  background: var(--themeColorBg);
  border-color: var(--themeColor1);
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-searchList-Zl6wc .ant-tag {
  cursor: pointer;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-searchList-Zl6wc .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-searchList-Zl6wc .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: var(--themeColor);
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-searchList-Zl6wc .src-assets-style-oaSupervise--index-item-3YAGP {
  width: calc(100% - 0.42rem);
  display: inline-block;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-searchList-Zl6wc .src-assets-style-oaSupervise--index-all-2KjhN {
  display: inline-block;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-searchList-Zl6wc .src-assets-style-oaSupervise--index-all-2KjhN .ant-tag {
  cursor: pointer;
  border-radius: 12px;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-searchList-Zl6wc .src-assets-style-oaSupervise--index-searchTitle-315ih {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-searchList-Zl6wc span {
  color: #808080;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-searchList-Zl6wc .src-assets-style-oaSupervise--index-hideItem-2dIUL {
  display: inline-block;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-searchList-Zl6wc .src-assets-style-oaSupervise--index-rightBtn-3GJ9a {
  float: right;
  cursor: pointer;
  margin-top: 0.09rem;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-searchList-Zl6wc .ant-btn {
  border: none;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .theme-blue .ant-btn:hover,
.src-assets-style-oaSupervise--index-searchContent-17lcD .theme-blue .ant-btn:focus {
  color: #808080;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .ant-input-prefix {
  color: #cdcdcd;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaSupervise--index-searchContent-17lcD .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaSupervise--index-cardFrame-2ORNa .src-assets-style-oaSupervise--index-cardItem-1Yc9l: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-2ORNa .src-assets-style-oaSupervise--index-cardItem-1Yc9l:hover button {
  display: block;
  position: absolute;
  right: 0.16rem;
  top: 0.17rem;
  z-index: 2;
  /* opacity: 0.65;*/
}
.src-assets-style-oaSupervise--index-cardFrame-2ORNa .src-assets-style-oaSupervise--index-cardItem-1Yc9l:hover button:hover {
  opacity: 1;
}
.src-assets-style-oaSupervise--index-cardFrame-2ORNa button {
  display: none;
}
.src-assets-style-oaSupervise--index-cardFrame-2ORNa .src-assets-style-oaSupervise--index-saveIco-11FI8 {
  width: 0.48rem;
  height: 0.48rem;
}
.src-assets-style-oaSupervise--index-cardFrame-2ORNa .src-assets-style-oaSupervise--index-iconTj-5pHRL {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: 1px;
  left: 0.06rem;
}
.src-assets-style-oaSupervise--index-cardFrame-2ORNa .src-assets-style-oaSupervise--index-tag-2c1Dp {
  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-2ORNa .src-assets-style-oaSupervise--index-tag-2c1Dp .src-assets-style-oaSupervise--index-fontBlack-1UNcf {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaSupervise--index-cardFrame-2ORNa .src-assets-style-oaSupervise--index-comment-1Sy9L {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaSupervise--index-cardFrame-2ORNa .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaSupervise--index-cardFrame-2ORNa .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0px;
}
.src-assets-style-oaSupervise--index-cardFrame-2ORNa .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaSupervise--index-cardFrame-2ORNa .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaSupervise--index-cardFrame-2ORNa .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaSupervise--index-cardFrame-2ORNa .ant-list-item-meta-description {
  line-height: 0.25rem;
}
.src-assets-style-oaSupervise--index-cardFrame-2ORNa .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaSupervise--index-cardFrame-2ORNa a {
  color: #474747;
}
.src-assets-style-oaSupervise--index-cardFrame-2ORNa a:hover {
  /*color: #1890ff;*/
  text-decoration: underline;
}
.src-assets-style-oaSupervise--index-jian-WgUpu {
  display: inline-flex;
  height: 0.31rem;
}
.src-assets-style-oaSupervise--index-flex-2N_k- {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-applyContentTop-2YSBr {
  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-2N_k- .src-assets-style-oaSupervise--index-applyContentTop-2YSBr .ant-list-item-main {
  display: inline-block;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-applyContentTop-2YSBr .ant-list-item-extra {
  float: right;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-applyContentTop-2YSBr .src-assets-style-oaSupervise--index-comment-1Sy9L {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-applyContentTop-2YSBr .src-assets-style-oaSupervise--index-saveIco-11FI8 {
  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-2N_k- .src-assets-style-oaSupervise--index-applyContentTop-2YSBr .src-assets-style-oaSupervise--index-iconTj-5pHRL {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: -0.02rem;
  left: 0.06rem;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-applyContentTop-2YSBr .src-assets-style-oaSupervise--index-tag-2c1Dp {
  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-2N_k- .src-assets-style-oaSupervise--index-applyContentTop-2YSBr .src-assets-style-oaSupervise--index-tag-2c1Dp .src-assets-style-oaSupervise--index-fontBlack-1UNcf {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-applyContentTop-2YSBr .src-assets-style-oaSupervise--index-grade-bRuJ0 {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  color: #808080;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-applyContentTop-2YSBr .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-applyContentTop-2YSBr .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0.03rem;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-applyContentTop-2YSBr .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-applyContentTop-2YSBr .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-applyContentTop-2YSBr .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-applyContentTop-2YSBr .ant-list-item-meta-description {
  line-height: 2;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-applyContentTop-2YSBr .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-applyContentTop-2YSBr .ant-card-bordered {
  border: none;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-applyContentTop-2YSBr .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-applyContentTop-2YSBr .ant-col-12 {
  width: 100%;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-applyContentTop-2YSBr .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-2N_k- .src-assets-style-oaSupervise--index-applyContentTop-2YSBr .ant-card-wider-padding .ant-card-body {
  padding: 0.24rem 0px 0.15rem 0.24rem;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-applyContentTopTitle-Kz2rH a {
  color: #474747;
  font-weight: bold;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-contenBottom-2iGo7 {
  display: table;
  margin-top: 0.28rem;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-contenBottom-2iGo7 .src-assets-style-oaSupervise--index-userGuide-1cAMt {
  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-2N_k- .src-assets-style-oaSupervise--index-contenBottom-2iGo7 .src-assets-style-oaSupervise--index-userGuide-1cAMt .src-assets-style-oaSupervise--index-rightAnchor-A3i_b {
  position: absolute;
  right: 0.35rem;
  top: 0.3rem;
  z-index: 999;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-contenBottom-2iGo7 .src-assets-style-oaSupervise--index-userGuide-1cAMt .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-contenBottom-2iGo7 .src-assets-style-oaSupervise--index-userGuide-1cAMt .ant-card-bordered {
  border: none;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-contenBottom-2iGo7 .src-assets-style-oaSupervise--index-userGuide-1cAMt .ant-card-head {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-contenBottom-2iGo7 .src-assets-style-oaSupervise--index-userGuide-1cAMt .ant-card-head-title {
  font-weight: bold;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-contenBottom-2iGo7 .src-assets-style-oaSupervise--index-userGuide-1cAMt .ant-list-split .ant-list-item {
  border-bottom: none;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-contenBottom-2iGo7 .src-assets-style-oaSupervise--index-userGuide-1cAMt .ant-list-split .ant-list-header {
  border-bottom: none;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-contenBottom-2iGo7 .src-assets-style-oaSupervise--index-userGuide-1cAMt .ant-list-item {
  padding: 0;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-contenBottom-2iGo7 .src-assets-style-oaSupervise--index-userGuide-1cAMt .ant-list-header,
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-contenBottom-2iGo7 .src-assets-style-oaSupervise--index-userGuide-1cAMt .ant-list-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-contenBottom-2iGo7 .src-assets-style-oaSupervise--index-userGuide-1cAMt .ant-anchor-ink-ball {
  width: 0.14rem;
  height: 0.14rem;
  border: 4px solid #1890ff;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-contenBottom-2iGo7 .src-assets-style-oaSupervise--index-userGuide-1cAMt .ant-anchor-wrapper {
  padding-left: 0.1rem;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-userEvaluation-37pXk {
  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-2N_k- .src-assets-style-oaSupervise--index-userEvaluation-37pXk .src-assets-style-oaSupervise--index-title-2Otkn {
  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-2N_k- .src-assets-style-oaSupervise--index-userEvaluation-37pXk .src-assets-style-oaSupervise--index-evaluationDetails-iaxJ8 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-userEvaluation-37pXk .src-assets-style-oaSupervise--index-evaluationDetails-iaxJ8 .src-assets-style-oaSupervise--index-describe-22xdU {
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-userEvaluation-37pXk .src-assets-style-oaSupervise--index-evaluationDetails-iaxJ8 .src-assets-style-oaSupervise--index-userName-1IsPk {
  float: left;
  color: #010101;
}
.src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-userEvaluation-37pXk .src-assets-style-oaSupervise--index-evaluationDetails-iaxJ8 .src-assets-style-oaSupervise--index-time-2JdqE {
  float: right;
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaSupervise--index-nullData-1ABVx {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-oaSupervise--index-nullData-1ABVx .src-assets-style-oaSupervise--index-message-m6s-N {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-oaSupervise--index-limitedTime-NPjzb {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.45rem;
  width: 0.5rem;
}
.src-assets-style-oaSupervise--index-limitedTime-NPjzb .src-assets-style-oaSupervise--index-backBorder-2CJ7k {
  border-top: solid 40px #ff9900;
  border-right: solid 50px rgba(0, 0, 0, 0);
}
.src-assets-style-oaSupervise--index-limitedTime-NPjzb .src-assets-style-oaSupervise--index-inner-3GbEq {
  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-12SJI {
  position: absolute;
  top: 0px;
  left: -0.07rem;
  width: 0.5rem;
  height: 0.45rem;
}
.src-assets-style-oaSupervise--index-limitedTimeLeft-12SJI .src-assets-style-oaSupervise--index-backBorder-2CJ7k {
  border-top: solid 50px #ff9900;
  border-right: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-oaSupervise--index-limitedTimeLeft-12SJI .src-assets-style-oaSupervise--index-inner-3GbEq {
  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-1WEmV {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaSupervise--index-pagingMargin1-1x3F5 {
  margin-left: 0.2rem;
}
.src-assets-style-oaSupervise--index-pagingMargin2-2ezLQ {
  margin-left: 0.5rem;
}
.src-assets-style-oaSupervise--index-pagingLeft-3wgxl {
  display: inline-block;
  width: 60%;
}
.src-assets-style-oaSupervise--index-pagingRight-2oOpy {
  display: inline-block;
  text-align: right;
  padding-right: 0.1rem;
  width: 40%;
}
.src-assets-style-oaSupervise--index-pageingButton-39oFE {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-oaSupervise--index-pageingNotAllowed-2AtaX {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-oaSupervise--index-itemButton-2pEtE {
  margin-right: 0.1rem;
}
.src-assets-style-oaSupervise--index-itemButton-2pEtE .src-assets-style-oaSupervise--index-img-rTOnG {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-oaSupervise--index-itemButton-2pEtE i {
  margin-right: 0.05rem;
}
.src-assets-style-oaSupervise--index-breadcrumb-1HC8M {
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-oaSupervise--index-breadcrumbItem-2WE__ {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-oaSupervise--index-card-pWNmE {
  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-hGy-5 {
  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-hGy-5 .ant-btn {
  margin-top: 0.1rem;
}
.src-assets-style-oaSupervise--index-affairsCard_linkTitle-3G_Bm {
  float: left;
  margin-right: 0.04rem;
}
.src-assets-style-oaSupervise--index-starStyle-cw6eC {
  font-size: 0.18rem;
}
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaSupervise--index-cardFrame-2ORNa .src-assets-style-oaSupervise--index-cardItem-1Yc9l:hover button {
  background-color: #70b470;
  border-color: #70b470;
}
.theme-green .src-assets-style-oaSupervise--index-cardFrame-2ORNa .src-assets-style-oaSupervise--index-cardItem-1Yc9l:hover button:hover {
  background-color: #00a854;
  border-color: #00a854;
}
/**************************** 绿色主题开始 ***************************/
/**************************** 红色主题开始 ***************************/
.theme-red .src-assets-style-oaSupervise--index-selectColor-H1Rpz {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise--index-footerStyle-1WEmV {
  background-color: #fffafb;
}
.theme-red .src-assets-style-oaSupervise--index-pageingButton-39oFE {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise--index-cardFrame-2ORNa .src-assets-style-oaSupervise--index-cardItem-1Yc9l:hover button {
  background-color: #F63E62;
  border-color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise--index-cardFrame-2ORNa .src-assets-style-oaSupervise--index-cardItem-1Yc9l:hover button:hover {
  background-color: #9A001E;
  border-color: #9A001E;
}
.theme-red .src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-searchList-Zl6wc .ant-tag-checkable-checked {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-searchList-Zl6wc .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise--index-pagination-3l-iu {
  box-shadow: 0px 0px 0.1rem 0px rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaSupervise--index-pagination-3l-iu .src-assets-style-oaSupervise--index-affairTotal-3CNxO .src-assets-style-oaSupervise--index-fontBlue-1EOEz {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise--index-activeLetter-1Sq5P {
  background: #F63E62;
}
.theme-red .src-assets-style-oaSupervise--index-letter-2gR7t:hover {
  background: #F63E62;
}
.theme-red .src-assets-style-oaSupervise--index-radiusDiv-3waek {
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaSupervise--index-radiusDiv-3waek:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-oaSupervise--index-affairTitle-shWaQ .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
.theme-red .src-assets-style-oaSupervise--index-affairTitle-shWaQ .ant-carousel .slick-dots li button {
  background: rgba(255, 0, 0, 0.5);
}
.theme-red .src-assets-style-oaSupervise--index-cardFrame-2ORNa a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise--index-dropdownBox-cMjkK .ant-select-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-oaSupervise--index-dropdownBox-cMjkK .ant-select-dropdown-menu-item:hover a {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise--index-sceneNav-ZeINx span {
  color: #9A001E;
}
.theme-red .src-assets-style-oaSupervise--index-sceneNav-ZeINx .src-assets-style-oaSupervise--index-sceneIcon-2Q8hZ {
  background: url(../../assets/images/mapIcon_red.png) no-repeat center;
  background-size: cover;
}
.theme-red .src-assets-style-oaSupervise--index-receiptDiv-2i1FM {
  background: #9A001E;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-assets-style-oaSupervise--index-selectColor-H1Rpz {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise--index-footerStyle-1WEmV {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-oaSupervise--index-pageingButton-39oFE {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise--index-cardFrame-2ORNa .src-assets-style-oaSupervise--index-cardItem-1Yc9l:hover button {
  background-color: #71b8ef;
  border-color: #71b8ef;
}
.theme-blue .src-assets-style-oaSupervise--index-cardFrame-2ORNa .src-assets-style-oaSupervise--index-cardItem-1Yc9l:hover button:hover {
  background-color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-searchList-Zl6wc .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #a2ceff;
}
.theme-blue .src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-searchList-Zl6wc .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise--index-pagination-3l-iu {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaSupervise--index-pagination-3l-iu .src-assets-style-oaSupervise--index-affairTotal-3CNxO .src-assets-style-oaSupervise--index-fontBlue-1EOEz {
  color: #1890ff;
}
.theme-blue .src-assets-style-oaSupervise--index-activeLetter-1Sq5P {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise--index-letter-2gR7t:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise--index-radiusDiv-3waek {
  border: 1px solid rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaSupervise--index-radiusDiv-3waek:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-oaSupervise--index-affairTitle-shWaQ .ant-carousel .slick-dots li.slick-active button {
  background: #1890ff;
}
.theme-blue .src-assets-style-oaSupervise--index-affairTitle-shWaQ .ant-carousel .slick-dots li button {
  background: rgba(35, 145, 230, 0.7);
}
.theme-blue .src-assets-style-oaSupervise--index-cardFrame-2ORNa a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise--index-sceneNav-ZeINx span {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise--index-sceneNav-ZeINx .src-assets-style-oaSupervise--index-sceneIcon-2Q8hZ {
  background: url(../../assets/images/mapIcon_blue.png) no-repeat center;
  background-size: cover;
}
.theme-blue .src-assets-style-oaSupervise--index-receiptDiv-2i1FM {
  background: #397EF0;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-searchList-Zl6wc .ant-tag-checkable-checked {
  color: #1C9750;
  background: #E6FFF1;
  border-color: #1C9750;
}
.theme-green .src-assets-style-oaSupervise--index-searchContent-17lcD .src-assets-style-oaSupervise--index-searchList-Zl6wc .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1C9750;
}
.theme-green .src-assets-style-oaSupervise--index-pagination-3l-iu {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-oaSupervise--index-pagination-3l-iu .src-assets-style-oaSupervise--index-affairTotal-3CNxO .src-assets-style-oaSupervise--index-fontBlue-1EOEz {
  color: #1C9750;
}
.theme-green .src-assets-style-oaSupervise--index-activeLetter-1Sq5P {
  background: #1C9750;
}
.theme-green .src-assets-style-oaSupervise--index-letter-2gR7t:hover {
  background: #1C9750;
}
.theme-green .src-assets-style-oaSupervise--index-radiusDiv-3waek:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(68, 126, 98, 0.35);
}
.theme-green .src-assets-style-oaSupervise--index-radiusDiv-3waek {
  border: 1px solid rgba(87, 177, 134, 0.1);
}
.theme-green .src-assets-style-oaSupervise--index-affairTitle-shWaQ .ant-carousel .slick-dots li.slick-active button {
  background: #1C9750;
}
.theme-green .src-assets-style-oaSupervise--index-affairTitle-shWaQ .ant-carousel .slick-dots li button {
  background: rgba(10, 150, 50, 0.7);
}
.theme-green .src-assets-style-oaSupervise--index-cardFrame-2ORNa a:hover {
  color: #00a854;
}
.theme-green .src-assets-style-oaSupervise--index-dropdownBox-cMjkK .ant-select-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.theme-green .src-assets-style-oaSupervise--index-dropdownBox-cMjkK .ant-select-dropdown-menu-item:hover a {
  color: #00a854;
}
.theme-green .src-assets-style-oaSupervise--index-sceneNav-ZeINx span {
  color: #005825;
}
.theme-green .src-assets-style-oaSupervise--index-sceneNav-ZeINx .src-assets-style-oaSupervise--index-sceneIcon-2Q8hZ {
  background: url(../../assets/images/mapIcon_green.png) no-repeat center;
  background-size: cover;
}
.theme-green .src-assets-style-oaSupervise--index-receiptDiv-2i1FM {
  background: #005825;
}
/**************************** 绿色主题结束 **************************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-left-23WNy {
    border-radius: 6px;
    width: 100%;
  }
  .font-normal .src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-left-23WNy .src-assets-style-oaSupervise--index-leftBody-WZRFd .src-assets-style-oaSupervise--index-leftService-3spNA {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-left-23WNy {
    width: 100%;
  }
  .font-normal .src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-left-23WNy .src-assets-style-oaSupervise--index-leftBody-WZRFd .src-assets-style-oaSupervise--index-leftService-3spNA {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-leftContent-1FPEo {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-leftContent-1FPEo {
    width: 100%;
  }
}
@media (max-height: 830px) {
  .font-normal .src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-leftContent-1FPEo .src-assets-style-oaSupervise--index-AllLetter-gtLEZ {
    bottom: 4.85rem;
  }
}
@media (min-height: 831px) {
  .font-normal .src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-leftContent-1FPEo .src-assets-style-oaSupervise--index-AllLetter-gtLEZ {
    top: 3.26rem;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-left-23WNy {
    border-radius: 6px;
    width: 100%;
  }
  .font-large .src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-left-23WNy .src-assets-style-oaSupervise--index-leftBody-WZRFd .src-assets-style-oaSupervise--index-leftService-3spNA {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-left-23WNy {
    width: 100%;
  }
  .font-large .src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-left-23WNy .src-assets-style-oaSupervise--index-leftBody-WZRFd .src-assets-style-oaSupervise--index-leftService-3spNA {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-leftContent-1FPEo {
    width: 100%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-leftContent-1FPEo {
    width: 100%;
  }
}
@media (max-height: 913px) {
  .font-large .src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-leftContent-1FPEo .src-assets-style-oaSupervise--index-AllLetter-gtLEZ {
    bottom: 4.85rem;
  }
}
@media (min-height: 914.1px) {
  .font-large .src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-leftContent-1FPEo .src-assets-style-oaSupervise--index-AllLetter-gtLEZ {
    top: 3.26rem;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-left-23WNy {
    border-radius: 6px;
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-left-23WNy .src-assets-style-oaSupervise--index-leftBody-WZRFd .src-assets-style-oaSupervise--index-leftService-3spNA {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-left-23WNy {
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-left-23WNy .src-assets-style-oaSupervise--index-leftBody-WZRFd .src-assets-style-oaSupervise--index-leftService-3spNA {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-leftContent-1FPEo {
    width: 100%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-leftContent-1FPEo {
    width: 100%;
  }
}
@media (max-height: 1037.5px) {
  .font-extraLarge .src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-leftContent-1FPEo .src-assets-style-oaSupervise--index-AllLetter-gtLEZ {
    bottom: 4.85rem;
  }
}
@media (min-height: 1038.75px) {
  .font-extraLarge .src-assets-style-oaSupervise--index-flex-2N_k- .src-assets-style-oaSupervise--index-leftContent-1FPEo .src-assets-style-oaSupervise--index-AllLetter-gtLEZ {
    top: 3.26rem;
  }
}
@media (min-width: 1600px) {
  .font-extraLarge .src-assets-style-oaSupervise--index-flex-2N_k- .ant-col-xxl-8 {
    width: 50%;
  }
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
/*************** 共用样式***************/
.src-assets-style-oaInnerEmail--index-conditionStyle-2INBx {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-oaInnerEmail--index-dropdownBoxDisplayNone-34OIp {
  display: none;
}
.src-assets-style-oaInnerEmail--index-selectColor-3Hyi3 {
  color: var(--themeColor);
}
.src-assets-style-oaInnerEmail--index-toolTip-gQ0RU .ant-tooltip-content .ant-tooltip-inner {
  width: 7.6rem !important;
}
.src-assets-style-oaInnerEmail--index-toolTip2-1x5bA .ant-tooltip-content .ant-tooltip-inner {
  width: 5.1rem !important;
}
.src-assets-style-oaInnerEmail--index-main-content-28Nhb {
  min-height: 14.8rem !important;
}
.src-assets-style-oaInnerEmail--index-bodyFixed-1WFgZ {
  position: fixed;
  width: 100%;
}
.src-assets-style-oaInnerEmail--index-overflow-y9sS_ {
  overflow: hidden;
}
.src-assets-style-oaInnerEmail--index-fontGray-1oAl7 {
  color: #adadad;
}
.src-assets-style-oaInnerEmail--index-fontLightBlack-FjiQd {
  color: #808080;
}
.src-assets-style-oaInnerEmail--index-fontLine-p0-_G {
  color: #adadad;
  margin-left: 0.06rem;
}
.src-assets-style-oaInnerEmail--index-mgt12-23kr6 {
  margin-top: 0.12rem;
}
.src-assets-style-oaInnerEmail--index-textCenter-1s72E {
  text-align: center;
  color: #808080;
  cursor: pointer;
}
.src-assets-style-oaInnerEmail--index-pdr5-13OWy {
  padding-right: 0.05rem;
}
.src-assets-style-oaInnerEmail--index-fontSc-1i11d {
  padding-right: 0.05rem;
  text-align: center;
  font-size: 0.28rem;
  color: #595959;
}
.src-assets-style-oaInnerEmail--index-lineHeight-3fbC4 {
  line-height: 0.4rem;
  /*margin-left: -450px;*/
  width: 4rem;
}
/* 服务入口页面布局样式 */
.src-assets-style-oaInnerEmail--index-flex-1LInL {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-contentMain-1OKYE img {
  max-width: 100%;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-contentMain-1OKYE .ant-card-bordered {
  width: calc(100% - 2.28rem);
  display: inline-block;
  max-width: 100%;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-contentMain-1OKYE .ant-card-bordered .ant-card-body p {
  padding: 0px 0.32rem;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-contentMain-1OKYE .ant-card-bordered .ant-card-body img {
  max-width: 100%;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-limitLength-1jnR2,
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-limitSplit-1DmSZ {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-limitLength-1jnR2 {
  width: 0.95rem;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-limitSplit-1DmSZ {
  width: 0.2rem;
  text-align: center;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh {
  width: 3.87rem;
  overflow: hidden;
  float: right;
  margin-top: 0.25rem;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightTop-3Y69u:hover {
  cursor: pointer;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightTop-3Y69u:hover .src-assets-style-oaInnerEmail--index-rightAffairsBox-11uwp .anticon {
  display: inline-block;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightTop-3Y69u {
  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-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightTop-3Y69u .src-assets-style-oaInnerEmail--index-rightAffairsBox-11uwp .anticon {
  display: none;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightTop-3Y69u .src-assets-style-oaInnerEmail--index-iconLeft-3E5uI {
  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-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightTop-3Y69u .src-assets-style-oaInnerEmail--index-iconLeft-3E5uI:hover {
  color: #AAAAAA;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightTop-3Y69u .src-assets-style-oaInnerEmail--index-iconRight-z-87P {
  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-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightTop-3Y69u .src-assets-style-oaInnerEmail--index-iconRight-z-87P:hover {
  color: #AAAAAA;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightTop-3Y69u .ant-card {
  position: static;
  color: #666666;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightTop-3Y69u .src-assets-style-oaInnerEmail--index-affairTitle-1W0ZQ .ant-card-body {
  padding: 0px;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightTop-3Y69u .src-assets-style-oaInnerEmail--index-affairTitle-1W0ZQ .ant-card-head {
  border-bottom: none;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightTop-3Y69u .src-assets-style-oaInnerEmail--index-affairTitle-1W0ZQ .ant-list-grid .ant-list-item {
  margin-bottom: 0;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightTop-3Y69u .src-assets-style-oaInnerEmail--index-affairTitle-1W0ZQ .ant-carousel .slick-dots {
  bottom: 0.35rem;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightTop-3Y69u .src-assets-style-oaInnerEmail--index-affairTitle-1W0ZQ .ant-carousel .slick-slider {
  position: static;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightTop-3Y69u .src-assets-style-oaInnerEmail--index-affairTitle-1W0ZQ .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-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightTop-3Y69u .src-assets-style-oaInnerEmail--index-affairTitle-1W0ZQ .ant-carousel .slick-dots li button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #b8c4cc;*/
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightTop-3Y69u .src-assets-style-oaInnerEmail--index-affairTitle-1W0ZQ .src-assets-style-oaInnerEmail--index-noDataIcon-POnEX {
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightTop-3Y69u .src-assets-style-oaInnerEmail--index-affairTitle-1W0ZQ .src-assets-style-oaInnerEmail--index-fontBlack-2qRDi {
  font-size: 0.18rem;
  font-weight: bold;
  color: #474747;
  line-height: 0.21rem;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightTop-3Y69u .src-assets-style-oaInnerEmail--index-affairTitle-1W0ZQ .src-assets-style-oaInnerEmail--index-serviceCollectDivRelative-1IWVK {
  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-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightTop-3Y69u .src-assets-style-oaInnerEmail--index-affairTitle-1W0ZQ .src-assets-style-oaInnerEmail--index-serviceCollectDivRelative-1IWVK .src-assets-style-oaInnerEmail--index-radiusDiv-oJ77g {
  /*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-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightTop-3Y69u .src-assets-style-oaInnerEmail--index-affairTitle-1W0ZQ .src-assets-style-oaInnerEmail--index-serviceCollectDivRelative-1IWVK .src-assets-style-oaInnerEmail--index-radiusDiv-oJ77g .src-assets-style-oaInnerEmail--index-imageRadius-3Wtqb {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightTop-3Y69u .src-assets-style-oaInnerEmail--index-affairTitle-1W0ZQ .src-assets-style-oaInnerEmail--index-serviceCollectDivRelative-1IWVK .ant-card-body {
  padding: 0.11rem 0.07rem 0.18rem 0.09rem;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightTop-3Y69u .src-assets-style-oaInnerEmail--index-affairTitle-1W0ZQ .src-assets-style-oaInnerEmail--index-serviceCollectDivRelative-1IWVK .ant-card-bordered {
  border: none;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightTop-3Y69u .src-assets-style-oaInnerEmail--index-affairTitle-1W0ZQ .src-assets-style-oaInnerEmail--index-serviceCollectDivRelative-1IWVK .src-assets-style-oaInnerEmail--index-textCenter-1s72E {
  text-align: center;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-right-3hhZh .src-assets-style-oaInnerEmail--index-rightBottom-2vrGM {
  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-JjSRg {
  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-24qWv {
  background: #fff;
}
.src-assets-style-oaInnerEmail--index-optBackground-24qWv a {
  color: #000;
}
.src-assets-style-oaInnerEmail--index-optBackground-24qWv a:hover {
  color: #fff;
}
.src-assets-style-oaInnerEmail--index-optName-_ZK2v {
  width: 100%;
  height: 100%;
}
.src-assets-style-oaInnerEmail--index-optImg-3rCk- {
  margin-right: 0.1rem;
  width: 0.22rem;
  height: 0.22rem;
}
.src-assets-style-oaInnerEmail--index-dropdownBox-2JrWc .ant-select-dropdown-menu-item:hover {
  background: #e6f7ff;
}
.src-assets-style-oaInnerEmail--index-dropdownBox-2JrWc .ant-select-dropdown-menu-item:hover a {
  color: #397EF0;
}
.src-assets-style-oaInnerEmail--index-dropdownBox-2JrWc .ant-select-dropdown-menu {
  overflow: hidden;
  max-height: none;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .ant-select .ant-select-selection {
  border: 1px solid rgba(0, 0, 0, 0);
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-screenBtn-1dLFW {
  cursor: pointer;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-screenBtn-1dLFW .ant-btn {
  border: none;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-searchBox-2s6mc {
  width: 5.5rem;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-searchBox-2s6mc input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-sceneNav-eh_J4 {
  display: inline-block;
  position: absolute;
  margin-left: 0.55rem;
  height: 0.24rem;
  margin-top: 0.06rem;
  cursor: pointer;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-sceneNav-eh_J4 span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: top;
  margin-top: 1px;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-sceneNav-eh_J4 .src-assets-style-oaInnerEmail--index-sceneIcon-wzhKv {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-searchList-2q4hH {
  line-height: 2;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-searchList-2q4hH .ant-tag-checkable-checked {
  border-radius: 12px;
  color: var(--themeColor);
  background: var(--themeColorBg);
  border-color: var(--themeColor1);
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-searchList-2q4hH .ant-tag {
  cursor: pointer;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-searchList-2q4hH .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-searchList-2q4hH .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: var(--themeColor);
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-searchList-2q4hH .src-assets-style-oaInnerEmail--index-item-3okYo {
  width: calc(100% - 0.42rem);
  display: inline-block;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-searchList-2q4hH .src-assets-style-oaInnerEmail--index-all-3Qbty {
  display: inline-block;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-searchList-2q4hH .src-assets-style-oaInnerEmail--index-all-3Qbty .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-searchList-2q4hH .src-assets-style-oaInnerEmail--index-searchTitle-34063 {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-searchList-2q4hH span {
  color: #808080;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-searchList-2q4hH .src-assets-style-oaInnerEmail--index-hideItem-2bXoX {
  display: inline-block;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-searchList-2q4hH .src-assets-style-oaInnerEmail--index-rightBtn-1T3SW {
  float: right;
  cursor: pointer;
  margin-top: 0.09rem;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-searchList-2q4hH .ant-btn {
  border: none;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .theme-blue .ant-btn:hover,
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .theme-blue .ant-btn:focus {
  color: #808080;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .ant-input-prefix {
  color: #cdcdcd;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl .src-assets-style-oaInnerEmail--index-cardItem-1fgTK: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-Y9YJl .src-assets-style-oaInnerEmail--index-cardItem-1fgTK:hover button {
  display: block;
  position: absolute;
  right: 0.16rem;
  top: 0.17rem;
  z-index: 2;
  /* opacity: 0.65;*/
}
.src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl .src-assets-style-oaInnerEmail--index-cardItem-1fgTK:hover button:hover {
  opacity: 1;
}
.src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl button {
  display: none;
}
.src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl .src-assets-style-oaInnerEmail--index-saveIco-1py6q {
  width: 0.48rem;
  height: 0.48rem;
}
.src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl .src-assets-style-oaInnerEmail--index-iconTj-2BsIF {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: 1px;
  left: 0.06rem;
}
.src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl .src-assets-style-oaInnerEmail--index-tag-3rppg {
  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-Y9YJl .src-assets-style-oaInnerEmail--index-tag-3rppg .src-assets-style-oaInnerEmail--index-fontBlack-2qRDi {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl .src-assets-style-oaInnerEmail--index-comment-1nvS8 {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0px;
}
.src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl .ant-list-item-meta-description {
  line-height: 0.25rem;
}
.src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl a {
  color: #474747;
}
.src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl a:hover {
  /*color: #1890ff;*/
  text-decoration: underline;
}
.src-assets-style-oaInnerEmail--index-jian-2cQ_B {
  display: inline-flex;
  height: 0.31rem;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-applyContentTop-3sQeB {
  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-1LInL .src-assets-style-oaInnerEmail--index-applyContentTop-3sQeB .ant-list-item-main {
  display: inline-block;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-applyContentTop-3sQeB .ant-list-item-extra {
  float: right;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-applyContentTop-3sQeB .src-assets-style-oaInnerEmail--index-comment-1nvS8 {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-applyContentTop-3sQeB .src-assets-style-oaInnerEmail--index-saveIco-1py6q {
  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-1LInL .src-assets-style-oaInnerEmail--index-applyContentTop-3sQeB .src-assets-style-oaInnerEmail--index-iconTj-2BsIF {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: -0.02rem;
  left: 0.06rem;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-applyContentTop-3sQeB .src-assets-style-oaInnerEmail--index-tag-3rppg {
  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-1LInL .src-assets-style-oaInnerEmail--index-applyContentTop-3sQeB .src-assets-style-oaInnerEmail--index-tag-3rppg .src-assets-style-oaInnerEmail--index-fontBlack-2qRDi {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-applyContentTop-3sQeB .src-assets-style-oaInnerEmail--index-grade-2kuII {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  color: #808080;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-applyContentTop-3sQeB .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-applyContentTop-3sQeB .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0.03rem;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-applyContentTop-3sQeB .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-applyContentTop-3sQeB .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-applyContentTop-3sQeB .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-applyContentTop-3sQeB .ant-list-item-meta-description {
  line-height: 2;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-applyContentTop-3sQeB .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-applyContentTop-3sQeB .ant-card-bordered {
  border: none;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-applyContentTop-3sQeB .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-applyContentTop-3sQeB .ant-col-12 {
  width: 100%;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-applyContentTop-3sQeB .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-1LInL .src-assets-style-oaInnerEmail--index-applyContentTop-3sQeB .ant-card-wider-padding .ant-card-body {
  padding: 0.24rem 0px 0.15rem 0.24rem;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-applyContentTopTitle-rf5lb a {
  color: #474747;
  font-weight: bold;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-contenBottom-3dhHO {
  display: table;
  margin-top: 0.28rem;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-contenBottom-3dhHO .src-assets-style-oaInnerEmail--index-userGuide-1YC64 {
  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-1LInL .src-assets-style-oaInnerEmail--index-contenBottom-3dhHO .src-assets-style-oaInnerEmail--index-userGuide-1YC64 .src-assets-style-oaInnerEmail--index-rightAnchor-27NwI {
  position: absolute;
  right: 0.35rem;
  top: 0.3rem;
  z-index: 999;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-contenBottom-3dhHO .src-assets-style-oaInnerEmail--index-userGuide-1YC64 .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-contenBottom-3dhHO .src-assets-style-oaInnerEmail--index-userGuide-1YC64 .ant-card-bordered {
  border: none;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-contenBottom-3dhHO .src-assets-style-oaInnerEmail--index-userGuide-1YC64 .ant-card-head {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-contenBottom-3dhHO .src-assets-style-oaInnerEmail--index-userGuide-1YC64 .ant-card-head-title {
  font-weight: bold;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-contenBottom-3dhHO .src-assets-style-oaInnerEmail--index-userGuide-1YC64 .ant-list-split .ant-list-item {
  border-bottom: none;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-contenBottom-3dhHO .src-assets-style-oaInnerEmail--index-userGuide-1YC64 .ant-list-split .ant-list-header {
  border-bottom: none;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-contenBottom-3dhHO .src-assets-style-oaInnerEmail--index-userGuide-1YC64 .ant-list-item {
  padding: 0;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-contenBottom-3dhHO .src-assets-style-oaInnerEmail--index-userGuide-1YC64 .ant-list-header,
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-contenBottom-3dhHO .src-assets-style-oaInnerEmail--index-userGuide-1YC64 .ant-list-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-contenBottom-3dhHO .src-assets-style-oaInnerEmail--index-userGuide-1YC64 .ant-anchor-ink-ball {
  width: 0.14rem;
  height: 0.14rem;
  border: 4px solid #1890ff;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-contenBottom-3dhHO .src-assets-style-oaInnerEmail--index-userGuide-1YC64 .ant-anchor-wrapper {
  padding-left: 0.1rem;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-userEvaluation-1WHIe {
  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-1LInL .src-assets-style-oaInnerEmail--index-userEvaluation-1WHIe .src-assets-style-oaInnerEmail--index-title-2ZwkW {
  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-1LInL .src-assets-style-oaInnerEmail--index-userEvaluation-1WHIe .src-assets-style-oaInnerEmail--index-evaluationDetails-32wXY {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-userEvaluation-1WHIe .src-assets-style-oaInnerEmail--index-evaluationDetails-32wXY .src-assets-style-oaInnerEmail--index-describe-DfaSa {
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-userEvaluation-1WHIe .src-assets-style-oaInnerEmail--index-evaluationDetails-32wXY .src-assets-style-oaInnerEmail--index-userName-3oZqN {
  float: left;
  color: #010101;
}
.src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-userEvaluation-1WHIe .src-assets-style-oaInnerEmail--index-evaluationDetails-32wXY .src-assets-style-oaInnerEmail--index-time-32c5q {
  float: right;
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaInnerEmail--index-nullData-3rP1P {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-oaInnerEmail--index-nullData-3rP1P .src-assets-style-oaInnerEmail--index-message-y-Yha {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-oaInnerEmail--index-limitedTime-11ACh {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.45rem;
  width: 0.5rem;
}
.src-assets-style-oaInnerEmail--index-limitedTime-11ACh .src-assets-style-oaInnerEmail--index-backBorder-1Uh1s {
  border-top: solid 40px #ff9900;
  border-right: solid 50px rgba(0, 0, 0, 0);
}
.src-assets-style-oaInnerEmail--index-limitedTime-11ACh .src-assets-style-oaInnerEmail--index-inner-293c_ {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: 1px;
  transform: rotate(-45deg);
}
.src-assets-style-oaInnerEmail--index-limitedTimeLeft-3_4gf {
  position: absolute;
  top: 0px;
  left: -0.07rem;
  width: 0.5rem;
  height: 0.45rem;
}
.src-assets-style-oaInnerEmail--index-limitedTimeLeft-3_4gf .src-assets-style-oaInnerEmail--index-backBorder-1Uh1s {
  border-top: solid 50px #ff9900;
  border-right: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-oaInnerEmail--index-limitedTimeLeft-3_4gf .src-assets-style-oaInnerEmail--index-inner-293c_ {
  color: #ffffff;
  font-size: 0.12rem;
  position: absolute;
  top: 0.05rem;
  left: 1px;
  transform: rotate(-45deg);
}
.src-assets-style-oaInnerEmail--index-footerStyle-1JZF2 {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaInnerEmail--index-pagingMargin1-16UVp {
  margin-left: 0.2rem;
}
.src-assets-style-oaInnerEmail--index-pagingMargin2-3N0Dt {
  margin-left: 0.5rem;
}
.src-assets-style-oaInnerEmail--index-pagingLeft-2DCKr {
  display: inline-block;
  width: 60%;
}
.src-assets-style-oaInnerEmail--index-pagingRight-bVZ7m {
  display: inline-block;
  text-align: right;
  padding-right: 0.1rem;
  width: 40%;
}
.src-assets-style-oaInnerEmail--index-pageingButton-1XfKC {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-oaInnerEmail--index-pageingNotAllowed-GWQ5Y {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-oaInnerEmail--index-itemButton-2K_4Z {
  margin-right: 0.1rem;
}
.src-assets-style-oaInnerEmail--index-itemButton-2K_4Z .src-assets-style-oaInnerEmail--index-img-2-LOL {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-oaInnerEmail--index-itemButton-2K_4Z i {
  margin-right: 0.05rem;
}
.src-assets-style-oaInnerEmail--index-breadcrumb-gyy2i {
  width: 3.5rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-oaInnerEmail--index-breadcrumbItem-1LmxV {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-oaInnerEmail--index-card-rHmf0 {
  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-3DM7w {
  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-3DM7w .ant-btn {
  margin-top: 0.1rem;
}
.src-assets-style-oaInnerEmail--index-affairsCard_linkTitle-3t11P {
  float: left;
  margin-right: 0.04rem;
}
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl .src-assets-style-oaInnerEmail--index-cardItem-1fgTK:hover button {
  background-color: #70b470;
  border-color: #70b470;
}
.theme-green .src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl .src-assets-style-oaInnerEmail--index-cardItem-1fgTK:hover button:hover {
  background-color: #00a854;
  border-color: #00a854;
}
/**************************** 绿色主题开始 ***************************/
/**************************** 红色主题开始 ***************************/
.theme-red .src-assets-style-oaInnerEmail--index-selectColor-3Hyi3 {
  color: #F63E62;
}
.theme-red .src-assets-style-oaInnerEmail--index-footerStyle-1JZF2 {
  background-color: #fffafb;
}
.theme-red .src-assets-style-oaInnerEmail--index-pageingButton-1XfKC {
  color: #F63E62;
}
.theme-red .src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl .src-assets-style-oaInnerEmail--index-cardItem-1fgTK:hover button {
  background-color: #F63E62;
  border-color: #F63E62;
}
.theme-red .src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl .src-assets-style-oaInnerEmail--index-cardItem-1fgTK:hover button:hover {
  background-color: #9A001E;
  border-color: #9A001E;
}
.theme-red .src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-searchList-2q4hH .ant-tag-checkable-checked {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-searchList-2q4hH .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaInnerEmail--index-pagination-2ghXV {
  box-shadow: 0px 0px 0.1rem 0px rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaInnerEmail--index-pagination-2ghXV .src-assets-style-oaInnerEmail--index-affairTotal-2prWo .src-assets-style-oaInnerEmail--index-fontBlue-3TL9V {
  color: #F63E62;
}
.theme-red .src-assets-style-oaInnerEmail--index-activeLetter-1QfG2 {
  background: #F63E62;
}
.theme-red .src-assets-style-oaInnerEmail--index-letter-174TN:hover {
  background: #F63E62;
}
.theme-red .src-assets-style-oaInnerEmail--index-radiusDiv-oJ77g {
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaInnerEmail--index-radiusDiv-oJ77g:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-oaInnerEmail--index-affairTitle-1W0ZQ .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
.theme-red .src-assets-style-oaInnerEmail--index-affairTitle-1W0ZQ .ant-carousel .slick-dots li button {
  background: rgba(255, 0, 0, 0.5);
}
.theme-red .src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaInnerEmail--index-dropdownBox-2JrWc .ant-select-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-oaInnerEmail--index-dropdownBox-2JrWc .ant-select-dropdown-menu-item:hover a {
  color: #F63E62;
}
.theme-red .src-assets-style-oaInnerEmail--index-sceneNav-eh_J4 span {
  color: #9A001E;
}
.theme-red .src-assets-style-oaInnerEmail--index-sceneNav-eh_J4 .src-assets-style-oaInnerEmail--index-sceneIcon-wzhKv {
  background: url(../../assets/images/mapIcon_red.png) no-repeat center;
  background-size: cover;
}
.theme-red .src-assets-style-oaInnerEmail--index-receiptDiv-27TIq {
  background: #9A001E;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-assets-style-oaInnerEmail--index-selectColor-3Hyi3 {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaInnerEmail--index-footerStyle-1JZF2 {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-oaInnerEmail--index-pageingButton-1XfKC {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl .src-assets-style-oaInnerEmail--index-cardItem-1fgTK:hover button {
  background-color: #71b8ef;
  border-color: #71b8ef;
}
.theme-blue .src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl .src-assets-style-oaInnerEmail--index-cardItem-1fgTK:hover button:hover {
  background-color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-searchList-2q4hH .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #a2ceff;
}
.theme-blue .src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-searchList-2q4hH .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaInnerEmail--index-pagination-2ghXV {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaInnerEmail--index-pagination-2ghXV .src-assets-style-oaInnerEmail--index-affairTotal-2prWo .src-assets-style-oaInnerEmail--index-fontBlue-3TL9V {
  color: #1890ff;
}
.theme-blue .src-assets-style-oaInnerEmail--index-activeLetter-1QfG2 {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaInnerEmail--index-letter-174TN:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaInnerEmail--index-radiusDiv-oJ77g {
  border: 1px solid rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaInnerEmail--index-radiusDiv-oJ77g:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-oaInnerEmail--index-affairTitle-1W0ZQ .ant-carousel .slick-dots li.slick-active button {
  background: #1890ff;
}
.theme-blue .src-assets-style-oaInnerEmail--index-affairTitle-1W0ZQ .ant-carousel .slick-dots li button {
  background: rgba(35, 145, 230, 0.7);
}
.theme-blue .src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaInnerEmail--index-sceneNav-eh_J4 span {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaInnerEmail--index-sceneNav-eh_J4 .src-assets-style-oaInnerEmail--index-sceneIcon-wzhKv {
  background: url(../../assets/images/mapIcon_blue.png) no-repeat center;
  background-size: cover;
}
.theme-blue .src-assets-style-oaInnerEmail--index-receiptDiv-27TIq {
  background: #397EF0;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-searchList-2q4hH .ant-tag-checkable-checked {
  color: #1C9750;
  background: #E6FFF1;
  border-color: #1C9750;
}
.theme-green .src-assets-style-oaInnerEmail--index-searchContent-2wPqZ .src-assets-style-oaInnerEmail--index-searchList-2q4hH .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1C9750;
}
.theme-green .src-assets-style-oaInnerEmail--index-pagination-2ghXV {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-oaInnerEmail--index-pagination-2ghXV .src-assets-style-oaInnerEmail--index-affairTotal-2prWo .src-assets-style-oaInnerEmail--index-fontBlue-3TL9V {
  color: #1C9750;
}
.theme-green .src-assets-style-oaInnerEmail--index-activeLetter-1QfG2 {
  background: #1C9750;
}
.theme-green .src-assets-style-oaInnerEmail--index-letter-174TN:hover {
  background: #1C9750;
}
.theme-green .src-assets-style-oaInnerEmail--index-radiusDiv-oJ77g:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(68, 126, 98, 0.35);
}
.theme-green .src-assets-style-oaInnerEmail--index-radiusDiv-oJ77g {
  border: 1px solid rgba(87, 177, 134, 0.1);
}
.theme-green .src-assets-style-oaInnerEmail--index-affairTitle-1W0ZQ .ant-carousel .slick-dots li.slick-active button {
  background: #1C9750;
}
.theme-green .src-assets-style-oaInnerEmail--index-affairTitle-1W0ZQ .ant-carousel .slick-dots li button {
  background: rgba(10, 150, 50, 0.7);
}
.theme-green .src-assets-style-oaInnerEmail--index-cardFrame-Y9YJl a:hover {
  color: #00a854;
}
.theme-green .src-assets-style-oaInnerEmail--index-dropdownBox-2JrWc .ant-select-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.theme-green .src-assets-style-oaInnerEmail--index-dropdownBox-2JrWc .ant-select-dropdown-menu-item:hover a {
  color: #00a854;
}
.theme-green .src-assets-style-oaInnerEmail--index-sceneNav-eh_J4 span {
  color: #005825;
}
.theme-green .src-assets-style-oaInnerEmail--index-sceneNav-eh_J4 .src-assets-style-oaInnerEmail--index-sceneIcon-wzhKv {
  background: url(../../assets/images/mapIcon_green.png) no-repeat center;
  background-size: cover;
}
.theme-green .src-assets-style-oaInnerEmail--index-receiptDiv-27TIq {
  background: #005825;
}
/**************************** 绿色主题结束 **************************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-left-2Rz_z {
    border-radius: 6px;
    width: 100%;
  }
  .font-normal .src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-left-2Rz_z .src-assets-style-oaInnerEmail--index-leftBody-3OtkE .src-assets-style-oaInnerEmail--index-leftService-ae8Wa {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-left-2Rz_z {
    width: 100%;
  }
  .font-normal .src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-left-2Rz_z .src-assets-style-oaInnerEmail--index-leftBody-3OtkE .src-assets-style-oaInnerEmail--index-leftService-ae8Wa {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-leftContent-hdlkD {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-leftContent-hdlkD {
    width: 100%;
  }
}
@media (max-height: 830px) {
  .font-normal .src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-leftContent-hdlkD .src-assets-style-oaInnerEmail--index-AllLetter-3fVrV {
    bottom: 4.85rem;
  }
}
@media (min-height: 831px) {
  .font-normal .src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-leftContent-hdlkD .src-assets-style-oaInnerEmail--index-AllLetter-3fVrV {
    top: 3.26rem;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-left-2Rz_z {
    border-radius: 6px;
    width: 100%;
  }
  .font-large .src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-left-2Rz_z .src-assets-style-oaInnerEmail--index-leftBody-3OtkE .src-assets-style-oaInnerEmail--index-leftService-ae8Wa {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-left-2Rz_z {
    width: 100%;
  }
  .font-large .src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-left-2Rz_z .src-assets-style-oaInnerEmail--index-leftBody-3OtkE .src-assets-style-oaInnerEmail--index-leftService-ae8Wa {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-leftContent-hdlkD {
    width: 100%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-leftContent-hdlkD {
    width: 100%;
  }
}
@media (max-height: 913px) {
  .font-large .src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-leftContent-hdlkD .src-assets-style-oaInnerEmail--index-AllLetter-3fVrV {
    bottom: 4.85rem;
  }
}
@media (min-height: 914.1px) {
  .font-large .src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-leftContent-hdlkD .src-assets-style-oaInnerEmail--index-AllLetter-3fVrV {
    top: 3.26rem;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-left-2Rz_z {
    border-radius: 6px;
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-left-2Rz_z .src-assets-style-oaInnerEmail--index-leftBody-3OtkE .src-assets-style-oaInnerEmail--index-leftService-ae8Wa {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-left-2Rz_z {
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-left-2Rz_z .src-assets-style-oaInnerEmail--index-leftBody-3OtkE .src-assets-style-oaInnerEmail--index-leftService-ae8Wa {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-leftContent-hdlkD {
    width: 100%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-leftContent-hdlkD {
    width: 100%;
  }
}
@media (max-height: 1037.5px) {
  .font-extraLarge .src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-leftContent-hdlkD .src-assets-style-oaInnerEmail--index-AllLetter-3fVrV {
    bottom: 4.85rem;
  }
}
@media (min-height: 1038.75px) {
  .font-extraLarge .src-assets-style-oaInnerEmail--index-flex-1LInL .src-assets-style-oaInnerEmail--index-leftContent-hdlkD .src-assets-style-oaInnerEmail--index-AllLetter-3fVrV {
    top: 3.26rem;
  }
}
@media (min-width: 1600px) {
  .font-extraLarge .src-assets-style-oaInnerEmail--index-flex-1LInL .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-33Rr8 {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-selectColor-37NNm {
  color: var(--themeColor);
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-statusWidth-3le91 {
  width: 80%;
  float: left;
  vertical-align: middle;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-conditionTitle-24LJn {
  color: #ADADAD;
  font-weight: normal;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-card-1VJjH {
  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-1ud18 {
  float: right;
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.07rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-newsSearch-1ud18 .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-1ud18 .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-1ud18 .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-newsSearch-1ud18 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchDel-2q4rz {
  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-1nvBB {
  float: right;
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.15rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-usedSearch-1nvBB .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-1nvBB .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-1nvBB .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-usedSearch-1nvBB .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchDel-2q4rz {
  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-UVRA6 .ant-select .ant-select-selection {
  border: 1px solid rgba(0, 0, 0, 0);
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-screenBtn-2ZqHA {
  cursor: pointer;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-screenBtn-2ZqHA .ant-btn {
  border: none;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchBox-su3Dn {
  width: 5.5rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchBox-su3Dn input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneNav-26258 {
  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-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneNav-26258 span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: top;
  margin-top: 1px;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneNav-26258 .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneIcon-18Olk {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-I8xY_ {
  line-height: 2;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-I8xY_ .ant-tag-checkable-checked {
  border-radius: 12px;
  color: var(--themeColor);
  background: var(--themeColorBg);
  border-color: var(--themeColor1);
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-I8xY_ .ant-tag {
  cursor: pointer;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-I8xY_ .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-I8xY_ .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: var(--themeColor);
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-I8xY_ .src-assets-style-oaSupervise-oaSuperviseSetting--index-item-2ckgQ {
  width: calc(100% - 0.42rem);
  display: inline-block;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-I8xY_ .src-assets-style-oaSupervise-oaSuperviseSetting--index-all-3KX-m {
  display: inline-block;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-I8xY_ .src-assets-style-oaSupervise-oaSuperviseSetting--index-all-3KX-m .ant-tag {
  cursor: pointer;
  border-radius: 12px;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-I8xY_ .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchTitle-15pIG {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-I8xY_ span {
  color: #808080;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-I8xY_ .src-assets-style-oaSupervise-oaSuperviseSetting--index-hideItem-1Xeur {
  display: inline-block;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-I8xY_ .src-assets-style-oaSupervise-oaSuperviseSetting--index-rightBtn-2OebI {
  float: right;
  cursor: pointer;
  margin-top: 0.09rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-I8xY_ .ant-btn {
  border: none;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-I8xY_ .src-assets-style-oaSupervise-oaSuperviseSetting--index-tagBox-1hg8k {
  display: inline-block;
  padding-left: 0.3rem;
  width: 90%;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-I8xY_ .src-assets-style-oaSupervise-oaSuperviseSetting--index-tagBox-1hg8k .src-assets-style-oaSupervise-oaSuperviseSetting--index-tagItem-Dzvql {
  display: inline-block;
  width: 1rem;
  padding: 0 0.05rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-I8xY_ .src-assets-style-oaSupervise-oaSuperviseSetting--index-tagBox-1hg8k .src-assets-style-oaSupervise-oaSuperviseSetting--index-tagItem-Dzvql .ant-tag,
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-I8xY_ .src-assets-style-oaSupervise-oaSuperviseSetting--index-tagBox-1hg8k .src-assets-style-oaSupervise-oaSuperviseSetting--index-tagItem-Dzvql .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-UVRA6 .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .theme-blue .ant-btn:hover,
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .theme-blue .ant-btn:focus {
  color: #808080;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .ant-input-prefix {
  color: #cdcdcd;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-footerStyle-2TGi5 {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-pagingLeft-ji49D {
  display: inline-block;
  vertical-align: middle;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-pagingRight-W4CNK {
  display: inline-block;
  text-align: center;
  float: right;
  vertical-align: middle;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-deleteButton-RD4Ce {
  margin-top: 0.12rem;
  width: 55%;
  float: right;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-addButton-1J-9V {
  margin-top: 0.12rem;
  width: 40%;
  float: left;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-itemButton-1HZ8h {
  margin-right: 0.1rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-itemButton-1HZ8h .src-assets-style-oaSupervise-oaSuperviseSetting--index-img-1qGol {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-submit-1OWkw {
  display: block;
  margin: 0 auto;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-pagingMargin1-z7UnV {
  margin-left: 0.11rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-pagingMargin2-13IBM {
  margin-left: 0.5rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-pageingButton-3vBJu {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-pageingNotAllowed-2GXbB {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-filter-ptMzp .ant-list-item {
  border-bottom: none;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-paginationStyle-1IA0G {
  text-align: center;
  font-size: 0.14rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-solid-2v4HY {
  border-bottom: solid 1px #e8e8e8;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-itemRow-2WVFY {
  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-2WVFY 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-2WVFY span:nth-child(1) {
  text-align: left;
  padding: 0px 0.1rem 0px 0px;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-itemRow-2WVFY span:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-itemRowLeft-sF0kF {
  width: 90%;
  float: left;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-itemName-huXn_ {
  font-size: 0.16rem;
  height: 0.16rem;
  color: #363636;
  font-weight: bold;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-itemRowRight-foqWn {
  width: 10%;
  float: right;
  text-align: center;
  line-height: 0.5rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-itemRowRight-foqWn .ant-btn-group {
  height: 0.34rem;
  vertical-align: middle;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-itemRowRight-foqWn .ant-btn-group .ant-btn {
  vert-align: middle;
  float: left;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-opt-1E3nk {
  width: 0.83rem;
  display: inline-block;
  text-align: center;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-alertMain-3Eb0w {
  padding: 0.25rem;
  margin: 0 auto;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-alertDiv1-Klexs {
  float: left;
  padding: 0.1rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-alertDiv2-2AavZ {
  float: right;
  padding: 0.1rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-alertDiv3-3P6rH {
  padding: 0.1rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-alertTextArea-1GuZ1 {
  margin-left: 0px;
  width: 5.82rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-inputStyle-L0H9E {
  width: 1.5rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-inputStyle1-1m3wX {
  width: 6rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-scheTypeDelete-15Y5l {
  position: absolute;
  right: 0.1rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-scheTypeDelete-15Y5l .src-assets-style-oaSupervise-oaSuperviseSetting--index-icon-39_dK {
  color: #37A164;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-scheTypeDelete-15Y5l .src-assets-style-oaSupervise-oaSuperviseSetting--index-iconfont-2eV0y {
  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-15Y5l .src-assets-style-oaSupervise-oaSuperviseSetting--index-icon-39_dK {
  display: none;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-tableRow-g6bet {
  height: 0.35rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-tableDiv1-1aSIP {
  width: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-tableDiv2-3te3X {
  width: 1.45rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-tableDiv3-3nCVK {
  width: 1.43rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-tableSpan-2EbYk {
  overflow: hidden;
  text-overflow: ellipsis;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-calendarMessage-1yN5G {
  width: 3rem;
  padding: 0px 0.1rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-orderMessage-2uCkW {
  padding: 0px 0.1rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-test-34scR {
  display: none;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-fillIcon-1ZSn_ {
  color: #f5bf50;
  font-size: 0.2rem;
  cursor: pointer;
  margin-left: 0.1rem;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-selectType-3CxjH {
  width: 0.5rem;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-selectColor-37NNm {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-footerStyle-2TGi5 {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-pageingButton-3vBJu {
  color: #397EF0;
}
@media (min-width: 0px) {
  .theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-apply-3tWND span:nth-child(2) {
    color: #397EF0;
  }
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-modal-3mufD .src-assets-style-oaSupervise-oaSuperviseSetting--index-user-2HfPK i {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-borderLine-gDF8s:hover {
  background-color: #e6f7ff;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-scheTypeDelete-15Y5l .src-assets-style-oaSupervise-oaSuperviseSetting--index-icon-39_dK {
  color: #397EF0;
}
/*************** 红色主题 start***************/
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-selectColor-37NNm {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-footerStyle-2TGi5 {
  background-color: #fffafb;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-pageingButton-3vBJu {
  color: #F63E62;
}
@media (min-width: 0px) {
  .theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-apply-3tWND span:nth-child(2) {
    color: #F63E62;
  }
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-modal-3mufD .src-assets-style-oaSupervise-oaSuperviseSetting--index-user-2HfPK i {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-borderLine-gDF8s:hover {
  background-color: #fff1f0;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-scheTypeDelete-15Y5l .src-assets-style-oaSupervise-oaSuperviseSetting--index-icon-39_dK {
  color: #F63E62;
}
/**************************** 红色主题开始 ***************************/
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-selectColor-37NNm {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-footerStyle-2TGi5 {
  background-color: #fffafb;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-pageingButton-3vBJu {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-cardFrame-2sUI2 .src-assets-style-oaSupervise-oaSuperviseSetting--index-cardItem-2hHh9:hover button {
  background-color: #F63E62;
  border-color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-cardFrame-2sUI2 .src-assets-style-oaSupervise-oaSuperviseSetting--index-cardItem-2hHh9:hover button:hover {
  background-color: #9A001E;
  border-color: #9A001E;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-I8xY_ .ant-tag-checkable-checked {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-I8xY_ .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-pagination-3qfWG {
  box-shadow: 0px 0px 0.1rem 0px rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-pagination-3qfWG .src-assets-style-oaSupervise-oaSuperviseSetting--index-affairTotal-WnP25 .src-assets-style-oaSupervise-oaSuperviseSetting--index-fontBlue-20o-_ {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-activeLetter-2lBih {
  background: #F63E62;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-letter-3hJNV:hover {
  background: #F63E62;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-radiusDiv-mNGfH {
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-radiusDiv-mNGfH:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-affairTitle-12RPJ .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-affairTitle-12RPJ .ant-carousel .slick-dots li button {
  background: rgba(255, 0, 0, 0.5);
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-cardFrame-2sUI2 a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-dropdownBox-37rD8 .ant-select-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-dropdownBox-37rD8 .ant-select-dropdown-menu-item:hover a {
  color: #F63E62;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneNav-26258 span {
  color: #9A001E;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneNav-26258 .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneIcon-18Olk {
  background: url(../../assets/images/mapIcon_red.png) no-repeat center;
  background-size: cover;
}
.theme-red .src-assets-style-oaSupervise-oaSuperviseSetting--index-receiptDiv-aDaj5 {
  background: #9A001E;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-selectColor-37NNm {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-footerStyle-2TGi5 {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-pageingButton-3vBJu {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-cardFrame-2sUI2 .src-assets-style-oaSupervise-oaSuperviseSetting--index-cardItem-2hHh9:hover button {
  background-color: #71b8ef;
  border-color: #71b8ef;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-cardFrame-2sUI2 .src-assets-style-oaSupervise-oaSuperviseSetting--index-cardItem-2hHh9:hover button:hover {
  background-color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-I8xY_ .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #a2ceff;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-I8xY_ .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-pagination-3qfWG {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-pagination-3qfWG .src-assets-style-oaSupervise-oaSuperviseSetting--index-affairTotal-WnP25 .src-assets-style-oaSupervise-oaSuperviseSetting--index-fontBlue-20o-_ {
  color: #1890ff;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-activeLetter-2lBih {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-letter-3hJNV:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-radiusDiv-mNGfH {
  border: 1px solid rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-radiusDiv-mNGfH:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-affairTitle-12RPJ .ant-carousel .slick-dots li.slick-active button {
  background: #1890ff;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-affairTitle-12RPJ .ant-carousel .slick-dots li button {
  background: rgba(35, 145, 230, 0.7);
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-cardFrame-2sUI2 a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneNav-26258 span {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneNav-26258 .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneIcon-18Olk {
  background: url(../../assets/images/mapIcon_blue.png) no-repeat center;
  background-size: cover;
}
.theme-blue .src-assets-style-oaSupervise-oaSuperviseSetting--index-receiptDiv-aDaj5 {
  background: #397EF0;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-I8xY_ .ant-tag-checkable-checked {
  color: #1C9750;
  background: #E6FFF1;
  border-color: #1C9750;
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchContent-UVRA6 .src-assets-style-oaSupervise-oaSuperviseSetting--index-searchList-I8xY_ .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1C9750;
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-pagination-3qfWG {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-pagination-3qfWG .src-assets-style-oaSupervise-oaSuperviseSetting--index-affairTotal-WnP25 .src-assets-style-oaSupervise-oaSuperviseSetting--index-fontBlue-20o-_ {
  color: #1C9750;
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-activeLetter-2lBih {
  background: #1C9750;
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-letter-3hJNV:hover {
  background: #1C9750;
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-radiusDiv-mNGfH:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(68, 126, 98, 0.35);
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-radiusDiv-mNGfH {
  border: 1px solid rgba(87, 177, 134, 0.1);
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-affairTitle-12RPJ .ant-carousel .slick-dots li.slick-active button {
  background: #1C9750;
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-affairTitle-12RPJ .ant-carousel .slick-dots li button {
  background: rgba(10, 150, 50, 0.7);
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-cardFrame-2sUI2 a:hover {
  color: #00a854;
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-dropdownBox-37rD8 .ant-select-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-dropdownBox-37rD8 .ant-select-dropdown-menu-item:hover a {
  color: #00a854;
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneNav-26258 span {
  color: #005825;
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneNav-26258 .src-assets-style-oaSupervise-oaSuperviseSetting--index-sceneIcon-18Olk {
  background: url(../../assets/images/mapIcon_green.png) no-repeat center;
  background-size: cover;
}
.theme-green .src-assets-style-oaSupervise-oaSuperviseSetting--index-receiptDiv-aDaj5 {
  background: #005825;
}
.src-assets-style-oaSupervise-oaSuperviseSetting--index-progressTitle-3Arlq {
  display: inline-block;
  cursor: pointer;
  color: #1890ff;
}
.src-app-page-oaDutyManager-dutyPhoneSetting--index-dutyPhoneSetting-48FwC .ant-row {
  padding: 0.15rem;
}
/*********************蓝色主题 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-3H5Ur {
  margin-right: 0.1rem;
}
.src-assets-style-oaMeeting-meetingApply--index-itemButton-3H5Ur .src-assets-style-oaMeeting-meetingApply--index-img-3EZj6 {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-oaMeeting-meetingApply--index-menuText-2BWn1 {
  width: 0.75rem;
  display: inline-block;
  text-align: center;
}
.src-assets-style-oaMeeting-meetingApply--index-all-GeE2G {
  display: inline-block;
}
.src-assets-style-oaMeeting-meetingApply--index-all-GeE2G .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaMeeting-meetingApply--index-searchTitle-1uMGv {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-oaMeeting-meetingApply--index-searchContent-gqf8T .src-assets-style-oaMeeting-meetingApply--index-searchList-kOEVv .ant-tag-checkable-checked {
  border-radius: 12px;
  color: var(--themeColor);
  background: var(--themeColorBg);
  border-color: var(--themeColor1);
}
.src-assets-style-oaMeeting-meetingApply--index-searchContent-gqf8T .src-assets-style-oaMeeting-meetingApply--index-searchList-kOEVv .ant-tag {
  cursor: pointer;
}
.src-assets-style-oaMeeting-meetingApply--index-searchContent-gqf8T .src-assets-style-oaMeeting-meetingApply--index-searchList-kOEVv .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-oaMeeting-meetingApply--index-searchContent-gqf8T .src-assets-style-oaMeeting-meetingApply--index-searchList-kOEVv .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: var(--themeColor);
}
.src-assets-style-oaMeeting-meetingApply--index-searchContent-gqf8T .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaMeeting-meetingApply--index-footerStyle-iU3E3 {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaMeeting-meetingApply--index-pagingLeft-1uJIt {
  display: inline-block;
  width: 50%;
}
.src-assets-style-oaMeeting-meetingApply--index-pagingRight-jTrVW {
  display: inline-block;
  text-align: right;
  padding-right: 0.1rem;
  width: 50%;
}
.src-assets-style-oaMeeting-meetingApply--index-pagingMargin1-34-6A {
  margin-left: 0.2rem;
}
.src-assets-style-oaMeeting-meetingApply--index-pagingMargin2-2KtDZ {
  margin-left: 0.5rem;
}
.src-assets-style-oaMeeting-meetingApply--index-pagingButton-h4nmR {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-oaMeeting-meetingApply--index-pagingNotAllowed-jiANc {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-oaMeeting-meetingApply--index-listStatus-3Y5_l {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.src-assets-style-oaMeeting-meetingApply--index-usedSelect-Zrmpp {
  width: 2.5rem;
  margin-right: 0.1rem;
}
.src-assets-style-oaMeeting-meetingApply--index-usedSelect-Zrmpp .ant-select {
  width: 100%;
}
.src-assets-style-oaMeeting-meetingApply--index-usedSearch-2tFQI {
  float: right;
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.1rem;
}
.src-assets-style-oaMeeting-meetingApply--index-usedSearch-2tFQI .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-2tFQI .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-2tFQI .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-oaMeeting-meetingApply--index-usedSearch-2tFQI .src-assets-style-oaMeeting-meetingApply--index-searchDel-1lsb9 {
  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-7Zyjn {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-selectColor-30nXa {
  color: var(--themeColor);
}
.src-assets-style-oaDocument-oaDocumentSetting--index-statusWidth-2QLn9 {
  width: 80%;
  float: left;
  vertical-align: middle;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-conditionTitle-298vc {
  color: #ADADAD;
  font-weight: normal;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-card-1MvTI {
  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-18k6k {
  float: right;
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.07rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-newsSearch-18k6k .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-18k6k .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-18k6k .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-newsSearch-18k6k .src-assets-style-oaDocument-oaDocumentSetting--index-searchDel-1XtAW {
  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-2zkcu {
  float: right;
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.15rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-usedSearch-2zkcu .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-2zkcu .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-2zkcu .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-usedSearch-2zkcu .src-assets-style-oaDocument-oaDocumentSetting--index-searchDel-1XtAW {
  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-1gM9t {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-pagingLeft-1J44n {
  display: inline-block;
  vertical-align: middle;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-pagingRight-2Mydv {
  display: inline-block;
  text-align: center;
  float: right;
  vertical-align: middle;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-deleteButton-CC1JM {
  margin-top: 0.12rem;
  width: 55%;
  float: right;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-addButton-3W7er {
  margin-top: 0.12rem;
  width: 40%;
  float: left;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-itemButton-3xP9j {
  margin-right: 0.1rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-itemButton-3xP9j .src-assets-style-oaDocument-oaDocumentSetting--index-img-1Acj0 {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-submit-3HHwm {
  display: block;
  margin: 0 auto;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-pagingMargin1-v1K0P {
  margin-left: 0.11rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-pagingMargin2-3Z5v0 {
  margin-left: 0.5rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-pageingButton-2PYTy {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-pageingNotAllowed-2p_Nj {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-filter-2QIJZ .ant-list-item {
  border-bottom: none;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-paginationStyle-YF5oq {
  text-align: center;
  font-size: 0.14rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-solid-1oie- {
  border-bottom: solid 1px #e8e8e8;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-itemRow-2_9JQ {
  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-2_9JQ 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-2_9JQ span:nth-child(1) {
  text-align: left;
  padding: 0px 0.1rem 0px 0px;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-itemRow-2_9JQ span:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-itemRowLeft-7ll0K {
  width: 90%;
  float: left;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-itemName-1H-1H {
  font-size: 0.16rem;
  height: 0.16rem;
  color: #363636;
  font-weight: bold;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-itemRowRight-1jVoD {
  width: 10%;
  float: right;
  text-align: center;
  line-height: 0.5rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-itemRowRight-1jVoD .ant-btn-group {
  height: 0.34rem;
  vertical-align: middle;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-itemRowRight-1jVoD .ant-btn-group .ant-btn {
  vert-align: middle;
  float: left;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-opt-1dCWc {
  width: 0.83rem;
  display: inline-block;
  text-align: center;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-alertMain-Yl237 {
  padding: 0.25rem;
  margin: 0 auto;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-alertMain-Yl237 .ant-input-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  background-color: #f5f5f5 !important;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-alertMain-Yl237 .ant-input-disabled:hover {
  border-color: #d9d9d9 !important;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-alertDiv1-YMZli {
  float: left;
  padding: 0.1rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-alertDiv2-3FKI7 {
  float: right;
  padding: 0.1rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-alertDiv3-2p7k_ {
  padding: 0.1rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-alertTextArea-1c3_b {
  margin-left: 0px;
  width: 5.82rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-inputStyle-1lBMl {
  width: 1.5rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-inputStyle1-2TLBX {
  width: 6rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-scheTypeDelete-2Su4r {
  position: absolute;
  right: 0.1rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-scheTypeDelete-2Su4r .src-assets-style-oaDocument-oaDocumentSetting--index-icon-2tqZc {
  color: #37A164;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-scheTypeDelete-2Su4r .src-assets-style-oaDocument-oaDocumentSetting--index-iconfont-3p6mJ {
  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-2Su4r .src-assets-style-oaDocument-oaDocumentSetting--index-icon-2tqZc {
  display: none;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-tableRow-eRu3C {
  height: 0.35rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-tableDiv1-15jXD {
  width: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-tableDiv2-1cwm6 {
  width: 1.45rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-tableDiv3-2ynXB {
  width: 1.43rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-tableSpan-3zl_T {
  overflow: hidden;
  text-overflow: ellipsis;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-calendarMessage-2oOM- {
  width: 3rem;
  padding: 0px 0.1rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-orderMessage-3acPB {
  padding: 0px 0.1rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-test-aqdZE {
  display: none;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-fillIcon-2Sud8 {
  color: #f5bf50;
  font-size: 0.2rem;
  cursor: pointer;
  margin-left: 0.1rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-selectType-2v05F {
  width: 0.5rem;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-addDuty-1W37C {
  margin: 0.1rem auto;
}
.src-assets-style-oaDocument-oaDocumentSetting--index-addDuty-1W37C button {
  width: 100%;
  color: #999;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-oaDocument-oaDocumentSetting--index-selectColor-30nXa {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaDocument-oaDocumentSetting--index-footerStyle-1gM9t {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-oaDocument-oaDocumentSetting--index-pageingButton-2PYTy {
  color: #397EF0;
}
@media (min-width: 0px) {
  .theme-blue .src-assets-style-oaDocument-oaDocumentSetting--index-apply-2Vn2l span:nth-child(2) {
    color: #397EF0;
  }
}
.theme-blue .src-assets-style-oaDocument-oaDocumentSetting--index-modal-hrEh_ .src-assets-style-oaDocument-oaDocumentSetting--index-user-2V3Tz i {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaDocument-oaDocumentSetting--index-borderLine-m0Lut:hover {
  background-color: #e6f7ff;
}
.theme-blue .src-assets-style-oaDocument-oaDocumentSetting--index-scheTypeDelete-2Su4r .src-assets-style-oaDocument-oaDocumentSetting--index-icon-2tqZc {
  color: #397EF0;
}
/*************** 红色主题 start***************/
.theme-red .src-assets-style-oaDocument-oaDocumentSetting--index-selectColor-30nXa {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDocument-oaDocumentSetting--index-footerStyle-1gM9t {
  background-color: #fffafb;
}
.theme-red .src-assets-style-oaDocument-oaDocumentSetting--index-pageingButton-2PYTy {
  color: #F63E62;
}
@media (min-width: 0px) {
  .theme-red .src-assets-style-oaDocument-oaDocumentSetting--index-apply-2Vn2l span:nth-child(2) {
    color: #F63E62;
  }
}
.theme-red .src-assets-style-oaDocument-oaDocumentSetting--index-modal-hrEh_ .src-assets-style-oaDocument-oaDocumentSetting--index-user-2V3Tz i {
  color: #F63E62;
}
.theme-red .src-assets-style-oaDocument-oaDocumentSetting--index-borderLine-m0Lut:hover {
  background-color: #fff1f0;
}
.theme-red .src-assets-style-oaDocument-oaDocumentSetting--index-scheTypeDelete-2Su4r .src-assets-style-oaDocument-oaDocumentSetting--index-icon-2tqZc {
  color: #F63E62;
}
.src-app-page-oaDocument-oaDocumentManage--index-searchRow-2Gow- {
  display: flex;
  width: 100%;
  color: #808080;
  padding: 0.1rem 0;
  border-bottom: 1px dashed #e1e6e3;
}
.src-app-page-oaDocument-oaDocumentManage--index-searchRow-2Gow- .src-app-page-oaDocument-oaDocumentManage--index-searchLabel-15Xi7 {
  flex-shrink: 0;
  width: 0.8rem;
  line-height: 0.32rem;
  text-align: right;
}
.src-app-page-oaDocument-oaDocumentManage--index-searchRow-2Gow- .src-app-page-oaDocument-oaDocumentManage--index-searchRadio-2LiEP {
  position: relative;
  box-sizing: border-box;
  width: 1rem;
  text-align: center;
  line-height: 0.3rem;
  display: inline-block;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}
.src-app-page-oaDocument-oaDocumentManage--index-searchRow-2Gow- .src-app-page-oaDocument-oaDocumentManage--index-searchRadio-2LiEP .anticon-check {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 0.08rem;
  z-index: 1;
}
.src-app-page-oaDocument-oaDocumentManage--index-searchRow-2Gow- .src-app-page-oaDocument-oaDocumentManage--index-searchRadio-2LiEP:not(:first-of-type) {
  border-left: none;
}
.src-app-page-oaDocument-oaDocumentManage--index-searchRow-2Gow- .src-app-page-oaDocument-oaDocumentManage--index-searchRadio-2LiEP:not(:first-of-type).src-app-page-oaDocument-oaDocumentManage--index-checked-dpULx::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #397ef0;
}
.src-app-page-oaDocument-oaDocumentManage--index-searchRow-2Gow- .src-app-page-oaDocument-oaDocumentManage--index-searchRadio-2LiEP.src-app-page-oaDocument-oaDocumentManage--index-checked-dpULx {
  color: #397ef0;
  border-color: #397ef0;
}
.src-app-page-oaDocument-oaDocumentManage--index-searchRow-2Gow- .src-app-page-oaDocument-oaDocumentManage--index-searchRadio-2LiEP.src-app-page-oaDocument-oaDocumentManage--index-checked-dpULx::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.16rem;
  height: 0.16rem;
  border-right: 8px solid #397ef0;
  border-bottom: 8px solid #397ef0;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
}
.src-app-page-oaDocument-oaDocumentManage--index-searchRow-2Gow- .src-app-page-oaDocument-oaDocumentManage--index-searchRadio-2LiEP:first-of-type {
  border-radius: 4px 0px 0px 4px;
}
.src-app-page-oaDocument-oaDocumentManage--index-searchRow-2Gow- .src-app-page-oaDocument-oaDocumentManage--index-searchRadio-2LiEP:last-of-type {
  border-radius: 0px 4px 4px 0px;
}
/*********************蓝色主题 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-3-G7L {
  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-vlFNd {
  /*border-radius: 20px;*/
}
.src-assets-style-affairsHandle--index-itemButton-vlFNd .src-assets-style-affairsHandle--index-img-14VV_ {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-affairsHandle--index-itemName-1MfeA {
  font-size: 0.16rem;
  height: 0.16rem;
  color: #363636;
  font-weight: bold;
  margin-left: 0.11rem;
}
.src-assets-style-affairsHandle--index-itemButton-vlFNd i {
  margin-right: 0.05rem;
}
.src-assets-style-affairsHandle--index-footerStyle-2_pTx {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-affairsHandle--index-pageingNotAllowed-EAHl8 {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-affairsHandle--index-pageingButton-HEmvd {
  color: #55906E;
  margin: 0px 0.25rem;
}
/* 紧急程度 -- 特急，加急，超时，快到期*/
.src-assets-style-affairsHandle--index-emergencySpecial-1dUPA,
.src-assets-style-affairsHandle--index-emergency-2S7_V,
.src-assets-style-affairsHandle--index-emergencyed-18Edb,
.src-assets-style-affairsHandle--index-emergencying-ggn_O {
  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-1dUPA {
  color: #FD6767;
}
.src-assets-style-affairsHandle--index-emergencySpecial-1dUPA .src-assets-style-affairsHandle--index-icon-2W7b3 {
  font-size: 0.16rem;
  position: relative;
  top: 1px;
}
.src-assets-style-affairsHandle--index-emergency-2S7_V {
  background-color: #f2aa18;
}
.src-assets-style-affairsHandle--index-emergencyed-18Edb {
  color: #fd9c67;
}
.src-assets-style-affairsHandle--index-emergencying-ggn_O {
  color: #f2aa18;
}
.src-assets-style-affairsHandle--index-conditionTitle-3FTdQ {
  display: inline-block;
  color: #ADADAD;
  font-weight: normal;
}
.src-assets-style-affairsHandle--index-conditionStyle-2Nc1F {
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-affairsHandle--index-conditionStyle2-3ECZq {
  display: inline-block;
  width: 1.05rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-affairsHandle--index-paginationStyle-3uMzU {
  text-align: center;
  font-size: 0.14rem;
}
.src-assets-style-affairsHandle--index-tabBarStyle-1xYTM {
  text-align: left;
  color: #999999;
}
.src-assets-style-affairsHandle--index-breadcrumb-2WB_U {
  width: 2.19rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-affairsHandle--index-breadcrumbItem-sQlUQ {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-affairsHandle--index-prefix-1ttrJ {
  color: rgba(0, 0, 0, 0.25);
}
.src-assets-style-affairsHandle--index-inputWidth-3IPNL {
  width: 3.18rem;
}
.src-assets-style-affairsHandle--index-pagingMargin1-l_MPh {
  margin-left: 0.11rem;
}
.src-assets-style-affairsHandle--index-pagingMargin2-229dk {
  margin-left: 0.5rem;
}
.src-assets-style-affairsHandle--index-pagingLeft-10eqw {
  display: inline-block;
  width: 80%;
}
.src-assets-style-affairsHandle--index-handlingPagingLeft-2Lc-u {
  display: inline-block;
  width: 50%;
}
.src-assets-style-affairsHandle--index-handlingPagingRight-24SxS {
  display: inline-block;
  text-align: right;
  width: 50%;
}
.src-assets-style-affairsHandle--index-pagingLeft90-2p2rg {
  display: inline-block;
  width: 90%;
}
.src-assets-style-affairsHandle--index-pagingRight-1NyZW {
  display: inline-block;
  text-align: center;
  width: 10%;
}
.src-assets-style-affairsHandle--index-pagingRightTextRight20-bGsw- {
  display: inline-block;
  text-align: right;
  width: 20%;
}
.src-assets-style-affairsHandle--index-pagingRightFloat-3l-BB {
  display: inline-block;
  text-align: center;
  width: 10%;
  float: right;
}
.src-assets-style-affairsHandle--index-itemRow-38uTD {
  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-38uTD 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-38uTD span:nth-child(1) {
  text-align: left;
  padding: 0px 0.1rem 0px 0px;
}
.src-assets-style-affairsHandle--index-itemRow-38uTD span:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
@media (min-width: 0px) {
  .src-assets-style-affairsHandle--index-handling-qFEUX span:nth-child(1),
  .src-assets-style-affairsHandle--index-handled-rdVZ1 span:nth-child(1),
  .src-assets-style-affairsHandle--index-finished-t3-Z7 span:nth-child(1) {
    width: 18%;
  }
  .src-assets-style-affairsHandle--index-handling-qFEUX span:nth-child(2),
  .src-assets-style-affairsHandle--index-handled-rdVZ1 span:nth-child(2),
  .src-assets-style-affairsHandle--index-finished-t3-Z7 span:nth-child(2) {
    width: 16%;
  }
  .src-assets-style-affairsHandle--index-handling-qFEUX span:nth-child(3),
  .src-assets-style-affairsHandle--index-handled-rdVZ1 span:nth-child(3),
  .src-assets-style-affairsHandle--index-finished-t3-Z7 span:nth-child(3),
  .src-assets-style-affairsHandle--index-handling-qFEUX span:nth-child(4),
  .src-assets-style-affairsHandle--index-handled-rdVZ1 span:nth-child(4),
  .src-assets-style-affairsHandle--index-finished-t3-Z7 span:nth-child(4) {
    width: 23%;
  }
  .src-assets-style-affairsHandle--index-handling-qFEUX span:nth-child(5),
  .src-assets-style-affairsHandle--index-handled-rdVZ1 span:nth-child(5),
  .src-assets-style-affairsHandle--index-finished-t3-Z7 span:nth-child(5) {
    width: 20%;
  }
  .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(1) {
    width: 18%;
  }
  .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(2) {
    width: 12%;
    color: #37A164;
  }
  .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(3),
  .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(4) {
    width: 23%;
  }
  .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(5) {
    width: 22%;
  }
  .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(6) {
    text-align: left;
    padding: 0px 0.1rem 0px 0px;
  }
  .src-assets-style-affairsHandle--index-applyed-2OkCq span {
    width: 20%;
  }
}
.src-assets-style-affairsHandle--index-itemRowLeft-2rZr4 {
  width: 90%;
  float: left;
  cursor: pointer;
}
.src-assets-style-affairsHandle--index-itemRowRetrieveLeft-1sZ7h {
  width: 87%;
  float: left;
  cursor: pointer;
}
.src-assets-style-affairsHandle--index-opt-V0WXu {
  width: 0.75rem;
  display: inline-block;
  text-align: center;
}
.src-assets-style-affairsHandle--index-itemRowRight-3LU-4 {
  width: 10%;
  float: right;
  text-align: center;
  line-height: 0.63rem;
  cursor: pointer;
}
.src-assets-style-affairsHandle--index-itemRowRight-3LU-4 .ant-btn-group {
  height: 0.34rem;
  vertical-align: middle;
}
.src-assets-style-affairsHandle--index-itemRowRight-3LU-4 .ant-btn-group .ant-btn {
  vert-align: middle;
  float: left;
}
.src-assets-style-affairsHandle--index-source-2sIzB {
  cursor: pointer;
}
.src-assets-style-affairsHandle--index-emergencyText-2gzmZ {
  margin-left: 0.05rem;
}
.src-assets-style-affairsHandle--index-card-2Sgl2 {
  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-3M3_j {
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-affairsHandle--index-newsSearch-2GDc0 {
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.15rem;
}
.src-assets-style-affairsHandle--index-newsSearch-2GDc0 .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-affairsHandle--index-newsSearch-2GDc0 .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-2GDc0 .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-affairsHandle--index-newsSearch-2GDc0 .src-assets-style-affairsHandle--index-searchDel-_nJeB {
  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-1ROrX {
  color: #adadad;
  font-size: 0.14rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  margin-right: 0.2rem;
}
.src-assets-style-affairsHandle--index-viewMore-1ROrX .anticon {
  transform: rotate(90deg);
}
.src-assets-style-affairsHandle--index-showMore-17BD9 {
  color: #adadad;
  font-size: 0.14rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  margin-right: 0.2rem;
}
.src-assets-style-affairsHandle--index-showMore-17BD9 .anticon {
  transform: rotate(90deg);
}
.src-assets-style-affairsHandle--index-mouseEnter-2kPuG {
  color: #37A164;
  font-size: 0.14rem;
  float: right;
  margin-right: 0.2rem;
}
.src-assets-style-affairsHandle--index-mouseEnter-2kPuG .anticon {
  transform: rotate(90deg);
}
.src-assets-style-affairsHandle--index-statusWidth-2mw4c {
  width: 100%;
  margin-left: 0.1rem;
  position: relative;
}
.src-assets-style-affairsHandle--index-flexCenter-2K7om {
  display: flex;
  align-items: center;
}
.src-assets-style-affairsHandle--index-filter-9UiiL .ant-list-item {
  border-bottom: none;
}
.src-assets-style-affairsHandle--index-warning-TUebz {
  color: #FD6767;
}
.src-assets-style-affairsHandle--index-icon-2W7b3 {
  font-size: 0.12rem;
}
.src-assets-style-affairsHandle--index-overtime--Jk24 {
  color: #faad14;
}
.src-assets-style-affairsHandle--index-near-21hvh {
  color: #F2AA18;
}
.src-assets-style-affairsHandle--index-borderLine-2YSmA {
  border-bottom: 1px solid #e8e8e8;
}
.src-assets-style-affairsHandle--index-borderLine-2YSmA .src-assets-style-affairsHandle--index-condition-22hWc {
  display: flex;
  align-items: center;
  height: 0.6rem;
}
.src-assets-style-affairsHandle--index-borderLine-2YSmA .src-assets-style-affairsHandle--index-condition-22hWc .src-assets-style-affairsHandle--index-typeDetail-1s2GI {
  margin: 0.1rem 0.25rem;
}
.src-assets-style-affairsHandle--index-borderLine-2YSmA .src-assets-style-affairsHandle--index-condition-22hWc .src-assets-style-affairsHandle--index-typeDetail-1s2GI li {
  display: inline-block;
  margin-right: 0.5rem;
}
.src-assets-style-affairsHandle--index-borderLine-2YSmA .src-assets-style-affairsHandle--index-condition-22hWc .src-assets-style-affairsHandle--index-fold-2i8oK {
  margin: 0 0.1rem;
}
.src-assets-style-affairsHandle--index-borderLine-2YSmA .src-assets-style-affairsHandle--index-condition-22hWc .src-assets-style-affairsHandle--index-textLeft--5i7a {
  display: inline-block;
  width: 4.5rem;
}
.src-assets-style-affairsHandle--index-borderLine-2YSmA .src-assets-style-affairsHandle--index-condition-22hWc .src-assets-style-affairsHandle--index-textLeft--5i7a span {
  font-weight: bold;
}
.src-assets-style-affairsHandle--index-borderLine-2YSmA .src-assets-style-affairsHandle--index-condition-22hWc .src-assets-style-affairsHandle--index-textRight-cf8Qc {
  float: right;
  margin-right: 0.2rem;
}
.src-assets-style-affairsHandle--index-body2-2okZC {
  border-top: 1px solid #e8e8e8;
}
.src-assets-style-affairsHandle--index-batchAudit-2AeiK {
  text-align: center;
  height: 0.6rem;
  line-height: 0.6rem;
}
.src-assets-style-affairsHandle--index-batchRow-2X6Ff {
  display: flex;
  align-items: center;
  padding: 0.12rem 0;
  border-bottom: solid 1px #e8e8e8;
}
.src-assets-style-affairsHandle--index-batchRow-2X6Ff .src-assets-style-affairsHandle--index-batchList-1FH76 {
  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-2X6Ff .src-assets-style-affairsHandle--index-batchList-1FH76 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-2X6Ff .src-assets-style-affairsHandle--index-batchList-1FH76 ul li:nth-child(1) {
  font-weight: bold;
}
.src-assets-style-affairsHandle--index-batchRow-2X6Ff .src-assets-style-affairsHandle--index-batchList-1FH76 ul li:nth-child(2) {
  margin-left: 0.24rem;
}
.src-assets-style-affairsHandle--index-batchRow-2X6Ff .src-assets-style-affairsHandle--index-batchList-1FH76 ul li:nth-child(2) span {
  border-right: solid #e8e8e8 1px;
  margin: 0px 0.15rem;
}
.src-assets-style-affairsHandle--index-batchRow-2X6Ff .src-assets-style-affairsHandle--index-batchList-1FH76 ul li:nth-child(3) {
  margin-left: 0.24rem;
}
.src-assets-style-affairsHandle--index-batchRow-2X6Ff .src-assets-style-affairsHandle--index-batchList-1FH76 ul:hover {
  /*background-color: #F5FDF8;*/
  cursor: pointer;
}
.src-assets-style-affairsHandle--index-modal-1TL2x li {
  padding: 0.1rem 0.2rem;
  list-style-type: none;
}
.src-assets-style-affairsHandle--index-modal-1TL2x li i {
  cursor: pointer;
}
.src-assets-style-affairsHandle--index-modal-1TL2x .src-assets-style-affairsHandle--index-user-1qW_w i {
  color: #37A164;
}
.src-assets-style-affairsHandle--index-submit-1JMxp {
  text-align: center;
}
.src-assets-style-affairsHandle--index-modalLi-2Tp8f {
  padding-left: 0.35rem;
}
p.src-assets-style-affairsHandle--index-title-3CYd3 {
  font-size: 120%;
  font-weight: 600;
  color: #000000;
}
p.src-assets-style-affairsHandle--index-thick-2Styv {
  padding-left: 0.36rem;
  color: #000000;
  font-weight: bold;
}
span.src-assets-style-affairsHandle--index-fontStyle-1kpLx {
  color: #D1D1D1;
}
.src-assets-style-affairsHandle--index-partSelect-3kce6 {
  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-2Nw6n {
  text-decoration: underline;
}
.src-assets-style-affairsHandle--index-pop-26D2c {
  width: 3rem;
  text-align: center;
}
.src-assets-style-affairsHandle--index-height1-hNCI- li {
  line-height: 0.23rem;
}
.src-assets-style-affairsHandle--index-selectColor-2wQB5 {
  color: var(--themeColor);
}
.src-assets-style-affairsHandle--index-modalContent-2NUt3 {
  width: 100%;
  height: 2rem;
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.7rem;
}
.src-assets-style-affairsHandle--index-modalContent-2NUt3 .src-assets-style-affairsHandle--index-icon-2W7b3 {
  color: #f1a42b;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-affairsHandle--index-mouseEnter-2kPuG {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairsHandle--index-selectColor-2wQB5 {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairsHandle--index-footerStyle-2_pTx {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-affairsHandle--index-pageingButton-HEmvd {
  color: #397EF0;
}
@media (min-width: 0px) {
  .theme-blue .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(2) {
    color: #397EF0;
  }
}
.theme-blue .src-assets-style-affairsHandle--index-modal-1TL2x .src-assets-style-affairsHandle--index-user-1qW_w i {
  color: #397EF0;
}
.theme-blue .src-assets-style-affairsHandle--index-borderLine-2YSmA:hover {
  background-color: #e6f7ff;
}
.theme-blue .src-assets-style-affairsHandle--index-viewMore-1ROrX:hover {
  color: #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-affairsHandle--index-mouseEnter-2kPuG {
  color: #9A001E;
}
.theme-red .src-assets-style-affairsHandle--index-selectColor-2wQB5 {
  color: #F63E62;
}
.theme-red .src-assets-style-affairsHandle--index-footerStyle-2_pTx {
  background-color: #fffafb;
}
.theme-red .src-assets-style-affairsHandle--index-pageingButton-HEmvd {
  color: #F63E62;
}
@media (min-width: 0px) {
  .theme-red .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(2) {
    color: #F63E62;
  }
}
.theme-red .src-assets-style-affairsHandle--index-modal-1TL2x .src-assets-style-affairsHandle--index-user-1qW_w i {
  color: #F63E62;
}
.theme-red .src-assets-style-affairsHandle--index-borderLine-2YSmA:hover {
  background-color: #fff1f0;
}
.theme-red .src-assets-style-affairsHandle--index-viewMore-1ROrX:hover {
  color: #F63E62;
}
/*************** 红色主题 end***************/
/*************** 红色主题 start***************/
.theme-green .src-assets-style-affairsHandle--index-borderLine-2YSmA:hover {
  background-color: #F5FDF8;
}
/*************** 红色主题 end***************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(1) {
    width: 18%;
  }
  .font-normal .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(2) {
    width: 10%;
  }
  .font-normal .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(3) {
    width: 20%;
  }
  .font-normal .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(4) {
    width: 17%;
  }
  .font-normal .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(5) {
    width: 18%;
  }
  .font-normal .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(6) {
    width: 17%;
    text-align: center;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(1) {
    width: 18%;
  }
  .font-large .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(2) {
    width: 10%;
  }
  .font-large .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(3) {
    width: 20%;
  }
  .font-large .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(4) {
    width: 17%;
  }
  .font-large .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(5) {
    width: 18%;
  }
  .font-large .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(6) {
    width: 17%;
    text-align: center;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(1) {
    width: 18%;
  }
  .font-extraLarge .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(2) {
    width: 10%;
  }
  .font-extraLarge .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(3) {
    width: 20%;
  }
  .font-extraLarge .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(4) {
    width: 17%;
  }
  .font-extraLarge .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(5) {
    width: 18%;
  }
  .font-extraLarge .src-assets-style-affairsHandle--index-apply-IaJNI span:nth-child(6) {
    width: 17%;
    text-align: center;
  }
}
.src-assets-style-affairsHandle--index-jjTag1-1z4fW,
.src-assets-style-affairsHandle--index-jjTag2-3XMGl,
.src-assets-style-affairsHandle--index-jjTag3-2V7Jo,
.src-assets-style-affairsHandle--index-jjTag4-16ZeE,
.src-assets-style-affairsHandle--index-jjTag5-3YKAK,
.src-assets-style-affairsHandle--index-jjTag6-3AV_A {
  border-radius: 16px;
  padding: 0.02rem 0.05rem;
  color: #fff;
}
.src-assets-style-affairsHandle--index-jjTag6-3AV_A {
  background: #EF2828;
}
.src-assets-style-affairsHandle--index-jjTag5-3YKAK {
  background: #EF2828;
}
.src-assets-style-affairsHandle--index-jjTag4-16ZeE {
  background: #F19951;
}
.src-assets-style-affairsHandle--index-jjTag3-2V7Jo {
  background: #F7E549;
}
.src-assets-style-affairsHandle--index-jjTag2-3XMGl {
  background: #397EF0;
}
.src-assets-style-affairsHandle--index-jjTag1-1z4fW {
  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-3L6aL {
  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-2uQVg {
  padding: 0.15rem 0.3rem;
  text-align: left;
  position: relative;
}
.src-assets-style-messageRemind--index-modalContent-2uQVg .src-assets-style-messageRemind--index-top-2Yo5J {
  width: 100%;
  height: 0.22rem;
  line-height: 0.22rem;
}
.src-assets-style-messageRemind--index-modalContent-2uQVg .src-assets-style-messageRemind--index-main-1MKT_ {
  width: 100%;
  /*border:1px solid red;*/
  line-height: 1.3rem;
  padding: 0.2rem;
  text-align: center;
}
.src-assets-style-messageRemind--index-modalContent-2uQVg .src-assets-style-messageRemind--index-main-1MKT_ .src-assets-style-messageRemind--index-iconDiv-21f3Q {
  width: 33%;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  line-height: 0.22rem;
  vertical-align: middle;
}
.src-assets-style-messageRemind--index-modalContent-2uQVg .src-assets-style-messageRemind--index-main-1MKT_ .src-assets-style-messageRemind--index-iconDiv-21f3Q img {
  width: 65%;
  height: 65%;
}
.src-assets-style-messageRemind--index-modalContent-2uQVg .src-assets-style-messageRemind--index-main-1MKT_ .src-assets-style-messageRemind--index-iconDiv-21f3Q .src-assets-style-messageRemind--index-name-3_P_9 {
  line-height: 0.4rem;
}
.src-assets-style-messageRemind--index-modalContent-2uQVg .src-assets-style-messageRemind--index-main-1MKT_ .src-assets-style-messageRemind--index-selected-3jBQM,
.src-assets-style-messageRemind--index-modalContent-2uQVg .src-assets-style-messageRemind--index-main-1MKT_ .src-assets-style-messageRemind--index-notSelect-18whD {
  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-2uQVg .src-assets-style-messageRemind--index-main-1MKT_ .src-assets-style-messageRemind--index-selected-3jBQM .src-assets-style-messageRemind--index-icon-Xikvo,
.src-assets-style-messageRemind--index-modalContent-2uQVg .src-assets-style-messageRemind--index-main-1MKT_ .src-assets-style-messageRemind--index-notSelect-18whD .src-assets-style-messageRemind--index-icon-Xikvo {
  font-size: 0.52rem;
}
.src-assets-style-messageRemind--index-modalContent-2uQVg .src-assets-style-messageRemind--index-main-1MKT_ .src-assets-style-messageRemind--index-notSelect-18whD {
  background: #999;
}
.src-assets-style-messageRemind--index-modalContent-2uQVg .src-assets-style-messageRemind--index-main-1MKT_ .src-assets-style-messageRemind--index-selected-3jBQM {
  background: #008000;
}
.src-assets-style-messageRemind--index-modalContent-2uQVg .src-assets-style-messageRemind--index-main-1MKT_ .src-assets-style-messageRemind--index-remind-21MsM {
  height: 0.3rem;
  line-height: 0.3rem;
}
.src-assets-style-messageRemind--index-modalContent-2uQVg .src-assets-style-messageRemind--index-footer-3iwg7 {
  height: 0.22rem;
  line-height: 0.22rem;
  color: #999;
  position: absolute;
  bottom: 0.1rem;
}
.src-assets-style-messageRemind--index-modalContent-2uQVg .src-assets-style-messageRemind--index-display-2Uh6m {
  display: none;
}
.src-assets-style-messageRemind--index-modalContent-2uQVg .src-assets-style-messageRemind--index-hidden-2lrE7 {
  color: #fff;
  height: 0.3rem;
  line-height: 0.3rem;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-messageRemind--index-modalContent-2uQVg .src-assets-style-messageRemind--index-main-1MKT_ .src-assets-style-messageRemind--index-selected-3jBQM {
  background: #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-messageRemind--index-modalContent-2uQVg .src-assets-style-messageRemind--index-main-1MKT_ .src-assets-style-messageRemind--index-selected-3jBQM {
  background: #9A001E;
}
/*************** 红色主题 end***************/
/*************** 返回弹窗部分开始 ***************/
.src-assets-style-backModal--index-title-3hMKH {
  color: #000000;
  font-weight: bold;
}
.src-assets-style-backModal--index-modalLi-3EEC5 {
  padding-left: 0.35rem;
}
.src-assets-style-backModal--index-dropdownBoxDisplayNone-3gjZH {
  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-2YI2S {
  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-2V0x6 {
  height: 4rem;
  width: 10rem;
  padding: 0.2rem 0.3rem;
}
.src-assets-style-evaluationModal--index-modalContent-2V0x6 > div {
  display: inline-block;
  padding-right: 0.2rem;
}
.src-assets-style-evaluationModal--index-modalContent-2V0x6 .src-assets-style-evaluationModal--index-left-c0GjE {
  width: 30%;
  height: 100%;
  border-right: 1px dashed #999;
}
.src-assets-style-evaluationModal--index-modalContent-2V0x6 .src-assets-style-evaluationModal--index-right-1F9aS {
  width: 70%;
  padding-left: 0.3rem;
  float: right;
}
.src-assets-style-evaluationModal--index-modalContent-2V0x6 .src-assets-style-evaluationModal--index-right-1F9aS .src-assets-style-evaluationModal--index-textAreaStyle-2Q8mI {
  position: absolute;
  right: 0.25rem;
  bottom: -0.14rem;
}
.src-assets-style-evaluationModal--index-modalContent-2V0x6 .src-assets-style-evaluationModal--index-right-1F9aS .src-assets-style-evaluationModal--index-lable-2-0Er a {
  color: #ff0000;
  font-weight: bold;
}
.src-assets-style-evaluationModal--index-modalContent-2V0x6 .src-assets-style-evaluationModal--index-right-1F9aS .src-assets-style-evaluationModal--index-star-lXStJ {
  width: 100%;
  position: relative;
}
.src-assets-style-evaluationModal--index-modalContent-2V0x6 .src-assets-style-evaluationModal--index-right-1F9aS .src-assets-style-evaluationModal--index-error-1UKim {
  color: #ff0000;
  position: absolute;
  bottom: -0.25rem;
  left: 0.7rem;
}
.src-assets-style-evaluationModal--index-modalContent-2V0x6 .src-assets-style-evaluationModal--index-right-1F9aS .src-assets-style-evaluationModal--index-display-h1UJd {
  display: none;
}
.src-assets-style-evaluationModal--index-left-c0GjE .src-assets-style-evaluationModal--index-title-24Ty5 {
  width: 95%;
  float: right;
  position: relative;
  height: 0.6rem;
  padding-left: 0.2rem;
}
.src-assets-style-evaluationModal--index-left-c0GjE .src-assets-style-evaluationModal--index-title-24Ty5 .src-assets-style-evaluationModal--index-flag-2SmjN {
  position: absolute;
  top: 0px;
  left: -0.08rem;
  background: #fff;
}
.src-assets-style-evaluationModal--index-left-c0GjE .src-assets-style-evaluationModal--index-title-24Ty5 a {
  color: #000;
  font-weight: bold;
}
.src-assets-style-evaluationModal--index-left-c0GjE .src-assets-style-evaluationModal--index-title-24Ty5 .src-assets-style-evaluationModal--index-totalTime-2ivqG {
  color: #999999;
}
.src-assets-style-evaluationModal--index-left-c0GjE .src-assets-style-evaluationModal--index-process-2HsiN {
  position: relative;
  height: 0.6rem;
  padding-left: 0.2rem;
  width: 95%;
  float: right;
  border-left: 1px solid #ccc;
}
.src-assets-style-evaluationModal--index-left-c0GjE .src-assets-style-evaluationModal--index-process-2HsiN .src-assets-style-evaluationModal--index-processIcon-1wZnw {
  color: #CCCCCC;
}
.src-assets-style-evaluationModal--index-left-c0GjE .src-assets-style-evaluationModal--index-process-2HsiN .src-assets-style-evaluationModal--index-processTitle-R4EVt {
  line-height: 0.22rem;
  color: #000;
}
.src-assets-style-evaluationModal--index-left-c0GjE .src-assets-style-evaluationModal--index-process-2HsiN .src-assets-style-evaluationModal--index-processTime-1Hk3x {
  color: #999;
}
.src-assets-style-evaluationModal--index-left-c0GjE .src-assets-style-evaluationModal--index-process-2HsiN .src-assets-style-evaluationModal--index-flag-2SmjN {
  position: absolute;
  top: 0px;
  left: -0.08rem;
  background: #fff;
}
.src-assets-style-evaluationModal--index-left-c0GjE .src-assets-style-evaluationModal--index-process-2HsiN:last-child {
  border-left: none;
}
.src-assets-style-evaluationModal--index-leafContent-2JCP- {
  height: 2rem;
  line-height: 0.4rem;
  vertical-align: middle;
  padding-top: 0.5rem;
}
.src-assets-style-evaluationModal--index-leafContent-2JCP- > 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-1sJGk {
  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-wAGyD {
  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-6E5u_ {
  border-radius: 20px;
}
.src-assets-style-manuscript--index-itemButton-6E5u_ i {
  margin-right: 0.05rem;
}
.src-assets-style-manuscript--index-breadcrumb-HEaho {
  width: 2.19rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-manuscript--index-breadcrumbItem-3isXa {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-manuscript--index-itemRowContent-ic2g7 {
  color: #000000;
  font-size: 0.14rem;
}
.src-assets-style-manuscript--index-itemRowContent-ic2g7 .src-assets-style-manuscript--index-itemCol-2UGhS {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-manuscript--index-itemRowContent-ic2g7 .src-assets-style-manuscript--index-itemCol-2UGhS .src-assets-style-manuscript--index-subject-1FXKD {
  padding: 0 0.08rem;
}
.src-assets-style-manuscript--index-itemRowLeft-2Ak86 {
  width: 80%;
  float: left;
  cursor: pointer;
}
.src-assets-style-manuscript--index-itemRowRight-3hHOV {
  width: 20%;
  float: right;
  text-align: right;
  line-height: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}
.src-assets-style-manuscript--index-opt-18kbf {
  width: 0.81rem;
  display: inline-block;
  text-align: center;
}
.src-assets-style-manuscript--index-paginationStyle-2WMHq {
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.3rem;
}
.src-assets-style-manuscript--index-card-3LnmH {
  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-2A-bs {
  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-2A-bs .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-manuscript--index-newsSearch-2A-bs .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-2A-bs .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-manuscript--index-newsSearch-2A-bs .src-assets-style-manuscript--index-searchDel-1k7kL {
  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-2A-bs .src-assets-style-manuscript--index-searchIcon-3kVNb {
  color: rgba(0, 0, 0, 0.25);
  font-weight: bold;
  margin-right: 0.1rem;
}
.src-assets-style-manuscript--index-head-3qPbD {
  /*  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-3qPbD .src-assets-style-manuscript--index-title-3mxYy {
  /*padding: 10px 0;*/
  overflow: hidden;
  float: right;
}
.src-assets-style-manuscript--index-body1-1kh_O {
  /* padding: 0 32px;*/
}
.src-assets-style-manuscript--index-body1-1kh_O .src-assets-style-manuscript--index-condition-sppaC {
  padding: 0.05rem 0;
  margin-left: 0.11rem;
}
.src-assets-style-manuscript--index-body1-1kh_O .src-assets-style-manuscript--index-headOpt-pnTvs {
  /*margin-left: 5px;*/
  width: 100%;
  line-height: 0.36rem;
  display: inline-block;
  background: #f4f9f6;
}
.src-assets-style-manuscript--index-body1-1kh_O .src-assets-style-manuscript--index-headOpt-pnTvs li {
  display: inline-block;
  margin-left: 0.11rem;
}
.src-assets-style-manuscript--index-body1-1kh_O .src-assets-style-manuscript--index-headOpt-pnTvs .src-assets-style-manuscript--index-pageingButton-1QOU8 {
  color: #55906E;
}
.src-assets-style-manuscript--index-body1-1kh_O .src-assets-style-manuscript--index-headOpt-pnTvs .src-assets-style-manuscript--index-pageingNotAllowed-2Dafp {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-manuscript--index-body1-1kh_O .src-assets-style-manuscript--index-headOpt-pnTvs li:nth-child(1) {
  width: 18%;
}
.src-assets-style-manuscript--index-body1-1kh_O .src-assets-style-manuscript--index-headOpt-pnTvs li:nth-child(2) {
  width: 10%;
}
.src-assets-style-manuscript--index-body1-1kh_O .src-assets-style-manuscript--index-headOpt-pnTvs li:last-child {
  float: right;
  margin-right: 0.1rem;
  height: 0.36rem;
  line-height: 0.36rem;
}
.src-assets-style-manuscript--index-body2-35p3F {
  border-top: 1px solid #e8e8e8;
  padding: 0 0.11rem;
}
.src-assets-style-manuscript--index-checkAll-24tQY {
  float: left;
}
.src-assets-style-manuscript--index-batchDelete-3-TDF {
  float: right;
}
.src-assets-style-manuscript--index-loading-22nqe {
  height: calc(0%);
  width: 100%;
  height: calc(200%);
}
.src-assets-style-manuscript--index-loading-22nqe .ant-spin-dot {
  font-size: 0.32rem;
  width: 0.32rem;
  height: 0.32rem;
}
.src-assets-style-manuscript--index-loading-22nqe .ant-spin-dot i {
  width: 0.14rem;
  height: 0.14rem;
}
.src-assets-style-manuscript--index-modalContent-IBIbP {
  width: 100%;
  height: 0.95rem;
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.4rem;
}
.src-assets-style-manuscript--index-modalContent-IBIbP .src-assets-style-manuscript--index-icon-H2txe {
  color: #f1a42b;
}
.src-assets-style-manuscript--index-bghover-3en8_:hover {
  background-color: #F5FDF8;
  cursor: pointer;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-manuscript--index-head-3qPbD .src-assets-style-manuscript--index-title-3mxYy {
  color: #397EF0;
}
.theme-blue .src-assets-style-manuscript--index-bghover-3en8_:hover {
  background-color: #e6f7ff;
}
.theme-blue .src-assets-style-manuscript--index-body1-1kh_O .src-assets-style-manuscript--index-headOpt-pnTvs {
  background-color: #fafdff;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-manuscript--index-head-3qPbD .src-assets-style-manuscript--index-title-3mxYy {
  color: #9A001E;
}
.theme-red .src-assets-style-manuscript--index-bghover-3en8_:hover {
  background-color: #fff1f0;
}
.theme-red .src-assets-style-manuscript--index-body1-1kh_O .src-assets-style-manuscript--index-headOpt-pnTvs {
  background-color: #fffafb;
}
/*************** 红色主题 end***************/
.src-assets-style-manuscript--index-delModal-xgu3p .ant-modal-header {
  height: 0.4rem;
}
.src-assets-style-manuscript--index-delModal-xgu3p .ant-modal-footer {
  height: 0.4rem;
}
.src-assets-style-manuscript--index-delModal-xgu3p .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-3HFGS {
  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-_zAn8 {
  width: 100%;
  height: calc(-200%);
}
.src-assets-style-attention--index-attentionPage-M9maq ul {
  padding: 0px;
}
.src-assets-style-attention--index-attentionPage-M9maq .ant-tabs-ink-bar {
  background-color: #00a854;
  height: 0.03rem;
  margin-left: 0.2rem;
}
.src-assets-style-attention--index-attentionPage-M9maq .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-M9maq .ant-tabs-nav .ant-tabs-tab:first-child {
  margin-left: 0.2rem;
}
.src-assets-style-attention--index-attentionPage-M9maq .ant-tabs-nav-container {
  line-height: 0.4rem;
}
.src-assets-style-attention--index-breadcrumb-3Yjfa {
  width: 2.19rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-attention--index-breadcrumbItem-1VTzj {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-attention--index-opt-3c5Xj {
  width: 0.75rem;
  display: inline-block;
  text-align: center;
}
.src-assets-style-attention--index-mainContent-3BDl6 {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 0.1rem rgba(0, 88, 37, 0.1);
}
.src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-tabTop-2atkJ {
  border-bottom: 1px solid #e8e8e8;
}
.src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-tabTop-2atkJ ul li {
  list-style: none;
  display: inline-block;
  margin-left: 0.11rem;
}
.src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-search-_ljRW {
  height: 0.6rem;
  line-height: 0.6rem;
  width: 100%;
  margin-left: 0.05rem;
}
.src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-searchIcon-2o4Iq {
  color: rgba(0, 0, 0, 0.25);
  font-weight: bold;
  margin-right: 0.1rem;
}
.src-assets-style-attention--index-mainContent-3BDl6 .ant-input-search .ant-input {
  padding-right: 0.9rem;
}
.src-assets-style-attention--index-mainContent-3BDl6 input {
  padding-left: 0.5rem;
}
.src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-filter-1zGeH {
  height: 0.55rem;
  line-height: 0.55rem;
  /*  width: 70%;*/
  display: inline-block;
}
.src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-filter-1zGeH li:first-child {
  padding-left: 0.05rem;
}
.src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-filter-1zGeH li a {
  color: #000000;
  font-size: 0.14rem;
}
.src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-filter-1zGeH li a:hover {
  color: #37A164;
}
.src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-filter-1zGeH li.src-assets-style-attention--index-active-3PuVt a {
  color: #37A164;
}
.src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-searchInput-n8EpQ {
  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-3BDl6 .src-assets-style-attention--index-headOpt-8yD4O {
  margin-left: 0.05rem;
  width: 100%;
  display: inline-block;
  /*line-height: 42px;*/
  background: #f4f9f6;
  line-height: 0.36rem;
}
.src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-headOpt-8yD4O .src-assets-style-attention--index-pageingButton-2igad {
  color: #55906E;
  margin: 0 0.25rem;
}
.src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-headOpt-8yD4O .src-assets-style-attention--index-pageingNotAllowed-3MkT6 {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-headOpt-8yD4O li:nth-child(1) {
  width: 15%;
  min-width: 2rem;
}
.src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-headOpt-8yD4O li:nth-child(2) {
  width: 10%;
}
.src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-delete-2EYar {
  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-3BDl6 .src-assets-style-attention--index-tabTop-2atkJ .src-assets-style-attention--index-checkBox-1NKZn li {
  padding: 0.05rem;
  text-align: left;
}
.src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-mainList-2SUHX {
  padding: 0px 0.16rem;
}
.src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-mainList-2SUHX ul li {
  list-style: none;
  display: inline-block;
  text-align: left;
  padding: 0 0 0 0.1rem;
}
.src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-mainList-2SUHX ul li a {
  color: #62B68E;
}
.src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-mainList-2SUHX ul li a:hover {
  color: #62B68E;
}
.src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-mainList-2SUHX ul li a:active {
  color: #005825;
}
.src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-mainList-2SUHX ul:first-child {
  text-align: left;
}
.src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-listDiv-BYJrN {
  height: 1rem;
  width: 100%;
  border-bottom: 1px solid #f0f2f1;
}
.src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-listDiv-BYJrN .src-assets-style-attention--index-cancel-3L7qC {
  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-3BDl6 .src-assets-style-attention--index-listDiv-BYJrN .src-assets-style-attention--index-cancel-3L7qC a {
  color: #37a164;
}
.src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-listDiv-BYJrN .src-assets-style-attention--index-look-mX4uL {
  padding-right: 0.1rem;
  border-right: 1px solid #CCCCCC;
}
.src-assets-style-attention--index-listDiv-BYJrN .ant-checkbox-group {
  width: 100%;
}
.src-assets-style-attention--index-listDiv-BYJrN .ant-list-item {
  height: 1rem;
}
.src-assets-style-attention--index-listDiv-BYJrN .ant-list-item-meta-title {
  padding-top: 0.1rem;
}
.src-assets-style-attention--index-listDiv-BYJrN .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-BYJrN .ant-list-item-meta-avatar {
  margin-right: 0px;
  padding-top: 0.1rem;
}
.src-assets-style-attention--index-listDiv-BYJrN .src-assets-style-attention--index-title-2Fk7L a:hover {
  color: #005825;
  text-decoration: underline;
}
.src-assets-style-attention--index-listDiv-BYJrN .src-assets-style-attention--index-listUl-3RPO2 {
  padding-top: 0.05rem;
  width: 100%;
}
.src-assets-style-attention--index-listDiv-BYJrN .src-assets-style-attention--index-listUl-3RPO2 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-BYJrN .src-assets-style-attention--index-listUl-3RPO2 li:nth-child(1) {
  width: 15%;
  text-align: left;
  border-left: none;
  padding: 0px;
}
.src-assets-style-attention--index-listDiv-BYJrN .src-assets-style-attention--index-listUl-3RPO2 li:nth-child(2) {
  width: 25%;
}
.src-assets-style-attention--index-listDiv-BYJrN .src-assets-style-attention--index-listUl-3RPO2 li:nth-child(3),
.src-assets-style-attention--index-listDiv-BYJrN .src-assets-style-attention--index-listUl-3RPO2 li:nth-child(4) {
  width: 25%;
}
.src-assets-style-attention--index-listDiv-BYJrN .src-assets-style-attention--index-listUl-3RPO2 li:nth-child(5) {
  width: 10%;
}
.src-assets-style-attention--index-listDiv-BYJrN .src-assets-style-attention--index-listUl-3RPO2 li:nth-child(5):hover {
  color: #005825;
  text-decoration: underline;
  cursor: pointer;
}
.src-assets-style-attention--index-pagination-3yoQA {
  width: 100%;
  padding-right: 0.2rem;
  padding-top: 0.3rem;
  text-align: right;
  height: 1rem;
  text-align: center;
}
.src-assets-style-attention--index-modalContent-o7TQm {
  width: 100%;
  height: 2rem;
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.7rem;
}
.src-assets-style-attention--index-modalContent-o7TQm .src-assets-style-attention--index-icon-2vTUC {
  color: #f1a42b;
}
.src-assets-style-attention--index-ant-modal-footer-Rle_I {
  background: #f8faf9;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-headOpt-8yD4O {
  background: #fafdff;
}
.theme-blue .src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-filter-1zGeH li a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-filter-1zGeH li.src-assets-style-attention--index-active-3PuVt a {
  color: #397EF0;
}
.theme-blue .src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-mainList-2SUHX ul li a {
  color: #397EF0;
}
.theme-blue .src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-mainList-2SUHX ul li a:hover,
.theme-blue .src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-mainList-2SUHX ul li a:active {
  color: #397EF0;
}
.theme-blue .src-assets-style-attention--index-listDiv-BYJrN .src-assets-style-attention--index-title-2Fk7L a:hover {
  color: #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-headOpt-8yD4O {
  background: #fffafb;
}
.theme-red .src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-filter-1zGeH li a:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-filter-1zGeH li.src-assets-style-attention--index-active-3PuVt a {
  color: #9A001E;
}
.theme-red .src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-mainList-2SUHX ul li a {
  color: #F63E62;
}
.theme-red .src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-mainList-2SUHX ul li a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-attention--index-mainContent-3BDl6 .src-assets-style-attention--index-mainList-2SUHX ul li a:active {
  color: #9A001E;
}
.theme-red .src-assets-style-attention--index-listDiv-BYJrN .src-assets-style-attention--index-title-2Fk7L a:hover {
  color: #9A001E;
}
/*************** 红色主题 end***************/
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.src-assets-style-progress--index-popover-3Wd6c {
  width: 3rem;
  border-radius: 6px;
}
.src-assets-style-progress--index-popover-3Wd6c > div {
  width: 100%;
  padding: 0.1rem 0px;
  text-align: center;
}
.src-assets-style-progress--index-popover-3Wd6c > div:first-child {
  font-weight: bold;
  font-size: 0.16rem;
}
.src-assets-style-progress--index-popover-3Wd6c > div:last-child {
  padding: 0px;
  margin: 0.1rem auto;
  width: 86%;
}
.src-assets-style-progress--index-popover-3Wd6c .src-assets-style-progress--index-process-3zTUB {
  position: relative;
}
.src-assets-style-progress--index-popover-3Wd6c .src-assets-style-progress--index-process-3zTUB .src-assets-style-progress--index-circleDiv-1-jDx {
  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-3Wd6c .src-assets-style-progress--index-process-3zTUB .src-assets-style-progress--index-circleSvg-1fs6y {
  width: 1.6rem;
  height: 1.6rem;
  viewbox: 0 0 1.6rem 1.6rem;
}
.src-assets-style-progress--index-popover-3Wd6c .src-assets-style-progress--index-process-3zTUB .src-assets-style-progress--index-circleSvg-1fs6y circle {
  -webkit-transition: stroke-dasharray 0.25s;
  transition: stroke-dasharray 0.25s;
  stroke-width: 0.15rem;
  fill: none;
}
.src-assets-style-progress--index-popover-3Wd6c .src-assets-style-progress--index-process-3zTUB .src-assets-style-progress--index-circleSvg-1fs6y circle:last-child {
  transform: matrix(0, -1, 1, 0, 0, 1.6rem);
  stroke: #62B68E;
}
.src-assets-style-progress--index-popover-3Wd6c .src-assets-style-progress--index-process-3zTUB .src-assets-style-progress--index-circleSvg-1fs6y circle:first-child {
  stroke: #E1E6E3;
}
.src-assets-style-progress--index-popover-3Wd6c ul:last-child {
  border-bottom: 1px solid #E1E6E3;
}
.src-assets-style-progress--index-popover-3Wd6c ul {
  text-align: left;
  line-height: 0.28rem;
  height: 0.3rem;
}
.src-assets-style-progress--index-popover-3Wd6c 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-3Wd6c ul li:nth-child(1) {
  width: 45%;
  background: #F5FDF8;
  border: 1px solid #E1E6E3;
  border-bottom: none;
}
.src-assets-style-progress--index-popover-3Wd6c 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-3Wd6c .src-assets-style-progress--index-process-3zTUB .src-assets-style-progress--index-circleDiv-1-jDx {
  color: #397EF0;
}
.theme-blue .src-assets-style-progress--index-popover-3Wd6c .src-assets-style-progress--index-process-3zTUB .src-assets-style-progress--index-circleSvg-1fs6y circle:last-child {
  stroke: #397EF0;
}
.theme-blue .src-assets-style-progress--index-popover-3Wd6c ul li:nth-child(1) {
  background: #e6f7ff;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-progress--index-popover-3Wd6c .src-assets-style-progress--index-process-3zTUB .src-assets-style-progress--index-circleDiv-1-jDx {
  color: #F63E62;
}
.theme-red .src-assets-style-progress--index-popover-3Wd6c .src-assets-style-progress--index-process-3zTUB .src-assets-style-progress--index-circleSvg-1fs6y circle:last-child {
  stroke: #F63E62;
}
.theme-red .src-assets-style-progress--index-popover-3Wd6c 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-3spIe {
  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-1ad1b ul {
  padding: 0px;
}
.src-assets-style-reading--index-attentionPage-1ad1b .ant-tabs-ink-bar {
  height: 0.03rem;
}
.src-assets-style-reading--index-attentionPage-1ad1b .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-1ad1b .ant-tabs-nav .ant-tabs-tab:first-child {
  margin-left: 0.2rem;
}
.src-assets-style-reading--index-attentionPage-1ad1b .ant-tabs-nav-container {
  line-height: 0.4rem;
}
.src-assets-style-reading--index-breadcrumb-10p0Q {
  width: 2.19rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-reading--index-breadcrumbItem-3nv1G {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-reading--index-opt-vBZyh {
  width: 0.75rem;
  display: inline-block;
  text-align: center;
}
.src-assets-style-reading--index-mainContent-25NHA {
  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-25NHA .src-assets-style-reading--index-tabTop-3Yoo_ ul li {
  list-style: none;
  display: inline-block;
  margin-left: 0.11rem;
}
.src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-search-2Nkg9 {
  height: 0.6rem;
  line-height: 0.6rem;
  width: 100%;
  margin-left: 0.05rem;
  margin-bottom: 0.05rem;
}
.src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-searchIcon-3YE67 {
  color: rgba(0, 0, 0, 0.25);
  font-weight: bold;
  margin-right: 0.1rem;
}
.src-assets-style-reading--index-mainContent-25NHA .ant-input-search .ant-input {
  padding-right: 0.9rem;
}
.src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-filter-1fhXY {
  height: 0.55rem;
  line-height: 0.55rem;
  width: 75%;
  display: inline-block;
}
.src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-filter-1fhXY li:first-child {
  padding-left: 0.05rem;
}
.src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-filter-1fhXY li a {
  color: #000000;
  font-size: 0.14rem;
}
.src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-filter-1fhXY li a:hover {
  color: #37A164;
}
.src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-filter-1fhXY li.src-assets-style-reading--index-active-3aFEC a {
  color: #37A164;
}
.src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-searchInput-JW3Se {
  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-25NHA .src-assets-style-reading--index-headOpt-33qy1 {
  margin-left: 0.05rem;
  width: 100%;
  display: inline-block;
  background: #f4f9f6;
  line-height: 0.36rem;
}
.src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-headOpt-33qy1 .src-assets-style-reading--index-pageingButton-3CuZL {
  color: #55906E;
}
.src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-headOpt-33qy1 .src-assets-style-reading--index-pageingNotAllowed-3xb9Y {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-headOpt-33qy1 .src-assets-style-reading--index-pageingButton-3CuZL {
  color: #55906E;
  margin: 0 0.25rem;
}
.src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-headOpt-33qy1 li:nth-child(1) {
  width: 18%;
}
.src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-headOpt-33qy1 li:nth-child(2) {
  width: 12%;
}
.src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-delete-1_TT5 {
  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-25NHA .src-assets-style-reading--index-tabTop-3Yoo_ .src-assets-style-reading--index-checkBox-2frSb {
  height: 0.4rem;
  line-height: 0.4rem;
}
.src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-tabTop-3Yoo_ .src-assets-style-reading--index-checkBox-2frSb li {
  padding: 0.05rem;
  text-align: left;
}
.src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-mainList-3Fiq5 ul li {
  list-style: none;
  display: inline-block;
  text-align: left;
  padding: 0 0 0 0.1rem;
}
.src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-mainList-3Fiq5 ul:first-child {
  text-align: left;
}
.src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-listDiv-1ZV2g {
  height: 1rem;
  width: 100%;
  border-bottom: 1px solid #f0f2f1;
}
.src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-listDiv-1ZV2g .src-assets-style-reading--index-cancel-2JAj2 {
  display: inline-block;
  width: 1.1rem;
  text-align: center;
  height: 0.35rem;
  line-height: 0.35rem;
}
.src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-listDiv-1ZV2g .src-assets-style-reading--index-cancel-2JAj2 .src-assets-style-reading--index-look-26pY8 {
  border-right: 1px solid #D1D1D1;
  padding: 0px 0.1rem;
}
.src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-listDiv-1ZV2g .src-assets-style-reading--index-cancel-2JAj2 a {
  color: #37a164;
}
.src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-listDiv-1ZV2g:hover {
  background-color: #F5FDF8;
}
.src-assets-style-reading--index-listDiv-1ZV2g .ant-checkbox-group {
  width: 100%;
}
.src-assets-style-reading--index-listDiv-1ZV2g .ant-list-item {
  height: 1rem;
}
.src-assets-style-reading--index-listDiv-1ZV2g .ant-list-item-meta-title {
  padding-top: 0.1rem;
}
.src-assets-style-reading--index-listDiv-1ZV2g .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-1ZV2g .ant-list-item-meta-avatar {
  margin-right: 0px;
  padding-top: 0.1rem;
}
.src-assets-style-reading--index-listDiv-1ZV2g .src-assets-style-reading--index-title-xDcVA a:hover {
  color: #005825;
  text-decoration: underline;
}
.src-assets-style-reading--index-listDiv-1ZV2g .src-assets-style-reading--index-listUl-1M5nq {
  padding-top: 0.05rem;
  width: 100%;
}
.src-assets-style-reading--index-listDiv-1ZV2g .src-assets-style-reading--index-listUl-1M5nq 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-1ZV2g .src-assets-style-reading--index-listUl-1M5nq li:nth-child(1) {
  width: 17%;
  text-align: left;
  border-left: none;
  padding: 0px;
}
.src-assets-style-reading--index-listDiv-1ZV2g .src-assets-style-reading--index-listUl-1M5nq li:nth-child(2) {
  width: 23%;
}
.src-assets-style-reading--index-listDiv-1ZV2g .src-assets-style-reading--index-listUl-1M5nq li:nth-child(3),
.src-assets-style-reading--index-listDiv-1ZV2g .src-assets-style-reading--index-listUl-1M5nq li:nth-child(4) {
  width: 25%;
}
.src-assets-style-reading--index-listDiv-1ZV2g .src-assets-style-reading--index-listUl-1M5nq li:nth-child(5) {
  width: 10%;
}
.src-assets-style-reading--index-listDiv-1ZV2g .src-assets-style-reading--index-listUl-1M5nq li:nth-child(5) a {
  color: #37A164;
}
.src-assets-style-reading--index-pagination-e6Eso {
  width: 100%;
  padding-right: 0.2rem;
  padding-top: 0.3rem;
  text-align: right;
  height: 1rem;
  text-align: center;
}
.src-assets-style-reading--index-modalContent-1MzXr {
  width: 100%;
  height: 2rem;
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.7rem;
}
.src-assets-style-reading--index-modalContent-1MzXr .src-assets-style-reading--index-icon-3rWQd {
  color: #f1a42b;
}
.src-assets-style-reading--index-ant-modal-footer-3wTF7 {
  background: #f8faf9;
}
.src-assets-style-reading--index-loading-1bB_V {
  width: 100%;
  height: 100%;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-headOpt-33qy1 {
  background: #fafdff;
}
.theme-blue .src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-pageingButton-3CuZL {
  color: #397EF0;
}
.theme-blue .src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-listDiv-1ZV2g .src-assets-style-reading--index-title-xDcVA a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-listDiv-1ZV2g li:nth-child(5) {
  width: 10%;
}
.theme-blue .src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-listDiv-1ZV2g li:nth-child(5) a {
  color: #397EF0;
}
.theme-blue .src-assets-style-reading--index-listDiv-1ZV2g:hover {
  background-color: #e6f7ff;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-headOpt-33qy1 {
  background: #fffafb;
}
.theme-red .src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-pageingButton-3CuZL {
  color: #9A001E;
}
.theme-red .src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-listDiv-1ZV2g .src-assets-style-reading--index-title-xDcVA a:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-listDiv-1ZV2g li:nth-child(5) {
  width: 10%;
}
.theme-red .src-assets-style-reading--index-mainContent-25NHA .src-assets-style-reading--index-listDiv-1ZV2g li:nth-child(5) a {
  color: #F63E62;
}
.theme-red .src-assets-style-reading--index-listDiv-1ZV2g: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-3vSyh {
  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-1S7hc {
  border: none;
}
.src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 {
  margin-top: -0.23rem;
  width: 100%;
}
.src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 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-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 ul:hover {
  background: #F5FDF8;
  /*background-color : #e6fff5;*/
}
.src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 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-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 ul li a {
  cursor: pointer;
}
.src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 ul li:nth-child(1) a {
  color: #000000;
  font-weight: bold;
}
.src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 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-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 ul li:nth-child(3) {
  color: #999999;
}
.src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 ul li:nth-child(3) a {
  color: #999999;
}
.src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 ul li:nth-child(4) {
  padding: 0px;
}
.src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 ul li:nth-child(4) a {
  color: #c9c9c9;
}
.src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 ul li:nth-child(4) a:hover {
  color: #005825;
  /*text-decoration: underline;*/
}
.src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 ul.src-assets-style-card-attention--index-headTitle-z4wla {
  cursor: default;
}
.src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 ul.src-assets-style-card-attention--index-headTitle-z4wla:hover {
  background: none;
}
.src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 ul.src-assets-style-card-attention--index-headTitle-z4wla li {
  font-weight: bold;
  color: #000000;
}
.src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 ul.src-assets-style-card-attention--index-headTitle-z4wla li:nth-child(3) {
  color: #000000;
}
@media (min-width: 0px) {
  .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-large-3PRlf {
    display: none;
  }
  .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-small-2LCNp {
    display: inline-block;
  }
  .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(1) {
    width: 40%;
  }
  .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(2) {
    width: 18%;
  }
  .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(3) {
    width: 30%;
  }
  .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(4) {
    width: 12%;
  }
}
/****************列表部分结束***************/
.src-assets-style-card-attention--index-modalContent-F-jz6 {
  width: 100%;
  height: 2rem;
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.7rem;
}
.src-assets-style-card-attention--index-modalContent-F-jz6 .src-assets-style-card-attention--index-icon-1pb5z {
  color: #f1a42b;
}
.src-assets-style-card-attention--index-nullData-OttcY {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-card-attention--index-nullData-OttcY .src-assets-style-card-attention--index-message-3lYDq {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #DBDBDB;
  font-size: 0.14rem;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 ul:hover {
  background: #e6f7ff;
}
.theme-blue .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 ul li:nth-child(2) a {
  color: #397EF0;
}
.theme-blue .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 ul li:nth-child(4) a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 ul.src-assets-style-card-attention--index-headTitle-z4wla:hover {
  background: none;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 ul:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 ul li:nth-child(2) a {
  color: #F63E62;
}
.theme-red .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 ul li:nth-child(4) a:hover {
  color: #F63E62;
}
/*************** 红色主题 end***************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-small-2LCNp {
    display: none;
  }
  .font-normal .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-large-3PRlf {
    display: inline-block;
  }
  .font-normal .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(1) {
    width: 37%;
  }
  .font-normal .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(2) {
    width: 22%;
  }
  .font-normal .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(3) {
    width: 37%;
  }
  .font-normal .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(4) {
    width: 4%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-small-2LCNp {
    display: none;
  }
  .font-normal .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-large-3PRlf {
    display: inline-block;
  }
  .font-normal .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(1) {
    width: 42%;
  }
  .font-normal .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(2) {
    width: 20%;
  }
  .font-normal .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(3) {
    width: 34%;
  }
  .font-normal .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(4) {
    width: 4%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-small-2LCNp {
    display: none;
  }
  .font-large .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-large-3PRlf {
    display: inline-block;
  }
  .font-large .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(1) {
    width: 37%;
  }
  .font-large .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(2) {
    width: 22%;
  }
  .font-large .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(3) {
    width: 37%;
  }
  .font-large .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(4) {
    width: 4%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-small-2LCNp {
    display: none;
  }
  .font-large .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-large-3PRlf {
    display: inline-block;
  }
  .font-large .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(1) {
    width: 42%;
  }
  .font-large .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(2) {
    width: 20%;
  }
  .font-large .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(3) {
    width: 34%;
  }
  .font-large .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(4) {
    width: 4%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-small-2LCNp {
    display: none;
  }
  .font-extraLarge .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-large-3PRlf {
    display: inline-block;
  }
  .font-extraLarge .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(1) {
    width: 37%;
  }
  .font-extraLarge .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(2) {
    width: 22%;
  }
  .font-extraLarge .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(3) {
    width: 37%;
  }
  .font-extraLarge .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(4) {
    width: 4%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-small-2LCNp {
    display: none;
  }
  .font-extraLarge .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-large-3PRlf {
    display: inline-block;
  }
  .font-extraLarge .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(1) {
    width: 42%;
  }
  .font-extraLarge .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(2) {
    width: 20%;
  }
  .font-extraLarge .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(3) {
    width: 34%;
  }
  .font-extraLarge .src-assets-style-card-attention--index-attentionCard-1S7hc .src-assets-style-card-attention--index-listMain-3ukS3 li:nth-child(4) {
    width: 4%;
  }
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.src-assets-style-processcard--index-totalSpan-27sJD {
  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-1H_kT {
  float: left;
}
.src-assets-style-processcard--index-limitedTime-3mEsM {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 0.55rem;
  width: 0.6rem;
}
.src-assets-style-processcard--index-limitedTime-3mEsM .src-assets-style-processcard--index-backBorder-3HHt1 {
  border-top: solid 55px #FF0000;
  border-left: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-processcard--index-limitedTime-3mEsM .src-assets-style-processcard--index-inner-3CUQ7 {
  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-10r7Y {
  text-align: center;
  bottom: 0px;
  color: #B1B1B1;
  font-size: 0.14rem;
  height: 0.5rem;
  line-height: 0.5rem;
}
.src-assets-style-processcard--index-viewMore-1fMwZ {
  position: absolute;
  width: 100%;
  line-height: 0.4rem;
  left: 0;
  top: 3.2rem;
  text-align: center;
}
.src-assets-style-processcard--index-simpleCardTitle-2_oM3 {
  display: flex;
  padding: 0.1rem 0.2rem 0;
}
.src-assets-style-processcard--index-simpleCardTitle-2_oM3 .src-assets-style-processcard--index-simpleCard-3jB5E {
  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-2_oM3 .src-assets-style-processcard--index-simpleCard-3jB5E:not(:last-child) {
  margin-right: 0.16rem;
}
.src-assets-style-processcard--index-simpleCardTitle-2_oM3 .src-assets-style-processcard--index-simpleCard-3jB5E:hover {
  box-shadow: 0px 0px 0.1rem 0px rgba(3, 57, 107, 0.4);
}
.src-assets-style-processcard--index-simpleCardTitle-2_oM3 .src-assets-style-processcard--index-simpleCard-3jB5E: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-2_oM3 .src-assets-style-processcard--index-simpleCard-3jB5E.src-assets-style-processcard--index-active-1hUBY {
  box-shadow: 0px 0px 0.1rem 0px rgba(3, 57, 107, 0.4);
}
.src-assets-style-processcard--index-simpleCardTitle-2_oM3 .src-assets-style-processcard--index-simpleCard-3jB5E.src-assets-style-processcard--index-active-1hUBY::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-Yue9x {
  border-bottom: 1px solid #e8e8e8;
}
.src-assets-style-processcard--index-listBottom-1-ZRK {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
  height: 0.5rem;
  line-height: 0.5rem;
}
.src-assets-style-processcard--index-listBottom-1-ZRK a {
  color: #B1B1B1;
  cursor: pointer;
  font-size: 0.14rem;
}
.src-assets-style-processcard--index-listBottom-1-ZRK a:hover {
  color: #005825;
}
.src-assets-style-processcard--index-listBottom2-YDqcH {
  width: 100%;
  position: relative;
  bottom: 0.2rem;
  text-align: center;
  height: 0.5rem;
  line-height: 0.5rem;
}
.src-assets-style-processcard--index-listBottom2-YDqcH a {
  color: #B1B1B1;
  cursor: pointer;
  font-size: 0.14rem;
}
.src-assets-style-processcard--index-listBottom2-YDqcH a:hover {
  color: #005825;
}
.src-assets-style-processcard--index-dataList-1yTZK {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.src-assets-style-processcard--index-dataList-1yTZK .src-assets-style-processcard--index-listMain-2A5-w {
  overflow: hidden;
}
.src-assets-style-processcard--index-dataList-1yTZK .src-assets-style-processcard--index-listMain-2A5-w ul {
  height: 0.41rem;
  cursor: pointer;
}
.src-assets-style-processcard--index-dataList-1yTZK .src-assets-style-processcard--index-listMain-2A5-w ul:hover {
  background: #F5FDF8;
  /*background-color : #e6fff5;*/
}
.src-assets-style-processcard--index-dataList-1yTZK .src-assets-style-processcard--index-listMain-2A5-w ul li {
  height: 0.4rem;
  line-height: 0.4rem;
  color: #595959;
}
.src-assets-style-processcard--index-dataList-1yTZK .src-assets-style-processcard--index-listMain-2A5-w ul li a {
  color: #595959;
  cursor: pointer;
  /*&:hover{
            color:@deep-green;
            text-decoration: underline;
          }*/
}
.src-assets-style-processcard--index-dataList-1yTZK .src-assets-style-processcard--index-listMain-2A5-w ul .src-assets-style-processcard--index-doing-1aPA8 .src-assets-style-processcard--index-iconfont-J9EFH {
  color: #eca928;
  font-size: 0.06rem;
}
.src-assets-style-processcard--index-dataList-1yTZK .src-assets-style-processcard--index-listMain-2A5-w ul .src-assets-style-processcard--index-done-3ga9L .src-assets-style-processcard--index-iconfont-J9EFH {
  color: #37a164;
  font-size: 0.06rem;
}
.src-assets-style-processcard--index-dataList-1yTZK .src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-approvalUl-3pcxe li:nth-child(1) a,
.src-assets-style-processcard--index-dataList-1yTZK .src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-applyUl-2Lwsc li:nth-child(1) a {
  color: #363636;
  font-weight: bold;
  /*&:hover{
            text-decoration: underline;
          }*/
}
.src-assets-style-processcard--index-dataList-1yTZK .src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-approvalUl-3pcxe li:nth-child(6) ul a,
.src-assets-style-processcard--index-dataList-1yTZK .src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-applyUl-2Lwsc li:nth-child(6) ul a {
  color: #397EF0;
}
.src-assets-style-processcard--index-dataList-1yTZK .src-assets-style-processcard--index-notMore-1-qEo {
  font-size: 0.14rem;
  color: #595959;
  list-style: none;
}
.src-assets-style-processcard--index-dataList-1yTZK .src-assets-style-processcard--index-notMore-1-qEo li {
  position: absolute;
  width: 100%;
  bottom: 0px;
  text-align: center;
}
.src-assets-style-processcard--index-listMain-2A5-w {
  overflow: hidden;
}
.src-assets-style-processcard--index-listMain-2A5-w ul {
  height: 0.4rem;
  cursor: pointer;
  padding: 0px 0.05rem;
}
.src-assets-style-processcard--index-listMain-2A5-w ul:hover {
  background: #F5FDF8;
}
.src-assets-style-processcard--index-listMain-2A5-w 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-2A5-w ul li a {
  color: #595959;
  cursor: pointer;
}
.src-assets-style-processcard--index-listMain-2A5-w ul li:not(:first-child) {
  flex-shrink: 0;
}
.src-assets-style-processcard--index-listMain-2A5-w ul .src-assets-style-processcard--index-doing-1aPA8 .src-assets-style-processcard--index-iconfont-J9EFH {
  color: #eca928;
  font-size: 0.06rem;
}
.src-assets-style-processcard--index-listMain-2A5-w ul .src-assets-style-processcard--index-done-3ga9L .src-assets-style-processcard--index-iconfont-J9EFH {
  color: #37a164;
  font-size: 0.06rem;
}
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-approvalUl-3pcxe li:nth-child(1) a,
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-applyUl-2Lwsc li:nth-child(1) a {
  color: black;
}
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-approvalUl-3pcxe li:nth-child(6) ul a,
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-applyUl-2Lwsc li:nth-child(6) ul a {
  color: #397EF0;
}
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-myDoneUl-332QZ li:nth-child(1) a {
  color: black;
}
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-myToDoUl-23ZVV li:nth-child(1) a {
  color: black;
}
.src-assets-style-processcard--index-listMain-2A5-w .ant-dropdown-menu {
  padding: 0;
}
.src-assets-style-processcard--index-listMain-2A5-w .ant-dropdown-menu .ant-dropdown-menu-item {
  text-align: center;
  background: #fff;
  z-index: 9999;
}
.src-assets-style-processcard--index-listMain-2A5-w .ant-dropdown-menu .ant-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.src-assets-style-processcard--index-listMain-2A5-w .ant-dropdown-menu-item {
  text-align: center;
  background: #fff;
  z-index: 9999;
}
.src-assets-style-processcard--index-listMain-2A5-w .ant-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-attention-20Ha0 .src-assets-style-processcard--index-first-3toxe {
  width: 40%;
}
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-attention-20Ha0 .src-assets-style-processcard--index-first-3toxe a {
  color: #000000;
}
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-attention-20Ha0 .src-assets-style-processcard--index-third-kVbkd {
  width: 18%;
}
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-attention-20Ha0 .src-assets-style-processcard--index-third-kVbkd a {
  cursor: pointer;
  font-size: 0.14rem;
  color: #00a854;
}
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-attention-20Ha0 .src-assets-style-processcard--index-second-1gbBZ {
  width: 30%;
}
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-attention-20Ha0 .src-assets-style-processcard--index-second-1gbBZ a {
  color: #999999;
}
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-attention-20Ha0 .src-assets-style-processcard--index-last-2iwvL {
  width: 12%;
  text-align: right;
  padding-right: 0.24rem;
}
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-attention-20Ha0 .src-assets-style-processcard--index-last-2iwvL a {
  color: #c9c9c9;
}
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-attention-20Ha0 .src-assets-style-processcard--index-last-2iwvL a:hover {
  color: #00a854;
}
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-mywait-VJwC- {
  padding: 0px;
}
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-mywait-VJwC- li {
  text-align: left;
  float: left;
}
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-mywait-VJwC- li:nth-child(1) {
  width: 40%;
}
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-mywait-VJwC- li:nth-child(1) a {
  color: #000000;
}
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-mywait-VJwC- li:nth-child(2) {
  color: #c9c9c9;
  width: 25%;
}
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-mywait-VJwC- li:nth-child(3) a {
  color: #c9c9c9;
  width: 35%;
}
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-itemRow-HSmcN li:nth-child(1) {
  width: 45%;
  color: #000000;
  padding-right: 0.1rem;
}
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-itemRow-HSmcN li:nth-child(2) {
  color: #c9c9c9;
  width: 45%;
}
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-itemRow-HSmcN li:nth-child(3) {
  width: 10%;
  text-align: right;
  padding-right: 0.24rem;
}
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-itemRow-HSmcN li:nth-child(3) a {
  color: #c9c9c9;
}
.src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-itemRow-HSmcN li:nth-child(3) a:hover {
  color: #00a854;
}
.src-assets-style-processcard--index-notMore-1-qEo {
  font-size: 0.14rem;
  color: #595959;
  list-style: none;
}
.src-assets-style-processcard--index-notMore-1-qEo li {
  position: absolute;
  width: 100%;
  bottom: 0px;
  text-align: center;
}
.src-assets-style-processcard--index-iconfont-J9EFH {
  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-3vLxF .ant-card-head-wrapper {
  max-height: 0.7rem;
}
.src-assets-style-processcard--index-cardList-3vLxF .ant-card-head-title {
  overflow: auto;
  white-space: normal;
}
.src-assets-style-processcard--index-cardDiv-2FKjb {
  line-height: 0.2rem;
}
.src-assets-style-processcard--index-cardDiv-2FKjb .src-assets-style-processcard--index-cardItem-3Z5Qy {
  display: inline-block;
}
.src-assets-style-processcard--index-cardDiv-2FKjb .src-assets-style-processcard--index-normal-21iuv,
.src-assets-style-processcard--index-cardDiv-2FKjb .src-assets-style-processcard--index-active-1hUBY {
  float: left;
  cursor: pointer;
  margin-left: 0.2rem;
}
.src-assets-style-processcard--index-cardDiv-2FKjb .src-assets-style-processcard--index-normal-21iuv {
  opacity: 0.6;
}
.src-assets-style-processcard--index-cardDiv-2FKjb .src-assets-style-processcard--index-active-1hUBY {
  opacity: 1;
}
.src-assets-style-processcard--index-cardDiv-2FKjb > div:first-child {
  margin-left: 0px;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-processcard--index-transaction-11cI0 .src-assets-style-processcard--index-title-1H_kT .src-assets-style-processcard--index-headTitle-2gRcv {
  color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-transaction-11cI0 .src-assets-style-processcard--index-title-1H_kT .src-assets-style-processcard--index-headTitle-2gRcv:hover {
  border-bottom-color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-transaction-11cI0 .src-assets-style-processcard--index-title-1H_kT .src-assets-style-processcard--index-totalSpan-27sJD {
  background: #fdac10;
}
.theme-blue .src-assets-style-processcard--index-transaction-11cI0 .src-assets-style-processcard--index-title-1H_kT .src-assets-style-processcard--index-count-1iESQ a {
  color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-transaction-11cI0 .src-assets-style-processcard--index-title-1H_kT .src-assets-style-processcard--index-count-1iESQ a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-listMain-2A5-w .ant-dropdown-menu-item {
  background: #fff;
  text-align: center;
  z-index: 9999;
}
.theme-blue .src-assets-style-processcard--index-listMain-2A5-w .ant-dropdown-menu-item:hover {
  background: #e6f7ff;
}
.theme-blue .src-assets-style-processcard--index-listMain-2A5-w ul:hover {
  background: #e6f7ff;
}
.theme-blue .src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-approvalUl-3pcxe li:nth-child(6) ul a,
.theme-blue .src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-applyUl-2Lwsc li:nth-child(6) ul a {
  color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-myDoneUl-332QZ li:nth-child(4) ul a {
  color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-myToDoUl-23ZVV li:nth-child(4) ul a,
.theme-blue .src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-myToDoUl-23ZVV li:nth-child(5) ul a {
  color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-attention-20Ha0 .src-assets-style-processcard--index-third-kVbkd a {
  color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-attention-20Ha0 .src-assets-style-processcard--index-last-2iwvL a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-itemRow-HSmcN li:nth-child(3) a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-listBottom-1-ZRK a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-listBottom2-YDqcH a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-popover-GYMkw .src-assets-style-processcard--index-process-1tV2R .src-assets-style-processcard--index-circleDiv-2I1kt {
  color: #397EF0;
}
.theme-blue .src-assets-style-processcard--index-popover-GYMkw .src-assets-style-processcard--index-process-1tV2R .src-assets-style-processcard--index-circleSvg-Tk6xq circle:last-child {
  stroke: #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-processcard--index-transaction-11cI0 .src-assets-style-processcard--index-title-1H_kT .src-assets-style-processcard--index-headTitle-2gRcv {
  color: #9A001E;
}
.theme-red .src-assets-style-processcard--index-transaction-11cI0 .src-assets-style-processcard--index-title-1H_kT .src-assets-style-processcard--index-headTitle-2gRcv:hover {
  border-bottom-color: #9A001E;
}
.theme-red .src-assets-style-processcard--index-transaction-11cI0 .src-assets-style-processcard--index-title-1H_kT .src-assets-style-processcard--index-totalSpan-27sJD {
  background: #52A529;
}
.theme-red .src-assets-style-processcard--index-transaction-11cI0 .src-assets-style-processcard--index-title-1H_kT .src-assets-style-processcard--index-count-1iESQ a {
  color: #F63E62;
}
.theme-red .src-assets-style-processcard--index-transaction-11cI0 .src-assets-style-processcard--index-title-1H_kT .src-assets-style-processcard--index-count-1iESQ a:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-processcard--index-listMain-2A5-w .ant-dropdown-menu-item {
  background: #fff;
  text-align: center;
  z-index: 9999;
}
.theme-red .src-assets-style-processcard--index-listMain-2A5-w .ant-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-processcard--index-listMain-2A5-w ul:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-approvalUl-3pcxe li:nth-child(3) a,
.theme-red .src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-applyUl-2Lwsc li:nth-child(3) a {
  color: #F63E62;
}
.theme-red .src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-myDoneUl-332QZ li:nth-child(4) a {
  color: #F63E62;
}
.theme-red .src-assets-style-processcard--index-listMain-2A5-w .src-assets-style-processcard--index-myToDoUl-23ZVV li:nth-child(4) a {
  color: #F63E62;
}
.theme-red .src-assets-style-processcard--index-listBottom-1-ZRK a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-processcard--index-listBottom2-YDqcH a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-processcard--index-popover-GYMkw .src-assets-style-processcard--index-process-1tV2R .src-assets-style-processcard--index-circleDiv-2I1kt {
  color: #F63E62;
}
.theme-red .src-assets-style-processcard--index-popover-GYMkw .src-assets-style-processcard--index-process-1tV2R .src-assets-style-processcard--index-circleSvg-Tk6xq circle:last-child {
  stroke: #F63E62;
}
/*************** 自定义主题 start ************/
.theme-custom .src-assets-style-processcard--index-listMain-2A5-w 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-1XmRj {
  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-S_joP {
  width: 100%;
  background: #ffffff;
}
.src-assets-style-transactionCard--index-transaction-S_joP .src-assets-style-transactionCard--index-title-1RtAW {
  border-bottom: 1px solid #E1E6E3;
  /*  line-height: @title-height;*/
  padding: 0 0.21rem;
  vertical-align: middle;
}
.src-assets-style-transactionCard--index-transaction-S_joP .src-assets-style-transactionCard--index-title-1RtAW .src-assets-style-transactionCard--index-headTitle-1QWZ4 {
  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-S_joP .src-assets-style-transactionCard--index-title-1RtAW .src-assets-style-transactionCard--index-cardInfo-3f8wl {
  position: absolute;
  top: -0.12rem;
  left: 0.95rem;
  font-size: 0.12rem;
  color: #B9BFBB;
  cursor: pointer;
}
.src-assets-style-transactionCard--index-transaction-S_joP .src-assets-style-transactionCard--index-title-1RtAW .src-assets-style-transactionCard--index-totalSpan--3NwE {
  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-S_joP .src-assets-style-transactionCard--index-title-1RtAW .src-assets-style-transactionCard--index-totalSpan--3NwE span {
  position: relative;
  top: -0.19rem;
}
.src-assets-style-transactionCard--index-transaction-S_joP .src-assets-style-transactionCard--index-title-1RtAW .src-assets-style-transactionCard--index-count-2K3Sp {
  display: inline-block;
  float: right;
  /* margin-right: 35px;*/
  /*    line-height: @title-height;*/
}
.src-assets-style-transactionCard--index-transaction-S_joP .src-assets-style-transactionCard--index-title-1RtAW .src-assets-style-transactionCard--index-count-2K3Sp a {
  color: #62B68E;
  font-size: 0.14rem;
}
.src-assets-style-transactionCard--index-transaction-S_joP .src-assets-style-transactionCard--index-title-1RtAW .src-assets-style-transactionCard--index-count-2K3Sp a:hover {
  /*text-decoration: underline;*/
  color: #005825;
}
.src-assets-style-transactionCard--index-transaction-S_joP .src-assets-style-transactionCard--index-title-1RtAW .src-assets-style-transactionCard--index-isShow-2HTX0 {
  float: right;
  color: #C9C9C9;
}
.src-assets-style-transactionCard--index-transaction-S_joP .src-assets-style-transactionCard--index-title-1RtAW .src-assets-style-transactionCard--index-isShow-2HTX0 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-S_joP .src-assets-style-transactionCard--index-title-1RtAW .src-assets-style-transactionCard--index-isShow-2HTX0 a:hover {
  color: #005825;
}
.src-assets-style-transactionCard--index-transaction-S_joP .src-assets-style-transactionCard--index-title-1RtAW .src-assets-style-transactionCard--index-isShow-2HTX0 a:hover .src-assets-style-transactionCard--index-plus-2oE38 {
  text-decoration: underline;
}
.src-assets-style-transactionCard--index-transaction-S_joP .src-assets-style-transactionCard--index-list-39NOU {
  padding-left: 0.16rem;
  position: relative;
}
.src-assets-style-transactionCard--index-transaction-S_joP .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-bottomUl-1v1Y0 {
  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-S_joP .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-bottomUl-1v1Y0 a {
  color: #62B68E;
}
.src-assets-style-transactionCard--index-transaction-S_joP .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-bottomUl-1v1Y0 a:hover {
  color: #005825;
  /* text-decoration: underline;*/
}
.src-assets-style-transactionCard--index-dropDownLink-3bSeq a {
  color: #B1B1B1;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw {
  overflow: hidden;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw ul {
  height: 0.41rem;
  box-shadow: #E1E6E3 0px 0.4px;
  width: 97%;
  cursor: pointer;
  padding: 0px 0.05rem;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw ul:hover {
  background: #F5FDF8;
  /*background-color : #e6fff5;*/
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw 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-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw ul li a {
  color: #B1B1B1;
  cursor: pointer;
  /*&:hover{
            color:@deep-green;
            text-decoration: underline;
          }*/
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw ul .src-assets-style-transactionCard--index-doing-1wMDP .src-assets-style-transactionCard--index-iconfont-1XmRj {
  color: #eca928;
  font-size: 0.06rem;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw ul .src-assets-style-transactionCard--index-done-3JdqN .src-assets-style-transactionCard--index-iconfont-1XmRj {
  color: #37a164;
  font-size: 0.06rem;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(1) a,
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(1) a {
  color: black;
  /*&:hover{
            text-decoration: underline;
          }*/
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(3) a,
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(3) a {
  color: #37A164;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(1) a {
  color: black;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(1) a {
  color: black;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-attention-2_TlU .src-assets-style-transactionCard--index-first-QnUBi {
  width: 40%;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-attention-2_TlU .src-assets-style-transactionCard--index-first-QnUBi a {
  color: #000000;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-attention-2_TlU .src-assets-style-transactionCard--index-third-2Lohh {
  width: 18%;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-attention-2_TlU .src-assets-style-transactionCard--index-third-2Lohh a {
  cursor: pointer;
  font-size: 0.14rem;
  color: #00a854;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-attention-2_TlU .src-assets-style-transactionCard--index-second-1qgNF {
  width: 30%;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-attention-2_TlU .src-assets-style-transactionCard--index-second-1qgNF a {
  color: #999999;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-attention-2_TlU .src-assets-style-transactionCard--index-last-1Jq8d {
  width: 12%;
  text-align: right;
  padding-right: 0.24rem;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-attention-2_TlU .src-assets-style-transactionCard--index-last-1Jq8d a {
  color: #c9c9c9;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-attention-2_TlU .src-assets-style-transactionCard--index-last-1Jq8d a:hover {
  color: #00a854;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-mywait-lvUm4 {
  padding: 0px;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-mywait-lvUm4 li {
  text-align: left;
  float: left;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-mywait-lvUm4 li:nth-child(1) {
  width: 40%;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-mywait-lvUm4 li:nth-child(1) a {
  color: #000000;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-mywait-lvUm4 li:nth-child(2) {
  color: #c9c9c9;
  width: 25%;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-mywait-lvUm4 li:nth-child(3) a {
  color: #c9c9c9;
  width: 35%;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-itemRow-2Wn_l li:nth-child(1) {
  width: 45%;
  color: #000000;
  padding-right: 0.1rem;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-itemRow-2Wn_l li:nth-child(2) {
  color: #c9c9c9;
  width: 45%;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-itemRow-2Wn_l li:nth-child(3) {
  width: 10%;
  text-align: right;
  padding-right: 0.24rem;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-itemRow-2Wn_l li:nth-child(3) a {
  color: #c9c9c9;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-itemRow-2Wn_l li:nth-child(3) a:hover {
  color: #00a854;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-notMore-215E1 {
  font-size: 0.14rem;
  color: #B1B1B1;
  list-style: none;
}
.src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-notMore-215E1 li {
  position: absolute;
  width: 100%;
  bottom: 0px;
  text-align: center;
}
.src-assets-style-transactionCard--index-normal-2kBxK {
  height: 100%;
  border: none;
}
.src-assets-style-transactionCard--index-normal-2kBxK .src-assets-style-transactionCard--index-nullData-14PRk {
  height: 6.6rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-transactionCard--index-normal-2kBxK .src-assets-style-transactionCard--index-nullData-14PRk .src-assets-style-transactionCard--index-message-1KnYS {
  position: relative;
  top: 4.9875rem;
  text-align: center;
  color: #DBDBDB;
  font-size: 0.14rem;
}
.src-assets-style-transactionCard--index-normal-2kBxK .src-assets-style-transactionCard--index-list-39NOU {
  width: 100%;
}
.src-assets-style-transactionCard--index-normal-2kBxK .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-dataList-3Qf3e {
  height: calc(100% - 0.58rem);
}
.src-assets-style-transactionCard--index-normal-2kBxK .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-dataList-3Qf3e .src-assets-style-transactionCard--index-listMain-ZjNOw {
  height: 100%;
}
.src-assets-style-transactionCard--index-normal-2kBxK .src-assets-style-transactionCard--index-row1-YFWhR {
  height: 3rem;
}
.src-assets-style-transactionCard--index-normal-2kBxK .src-assets-style-transactionCard--index-row2-1ojVu {
  height: 6.78rem;
}
.src-assets-style-transactionCard--index-transactionCard-uhal3 {
  position: relative;
  padding: 0 0.21rem;
  height: 3.6rem;
}
.src-assets-style-transactionCard--index-jjTag1-fkfj_,
.src-assets-style-transactionCard--index-jjTag2-xjsbn,
.src-assets-style-transactionCard--index-jjTag3-1ZkAs,
.src-assets-style-transactionCard--index-jjTag4-PKAvT,
.src-assets-style-transactionCard--index-jjTag5-2_c4U,
.src-assets-style-transactionCard--index-jjTag6-3SkqT {
  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-3SkqT {
  background: #B3BBC7;
}
.src-assets-style-transactionCard--index-jjTag5-2_c4U {
  background: #EF2828;
}
.src-assets-style-transactionCard--index-jjTag4-PKAvT {
  background: #F19951;
}
.src-assets-style-transactionCard--index-jjTag3-1ZkAs {
  background: #F7E549;
}
.src-assets-style-transactionCard--index-jjTag2-xjsbn {
  background: #397EF0;
}
.src-assets-style-transactionCard--index-jjTag1-fkfj_ {
  background: #477959;
}
/****************标题部分开始***************/
.src-assets-style-transactionCard--index-title-1RtAW {
  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-1RtAW 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-1RtAW 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-1RtAW .src-assets-style-transactionCard--index-active-3yK3s {
  background: #37A164;
  color: #ffffff;
}
.src-assets-style-transactionCard--index-title-1RtAW .src-assets-style-transactionCard--index-more-1JAIf {
  height: 0.59rem;
  line-height: 0.59rem;
  width: 2.5rem;
  margin: 0px;
  float: right;
  text-align: right;
}
.src-assets-style-transactionCard--index-title-1RtAW .src-assets-style-transactionCard--index-more-1JAIf a {
  font-weight: normal;
  font-size: 0.14rem;
  color: #37A164;
  cursor: pointer;
}
.src-assets-style-transactionCard--index-title-1RtAW .src-assets-style-transactionCard--index-more-1JAIf a:hover {
  color: #005825;
  /*text-decoration: underline;*/
}
/****************标题部分结束***************/
.src-assets-style-transactionCard--index-listBottom-5UtXg {
  width: 100%;
  position: absolute;
  bottom: 0.05rem;
  text-align: center;
  height: 0.5rem;
  line-height: 0.5rem;
}
.src-assets-style-transactionCard--index-listBottom-5UtXg a {
  color: #B1B1B1;
  cursor: pointer;
  font-size: 0.14rem;
}
.src-assets-style-transactionCard--index-listBottom-5UtXg a:hover {
  color: #005825;
  /*  text-decoration: underline;*/
}
.src-assets-style-transactionCard--index-modalContent-1zRgo {
  width: 100%;
  height: 2rem;
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.7rem;
}
.src-assets-style-transactionCard--index-modalContent-1zRgo .src-assets-style-transactionCard--index-icon-o9Jm7 {
  color: #f1a42b;
}
div#src-assets-style-transactionCard--index-loading-mask-2r6qp {
  display: none;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-transactionCard--index-transaction-S_joP .src-assets-style-transactionCard--index-title-1RtAW .src-assets-style-transactionCard--index-headTitle-1QWZ4 {
  color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-transaction-S_joP .src-assets-style-transactionCard--index-title-1RtAW .src-assets-style-transactionCard--index-headTitle-1QWZ4:hover {
  border-bottom-color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-transaction-S_joP .src-assets-style-transactionCard--index-title-1RtAW .src-assets-style-transactionCard--index-count-2K3Sp a {
  color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-transaction-S_joP .src-assets-style-transactionCard--index-title-1RtAW .src-assets-style-transactionCard--index-count-2K3Sp a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-listMain-ZjNOw ul:hover {
  background: #e6f7ff;
}
.theme-blue .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(3) a,
.theme-blue .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(3) a {
  color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(4) a {
  color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(4) a {
  color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-attention-2_TlU .src-assets-style-transactionCard--index-third-2Lohh a {
  color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-attention-2_TlU .src-assets-style-transactionCard--index-last-1Jq8d a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-itemRow-2Wn_l li:nth-child(3) a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-dropDownLink-3bSeq a {
  color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-listBottom-5UtXg a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-popover-32pM7 .src-assets-style-transactionCard--index-process-2M3P5 .src-assets-style-transactionCard--index-circleDiv-13ytI {
  color: #397EF0;
}
.theme-blue .src-assets-style-transactionCard--index-popover-32pM7 .src-assets-style-transactionCard--index-process-2M3P5 .src-assets-style-transactionCard--index-circleSvg-1a3jE circle:last-child {
  stroke: #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-transactionCard--index-transaction-S_joP .src-assets-style-transactionCard--index-title-1RtAW .src-assets-style-transactionCard--index-headTitle-1QWZ4 {
  color: #9A001E;
}
.theme-red .src-assets-style-transactionCard--index-transaction-S_joP .src-assets-style-transactionCard--index-title-1RtAW .src-assets-style-transactionCard--index-headTitle-1QWZ4:hover {
  border-bottom-color: #9A001E;
}
.theme-red .src-assets-style-transactionCard--index-transaction-S_joP .src-assets-style-transactionCard--index-title-1RtAW .src-assets-style-transactionCard--index-count-2K3Sp a {
  color: #F63E62;
}
.theme-red .src-assets-style-transactionCard--index-transaction-S_joP .src-assets-style-transactionCard--index-title-1RtAW .src-assets-style-transactionCard--index-count-2K3Sp a:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-transactionCard--index-listMain-ZjNOw ul:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(3) a,
.theme-red .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(3) a {
  color: #F63E62;
}
.theme-red .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(4) a {
  color: #F63E62;
}
.theme-red .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(4) a {
  color: #F63E62;
}
.theme-red .src-assets-style-transactionCard--index-dropDownLink-3bSeq a {
  color: #F63E62;
}
.theme-red .src-assets-style-transactionCard--index-attention-2_TlU .src-assets-style-transactionCard--index-third-2Lohh a {
  color: #F63E62;
}
.theme-red .src-assets-style-transactionCard--index-attention-2_TlU .src-assets-style-transactionCard--index-last-1Jq8d a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-transactionCard--index-itemRow-2Wn_l li:nth-child(3) a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-transactionCard--index-listBottom-5UtXg a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-transactionCard--index-popover-32pM7 .src-assets-style-transactionCard--index-process-2M3P5 .src-assets-style-transactionCard--index-circleDiv-13ytI {
  color: #F63E62;
}
.theme-red .src-assets-style-transactionCard--index-popover-32pM7 .src-assets-style-transactionCard--index-process-2M3P5 .src-assets-style-transactionCard--index-circleSvg-1a3jE circle:last-child {
  stroke: #F63E62;
}
/*************** 红色主题 end***************/
@media (min-width: 1680px) {
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(1) {
    width: 40%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(2) {
    width: 17%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(3) {
    width: 20%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(4) {
    width: 18%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(5) {
    width: 5%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(1) {
    width: 58%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(2) {
    width: 15%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(3) {
    width: 23%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(4) {
    width: 4%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(1) {
    width: 46%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(2) {
    width: 27%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(3) {
    width: 23%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(4) {
    width: 4%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(1) {
    width: 40%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(2) {
    width: 23%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(3) {
    width: 11%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(4) {
    width: 11%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(5) {
    width: 10%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(6) {
    width: 5%;
  }
}
@media (max-width: 1680px) {
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(1) {
    width: 30%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(2) {
    width: 20%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(3) {
    width: 22%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(4) {
    width: 22%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(5) {
    width: 5%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(1) {
    width: 58%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(2) {
    width: 15%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(3) {
    width: 23%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(4) {
    width: 4%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(1) {
    width: 46%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(2) {
    width: 27%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(3) {
    width: 23%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(4) {
    width: 4%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(1) {
    width: 34%;
    margin-left: -0.2rem;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(2) {
    width: 23%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(3) {
    width: 13%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(4) {
    width: 13%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(5) {
    width: 12%;
  }
  .font-normal .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(6) {
    width: 3%;
  }
}
@media (min-width: 1848px) {
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(1) {
    width: 40%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(2) {
    width: 17%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(3) {
    width: 20%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(4) {
    width: 18%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(5) {
    width: 5%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(1) {
    width: 58%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(2) {
    width: 15%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(3) {
    width: 23%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(4) {
    width: 4%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(1) {
    width: 46%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(2) {
    width: 27%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(3) {
    width: 23%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(4) {
    width: 4%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(1) {
    width: 40%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(2) {
    width: 23%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(3) {
    width: 11%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(4) {
    width: 11%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(5) {
    width: 10%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(6) {
    width: 5%;
  }
}
@media (max-width: 1848px) {
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(1) {
    width: 30%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(2) {
    width: 20%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(3) {
    width: 22%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(4) {
    width: 22%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(5) {
    width: 5%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(1) {
    width: 58%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(2) {
    width: 15%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(3) {
    width: 23%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(4) {
    width: 4%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(1) {
    width: 46%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(2) {
    width: 27%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(3) {
    width: 23%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(4) {
    width: 4%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(1) {
    width: 34%;
    margin-left: -0.2rem;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(2) {
    width: 23%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(3) {
    width: 13%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(4) {
    width: 13%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(5) {
    width: 12%;
  }
  .font-large .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(6) {
    width: 3%;
  }
}
@media (min-width: 2100px) {
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(1) {
    width: 40%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(2) {
    width: 17%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(3) {
    width: 20%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(4) {
    width: 18%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(5) {
    width: 5%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(1) {
    width: 58%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(2) {
    width: 15%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(3) {
    width: 23%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(4) {
    width: 4%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(1) {
    width: 46%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(2) {
    width: 27%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(3) {
    width: 23%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(4) {
    width: 4%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(1) {
    width: 40%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(2) {
    width: 23%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(3) {
    width: 11%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(4) {
    width: 11%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(5) {
    width: 10%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(6) {
    width: 5%;
  }
}
@media (max-width: 2100px) {
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(1) {
    width: 30%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(2) {
    width: 20%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(3) {
    width: 22%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(4) {
    width: 22%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-approvalUl-3wsg5 li:nth-child(5) {
    width: 5%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(1) {
    width: 58%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(2) {
    width: 15%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(3) {
    width: 23%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myToDoUl-3_X4t li:nth-child(4) {
    width: 4%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(1) {
    width: 46%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(2) {
    width: 27%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(3) {
    width: 23%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-myDoneUl-2xHCN li:nth-child(4) {
    width: 4%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(1) {
    width: 34%;
    margin-left: -0.2rem;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(2) {
    width: 23%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(3) {
    width: 13%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(4) {
    width: 13%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(5) {
    width: 12%;
  }
  .font-extraLarge .src-assets-style-transactionCard--index-list-39NOU .src-assets-style-transactionCard--index-listMain-ZjNOw .src-assets-style-transactionCard--index-applyUl-TO1Pn li:nth-child(6) {
    width: 3%;
  }
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.src-assets-style-entrustDetail--index-modalContent-GUUOu {
  padding: 0px 0.5rem;
}
.src-assets-style-entrustDetail--index-modalContent-GUUOu .src-assets-style-entrustDetail--index-head-2MA_t {
  text-align: center;
}
.src-assets-style-entrustDetail--index-modalContent-GUUOu .src-assets-style-entrustDetail--index-head-2MA_t > 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-GUUOu .src-assets-style-entrustDetail--index-head-2MA_t 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-13Fo9 {
  padding-top: 0.3rem;
}
.src-assets-style-entrustDetail--index-mainBody-13Fo9 .ant-col-xs-24.ant-col-sm-21 {
  padding: 0.1rem 0.05rem;
}
.src-assets-style-entrustDetail--index-mainBody-13Fo9 .ant-col-xs-24.ant-col-sm-3 {
  padding: 0.1rem 0.05rem;
  color: #000000;
}
.src-assets-style-entrustDetail--index-mainBody-13Fo9 .ant-tabs.ant-tabs-card  .ant-tabs-bar .ant-tabs-tab-active {
  color: #005825;
}
.src-assets-style-entrustDetail--index-mainBody-13Fo9 .src-assets-style-entrustDetail--index-reminding-2xcOn {
  display: inline-block;
  margin-right: 0.5rem;
}
.src-assets-style-entrustDetail--index-mainBody-13Fo9 .src-assets-style-entrustDetail--index-remindingTime-aNJdM {
  display: inline-block;
  color: #000000;
}
.src-assets-style-entrustDetail--index-submitContent-6luxc {
  text-align: center;
}
.src-assets-style-entrustDetail--index-submitContent-6luxc .src-assets-style-entrustDetail--index-submitBtton-1Zx42 .ant-btn {
  color: #fff;
  background-color: #008000;
  margin: 0px 0.1rem;
}
.src-assets-style-entrustDetail--index-submitContent-6luxc .src-assets-style-entrustDetail--index-submitBtton-1Zx42 .ant-btn:hover {
  color: #fff;
}
.src-assets-style-entrustDetail--index-submitContent-6luxc .src-assets-style-entrustDetail--index-submitBtton-1Zx42 .ant-btn:focus {
  color: #fff;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-entrustDetail--index-submitContent-6luxc .src-assets-style-entrustDetail--index-submitBtton-1Zx42 .ant-btn {
  background-color: #397EF0;
}
.theme-blue .src-assets-style-entrustDetail--index-mainBody-13Fo9 .ant-tabs.ant-tabs-card  .ant-tabs-bar .ant-tabs-tab-active {
  color: #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-entrustDetail--index-submitContent-6luxc .src-assets-style-entrustDetail--index-submitBtton-1Zx42 .ant-btn {
  background-color: #9A001E;
}
.theme-red .src-assets-style-entrustDetail--index-mainBody-13Fo9 .ant-tabs.ant-tabs-card  .ant-tabs-bar .ant-tabs-tab-active {
  color: #9A001E;
}
/*************** 红色主题 end***************/
.src-assets-style-date--index-dateContent-1DxLX .ant-fullcalendar td {
  border: 1px solid #000;
}
.src-assets-style-date--index-dateContent-1DxLX .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0;
}
.src-assets-style-date--index-dateContent-1DxLX .ant-fullcalendar-fullscreen .ant-fullcalendar-column-header {
  text-align: center;
  border: 1px solid #000;
}
.src-assets-style-date--index-dateContent-1DxLX .ant-fullcalendar-fullscreen .ant-fullcalendar-date {
  margin: 0;
  padding: 0;
  height: 1.45rem;
}
.src-assets-style-date--index-dateContent-1DxLX .ant-fullcalendar-fullscreen .ant-fullcalendar-content {
  height: auto;
}
.src-assets-style-date--index-dateContent-1DxLX .src-assets-style-date--index-background-3q-yC {
  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-1crk_ {
  width: 2.19rem;
}
.src-assets-style-person--index-personPage-LOAAP .src-assets-style-person--index-title-3OIGz {
  height: 0.8rem;
}
.src-assets-style-person--index-personPage-LOAAP .src-assets-style-person--index-title-3OIGz > div {
  width: 33%;
  line-height: 0.8rem;
  display: inline-block;
  text-align: center;
}
.src-assets-style-person--index-personPage-LOAAP .src-assets-style-person--index-title-3OIGz .src-assets-style-person--index-group-1hsr0 {
  text-align: right;
}
.src-assets-style-person--index-personPage-LOAAP .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-LOAAP .src-assets-style-person--index-mainBody-87LbT {
  min-height: 6.75rem;
}
.src-assets-style-person--index-personPage-LOAAP .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-card1-3kkAp {
  width: calc(33.33% - 0.25rem);
  display: inline-block;
  margin: 0px 0.125rem 0.25rem;
}
.src-assets-style-person--index-personPage-LOAAP .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-card2-QiEKj {
  width: calc(66.66% - 0.25rem);
  margin: 0px 0.125rem 0.25rem;
  display: inline-block;
}
.src-assets-style-person--index-personPage-LOAAP .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-noPadding-1qbDG .ant-card-body {
  padding: 0.24rem 0.1rem;
}
.src-assets-style-person--index-personPage-LOAAP .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-display-2umjh {
  display: none;
}
.src-assets-style-person--index-personPage-LOAAP .src-assets-style-person--index-mainBody-87LbT .ant-card-body {
  padding: 0px 0.32rem;
}
.src-assets-style-person--index-personPage-LOAAP .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-noPadding1-19w8m .ant-card-body {
  padding: 0.05rem;
}
.src-assets-style-person--index-personPage-LOAAP .src-assets-style-person--index-mainBody-87LbT .ant-card-bordered {
  border-radius: 6px;
  /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);*/
}
.src-assets-style-person--index-personPage-LOAAP .src-assets-style-person--index-mainBody-87LbT .ant-card {
  width: 100%;
  height: 3.6rem;
  float: left;
}
.src-assets-style-person--index-personPage-LOAAP .src-assets-style-person--index-mainBody-87LbT .ant-card-head-title {
  font-weight: bold;
}
.src-assets-style-person--index-personPage-LOAAP .src-assets-style-person--index-filter-1Po9e > span:first-child {
  color: #999;
}
.src-assets-style-person--index-mainBody-87LbT {
  /*************审批统计结束*************/
  /*************日程统计开始*************/
  /*************日程统计结束*************/
  /*************申请统计开始*************/
  /*************申请统计结束*************/
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-approvalLeft-mPNPD,
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-approvalRight-EiJOg {
  display: inline-block;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-approvalLeft-mPNPD {
  width: 40%;
  text-align: center;
  padding-top: 0.2rem;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-approvalRight-EiJOg {
  width: 60%;
  float: right;
  padding-top: 0.1rem;
  padding-left: 0.2rem;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-approvalRight-EiJOg > div {
  line-height: 0.32rem;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-approvalRight-EiJOg .src-assets-style-person--index-dot-sUCLy {
  height: 0.12rem;
  width: 0.12rem;
  display: inline-block;
  border-radius: 50%;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-approvalRight-EiJOg .src-assets-style-person--index-dotColor-32MrQ {
  background: #397EF0;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-approvalRight-EiJOg .src-assets-style-person--index-dotGray-2AsVw {
  background: #DBDBDB;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-approvalRight-EiJOg .src-assets-style-person--index-useTime-1DpV_ {
  width: 100%;
  display: inline-block;
  /* margin-top: 20px;*/
  margin-left: 0.05rem;
  vertical-align: top;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-approvalRight-EiJOg .src-assets-style-person--index-useTime-1DpV_ > span {
  display: block;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-approvalRight-EiJOg .src-assets-style-person--index-userTimeTitle-2TeV8 {
  font-weight: bold;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-approvalRight-EiJOg .src-assets-style-person--index-userTime1-1QhWb {
  font-size: 0.35rem;
  color: #26d588;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-approvalRight-EiJOg .src-assets-style-person--index-userTime2-3bRCy {
  color: #999;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-approvalBottom-3cUXP {
  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-87LbT .src-assets-style-person--index-approvalBottom-3cUXP .src-assets-style-person--index-process-R2aOC {
  color: #F63E62;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-process-R2aOC {
  position: relative;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-process-R2aOC .src-assets-style-person--index-circleDiv-2pUNi {
  position: absolute;
  width: 100%;
  height: 1.6rem;
  text-align: center;
  z-index: 2;
  top: 0px;
  left: 0px;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-process-R2aOC .src-assets-style-person--index-circleDiv-2pUNi .src-assets-style-person--index-count-1AIhr {
  position: absolute;
  top: 0.4rem;
  font-size: 0.4rem;
  color: #397EF0;
  width: 100%;
  text-align: center;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-process-R2aOC .src-assets-style-person--index-circleDiv-2pUNi .src-assets-style-person--index-info-2oNss {
  position: absolute;
  font-size: 0.12rem;
  color: #999;
  top: 1rem;
  text-align: center;
  width: 100%;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-process-R2aOC .src-assets-style-person--index-circleSvg-Ufhj9 {
  width: 1.6rem;
  height: 1.6rem;
  viewbox: 0 0 1.6rem 1.6rem;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-process-R2aOC .src-assets-style-person--index-circleSvg-Ufhj9 circle {
  -webkit-transition: stroke-dasharray 0.25s;
  transition: stroke-dasharray 0.25s;
  stroke-width: 0.1rem;
  fill: none;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-process-R2aOC .src-assets-style-person--index-circleSvg-Ufhj9 circle:last-child {
  transform: matrix(0, -1, 1, 0, 0, 1.6rem);
  stroke: #397EF0;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-process-R2aOC .src-assets-style-person--index-circleSvg-Ufhj9 circle:first-child {
  stroke: #E1E6E3;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-scheduleCountE-2WDsl {
  padding-top: 0.2rem;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-scheduleCount-2VwwA {
  height: 1rem;
  width: 1rem;
  position: absolute;
  top: 54%;
  left: calc(40% - 0.52rem);
  text-align: center;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-applyLeft-31rHI {
  width: 5.2rem;
  display: inline-block;
  position: relative;
  left: -0.5rem;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-applyLeft-31rHI .src-assets-style-person--index-applyDoBottom-28My1 {
  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-87LbT .src-assets-style-person--index-applyCount-1OOMs {
  position: absolute;
  top: 42%;
  height: 1rem;
  width: 1rem;
  left: 1.9rem;
  text-align: center;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-applyCount-1OOMs h1 {
  color: #249ffd;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-applyRight-3WqT3 {
  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-87LbT .src-assets-style-person--index-applyRight-3WqT3 > div {
  height: 0.75rem;
  width: 100%;
  margin-bottom: 0.1rem;
  padding-left: 0.17rem;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-applyRight-3WqT3 span {
  display: inline-block;
  width: 100%;
  line-height: 0.3rem;
  height: 0.3rem;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-applyRight-3WqT3 span.src-assets-style-person--index-number-oht3E {
  font-weight: 700;
  font-size: 0.24rem;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-applyRight-3WqT3 span.src-assets-style-person--index-title-3OIGz {
  color: #CCCCCC;
  font-size: 0.14rem;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-applyRight-3WqT3 > 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-87LbT .src-assets-style-person--index-applyRight-3WqT3 > div:nth-child(1) .src-assets-style-person--index-number-oht3E {
  color: #ff526f;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-applyRight-3WqT3 > 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-87LbT .src-assets-style-person--index-applyRight-3WqT3 > div:nth-child(2) .src-assets-style-person--index-number-oht3E {
  color: #23d688;
}
.src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-applyRight-3WqT3 > 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-87LbT .src-assets-style-person--index-applyRight-3WqT3 > div:nth-child(3) .src-assets-style-person--index-number-oht3E {
  color: #249ffe;
}
.src-assets-style-person--index-newsSearch-1Buiy {
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.15rem;
}
.src-assets-style-person--index-newsSearch-1Buiy .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-person--index-newsSearch-1Buiy .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-1Buiy .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-person--index-newsSearch-1Buiy .src-assets-style-person--index-searchDel-u6JUH {
  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-1XgGX {
  width: 100%;
}
.src-assets-style-person--index-conditionTitle-33ZTk {
  color: #ADADAD;
  padding-right: 0.5rem;
  font-weight: normal;
}
.src-assets-style-person--index-overTime-3tdgD,
.src-assets-style-person--index-unRead-iAuKg {
  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-3tdgD {
  background-color: #FE7167;
}
.src-assets-style-person--index-footerStyle-emuHA {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-person--index-pagingMargin1-2IwGU {
  margin-left: 0.11rem;
}
.src-assets-style-person--index-pagingMargin2-3bgcp {
  margin-left: 0.5rem;
}
.src-assets-style-person--index-pagingLeft-3EOl- {
  display: inline-block;
  width: 90%;
}
.src-assets-style-person--index-pagingRight-3qA1A {
  display: inline-block;
  text-align: center;
  width: 10%;
}
.src-assets-style-person--index-pageingNotAllowed-1JCtY {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-person--index-pageingButton-2NoWd {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-person--index-paginationStyle-2ntOI {
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.3rem;
}
.src-assets-style-person--index-itemName-2JX7k {
  font-size: 0.16rem;
  height: 0.16rem;
  color: #363636;
  font-weight: bold;
  margin-left: 0.11rem;
}
.src-assets-style-person--index-itemName1-wPQOR {
  font-size: 0.16rem;
  height: 0.16rem;
  font-weight: bold;
  margin-left: 0.11rem;
}
.src-assets-style-person--index-userIcon-OS8FQ {
  margin-right: 0.1rem;
  font-size: 0.2rem;
  cursor: pointer;
}
.src-assets-style-person--index-userIcon-OS8FQ:hover {
  color: #007131;
}
.src-assets-style-person--index-fillIcon-K_Z-W {
  color: #f5bf50;
  font-size: 0.2rem;
  cursor: pointer;
}
.src-assets-style-person--index-itemRow-1RPgK {
  color: #ADADAD;
  font-size: 0.14rem;
  padding: 0.08rem 0 0 0.1rem;
}
.src-assets-style-person--index-itemRow-1RPgK 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-1RPgK span:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.src-assets-style-person--index-itemRowLeft-3AqYY {
  width: 90%;
  float: left;
  cursor: pointer;
}
.src-assets-style-person--index-itemRowLeft1-2UDSM {
  width: 90%;
  float: left;
}
.src-assets-style-person--index-partSelect-1icKE {
  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-87LbT {
    /*.approvalRight{
      padding-left: 10px;
      .useTime{
        width: calc(~"50% - 5px");
      }
    }*/
  }
  .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-largeShow-3E_Rs {
    display: none;
  }
  .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-smallShow-3YdeI {
    margin: 0 auto;
  }
  .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-process-R2aOC {
    padding-top: 0.2rem;
  }
  .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-process-R2aOC .src-assets-style-person--index-circleDiv-2pUNi {
    height: 1.2rem;
  }
  .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-process-R2aOC .src-assets-style-person--index-circleDiv-2pUNi .src-assets-style-person--index-count-1AIhr {
    position: absolute;
    top: 0.4rem;
  }
  .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-process-R2aOC .src-assets-style-person--index-circleDiv-2pUNi .src-assets-style-person--index-info-2oNss {
    top: 0.9rem;
  }
  .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-process-R2aOC .src-assets-style-person--index-circleSvg-Ufhj9 {
    width: 1.2rem;
    height: 1.2rem;
    viewbox: 0 0 1.2rem 1.2rem;
  }
  .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-process-R2aOC .src-assets-style-person--index-circleSvg-Ufhj9 circle:last-child {
    transform: matrix(0, -1, 1, 0, 0, 1.2rem);
  }
  .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-scheduleCount-2VwwA {
    left: calc(40% - 0.52rem);
  }
}
.src-assets-style-person--index-submit-Lwuxc {
  margin-left: 2rem;
}
.src-assets-style-person--index-card-1ba7B {
  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-1Xduf {
  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-1Xduf .src-assets-style-person--index-tagInner-2e-uQ {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 5px;
  vertical-align: middle;
}
.src-assets-style-person--index-colorTags-1Xduf.src-assets-style-person--index-active-3Tc-- {
  border-color: #397ef0;
}
.src-assets-style-person--index-solidStyle-3jMRg {
  width: 100%;
  height: calc(200%);
}
.src-assets-style-person--index-solidStyle-3jMRg .ant-spin-dot {
  font-size: 0.32rem;
  width: 0.32rem;
  height: 0.32rem;
}
.src-assets-style-person--index-solidStyle-3jMRg .ant-spin-dot i {
  width: 0.14rem;
  height: 0.14rem;
}
.src-assets-style-person--index-loading-3dL0Q {
  min-height: 7rem;
}
.src-assets-style-person--index-loading-3dL0Q .ant-spin-dot {
  font-size: 0.32rem;
  width: 0.32rem;
  height: 0.32rem;
}
.src-assets-style-person--index-loading-3dL0Q .ant-spin-dot i {
  width: 0.14rem;
  height: 0.14rem;
}
/*************** 红色主题 start***************/
.theme-red .src-assets-style-person--index-footerStyle-emuHA {
  background-color: #fffafb;
  color: #999999;
}
.theme-red .src-assets-style-person--index-personPage-LOAAP .src-assets-style-person--index-title-3OIGz .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-LOAAP .src-assets-style-person--index-title-3OIGz .ant-radio-button-wrapper:hover,
.theme-red .src-assets-style-person--index-personPage-LOAAP .src-assets-style-person--index-title-3OIGz .ant-radio-button-wrapper-focused {
  color: #F63E62;
}
.theme-red .src-assets-style-person--index-personPage-LOAAP .src-assets-style-person--index-title-3OIGz .ant-radio-button-wrapper-checked.ant-radio-button-wrapper:hover {
  color: #fff;
}
.theme-red .src-assets-style-person--index-personPage-LOAAP .src-assets-style-person--index-mainBody-87LbT .ant-card-head-title {
  color: #9A001E;
}
/*************** 红色主题 end***************/
/*************** 绿色主题 start***************/
.theme-green .src-assets-style-person--index-personPage-LOAAP .src-assets-style-person--index-title-3OIGz .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-LOAAP .src-assets-style-person--index-title-3OIGz .ant-radio-button-wrapper:hover,
.theme-green .src-assets-style-person--index-personPage-LOAAP .src-assets-style-person--index-title-3OIGz .ant-radio-button-wrapper-focused {
  color: #00a854;
}
.theme-green .src-assets-style-person--index-personPage-LOAAP .src-assets-style-person--index-title-3OIGz .ant-radio-button-wrapper-checked.ant-radio-button-wrapper:hover {
  color: #fff;
}
.theme-green .src-assets-style-person--index-personPage-LOAAP .src-assets-style-person--index-mainBody-87LbT .ant-card-head-title {
  color: #005825;
}
/*************** 绿色主题 end***************/
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-person--index-footerStyle-emuHA {
  background-color: #fafdff;
  color: #999999;
}
.theme-blue .src-assets-style-person--index-personPage-LOAAP .src-assets-style-person--index-title-3OIGz .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-LOAAP .src-assets-style-person--index-mainBody-87LbT .ant-card-head-title {
  color: #397EF0;
}
.src-assets-style-person--index-textareagray-sSdA0 {
  background-color: #EAEAEA !important;
}
.src-assets-style-person--index-textareawhite-3UZa8 {
  background-color: white !important;
}
/*************** 蓝色主题 end***************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-smaillShow-2xy-Q {
    display: none;
  }
  .font-normal .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-applyLeft-31rHI {
    padding-left: 0.5rem;
  }
  .font-normal .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-applyCount-1OOMs {
    left: 2.4rem;
  }
  .font-normal .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-largeShow-3E_Rs {
    display: block;
    margin: 0 auto;
  }
  .font-normal .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-process-R2aOC {
    padding-top: 0px;
  }
  .font-normal .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-process-R2aOC .src-assets-style-person--index-circleSvg-Ufhj9 {
    width: 1.6rem;
    height: 1.6rem;
    viewbox: 0 0 1.6rem 1.6rem;
  }
  .font-normal .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-process-R2aOC .src-assets-style-person--index-circleSvg-Ufhj9 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-87LbT .src-assets-style-person--index-smaillShow-2xy-Q {
    display: none;
  }
  .font-large .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-applyLeft-31rHI {
    padding-left: 0.5rem;
  }
  .font-large .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-applyCount-1OOMs {
    left: 2.4rem;
  }
  .font-large .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-largeShow-3E_Rs {
    display: block;
    margin: 0 auto;
  }
  .font-large .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-process-R2aOC {
    padding-top: 0px;
  }
  .font-large .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-process-R2aOC .src-assets-style-person--index-circleSvg-Ufhj9 {
    width: 1.6rem;
    height: 1.6rem;
    viewbox: 0 0 1.6rem 1.6rem;
  }
  .font-large .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-process-R2aOC .src-assets-style-person--index-circleSvg-Ufhj9 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-87LbT .src-assets-style-person--index-smaillShow-2xy-Q {
    display: none;
  }
  .font-extraLarge .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-applyLeft-31rHI {
    padding-left: 0.5rem;
  }
  .font-extraLarge .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-applyCount-1OOMs {
    left: 2.4rem;
  }
  .font-extraLarge .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-largeShow-3E_Rs {
    display: block;
    margin: 0 auto;
  }
  .font-extraLarge .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-process-R2aOC {
    padding-top: 0px;
  }
  .font-extraLarge .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-process-R2aOC .src-assets-style-person--index-circleSvg-Ufhj9 {
    width: 1.6rem;
    height: 1.6rem;
    viewbox: 0 0 1.6rem 1.6rem;
  }
  .font-extraLarge .src-assets-style-person--index-mainBody-87LbT .src-assets-style-person--index-process-R2aOC .src-assets-style-person--index-circleSvg-Ufhj9 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-3YGdh {
  min-height: 14.8rem !important;
}
.src-assets-style-oaGroup--index-bodyFixed-3mXLl {
  position: fixed;
  width: 100%;
}
.src-assets-style-oaGroup--index-overflow-2xLZy {
  overflow: hidden;
}
.src-assets-style-oaGroup--index-fontGray-1H5td {
  color: #adadad;
}
.src-assets-style-oaGroup--index-fontLightBlack-_42QP {
  color: #808080;
}
.src-assets-style-oaGroup--index-fontLine-jYyue {
  color: #adadad;
  margin-left: 0.06rem;
}
.src-assets-style-oaGroup--index-mgt12-11yka {
  margin-top: 0.12rem;
}
.src-assets-style-oaGroup--index-textCenter-1jvTd {
  text-align: center;
  color: #808080;
  cursor: pointer;
}
.src-assets-style-oaGroup--index-pdr5-2JJ43 {
  padding-right: 0.05rem;
}
.src-assets-style-oaGroup--index-fontSc-2rdjy {
  padding-right: 0.05rem;
  text-align: center;
  font-size: 0.28rem;
  color: #595959;
}
.src-assets-style-oaGroup--index-lineHeight-16FUu {
  line-height: 0.4rem;
  /*margin-left: -450px;*/
  width: 4rem;
}
/* 服务入口页面布局样式 */
.src-assets-style-oaGroup--index-flex-209BO {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-contentMain-wqssX img {
  max-width: 100%;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-contentMain-wqssX .ant-card-bordered {
  width: calc(100% - 2.28rem);
  display: inline-block;
  max-width: 100%;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-contentMain-wqssX .ant-card-bordered .ant-card-body p {
  padding: 0px 0.32rem;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-contentMain-wqssX .ant-card-bordered .ant-card-body img {
  max-width: 100%;
}
.src-assets-style-oaGroup--index-flex-209BO .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaGroup--index-flex-209BO .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaGroup--index-flex-209BO .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaGroup--index-flex-209BO .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-limitLength--UpnC,
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-limitSplit-o17K9 {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-limitLength--UpnC {
  width: 0.95rem;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-limitSplit-o17K9 {
  width: 0.2rem;
  text-align: center;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-right-39H2E {
  width: 3.87rem;
  overflow: hidden;
  float: right;
  margin-top: 0.25rem;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightTop-38lUP:hover {
  cursor: pointer;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightTop-38lUP:hover .src-assets-style-oaGroup--index-rightAffairsBox-23qnC .anticon {
  display: inline-block;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightTop-38lUP {
  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-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightTop-38lUP .src-assets-style-oaGroup--index-rightAffairsBox-23qnC .anticon {
  display: none;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightTop-38lUP .src-assets-style-oaGroup--index-iconLeft-2NNp2 {
  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-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightTop-38lUP .src-assets-style-oaGroup--index-iconLeft-2NNp2:hover {
  color: #AAAAAA;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightTop-38lUP .src-assets-style-oaGroup--index-iconRight-3GOXF {
  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-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightTop-38lUP .src-assets-style-oaGroup--index-iconRight-3GOXF:hover {
  color: #AAAAAA;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightTop-38lUP .ant-card {
  position: static;
  color: #666666;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightTop-38lUP .src-assets-style-oaGroup--index-affairTitle-1AF_6 .ant-card-body {
  padding: 0px;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightTop-38lUP .src-assets-style-oaGroup--index-affairTitle-1AF_6 .ant-card-head {
  border-bottom: none;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightTop-38lUP .src-assets-style-oaGroup--index-affairTitle-1AF_6 .ant-list-grid .ant-list-item {
  margin-bottom: 0;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightTop-38lUP .src-assets-style-oaGroup--index-affairTitle-1AF_6 .ant-carousel .slick-dots {
  bottom: 0.35rem;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightTop-38lUP .src-assets-style-oaGroup--index-affairTitle-1AF_6 .ant-carousel .slick-slider {
  position: static;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightTop-38lUP .src-assets-style-oaGroup--index-affairTitle-1AF_6 .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-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightTop-38lUP .src-assets-style-oaGroup--index-affairTitle-1AF_6 .ant-carousel .slick-dots li button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #b8c4cc;*/
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightTop-38lUP .src-assets-style-oaGroup--index-affairTitle-1AF_6 .src-assets-style-oaGroup--index-noDataIcon-28FID {
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightTop-38lUP .src-assets-style-oaGroup--index-affairTitle-1AF_6 .src-assets-style-oaGroup--index-fontBlack-2XGg3 {
  font-size: 0.18rem;
  font-weight: bold;
  color: #474747;
  line-height: 0.21rem;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightTop-38lUP .src-assets-style-oaGroup--index-affairTitle-1AF_6 .src-assets-style-oaGroup--index-serviceCollectDivRelative-1ofl6 {
  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-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightTop-38lUP .src-assets-style-oaGroup--index-affairTitle-1AF_6 .src-assets-style-oaGroup--index-serviceCollectDivRelative-1ofl6 .src-assets-style-oaGroup--index-radiusDiv-1ddwo {
  /*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-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightTop-38lUP .src-assets-style-oaGroup--index-affairTitle-1AF_6 .src-assets-style-oaGroup--index-serviceCollectDivRelative-1ofl6 .src-assets-style-oaGroup--index-radiusDiv-1ddwo .src-assets-style-oaGroup--index-imageRadius-2Eywc {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightTop-38lUP .src-assets-style-oaGroup--index-affairTitle-1AF_6 .src-assets-style-oaGroup--index-serviceCollectDivRelative-1ofl6 .ant-card-body {
  padding: 0.11rem 0.07rem 0.18rem 0.09rem;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightTop-38lUP .src-assets-style-oaGroup--index-affairTitle-1AF_6 .src-assets-style-oaGroup--index-serviceCollectDivRelative-1ofl6 .ant-card-bordered {
  border: none;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightTop-38lUP .src-assets-style-oaGroup--index-affairTitle-1AF_6 .src-assets-style-oaGroup--index-serviceCollectDivRelative-1ofl6 .src-assets-style-oaGroup--index-textCenter-1jvTd {
  text-align: center;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-right-39H2E .src-assets-style-oaGroup--index-rightBottom-1AG1j {
  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-F_Gtq {
  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-2n1HO {
  background: #fff;
}
.src-assets-style-oaGroup--index-optBackground-2n1HO a {
  color: #000;
}
.src-assets-style-oaGroup--index-optBackground-2n1HO a:hover {
  color: #fff;
}
.src-assets-style-oaGroup--index-optName-110V8 {
  width: 100%;
  height: 100%;
}
.src-assets-style-oaGroup--index-optImg-21uoe {
  margin-right: 0.1rem;
  width: 0.22rem;
  height: 0.22rem;
}
.src-assets-style-oaGroup--index-dropdownBox-3QE4w .ant-select-dropdown-menu-item:hover {
  background: #e6f7ff;
}
.src-assets-style-oaGroup--index-dropdownBox-3QE4w .ant-select-dropdown-menu-item:hover a {
  color: #397EF0;
}
.src-assets-style-oaGroup--index-dropdownBox-3QE4w .ant-select-dropdown-menu {
  overflow: hidden;
  max-height: none;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .ant-select .ant-select-selection {
  border: 1px solid rgba(0, 0, 0, 0);
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .src-assets-style-oaGroup--index-screenBtn-3jSDU {
  cursor: pointer;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .src-assets-style-oaGroup--index-screenBtn-3jSDU .ant-btn {
  border: none;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .src-assets-style-oaGroup--index-searchBox-2MpEk {
  width: 5.5rem;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .src-assets-style-oaGroup--index-searchBox-2MpEk input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .src-assets-style-oaGroup--index-sceneNav-1dK46 {
  display: inline-block;
  position: absolute;
  margin-left: 0.55rem;
  height: 0.24rem;
  margin-top: 0.06rem;
  cursor: pointer;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .src-assets-style-oaGroup--index-sceneNav-1dK46 span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: top;
  margin-top: 1px;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .src-assets-style-oaGroup--index-sceneNav-1dK46 .src-assets-style-oaGroup--index-sceneIcon-26Rm4 {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .src-assets-style-oaGroup--index-searchList-3PhiB {
  line-height: 2;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .src-assets-style-oaGroup--index-searchList-3PhiB .ant-tag-checkable-checked {
  border-radius: 12px;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .src-assets-style-oaGroup--index-searchList-3PhiB .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .src-assets-style-oaGroup--index-searchList-3PhiB .src-assets-style-oaGroup--index-item-1bQZi {
  width: calc(100% - 0.42rem);
  display: inline-block;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .src-assets-style-oaGroup--index-searchList-3PhiB .src-assets-style-oaGroup--index-all-TIXaq {
  display: inline-block;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .src-assets-style-oaGroup--index-searchList-3PhiB .src-assets-style-oaGroup--index-all-TIXaq .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .src-assets-style-oaGroup--index-searchList-3PhiB .src-assets-style-oaGroup--index-searchTitle-3k4ZU {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .src-assets-style-oaGroup--index-searchList-3PhiB span {
  color: #808080;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .src-assets-style-oaGroup--index-searchList-3PhiB .src-assets-style-oaGroup--index-hideItem-18bGU {
  display: inline-block;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .src-assets-style-oaGroup--index-searchList-3PhiB .src-assets-style-oaGroup--index-rightBtn-Un_1K {
  float: right;
  cursor: pointer;
  margin-top: 0.09rem;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .src-assets-style-oaGroup--index-searchList-3PhiB .ant-btn {
  border: none;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .theme-blue .ant-btn:hover,
.src-assets-style-oaGroup--index-searchContent-2qMM1 .theme-blue .ant-btn:focus {
  color: #808080;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .ant-input-prefix {
  color: #cdcdcd;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-oaGroup--index-searchContent-2qMM1 .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-oaGroup--index-cardFrame-2WaLJ .src-assets-style-oaGroup--index-cardItem-1_3ZJ: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-2WaLJ .src-assets-style-oaGroup--index-cardItem-1_3ZJ:hover button {
  display: block;
  position: absolute;
  right: 0.16rem;
  top: 0.17rem;
  z-index: 2;
  /* opacity: 0.65;*/
}
.src-assets-style-oaGroup--index-cardFrame-2WaLJ .src-assets-style-oaGroup--index-cardItem-1_3ZJ:hover button:hover {
  opacity: 1;
}
.src-assets-style-oaGroup--index-cardFrame-2WaLJ button {
  display: none;
}
.src-assets-style-oaGroup--index-cardFrame-2WaLJ .src-assets-style-oaGroup--index-saveIco-2pq5H {
  width: 0.48rem;
  height: 0.48rem;
}
.src-assets-style-oaGroup--index-cardFrame-2WaLJ .src-assets-style-oaGroup--index-iconTj-12ogq {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: 1px;
  left: 0.06rem;
}
.src-assets-style-oaGroup--index-cardFrame-2WaLJ .src-assets-style-oaGroup--index-tag-3rWJn {
  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-2WaLJ .src-assets-style-oaGroup--index-tag-3rWJn .src-assets-style-oaGroup--index-fontBlack-2XGg3 {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaGroup--index-cardFrame-2WaLJ .src-assets-style-oaGroup--index-comment-3ZWKt {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaGroup--index-cardFrame-2WaLJ .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaGroup--index-cardFrame-2WaLJ .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0px;
}
.src-assets-style-oaGroup--index-cardFrame-2WaLJ .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaGroup--index-cardFrame-2WaLJ .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaGroup--index-cardFrame-2WaLJ .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaGroup--index-cardFrame-2WaLJ .ant-list-item-meta-description {
  line-height: 0.25rem;
}
.src-assets-style-oaGroup--index-cardFrame-2WaLJ .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaGroup--index-cardFrame-2WaLJ a {
  color: #474747;
}
.src-assets-style-oaGroup--index-cardFrame-2WaLJ a:hover {
  /*color: #1890ff;*/
  text-decoration: underline;
}
.src-assets-style-oaGroup--index-jian-27TTK {
  display: inline-flex;
  height: 0.31rem;
}
.src-assets-style-oaGroup--index-flex-209BO {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-applyContentTop-37XZB {
  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-209BO .src-assets-style-oaGroup--index-applyContentTop-37XZB .ant-list-item-main {
  display: inline-block;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-applyContentTop-37XZB .ant-list-item-extra {
  float: right;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-applyContentTop-37XZB .src-assets-style-oaGroup--index-comment-3ZWKt {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-applyContentTop-37XZB .src-assets-style-oaGroup--index-saveIco-2pq5H {
  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-209BO .src-assets-style-oaGroup--index-applyContentTop-37XZB .src-assets-style-oaGroup--index-iconTj-12ogq {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: -0.02rem;
  left: 0.06rem;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-applyContentTop-37XZB .src-assets-style-oaGroup--index-tag-3rWJn {
  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-209BO .src-assets-style-oaGroup--index-applyContentTop-37XZB .src-assets-style-oaGroup--index-tag-3rWJn .src-assets-style-oaGroup--index-fontBlack-2XGg3 {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-applyContentTop-37XZB .src-assets-style-oaGroup--index-grade-2yAO1 {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  color: #808080;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-applyContentTop-37XZB .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-applyContentTop-37XZB .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0.03rem;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-applyContentTop-37XZB .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-applyContentTop-37XZB .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-applyContentTop-37XZB .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-applyContentTop-37XZB .ant-list-item-meta-description {
  line-height: 2;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-applyContentTop-37XZB .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-applyContentTop-37XZB .ant-card-bordered {
  border: none;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-applyContentTop-37XZB .ant-tag {
  border-radius: 12px;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-applyContentTop-37XZB .ant-col-12 {
  width: 100%;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-applyContentTop-37XZB .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-209BO .src-assets-style-oaGroup--index-applyContentTop-37XZB .ant-card-wider-padding .ant-card-body {
  padding: 0.24rem 0px 0.15rem 0.24rem;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-applyContentTopTitle-2RZIM a {
  color: #474747;
  font-weight: bold;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-contenBottom-1HjNS {
  display: table;
  margin-top: 0.28rem;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-contenBottom-1HjNS .src-assets-style-oaGroup--index-userGuide-1eSB9 {
  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-209BO .src-assets-style-oaGroup--index-contenBottom-1HjNS .src-assets-style-oaGroup--index-userGuide-1eSB9 .src-assets-style-oaGroup--index-rightAnchor-1Edu3 {
  position: absolute;
  right: 0.35rem;
  top: 0.3rem;
  z-index: 999;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-contenBottom-1HjNS .src-assets-style-oaGroup--index-userGuide-1eSB9 .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-contenBottom-1HjNS .src-assets-style-oaGroup--index-userGuide-1eSB9 .ant-card-bordered {
  border: none;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-contenBottom-1HjNS .src-assets-style-oaGroup--index-userGuide-1eSB9 .ant-card-head {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-contenBottom-1HjNS .src-assets-style-oaGroup--index-userGuide-1eSB9 .ant-card-head-title {
  font-weight: bold;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-contenBottom-1HjNS .src-assets-style-oaGroup--index-userGuide-1eSB9 .ant-list-split .ant-list-item {
  border-bottom: none;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-contenBottom-1HjNS .src-assets-style-oaGroup--index-userGuide-1eSB9 .ant-list-split .ant-list-header {
  border-bottom: none;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-contenBottom-1HjNS .src-assets-style-oaGroup--index-userGuide-1eSB9 .ant-list-item {
  padding: 0;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-contenBottom-1HjNS .src-assets-style-oaGroup--index-userGuide-1eSB9 .ant-list-header,
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-contenBottom-1HjNS .src-assets-style-oaGroup--index-userGuide-1eSB9 .ant-list-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-contenBottom-1HjNS .src-assets-style-oaGroup--index-userGuide-1eSB9 .ant-anchor-ink-ball {
  width: 0.14rem;
  height: 0.14rem;
  border: 4px solid #1890ff;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-contenBottom-1HjNS .src-assets-style-oaGroup--index-userGuide-1eSB9 .ant-anchor-wrapper {
  padding-left: 0.1rem;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-userEvaluation-2yt7x {
  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-209BO .src-assets-style-oaGroup--index-userEvaluation-2yt7x .src-assets-style-oaGroup--index-title-18db4 {
  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-209BO .src-assets-style-oaGroup--index-userEvaluation-2yt7x .src-assets-style-oaGroup--index-evaluationDetails-1NAH9 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-userEvaluation-2yt7x .src-assets-style-oaGroup--index-evaluationDetails-1NAH9 .src-assets-style-oaGroup--index-describe-L2eds {
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-userEvaluation-2yt7x .src-assets-style-oaGroup--index-evaluationDetails-1NAH9 .src-assets-style-oaGroup--index-userName-3wwlh {
  float: left;
  color: #010101;
}
.src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-userEvaluation-2yt7x .src-assets-style-oaGroup--index-evaluationDetails-1NAH9 .src-assets-style-oaGroup--index-time--7DjE {
  float: right;
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-oaGroup--index-conditionStyle-11Gwd {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-oaGroup--index-statusWidth-3dHIe {
  width: 30%;
  float: left;
  vertical-align: middle;
}
.src-assets-style-oaGroup--index-nullData-2LCHR {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-oaGroup--index-nullData-2LCHR .src-assets-style-oaGroup--index-message-VyGWx {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-oaGroup--index-limitedTime-3f2aw {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.45rem;
  width: 0.5rem;
}
.src-assets-style-oaGroup--index-limitedTime-3f2aw .src-assets-style-oaGroup--index-backBorder-18aIn {
  border-top: solid 40px #ff9900;
  border-right: solid 50px rgba(0, 0, 0, 0);
}
.src-assets-style-oaGroup--index-limitedTime-3f2aw .src-assets-style-oaGroup--index-inner-1M4L7 {
  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-1FaZV {
  position: absolute;
  top: 0px;
  left: -0.07rem;
  width: 0.5rem;
  height: 0.45rem;
}
.src-assets-style-oaGroup--index-limitedTimeLeft-1FaZV .src-assets-style-oaGroup--index-backBorder-18aIn {
  border-top: solid 50px #ff9900;
  border-right: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-oaGroup--index-limitedTimeLeft-1FaZV .src-assets-style-oaGroup--index-inner-1M4L7 {
  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-26tF_ {
  float: right;
  width: 3.58rem;
  display: flex;
  position: relative;
  margin-right: 0.15rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaGroup--index-usedSearch-26tF_ .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-oaGroup--index-usedSearch-26tF_ .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-26tF_ .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-oaGroup--index-usedSearch-26tF_ .src-assets-style-oaGroup--index-searchDel-145JZ {
  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-3GuEC {
  text-align: center;
}
.src-assets-style-oaGroup--index-selectColor-1zKiV {
  color: var(--themeColor);
}
.src-assets-style-oaGroup--index-footerStyle-2pNCh {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-oaGroup--index-pagingMargin1-3iy2n {
  margin-left: 0.11rem;
}
.src-assets-style-oaGroup--index-pagingMargin2-2gsEp {
  margin-left: 0.5rem;
}
.src-assets-style-oaGroup--index-pagingLeft-H668_ {
  display: inline-block;
  width: 50%;
}
.src-assets-style-oaGroup--index-pagingRight-3HDqf {
  display: inline-block;
  text-align: right;
  padding-right: 0.1rem;
  width: 50%;
}
.src-assets-style-oaGroup--index-pageingButton-3nwz7 {
  color: #55906E;
  margin: 0px 0.25rem;
}
.src-assets-style-oaGroup--index-pageingNotAllowed-qUb7I {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-oaGroup--index-itemButton-3YgZy {
  margin-right: 0.1rem;
}
.src-assets-style-oaGroup--index-itemButton-3YgZy .src-assets-style-oaGroup--index-img-1STiH {
  position: relative;
  margin-right: 0.02rem;
}
.src-assets-style-oaGroup--index-itemButton-3YgZy i {
  margin-right: 0.05rem;
}
.src-assets-style-oaGroup--index-breadcrumb-r6pQ4 {
  width: 3.5rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-oaGroup--index-breadcrumbItem-3kxf7 {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-oaGroup--index-card-1LQQb {
  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-QwoDC {
  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-QwoDC .ant-btn {
  margin-top: 0.1rem;
}
.src-assets-style-oaGroup--index-addressSelect-16vtR {
  margin-left: 0px;
  width: 6.2rem;
}
.src-assets-style-oaGroup--index-affairsCard_linkTitle-2Mngd {
  float: left;
  margin-right: 0.04rem;
}
.src-assets-style-oaGroup--index-fillIcon-3A3s6 {
  color: #f5bf50;
  font-size: 0.2rem;
  cursor: pointer;
  margin-left: 0.1rem;
}
.src-assets-style-oaGroup--index-calendarMessage-1OVaV {
  width: 3rem;
  padding: 0px 0.1rem;
}
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaGroup--index-cardFrame-2WaLJ .src-assets-style-oaGroup--index-cardItem-1_3ZJ:hover button {
  background-color: #70b470;
  border-color: #70b470;
}
.theme-green .src-assets-style-oaGroup--index-cardFrame-2WaLJ .src-assets-style-oaGroup--index-cardItem-1_3ZJ:hover button:hover {
  background-color: #00a854;
  border-color: #00a854;
}
.theme-green .src-assets-style-oaGroup--index-detailsMain-2CTKF .src-assets-style-oaGroup--index-receiptDiv-1zi3J {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #005825;
}
.theme-green .src-assets-style-oaGroup--index-detailsMain-2CTKF .src-assets-style-oaGroup--index-receiptContext-JSdAK {
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
/**************************** 绿色主题开始 ***************************/
/**************************** 红色主题开始 ***************************/
.theme-red .src-assets-style-oaGroup--index-detailsMain-2CTKF .src-assets-style-oaGroup--index-receiptDiv-1zi3J {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #9A001E;
}
.theme-red .src-assets-style-oaGroup--index-detailsMain-2CTKF .src-assets-style-oaGroup--index-receiptContext-JSdAK {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-red .src-assets-style-oaGroup--index-selectColor-1zKiV {
  color: #F63E62;
}
.theme-red .src-assets-style-oaGroup--index-footerStyle-2pNCh {
  background-color: #fffafb;
}
.theme-red .src-assets-style-oaGroup--index-pageingButton-3nwz7 {
  color: #F63E62;
}
.theme-red .src-assets-style-oaGroup--index-cardFrame-2WaLJ .src-assets-style-oaGroup--index-cardItem-1_3ZJ:hover button {
  background-color: #F63E62;
  border-color: #F63E62;
}
.theme-red .src-assets-style-oaGroup--index-cardFrame-2WaLJ .src-assets-style-oaGroup--index-cardItem-1_3ZJ:hover button:hover {
  background-color: #9A001E;
  border-color: #9A001E;
}
.theme-red .src-assets-style-oaGroup--index-searchContent-2qMM1 .src-assets-style-oaGroup--index-searchList-3PhiB .ant-tag-checkable-checked {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-assets-style-oaGroup--index-searchContent-2qMM1 .src-assets-style-oaGroup--index-searchList-3PhiB .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaGroup--index-pagination-1bjYd {
  box-shadow: 0px 0px 0.1rem 0px rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaGroup--index-pagination-1bjYd .src-assets-style-oaGroup--index-affairTotal-1Gv2w .src-assets-style-oaGroup--index-fontBlue-3sdYg {
  color: #F63E62;
}
.theme-red .src-assets-style-oaGroup--index-activeLetter-zXBs3 {
  background: #F63E62;
}
.theme-red .src-assets-style-oaGroup--index-letter-36wKU:hover {
  background: #F63E62;
}
.theme-red .src-assets-style-oaGroup--index-radiusDiv-1ddwo {
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-oaGroup--index-radiusDiv-1ddwo:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-oaGroup--index-affairTitle-1AF_6 .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
.theme-red .src-assets-style-oaGroup--index-affairTitle-1AF_6 .ant-carousel .slick-dots li button {
  background: rgba(255, 0, 0, 0.5);
}
.theme-red .src-assets-style-oaGroup--index-cardFrame-2WaLJ a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-oaGroup--index-dropdownBox-3QE4w .ant-select-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-oaGroup--index-dropdownBox-3QE4w .ant-select-dropdown-menu-item:hover a {
  color: #F63E62;
}
.theme-red .src-assets-style-oaGroup--index-sceneNav-1dK46 span {
  color: #9A001E;
}
.theme-red .src-assets-style-oaGroup--index-sceneNav-1dK46 .src-assets-style-oaGroup--index-sceneIcon-26Rm4 {
  background: url(../../assets/images/mapIcon_red.png) no-repeat center;
  background-size: cover;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-assets-style-oaGroup--index-detailsMain-2CTKF .src-assets-style-oaGroup--index-receiptDiv-1zi3J {
  padding: 0.04rem;
  float: left;
  width: 10%;
  background: #397EF0;
}
.theme-blue .src-assets-style-oaGroup--index-detailsMain-2CTKF .src-assets-style-oaGroup--index-receiptContext-JSdAK {
  float: left;
  width: 88%;
  display: inline-block;
  margin-left: 0.1rem;
}
.theme-blue .src-assets-style-oaGroup--index-selectColor-1zKiV {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaGroup--index-footerStyle-2pNCh {
  background-color: #fafdff;
}
.theme-blue .src-assets-style-oaGroup--index-pageingButton-3nwz7 {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaGroup--index-cardFrame-2WaLJ .src-assets-style-oaGroup--index-cardItem-1_3ZJ:hover button {
  background-color: #71b8ef;
  border-color: #71b8ef;
}
.theme-blue .src-assets-style-oaGroup--index-cardFrame-2WaLJ .src-assets-style-oaGroup--index-cardItem-1_3ZJ:hover button:hover {
  background-color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .src-assets-style-oaGroup--index-searchContent-2qMM1 .src-assets-style-oaGroup--index-searchList-3PhiB .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #a2ceff;
}
.theme-blue .src-assets-style-oaGroup--index-searchContent-2qMM1 .src-assets-style-oaGroup--index-searchList-3PhiB .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaGroup--index-pagination-1bjYd {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaGroup--index-pagination-1bjYd .src-assets-style-oaGroup--index-affairTotal-1Gv2w .src-assets-style-oaGroup--index-fontBlue-3sdYg {
  color: #1890ff;
}
.theme-blue .src-assets-style-oaGroup--index-activeLetter-zXBs3 {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaGroup--index-letter-36wKU:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-oaGroup--index-radiusDiv-1ddwo {
  border: 1px solid rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-oaGroup--index-radiusDiv-1ddwo:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-oaGroup--index-affairTitle-1AF_6 .ant-carousel .slick-dots li.slick-active button {
  background: #1890ff;
}
.theme-blue .src-assets-style-oaGroup--index-affairTitle-1AF_6 .ant-carousel .slick-dots li button {
  background: rgba(35, 145, 230, 0.7);
}
.theme-blue .src-assets-style-oaGroup--index-cardFrame-2WaLJ a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaGroup--index-sceneNav-1dK46 span {
  color: #397EF0;
}
.theme-blue .src-assets-style-oaGroup--index-sceneNav-1dK46 .src-assets-style-oaGroup--index-sceneIcon-26Rm4 {
  background: url(../../assets/images/mapIcon_blue.png) no-repeat center;
  background-size: cover;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-oaGroup--index-searchContent-2qMM1 .src-assets-style-oaGroup--index-searchList-3PhiB .ant-tag-checkable-checked {
  color: #1C9750;
  background: #E6FFF1;
  border-color: #1C9750;
}
.theme-green .src-assets-style-oaGroup--index-searchContent-2qMM1 .src-assets-style-oaGroup--index-searchList-3PhiB .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1C9750;
}
.theme-green .src-assets-style-oaGroup--index-pagination-1bjYd {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-oaGroup--index-pagination-1bjYd .src-assets-style-oaGroup--index-affairTotal-1Gv2w .src-assets-style-oaGroup--index-fontBlue-3sdYg {
  color: #1C9750;
}
.theme-green .src-assets-style-oaGroup--index-activeLetter-zXBs3 {
  background: #1C9750;
}
.theme-green .src-assets-style-oaGroup--index-letter-36wKU:hover {
  background: #1C9750;
}
.theme-green .src-assets-style-oaGroup--index-radiusDiv-1ddwo:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(68, 126, 98, 0.35);
}
.theme-green .src-assets-style-oaGroup--index-radiusDiv-1ddwo {
  border: 1px solid rgba(87, 177, 134, 0.1);
}
.theme-green .src-assets-style-oaGroup--index-affairTitle-1AF_6 .ant-carousel .slick-dots li.slick-active button {
  background: #1C9750;
}
.theme-green .src-assets-style-oaGroup--index-affairTitle-1AF_6 .ant-carousel .slick-dots li button {
  background: rgba(10, 150, 50, 0.7);
}
.theme-green .src-assets-style-oaGroup--index-cardFrame-2WaLJ a:hover {
  color: #00a854;
}
.theme-green .src-assets-style-oaGroup--index-dropdownBox-3QE4w .ant-select-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.theme-green .src-assets-style-oaGroup--index-dropdownBox-3QE4w .ant-select-dropdown-menu-item:hover a {
  color: #00a854;
}
.theme-green .src-assets-style-oaGroup--index-sceneNav-1dK46 span {
  color: #005825;
}
.theme-green .src-assets-style-oaGroup--index-sceneNav-1dK46 .src-assets-style-oaGroup--index-sceneIcon-26Rm4 {
  background: url(../../assets/images/mapIcon_green.png) no-repeat center;
  background-size: cover;
}
.theme-green .src-assets-style-oaGroup--index-itemName-1MoLF {
  font-size: 0.16rem;
  height: 0.16rem;
  color: #363636;
  font-weight: bold;
  margin-left: 0.11rem;
}
.theme-green .src-assets-style-oaGroup--index-itemRow-W_gQt {
  color: #ADADAD;
  font-size: 0.14rem;
  padding: 0.08rem 0 0 0.1rem;
}
.theme-green .src-assets-style-oaGroup--index-itemRow-W_gQt 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-W_gQt span:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
/**************************** 绿色主题结束 **************************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-left-1_aH9 {
    border-radius: 6px;
    width: 100%;
  }
  .font-normal .src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-left-1_aH9 .src-assets-style-oaGroup--index-leftBody-2U_JZ .src-assets-style-oaGroup--index-leftService-24qNi {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-left-1_aH9 {
    width: 100%;
  }
  .font-normal .src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-left-1_aH9 .src-assets-style-oaGroup--index-leftBody-2U_JZ .src-assets-style-oaGroup--index-leftService-24qNi {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-leftContent-1QSFR {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-leftContent-1QSFR {
    width: 100%;
  }
}
@media (max-height: 830px) {
  .font-normal .src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-leftContent-1QSFR .src-assets-style-oaGroup--index-AllLetter-2A9-r {
    bottom: 4.85rem;
  }
}
@media (min-height: 831px) {
  .font-normal .src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-leftContent-1QSFR .src-assets-style-oaGroup--index-AllLetter-2A9-r {
    top: 3.26rem;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-left-1_aH9 {
    border-radius: 6px;
    width: 100%;
  }
  .font-large .src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-left-1_aH9 .src-assets-style-oaGroup--index-leftBody-2U_JZ .src-assets-style-oaGroup--index-leftService-24qNi {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-left-1_aH9 {
    width: 100%;
  }
  .font-large .src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-left-1_aH9 .src-assets-style-oaGroup--index-leftBody-2U_JZ .src-assets-style-oaGroup--index-leftService-24qNi {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-leftContent-1QSFR {
    width: 100%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-leftContent-1QSFR {
    width: 100%;
  }
}
@media (max-height: 913px) {
  .font-large .src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-leftContent-1QSFR .src-assets-style-oaGroup--index-AllLetter-2A9-r {
    bottom: 4.85rem;
  }
}
@media (min-height: 914.1px) {
  .font-large .src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-leftContent-1QSFR .src-assets-style-oaGroup--index-AllLetter-2A9-r {
    top: 3.26rem;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-left-1_aH9 {
    border-radius: 6px;
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-left-1_aH9 .src-assets-style-oaGroup--index-leftBody-2U_JZ .src-assets-style-oaGroup--index-leftService-24qNi {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-left-1_aH9 {
    width: 100%;
  }
  .font-extraLarge .src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-left-1_aH9 .src-assets-style-oaGroup--index-leftBody-2U_JZ .src-assets-style-oaGroup--index-leftService-24qNi {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-leftContent-1QSFR {
    width: 100%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-leftContent-1QSFR {
    width: 100%;
  }
}
@media (max-height: 1037.5px) {
  .font-extraLarge .src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-leftContent-1QSFR .src-assets-style-oaGroup--index-AllLetter-2A9-r {
    bottom: 4.85rem;
  }
}
@media (min-height: 1038.75px) {
  .font-extraLarge .src-assets-style-oaGroup--index-flex-209BO .src-assets-style-oaGroup--index-leftContent-1QSFR .src-assets-style-oaGroup--index-AllLetter-2A9-r {
    top: 3.26rem;
  }
}
@media (min-width: 1600px) {
  .font-extraLarge .src-assets-style-oaGroup--index-flex-209BO .ant-col-xxl-8 {
    width: 50%;
  }
}
.src-assets-style-pentagon--index-polygonView-jPxbM {
  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-jPxbM .src-assets-style-pentagon--index-outer-vertex-point-2LcaG {
  z-index: 2;
  position: absolute;
}
.src-assets-style-pentagon--index-polygonView-jPxbM .src-assets-style-pentagon--index-outer-vertex-point-2LcaG:first-child .src-assets-style-pentagon--index-title-3Kees {
  top: 0.6rem;
}
.src-assets-style-pentagon--index-polygonView-jPxbM .src-assets-style-pentagon--index-edge-2qexS {
  z-index: 0;
  position: absolute;
  height: 1px;
  border-bottom: 1px dashed #ccc;
  cursor: pointer;
}
.src-assets-style-pentagon--index-polygonView-jPxbM .src-assets-style-pentagon--index-title-3Kees {
  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-jPxbM .src-assets-style-pentagon--index-icon-38npJ {
  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-jPxbM .src-assets-style-pentagon--index-icon-38npJ img {
  width: 0.4rem;
  height: 0.4rem;
}
.src-assets-style-pentagon--index-polygonView-jPxbM .src-assets-style-pentagon--index-badge-2eRWD {
  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-jPxbM {
    position: relative;
    left: -0.65rem;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-pentagon--index-polygonView-jPxbM {
    position: relative;
    left: -0.15rem;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-pentagon--index-polygonView-jPxbM {
    position: relative;
    left: 0.4rem;
  }
}
@media (max-width: 1760px) {
  .font-large .src-assets-style-pentagon--index-polygonView-jPxbM {
    position: relative;
    left: -0.65rem;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-pentagon--index-polygonView-jPxbM {
    position: relative;
    left: -0.15rem;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-pentagon--index-polygonView-jPxbM {
    position: relative;
    left: 0.4rem;
  }
}
@media (max-width: 2000px) {
  .font-extraLarge .src-assets-style-pentagon--index-polygonView-jPxbM {
    position: relative;
    left: -0.65rem;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-pentagon--index-polygonView-jPxbM {
    position: relative;
    left: -0.15rem;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-pentagon--index-polygonView-jPxbM {
    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-1Yym7 {
  margin: 0.15rem 0;
}
.src-app-page-person-entrust--index-btn-1Yym7 button {
  margin-right: 0.1rem;
}
.src-app-page-person-entrust--index-cardBox-ObNis {
  padding: 0.15rem 0.25rem 0.15rem 0;
}
.src-app-page-person-entrust--index-cardBox-ObNis img {
  width: 0.18rem;
  margin-right: 0.1rem;
}
.src-app-page-person-entrust--index-cardBox-ObNis .ant-card {
  border: 1px solid #e8e8e8;
}
.src-app-page-person-entrust--index-cardBox-ObNis .ant-card-body {
  padding: 0;
}
.src-app-page-person-entrust--index-cardBox-ObNis .ant-card-head {
  padding: 0 0.16rem;
}
.src-app-page-person-entrust--index-cardBox-ObNis .ant-card-head-title {
  padding: 0.1rem 0;
}
.src-app-page-person-entrust--index-cardBox-ObNis .ant-divider-horizontal {
  margin: 0.15rem 0;
}
.src-app-page-person-entrust--index-cardBox-ObNis .src-app-page-person-entrust--index-itemBody-M4UKB {
  padding: 0.1rem 0.16rem;
  line-height: 0.28rem;
}
.src-app-page-person-entrust--index-cardBox-ObNis .src-app-page-person-entrust--index-itemBody-M4UKB .src-app-page-person-entrust--index-title-1lH5l {
  font-size: 0.16rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000d9;
}
.src-app-page-person-entrust--index-cardBox-ObNis .src-app-page-person-entrust--index-itemBody-M4UKB .src-app-page-person-entrust--index-affairName-XuzBg {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.src-app-page-person-entrust--index-cardBox-ObNis .src-app-page-person-entrust--index-itemBody-M4UKB .src-app-page-person-entrust--index-affairName-XuzBg .src-app-page-person-entrust--index-item-3j-mE {
  border-radius: 16px;
}
.src-app-page-person-entrust--index-cardBox-ObNis .src-app-page-person-entrust--index-itemBody-M4UKB .src-app-page-person-entrust--index-num1-3ud3V {
  margin-right: 0.25rem;
  color: #23D688;
}
.src-app-page-person-entrust--index-cardBox-ObNis .src-app-page-person-entrust--index-itemBody-M4UKB .src-app-page-person-entrust--index-num2-10BsJ {
  color: #397EF0;
}
.src-app-page-person-entrust--index-cardBox-ObNis .src-app-page-person-entrust--index-footerBtn-1C1nz {
  text-align: center;
  padding: 0.1rem 0;
  background: #F0F2F5;
}
.src-app-page-person-entrust--index-cardBox-ObNis .src-app-page-person-entrust--index-footerBtn-1C1nz .src-app-page-person-entrust--index-btnItem-21UJ6 {
  border-right: 1px solid #00000026;
  cursor: pointer;
}
.src-app-page-person-entrust--index-cardBox-ObNis .src-app-page-person-entrust--index-footerBtn-1C1nz .src-app-page-person-entrust--index-btnItem-21UJ6:nth-child(3) {
  border-right: none;
}
.src-app-page-person-entrust--index-cardBox-ObNis .src-app-page-person-entrust--index-footerBtn-1C1nz .src-app-page-person-entrust--index-btnItem-21UJ6 span {
  vertical-align: middle;
}
.src-app-page-person-entrust--index-pagination-2D4QZ {
  margin-top: 0.4rem;
  text-align: center;
}
.src-app-page-person-entrust--index-entrusting-3Oj7i {
  color: #397EF0 !important;
  background: #E7F0FD !important;
  border: 1px solid #397EF0 !important;
}
.src-app-page-person-entrust--index-stopped-RHOR6 {
  color: #FF4D4F !important;
  background: #FFF1F0 !important;
  border: 1px solid #FF4D4F !important;
}
.src-app-page-person-entrust--index-name-18_mk {
  font-size: 0.16rem;
  font-weight: bold;
  color: #000000d9 !important;
}
.src-app-page-person-entrust--index-tag-r_YVf {
  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-1yFm4 img {
  width: 0.18rem;
  margin-right: 0.1rem;
}
.src-app-page-person-entrust--index-detail-1yFm4 .src-app-page-person-entrust--index-user-1vNyt {
  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-1yFm4 .src-app-page-person-entrust--index-user-1vNyt button {
  float: right;
  padding: 0 18;
}
.src-app-page-person-entrust--index-detail-1yFm4 .src-app-page-person-entrust--index-filterData-9CK2E {
  line-height: 0.4rem;
}
.src-app-page-person-entrust--index-detail-1yFm4 .src-app-page-person-entrust--index-filterData-9CK2E .ant-divider-horizontal {
  margin: 0.12rem 0;
}
.src-app-page-person-entrust--index-detail-1yFm4 .src-app-page-person-entrust--index-filterData-9CK2E .ant-tag {
  cursor: pointer;
}
.src-app-page-person-entrust--index-detail-1yFm4 .src-app-page-person-entrust--index-filterData-9CK2E .ant-tag-checkable-checked {
  border-radius: 16px;
}
.src-app-page-person-entrust--index-detail-1yFm4 .src-app-page-person-entrust--index-filterData-9CK2E .ant-select {
  width: 1.5rem;
}
.src-app-page-person-entrust--index-detail-1yFm4 .src-app-page-person-entrust--index-filterData-9CK2E .src-app-page-person-entrust--index-tagItem-3gWYR {
  max-width: 1rem;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.src-app-page-person-entrust--index-detail-1yFm4 .src-app-page-person-entrust--index-filterData-9CK2E .src-app-page-person-entrust--index-closeTag-1uZE9 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.src-app-page-person-entrust--index-detail-1yFm4 .src-app-page-person-entrust--index-filterData-9CK2E .src-app-page-person-entrust--index-selectFiter-1bOT7 {
  margin-right: 0.3rem;
}
.src-app-page-person-entrust--index-detail-1yFm4 .src-app-page-person-entrust--index-content-1M3L2 .ant-descriptions-title {
  margin-bottom: 0.05rem;
}
.src-app-page-person-entrust--index-detail-1yFm4 .src-app-page-person-entrust--index-content-1M3L2 .ant-descriptions-row > td {
  padding: 0.1rem 0 0.02rem;
  padding-bottom: 0;
}
.src-app-page-person-entrust--index-detail-1yFm4 .src-app-page-person-entrust--index-content-1M3L2 .ant-descriptions-item > span {
  vertical-align: middle;
}
.src-app-page-person-entrust--index-detail-1yFm4 .src-app-page-person-entrust--index-content-1M3L2 .src-app-page-person-entrust--index-entrustItem-34c4y {
  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-1yFm4 .src-app-page-person-entrust--index-content-1M3L2 .src-app-page-person-entrust--index-entrustItem-34c4y:hover {
  box-shadow: 0px 0px 0.08rem 0.02rem #397ef040;
  border-radius: 4px;
}
.src-app-page-person-entrust--index-detail-1yFm4 .src-app-page-person-entrust--index-content-1M3L2 .src-app-page-person-entrust--index-entrustItem-34c4y .src-app-page-person-entrust--index-deleteImg-2-kH0 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.1rem;
}
.src-app-page-person-entrust--index-detail-1yFm4 .src-app-page-person-entrust--index-content-1M3L2 .src-app-page-person-entrust--index-entrustItem-34c4y .src-app-page-person-entrust--index-deleteImg-2-kH0 span {
  vertical-align: middle;
}
.src-app-page-person-entrust--index-detail-1yFm4 .src-app-page-person-entrust--index-content-1M3L2 .src-app-page-person-entrust--index-entrustItem-34c4y .src-app-page-person-entrust--index-itemTiltle-3twOb {
  vertical-align: middle;
}
.src-app-page-person-entrust--index-detail-1yFm4 .src-app-page-person-entrust--index-content-1M3L2 .src-app-page-person-entrust--index-entrustItem-34c4y .src-app-page-person-entrust--index-itemTiltle-3twOb span {
  margin-right: 0.1rem;
  color: #397EF0;
}
/**************************** 红色主题开始 ***************************/
.theme-red .src-app-page-person-entrust--index-filterData-9CK2E .ant-tag-checkable-checked {
  color: #9A001E;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-app-page-person-entrust--index-filterData-9CK2E .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #9A001E;
}
.theme-red .src-app-page-person-entrust--index-tabsBtn-1JDLn .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-1JDLn .ant-radio-button-wrapper:hover {
  color: #9A001E !important;
}
.theme-red .src-app-page-person-entrust--index-tabsBtn-1JDLn .ant-radio-button-wrapper-checked:hover {
  color: #fff;
}
.theme-red .src-app-page-person-entrust--index-affairName-XuzBg .src-app-page-person-entrust--index-item-3j-mE {
  color: #9A001E;
  background: #fff1f0;
  border: 1px solid #ffcfd8;
}
.theme-red .src-app-page-person-entrust--index-tag-r_YVf {
  color: #9A001E !important;
  background: #fff1f0 !important;
  border: 1px solid #9A001E;
}
.theme-red .src-app-page-person-entrust--index-user-1vNyt {
  background: #fff1f0;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-app-page-person-entrust--index-filterData-9CK2E .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #c4e5ff;
}
.theme-blue .src-app-page-person-entrust--index-filterData-9CK2E .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-app-page-person-entrust--index-tabsBtn-1JDLn .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-1JDLn .ant-radio-button-wrapper:hover {
  color: #397EF0 !important;
}
.theme-blue .src-app-page-person-entrust--index-tabsBtn-1JDLn .ant-radio-button-wrapper-checked:hover {
  color: #fff;
}
.theme-blue .src-app-page-person-entrust--index-affairName-XuzBg .src-app-page-person-entrust--index-item-3j-mE {
  color: #397EF0;
  background: #e6f7ff;
  border: 1px solid #c4e5ff;
}
.theme-blue .src-app-page-person-entrust--index-tag-r_YVf {
  color: #397EF0 !important;
  background: #e6f7ff !important;
  border: 1px solid #397EF0;
}
.theme-blue .src-app-page-person-entrust--index-user-1vNyt {
  background: #e6f7ff;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-app-page-person-entrust--index-filterData-9CK2E .ant-tag-checkable-checked {
  color: #005825;
  background: #E6FFF1;
  border-color: #62b68e;
}
.theme-green .src-app-page-person-entrust--index-filterData-9CK2E .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #005825;
}
.theme-green .src-app-page-person-entrust--index-tabsBtn-1JDLn .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-1JDLn .ant-radio-button-wrapper:hover {
  color: #005825 !important;
}
.theme-green .src-app-page-person-entrust--index-tabsBtn-1JDLn .ant-radio-button-wrapper-checked:hover {
  color: #fff;
}
.theme-green .src-app-page-person-entrust--index-affairName-XuzBg .src-app-page-person-entrust--index-item-3j-mE {
  color: #005825;
  background: #E6FFF1;
  border: 1px solid #62b68e;
}
.theme-green .src-app-page-person-entrust--index-tag-r_YVf {
  color: #005825 !important;
  background: #E6FFF1 !important;
  border: 1px solid #005825;
}
.theme-green .src-app-page-person-entrust--index-user-1vNyt {
  background: #E6FFF1;
}
/**************************** 绿色主题结束 **************************/
/**************************** 自定义主题开始 ***************************/
.theme-custom .src-app-page-person-entrust--index-filterData-9CK2E .ant-tag-checkable-checked {
  color: var(--themeColor);
  background: var(--themeColorBg);
  border-color: var(--themeColor1);
}
.theme-custom .src-app-page-person-entrust--index-filterData-9CK2E .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: var(--themeColor);
}
.theme-custom .src-app-page-person-entrust--index-affairName-XuzBg .src-app-page-person-entrust--index-item-3j-mE {
  color: var(--themeColor);
  background: var(--themeColorBg);
  border: 1px solid var(--themeColor1);
}
.theme-custom .src-app-page-person-entrust--index-tag-r_YVf {
  color: var(--themeColor) !important;
  background: var(--themeColorBg) !important;
  border: 1px solid var(--themeColor1);
}
.theme-custom .src-app-page-person-entrust--index-user-1vNyt {
  background: #E6FFF1;
}
/**************************** 自定义主题结束 **************************/
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.src-assets-style-feedback--index-feedback-5z3Bf .src-assets-style-feedback--index-breadcrumb-3TK27 {
  width: 2.19rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-feedback--index-feedback-5z3Bf .src-assets-style-feedback--index-breadcrumbItem-2iBvr {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-feedback--index-feedback-5z3Bf .src-assets-style-feedback--index-mainContent-2RcDM {
  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-5z3Bf .src-assets-style-feedback--index-mainContent-2RcDM .src-assets-style-feedback--index-timeRange-2QRgR {
  margin-bottom: 0.1rem;
}
.src-assets-style-feedback--index-feedback-5z3Bf .src-assets-style-feedback--index-mainContent-2RcDM .src-assets-style-feedback--index-pagination-1Z4Vg {
  margin: 0.4rem 0px 0.2rem;
  text-align: center;
}
.src-assets-style-feedback--index-feedback-5z3Bf .src-assets-style-feedback--index-mainContent-2RcDM .src-assets-style-feedback--index-spin-1Dj8G {
  min-height: 6rem;
}
.src-assets-style-feedback--index-feedback-5z3Bf .src-assets-style-feedback--index-mainContent-2RcDM .ant-select-dropdown-menu-item:hover {
  background: green;
}
.src-assets-style-feedback--index-loading-2yE6H {
  width: 100%;
  height: 100%;
  margin-top: 3.5rem;
}
.src-assets-style-feedback--index-itemFeedback-9cmhK {
  border-bottom: 1px dashed #cccccc;
  padding-top: 0.1rem;
}
.src-assets-style-feedback--index-itemFeedback-9cmhK .src-assets-style-feedback--index-feedbackTime-2X6mg {
  width: 100%;
  line-height: 0.4rem;
  font-size: 0.12rem;
  color: #999999;
}
.src-assets-style-feedback--index-itemFeedback-9cmhK .src-assets-style-feedback--index-images-2nWg5 {
  width: 100%;
  margin-top: 0.1rem;
}
.src-assets-style-feedback--index-itemFeedback-9cmhK .src-assets-style-feedback--index-images-2nWg5 img {
  height: 0.4rem;
  margin-right: 0.05rem;
  cursor: pointer;
}
.src-assets-style-feedback--index-mask-yL_aD {
  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-yL_aD .src-assets-style-feedback--index-prevStep-2mgWo,
.src-assets-style-feedback--index-mask-yL_aD .src-assets-style-feedback--index-nextStep-tON73 {
  width: 50%;
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0px;
}
.src-assets-style-feedback--index-mask-yL_aD .src-assets-style-feedback--index-prevStep-2mgWo {
  left: 0px;
  cursor: url(../../assets/images/pic-left-arrow.png), auto;
}
.src-assets-style-feedback--index-mask-yL_aD .src-assets-style-feedback--index-nextStep-tON73 {
  right: 0px;
  cursor: url(../../assets/images/pic-right-arrow.png), auto;
}
.src-assets-style-feedback--index-mask-yL_aD i.src-assets-style-feedback--index-close-iul89 {
  color: #ffffff;
  font-size: 0.24rem;
  position: absolute;
  right: 0.3rem;
  top: 0.2rem;
  padding: 0.2rem;
}
.src-assets-style-feedback--index-mask-yL_aD i.src-assets-style-feedback--index-close-iul89 :hover {
  cursor: pointer;
}
.src-assets-style-feedback--index-mask-yL_aD .src-assets-style-feedback--index-fullScreen-37x-t {
  position: relative;
}
.src-assets-style-feedback--index-mask-yL_aD .src-assets-style-feedback--index-fullScreen-37x-t .src-assets-style-feedback--index-info-2Ej87 {
  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-yL_aD .src-assets-style-feedback--index-fullScreen-37x-t .src-assets-style-feedback--index-hidden-2hEkg {
  opacity: 0;
}
.src-assets-style-feedback--index-mask-yL_aD .src-assets-style-feedback--index-fullScreen-37x-t .src-assets-style-feedback--index-show-iW8Va {
  animation: src-assets-style-feedback--index-showHidden-3s2wt 1.5s forwards;
}
.src-assets-style-feedback--index-mask-yL_aD img {
  max-width: 85%;
  max-height: 85%;
}
/*************** 红色主题 start***************/
.theme-red .src-assets-style-feedback--index-itemFeedback-9cmhK:hover {
  background-color: #fff1f0;
}
/*************** 红色主题 end***************/
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-feedback--index-itemFeedback-9cmhK:hover {
  background-color: #e6f7ff;
}
/*************** 蓝色主题 end***************/
.src-assets-style-feedback--index-itemFeedback-9cmhK:hover {
  background-color: #F5FDF8 ;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.src-assets-style-evaluate--index-link-1_skd .src-assets-style-evaluate--index-breadcrumb-3hnV- {
  /*display: inline-block;*/
  height: 0.55rem;
  line-height: 0.55rem;
}
.src-assets-style-evaluate--index-link-1_skd .src-assets-style-evaluate--index-breadcrumb-3hnV- .src-assets-style-evaluate--index-evaluate-BSKBM {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-evaluate--index-link-1_skd .src-assets-style-evaluate--index-breadcrumb-3hnV- .src-assets-style-evaluate--index-breadcrumbItem-2nIuI {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-evaluate--index-link-1_skd .src-assets-style-evaluate--index-breadcrumb-3hnV- .ant-breadcrumb {
  height: 0.55rem;
  line-height: 0.55rem;
}
.src-assets-style-evaluate--index-link-1_skd .src-assets-style-evaluate--index-breadcrumb-3hnV- breadcrumbItem {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-evaluate--index-breadcrumb-3hnV- {
  /*display: inline-block;*/
  height: 0.55rem;
  line-height: 0.55rem;
}
.src-assets-style-evaluate--index-breadcrumb-3hnV- .src-assets-style-evaluate--index-evaluate-BSKBM {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-evaluate--index-breadcrumb-3hnV- .src-assets-style-evaluate--index-breadcrumbItem-2nIuI {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-evaluate--index-breadcrumb-3hnV- .ant-breadcrumb {
  height: 0.55rem;
  line-height: 0.55rem;
}
.src-assets-style-evaluate--index-breadcrumb-3hnV- breadcrumbItem {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-evaluate--index-loading-3EiHc {
  width: 100%;
  height: 100%;
}
.src-assets-style-evaluate--index-content-ddi_B {
  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-ddi_B .src-assets-style-evaluate--index-top-2oWIh {
  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-ddi_B .src-assets-style-evaluate--index-top-2oWIh span {
  margin-right: 0.1rem;
}
.src-assets-style-evaluate--index-content-ddi_B .src-assets-style-evaluate--index-mainContent-XOyAx {
  padding: 0.2rem 0;
}
.src-assets-style-evaluate--index-content-ddi_B .src-assets-style-evaluate--index-mainContent-XOyAx .src-assets-style-evaluate--index-btn-274se {
  margin-bottom: 0.2rem;
}
.src-assets-style-evaluate--index-content-ddi_B .src-assets-style-evaluate--index-mainContent-XOyAx .src-assets-style-evaluate--index-btn-274se .src-assets-style-evaluate--index-affairName-1q9Z6 {
  width: 2rem;
  border-color: #cccccc;
  border-radius: 8px;
  margin-right: 0.2rem;
}
.src-assets-style-evaluate--index-content-ddi_B .src-assets-style-evaluate--index-mainContent-XOyAx .src-assets-style-evaluate--index-btn-274se .src-assets-style-evaluate--index-affairName-1q9Z6 .ant-input-prefix {
  color: #cccccc;
}
.src-assets-style-evaluate--index-content-ddi_B .src-assets-style-evaluate--index-mainContent-XOyAx .src-assets-style-evaluate--index-btn-274se .src-assets-style-evaluate--index-select-9-g3m {
  width: 1.5rem;
  margin-right: 0.2rem;
}
.src-assets-style-evaluate--index-content-ddi_B .src-assets-style-evaluate--index-mainContent-XOyAx .src-assets-style-evaluate--index-btn-274se .src-assets-style-evaluate--index-query-83UMW {
  margin-right: 0.2rem;
}
.src-assets-style-evaluate--index-content-ddi_B .src-assets-style-evaluate--index-mainContent-XOyAx .src-assets-style-evaluate--index-list-2szck {
  width: 100%;
}
.src-assets-style-evaluate--index-content-ddi_B .src-assets-style-evaluate--index-mainContent-XOyAx .src-assets-style-evaluate--index-list-2szck .src-assets-style-evaluate--index-li-3QPeB {
  display: flex;
  padding: 0.2rem;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 0.1rem;
}
.src-assets-style-evaluate--index-content-ddi_B .src-assets-style-evaluate--index-mainContent-XOyAx .src-assets-style-evaluate--index-list-2szck .src-assets-style-evaluate--index-li-3QPeB:hover {
  background: #F5FDF8;
}
.src-assets-style-evaluate--index-content-ddi_B .src-assets-style-evaluate--index-mainContent-XOyAx .src-assets-style-evaluate--index-list-2szck .src-assets-style-evaluate--index-li-3QPeB .src-assets-style-evaluate--index-center-1x44k {
  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-ddi_B .src-assets-style-evaluate--index-mainContent-XOyAx .src-assets-style-evaluate--index-list-2szck .src-assets-style-evaluate--index-li-3QPeB .src-assets-style-evaluate--index-center-1x44k span {
  color: #CCCCCC;
}
.src-assets-style-evaluate--index-content-ddi_B .src-assets-style-evaluate--index-mainContent-XOyAx .src-assets-style-evaluate--index-list-2szck .src-assets-style-evaluate--index-li-3QPeB .src-assets-style-evaluate--index-left-fFdaq {
  width: 2.1rem;
  color: #333333;
}
.src-assets-style-evaluate--index-content-ddi_B .src-assets-style-evaluate--index-mainContent-XOyAx .src-assets-style-evaluate--index-list-2szck .src-assets-style-evaluate--index-li-3QPeB .src-assets-style-evaluate--index-left-fFdaq .src-assets-style-evaluate--index-rate-3ia_f {
  margin-bottom: 0.2rem;
}
.src-assets-style-evaluate--index-content-ddi_B .src-assets-style-evaluate--index-mainContent-XOyAx .src-assets-style-evaluate--index-list-2szck .src-assets-style-evaluate--index-li-3QPeB .src-assets-style-evaluate--index-right-Ztdv0 {
  width: 2.1rem;
  padding-left: 0.2rem;
}
.src-assets-style-evaluate--index-content-ddi_B .src-assets-style-evaluate--index-mainContent-XOyAx .src-assets-style-evaluate--index-list-2szck .src-assets-style-evaluate--index-li-3QPeB .src-assets-style-evaluate--index-right-Ztdv0 .src-assets-style-evaluate--index-p_first-sumrV {
  font-family: 'Arial Negreta', 'Arial';
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.1rem;
}
.src-assets-style-evaluate--index-content-ddi_B .src-assets-style-evaluate--index-mainContent-XOyAx .src-assets-style-evaluate--index-list-2szck .src-assets-style-evaluate--index-li-3QPeB .src-assets-style-evaluate--index-right-Ztdv0 .src-assets-style-evaluate--index-img-3TvO4 {
  width: 0.17rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}
.src-assets-style-evaluate--index-content-ddi_B .src-assets-style-evaluate--index-mainContent-XOyAx .src-assets-style-evaluate--index-pagination-3ikV7 {
  text-align: center;
}
.src-assets-style-evaluate--index-alert-ohRsT {
  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-XOyAx .src-assets-style-evaluate--index-list-2szck .src-assets-style-evaluate--index-li-3QPeB {
  border-bottom: 1px dashed #ccc;
}
.theme-blue .src-assets-style-evaluate--index-mainContent-XOyAx .src-assets-style-evaluate--index-list-2szck .src-assets-style-evaluate--index-li-3QPeB:hover {
  background: #e6f7ff;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-evaluate--index-mainContent-XOyAx .src-assets-style-evaluate--index-list-2szck .src-assets-style-evaluate--index-li-3QPeB {
  border-bottom: 1px dashed #ccc;
}
.theme-red .src-assets-style-evaluate--index-mainContent-XOyAx .src-assets-style-evaluate--index-list-2szck .src-assets-style-evaluate--index-li-3QPeB: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-3vUkX {
  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-2mvX8 {
  width: 100%;
  height: calc(100%);
}
.src-assets-style-entrust--index-solidStyle-2mvX8 .ant-spin-dot {
  font-size: 0.32rem;
  width: 0.32rem;
  height: 0.32rem;
}
.src-assets-style-entrust--index-solidStyle-2mvX8 .ant-spin-dot i {
  width: 0.14rem;
  height: 0.14rem;
}
.src-assets-style-entrust--index-loading-2k6nT {
  width: 100%;
  min-height: 1rem;
  margin-top: 3.5rem;
}
.src-assets-style-entrust--index-itemButton-1Hw2t {
  border-radius: 20px;
}
.src-assets-style-entrust--index-opt-wZ981 {
  width: 0.81rem;
  display: inline-block;
  text-align: center;
}
.src-assets-style-entrust--index-itemName-2aMal {
  font-size: 0.16rem;
  height: 0.16rem;
  color: #363636;
  font-weight: bold;
  margin-left: 0.11rem;
}
.src-assets-style-entrust--index-itemButton-1Hw2t i {
  margin-right: 0.05rem;
}
.src-assets-style-entrust--index-footerStyle-_gWda {
  background-color: #f4f9f6;
  color: #999999;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-entrust--index-pageingNotAllowed-3gdAN {
  color: #D1D1D1;
  cursor: not-allowed;
  margin: 0 0.25rem;
}
.src-assets-style-entrust--index-pageingButton-sBU_V {
  color: #55906E;
  margin: 0px 0.25rem;
}
/* 紧急程度 -- 特急，加急，超时，快到期*/
.src-assets-style-entrust--index-overTime-1lyNj,
.src-assets-style-entrust--index-unRead-1_z3A {
  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-1lyNj {
  background-color: #FE7167;
}
.src-assets-style-entrust--index-unRead-1_z3A {
  background-color: #F4BE51;
}
.src-assets-style-entrust--index-filter-3E-ZU .ant-list-item {
  border-bottom: none;
}
.src-assets-style-entrust--index-conditionTitle-3EeBd {
  color: #ADADAD;
  font-weight: normal;
}
.src-assets-style-entrust--index-conditionStyle-dIiJK {
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.3rem;
}
.src-assets-style-entrust--index-paginationStyle-19ny8 {
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.3rem;
}
.src-assets-style-entrust--index-tabBarStyle-1ZGE_ {
  text-align: left;
  color: #999999;
}
.src-assets-style-entrust--index-breadcrumb-1_xLu {
  width: 2.19rem;
  height: 0.55rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.55rem;
}
.src-assets-style-entrust--index-breadcrumbItem-23GbK {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-entrust--index-prefix-3Cxkm {
  color: rgba(0, 0, 0, 0.25);
}
.src-assets-style-entrust--index-inputWidth-1XWLG {
  width: 3.18rem;
}
.src-assets-style-entrust--index-pagingMargin1-2wpoW {
  margin-left: 0.11rem;
}
.src-assets-style-entrust--index-pagingMargin2-3t1tb {
  margin-left: 0.5rem;
}
.src-assets-style-entrust--index-pagingLeft-iCkcg {
  display: inline-block;
  width: 90%;
}
.src-assets-style-entrust--index-pagingRight-1LU0Z {
  display: inline-block;
  text-align: center;
  width: 10%;
}
.src-assets-style-entrust--index-addBtton-XoLu1 {
  display: inline-block;
  text-align: center;
  width: 10%;
}
.src-assets-style-entrust--index-addBtton-XoLu1 .ant-btn {
  color: #fff;
  height: 0.3rem;
  background-color: #008000;
}
.src-assets-style-entrust--index-addBtton-XoLu1 .ant-btn:hover {
  color: #fff;
}
.src-assets-style-entrust--index-addBtton-XoLu1 .ant-btn:focus {
  color: #fff;
}
.src-assets-style-entrust--index-itemRow-3qY1i {
  color: #ADADAD;
  font-size: 0.14rem;
  padding: 0.08rem 0 0 0.1rem;
}
.src-assets-style-entrust--index-itemRow-3qY1i 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-3qY1i span:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.src-assets-style-entrust--index-itemRowLeft-Om57b {
  width: 90%;
  float: left;
  cursor: pointer;
}
.src-assets-style-entrust--index-itemRowRight-tL7Cv {
  width: 10%;
  float: right;
  text-align: center;
  line-height: 0.63rem;
  cursor: pointer;
}
.src-assets-style-entrust--index-source-1Wfvu {
  cursor: pointer;
}
.src-assets-style-entrust--index-card-_wpUK {
  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-3UpX9 {
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-entrust--index-newsSearch-3E4ZT {
  width: 3.58rem;
  position: relative;
  display: flex;
  margin-right: 0.15rem;
}
.src-assets-style-entrust--index-newsSearch-3E4ZT .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
}
.src-assets-style-entrust--index-newsSearch-3E4ZT .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-3E4ZT .ant-input {
  padding: 0.04rem 0.3rem;
}
.src-assets-style-entrust--index-newsSearch-3E4ZT .src-assets-style-entrust--index-searchDel-Te4XD {
  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-3uT6k {
  color: #DEDEDE;
  font-size: 0.14rem;
  float: right;
  margin-right: 0.2rem;
}
.src-assets-style-entrust--index-viewMore-3uT6k .anticon {
  transform: rotate(90deg);
}
.src-assets-style-entrust--index-statusWidth-3NgFN {
  width: 100%;
}
.src-assets-style-entrust--index-warning-1NKcZ {
  color: #FD6767;
}
.src-assets-style-entrust--index-icon-28KkH {
  font-size: 0.12rem;
}
.src-assets-style-entrust--index-near-1umfg {
  color: #F2AA18;
}
.src-assets-style-entrust--index-body1-17C-B {
  background-color: #f2f2f2;
}
.src-assets-style-entrust--index-body1-17C-B .src-assets-style-entrust--index-condition-sj9uG {
  margin: 0.1rem 0;
  height: 0.6rem;
}
.src-assets-style-entrust--index-body1-17C-B .src-assets-style-entrust--index-condition-sj9uG .src-assets-style-entrust--index-typeDetail-1Nx7H {
  margin: 0.1rem 0.25rem;
}
.src-assets-style-entrust--index-body1-17C-B .src-assets-style-entrust--index-condition-sj9uG .src-assets-style-entrust--index-typeDetail-1Nx7H li {
  display: inline-block;
  margin-right: 0.5rem;
}
.src-assets-style-entrust--index-body1-17C-B .src-assets-style-entrust--index-condition-sj9uG .src-assets-style-entrust--index-fold-1gXoH {
  margin: 0 0.1rem;
}
.src-assets-style-entrust--index-body2-2M1Ni {
  border-top: 1px solid #e8e8e8;
}
.src-assets-style-entrust--index-batchAudit-3SE6M {
  text-align: center;
  height: 0.6rem;
  line-height: 0.6rem;
}
.src-assets-style-entrust--index-modal-KuP-j li {
  margin: 0.1rem 0.2rem;
  list-style-type: none;
}
.src-assets-style-entrust--index-modal-KuP-j li i {
  cursor: pointer;
}
.src-assets-style-entrust--index-submit-tn1O5 {
  text-align: center;
}
.src-assets-style-entrust--index-modalContent-3_VtT {
  width: 100%;
  height: 2rem;
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.7rem;
}
.src-assets-style-entrust--index-modalContent-3_VtT .src-assets-style-entrust--index-icon-28KkH {
  color: #f1a42b;
}
.src-assets-style-entrust--index-selectColor-3kh_n {
  color: #55906E;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-entrust--index-footerStyle-_gWda {
  background-color: #fafdff;
  color: #999999;
}
.theme-blue .src-assets-style-entrust--index-addBtton-XoLu1 .ant-btn {
  background-color: #397EF0;
}
.theme-blue .src-assets-style-entrust--index-selectColor-3kh_n {
  color: #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-entrust--index-footerStyle-_gWda {
  background-color: #fffafb;
  color: #999999;
}
.theme-red .src-assets-style-entrust--index-addBtton-XoLu1 .ant-btn {
  background-color: #9A001E;
}
.theme-red .src-assets-style-entrust--index-selectColor-3kh_n {
  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-1tC93 {
  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-2M4Cf {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-helpQuestion--index-attentionPage-1hYvM ul {
  padding: 0px;
}
.src-assets-style-helpQuestion--index-attentionPage-1hYvM .src-assets-style-helpQuestion--index-ant-breadcrumb-3ApGH {
  margin: 0.03rem 0.02rem;
}
.src-assets-style-helpQuestion--index-attentionPage-1hYvM .src-assets-style-helpQuestion--index-loading-Kwznb {
  width: 100%;
  height: 100%;
}
.src-assets-style-helpQuestion--index-attentionPage-1hYvM .src-assets-style-helpQuestion--index-mainContent-3PFui {
  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-1hYvM .src-assets-style-helpQuestion--index-mainContent-3PFui .src-assets-style-helpQuestion--index-tabTop-28DHT .src-assets-style-helpQuestion--index-search-2Z4_C {
  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-1hYvM .src-assets-style-helpQuestion--index-mainContent-3PFui .src-assets-style-helpQuestion--index-tabTop-28DHT .src-assets-style-helpQuestion--index-searchIcon-_VTx8 {
  color: rgba(0, 0, 0, 0.25);
  font-weight: bold;
  margin-right: 0.1rem;
}
.src-assets-style-helpQuestion--index-attentionPage-1hYvM .src-assets-style-helpQuestion--index-mainContent-3PFui .src-assets-style-helpQuestion--index-tabTop-28DHT .ant-input-search .ant-input {
  padding-right: 0.9rem;
}
.src-assets-style-helpQuestion--index-attentionPage-1hYvM .src-assets-style-helpQuestion--index-mainContent-3PFui .src-assets-style-helpQuestion--index-tabTop-28DHT .src-assets-style-helpQuestion--index-searchInput-2ckAV {
  height: 0.55rem;
  line-height: 0.55rem;
  display: inline-block;
  text-align: right;
  float: right;
  width: 3.58rem;
}
.src-assets-style-helpQuestion--index-attentionPage-1hYvM .src-assets-style-helpQuestion--index-mainContent-3PFui .src-assets-style-helpQuestion--index-tabTop-28DHT .src-assets-style-helpQuestion--index-title-2m0uw {
  float: left;
  height: 0.55rem;
  line-height: 0.55rem;
  font-weight: bold;
  font-size: 0.22rem;
}
.src-assets-style-helpQuestion--index-attentionPage-1hYvM .src-assets-style-helpQuestion--index-mainContent-3PFui .src-assets-style-helpQuestion--index-tabTop-28DHT .src-assets-style-helpQuestion--index-iconPointer-1uPXd {
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  padding-right: 0.1rem;
}
.src-assets-style-helpQuestion--index-attentionPage-1hYvM .src-assets-style-helpQuestion--index-mainContent-3PFui .src-assets-style-helpQuestion--index-pagination-138VY {
  width: 100%;
  text-align: right;
  margin: 0.2rem 0px  0.2rem 0.15rem;
  text-align: center;
}
.src-assets-style-helpQuestion--index-attentionPage-1hYvM .src-assets-style-helpQuestion--index-mainList-3wWZt {
  min-height: 6.5rem;
}
.src-assets-style-helpQuestion--index-attentionPage-1hYvM .src-assets-style-helpQuestion--index-mainList-3wWZt ul li {
  padding: 0.12rem 0.2rem;
  list-style: none;
}
.src-assets-style-helpQuestion--index-attentionPage-1hYvM .src-assets-style-helpQuestion--index-mainList-3wWZt ul li a {
  font-weight: bold;
  font-size: 0.14rem;
  color: #000000;
}
.src-assets-style-helpQuestion--index-attentionPage-1hYvM .src-assets-style-helpQuestion--index-mainList-3wWZt ul li a:hover {
  color: #005825;
  text-decoration: underline;
}
/****************弹窗部分开始*******************/
.src-assets-style-helpQuestion--index-mainBody-1wOvJ {
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
}
.src-assets-style-helpQuestion--index-question-1ZEpj .src-assets-style-helpQuestion--index-title-2m0uw {
  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-1ZEpj .ant-modal-header,
.src-assets-style-helpQuestion--index-question-1ZEpj .ant-modal-footer {
  border: none;
}
.src-assets-style-helpQuestion--index-question-1ZEpj .ant-modal-body {
  padding: 0px;
  height: 5.4rem;
}
.src-assets-style-helpQuestion--index-question-1ZEpj .ant-modal-header {
  padding: 0.24rem 13%;
  background: #f4f9f6;
}
.src-assets-style-helpQuestion--index-question-1ZEpj .ant-modal-header .ant-modal-title {
  color: #000000;
  font-size: 0.18rem;
  font-weight: bold;
  overflow: hidden;
}
.src-assets-style-helpQuestion--index-question-1ZEpj .ant-modal-footer {
  background: #f4f9f6;
  text-align: center;
}
.src-assets-style-helpQuestion--index-question-1ZEpj .ant-col-18 {
  border: 1px solid #f4f9f6;
  background: #FFFFFF;
  padding: 0px;
}
.src-assets-style-helpQuestion--index-question-1ZEpj .ant-modal-close {
  position: relative;
  top: -1rem;
  color: #f4f9f6;
  right: -10.5rem;
}
.src-assets-style-helpQuestion--index-question-1ZEpj .src-assets-style-helpQuestion--index-center-1hNWm {
  height: 4.8rem;
}
.src-assets-style-helpQuestion--index-question-1ZEpj .src-assets-style-helpQuestion--index-center-1hNWm {
  padding: 0.2rem 0px;
  border-radius: 4px;
}
.src-assets-style-helpQuestion--index-question-1ZEpj .src-assets-style-helpQuestion--index-side-28ojb {
  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-1ZEpj .src-assets-style-helpQuestion--index-side-28ojb .src-assets-style-helpQuestion--index-sideWrapper-JTMf3 {
  display: inline-block;
}
.src-assets-style-helpQuestion--index-question-1ZEpj .src-assets-style-helpQuestion--index-side-28ojb a {
  color: #f4f9f6;
  display: inline-block;
  text-align: left;
  line-height: 0.22rem;
  vertical-align: middle;
}
.src-assets-style-helpQuestion--index-question-1ZEpj .src-assets-style-helpQuestion--index-side-28ojb a.src-assets-style-helpQuestion--index-tip-2cjQW {
  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-1ZEpj .src-assets-style-helpQuestion--index-side-28ojb a.src-assets-style-helpQuestion--index-tip-2cjQW:hover {
  text-decoration: underline;
}
.src-assets-style-helpQuestion--index-question-1ZEpj .src-assets-style-helpQuestion--index-side-28ojb .src-assets-style-helpQuestion--index-icon-2zVPq {
  font-size: 0.58rem;
}
.src-assets-style-helpQuestion--index-question-1ZEpj .src-assets-style-helpQuestion--index-side-28ojb .src-assets-style-helpQuestion--index-disable-MJyf9 {
  cursor: not-allowed;
  color: #CCCCCC;
}
.src-assets-style-helpQuestion--index-question-1ZEpj .src-assets-style-helpQuestion--index-display-2UH2w {
  display: none;
}
.src-assets-style-helpQuestion--index-question-1ZEpj .src-assets-style-helpQuestion--index-footer-1JAwc {
  text-align: center;
  padding: 0px 0.2rem;
  height: 0.6rem;
  line-height: 0.6rem;
}
.src-assets-style-helpQuestion--index-question-1ZEpj .src-assets-style-helpQuestion--index-footer-1JAwc ul {
  border-top: 1px solid #f4f9f6;
}
.src-assets-style-helpQuestion--index-question-1ZEpj .src-assets-style-helpQuestion--index-footer-1JAwc 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-1ZEpj .src-assets-style-helpQuestion--index-footer-1JAwc li.src-assets-style-helpQuestion--index-selected-3Yt_s {
  color: #62B68E;
  border: 1px solid #62B68E;
}
.src-assets-style-helpQuestion--index-question-1ZEpj .src-assets-style-helpQuestion--index-footer-1JAwc li.src-assets-style-helpQuestion--index-notSelect-24tEz {
  color: #000000;
  border: 1px solid #CCCCCC;
}
.src-assets-style-helpQuestion--index-sideLeft-20GD4 {
  position: relative;
  left: -1.7rem;
  top: -0.6rem;
}
.src-assets-style-helpQuestion--index-sideRight-3IigZ {
  position: relative;
  right: -8.3rem;
  top: -0.6rem;
}
.src-assets-style-helpQuestion--index-description-1joBY {
  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-1joBY li {
  list-style: none;
}
.src-assets-style-helpQuestion--index-description-1joBY li:nth-child(1) {
  font-weight: bold;
  font-size: 0.24rem;
}
.src-assets-style-helpQuestion--index-description-1joBY li:nth-child(1) .src-assets-style-helpQuestion--index-step-2pD-j {
  color: #62B68E;
  font-size: 0.36rem;
  font-weight: bold;
  padding-left: 0.1rem;
}
.src-assets-style-helpQuestion--index-description-1joBY li:nth-child(2) {
  padding: 0.1rem 0.3rem;
}
.src-assets-style-helpQuestion--index-image-3gP6F {
  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-3gP6F .src-assets-style-helpQuestion--index-imageUrl-15uOl {
  max-width: 100%;
  max-height: 100%;
  /*max-width: 100%;
    max-height: 100%;
    min-width: 40%;
    min-height: 40%;*/
}
.src-assets-style-helpQuestion--index-image-3gP6F .src-assets-style-helpQuestion--index-imageUrl-15uOl:hover {
  cursor: pointer;
}
@keyframes src-assets-style-helpQuestion--index-next-1_reM {
  0% {
    right: -100%;
  }
  100% {
    right: 0px;
  }
}
@keyframes src-assets-style-helpQuestion--index-prev-34yK2 {
  0% {
    right: 100%;
  }
  100% {
    right: 0px;
  }
}
@keyframes src-assets-style-helpQuestion--index-showHidden-15gWb {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.src-assets-style-helpQuestion--index-nextImage-1Uspt {
  height: 4.8rem;
  position: relative;
  animation: src-assets-style-helpQuestion--index-next-1_reM 0.5s forwards;
  padding: 0.2rem 0px;
  background: #ffffff;
  overflow: hidden;
}
.src-assets-style-helpQuestion--index-prevImage-3fvHW {
  height: 4.8rem;
  position: relative;
  animation: src-assets-style-helpQuestion--index-prev-34yK2 0.5s forwards;
  padding: 0.2rem 0px;
  background: #ffffff;
  overflow: hidden;
}
.src-assets-style-helpQuestion--index-center-1hNWm {
  height: 4.8rem;
  position: relative;
  padding: 0.2rem 0px;
  background: #ffffff;
  overflow: hidden;
}
.src-assets-style-helpQuestion--index-mask-3ZG31 {
  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-3ZG31 .src-assets-style-helpQuestion--index-prevStep-35Z-_,
.src-assets-style-helpQuestion--index-mask-3ZG31 .src-assets-style-helpQuestion--index-nextStep-3Oyhu {
  width: 50%;
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0px;
}
.src-assets-style-helpQuestion--index-mask-3ZG31 .src-assets-style-helpQuestion--index-prevStep-35Z-_ {
  left: 0px;
  cursor: url(../../assets/images/pic-left-arrow.png), auto;
}
.src-assets-style-helpQuestion--index-mask-3ZG31 .src-assets-style-helpQuestion--index-nextStep-3Oyhu {
  right: 0px;
  cursor: url(../../assets/images/pic-right-arrow.png), auto;
}
.src-assets-style-helpQuestion--index-mask-3ZG31 i.src-assets-style-helpQuestion--index-close-VzOPD {
  color: #ffffff;
  font-size: 0.24rem;
  position: absolute;
  right: 0.3rem;
  top: 0.2rem;
  padding: 0.2rem;
}
.src-assets-style-helpQuestion--index-mask-3ZG31 i.src-assets-style-helpQuestion--index-close-VzOPD :hover {
  cursor: pointer;
}
.src-assets-style-helpQuestion--index-mask-3ZG31 .src-assets-style-helpQuestion--index-fullScreen-2U1mR {
  position: relative;
}
.src-assets-style-helpQuestion--index-mask-3ZG31 .src-assets-style-helpQuestion--index-fullScreen-2U1mR .src-assets-style-helpQuestion--index-info-41Apm {
  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-3ZG31 .src-assets-style-helpQuestion--index-fullScreen-2U1mR .src-assets-style-helpQuestion--index-hidden-2rSBo {
  opacity: 0;
}
.src-assets-style-helpQuestion--index-mask-3ZG31 .src-assets-style-helpQuestion--index-fullScreen-2U1mR .src-assets-style-helpQuestion--index-show-1pVcM {
  animation: src-assets-style-helpQuestion--index-showHidden-15gWb 1.5s forwards;
}
.src-assets-style-helpQuestion--index-mask-3ZG31 img {
  max-width: 85%;
  max-height: 85%;
}
/****************弹窗部分结束*******************/
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-helpQuestion--index-attentionPage-1hYvM .src-assets-style-helpQuestion--index-mainList-3wWZt ul li a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-helpQuestion--index-question-1ZEpj .src-assets-style-helpQuestion--index-footer-1JAwc li.src-assets-style-helpQuestion--index-selected-3Yt_s {
  color: #397EF0;
  border: 1px solid #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-helpQuestion--index-attentionPage-1hYvM .src-assets-style-helpQuestion--index-mainList-3wWZt ul li a:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-helpQuestion--index-question-1ZEpj .src-assets-style-helpQuestion--index-footer-1JAwc li.src-assets-style-helpQuestion--index-selected-3Yt_s {
  color: #F63E62;
  border: 1px solid #F63E62;
}
/*************** 红色主题 end***************/
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
/*************** 共用样式***************/
.src-assets-style-allAffairs--index-main-content-1voGN {
  min-height: 14.8rem !important;
}
.src-assets-style-allAffairs--index-bodyFixed-1pA94 {
  position: fixed;
  width: 100%;
}
.src-assets-style-allAffairs--index-overflow-1hNyR {
  overflow: hidden;
}
.src-assets-style-allAffairs--index-fontGray--NHsF {
  color: #adadad;
}
.src-assets-style-allAffairs--index-fontLightBlack-1_qCD {
  color: #808080;
}
.src-assets-style-allAffairs--index-fontLine-3jx3Y {
  color: #adadad;
  margin-left: 0.06rem;
}
.src-assets-style-allAffairs--index-mgt12-f5eKT {
  margin-top: 0.12rem;
}
.src-assets-style-allAffairs--index-textCenter-26BSA {
  text-align: center;
  color: #808080;
  cursor: pointer;
}
.src-assets-style-allAffairs--index-pdr5-3UxkW {
  padding-right: 0.05rem;
}
.src-assets-style-allAffairs--index-fontSc-2iRNZ {
  padding-right: 0.05rem;
  text-align: center;
  font-size: 0.28rem;
  color: #595959;
}
.src-assets-style-allAffairs--index-lineHeight-1sZ-U {
  line-height: 0.4rem;
  /*margin-left: -450px;*/
  width: 4rem;
}
/* 服务入口页面布局样式 */
.src-assets-style-allAffairs--index-flex-1WJ5g {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-contentMain-2hoVO {
  padding-bottom: 0.15rem;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-contentMain-2hoVO img {
  max-width: 100%;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-contentMain-2hoVO .ant-card-bordered {
  width: calc(100% - 1.28rem);
  display: inline-block;
  max-width: 100%;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-contentMain-2hoVO .ant-card-bordered .ant-card-body p,
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-contentMain-2hoVO .ant-card-bordered .ant-card-body .pDiv {
  padding: 0px 0.32rem;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-contentMain-2hoVO .ant-card-bordered .ant-card-body img {
  max-width: 100%;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .ant-select-dropdown-menu {
  overflow: hidden;
}
@media (min-width: 0px) {
  .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-left-2gsxC {
    border-radius: 6px;
    width: 7.74rem;
  }
  .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-left-2gsxC .src-assets-style-allAffairs--index-leftBody-2-nJ2 .src-assets-style-allAffairs--index-leftService-1lTPp {
    float: left;
    width: 5.62rem;
  }
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-leftContent-1afi- {
  float: left;
  margin-top: 0.25rem;
  position: absolute;
  left: 0;
}
@media (min-width: 0px) {
  .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-leftContent-1afi- {
    width: 7.74rem;
  }
  .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-leftContent-1afi- .src-assets-style-allAffairs--index-AllLetter-3rIFz {
    bottom: 4.85rem;
  }
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-leftContent-1afi- .src-assets-style-allAffairs--index-AllLetter-3rIFz {
  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-1WJ5g .src-assets-style-allAffairs--index-leftContent-1afi- .src-assets-style-allAffairs--index-AllLetter-3rIFz .src-assets-style-allAffairs--index-letter-14ICx {
  cursor: pointer;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-leftContent-1afi- .src-assets-style-allAffairs--index-AllLetter-3rIFz .src-assets-style-allAffairs--index-letter-14ICx: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-1WJ5g .src-assets-style-allAffairs--index-leftContent-1afi- .src-assets-style-allAffairs--index-AllLetter-3rIFz .src-assets-style-allAffairs--index-activeLetter-1-Apo {
  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-1WJ5g .src-assets-style-allAffairs--index-leftContent-1afi- .src-assets-style-allAffairs--index-pagination-2gacE {
  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-1WJ5g .src-assets-style-allAffairs--index-leftContent-1afi- .src-assets-style-allAffairs--index-pagination-2gacE .src-assets-style-allAffairs--index-affairTotal-rClS7 {
  padding-left: 0.26rem;
  padding-top: 0.05rem;
  display: inline-block;
  color: #959595;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-leftContent-1afi- .src-assets-style-allAffairs--index-pagination-2gacE .src-assets-style-allAffairs--index-affairTotal-rClS7 .src-assets-style-allAffairs--index-totalPage-3VfB7 {
  padding-left: 1.2rem;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-left-2gsxC .src-assets-style-allAffairs--index-leftBody-2-nJ2 {
  padding: 0.23rem 0px 0.3rem 0.25rem;
  height: 100%;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-left-2gsxC .src-assets-style-allAffairs--index-leftBody-2-nJ2 .src-assets-style-allAffairs--index-leftAnchor-3IaPz {
  float: right;
  width: 1.8rem;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-left-2gsxC .src-assets-style-allAffairs--index-leftBody-2-nJ2 .src-assets-style-allAffairs--index-leftAnchor-3IaPz .ant-affix {
  z-index: 1;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-left-2gsxC .src-assets-style-allAffairs--index-leftBody-2-nJ2 .src-assets-style-allAffairs--index-leftAnchor-3IaPz .src-assets-style-allAffairs--index-anchor-1E3JS {
  margin: 0.4rem 0.1rem 0 0;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-left-2gsxC .src-assets-style-allAffairs--index-leftBody-2-nJ2 .src-assets-style-allAffairs--index-leftAnchor-3IaPz .src-assets-style-allAffairs--index-anchor-1E3JS .ant-anchor-ink:before {
  width: 1px;
  background-color: #e7e7e7;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-left-2gsxC .src-assets-style-allAffairs--index-leftBody-2-nJ2 .src-assets-style-allAffairs--index-leftAnchor-3IaPz .src-assets-style-allAffairs--index-anchor-1E3JS .ant-anchor-link-active .ant-anchor-link-title {
  color: #37a164;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-left-2gsxC .src-assets-style-allAffairs--index-leftBody-2-nJ2 .src-assets-style-allAffairs--index-leftAnchor-3IaPz .src-assets-style-allAffairs--index-anchor-1E3JS .ant-anchor-ink-ball {
  border: 2px solid #37a164;
  transform: translateX(-45%);
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-left-2gsxC .src-assets-style-allAffairs--index-leftBody-2-nJ2 .src-assets-style-allAffairs--index-leftAnchor-3IaPz .src-assets-style-allAffairs--index-anchor-1E3JS a:hover {
  color: #37a164;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-limitLength-3YDpE,
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-limitSplit-8OWnz {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-limitLength-3YDpE {
  width: 0.95rem;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-limitSplit-8OWnz {
  width: 0.2rem;
  text-align: center;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv {
  width: 3.87rem;
  overflow: hidden;
  float: right;
  margin-top: 0.25rem;
  position: absolute;
  right: 0;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightTop-3y8wb:hover {
  cursor: pointer;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightTop-3y8wb:hover .src-assets-style-allAffairs--index-rightAffairsBox-3gyGU .anticon {
  display: inline-block;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightTop-3y8wb {
  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-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightTop-3y8wb .src-assets-style-allAffairs--index-rightAffairsBox-3gyGU .anticon {
  display: none;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightTop-3y8wb .src-assets-style-allAffairs--index-iconLeft-udEG5 {
  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-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightTop-3y8wb .src-assets-style-allAffairs--index-iconLeft-udEG5:hover {
  color: #AAAAAA;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightTop-3y8wb .src-assets-style-allAffairs--index-iconRight-1ImsJ {
  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-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightTop-3y8wb .src-assets-style-allAffairs--index-iconRight-1ImsJ:hover {
  color: #AAAAAA;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightTop-3y8wb .ant-card {
  position: static;
  color: #666666;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightTop-3y8wb .src-assets-style-allAffairs--index-affairTitle-hTZ18 .ant-card-body {
  padding: 0px;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightTop-3y8wb .src-assets-style-allAffairs--index-affairTitle-hTZ18 .ant-card-head {
  border-bottom: none;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightTop-3y8wb .src-assets-style-allAffairs--index-affairTitle-hTZ18 .ant-list-grid .ant-list-item {
  margin-bottom: 0;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightTop-3y8wb .src-assets-style-allAffairs--index-affairTitle-hTZ18 .ant-carousel .slick-dots {
  bottom: 0.35rem;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightTop-3y8wb .src-assets-style-allAffairs--index-affairTitle-hTZ18 .ant-carousel .slick-slider {
  position: static;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightTop-3y8wb .src-assets-style-allAffairs--index-affairTitle-hTZ18 .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-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightTop-3y8wb .src-assets-style-allAffairs--index-affairTitle-hTZ18 .ant-carousel .slick-dots li button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  /*background: #b8c4cc;*/
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightTop-3y8wb .src-assets-style-allAffairs--index-affairTitle-hTZ18 .src-assets-style-allAffairs--index-noDataIcon-18nCq {
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightTop-3y8wb .src-assets-style-allAffairs--index-affairTitle-hTZ18 .src-assets-style-allAffairs--index-fontBlack-26xPw {
  font-size: 0.18rem;
  font-weight: bold;
  color: #474747;
  line-height: 0.21rem;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightTop-3y8wb .src-assets-style-allAffairs--index-affairTitle-hTZ18 .src-assets-style-allAffairs--index-serviceCollectDivRelative-1ZoDW {
  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-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightTop-3y8wb .src-assets-style-allAffairs--index-affairTitle-hTZ18 .src-assets-style-allAffairs--index-serviceCollectDivRelative-1ZoDW .src-assets-style-allAffairs--index-radiusDiv-2BMm9 {
  /*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-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightTop-3y8wb .src-assets-style-allAffairs--index-affairTitle-hTZ18 .src-assets-style-allAffairs--index-serviceCollectDivRelative-1ZoDW .src-assets-style-allAffairs--index-radiusDiv-2BMm9 .src-assets-style-allAffairs--index-imageRadius-mb9vz {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightTop-3y8wb .src-assets-style-allAffairs--index-affairTitle-hTZ18 .src-assets-style-allAffairs--index-serviceCollectDivRelative-1ZoDW .ant-card-body {
  padding: 0.11rem 0.07rem 0.18rem 0.09rem;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightTop-3y8wb .src-assets-style-allAffairs--index-affairTitle-hTZ18 .src-assets-style-allAffairs--index-serviceCollectDivRelative-1ZoDW .ant-card-bordered {
  border: none;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightTop-3y8wb .src-assets-style-allAffairs--index-affairTitle-hTZ18 .src-assets-style-allAffairs--index-serviceCollectDivRelative-1ZoDW .src-assets-style-allAffairs--index-textCenter-26BSA {
  text-align: center;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-right-2qIuv .src-assets-style-allAffairs--index-rightBottom-1PqmJ {
  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-3cUaJ {
  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-1HMAy {
  background: #fff;
}
.src-assets-style-allAffairs--index-optBackground-1HMAy a {
  color: #000;
}
.src-assets-style-allAffairs--index-optBackground-1HMAy a:hover {
  color: #fff;
}
.src-assets-style-allAffairs--index-optName-2h2r7 {
  width: 100%;
  height: 100%;
}
.src-assets-style-allAffairs--index-optImg-340J4 {
  margin-right: 0.1rem;
  width: 0.22rem;
  height: 0.22rem;
}
.src-assets-style-allAffairs--index-dropdownBox-3crzX .ant-select-dropdown-menu-item:hover {
  background: #e6f7ff;
}
.src-assets-style-allAffairs--index-dropdownBox-3crzX .ant-select-dropdown-menu-item:hover a {
  color: #397EF0;
}
.src-assets-style-allAffairs--index-dropdownBox-3crzX .ant-select-dropdown-menu {
  overflow: hidden;
  max-height: none;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .ant-select .ant-select-selection {
  border: 1px solid rgba(0, 0, 0, 0);
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .src-assets-style-allAffairs--index-screenBtn-18kix {
  cursor: pointer;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .src-assets-style-allAffairs--index-screenBtn-18kix .ant-btn {
  border: none;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .src-assets-style-allAffairs--index-searchBox-El-Vl {
  width: 5.5rem;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .src-assets-style-allAffairs--index-searchBox-El-Vl input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .src-assets-style-allAffairs--index-sceneNav-10bMK {
  display: inline-block;
  position: absolute;
  margin-left: 0.55rem;
  height: 0.24rem;
  margin-top: 0.06rem;
  cursor: pointer;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .src-assets-style-allAffairs--index-sceneNav-10bMK span {
  display: inline-block;
  margin-left: 0.08rem;
  vertical-align: top;
  margin-top: 1px;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .src-assets-style-allAffairs--index-sceneNav-10bMK .src-assets-style-allAffairs--index-sceneIcon-2sLwc {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .src-assets-style-allAffairs--index-searchList-343Yk {
  line-height: 2;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .src-assets-style-allAffairs--index-searchList-343Yk .ant-tag-checkable-checked {
  border-radius: 12px;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .src-assets-style-allAffairs--index-searchList-343Yk .ant-tag-checkable:active {
  background: none;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .src-assets-style-allAffairs--index-searchList-343Yk .src-assets-style-allAffairs--index-item-2Y-xZ {
  width: calc(100% - 0.42rem);
  display: inline-block;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .src-assets-style-allAffairs--index-searchList-343Yk .src-assets-style-allAffairs--index-all-1ioBo {
  display: inline-block;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .src-assets-style-allAffairs--index-searchList-343Yk .src-assets-style-allAffairs--index-all-1ioBo .ant-tag {
  border-radius: 12px;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .src-assets-style-allAffairs--index-searchList-343Yk .src-assets-style-allAffairs--index-searchTitle-ng3Q- {
  line-height: 3;
  margin: 0.05rem;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .src-assets-style-allAffairs--index-searchList-343Yk span {
  color: #808080;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .src-assets-style-allAffairs--index-searchList-343Yk .src-assets-style-allAffairs--index-hideItem-14z1n {
  display: inline-block;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .src-assets-style-allAffairs--index-searchList-343Yk .src-assets-style-allAffairs--index-rightBtn-1VQCg {
  float: right;
  cursor: pointer;
  margin-top: 0.09rem;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .src-assets-style-allAffairs--index-searchList-343Yk .ant-btn {
  border: none;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .theme-blue .ant-btn:hover,
.src-assets-style-allAffairs--index-searchContent-1hjmi .theme-blue .ant-btn:focus {
  color: #808080;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .ant-input-prefix {
  color: #cdcdcd;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .ant-pagination-options-size-changer.ant-select {
  position: absolute;
  left: 1.1rem;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .ant-pagination-options-quick-jumper {
  color: #959595;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .ant-list-vertical .ant-list-item-content {
  margin-top: 0.07rem;
}
.src-assets-style-allAffairs--index-searchContent-1hjmi .ant-select-dropdown-menu {
  overflow: hidden;
}
.src-assets-style-allAffairs--index-cardFrame-zd4-V .src-assets-style-allAffairs--index-cardItem-3gEK3: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-zd4-V .src-assets-style-allAffairs--index-cardItem-3gEK3:hover button {
  display: block;
  position: absolute;
  right: 0.16rem;
  top: 0.17rem;
  z-index: 2;
  /* opacity: 0.65;*/
}
.src-assets-style-allAffairs--index-cardFrame-zd4-V .src-assets-style-allAffairs--index-cardItem-3gEK3:hover button:hover {
  opacity: 1;
}
.src-assets-style-allAffairs--index-cardFrame-zd4-V button {
  display: none;
}
.src-assets-style-allAffairs--index-cardFrame-zd4-V .src-assets-style-allAffairs--index-saveIco-bQwYL {
  width: 0.48rem;
  height: 0.48rem;
}
.src-assets-style-allAffairs--index-cardFrame-zd4-V .src-assets-style-allAffairs--index-iconTj-3OUeQ {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: 1px;
  left: 0.06rem;
}
.src-assets-style-allAffairs--index-cardFrame-zd4-V .src-assets-style-allAffairs--index-tag-1uC1O {
  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-zd4-V .src-assets-style-allAffairs--index-tag-1uC1O .src-assets-style-allAffairs--index-fontBlack-26xPw {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-allAffairs--index-cardFrame-zd4-V .src-assets-style-allAffairs--index-comment-1cIAR {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-allAffairs--index-cardFrame-zd4-V .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-allAffairs--index-cardFrame-zd4-V .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0px;
}
.src-assets-style-allAffairs--index-cardFrame-zd4-V .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-allAffairs--index-cardFrame-zd4-V .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-allAffairs--index-cardFrame-zd4-V .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
}
.src-assets-style-allAffairs--index-cardFrame-zd4-V .ant-list-item-meta-description {
  line-height: 0.25rem;
}
.src-assets-style-allAffairs--index-cardFrame-zd4-V .ant-list-item-meta-content {
  margin-right: 0.16rem;
}
.src-assets-style-allAffairs--index-cardFrame-zd4-V a {
  color: #474747;
}
.src-assets-style-allAffairs--index-cardFrame-zd4-V a:hover {
  /*color: #1890ff;*/
  text-decoration: underline;
}
.src-assets-style-allAffairs--index-jian-HhBuh {
  display: inline-flex;
  height: 0.31rem;
}
.src-assets-style-allAffairs--index-flex-1WJ5g {
  display: block;
  position: relative;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-applyContentTop-2O2MI {
  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-1WJ5g .src-assets-style-allAffairs--index-applyContentTop-2O2MI .ant-list-item-main {
  display: inline-block;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-applyContentTop-2O2MI .ant-list-item-extra {
  float: right;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-applyContentTop-2O2MI .src-assets-style-allAffairs--index-comment-1cIAR {
  margin-left: 0.06rem;
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-applyContentTop-2O2MI .src-assets-style-allAffairs--index-saveIco-bQwYL {
  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-1WJ5g .src-assets-style-allAffairs--index-applyContentTop-2O2MI .src-assets-style-allAffairs--index-iconTj-3OUeQ {
  position: absolute;
  color: #fff;
  font-size: 0.13rem;
  top: -0.02rem;
  left: 0.06rem;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-applyContentTop-2O2MI .src-assets-style-allAffairs--index-tag-1uC1O {
  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-1WJ5g .src-assets-style-allAffairs--index-applyContentTop-2O2MI .src-assets-style-allAffairs--index-tag-1uC1O .src-assets-style-allAffairs--index-fontBlack-26xPw {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-applyContentTop-2O2MI .src-assets-style-allAffairs--index-grade-1pe2c {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  color: #808080;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-applyContentTop-2O2MI .ant-list-vertical .ant-list-item-action {
  margin: 0.07rem 0 0 0.79rem;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-applyContentTop-2O2MI .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 0.03rem;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-applyContentTop-2O2MI .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-applyContentTop-2O2MI .ant-list-item-meta-title > a:hover {
  color: #1890ff;
  text-decoration: underline;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-applyContentTop-2O2MI .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0px;
  display: block;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-applyContentTop-2O2MI .ant-list-item-meta-description {
  line-height: 2;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-applyContentTop-2O2MI .ant-list-item-meta-avatar {
  float: left;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-applyContentTop-2O2MI .ant-list-item-meta-content {
  margin-right: 0.16rem;
  padding-left: 0.64rem;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-applyContentTop-2O2MI .ant-card-bordered {
  border: none;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-applyContentTop-2O2MI .ant-tag {
  border-radius: 12px;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-applyContentTop-2O2MI .ant-col-12 {
  width: 100%;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-applyContentTop-2O2MI .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-1WJ5g .src-assets-style-allAffairs--index-applyContentTop-2O2MI .ant-card-wider-padding .ant-card-body {
  padding: 0.24rem 0px 0.15rem 0.24rem;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-applyContentTopTitle-3lypT a {
  color: #474747;
  font-weight: bold;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-contenBottom-3ABXb {
  display: table;
  margin-top: 0.24rem;
  width: 100%;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-contenBottom-3ABXb .src-assets-style-allAffairs--index-userGuide-hMR4i {
  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-1WJ5g .src-assets-style-allAffairs--index-contenBottom-3ABXb .src-assets-style-allAffairs--index-userGuide-hMR4i .src-assets-style-allAffairs--index-rightAnchor-1WluM {
  position: absolute;
  right: 0.35rem;
  top: 0.3rem;
  z-index: 999;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-contenBottom-3ABXb .src-assets-style-allAffairs--index-userGuide-hMR4i .ant-card-body {
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-contenBottom-3ABXb .src-assets-style-allAffairs--index-userGuide-hMR4i .ant-card-bordered {
  border: none;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-contenBottom-3ABXb .src-assets-style-allAffairs--index-userGuide-hMR4i .ant-card-head {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-contenBottom-3ABXb .src-assets-style-allAffairs--index-userGuide-hMR4i .ant-card-head-title {
  font-weight: bold;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-contenBottom-3ABXb .src-assets-style-allAffairs--index-userGuide-hMR4i .ant-list-split .ant-list-item {
  border-bottom: none;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-contenBottom-3ABXb .src-assets-style-allAffairs--index-userGuide-hMR4i .ant-list-split .ant-list-header {
  border-bottom: none;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-contenBottom-3ABXb .src-assets-style-allAffairs--index-userGuide-hMR4i .ant-list-item {
  padding: 0;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-contenBottom-3ABXb .src-assets-style-allAffairs--index-userGuide-hMR4i .ant-list-header,
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-contenBottom-3ABXb .src-assets-style-allAffairs--index-userGuide-hMR4i .ant-list-footer {
  padding-top: 0;
  padding-bottom: 0;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-contenBottom-3ABXb .src-assets-style-allAffairs--index-userGuide-hMR4i .ant-anchor-ink-ball {
  width: 0.14rem;
  height: 0.14rem;
  border: 4px solid #1890ff;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-contenBottom-3ABXb .src-assets-style-allAffairs--index-userGuide-hMR4i .ant-anchor-wrapper {
  padding-left: 0.1rem;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-userEvaluation-3o_0g {
  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-1WJ5g .src-assets-style-allAffairs--index-userEvaluation-3o_0g .src-assets-style-allAffairs--index-title-2av1r {
  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-1WJ5g .src-assets-style-allAffairs--index-userEvaluation-3o_0g .src-assets-style-allAffairs--index-evaluationDetails-sMx2l {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-userEvaluation-3o_0g .src-assets-style-allAffairs--index-evaluationDetails-sMx2l .src-assets-style-allAffairs--index-describe-3hI6_ {
  color: rgba(0, 0, 0, 0.65);
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-userEvaluation-3o_0g .src-assets-style-allAffairs--index-evaluationDetails-sMx2l .src-assets-style-allAffairs--index-noDescribe-1SxZF {
  color: #bfbfbf;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-userEvaluation-3o_0g .src-assets-style-allAffairs--index-evaluationDetails-sMx2l .src-assets-style-allAffairs--index-userName-2j5cT {
  float: left;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 0.05rem;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-userEvaluation-3o_0g .src-assets-style-allAffairs--index-evaluationDetails-sMx2l .src-assets-style-allAffairs--index-time-qemC3 {
  float: right;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 0.05rem;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-userEvaluation-3o_0g .ant-divider-dashed {
  border-top: 1px dashed #cccccc;
}
.src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-userEvaluation-3o_0g .ant-divider-horizontal {
  margin: 0.15rem 0 0.05rem 0;
}
.src-assets-style-allAffairs--index-nullData-L18o- {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-allAffairs--index-nullData-L18o- .src-assets-style-allAffairs--index-message-2BhSS {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-allAffairs--index-limitedTime-3eqjJ {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.45rem;
  width: 0.5rem;
}
.src-assets-style-allAffairs--index-limitedTime-3eqjJ .src-assets-style-allAffairs--index-backBorder-1CPtR {
  border-top: solid 40px #ff9900;
  border-right: solid 50px rgba(0, 0, 0, 0);
}
.src-assets-style-allAffairs--index-limitedTime-3eqjJ .src-assets-style-allAffairs--index-inner-3nH1w {
  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-QqdEA {
  position: absolute;
  top: 0px;
  left: -0.07rem;
  width: 0.5rem;
  height: 0.45rem;
}
.src-assets-style-allAffairs--index-limitedTimeLeft-QqdEA .src-assets-style-allAffairs--index-backBorder-1CPtR {
  border-top: solid 50px #ff9900;
  border-right: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-allAffairs--index-limitedTimeLeft-QqdEA .src-assets-style-allAffairs--index-inner-3nH1w {
  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-3Sj8D {
  float: left;
  margin-right: 0.04rem;
}
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-allAffairs--index-cardFrame-zd4-V .src-assets-style-allAffairs--index-cardItem-3gEK3:hover button {
  background-color: #70b470;
  border-color: #70b470;
}
.theme-green .src-assets-style-allAffairs--index-cardFrame-zd4-V .src-assets-style-allAffairs--index-cardItem-3gEK3:hover button:hover {
  background-color: #00a854;
  border-color: #00a854;
}
/**************************** 绿色主题开始 ***************************/
/**************************** 红色主题开始 ***************************/
.theme-red .src-assets-style-allAffairs--index-cardFrame-zd4-V .src-assets-style-allAffairs--index-cardItem-3gEK3:hover button {
  background-color: #F63E62;
  border-color: #F63E62;
}
.theme-red .src-assets-style-allAffairs--index-cardFrame-zd4-V .src-assets-style-allAffairs--index-cardItem-3gEK3:hover button:hover {
  background-color: #9A001E;
  border-color: #9A001E;
}
.theme-red .src-assets-style-allAffairs--index-searchContent-1hjmi .src-assets-style-allAffairs--index-searchList-343Yk .ant-tag-checkable-checked {
  color: #F63E62;
  background: #fff1f0;
  border-color: #ffcfd8;
}
.theme-red .src-assets-style-allAffairs--index-searchContent-1hjmi .src-assets-style-allAffairs--index-searchList-343Yk .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #F63E62;
}
.theme-red .src-assets-style-allAffairs--index-pagination-2gacE {
  box-shadow: 0px 0px 0.1rem 0px rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-allAffairs--index-pagination-2gacE .src-assets-style-allAffairs--index-affairTotal-rClS7 .src-assets-style-allAffairs--index-fontBlue-jqRWQ {
  color: #F63E62;
}
.theme-red .src-assets-style-allAffairs--index-activeLetter-1-Apo {
  background: #F63E62;
}
.theme-red .src-assets-style-allAffairs--index-letter-14ICx:hover {
  background: #F63E62;
}
.theme-red .src-assets-style-allAffairs--index-radiusDiv-2BMm9 {
  border: 1px solid rgba(208, 64, 92, 0.1);
}
.theme-red .src-assets-style-allAffairs--index-radiusDiv-2BMm9:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-allAffairs--index-affairTitle-hTZ18 .ant-carousel .slick-dots li.slick-active button {
  background: #F63E62;
}
.theme-red .src-assets-style-allAffairs--index-affairTitle-hTZ18 .ant-carousel .slick-dots li button {
  background: rgba(255, 0, 0, 0.5);
}
.theme-red .src-assets-style-allAffairs--index-cardFrame-zd4-V a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-allAffairs--index-dropdownBox-3crzX .ant-select-dropdown-menu-item:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-allAffairs--index-dropdownBox-3crzX .ant-select-dropdown-menu-item:hover a {
  color: #F63E62;
}
.theme-red .src-assets-style-allAffairs--index-sceneNav-10bMK span {
  color: #9A001E;
}
.theme-red .src-assets-style-allAffairs--index-sceneNav-10bMK .src-assets-style-allAffairs--index-sceneIcon-2sLwc {
  background: url(../../assets/images/mapIcon_red.png) no-repeat center;
  background-size: cover;
}
/**************************** 红色主题结束 **************************/
/**************************** 蓝色主题开始 ***************************/
.theme-blue .src-assets-style-allAffairs--index-cardFrame-zd4-V .src-assets-style-allAffairs--index-cardItem-3gEK3:hover button {
  background-color: #71b8ef;
  border-color: #71b8ef;
}
.theme-blue .src-assets-style-allAffairs--index-cardFrame-zd4-V .src-assets-style-allAffairs--index-cardItem-3gEK3:hover button:hover {
  background-color: #397EF0;
  border-color: #397EF0;
}
.theme-blue .src-assets-style-allAffairs--index-searchContent-1hjmi .src-assets-style-allAffairs--index-searchList-343Yk .ant-tag-checkable-checked {
  color: #397EF0;
  background: #e6f7ff;
  border-color: #a2ceff;
}
.theme-blue .src-assets-style-allAffairs--index-searchContent-1hjmi .src-assets-style-allAffairs--index-searchList-343Yk .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-allAffairs--index-pagination-2gacE {
  box-shadow: 0px 0px 0.1rem 0px rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-allAffairs--index-pagination-2gacE .src-assets-style-allAffairs--index-affairTotal-rClS7 .src-assets-style-allAffairs--index-fontBlue-jqRWQ {
  color: #1890ff;
}
.theme-blue .src-assets-style-allAffairs--index-activeLetter-1-Apo {
  background: #397EF0;
}
.theme-blue .src-assets-style-allAffairs--index-letter-14ICx:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-allAffairs--index-radiusDiv-2BMm9 {
  border: 1px solid rgba(7, 108, 201, 0.1);
}
.theme-blue .src-assets-style-allAffairs--index-radiusDiv-2BMm9:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-allAffairs--index-affairTitle-hTZ18 .ant-carousel .slick-dots li.slick-active button {
  background: #1890ff;
}
.theme-blue .src-assets-style-allAffairs--index-affairTitle-hTZ18 .ant-carousel .slick-dots li button {
  background: rgba(35, 145, 230, 0.7);
}
.theme-blue .src-assets-style-allAffairs--index-cardFrame-zd4-V a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-allAffairs--index-sceneNav-10bMK span {
  color: #397EF0;
}
.theme-blue .src-assets-style-allAffairs--index-sceneNav-10bMK .src-assets-style-allAffairs--index-sceneIcon-2sLwc {
  background: url(../../assets/images/mapIcon_blue.png) no-repeat center;
  background-size: cover;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .src-assets-style-allAffairs--index-searchContent-1hjmi .src-assets-style-allAffairs--index-searchList-343Yk .ant-tag-checkable-checked {
  color: #1C9750;
  background: #E6FFF1;
  border-color: #1C9750;
}
.theme-green .src-assets-style-allAffairs--index-searchContent-1hjmi .src-assets-style-allAffairs--index-searchList-343Yk .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1C9750;
}
.theme-green .src-assets-style-allAffairs--index-pagination-2gacE {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 88, 37, 0.1);
}
.theme-green .src-assets-style-allAffairs--index-pagination-2gacE .src-assets-style-allAffairs--index-affairTotal-rClS7 .src-assets-style-allAffairs--index-fontBlue-jqRWQ {
  color: #1C9750;
}
.theme-green .src-assets-style-allAffairs--index-activeLetter-1-Apo {
  background: #1C9750;
}
.theme-green .src-assets-style-allAffairs--index-letter-14ICx:hover {
  background: #1C9750;
}
.theme-green .src-assets-style-allAffairs--index-radiusDiv-2BMm9:hover {
  box-shadow: 0px 0px 0.1rem 0.04rem rgba(68, 126, 98, 0.35);
}
.theme-green .src-assets-style-allAffairs--index-radiusDiv-2BMm9 {
  border: 1px solid rgba(87, 177, 134, 0.1);
}
.theme-green .src-assets-style-allAffairs--index-affairTitle-hTZ18 .ant-carousel .slick-dots li.slick-active button {
  background: #1C9750;
}
.theme-green .src-assets-style-allAffairs--index-affairTitle-hTZ18 .ant-carousel .slick-dots li button {
  background: rgba(10, 150, 50, 0.7);
}
.theme-green .src-assets-style-allAffairs--index-cardFrame-zd4-V a:hover {
  color: #00a854;
}
.theme-green .src-assets-style-allAffairs--index-dropdownBox-3crzX .ant-select-dropdown-menu-item:hover {
  background: #F5FDF8;
}
.theme-green .src-assets-style-allAffairs--index-dropdownBox-3crzX .ant-select-dropdown-menu-item:hover a {
  color: #00a854;
}
.theme-green .src-assets-style-allAffairs--index-sceneNav-10bMK span {
  color: #005825;
}
.theme-green .src-assets-style-allAffairs--index-sceneNav-10bMK .src-assets-style-allAffairs--index-sceneIcon-2sLwc {
  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-1WJ5g {
    position: relative;
  }
  .font-normal .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-left-2gsxC {
    border-radius: 6px;
    width: 10.73rem;
  }
  .font-normal .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-left-2gsxC .src-assets-style-allAffairs--index-leftBody-2-nJ2 .src-assets-style-allAffairs--index-leftService-1lTPp {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-left-2gsxC {
    width: 14.14rem;
  }
  .font-normal .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-left-2gsxC .src-assets-style-allAffairs--index-leftBody-2-nJ2 .src-assets-style-allAffairs--index-leftService-1lTPp {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-leftContent-1afi- {
    width: 10.73rem;
    position: absolute;
    left: 0;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-leftContent-1afi- {
    width: 14.14rem;
    position: absolute;
    left: 0;
  }
}
@media (max-height: 830px) {
  .font-normal .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-leftContent-1afi- .src-assets-style-allAffairs--index-AllLetter-3rIFz {
    bottom: 4.85rem;
  }
}
@media (min-height: 831px) {
  .font-normal .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-leftContent-1afi- .src-assets-style-allAffairs--index-AllLetter-3rIFz {
    top: 3.26rem;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-allAffairs--index-flex-1WJ5g {
    position: relative;
  }
  .font-large .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-left-2gsxC {
    border-radius: 6px;
    width: 10.73rem;
  }
  .font-large .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-left-2gsxC .src-assets-style-allAffairs--index-leftBody-2-nJ2 .src-assets-style-allAffairs--index-leftService-1lTPp {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-left-2gsxC {
    width: 14.14rem;
  }
  .font-large .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-left-2gsxC .src-assets-style-allAffairs--index-leftBody-2-nJ2 .src-assets-style-allAffairs--index-leftService-1lTPp {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-leftContent-1afi- {
    width: 10.73rem;
    position: absolute;
    left: 0;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-leftContent-1afi- {
    width: 14.14rem;
    position: absolute;
    left: 0;
  }
}
@media (max-height: 913px) {
  .font-large .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-leftContent-1afi- .src-assets-style-allAffairs--index-AllLetter-3rIFz {
    bottom: 4.85rem;
  }
}
@media (min-height: 914.1px) {
  .font-large .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-leftContent-1afi- .src-assets-style-allAffairs--index-AllLetter-3rIFz {
    top: 3.26rem;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-allAffairs--index-flex-1WJ5g {
    position: relative;
  }
  .font-extraLarge .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-left-2gsxC {
    border-radius: 6px;
    width: 10.73rem;
  }
  .font-extraLarge .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-left-2gsxC .src-assets-style-allAffairs--index-leftBody-2-nJ2 .src-assets-style-allAffairs--index-leftService-1lTPp {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-left-2gsxC {
    width: 14.14rem;
  }
  .font-extraLarge .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-left-2gsxC .src-assets-style-allAffairs--index-leftBody-2-nJ2 .src-assets-style-allAffairs--index-leftService-1lTPp {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-leftContent-1afi- {
    width: 10.73rem;
    position: absolute;
    left: 0;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-leftContent-1afi- {
    width: 14.14rem;
    position: absolute;
    left: 0;
  }
}
@media (max-height: 1037.5px) {
  .font-extraLarge .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-leftContent-1afi- .src-assets-style-allAffairs--index-AllLetter-3rIFz {
    bottom: 4.85rem;
  }
}
@media (min-height: 1038.75px) {
  .font-extraLarge .src-assets-style-allAffairs--index-flex-1WJ5g .src-assets-style-allAffairs--index-leftContent-1afi- .src-assets-style-allAffairs--index-AllLetter-3rIFz {
    top: 3.26rem;
  }
}
@media (min-width: 1600px) {
  .font-extraLarge .src-assets-style-allAffairs--index-flex-1WJ5g {
    position: relative;
  }
  .font-extraLarge .src-assets-style-allAffairs--index-flex-1WJ5g .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-3l3HH {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.src-assets-style-serviceManage--index-flex-3l3HH i.iconfont {
  color: #5a5a5a ;
}
@media (min-width: 0px) {
  .src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-left-lE4eu {
    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-3l3HH .src-assets-style-serviceManage--index-left-lE4eu .src-assets-style-serviceManage--index-leftBody-3dkbo .src-assets-style-serviceManage--index-leftService-1_-be {
    float: left;
    width: 5.62rem;
  }
}
.src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-left-lE4eu .src-assets-style-serviceManage--index-leftBody-3dkbo {
  padding: 0.23rem 0px 0.3rem 0.25rem;
  height: 100%;
  overflow: hidden;
}
.src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-left-lE4eu .src-assets-style-serviceManage--index-leftBody-3dkbo .src-assets-style-serviceManage--index-leftAnchor-14bHk {
  float: right;
  width: 1.8rem;
}
.src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-left-lE4eu .src-assets-style-serviceManage--index-leftBody-3dkbo .src-assets-style-serviceManage--index-leftAnchor-14bHk .ant-affix {
  z-index: 1;
}
.src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-left-lE4eu .src-assets-style-serviceManage--index-leftBody-3dkbo .src-assets-style-serviceManage--index-leftAnchor-14bHk .src-assets-style-serviceManage--index-anchor-30kJd {
  margin: 0.4rem 0.1rem 0 0;
}
.src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-left-lE4eu .src-assets-style-serviceManage--index-leftBody-3dkbo .src-assets-style-serviceManage--index-leftAnchor-14bHk .src-assets-style-serviceManage--index-anchor-30kJd .ant-anchor-ink:before {
  width: 1px;
  background-color: #e7e7e7;
}
.src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-left-lE4eu .src-assets-style-serviceManage--index-leftBody-3dkbo .src-assets-style-serviceManage--index-leftAnchor-14bHk .src-assets-style-serviceManage--index-anchor-30kJd .ant-anchor-link-active .ant-anchor-link-title {
  color: #37A164;
}
.src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-left-lE4eu .src-assets-style-serviceManage--index-leftBody-3dkbo .src-assets-style-serviceManage--index-leftAnchor-14bHk .src-assets-style-serviceManage--index-anchor-30kJd .ant-anchor-ink-ball {
  border: 2px solid #37A164;
  transform: translateX(-45%);
}
.src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-left-lE4eu .src-assets-style-serviceManage--index-leftBody-3dkbo .src-assets-style-serviceManage--index-leftAnchor-14bHk .src-assets-style-serviceManage--index-anchor-30kJd a:hover {
  color: #37A164;
}
.src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-right-2JzTK {
  width: 3.87rem;
  overflow: hidden;
  float: right;
}
.src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-right-2JzTK .src-assets-style-serviceManage--index-rightTop-1RMdb {
  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-3l3HH .src-assets-style-serviceManage--index-right-2JzTK .src-assets-style-serviceManage--index-rightBottom-EJGMm {
  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-3GW8H {
  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-3THrI {
  position: absolute;
  top: 0.07rem;
  opacity: 0;
  text-align: right;
  width: 1.12rem;
}
.src-assets-style-serviceManage--index-closeRight-3THrI 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-3THrI 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-3THrI span i.anticon.anticon-question-circle-o::before {
  border-radius: 50%;
  font-size: 0.16rem;
}
.src-assets-style-serviceManage--index-closeRight-3THrI .src-assets-style-serviceManage--index-operation1-NDqwe {
  padding-right: 0.2rem;
}
.src-assets-style-serviceManage--index-closeRight-3THrI .src-assets-style-serviceManage--index-operation2-rpYpK {
  padding-right: 0.12rem;
}
.src-assets-style-serviceManage--index-collectClose-OHON6 {
  padding-right: 0.05rem;
}
.src-assets-style-serviceManage--index-customService-3h0t3 {
  position: relative;
  top: -105%;
  opacity: 0;
}
.src-assets-style-serviceManage--index-customService-3h0t3 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-3h0t3 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-_1vor {
  height: 1.38rem;
}
.src-assets-style-serviceManage--index-ulListHidden-2RE8F {
  overflow: hidden;
  visibility: hidden;
  position: absolute;
}
.src-assets-style-serviceManage--index-ulListHidden-2RE8F 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-2peqJ {
  overflow: hidden;
  width: 100%;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4Often-1vud9 {
  cursor: pointer;
  height: 1.5rem;
  width: 1.14rem;
  z-index: 0;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4Often-1vud9 .src-assets-style-serviceManage--index-closeRight-3THrI {
  top: 1px;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4Often-1vud9 .src-assets-style-serviceManage--index-customService-3h0t3 {
  top: -103%;
  right: 0.03rem;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4Often-1vud9:hover .src-assets-style-serviceManage--index-fontlist-3aEOe {
  color: #37A164;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4Often-1vud9:hover .src-assets-style-serviceManage--index-serviceOftenMask-3qze1 {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4Often-1vud9:hover .src-assets-style-serviceManage--index-closeRight-3THrI {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4Often-1vud9:hover .src-assets-style-serviceManage--index-customService-3h0t3 {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4Move-3Lw1S {
  cursor: pointer;
  height: 1.4rem;
  width: 1.14rem;
  z-index: 0;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4Move-3Lw1S .src-assets-style-serviceManage--index-closeRight-3THrI {
  top: 1px;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4Move-3Lw1S .src-assets-style-serviceManage--index-customService-3h0t3 {
  top: -112%;
  right: 0.03rem;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4Move-3Lw1S:hover .src-assets-style-serviceManage--index-fontlist-3aEOe {
  color: #37A164;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4Move-3Lw1S:hover .src-assets-style-serviceManage--index-serviceCollectMask-3p9FY {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4Move-3Lw1S:hover .src-assets-style-serviceManage--index-serviceOftenMask-3qze1 {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4Move-3Lw1S:hover .src-assets-style-serviceManage--index-removeRight-35xyk {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4Move-3Lw1S:hover .src-assets-style-serviceManage--index-closeRight-3THrI {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4Move-3Lw1S:hover .src-assets-style-serviceManage--index-customService-3h0t3 {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4-joTTw {
  cursor: pointer;
  height: 1.4rem;
  width: 1.14rem;
  z-index: 0;
  border-top-left-radius: 4px;
  overflow: hidden;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4-joTTw .src-assets-style-serviceManage--index-closeRight-3THrI {
  top: 1px;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4-joTTw .src-assets-style-serviceManage--index-customService-3h0t3 {
  top: -112%;
  right: 0.03rem;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4-joTTw:hover .src-assets-style-serviceManage--index-fontlist-3aEOe {
  color: #37A164;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4-joTTw:hover .src-assets-style-serviceManage--index-serviceCollectMask-3p9FY {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4-joTTw:hover .src-assets-style-serviceManage--index-serviceOftenMask-3qze1 {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4-joTTw:hover .src-assets-style-serviceManage--index-removeRight-35xyk {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4-joTTw:hover .src-assets-style-serviceManage--index-closeRight-3THrI {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4-joTTw:hover .src-assets-style-serviceManage--index-customService-3h0t3 {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2peqJ 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-2peqJ li:hover .src-assets-style-serviceManage--index-fontlist-3aEOe {
  color: #37A164;
}
.src-assets-style-serviceManage--index-ullist-2peqJ li:hover .src-assets-style-serviceManage--index-closeRight-3THrI {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2peqJ li:hover .src-assets-style-serviceManage--index-mask-3GW8H {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2peqJ li:hover .src-assets-style-serviceManage--index-customService-3h0t3 {
  opacity: 1;
}
.src-assets-style-serviceManage--index-ullist-2peqJ li:hover .src-assets-style-serviceManage--index-logoMask-15yC3 {
  opacity: 1;
}
/* 服务收藏遮罩 */
.src-assets-style-serviceManage--index-serviceCollectMask-3p9FY {
  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-3qze1 {
  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-31YZ_ {
  position: relative;
  text-align: center;
  height: 1.5rem;
  z-index: 2;
  padding-top: 27%;
}
/* 服务收藏 */
.src-assets-style-serviceManage--index-serviceCollectDivRelative-15526 {
  position: relative;
  text-align: center;
  height: 1.4rem;
  z-index: 2;
  padding-top: 17%;
  padding-left: 0.07rem;
}
/* 移除样式 */
.src-assets-style-serviceManage--index-removeRight-35xyk {
  position: absolute;
  top: 0.06rem;
  right: 0.02rem;
  opacity: 0;
  width: 0.16rem;
  height: 0.16rem;
}
.src-assets-style-serviceManage--index-removeRight-35xyk 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-1mTbx {
  width: 0.35rem;
  height: 0.35rem;
  margin-bottom: 0.2rem;
}
/* 图标圆角 */
.src-assets-style-serviceManage--index-imageRadius-3K8QH {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-serviceManage--index-radiusDiv-25W2s {
  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-1CrNz {
  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-3aEOe {
  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-S4-Fg {
  padding: 0px 0.08rem 0 0.08rem;
}
.src-assets-style-serviceManage--index-divRelative-36PdS {
  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-3BVrd {
  cursor: pointer;
  font-size: 0.16rem;
  padding-left: 0.1rem;
}
/* 首页常用服务模块样式 */
.src-assets-style-serviceManage--index-indexList-2n_og {
  text-align: center;
  overflow: hidden;
  padding-top: 0.02rem;
}
.src-assets-style-serviceManage--index-indexList-2n_og li {
  list-style: none;
}
.src-assets-style-serviceManage--index-indexList-2n_og .src-assets-style-serviceManage--index-indexCol4-3DrDH {
  cursor: pointer;
  height: 0.95rem;
  z-index: 0;
  width: 33.33333333%;
  float: left;
}
.src-assets-style-serviceManage--index-indexList-2n_og .src-assets-style-serviceManage--index-indexCol4Active-A2BDk {
  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-2n_og .src-assets-style-serviceManage--index-indexCol4Inline-167gq {
  display: inline;
  cursor: pointer;
}
.src-assets-style-serviceManage--index-indexList-2n_og .src-assets-style-serviceManage--index-indexDivRelative-2AQCM {
  position: relative;
  text-align: center;
  z-index: 2;
}
.src-assets-style-serviceManage--index-indexList-2n_og .src-assets-style-serviceManage--index-indexDivRelative-2AQCM .src-assets-style-serviceManage--index-indexLimit-3_HFm {
  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-2n_og .src-assets-style-serviceManage--index-indexDivRelative-2AQCM .src-assets-style-serviceManage--index-indexRadiusDiv-3Fc8P {
  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-2n_og .src-assets-style-serviceManage--index-indexDivRelative-2AQCM .src-assets-style-serviceManage--index-indexRadiusDiv-3Fc8P::before {
  content: '';
  width: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.src-assets-style-serviceManage--index-indexList-2n_og .src-assets-style-serviceManage--index-indexDivRelative-2AQCM .src-assets-style-serviceManage--index-indexRadiusDiv-3Fc8P .src-assets-style-serviceManage--index-plusRadius-jGQ2n {
  font-size: x-large;
  display: inline-block;
  vertical-align: middle;
}
.src-assets-style-serviceManage--index-indexBottom-29DpR {
  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-29DpR .src-assets-style-serviceManage--index-indexFont-14xP4 {
  color: #999999;
  font-family: "Microsoft YaHei";
  font-size: 0.14rem;
  width: 100%;
  text-align: center;
}
.src-assets-style-serviceManage--index-indexBottom-29DpR .src-assets-style-serviceManage--index-indexButton-3i_qn {
  width: 100%;
  text-align: center;
  margin-top: 0.1rem;
}
.src-assets-style-serviceManage--index-indexBottom-29DpR .src-assets-style-serviceManage--index-indexButton-3i_qn ul {
  text-align: center;
}
.src-assets-style-serviceManage--index-indexBottom-29DpR .src-assets-style-serviceManage--index-indexButton-3i_qn 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-29DpR .src-assets-style-serviceManage--index-indexButton-3i_qn ul li.src-assets-style-serviceManage--index-leave-1J-nC {
  background-color: #709b82;
}
.src-assets-style-serviceManage--index-indexBottom-29DpR .src-assets-style-serviceManage--index-indexButton-3i_qn ul li.src-assets-style-serviceManage--index-turn-14ADB {
  background-color: #c5a258;
}
.src-assets-style-serviceManage--index-indexBottom-29DpR .src-assets-style-serviceManage--index-indexButton-3i_qn ul li.src-assets-style-serviceManage--index-welcome-JtMiR {
  background-color: #a3c3d9;
}
.src-assets-style-serviceManage--index-logo-C026w {
  overflow: hidden;
  padding: 0 0.25rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.src-assets-style-serviceManage--index-logo-C026w .src-assets-style-serviceManage--index-image-1mTbx {
  width: 0.4rem;
  height: 0.4rem;
  margin-bottom: 0px;
}
.src-assets-style-serviceManage--index-logo-C026w 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-C026w .src-assets-style-serviceManage--index-logoDivRelative-1OB2Q {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 0.8rem;
  z-index: 2;
}
.src-assets-style-serviceManage--index-logo-C026w .src-assets-style-serviceManage--index-logoMask-15yC3 {
  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-C026w .src-assets-style-serviceManage--index-imageCheck-3nDSF .src-assets-style-serviceManage--index-logoMask-15yC3 {
  height: 0.8rem;
  width: 1rem;
  float: left;
  position: absolute;
  z-index: 0;
  cursor: pointer;
  opacity: 1;
}
.src-assets-style-serviceManage--index-clearBoth-OlnJy {
  clear: both;
}
.src-assets-style-serviceManage--index-clearBoth-OlnJy .src-assets-style-serviceManage--index-expand-1HLfl {
  color: #37A164;
  cursor: pointer;
  text-align: center;
  margin-top: 0.1rem;
}
.src-assets-style-serviceManage--index-clearBothPaddingTop30-35EmP {
  clear: both;
  padding-top: 0.3rem;
}
.src-assets-style-serviceManage--index-lineHeight-ssr1H {
  line-height: 0.4rem;
}
.src-assets-style-serviceManage--index-input-3zpTY {
  width: 3.4rem;
  height: 0.32rem;
  background: #ffffff;
  border-radius: 4px;
}
.src-assets-style-serviceManage--index-search-3aoIr {
  font-size: 0.16rem;
  cursor: pointer;
}
.src-assets-style-serviceManage--index-addButton-41P09 {
  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-41P09 i {
  font-size: 0.09rem;
}
.src-assets-style-serviceManage--index-borderserviceIcon-3yH3S {
  height: 2.5rem;
  overflow: auto;
  margin-top: 0.1rem;
  border: solid 1px #d9d9d9;
}
.src-assets-style-serviceManage--index-searchButton-3zNja {
  height: 0.32rem;
  border-radius: 4px;
  margin-left: 0.1rem;
  font-family: "Microsoft YaHei";
  line-height: 0.21rem;
}
.src-assets-style-serviceManage--index-serviceDomainMargin-QtyWV {
  clear: both;
  padding-top: 0.3rem;
}
.src-assets-style-serviceManage--index-modalInfoStyle-TT199 {
  padding: 0.1rem;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.src-assets-style-serviceManage--index-modalInfoStyle-TT199 .src-assets-style-serviceManage--index-introduction-1_D1G {
  padding: 0.05rem 0.1rem;
}
.src-assets-style-serviceManage--index-modalInfoStyle-TT199 img {
  max-width: 60%;
}
.src-assets-style-serviceManage--index-serviceIndex-3JlXX .ant-card-body {
  padding: 0.2rem 0.24rem 0.07rem 0.24rem;
}
.src-assets-style-serviceManage--index-affairIndex-3K2ju .ant-card-body {
  padding: 0.1rem 0.24rem;
}
.src-assets-style-serviceManage--index-affairIndex-3K2ju .src-assets-style-serviceManage--index-indexList-2n_og .src-assets-style-serviceManage--index-indexCol4-3DrDH .src-assets-style-serviceManage--index-fontlist-3aEOe {
  position: relative;
  top: -0.05rem;
}
.src-assets-style-serviceManage--index-serviceModalLayout-V8FOl {
  text-align: center;
}
.src-assets-style-serviceManage--index-serviceTopMargin-2GwwL {
  margin-top: 0.1rem;
}
.src-assets-style-serviceManage--index-searchIcon-5r1nM {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.25);
}
/*************** 右边事务统计部分开始***************/
.src-assets-style-serviceManage--index-rightInfo-1EVW4 {
  padding: 0.1rem;
}
.src-assets-style-serviceManage--index-rightInfo-1EVW4 .src-assets-style-serviceManage--index-title-1EfUo {
  font-weight: bold;
  line-height: 0.27rem;
  font-size: 0.18rem;
}
.src-assets-style-serviceManage--index-rightInfo-1EVW4 .src-assets-style-serviceManage--index-chart-15sHA {
  width: 1.6rem;
  display: inline-block;
}
.src-assets-style-serviceManage--index-rightInfo-1EVW4 .src-assets-style-serviceManage--index-ul-2LsTo {
  float: right;
  width: 1.2rem;
}
.src-assets-style-serviceManage--index-rightInfo-1EVW4 .src-assets-style-serviceManage--index-ul-2LsTo li {
  height: 0.3rem;
  line-height: 0.3rem;
}
.src-assets-style-serviceManage--index-rightInfo-1EVW4 .src-assets-style-serviceManage--index-ul-2LsTo li:nth-child(5) div {
  background: #4f81bb;
}
.src-assets-style-serviceManage--index-rightInfo-1EVW4 .src-assets-style-serviceManage--index-ul-2LsTo li:nth-child(4) div {
  background: #bf4f4d;
}
.src-assets-style-serviceManage--index-rightInfo-1EVW4 .src-assets-style-serviceManage--index-ul-2LsTo li:nth-child(3) div {
  background: #9aba5a;
}
.src-assets-style-serviceManage--index-rightInfo-1EVW4 .src-assets-style-serviceManage--index-ul-2LsTo li:nth-child(2) div {
  background: #8064a0;
}
.src-assets-style-serviceManage--index-rightInfo-1EVW4 .src-assets-style-serviceManage--index-ul-2LsTo li:nth-child(1) div {
  background: #4aabc4;
}
.src-assets-style-serviceManage--index-rightInfo-1EVW4 .src-assets-style-serviceManage--index-color-PYQgg {
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
}
.src-assets-style-serviceManage--index-rightInfo-1EVW4 .src-assets-style-serviceManage--index-list-4nLz- {
  line-height: 0.3rem;
}
.src-assets-style-serviceManage--index-rightInfo-1EVW4 .src-assets-style-serviceManage--index-list-4nLz- ul.src-assets-style-serviceManage--index-listItem-M4OK_ {
  display: block;
  border-top: 1px solid #c2ccd1;
  margin-right: 0.2rem;
}
.src-assets-style-serviceManage--index-rightInfo-1EVW4 .src-assets-style-serviceManage--index-list-4nLz- ul.src-assets-style-serviceManage--index-listItem-M4OK_ li:last-child {
  text-align: right;
}
.src-assets-style-serviceManage--index-rightInfo-1EVW4 .src-assets-style-serviceManage--index-list-4nLz- ul.src-assets-style-serviceManage--index-listTitle-1EHEo {
  font-weight: bold;
  border: none;
  margin-top: 0.2rem;
}
.src-assets-style-serviceManage--index-rightInfo-1EVW4 .src-assets-style-serviceManage--index-list-4nLz- ul.src-assets-style-serviceManage--index-listTitle-1EHEo li {
  text-align: left;
}
/*************** 右边事务统计部分开始***************/
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-left-lE4eu .src-assets-style-serviceManage--index-leftBody-3dkbo .src-assets-style-serviceManage--index-leftAnchor-14bHk .src-assets-style-serviceManage--index-anchor-30kJd .ant-anchor-ink:before {
  background-color: #e7e7e7;
}
.theme-blue .src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-left-lE4eu .src-assets-style-serviceManage--index-leftBody-3dkbo .src-assets-style-serviceManage--index-leftAnchor-14bHk .src-assets-style-serviceManage--index-anchor-30kJd .ant-anchor-link-active .ant-anchor-link-title {
  color: #397EF0;
}
.theme-blue .src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-left-lE4eu .src-assets-style-serviceManage--index-leftBody-3dkbo .src-assets-style-serviceManage--index-leftAnchor-14bHk .src-assets-style-serviceManage--index-anchor-30kJd .ant-anchor-ink-ball {
  border-color: #397EF0;
}
.theme-blue .src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-left-lE4eu .src-assets-style-serviceManage--index-leftBody-3dkbo .src-assets-style-serviceManage--index-leftAnchor-14bHk .src-assets-style-serviceManage--index-anchor-30kJd a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-serviceManage--index-mask-3GW8H,
.theme-blue .src-assets-style-serviceManage--index-serviceCollectMask-3p9FY,
.theme-blue .src-assets-style-serviceManage--index-serviceOftenMask-3qze1 {
  background-color: #e6f7ff;
}
.theme-blue .src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4Often-1vud9:hover .src-assets-style-serviceManage--index-fontlist-3aEOe,
.theme-blue .src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4Move-3Lw1S:hover .src-assets-style-serviceManage--index-fontlist-3aEOe,
.theme-blue .src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4-joTTw:hover .src-assets-style-serviceManage--index-fontlist-3aEOe,
.theme-blue .src-assets-style-serviceManage--index-ullist-2peqJ li:hover .src-assets-style-serviceManage--index-fontlist-3aEOe {
  color: #397EF0;
}
.theme-blue .src-assets-style-serviceManage--index-radiusDiv-25W2s {
  box-shadow: 0px 0px 0.05rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-serviceManage--index-collectRadiusDiv-1CrNz {
  border-color: #e6f7ff;
  box-shadow: 0px 0px 0.05rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-serviceManage--index-logo-C026w .src-assets-style-serviceManage--index-logoMask-15yC3 {
  background: #e6f7ff;
}
.theme-blue .src-assets-style-serviceManage--index-indexList-2n_og .src-assets-style-serviceManage--index-indexDivRelative-2AQCM .src-assets-style-serviceManage--index-indexRadiusDiv-3Fc8P {
  box-shadow: 0px 0px 0.05rem rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-serviceManage--index-clearBoth-OlnJy .src-assets-style-serviceManage--index-expand-1HLfl {
  color: #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-left-lE4eu .src-assets-style-serviceManage--index-leftBody-3dkbo .src-assets-style-serviceManage--index-leftAnchor-14bHk .src-assets-style-serviceManage--index-anchor-30kJd .ant-anchor-ink:before {
  background-color: #e7e7e7;
}
.theme-red .src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-left-lE4eu .src-assets-style-serviceManage--index-leftBody-3dkbo .src-assets-style-serviceManage--index-leftAnchor-14bHk .src-assets-style-serviceManage--index-anchor-30kJd .ant-anchor-link-active .ant-anchor-link-title {
  color: #F63E62;
}
.theme-red .src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-left-lE4eu .src-assets-style-serviceManage--index-leftBody-3dkbo .src-assets-style-serviceManage--index-leftAnchor-14bHk .src-assets-style-serviceManage--index-anchor-30kJd .ant-anchor-ink-ball {
  border-color: #F63E62;
}
.theme-red .src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-left-lE4eu .src-assets-style-serviceManage--index-leftBody-3dkbo .src-assets-style-serviceManage--index-leftAnchor-14bHk .src-assets-style-serviceManage--index-anchor-30kJd a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-serviceManage--index-mask-3GW8H,
.theme-red .src-assets-style-serviceManage--index-serviceCollectMask-3p9FY,
.theme-red .src-assets-style-serviceManage--index-serviceOftenMask-3qze1 {
  background-color: #fff1f0;
}
.theme-red .src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4Often-1vud9:hover .src-assets-style-serviceManage--index-fontlist-3aEOe,
.theme-red .src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4Move-3Lw1S:hover .src-assets-style-serviceManage--index-fontlist-3aEOe,
.theme-red .src-assets-style-serviceManage--index-ullist-2peqJ .src-assets-style-serviceManage--index-col4-joTTw:hover .src-assets-style-serviceManage--index-fontlist-3aEOe,
.theme-red .src-assets-style-serviceManage--index-ullist-2peqJ li:hover .src-assets-style-serviceManage--index-fontlist-3aEOe {
  color: #F63E62;
}
.theme-red .src-assets-style-serviceManage--index-radiusDiv-25W2s {
  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-1CrNz {
  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-C026w .src-assets-style-serviceManage--index-logoMask-15yC3 {
  background: #fff1f0;
}
.theme-red .src-assets-style-serviceManage--index-indexList-2n_og .src-assets-style-serviceManage--index-indexDivRelative-2AQCM .src-assets-style-serviceManage--index-indexRadiusDiv-3Fc8P {
  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-OlnJy .src-assets-style-serviceManage--index-expand-1HLfl {
  color: #F63E62;
}
.src-assets-style-serviceManage--index-affairIntro-JaWP- {
  border-right: 1px solid #F2F2F2;
}
.src-assets-style-serviceManage--index-affairIntro-JaWP- .src-assets-style-serviceManage--index-fileList-3_mmk {
  padding: 0.1rem;
  background-color: #F2F2F2;
  border-right: 1px solid #F2F2F2;
  height: 0.75rem;
}
.src-assets-style-serviceManage--index-affairIntro-JaWP- .src-assets-style-serviceManage--index-fileList-3_mmk li i {
  padding: 0.06rem;
}
.src-assets-style-serviceManage--index-evaluationContent-259FG {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.src-assets-style-serviceManage--index-evaluationContent-259FG:hover {
  cursor: pointer;
}
/*************** 红色主题 end***************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-left-lE4eu {
    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-3l3HH .src-assets-style-serviceManage--index-left-lE4eu .src-assets-style-serviceManage--index-leftBody-3dkbo .src-assets-style-serviceManage--index-leftService-1_-be {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-left-lE4eu {
    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-3l3HH .src-assets-style-serviceManage--index-left-lE4eu .src-assets-style-serviceManage--index-leftBody-3dkbo .src-assets-style-serviceManage--index-leftService-1_-be {
    float: left;
    width: 80%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-left-lE4eu {
    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-3l3HH .src-assets-style-serviceManage--index-left-lE4eu .src-assets-style-serviceManage--index-leftBody-3dkbo .src-assets-style-serviceManage--index-leftService-1_-be {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-left-lE4eu {
    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-3l3HH .src-assets-style-serviceManage--index-left-lE4eu .src-assets-style-serviceManage--index-leftBody-3dkbo .src-assets-style-serviceManage--index-leftService-1_-be {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-left-lE4eu {
    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-3l3HH .src-assets-style-serviceManage--index-left-lE4eu .src-assets-style-serviceManage--index-leftBody-3dkbo .src-assets-style-serviceManage--index-leftService-1_-be {
    float: left;
    width: 80%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-serviceManage--index-flex-3l3HH .src-assets-style-serviceManage--index-left-lE4eu {
    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-3l3HH .src-assets-style-serviceManage--index-left-lE4eu .src-assets-style-serviceManage--index-leftBody-3dkbo .src-assets-style-serviceManage--index-leftService-1_-be {
    float: left;
    width: 80%;
  }
}
.src-assets-style-tags--index-limitedTime-240k7 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0.45rem;
  width: 0.5rem;
}
.src-assets-style-tags--index-limitedTime-240k7 .src-assets-style-tags--index-backBorder-3zxby {
  border-top: solid 40px #ff9900;
  border-right: solid 50px rgba(0, 0, 0, 0);
}
.src-assets-style-tags--index-limitedTime-240k7 .src-assets-style-tags--index-inner-Q8xBE {
  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-kWrsy {
  position: absolute;
  top: 0px;
  left: -0.07rem;
  width: 0.5rem;
  height: 0.45rem;
}
.src-assets-style-tags--index-limitedTimeLeft-kWrsy .src-assets-style-tags--index-backBorder-3zxby {
  border-top: solid 50px #ff9900;
  border-right: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-tags--index-limitedTimeLeft-kWrsy .src-assets-style-tags--index-inner-Q8xBE {
  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-3AENB {
  color: #666666;
  font-weight: bold;
}
.src-assets-style-message--index-left-N1yjQ {
  width: 2.26rem;
  height: 100%;
  position: absolute;
}
.src-assets-style-message--index-right-3-YPV {
  margin-left: 2.26rem;
  height: 100%;
  border-left: 1px solid #e8e8e8;
}
.src-assets-style-message--index-menuStyle-CERm7 {
  width: 2.26rem;
}
.src-assets-style-message--index-menuStyle-CERm7 .ant-menu.ant-menu-light.ant-menu-root.ant-menu-inline {
  border-right: 0;
}
.src-assets-style-message--index-menuStyle-CERm7 .ant-menu-inline .ant-menu-item {
  margin-top: 0;
}
.src-assets-style-message--index-setting-VUskC {
  height: 0.4rem;
  width: 2.26rem;
  line-height: 0.4rem;
  margin-top: 0.61rem;
  cursor: pointer;
}
.src-assets-style-message--index-setting-VUskC:hover {
  color: #1C9750;
}
.src-assets-style-message--index-setting-VUskC i {
  font-size: 0.18rem;
  color: #BDBDBD;
  margin-right: 0.14rem;
  margin-left: 0.19rem;
}
.src-assets-style-message--index-settingChecked-2zDgz {
  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-2zDgz i {
  font-size: 0.18rem;
  color: #1C9750;
  margin-right: 0.14rem;
  margin-left: 0.19rem;
}
.src-assets-style-message--index-cardStyle-2lUt5 {
  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-1JXk5 {
  height: 100%;
  width: 100%;
}
.src-assets-style-message--index-operator-1JXk5 .src-assets-style-message--index-checkread-3AXZH {
  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-1JXk5 .src-assets-style-message--index-checkread-3AXZH .src-assets-style-message--index-checkLabel-1W-jL {
  margin-left: 0.15rem;
  font-size: 0.14rem;
  color: #999999;
}
.src-assets-style-message--index-operator-1JXk5 .src-assets-style-message--index-checkread-3AXZH .src-assets-style-message--index-checkLabel-1W-jL .ant-checkbox {
  width: 0.16rem;
  height: 0.16rem;
  background: #ffffff;
  border-radius: 4px;
}
.src-assets-style-message--index-operator-1JXk5 .src-assets-style-message--index-checkread-3AXZH .src-assets-style-message--index-badgeStyle-36NPn .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-1JXk5 .src-assets-style-message--index-checkread-3AXZH .src-assets-style-message--index-buttonPosition-3P9u7 {
  float: right;
}
.src-assets-style-message--index-operator-1JXk5 .src-assets-style-message--index-checkread-3AXZH .src-assets-style-message--index-buttonPosition-3P9u7 .src-assets-style-message--index-readedButton-3gASV {
  width: 1.16rem;
  height: 0.24rem;
  background: #ffffff;
  border: none;
  overflow: hidden;
}
.src-assets-style-message--index-operator-1JXk5 .src-assets-style-message--index-checkread-3AXZH .src-assets-style-message--index-buttonPosition-3P9u7 .src-assets-style-message--index-readedButton-3gASV .src-assets-style-message--index-readedButtonLable-5KHXu {
  color: #2793E6;
  font-style: normal;
}
.src-assets-style-message--index-operator-1JXk5 .src-assets-style-message--index-listStyle-1HBLb {
  padding: 0 0.23rem;
  min-height: 4rem;
}
.src-assets-style-message--index-operator-1JXk5 .src-assets-style-message--index-listStyle-1HBLb .src-assets-style-message--index-lineStyle-21mjf {
  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-3AjZF {
  text-align: center;
  font-size: 0.14rem;
  padding: 0.3rem 0px 0.3rem 0px;
}
.src-assets-style-message--index-tip-AwwN7 {
  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-AwwN7 .src-assets-style-message--index-tipLabel-3V6dH {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.src-assets-style-message--index-settingPage-1cGz4 {
  padding: 0.2rem 0.4rem 0.2rem 0.4rem;
}
.src-assets-style-message--index-settingPage-1cGz4 .src-assets-style-message--index-mobile-1ddzV {
  height: 0.35rem;
  width: 100%;
  font-size: 0.16rem;
}
.src-assets-style-message--index-settingPage-1cGz4 .src-assets-style-message--index-schedule-2kOAY {
  height: 0.35rem;
  width: 100%;
  font-size: 0.16rem;
  margin-top: 0.58rem;
}
.src-assets-style-message--index-settingPage-1cGz4 .src-assets-style-message--index-settingListStyle-1M_WB .src-assets-style-message--index-checkSetting-2z5z6 {
  vertical-align: middle;
  line-height: 0.1rem;
}
.src-assets-style-message--index-settingPage-1cGz4 .src-assets-style-message--index-settingWay-21O9I {
  display: flex;
  flex-wrap: wrap;
}
.src-assets-style-message--index-settingPage-1cGz4 .src-assets-style-message--index-settingWay-21O9I .src-assets-style-message--index-settingCard-1Repl {
  margin: 0.1rem 0.3rem;
  width: 1rem;
  text-align: center;
}
.src-assets-style-message--index-settingPage-1cGz4 .src-assets-style-message--index-settingWay-21O9I .src-assets-style-message--index-settingCard-1Repl .src-assets-style-message--index-settingIcon-3HnN4 {
  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-1cGz4 .src-assets-style-message--index-settingWay-21O9I .src-assets-style-message--index-settingCard-1Repl .src-assets-style-message--index-settingIcon-3HnN4 img {
  height: 0.3rem;
  width: 0.3rem;
}
.src-assets-style-message--index-listLabelStyle-2t56B {
  width: 80%;
  color: #000000;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.src-assets-style-message--index-listLabelStyle-2t56B .src-assets-style-message--index-titleStyle-3n5HS {
  font-weight: normal;
}
.src-assets-style-message--index-badegWidth1-3GvWI {
  float: left;
  padding-right: 0.08rem;
}
.src-assets-style-message--index-popStyle-2fYbL .ant-popover-inner-content {
  padding: 0.08rem;
}
.src-assets-style-message--index-timeStyle-396hP {
  float: right;
  color: #999999;
  display: inline;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-message--index-setting-VUskC:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-message--index-settingChecked-2zDgz {
  border-left-color: #397EF0;
  background: #e6f7ff;
  color: #397EF0;
}
.theme-blue .src-assets-style-message--index-settingChecked-2zDgz i {
  color: #397EF0;
}
.theme-blue .src-assets-style-message--index-settingPage-1cGz4 .src-assets-style-message--index-settingWay-21O9I .src-assets-style-message--index-settingCard-1Repl .src-assets-style-message--index-settingIcon-3HnN4 {
  background-color: #397EF0;
}
.theme-blue .src-assets-style-message--index-lineStyle-21mjf:hover {
  background: #e6f7ff;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-message--index-setting-VUskC:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-message--index-settingChecked-2zDgz {
  border-left-color: #9A001E;
  background: #fff1f0;
  color: #9A001E;
}
.theme-red .src-assets-style-message--index-settingChecked-2zDgz i {
  color: #9A001E;
}
.theme-red .src-assets-style-message--index-settingPage-1cGz4 .src-assets-style-message--index-settingWay-21O9I .src-assets-style-message--index-settingCard-1Repl .src-assets-style-message--index-settingIcon-3HnN4 {
  background-color: #9A001E;
}
.theme-red .src-assets-style-message--index-lineStyle-21mjf:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-message--index-lineStyle-21mjf a {
  color: #F63E62;
}
/*************** 红色主题 end***************/
/*************** 绿色主题 start***************/
.theme-green .src-assets-style-message--index-lineStyle-21mjf:hover {
  background: #E6FFF1;
}
.theme-green .src-assets-style-message--index-lineStyle-21mjf 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-KN_ir {
  margin-left: 27%;
  margin-bottom: 0.3rem;
}
.src-app-page-globalSearch--index-breadcrumb-24aXD {
  width: 2.77rem;
}
.src-app-page-globalSearch--index-hotOrHistory-335YK {
  position: absolute;
  z-index: 99;
}
.src-app-page-globalSearch--index-historySearhList5-3j96I {
  top: -0.14rem;
}
emptyArea .src-app-page-globalSearch--index-empty-content-15TUb {
  float: left;
  margin-left: -2rem;
}
emptyArea .src-app-page-globalSearch--index-empty-data-wrap-2GkDW {
  width: 70%;
  float: left;
}
.src-app-page-globalSearch--index-emptyContent-26-YW {
  margin-left: -3.15rem;
  margin-top: 2.4rem;
}
.src-app-page-globalSearch--index-historyAndHot-3oP9W {
  width: 20%;
  float: right;
  border-left: 1px solid #E8EBED;
  margin-right: 0.8rem;
  margin-top: -4.05rem;
}
.src-app-page-globalSearch--index-historyAndHot-3oP9W .src-app-page-globalSearch--index-ant-list-item-pgoIW {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0.1rem;
}
.src-app-page-globalSearch--index-ant-list-header-1RqDm {
  color: #2390E6;
}
.src-app-page-globalSearch--index-ant-list-item-content-VVgUh {
  margin-left: 0.1rem;
}
.src-app-page-globalSearch--index-searchHead-VqeSU {
  color: #5BA8EA;
}
.src-app-page-globalSearch--index-circlePoint-2zYUB {
  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-1Z8uI {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.src-app-page-globalSearch--index-globalAssociationItem-2uBFI {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.src-app-page-globalSearch--index-circleNumber-2uxNh,
.src-app-page-globalSearch--index-circleNumber0-2gJnp,
.src-app-page-globalSearch--index-circleNumber1-_Vb9-,
.src-app-page-globalSearch--index-circleNumber2-20umC {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 20%;
  margin-right: 0.05rem;
  text-align: center;
}
.src-app-page-globalSearch--index-circleNumber-2uxNh {
  background: #00a2d4;
}
.src-app-page-globalSearch--index-circleNumber0-2gJnp {
  background: #FE7171;
}
.src-app-page-globalSearch--index-circleNumber1-_Vb9- {
  background: #FFAD66;
}
.src-app-page-globalSearch--index-circleNumber2-20umC {
  background: #FFAD66;
}
.src-app-page-globalSearch--index-tabNone-uf9fS {
  display: none;
}
.src-app-page-globalSearch--index-tabDisplay-1hsuX {
  display: block;
}
.src-app-page-globalSearch--index-historyAndHot-3oP9W .ant-list-sm .ant-list-item {
  padding: 0.04rem 0.2rem;
}
.src-app-page-globalSearch--index-historyAndHot-3oP9W .app-page-globalSearch--index-searchHead-3gPF2 {
  padding-left: 0.2rem;
}
.src-app-page-globalSearch--index-emptyTestColor-1ZQX1 {
  color: red;
}
.src-app-page-globalSearch--index-circleNumber-2uxNh,
.src-app-page-globalSearch--index-circleNumber0-2gJnp,
.src-app-page-globalSearch--index-circleNumber1-_Vb9-,
.src-app-page-globalSearch--index-circleNumber2-20umC {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 20%;
  margin-right: 0.05rem;
  text-align: center;
}
.src-app-page-globalSearch--index-circleNumber-2uxNh {
  background: #00a2d4;
}
.src-app-page-globalSearch--index-circleNumber0-2gJnp {
  background: #FE7171;
}
.src-app-page-globalSearch--index-circleNumber1-_Vb9- {
  background: #FFAD66;
}
.src-app-page-globalSearch--index-circleNumber2-20umC {
  background: #FFAD66;
}
.src-app-page-globalSearch--index-imgIcon-39nyS {
  max-width: 0.25rem;
  max-height: 0.25rem;
  margin-right: 0.1rem;
}
.src-app-page-globalSearch--index-choose-2mC7v {
  cursor: pointer;
}
.src-app-page-globalSearch--index-theme-blue-2CKYJ .src-app-page-globalSearch--index-hotOrHistoryCard-3zhFO .keyChoose {
  background-color: #397EF0;
  color: #fff;
  cursor: pointer;
}
.src-app-page-globalSearch--index-theme-red-24CCN .src-app-page-globalSearch--index-hotOrHistoryCard-3zhFO .keyChoose {
  background-color: #9A001E;
  color: #fff;
  cursor: pointer;
}
.src-app-page-globalSearch--index-keyChoose-2umXL {
  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-3xqUA {
  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-33zU9 {
  width: 0.35rem;
  height: 0.35rem;
}
.src-assets-style-globalSearch--index-text-style-3MmC6 {
  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-3bYEJ {
  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-3bYEJ:hover {
  /*border: 1px solid #62b68e;*/
  background-color: #f4f9f6;
  border-radius: 4px;
}
.src-assets-style-globalSearch--index-operate-style-1CiCn {
  height: 20%;
  width: 100%;
  opacity: 0;
  text-align: right;
}
.src-assets-style-globalSearch--index-op-span-style-2PDHM {
  margin-right: 0.15rem;
}
.src-assets-style-globalSearch--index-op-span-style-2PDHM .src-assets-style-globalSearch--index-icon-bangzhu-38I9f {
  font-size: 0.14rem;
}
.src-assets-style-globalSearch--index-container-style-3bYEJ:hover .src-assets-style-globalSearch--index-operate-style-1CiCn {
  opacity: 1;
}
.src-assets-style-globalSearch--index-a-style-2pk5t {
  font-size: 0.14rem;
  color: #37a164;
  font-family: MicrosoftYaHei;
  line-height: 0.21rem;
}
.src-assets-style-globalSearch--index-a-style-title-BPa71 {
  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-2ty04 {
  font-size: 0.14rem;
  color: #363636;
  font-family: MicrosoftYaHei;
  line-height: 0.21rem;
}
.src-assets-style-globalSearch--index-a-style-a1-2ty04:hover {
  color: #005825;
}
.src-assets-style-globalSearch--index-a-style-active-3vnP1 {
  font-size: 0.14rem;
  color: #005825;
  line-height: 0.21rem;
}
.src-assets-style-globalSearch--index-line-style-28Hsq {
  width: 100%;
  height: 0.02rem;
  margin-top: 0.1rem;
  background: #e1e6e3;
}
.src-assets-style-globalSearch--index-line-style-dot-DQ93x {
  margin-top: 0.19rem;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #e1e6e3;
}
.src-assets-style-globalSearch--index-title-style-1rLIl {
  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-1cpve {
  font-size: 0.14rem;
  color: #37a164;
  margin-left: 0.05rem;
  margin-right: 0.05rem;
}
.src-assets-style-globalSearch--index-title-icon-style-1cpve:hover {
  color: #005825;
}
/**待办事项**/
.src-assets-style-globalSearch--index-item-style-3gUi0 {
  padding-left: 0px;
  width: 100%;
  height: 0.78rem;
}
/**日历**/
.src-assets-style-globalSearch--index-item-style-cal-ZiXzd {
  /*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-2aMuQ {
  float: left;
  /* padding-top : 15px;*/
  display: inline-block;
  margin-right: 0.1rem;
}
.src-assets-style-globalSearch--index-item-style-backlog-1dmTa {
  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-3r8Ey {
  float: left;
  /*padding-top : 15px;*/
  line-height: 0.4rem;
  vertical-align: middle;
  display: inline-block;
}
.src-assets-style-globalSearch--index-footer-30wb5 {
  width: 100%;
}
.src-assets-style-globalSearch--index-item-checkButton-style-2m2jX {
  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-_MxXo {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.25rem;
  padding-left: 0.05rem;
  width: 100%;
}
.src-assets-style-globalSearch--index-item-title-style-1p5e1 {
  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-1p5e1 {
  padding-left: 0.05rem;
}
.src-assets-style-globalSearch--index-item-row-style-1aPw0 {
  padding-top: 0.11rem;
  margin-bottom: 0.08rem;
  cursor: pointer;
}
.src-assets-style-globalSearch--index-item-row-style-cal-4dVY7 {
  /* padding-top: 15px;*/
  height: 0.6rem;
  line-height: 0.6rem;
  /* margin-bottom: 5px;*/
  cursor: pointer;
}
.src-assets-style-globalSearch--index-item-style-calcol-style-1Qz_I {
  height: 100%;
  display: inline-block;
}
.src-assets-style-globalSearch--index-col-style-item-1dqlC {
  text-align: right;
  line-height: 0.73rem;
  vertical-align: middle;
}
.src-assets-style-globalSearch--index-col-style-item-1dqlC .ant-btn-group {
  line-height: 0.24rem;
  height: 0.24rem;
  vert-align: middle;
}
.src-assets-style-globalSearch--index-col-style-item-1dqlC .ant-btn-group .ant-btn {
  float: left;
}
.src-assets-style-globalSearch--index-opt-1jYnX {
  display: inline-block;
}
.src-assets-style-globalSearch--index-col-style-item-cal-39pIW {
  text-align: right;
  line-height: 0.9rem;
}
.src-assets-style-globalSearch--index-item-button-style-EprkD {
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 0.05rem 0.15rem;
  cursor: pointer;
  color: #999999;
}
.src-assets-style-globalSearch--index-item-button-style-EprkD:hover {
  border: 1px solid #37A164;
  color: #37A164;
}
/**标签页间隔**/
.src-assets-style-globalSearch--index-tabbar-margin-3qLc3 {
  margin-top: 0.48rem;
}
.src-assets-style-globalSearch--index-allLayout-14e4T > div:first-child .src-assets-style-globalSearch--index-tabbar-margin-3qLc3 {
  margin-top: 0.08rem;
}
.src-assets-style-globalSearch--index-list-first-GREMD .src-assets-style-globalSearch--index-tabbar-margin-3qLc3 {
  margin-top: 0.08rem;
}
.src-assets-style-globalSearch--index-tab-icon-3ZrnG i {
  font-size: 0.2rem;
  color: #37A164;
}
.src-assets-style-globalSearch--index-tabbar-margin1-1YKa3 {
  margin-top: 0px;
}
.src-assets-style-globalSearch--index-layout-margin-2JGcK {
  margin-top: 0px;
}
.src-assets-style-globalSearch--index-span-style-MspYj {
  margin-left: 0.48rem;
}
.src-assets-style-globalSearch--index-status-row-style-1u_h- {
  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-1DoKh .src-assets-style-globalSearch--index-item-style-3gUi0 {
  height: 0.78rem;
}
.src-assets-style-globalSearch--index-search-backlog-style-1DoKh .src-assets-style-globalSearch--index-col-style-item-1dqlC {
  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-uquWg,
.src-assets-style-globalSearch--index-cal-typename1-3A2p9,
.src-assets-style-globalSearch--index-cal-typename2-1mHWi,
.src-assets-style-globalSearch--index-cal-typename3-38V92 {
  width: auto;
  height: 0.2rem;
  padding: 0.05rem 0.1rem;
  border-radius: 4px;
  color: #ffffff;
}
.src-assets-style-globalSearch--index-cal-typename-uquWg {
  background-color: #82d0fb;
}
.src-assets-style-globalSearch--index-cal-typename1-3A2p9 {
  background-color: #bb00bb;
}
.src-assets-style-globalSearch--index-cal-typename2-1mHWi {
  background-color: #ff9900;
}
.src-assets-style-globalSearch--index-cal-typename3-38V92 {
  background-color: #3399ff;
}
.src-assets-style-globalSearch--index-scheduleStatus-3SwCp {
  border: 1px solid #CCCCCC;
  height: 0.2rem;
  padding: 0.04rem 0.2rem;
  border-radius: 4px;
  color: #000000;
}
.src-assets-style-globalSearch--index-backlog-typename-20hKD {
  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-1gmNF {
  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-1DWRO {
  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-1AXAu {
  position: relative;
  top: 1rem;
  text-align: center;
  color: #DBDBDB;
  font-size: 0.14rem;
}
/****任务托办开始*****/
.src-assets-style-globalSearch--index-entrustComponent-18vmy {
  border-bottom: 1px solid #e8e8e8;
  height: 0.9rem;
  width: 100%;
  margin-top: -0.08rem;
}
.src-assets-style-globalSearch--index-entrustComponent-18vmy .src-assets-style-globalSearch--index-itemRowLeft-3DBhJ {
  width: 90%;
  float: left;
}
.src-assets-style-globalSearch--index-entrustComponent-18vmy .src-assets-style-globalSearch--index-itemRowLeft-3DBhJ p {
  height: 0.48rem;
  line-height: 0.48rem;
}
.src-assets-style-globalSearch--index-entrustComponent-18vmy .src-assets-style-globalSearch--index-itemRowLeft-3DBhJ p > span {
  padding: 0.05rem 0.05rem;
  border-radius: 4px;
  margin-right: 0.1rem;
}
.src-assets-style-globalSearch--index-entrustComponent-18vmy .src-assets-style-globalSearch--index-itemRowLeft-3DBhJ p .src-assets-style-globalSearch--index-status-3HAly {
  border: 1px solid #CCCCCC;
}
.src-assets-style-globalSearch--index-entrustComponent-18vmy .src-assets-style-globalSearch--index-itemRowLeft-3DBhJ p .src-assets-style-globalSearch--index-overTime-2BSYT {
  background: #FE7167;
  color: #FFFFFF;
}
.src-assets-style-globalSearch--index-entrustComponent-18vmy .src-assets-style-globalSearch--index-itemRowLeft-3DBhJ p .src-assets-style-globalSearch--index-unRead-bncTk {
  background: #F4BE51;
  color: #FFFFFF;
}
.src-assets-style-globalSearch--index-entrustComponent-18vmy .src-assets-style-globalSearch--index-itemRowLeft-3DBhJ p .src-assets-style-globalSearch--index-itemName-3tc23 {
  font-size: 0.18rem;
  font-weight: bold;
  text-align: center;
  /*
                padding-left: 10px;*/
}
.src-assets-style-globalSearch--index-entrustComponent-18vmy .src-assets-style-globalSearch--index-itemRowLeft-3DBhJ:hover {
  cursor: pointer;
}
.src-assets-style-globalSearch--index-entrustComponent-18vmy .src-assets-style-globalSearch--index-itemRowRight-uUTll {
  float: right;
  height: 0.9rem;
  line-height: 0.2rem;
  vertical-align: middle;
}
.src-assets-style-globalSearch--index-entrustComponent-18vmy .src-assets-style-globalSearch--index-itemRowRight-uUTll .src-assets-style-globalSearch--index-but-3AFli {
  height: 0.9rem;
  line-height: 0.9rem;
}
.src-assets-style-globalSearch--index-entrustComponent-18vmy:hover {
  background-color: #F5FDF8;
}
.src-assets-style-globalSearch--index-itemRow-evezk {
  height: 0.2rem;
  line-height: 0.2rem;
  padding: 0.05rem 0px;
}
.src-assets-style-globalSearch--index-itemRow-evezk 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-evezk span:first-child {
  text-align: left;
  width: 15%;
  border-left: none;
}
.src-assets-style-globalSearch--index-modalContent-d56Z_ {
  width: 100%;
  height: 2rem;
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.7rem;
}
.src-assets-style-globalSearch--index-modalContent-d56Z_ .src-assets-style-globalSearch--index-icon-5HTS_ {
  color: #f1a42b;
}
.src-assets-style-globalSearch--index-cardTitle1-3Bl8A {
  padding: 0.05rem 0.05rem;
  text-align: center;
  background-color: #0A96D3;
  color: white;
  font-size: 0.12rem;
}
.src-assets-style-globalSearch--index-cardTitle2-2T56k {
  padding: 0.05rem 0.05rem;
  text-align: center;
  background-color: #067700;
  color: white;
  font-size: 0.12rem;
}
.src-assets-style-globalSearch--index-scheduleType1-1t044 {
  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-w0RJf {
  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-qg1EB {
  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-1Jr3f {
  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-3Sk2g {
  padding: 0.05rem 0.05rem;
  border-radius: 4px;
  margin-right: 0.1rem;
  text-align: center;
}
.src-assets-style-globalSearch--index-entrustTitle-3Wwom {
  text-align: center;
  color: #000000;
  font-weight: bold;
  font-size: 0.18rem;
}
.src-assets-style-globalSearch--index-cardBody-3aE3T {
  text-align: center;
  color: #B5B5B5 ;
}
.src-assets-style-globalSearch--index-spanSpacing-1qd01 {
  margin-left: 0.2rem;
}
.src-assets-style-globalSearch--index-cardFooter-2GG8l {
  margin-left: 0.25rem;
  margin-top: 0.2rem;
}
.src-assets-style-globalSearch--index-modalArea-1mGPx .ant-modal-content {
  height: 4.5rem;
}
.src-assets-style-globalSearch--index-modalArea-1mGPx .ant-modal-body {
  height: 100%;
}
.src-assets-style-globalSearch--index-modalArea-1mGPx .ant-modal-title {
  color: #fff;
}
.src-assets-style-globalSearch--index-modalArea-1mGPx .ant-modal-close-x {
  color: #fff;
}
.src-assets-style-globalSearch--index-border-1fKTl {
  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-2Czwu {
  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-18vmy.ant-list-item {
  margin-top: -0.15rem;
}
/****任务托办结束*****/
.src-assets-style-globalSearch--index-icon-color-2UUGg {
  color: #5a5a5a;
}
.src-assets-style-globalSearch--index-opt-1jYnX {
  width: 0.8rem;
  display: inline-block;
  text-align: center;
}
.src-assets-style-globalSearch--index-handling-3f-aV span,
.src-assets-style-globalSearch--index-handled-3SItM span,
.src-assets-style-globalSearch--index-finished-3LF4L span,
.src-assets-style-globalSearch--index-applyed-fBWqD span,
.src-assets-style-globalSearch--index-apply-2aEO4 span {
  display: inline-block;
  color: #CCCCCC;
}
@media (min-width: 0px) {
  .src-assets-style-globalSearch--index-handling-3f-aV span:nth-child(1),
  .src-assets-style-globalSearch--index-handled-3SItM span:nth-child(1),
  .src-assets-style-globalSearch--index-finished-3LF4L span:nth-child(1) {
    width: 18%;
  }
  .src-assets-style-globalSearch--index-handling-3f-aV span:nth-child(2),
  .src-assets-style-globalSearch--index-handled-3SItM span:nth-child(2),
  .src-assets-style-globalSearch--index-finished-3LF4L span:nth-child(2) {
    width: 16%;
  }
  .src-assets-style-globalSearch--index-handling-3f-aV span:nth-child(3),
  .src-assets-style-globalSearch--index-handled-3SItM span:nth-child(3),
  .src-assets-style-globalSearch--index-finished-3LF4L span:nth-child(3),
  .src-assets-style-globalSearch--index-handling-3f-aV span:nth-child(4),
  .src-assets-style-globalSearch--index-handled-3SItM span:nth-child(4),
  .src-assets-style-globalSearch--index-finished-3LF4L span:nth-child(4) {
    width: 23%;
  }
  .src-assets-style-globalSearch--index-handling-3f-aV span:nth-child(5),
  .src-assets-style-globalSearch--index-handled-3SItM span:nth-child(5),
  .src-assets-style-globalSearch--index-finished-3LF4L span:nth-child(5) {
    width: 20%;
  }
  .src-assets-style-globalSearch--index-apply-2aEO4 span:nth-child(1) {
    width: 18%;
  }
  .src-assets-style-globalSearch--index-apply-2aEO4 span:nth-child(2) {
    width: 12%;
    color: #37A164;
  }
  .src-assets-style-globalSearch--index-apply-2aEO4 span:nth-child(3),
  .src-assets-style-globalSearch--index-apply-2aEO4 span:nth-child(4) {
    width: 23%;
  }
  .src-assets-style-globalSearch--index-apply-2aEO4 span:nth-child(5) {
    width: 22%;
  }
  .src-assets-style-globalSearch--index-apply-2aEO4 span:nth-child(6) {
    text-align: left;
    padding: 0px 0.1rem 0px 0px;
  }
  .src-assets-style-globalSearch--index-applyed-fBWqD span {
    width: 22%;
  }
}
.src-assets-style-globalSearch--index-message-component-2vsVq {
  padding: 0.15rem 0.05rem 0.1rem;
  border-bottom: 1px solid #e8e8e8;
}
.src-assets-style-globalSearch--index-message-component-2vsVq:hover {
  cursor: pointer;
}
.src-assets-style-globalSearch--index-message-component-title-LDJO4 {
  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-3ZrnG {
  margin-top: 0.48rem;
}
.theme-red .src-assets-style-globalSearch--index-tab-icon-3ZrnG i {
  font-size: 0.2rem;
  color: #9A001E;
}
.theme-red .src-assets-style-globalSearch--index-a-style-2pk5t {
  color: #F63E62;
}
.theme-red .src-assets-style-globalSearch--index-a-style-2pk5t:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-globalSearch--index-item-button-style-EprkD:hover {
  border: 1px solid #9A001E;
  color: #9A001E;
}
.theme-red .src-assets-style-globalSearch--index-container-style-3bYEJ:hover {
  background-color: #fff1f0;
}
.theme-red .src-assets-style-globalSearch--index-item-style-cal-ZiXzd:hover {
  background-color: #fff1f0;
  cursor: pointer;
}
.theme-red .src-assets-style-globalSearch--index-entrustComponent-18vmy:hover {
  background-color: #fff1f0;
}
/************************** 红色主题end ********************/
/************************** 蓝色主题start ********************/
.theme-blue .src-assets-style-globalSearch--index-tab-icon-3ZrnG {
  margin-top: 0.48rem;
}
.theme-blue .src-assets-style-globalSearch--index-tab-icon-3ZrnG i {
  font-size: 0.2rem;
  color: #397EF0;
}
.theme-blue .src-assets-style-globalSearch--index-a-style-2pk5t {
  color: #397EF0;
}
.theme-blue .src-assets-style-globalSearch--index-a-style-2pk5t:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-globalSearch--index-item-button-style-EprkD:hover {
  border: 1px solid #397EF0;
  color: #397EF0;
}
.theme-blue .src-assets-style-globalSearch--index-container-style-3bYEJ:hover {
  background-color: #e6f7ff;
}
.theme-blue .src-assets-style-globalSearch--index-item-style-cal-ZiXzd:hover {
  background-color: #e6f7ff;
  cursor: pointer;
}
.theme-blue .src-assets-style-globalSearch--index-entrustComponent-18vmy:hover {
  background-color: #e6f7ff;
}
/************************** 蓝色主题end ********************/
/*.item-style-cal{
    margin-top: -17px;
}*/
.src-assets-style-globalSearch--index-item-style-cal-ZiXzd:hover {
  background-color: #F5FDF8;
  cursor: pointer;
}
.src-assets-style-globalSearch--index-tabs-1kqmF .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-1kqmF .src-assets-style-globalSearch--index-ant-tabs-tabpane-active-2WBFB {
  margin-top: -0.18rem;
}
.src-assets-style-globalSearch--index-tipTime-2SmbR {
  margin-left: 0.5rem;
  color: #000000;
}
.src-assets-style-globalSearch--index-title-1QDmo {
  color: #000000;
}
@media (min-width: 1601px) {
  .font-normal .src-assets-style-globalSearch--index-apply-2aEO4 span:nth-child(1) {
    width: 18%;
  }
  .font-normal .src-assets-style-globalSearch--index-apply-2aEO4 span:nth-child(2) {
    width: 10%;
  }
  .font-normal .src-assets-style-globalSearch--index-apply-2aEO4 span:nth-child(3) {
    width: 20%;
  }
  .font-normal .src-assets-style-globalSearch--index-apply-2aEO4 span:nth-child(4) {
    width: 17%;
  }
  .font-normal .src-assets-style-globalSearch--index-apply-2aEO4 span:nth-child(5) {
    width: 18%;
  }
  .font-normal .src-assets-style-globalSearch--index-apply-2aEO4 span:nth-child(6) {
    width: 17%;
    text-align: center;
  }
}
@media (min-width: 1761.1px) {
  .font-large .src-assets-style-globalSearch--index-apply-2aEO4 span:nth-child(1) {
    width: 18%;
  }
  .font-large .src-assets-style-globalSearch--index-apply-2aEO4 span:nth-child(2) {
    width: 10%;
  }
  .font-large .src-assets-style-globalSearch--index-apply-2aEO4 span:nth-child(3) {
    width: 20%;
  }
  .font-large .src-assets-style-globalSearch--index-apply-2aEO4 span:nth-child(4) {
    width: 17%;
  }
  .font-large .src-assets-style-globalSearch--index-apply-2aEO4 span:nth-child(5) {
    width: 18%;
  }
  .font-large .src-assets-style-globalSearch--index-apply-2aEO4 span:nth-child(6) {
    width: 17%;
    text-align: center;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .src-assets-style-globalSearch--index-apply-2aEO4 span:nth-child(1) {
    width: 18%;
  }
  .font-extraLarge .src-assets-style-globalSearch--index-apply-2aEO4 span:nth-child(2) {
    width: 10%;
  }
  .font-extraLarge .src-assets-style-globalSearch--index-apply-2aEO4 span:nth-child(3) {
    width: 20%;
  }
  .font-extraLarge .src-assets-style-globalSearch--index-apply-2aEO4 span:nth-child(4) {
    width: 17%;
  }
  .font-extraLarge .src-assets-style-globalSearch--index-apply-2aEO4 span:nth-child(5) {
    width: 18%;
  }
  .font-extraLarge .src-assets-style-globalSearch--index-apply-2aEO4 span:nth-child(6) {
    width: 17%;
    text-align: center;
  }
}
.src-app-page-globalSearch-component-less--HelpComponent-col-style-3CeTq {
  float: left;
  width: 100%;
  height: 2rem;
}
.src-app-page-globalSearch-component-less--HelpComponent-title-OX9_D {
  margin-top: 0.15rem;
  width: 14.1rem;
}
.src-app-page-globalSearch-component-less--HelpComponent-fileArea-1C1-p {
  width: 28%;
  float: left;
  margin: 0.1rem 0.3rem;
}
.src-app-page-globalSearch-component-less--HelpComponent-imgArea-2i7tb {
  max-width: 100%;
  height: 2rem;
  width: 3.9rem;
}
.src-app-page-globalSearch-component-less--HelpComponent-subscript-1-6um {
  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-3CeTq.app-page-globalSearch-component-less--HelpComponent-col-style-BIamL {
  height: 2.75rem;
}
.src-app-page-globalSearch-component-less--HelpComponent-wordsArea-3Qt1O {
  color: #4B6155;
}
.src-app-page-globalSearch-component-less--HelpComponent-description-1ISoS {
  height: 0.42rem;
  overflow: hidden;
}
.src-app-page-globalSearch-component-less--HelpComponent-description-1ISoS p {
  line-height: 0.21rem;
}
.src-app-page-globalSearch-component-less--OpinionComponent-water-1Y2X- {
  break-inside: avoid;
  box-sizing: border-box;
  padding: 0.1rem;
}
.src-app-page-globalSearch-component-less--OpinionComponent-cardBorder-3Viz0: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-3VjoN {
  max-width: 0.5rem;
  max-height: 0.3rem;
  margin-left: 0.05rem;
}
.src-app-page-globalSearch-component-less--OpinionComponent-startTime-1IQO_ {
  float: right;
  margin: 0px 0.03rem;
}
.src-app-page-globalSearch-component-less--OpinionComponent-timeconsuming-2gKHj {
  padding-left: 48%;
}
.src-app-page-globalSearch-component-less--OpinionComponent-content-2PCjx {
  border-bottom: 1px dashed #F4F4F4;
  margin-bottom: 0.05rem;
}
.src-app-page-globalSearch-component-less--OpinionComponent-mask-2nG1f {
  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-2nG1f .src-app-page-globalSearch-component-less--OpinionComponent-prevStep-2bC7r,
.src-app-page-globalSearch-component-less--OpinionComponent-mask-2nG1f .src-app-page-globalSearch-component-less--OpinionComponent-nextStep-3kJ8s {
  width: 50%;
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0px;
}
.src-app-page-globalSearch-component-less--OpinionComponent-mask-2nG1f .src-app-page-globalSearch-component-less--OpinionComponent-prevStep-2bC7r {
  left: 0px;
  cursor: url(../../assets/images/pic-left-arrow.png), auto;
}
.src-app-page-globalSearch-component-less--OpinionComponent-mask-2nG1f .src-app-page-globalSearch-component-less--OpinionComponent-nextStep-3kJ8s {
  right: 0px;
  cursor: url(../../assets/images/pic-right-arrow.png), auto;
}
.src-app-page-globalSearch-component-less--OpinionComponent-mask-2nG1f i.src-app-page-globalSearch-component-less--OpinionComponent-close-1o1t5 {
  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-2nG1f i.src-app-page-globalSearch-component-less--OpinionComponent-close-1o1t5 :hover {
  cursor: pointer;
}
.src-app-page-globalSearch-component-less--OpinionComponent-mask-2nG1f .src-app-page-globalSearch-component-less--OpinionComponent-fullScreen-3C3yU {
  position: relative;
}
.src-app-page-globalSearch-component-less--OpinionComponent-mask-2nG1f .src-app-page-globalSearch-component-less--OpinionComponent-fullScreen-3C3yU .src-app-page-globalSearch-component-less--OpinionComponent-info-2A4zH {
  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-2nG1f .src-app-page-globalSearch-component-less--OpinionComponent-fullScreen-3C3yU .src-app-page-globalSearch-component-less--OpinionComponent-hidden-3ctQ3 {
  opacity: 0;
}
.src-app-page-globalSearch-component-less--OpinionComponent-mask-2nG1f .src-app-page-globalSearch-component-less--OpinionComponent-fullScreen-3C3yU .src-app-page-globalSearch-component-less--OpinionComponent-show-2-4zs {
  animation: src-app-page-globalSearch-component-less--OpinionComponent-showHidden-QsUaw 1.5s forwards;
}
.src-app-page-globalSearch-component-less--OpinionComponent-mask-2nG1f 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-p0C3- {
  width: 3.35rem;
  height: 1rem;
  color: #595959;
}
.src-app-page-globalSearch-component-less--FileComponent-colStyle-1Dz7h {
  float: left;
  width: 100%;
  margin: 0.05rem;
}
.src-app-page-globalSearch-component-less--FileComponent-imgArea-2ho_y {
  width: 40%;
  float: left;
  max-width: 0.5rem;
  margin: 0.05rem 0.05rem;
}
.src-app-page-globalSearch-component-less--FileComponent-wordsArea-aHcsU {
  width: 80%;
  float: left;
}
.src-app-page-globalSearch-component-less--FileComponent-fileArea-p0C3-: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-p0C3-: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-p0C3-: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-m_C-K {
  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-m_C-K .src-app-page-globalSearch-component-less--FileComponent-prevStep-1M-_Y,
.src-app-page-globalSearch-component-less--FileComponent-mask-m_C-K .src-app-page-globalSearch-component-less--FileComponent-nextStep-1zDff {
  width: 50%;
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0px;
}
.src-app-page-globalSearch-component-less--FileComponent-mask-m_C-K .src-app-page-globalSearch-component-less--FileComponent-prevStep-1M-_Y {
  left: 0px;
  cursor: url(../../assets/images/pic-left-arrow.png), auto;
}
.src-app-page-globalSearch-component-less--FileComponent-mask-m_C-K .src-app-page-globalSearch-component-less--FileComponent-nextStep-1zDff {
  right: 0px;
  cursor: url(../../assets/images/pic-right-arrow.png), auto;
}
.src-app-page-globalSearch-component-less--FileComponent-mask-m_C-K i.src-app-page-globalSearch-component-less--FileComponent-close-1JiHe {
  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-m_C-K i.src-app-page-globalSearch-component-less--FileComponent-close-1JiHe :hover {
  cursor: pointer;
}
.src-app-page-globalSearch-component-less--FileComponent-mask-m_C-K .src-app-page-globalSearch-component-less--FileComponent-fullScreen-1q_xT {
  position: relative;
}
.src-app-page-globalSearch-component-less--FileComponent-mask-m_C-K .src-app-page-globalSearch-component-less--FileComponent-fullScreen-1q_xT .src-app-page-globalSearch-component-less--FileComponent-info-2VWGi {
  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-m_C-K .src-app-page-globalSearch-component-less--FileComponent-fullScreen-1q_xT .src-app-page-globalSearch-component-less--FileComponent-hidden-tkpok {
  opacity: 0;
}
.src-app-page-globalSearch-component-less--FileComponent-mask-m_C-K .src-app-page-globalSearch-component-less--FileComponent-fullScreen-1q_xT .src-app-page-globalSearch-component-less--FileComponent-show-L5k9J {
  animation: src-app-page-globalSearch-component-less--FileComponent-showHidden-2bHsy 1.5s forwards;
}
.src-app-page-globalSearch-component-less--FileComponent-mask-m_C-K img {
  max-width: 40%;
  max-height: 40%;
}
.src-app-page-globalSearch-component-less--FileComponent-fileName-CBWFj {
  font-size: 0.14rem;
  color: #fff;
  margin-top: 0.15rem;
}
.src-app-page-globalSearch-component-less--AffairComponent-imgArea-6JgXX {
  width: 0.7rem;
  float: left;
}
.src-app-page-globalSearch-component-less--AffairComponent-img-3bUVp {
  max-width: 0.5rem;
  max-height: 0.6rem;
}
.src-app-page-globalSearch-component-less--AffairComponent-textSpan-Waiej {
  fontSize: 18;
  color: #595959 ;
  margin: 0 0.05rem;
}
.src-app-page-globalSearch-component-less--AffairComponent-footerArea-38ruF {
  margin-left: 0.6rem;
}
.src-app-page-globalSearch-component-less--AffairComponent-content-2uuXr {
  float: left;
  margin: 0.05rem 0.03rem;
}
.src-app-page-globalSearch-component-less--AffairComponent-content-2uuXr .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-25hHc :hover {
  text-decoration: underline;
}
.src-app-page-globalSearch-component-less--AffairComponent-tags-2tVRg {
  color: #6C2626;
}
.src-app-page-globalSearch-component-less--MessageComponent-massage-compnent-content-1PAEp {
  width: 100%;
  height: 0.2rem;
  vertical-align: middle;
}
.src-app-page-globalSearch-component-less--MessageComponent-message-systom-newsType2-1iEIu {
  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-35ik8 {
  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-dTcYh {
  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-30QR0 {
  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-1M_2g {
  float: right;
}
.src-app-page-globalSearch-component-less--MessageComponent-messageList-1_9jm {
  min-height: 5rem;
}
.src-app-page-globalSearch-component-less--MessageComponent-pagination-1Qasc {
  text-align: center;
  padding: 0.1rem 0px;
  float: right;
}
.src-app-page-globalSearch-component-less--MessageComponent-footer-3UBmh {
  width: 10rem;
}
.src-app-page-globalSearch-component-less--MessageComponent-message-component-1lNbn {
  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-1kOMR {
  margin-top: 2.5%;
}
.src-app-page-globalSearch-component-less--MessageComponent-textAlign-1kOMR a {
  color: #595959;
}
.src-app-page-globalSearch-component-less--MessageComponent-message-component-1lNbn:hover {
  cursor: pointer;
  background-color: #F5FDF8;
}
/*****红色主题****/
.theme-red .src-app-page-globalSearch-component-less--MessageComponent-message-component-1lNbn:hover {
  cursor: pointer;
  background-color: #fff1f0;
}
/*****红色主题end****/
/*****蓝色主题****/
.theme-blue .src-app-page-globalSearch-component-less--MessageComponent-message-component-1lNbn:hover {
  cursor: pointer;
  background-color: #e6f7ff;
}
/*****蓝色主题end****/
.src-assets-style-news--index-newsTabWrap-1pfNI {
  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-1pfNI .iconfont {
  margin-right: 0.1rem;
}
.src-assets-style-news--index-newsTabWrap-1pfNI .src-assets-style-news--index-tabHeadRight-1qksc {
  float: right;
}
.src-assets-style-news--index-newsTabWrap-1pfNI .src-assets-style-news--index-tabHeadRight-1qksc a {
  color: #666666;
  margin-left: 0.24rem;
}
.src-assets-style-news--index-newsTabWrap-1pfNI .src-assets-style-news--index-tabHeadRight-1qksc .anticon {
  color: #CDCDCD;
}
.src-assets-style-news--index-newsTabWrap-1pfNI .src-assets-style-news--index-tabHeadRight-1qksc .anticon.anticon-check-square {
  color: #005825;
}
.src-assets-style-news--index-newsTabWrap-1pfNI .src-assets-style-news--index-tabList-2bIzK {
  display: inline-block;
}
.src-assets-style-news--index-newsTabWrap-1pfNI .src-assets-style-news--index-tabItem-2E5q9 {
  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-1pfNI .src-assets-style-news--index-tabItem-2E5q9 .ant-badge {
  margin-top: -0.04rem;
}
.src-assets-style-news--index-newsTabWrap-1pfNI .src-assets-style-news--index-tabItem-2E5q9 span {
  font-size: 0.16rem;
  color: #363636;
}
.src-assets-style-news--index-newsTabWrap-1pfNI .src-assets-style-news--index-activeTabItem-16gM9 {
  background: #37A164;
  color: #ffffff;
}
.src-assets-style-news--index-newsTabWrap-1pfNI .src-assets-style-news--index-activeTabItem-16gM9 span {
  color: #ffffff;
}
.src-assets-style-news--index-newsCardWrap-3fPm_ {
  padding: 0 0.05rem;
  margin: 0.25rem -0.05rem 0;
}
.src-assets-style-news--index-newsCardWrap-3fPm_ .src-assets-style-news--index-newsCardList-3qz6V {
  margin: 0 -0.15rem;
  overflow: hidden;
}
.src-assets-style-news--index-cardItem-3SySU {
  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-2q6uD {
  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-2q6uD:hover {
  background: #ababab;
}
.src-assets-style-news--index-fixEntry-2q6uD .anticon {
  font-size: 0.24rem;
  vertical-align: middle;
  color: #ffffff;
}
.src-assets-style-news--index-targetCard-1h4w4 {
  transform: scale(0.7);
}
.src-assets-style-news--index-newsBadgeWrap-1rJ22 {
  position: relative;
}
.src-assets-style-news--index-newsBadgeWrap-1rJ22 .src-assets-style-news--index-newsBadgeCon-2L4lB {
  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-msP5u {
  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-msP5u .src-assets-style-news--index-headBar-3OlUR {
  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-msP5u .src-assets-style-news--index-headBar-3OlUR .src-assets-style-news--index-dragItem-3cgx_ {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.32rem;
  z-index: 1;
  cursor: move;
}
.src-assets-style-news--index-cardContent-msP5u .src-assets-style-news--index-headBar-3OlUR .src-assets-style-news--index-headBarR-EiaJV {
  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-msP5u .src-assets-style-news--index-headBar-3OlUR .src-assets-style-news--index-headBarR-EiaJV:hover {
  opacity: 1;
}
.src-assets-style-news--index-cardContent-msP5u .src-assets-style-news--index-headBar-3OlUR .src-assets-style-news--index-headBarR-EiaJV .anticon,
.src-assets-style-news--index-cardContent-msP5u .src-assets-style-news--index-headBar-3OlUR .src-assets-style-news--index-headBarR-EiaJV .iconfont {
  margin-right: 0.08rem;
  font-size: 0.14rem;
}
.src-assets-style-news--index-cardContent-msP5u .src-assets-style-news--index-headBar-3OlUR .src-assets-style-news--index-headBarR-EiaJV .src-assets-style-news--index-opItem-JkuKI {
  display: inline-block;
  margin-left: 0.26rem;
  color: #ffffff;
}
.src-assets-style-news--index-cardContent-msP5u .src-assets-style-news--index-newsCardTitle-2iwOQ {
  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-msP5u .src-assets-style-news--index-newsCardTitle-2iwOQ .src-assets-style-news--index-headMask-2cic8 {
  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-msP5u .src-assets-style-news--index-newsCardTitle-2iwOQ .src-assets-style-news--index-headMask-2cic8 h2 {
  line-height: 0.85rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.src-assets-style-news--index-cardContent-msP5u .src-assets-style-news--index-newsCardTitle-2iwOQ .src-assets-style-news--index-headMask-2cic8 h2 .src-assets-style-news--index-newsBadgeCon-2L4lB {
  position: absolute;
  top: 16%;
  right: 0.2rem;
}
.src-assets-style-news--index-cardContent-msP5u .src-assets-style-news--index-newsCardTitle-2iwOQ .src-assets-style-news--index-headMask-2cic8 .src-assets-style-news--index-title-2XWb7 {
  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-msP5u .src-assets-style-news--index-cardCellList-2_gRP {
  height: 4.1rem;
  padding: 0 0.16rem;
}
.src-assets-style-news--index-cardContent-msP5u .src-assets-style-news--index-cardCellList-2_gRP > 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-msP5u .src-assets-style-news--index-cardCellList-2_gRP > li .src-assets-style-news--index-title-2XWb7 {
  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-msP5u .src-assets-style-news--index-cardCellList-2_gRP > li .src-assets-style-news--index-title-2XWb7 a {
  color: #000;
  vertical-align: middle;
}
.src-assets-style-news--index-cardContent-msP5u .src-assets-style-news--index-cardCellList-2_gRP > li .icon-xin {
  color: #FD6767;
  vertical-align: middle;
  font-size: 0.22rem;
}
.src-assets-style-news--index-cardContent-msP5u .src-assets-style-news--index-cardCellList-2_gRP > li:hover .src-assets-style-news--index-title-2XWb7 a {
  color: #005825;
  text-decoration: underline;
}
.src-assets-style-news--index-cardContent-msP5u .src-assets-style-news--index-cardCellList-2_gRP > li .src-assets-style-news--index-desc-2zvzG {
  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-msP5u .src-assets-style-news--index-readMore-1EfSl {
  display: block;
  color: #37A164;
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.4rem;
}
.src-assets-style-news--index-cardContent-msP5u.src-assets-style-news--index-addCard-2zIsP {
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 1.6rem 0.65rem;
  text-align: center;
}
.src-assets-style-news--index-cardContent-msP5u.src-assets-style-news--index-addCard-2zIsP .src-assets-style-news--index-addTle-1Do6C {
  font-size: 0.18rem;
  color: #37A164;
  margin: 0.24rem auto 0.32rem;
}
.src-assets-style-news--index-cardContent-msP5u.src-assets-style-news--index-addCard-2zIsP .src-assets-style-news--index-addDesc-3O4l_ {
  font-size: 0.14rem;
  color: #999999;
}
.src-assets-style-news--index-newsCardItemWrap-1SyeN {
  position: relative;
}
.src-assets-style-news--index-newsCardItemWrap-1SyeN .empty-data-wrap {
  height: 3.8rem;
}
.src-assets-style-news--index-newsDetailIframe-3Vt7K {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0.65rem;
  border: none;
  outline: none;
}
.src-assets-style-news--index-splitDot-2GRga .src-assets-style-news--index-splitItem-1G8cX:after {
  content: '.';
  display: inline-block;
  margin: 0 0.04rem;
}
.src-assets-style-news--index-splitDot-2GRga .src-assets-style-news--index-splitItem-1G8cX:last-child:after {
  content: '';
}
.src-assets-style-news--index-newsIndexPage-3B6J5 .ant-breadcrumb {
  line-height: 0.44rem;
}
/******新闻列表页面Start *******/
.src-assets-style-news--index-newsSubHeader-2btW7 {
  line-height: 0.44rem;
  border-bottom: 2px solid #62B68E;
}
.src-assets-style-news--index-newsSubHeader-2btW7 .src-assets-style-news--index-subTitle-3DZGC {
  display: inline-block;
  font-size: 0.24rem;
  color: #005825;
  font-weight: 500;
  margin-right: 0.3rem;
}
.src-assets-style-news--index-newsSubHeader-2btW7 .src-assets-style-news--index-norText-2q871 {
  color: #005825;
}
.src-assets-style-news--index-newsSubHeader-2btW7 .src-assets-style-news--index-iconCheck-1YePZ {
  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-2btW7 .src-assets-style-news--index-iconCheck-1YePZ .anticon {
  color: #37A164;
}
.src-assets-style-news--index-newsSubHeader-2btW7 .src-assets-style-news--index-iconCheck-1YePZ .src-assets-style-news--index-uncheck-38mZU {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 4px;
  border: 1px solid #E1E5E3;
}
.src-assets-style-news--index-newsSubHeader-2btW7 .src-assets-style-news--index-descText-1WqSE {
  color: #999999;
  font-size: 0.14rem;
}
.src-assets-style-news--index-newsSubHeader-2btW7 .src-assets-style-news--index-dotText-2OZwH {
  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-2btW7 .src-assets-style-news--index-textBlock-2NyWT {
  display: inline-block;
  margin-right: 0.4rem;
}
.src-assets-style-news--index-newsSubHeader-2btW7 .src-assets-style-news--index-headR-3T2wY {
  float: right;
  color: #666666;
}
.src-assets-style-news--index-newsSubHeader-2btW7 .src-assets-style-news--index-headR-3T2wY a {
  height: 0.16rem;
  line-height: 0.16rem;
  color: #666666;
}
.src-assets-style-news--index-newsSubHeader-2btW7 .src-assets-style-news--index-headR-3T2wY .anticon {
  margin-right: 0.08rem;
}
.src-assets-style-news--index-newsSubHeader-2btW7 .src-assets-style-news--index-newsSearch-1j268 {
  width: 3.58rem;
  display: inline-block;
  position: relative;
  margin-right: 0.15rem;
}
.src-assets-style-news--index-newsSubHeader-2btW7 .src-assets-style-news--index-newsSearch-1j268 .ant-input-search.ant-input-search-enter-button > .ant-input {
  padding-left: 0.24rem;
  padding-right: 0.9rem;
}
.src-assets-style-news--index-newsSubHeader-2btW7 .src-assets-style-news--index-newsSearch-1j268 .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-2btW7 .src-assets-style-news--index-newsSearch-1j268 .src-assets-style-news--index-searchDel-3Awrw {
  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-2btW7 .src-assets-style-news--index-anchorBack-264Dk {
  display: inline-block;
}
.src-assets-style-news--index-newsSubHeader-2btW7 .src-assets-style-news--index-splitType1-26MA5 {
  color: #CDCDCD;
  margin: 0 0.12rem;
  fong-size: 0.16rem;
}
.src-assets-style-news--index-pagination-3_0x_ {
  margin: 0.28rem auto 0.48rem;
  text-align: center;
}
/******新闻列表页面End *******/
/*******单个新闻项组件 Start ********/
.src-assets-style-news--index-newsCellItem-3z2hq {
  overflow: hidden;
  padding: 0.2rem 0;
  border-bottom: 1px solid #E1E6E3;
  position: relative;
}
.src-assets-style-news--index-newsCellItem-3z2hq.src-assets-style-news--index-withCover-2IQe2 .icon-xin {
  position: absolute;
  left: 0;
  top: 0.14rem;
}
.src-assets-style-news--index-newsCellItem-3z2hq .src-assets-style-news--index-cover-18Ikz {
  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-3z2hq .src-assets-style-news--index-title-2XWb7 {
  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-3z2hq .src-assets-style-news--index-newTag-3Tg_O {
  width: 0.2rem;
  height: 0.22rem;
  display: inline-block;
  margin-right: 0.1rem;
}
.src-assets-style-news--index-newsCellItem-3z2hq .icon-xin {
  font-size: 0.22rem;
  color: #FD6767;
  vertical-align: middle;
  margin-right: 0.08rem;
}
.src-assets-style-news--index-newsCellItem-3z2hq .src-assets-style-news--index-splitDot-2GRga {
  display: inline-block;
}
.src-assets-style-news--index-newsCellItem-3z2hq .src-assets-style-news--index-operateR-OMlWE {
  margin-right: 0.05rem;
}
.src-assets-style-news--index-newsCellItem-3z2hq .src-assets-style-news--index-operateR-OMlWE .src-assets-style-news--index-opItem-JkuKI {
  margin-left: 0.28rem;
  color: #999999;
  font-size: 0.16rem;
}
.src-assets-style-news--index-newsCellItem-3z2hq .src-assets-style-news--index-operateR-OMlWE .iconfont {
  margin-right: 0.1rem;
}
/*******单个新闻项组件 End ********/
/*******卡片管理 Start ********/
.src-assets-style-news--index-edGroupName-aMeM_ {
  color: #666666;
  margin: 0.18rem 0 0.25rem;
  font-size: 0.2rem;
}
.src-assets-style-news--index-cardEditListWrap-1gU2H {
  margin: 0 -0.125rem;
}
.src-assets-style-news--index-cardEditList-2m1u- {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
}
.src-assets-style-news--index-cardEditList-2m1u- > 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-2m1u- > li .src-assets-style-news--index-edCardBg-33MN4 {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
}
.src-assets-style-news--index-cardEditList-2m1u- > li .src-assets-style-news--index-edCardContent-18xU4 {
  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-2m1u- > li .src-assets-style-news--index-edCardContent-18xU4 .anticon {
  font-size: 0.48rem;
  margin-bottom: 0.12rem;
}
.src-assets-style-news--index-cardEditList-2m1u- > li .src-assets-style-news--index-edCardContent-18xU4 .src-assets-style-news--index-edButtonWrap-1ocyY {
  display: none;
}
.src-assets-style-news--index-cardEditList-2m1u- > li .src-assets-style-news--index-edCardContent-18xU4:hover {
  background: rgba(0, 0, 0, 0.6);
}
.src-assets-style-news--index-cardEditList-2m1u- > li .src-assets-style-news--index-edCardContent-18xU4:hover .anticon {
  display: none;
}
.src-assets-style-news--index-cardEditList-2m1u- > li .src-assets-style-news--index-edCardContent-18xU4:hover .src-assets-style-news--index-edButtonWrap-1ocyY {
  display: block;
}
.src-assets-style-news--index-cardEditList-2m1u- > li .src-assets-style-news--index-edCardContent-18xU4 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-2m1u- > li .src-assets-style-news--index-edCardContent-18xU4 .src-assets-style-news--index-edButton-2BprI {
  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-2m1u- > li .src-assets-style-news--index-edCardContent-18xU4 .anticon-check {
  display: none;
}
.src-assets-style-news--index-cardEditList-2m1u- > li .src-assets-style-news--index-bgGray-2bdNO {
  -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-2m1u- > li.src-assets-style-news--index-selected-3HTyd .src-assets-style-news--index-edCardBg-33MN4 {
  opacity: 1;
}
.src-assets-style-news--index-cardEditList-2m1u- > li.src-assets-style-news--index-selected-3HTyd .src-assets-style-news--index-edCardContent-18xU4 {
  background: none;
  overflow: hidden;
  position: relative;
}
.src-assets-style-news--index-cardEditList-2m1u- > li.src-assets-style-news--index-selected-3HTyd .src-assets-style-news--index-edCardContent-18xU4: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-2m1u- > li.src-assets-style-news--index-selected-3HTyd .src-assets-style-news--index-edCardContent-18xU4 h3 {
  opacity: 1;
}
.src-assets-style-news--index-cardEditList-2m1u- > li.src-assets-style-news--index-selected-3HTyd .src-assets-style-news--index-edCardContent-18xU4 .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-RnnyK {
  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-RnnyK .src-assets-style-news--index-confirmBtn-2i7jk,
.src-assets-style-news--index-fixBotBarWrap-RnnyK .src-assets-style-news--index-cancelBtn-1tdVj {
  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-RnnyK .src-assets-style-news--index-confirmBtn-2i7jk:hover,
.src-assets-style-news--index-fixBotBarWrap-RnnyK .src-assets-style-news--index-cancelBtn-1tdVj:hover {
  opacity: 0.9;
}
.src-assets-style-news--index-fixBotBarWrap-RnnyK .src-assets-style-news--index-confirmBtn-2i7jk i,
.src-assets-style-news--index-fixBotBarWrap-RnnyK .src-assets-style-news--index-cancelBtn-1tdVj i {
  margin-right: 0.06rem;
}
.src-assets-style-news--index-fixBotBarWrap-RnnyK .src-assets-style-news--index-confirmBtn-2i7jk {
  background: #37A164;
  color: #fff;
  border-color: #37A164;
}
.src-assets-style-news--index-fixBotBarWrap-RnnyK .src-assets-style-news--index-norText-2q871 {
  margin: 0 0.05rem;
}
.src-assets-style-news--index-fixBotBarWrap-RnnyK .src-assets-style-news--index-norText-2q871 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-2kGXg {
  position: absolute;
  bottom: 0.55rem;
  right: 1rem;
  z-index: 999;
}
.src-assets-style-news--index-fixRightBarWrap-2kGXg 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-2kGXg div a {
  color: #ffffff;
  cursor: pointer;
}
.src-assets-style-news--index-fixRightBarWrap-2kGXg div a .src-assets-style-news--index-icon-3OuPw {
  font-size: 0.2rem;
}
/*******卡片管理 End ********/
/***新闻组件*/
.src-assets-style-news--index-tagList-ImpK7 {
  display: inline-block;
}
.src-assets-style-news--index-tagList-ImpK7 .src-assets-style-news--index-tagItem-3VZGg {
  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-1eHPN {
  padding-top: 0.12rem;
}
.src-assets-style-news--index-newsSubscribePage-1eHPN .src-assets-style-news--index-newsSubHeader-2btW7 {
  border-bottom: 1px solid #E1E6E3;
}
.src-assets-style-news--index-newsSubscribePage-1eHPN .src-assets-style-news--index-newsSubHeader-2btW7 .src-assets-style-news--index-subTitle-3DZGC {
  font-size: 0.2rem;
}
.src-assets-style-news--index-subsIndexPage-kR0V7 {
  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-kR0V7 .src-assets-style-news--index-subsLeftWrap-36MED {
  display: table-cell;
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-subsRightWrap-1iuPv {
  width: 2.79rem;
  padding-left: 0.25rem;
  display: table-cell;
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-newsTagList-3Ta5l {
  margin: 0 -0.1rem;
  padding: 0.1rem 0;
  border-bottom: 1px solid #E1E6E3;
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-newsTagList-3Ta5l.src-assets-style-news--index-clamp2-1pN3O {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-newsTagList-3Ta5l .src-assets-style-news--index-viewMore-wpjao {
  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-kR0V7 .src-assets-style-news--index-newsTagList-3Ta5l .src-assets-style-news--index-viewMore-wpjao .anticon {
  transform: rotate(90deg);
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-newsTagList-3Ta5l .src-assets-style-news--index-newsTagItem-2fgwP {
  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-kR0V7 .src-assets-style-news--index-newsTagList-3Ta5l .src-assets-style-news--index-newsTagItem-2fgwP.src-assets-style-news--index-selected-3HTyd,
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-newsTagList-3Ta5l .src-assets-style-news--index-newsTagItem-2fgwP:hover {
  background: #37A164;
  color: #ffffff;
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-tagDetailItem-3K9Wj {
  height: 0.86rem;
  margin-bottom: 0.26rem;
  position: relative;
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-tagDetailItem-3K9Wj .src-assets-style-news--index-tgBg-3pH0N {
  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-kR0V7 .src-assets-style-news--index-tagDetailItem-3K9Wj .src-assets-style-news--index-tgBg-3pH0N.t1 {
  background-image: url(../../assets/images/01.png);
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-tagDetailItem-3K9Wj .src-assets-style-news--index-tgBg-3pH0N.t2 {
  background-image: url(../../assets/images/02.png);
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-tagDetailItem-3K9Wj .src-assets-style-news--index-tgBg-3pH0N.t3 {
  background-image: url(../../assets/images/03.png);
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-tagDetailItem-3K9Wj .src-assets-style-news--index-tgBg-3pH0N.t4 {
  background-image: url(../../assets/images/04.png);
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-tagDetailItem-3K9Wj .src-assets-style-news--index-tgBg-3pH0N.t5 {
  background-image: url(../../assets/images/05.png);
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-tagDetailItem-3K9Wj .src-assets-style-news--index-tgBg-3pH0N.t6 {
  background-image: url(../../assets/images/06.png);
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-tagDetailItem-3K9Wj .src-assets-style-news--index-tgBg-3pH0N.t7 {
  background-image: url(../../assets/images/08.png);
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-tagDetailItem-3K9Wj .src-assets-style-news--index-tgBg-3pH0N.t8 {
  background-image: url(../../assets/images/09.png);
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-tagDetailItem-3K9Wj .src-assets-style-news--index-tgBg-3pH0N.t9 {
  background-image: url(../../assets/images/10.png);
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-tagDetailItem-3K9Wj .src-assets-style-news--index-tgBg-3pH0N.t10 {
  background-image: url(../../assets/images/11.png);
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-tagDetailItem-3K9Wj h3 {
  color: #363636;
  font-size: 0.18rem;
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-tagDetailItem-3K9Wj .src-assets-style-news--index-tgR-1zPMu {
  margin: 0 0.18rem 0 1.02rem;
  height: 100%;
  position: relative;
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-tagDetailItem-3K9Wj .src-assets-style-news--index-txtBtn-EyOxs,
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-tagDetailItem-3K9Wj .src-assets-style-news--index-txtBtnCancel-1INah {
  color: #62B68E;
  font-size: 0.14rem;
  position: absolute;
  left: 0;
  bottom: 0.12rem;
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-tagDetailItem-3K9Wj .src-assets-style-news--index-txtBtn-EyOxs i,
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-tagDetailItem-3K9Wj .src-assets-style-news--index-txtBtnCancel-1INah i {
  margin-right: 0.06rem;
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-tagDetailItem-3K9Wj .src-assets-style-news--index-txtBtnCancel-1INah {
  color: #B3B3B3;
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-tagsListWrap-1X9ol {
  margin-top: 0.16rem;
  overflow: hidden;
  min-height: 3rem;
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-tagsListWrap-1X9ol .src-assets-style-news--index-tagDetailItem-3K9Wj {
  width: 33.33%;
  float: left;
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-subsSearchWrap-3a1V4 {
  overflow: hidden;
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-subsSearchWrap-3a1V4 .src-assets-style-news--index-tagDetailItem-3K9Wj {
  width: 33.33%;
  float: left;
}
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-subsSearchWrap-3a1V4,
.src-assets-style-news--index-subsIndexPage-kR0V7 .src-assets-style-news--index-hotTagWrap-2au8H {
  padding-top: 0.2rem;
}
.src-assets-style-news--index-btAddMore-3KFLB {
  position: absolute;
  margin-left: 0.38rem;
  color: #005825;
  cursor: pointer;
}
.src-assets-style-news--index-btAddMore-3KFLB:hover {
  color: #3dbd7d;
}
.src-assets-style-news--index-cardOperateArea-1hLB- {
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #ffffff;
  border-radius: 4px;
  margin-top: -0.02rem;
}
.src-assets-style-news--index-obtn-1XwMa {
  width: 100%;
  background: #62B68E;
  line-height: 0.2rem;
  display: inline-block;
  color: #fff;
  padding: 0.1rem 0.12rem;
}
.src-assets-style-news--index-move-3BfST {
  cursor: move;
}
.src-assets-style-news--index-move-3BfST i {
  font-size: 0.23rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}
.src-assets-style-news--index-move-3BfST span {
  vertical-align: middle;
  font-size: 0.16rem;
}
.src-assets-style-news--index-removeTab-3eA2D {
  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-3eA2D i {
  color: #37A164;
  font-size: 0.24rem;
  cursor: pointer;
}
.src-assets-style-news--index-removeTab-3eA2D li {
  display: inline-table;
}
.src-assets-style-news--index-remove-2IGQy {
  display: table-cell;
  vertical-align: middle;
}
.src-assets-style-news--index-remove-2IGQy i {
  font-size: 0.32rem;
}
.src-assets-style-news--index-removeText-3eQol {
  font-size: 0.16rem;
  font-family: MicrosoftYaHei;
  color: #005825;
  text-align: center;
}
.src-assets-style-news--index-liMargin-SWLcD {
  margin-right: 0.45rem;
}
.src-assets-style-news--index-addSection-2SDlj {
  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-kPAmg {
  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-3Kd0T {
  vertical-align: middle;
}
@media (min-width: 1920px) {
  .font-normal .src-assets-style-news--index-cardItem-3SySU {
    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-3SySU {
    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-3SySU {
    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-2BYVT {
  float: right;
  position: relative;
  left: 72%;
}
.src-app-page-globalSearch-tab-less--HelpLayout-helpList-2UA9H {
  display: flex;
  flex-wrap: wrap;
  margin: 0.1rem;
}
.src-app-page-globalSearch-tab-less--OpinionLayout-waterFall-3IO1H {
  column-count: 4;
  column-gap: 0;
}
.src-app-page-globalSearch-tab-less--OpinionLayout-pagination-1h2Dx {
  float: right;
  position: absolute;
  right: 0.1rem;
  bottom: 0;
}
.src-app-page-globalSearch-tab-less--ProcessLayout-pagination-IPrKH {
  float: right;
  margin-top: 0.1rem;
}
.src-app-page-globalSearch-tab-less--FilesLayout-fileArea-2pvYc {
  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-16K59 {
  float: right;
  position: absolute;
  right: 0.1rem;
  bottom: 0;
}
.src-app-page-globalSearch-tab-less--AffairLayout-list-first-1KxfY {
  display: flex;
  flex-wrap: wrap;
}
.src-app-page-globalSearch-tab-less--AffairLayout-messageList-2-Ymt {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.src-app-page-globalSearch-tab-less--AffairLayout-pagination-2izEE {
  float: right;
  position: absolute;
  right: 0.1rem;
  bottom: 0;
}
.src-app-page-globalSearch-tab-less--EntrustLayout-pagination-2o0ra {
  float: right;
}
.src-app-page-globalSearch-tab-less--MessageLayout-pagination-2Z31W {
  float: right;
  margin-top: 0.1rem;
  bottom: 0;
}
.src-app-page-globalSearch-tab-less--CalendarLayout-pagination-1uprZ {
  float: right;
  margin-top: 0.1rem;
}
.src-app-page-globalSearch-tab-less--NewsLayout-pagination-3qXIf {
  float: right;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.src-assets-style-home--index-pageSubHeader-4a-H3 {
  line-height: 0.44rem;
  border-bottom: 2px solid #62B68E;
}
.src-assets-style-home--index-pageSubHeader-4a-H3 .src-assets-style-home--index-subTitle-wJENj {
  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-1evmt {
  color: #666666;
  margin: 0.18rem 0 0.25rem;
  font-size: 0.2rem;
}
.src-assets-style-home--index-cardEditListWrap-3-kly {
  margin: 0 -0.125rem;
}
.src-assets-style-home--index-cardList-2w8vT .src-assets-style-home--index-cardEditList-dKSaF > li:last-child {
  margin-bottom: 0.75rem;
}
.src-assets-style-home--index-cardEditList-dKSaF {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
}
.src-assets-style-home--index-cardEditList-dKSaF > 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-dKSaF > li .src-assets-style-home--index-edCardBg-2IzwV {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
}
.src-assets-style-home--index-cardEditList-dKSaF > li .src-assets-style-home--index-edCardContent-2xVvQ {
  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-dKSaF > li .src-assets-style-home--index-edCardContent-2xVvQ .anticon {
  font-size: 0.48rem;
  margin-bottom: 0.12rem;
}
.src-assets-style-home--index-cardEditList-dKSaF > li .src-assets-style-home--index-edCardContent-2xVvQ .src-assets-style-home--index-edButtonWrap-1LDBm {
  display: none;
}
.src-assets-style-home--index-cardEditList-dKSaF > li .src-assets-style-home--index-edCardContent-2xVvQ:hover .anticon {
  display: none;
}
.src-assets-style-home--index-cardEditList-dKSaF > li .src-assets-style-home--index-edCardContent-2xVvQ:hover .src-assets-style-home--index-edButtonWrap-1LDBm {
  display: block;
}
.src-assets-style-home--index-cardEditList-dKSaF > li .src-assets-style-home--index-edCardContent-2xVvQ 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-dKSaF > li .src-assets-style-home--index-edCardContent-2xVvQ .src-assets-style-home--index-edButton-3vDcI {
  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-dKSaF > li .src-assets-style-home--index-edCardContent-2xVvQ .anticon-check {
  display: none;
}
.src-assets-style-home--index-cardEditList-dKSaF > li .src-assets-style-home--index-bgGray-28ECu {
  -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-dKSaF > li.src-assets-style-home--index-selected-2Uw4C {
  background-image: url(../../assets/images/card_active_bg1.png);
}
.src-assets-style-home--index-cardEditList-dKSaF > li.src-assets-style-home--index-selected-2Uw4C .src-assets-style-home--index-edCardBg-2IzwV {
  opacity: 1;
}
.src-assets-style-home--index-cardEditList-dKSaF > li.src-assets-style-home--index-selected-2Uw4C:nth-of-type(odd) {
  background-image: url(../../assets/images/card_active_bg2.png);
}
.src-assets-style-home--index-cardEditList-dKSaF > li.src-assets-style-home--index-selected-2Uw4C .src-assets-style-home--index-edCardContent-2xVvQ {
  overflow: hidden;
  position: relative;
}
.src-assets-style-home--index-cardEditList-dKSaF > li.src-assets-style-home--index-selected-2Uw4C .src-assets-style-home--index-edCardContent-2xVvQ: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-dKSaF > li.src-assets-style-home--index-selected-2Uw4C .src-assets-style-home--index-edCardContent-2xVvQ h3 {
  opacity: 1;
}
.src-assets-style-home--index-cardEditList-dKSaF > li.src-assets-style-home--index-selected-2Uw4C .src-assets-style-home--index-edCardContent-2xVvQ .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-3cvbS {
  height: 3.9rem;
  margin: 0.19rem 0.22rem;
}
.src-assets-style-home--index-cardModal-3cvbS div {
  text-align: center;
}
.src-assets-style-home--index-cardModal-3cvbS img {
  max-height: 3.04rem;
  max-width: 7.41rem;
  margin: 0.32rem 0;
}
.src-assets-style-home--index-btAddMore-1pSl0 {
  position: absolute;
  margin-left: 0.38rem;
  background: #f2f2f2;
  color: #005825;
  cursor: pointer;
}
.src-assets-style-home--index-btAddMore-1pSl0:hover {
  color: #3dbd7d;
}
.src-assets-style-home--index-title-3ifhj {
  font-size: 0.16rem;
  color: white;
  font-weight: bold;
}
.src-assets-style-home--index-rightTitle-7ZBDU {
  float: right;
}
/*******卡片管理 End ********/
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-home--index-pageSubHeader-4a-H3 {
  border-bottom-color: #397EF0;
}
.theme-blue .src-assets-style-home--index-pageSubHeader-4a-H3 .src-assets-style-home--index-subTitle-wJENj {
  color: #397EF0;
}
.theme-blue .src-assets-style-home--index-cardEditList-dKSaF > li .src-assets-style-home--index-edCardContent-2xVvQ .src-assets-style-home--index-edButton-3vDcI {
  background: rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-home--index-cardEditList-dKSaF > li.src-assets-style-home--index-selected-2Uw4C {
  background-image: url(../../assets/images/card_active_bg1-blue.png);
}
.theme-blue .src-assets-style-home--index-cardEditList-dKSaF > li.src-assets-style-home--index-selected-2Uw4C:nth-of-type(odd) {
  background-image: url(../../assets/images/card_active_bg2-blue.png);
}
.theme-blue .src-assets-style-home--index-btAddMore-1pSl0 {
  color: #397EF0;
}
.theme-blue .src-assets-style-home--index-btAddMore-1pSl0:hover {
  color: #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-home--index-pageSubHeader-4a-H3 {
  border-bottom-color: #F63E62;
}
.theme-red .src-assets-style-home--index-pageSubHeader-4a-H3 .src-assets-style-home--index-subTitle-wJENj {
  color: #9A001E;
}
.theme-red .src-assets-style-home--index-cardEditList-dKSaF > li .src-assets-style-home--index-edCardContent-2xVvQ .src-assets-style-home--index-edButton-3vDcI {
  background: rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-home--index-cardEditList-dKSaF > li.src-assets-style-home--index-selected-2Uw4C {
  background-image: url(../../assets/images/card_active_bg1-red.png);
}
.theme-red .src-assets-style-home--index-cardEditList-dKSaF > li.src-assets-style-home--index-selected-2Uw4C:nth-of-type(odd) {
  background-image: url(../../assets/images/card_active_bg2-red.png);
}
.theme-red .src-assets-style-home--index-btAddMore-1pSl0 {
  color: #F63E62;
}
.theme-red .src-assets-style-home--index-btAddMore-1pSl0:hover {
  color: #9A001E;
}
/*************** 红色主题 end***************/
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.src-assets-style-card-email--index-email-3LXTb img {
  width: 1.51rem;
  height: 1.51rem;
}
.src-assets-style-card-email--index-email-3LXTb ul {
  margin-top: 0.45rem;
}
.src-assets-style-card-email--index-email-3LXTb li {
  list-style: none;
  line-height: 0.3rem;
}
.src-assets-style-card-email--index-update-11idD {
  margin-left: 0.25rem;
}
.src-assets-style-card-email--index-entry-3nxpp {
  text-align: center;
}
.src-assets-style-card-email--index-entry-3nxpp 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-3nxpp span {
  line-height: 0.21rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
}
.src-assets-style-card-email--index-listContent-15zBZ {
  width: 100%;
  padding: 0 0.2rem;
}
.src-assets-style-card-email--index-listContent-15zBZ:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
.src-assets-style-card-email--index-listContent-15zBZ .src-assets-style-card-email--index-itemRow-2tdFS {
  color: #000000;
  font-size: 0.14rem;
  line-height: 0.55rem;
  height: 0.55rem;
}
.src-assets-style-card-email--index-listContent-15zBZ .src-assets-style-card-email--index-itemRow-2tdFS .src-assets-style-card-email--index-itemCol-2hY2Z {
  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-2vauz {
  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-1RvWB {
  border: none;
}
.src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt {
  margin-top: -0.23rem;
  width: 100%;
}
.src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt 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-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt ul:hover {
  background: #F5FDF8;
  /*background-color : #e6fff5;*/
}
.src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt 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-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt ul li a {
  cursor: pointer;
}
.src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt ul li:nth-child(1) {
  text-align: left;
}
.src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt ul li:nth-child(1) a {
  color: #000000;
  font-weight: bold;
}
.src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt ul li:nth-child(2) a {
  color: #595959;
  cursor: pointer;
  font-size: 0.14rem;
}
.src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt ul li:nth-child(3) {
  padding-right: 0px;
  color: #999999;
}
.src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt ul li:nth-child(3) a {
  color: #999999;
}
.src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt ul.src-assets-style-card-reading--index-headTitle-24bBg {
  cursor: default;
}
.src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt ul.src-assets-style-card-reading--index-headTitle-24bBg:hover {
  background: none;
}
.src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt ul.src-assets-style-card-reading--index-headTitle-24bBg li {
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt ul.src-assets-style-card-reading--index-headTitle-24bBg li:nth-child(3) {
  color: #000000;
}
.src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt ul.src-assets-style-card-reading--index-headTitle-24bBg li:nth-child(1) {
  text-align: center;
}
@media (min-width: 0px) {
  .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-large-1W6mo {
    display: none;
  }
  .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-small-2JP4j {
    display: inline-block;
  }
  .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt li:nth-child(1) {
    width: 37%;
  }
  .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt li:nth-child(2) {
    width: 23%;
  }
  .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt li:nth-child(3) {
    width: 40%;
  }
}
/****************列表部分结束***************/
.src-assets-style-card-reading--index-modalContent-cuOeL {
  width: 100%;
  height: 2rem;
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.7rem;
}
.src-assets-style-card-reading--index-modalContent-cuOeL .src-assets-style-card-reading--index-icon-1EBMS {
  color: #f1a42b;
}
.src-assets-style-card-reading--index-nullData-2SYKQ {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-card-reading--index-nullData-2SYKQ .src-assets-style-card-reading--index-message-2XAMF {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #DBDBDB;
  font-size: 0.14rem;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt ul {
  /*li{
          a{
            &:hover{
              color:@theme-blue-2;
            }
          }
        }*/
}
.theme-blue .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt ul:hover {
  background: #e6f7ff;
}
.theme-blue .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt ul.src-assets-style-card-reading--index-headTitle-24bBg:hover {
  background: none;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt ul {
  /* li{
          a{
            &:hover{
              color:@theme-red-2;
            }
          }
        }*/
}
.theme-red .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt ul:hover {
  background: #fff1f0;
}
/*************** 红色主题 end***************/
@media (min-width: 1601px) {
  .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-small-2JP4j {
    display: none;
  }
  .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-large-1W6mo {
    display: inline-block;
  }
  .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-large-1W6mo li:nth-child(1) {
    text-align: left;
  }
  .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt li:nth-child(1) {
    width: 25%;
  }
  .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt li:nth-child(2) {
    width: 31%;
  }
  .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt li:nth-child(3) {
    width: 44%;
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-small-2JP4j {
    display: none;
  }
  .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-large-1W6mo {
    display: inline-block;
  }
  .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-large-1W6mo li:nth-child(1) {
    text-align: left;
  }
  .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt li:nth-child(1) {
    width: 41%;
  }
  .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt li:nth-child(2) {
    width: 25%;
  }
  .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt li:nth-child(3) {
    width: 34%;
  }
}
@media (min-width: 1761.1px) {
  .font-large .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-small-2JP4j {
    display: none;
  }
  .font-large .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-large-1W6mo {
    display: inline-block;
  }
  .font-large .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-large-1W6mo li:nth-child(1) {
    text-align: left;
  }
  .font-large .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt li:nth-child(1) {
    width: 25%;
  }
  .font-large .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt li:nth-child(2) {
    width: 31%;
  }
  .font-large .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt li:nth-child(3) {
    width: 44%;
  }
}
@media (min-width: 2113.1px) {
  .font-large .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-small-2JP4j {
    display: none;
  }
  .font-large .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-large-1W6mo {
    display: inline-block;
  }
  .font-large .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-large-1W6mo li:nth-child(1) {
    text-align: left;
  }
  .font-large .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt li:nth-child(1) {
    width: 41%;
  }
  .font-large .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt li:nth-child(2) {
    width: 25%;
  }
  .font-large .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt li:nth-child(3) {
    width: 34%;
  }
}
@media (min-width: 2001.25px) {
  .font-extraLarge .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-small-2JP4j {
    display: none;
  }
  .font-extraLarge .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-large-1W6mo {
    display: inline-block;
  }
  .font-extraLarge .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-large-1W6mo li:nth-child(1) {
    text-align: left;
  }
  .font-extraLarge .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt li:nth-child(1) {
    width: 25%;
  }
  .font-extraLarge .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt li:nth-child(2) {
    width: 31%;
  }
  .font-extraLarge .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt li:nth-child(3) {
    width: 44%;
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-small-2JP4j {
    display: none;
  }
  .font-extraLarge .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-large-1W6mo {
    display: inline-block;
  }
  .font-extraLarge .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-large-1W6mo li:nth-child(1) {
    text-align: left;
  }
  .font-extraLarge .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt li:nth-child(1) {
    width: 41%;
  }
  .font-extraLarge .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt li:nth-child(2) {
    width: 25%;
  }
  .font-extraLarge .font-normal .src-assets-style-card-reading--index-attentionCard-1RvWB .src-assets-style-card-reading--index-listMain-2DOWt 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-sf035 {
  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-25NNM {
  position: relative;
  padding: 0 0.21rem;
  height: 3.6rem;
}
/****************标题部分开始***************/
.src-assets-style-card-transaction--index-title-SHliO {
  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-SHliO 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-SHliO 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-SHliO .src-assets-style-card-transaction--index-active-v3lRm {
  background: #37A164;
  color: #ffffff;
}
.src-assets-style-card-transaction--index-title-SHliO .src-assets-style-card-transaction--index-more-3MA6w {
  height: 0.59rem;
  line-height: 0.59rem;
  margin: 0px;
  float: right;
  text-align: right;
}
.src-assets-style-card-transaction--index-title-SHliO .src-assets-style-card-transaction--index-more-3MA6w a {
  font-weight: normal;
  font-size: 0.14rem;
  color: #37A164;
  cursor: pointer;
}
.src-assets-style-card-transaction--index-title-SHliO .src-assets-style-card-transaction--index-more-3MA6w a:hover {
  color: #005825;
  text-decoration: underline;
}
.src-assets-style-card-transaction--index-entrustEmpty-3n70m li {
  display: inline-block;
  padding-left: 3.15rem;
  padding-top: 0.9rem;
}
.src-assets-style-card-transaction--index-limitedTime-3xwiV {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 0.55rem;
  width: 0.6rem;
}
.src-assets-style-card-transaction--index-limitedTime-3xwiV .src-assets-style-card-transaction--index-backBorder-26Nw0 {
  border-top: solid 55px #FF0000;
  border-left: solid 60px rgba(0, 0, 0, 0);
}
.src-assets-style-card-transaction--index-limitedTime-3xwiV .src-assets-style-card-transaction--index-inner-1cVOD {
  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-CI1jG {
  width: 3rem;
  height: 2rem;
}
.src-assets-style-card-transaction--index-popover-CI1jG 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-2SYMM {
  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-lHIjN {
  width: 100%;
  margin-top: 0.04rem;
}
.src-assets-style-card-manuscript--index-listContent-lHIjN:hover {
  background-color: #F5FDF8;
  cursor: pointer;
}
.src-assets-style-card-manuscript--index-listContent-lHIjN .src-assets-style-card-manuscript--index-itemRow-hQqBr {
  color: #000000;
  font-size: 0.14rem;
}
.src-assets-style-card-manuscript--index-listContent-lHIjN .src-assets-style-card-manuscript--index-itemRow-hQqBr .src-assets-style-card-manuscript--index-itemCol-2Gefc {
  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-lHIjN .src-assets-style-card-manuscript--index-itemRow-hQqBr .src-assets-style-card-manuscript--index-itemCol-2Gefc .src-assets-style-card-manuscript--index-icon-C4QSg {
  font-size: 0.23rem;
}
.src-assets-style-card-manuscript--index-listTitle-1pxER {
  width: 100%;
}
.src-assets-style-card-manuscript--index-listTitle-1pxER .src-assets-style-card-manuscript--index-itemRow-hQqBr {
  font-weight: bold;
  color: #000000;
  font-size: 0.14rem;
  line-height: 0.48rem;
}
.src-assets-style-card-manuscript--index-listTitle-1pxER .src-assets-style-card-manuscript--index-itemRow-hQqBr li {
  display: inline-block;
}
.src-assets-style-card-manuscript--index-modalContent-2cC-p {
  width: 100%;
  height: 2rem;
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.7rem;
}
.src-assets-style-card-manuscript--index-modalContent-2cC-p .src-assets-style-card-manuscript--index-icon-C4QSg {
  color: #f1a42b;
}
@media (min-width: 0px) {
  .src-assets-style-card-manuscript--index-large-1f1ge {
    display: none;
  }
  .src-assets-style-card-manuscript--index-small-9xuyi {
    display: inline-block;
    width: 100%;
    margin-top: -0.24rem;
  }
  .src-assets-style-card-manuscript--index-itemRow-hQqBr {
    width: 3.25rem;
  }
  .src-assets-style-card-manuscript--index-itemRow-hQqBr li:nth-child(1) {
    padding-right: 0.1rem;
    width: 1.65rem;
    font-weight: bold;
  }
  .src-assets-style-card-manuscript--index-itemRow-hQqBr li:nth-child(2) {
    width: 1.3rem;
    color: #c9c9c9;
  }
  .src-assets-style-card-manuscript--index-itemRow-hQqBr li:nth-child(3) a {
    width: 0.3rem;
    color: #c9c9c9;
  }
  .src-assets-style-card-manuscript--index-itemRow-hQqBr li:nth-child(3) a:hover {
    /* text-decoration: underline;*/
    color: #37A164;
  }
  .src-assets-style-card-manuscript--index-listTitle-1pxER .src-assets-style-card-manuscript--index-itemRow-hQqBr li {
    color: #000000;
  }
}
.src-assets-style-card-manuscript--index-nullData-39Vob {
  height: 2rem;
  width: 100%;
  background: url(../../assets/images/empty_data.png) no-repeat center;
}
.src-assets-style-card-manuscript--index-nullData-39Vob .src-assets-style-card-manuscript--index-message-3IW7s {
  position: relative;
  top: 1.45rem;
  text-align: center;
  color: #DBDBDB;
  font-size: 0.14rem;
}
.src-assets-style-card-manuscript--index-cardStyle-2ZOlz {
  border: none;
}
.src-assets-style-card-manuscript--index-cardStyle-2ZOlz ul {
  text-align: left;
  box-shadow: #E1E6E3 0px 0.4px;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-card-manuscript--index-listContent-lHIjN:hover {
  background-color: #e6f7ff;
}
.theme-blue .src-assets-style-card-manuscript--index-itemRow-hQqBr li:nth-child(3) a {
  color: #c9c9c9;
  width: 0.17rem;
}
.theme-blue .src-assets-style-card-manuscript--index-itemRow-hQqBr li:nth-child(3) a:hover {
  /* text-decoration: underline;*/
  color: #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-card-manuscript--index-listContent-lHIjN:hover {
  background-color: #fff1f0;
}
.theme-red .src-assets-style-card-manuscript--index-itemRow-hQqBr li:nth-child(3) a {
  color: #c9c9c9;
  width: 0.17rem;
}
.theme-red .src-assets-style-card-manuscript--index-itemRow-hQqBr li:nth-child(3) a:hover {
  /* text-decoration: underline;*/
  color: #F63E62;
}
/*************** 红色主题 end***************/
/*************** 绿色主题 start***************/
.theme-green .src-assets-style-card-manuscript--index-listContent-lHIjN:hover {
  background-color: #E6FFF1;
}
.theme-green .src-assets-style-card-manuscript--index-itemRow-hQqBr li:nth-child(3) a {
  color: #c9c9c9;
  width: 0.17rem;
}
.theme-green .src-assets-style-card-manuscript--index-itemRow-hQqBr 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-9xuyi {
    display: none;
  }
  .font-normal .src-assets-style-card-manuscript--index-large-1f1ge {
    display: inline-block;
    width: 100%;
    margin-top: -0.24rem;
  }
  .font-normal .src-assets-style-card-manuscript--index-itemRow-hQqBr {
    width: 4.4rem;
  }
  .font-normal .src-assets-style-card-manuscript--index-itemRow-hQqBr li:nth-child(1) {
    width: 1.98rem;
    padding-right: 0.1rem;
  }
  .font-normal .src-assets-style-card-manuscript--index-itemRow-hQqBr li:nth-child(2) {
    color: #c9c9c9;
    width: 2.2rem;
  }
  .font-normal .src-assets-style-card-manuscript--index-itemRow-hQqBr 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-9xuyi {
    display: none;
  }
  .font-normal .src-assets-style-card-manuscript--index-large-1f1ge {
    display: inline-block;
    width: 100%;
    margin-top: -0.24rem;
  }
  .font-normal .src-assets-style-card-manuscript--index-itemRow-hQqBr {
    width: 5.25rem;
  }
  .font-normal .src-assets-style-card-manuscript--index-itemRow-hQqBr li:nth-child(1) {
    width: 2.53rem;
    padding-right: 0.1rem;
  }
  .font-normal .src-assets-style-card-manuscript--index-itemRow-hQqBr li:nth-child(2) {
    color: #c9c9c9;
    width: 2.55rem;
  }
  .font-normal .src-assets-style-card-manuscript--index-itemRow-hQqBr 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-9xuyi {
    display: none;
  }
  .font-large .src-assets-style-card-manuscript--index-large-1f1ge {
    display: inline-block;
    width: 100%;
    margin-top: -0.24rem;
  }
  .font-large .src-assets-style-card-manuscript--index-itemRow-hQqBr {
    width: 4.4rem;
  }
  .font-large .src-assets-style-card-manuscript--index-itemRow-hQqBr li:nth-child(1) {
    width: 1.98rem;
    padding-right: 0.1rem;
  }
  .font-large .src-assets-style-card-manuscript--index-itemRow-hQqBr li:nth-child(2) {
    color: #c9c9c9;
    width: 2.2rem;
  }
  .font-large .src-assets-style-card-manuscript--index-itemRow-hQqBr 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-9xuyi {
    display: none;
  }
  .font-large .src-assets-style-card-manuscript--index-large-1f1ge {
    display: inline-block;
    width: 100%;
    margin-top: -0.24rem;
  }
  .font-large .src-assets-style-card-manuscript--index-itemRow-hQqBr {
    width: 5.25rem;
  }
  .font-large .src-assets-style-card-manuscript--index-itemRow-hQqBr li:nth-child(1) {
    width: 2.53rem;
    padding-right: 0.1rem;
  }
  .font-large .src-assets-style-card-manuscript--index-itemRow-hQqBr li:nth-child(2) {
    color: #c9c9c9;
    width: 2.55rem;
  }
  .font-large .src-assets-style-card-manuscript--index-itemRow-hQqBr 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-9xuyi {
    display: none;
  }
  .font-extraLarge .src-assets-style-card-manuscript--index-large-1f1ge {
    display: inline-block;
    width: 100%;
    margin-top: -0.24rem;
  }
  .font-extraLarge .src-assets-style-card-manuscript--index-itemRow-hQqBr {
    width: 4.4rem;
  }
  .font-extraLarge .src-assets-style-card-manuscript--index-itemRow-hQqBr li:nth-child(1) {
    width: 1.98rem;
    padding-right: 0.1rem;
  }
  .font-extraLarge .src-assets-style-card-manuscript--index-itemRow-hQqBr li:nth-child(2) {
    color: #c9c9c9;
    width: 2.2rem;
  }
  .font-extraLarge .src-assets-style-card-manuscript--index-itemRow-hQqBr 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-9xuyi {
    display: none;
  }
  .font-extraLarge .src-assets-style-card-manuscript--index-large-1f1ge {
    display: inline-block;
    width: 100%;
    margin-top: -0.24rem;
  }
  .font-extraLarge .src-assets-style-card-manuscript--index-itemRow-hQqBr {
    width: 5.25rem;
  }
  .font-extraLarge .src-assets-style-card-manuscript--index-itemRow-hQqBr li:nth-child(1) {
    width: 2.53rem;
    padding-right: 0.1rem;
  }
  .font-extraLarge .src-assets-style-card-manuscript--index-itemRow-hQqBr li:nth-child(2) {
    color: #c9c9c9;
    width: 2.55rem;
  }
  .font-extraLarge .src-assets-style-card-manuscript--index-itemRow-hQqBr 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-3JSne {
  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-SQbuX {
  height: 2.8rem;
  width: 100%;
  position: relative;
  padding-bottom: 0.1rem;
}
.src-assets-style-card-transactionService--index-card-1MLVL {
  border: none;
}
.src-assets-style-card-transactionService--index-colItem-2qtDY {
  height: 0.9rem;
  width: 1rem;
  text-align: center;
  cursor: pointer;
}
.src-assets-style-card-transactionService--index-colItem-2qtDY .src-assets-style-card-transactionService--index-circle-1kJ1r {
  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-2qtDY .src-assets-style-card-transactionService--index-circle-1kJ1r .src-assets-style-card-transactionService--index-icon-SBrmN {
  font-size: 0.24rem;
}
.src-assets-style-card-transactionService--index-colItem-2qtDY .src-assets-style-card-transactionService--index-name-33fvL {
  width: 100%;
  height: 0.5rem;
  text-align: center;
}
.src-assets-style-card-transactionService--index-forbidden-1YiJ0 {
  color: #c9c9c9;
}
.src-assets-style-card-transactionService--index-display-k3__V {
  display: none;
}
.src-assets-style-card-transactionService--index-prevPage-1PQ6d {
  position: absolute;
  bottom: 0px;
  right: 1rem;
}
.src-assets-style-card-transactionService--index-nextPage-3atOs {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
/*************** 蓝色主题 start***************/
.theme-blue .src-assets-style-card-transactionService--index-colItem-2qtDY .src-assets-style-card-transactionService--index-circle-1kJ1r {
  box-shadow: 0px 0px 0.05rem rgba(35, 145, 230, 0.3);
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .src-assets-style-card-transactionService--index-colItem-2qtDY .src-assets-style-card-transactionService--index-circle-1kJ1r {
  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-3smMi .ant-card-head {
  border-bottom: 1px solid #e8e8e8;
}
.src-assets-style-card-leave--index-leaveCard-3smMi .ant-card-body {
  padding: 1px 0px 0px;
}
.src-assets-style-card-leave--index-leaveCard-3smMi img {
  width: 100%;
  height: auto;
}
.src-assets-style-card-transactionCount--index-transationCount-1sH_l {
  border: none;
}
.src-assets-style-card-transactionCount--index-transationCount-1sH_l .ant-card-head {
  border-bottom: 1px solid #e8e8e8;
}
.src-assets-style-card-transactionCount--index-transationCount-1sH_l img {
  width: 100%;
  height: auto;
}
.src-assets-style-card-transactionCount--index-transationCount-1sH_l .src-assets-style-card-transactionCount--index-left-1JzQf {
  width: 60%;
  z-index: 3;
  position: relative;
  top: -0.4rem;
}
.src-assets-style-card-transactionCount--index-transationCount-1sH_l .src-assets-style-card-transactionCount--index-left-1JzQf div.src-assets-style-card-transactionCount--index-count-26FHM {
  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-1sH_l .src-assets-style-card-transactionCount--index-left-1JzQf > 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-1sH_l .src-assets-style-card-transactionCount--index-row-2c4GW {
  position: relative;
}
.src-assets-style-card-transactionCount--index-transationCount-1sH_l .src-assets-style-card-transactionCount--index-right-2JKrw {
  width: 40%;
  height: 2.5rem;
  position: absolute;
  right: 0px;
  top: 0px;
}
.src-assets-style-card-transactionCount--index-transationCount-1sH_l .src-assets-style-card-transactionCount--index-right-2JKrw > div {
  height: 0.75rem;
  width: 100%;
  margin-bottom: 0.1rem;
  padding-left: 0.17rem;
  position: relative;
}
.src-assets-style-card-transactionCount--index-transationCount-1sH_l .src-assets-style-card-transactionCount--index-right-2JKrw .src-assets-style-card-transactionCount--index-bar-3gCLG {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0.05rem;
  height: 100%;
}
.src-assets-style-card-transactionCount--index-transationCount-1sH_l .src-assets-style-card-transactionCount--index-right-2JKrw span {
  display: inline-block;
  width: 100%;
  line-height: 0.3rem;
  height: 0.3rem;
}
.src-assets-style-card-transactionCount--index-transationCount-1sH_l .src-assets-style-card-transactionCount--index-right-2JKrw span.src-assets-style-card-transactionCount--index-number-NJiMy {
  font-weight: 700;
  font-size: 0.24rem;
}
.src-assets-style-card-transactionCount--index-transationCount-1sH_l .src-assets-style-card-transactionCount--index-right-2JKrw span.src-assets-style-card-transactionCount--index-title-3atgm {
  color: #CCCCCC;
  font-size: 0.14rem;
}
.src-assets-style-card-transactionCount--index-transationCount-1sH_l .src-assets-style-card-transactionCount--index-right-2JKrw > div:nth-child(1) {
  background: #f9f9f9 url(../../assets/images/swtj_01.png) no-repeat right;
}
.src-assets-style-card-transactionCount--index-transationCount-1sH_l .src-assets-style-card-transactionCount--index-right-2JKrw > div:nth-child(1) .src-assets-style-card-transactionCount--index-bar-3gCLG {
  background-color: #ff526f;
}
.src-assets-style-card-transactionCount--index-transationCount-1sH_l .src-assets-style-card-transactionCount--index-right-2JKrw > div:nth-child(1) .src-assets-style-card-transactionCount--index-number-NJiMy {
  color: #ff526f;
}
.src-assets-style-card-transactionCount--index-transationCount-1sH_l .src-assets-style-card-transactionCount--index-right-2JKrw > div:nth-child(2) {
  background: #f9f9f9 url(../../assets/images/swtj_02.png) no-repeat right;
}
.src-assets-style-card-transactionCount--index-transationCount-1sH_l .src-assets-style-card-transactionCount--index-right-2JKrw > div:nth-child(2) .src-assets-style-card-transactionCount--index-bar-3gCLG {
  background-color: #23d688;
}
.src-assets-style-card-transactionCount--index-transationCount-1sH_l .src-assets-style-card-transactionCount--index-right-2JKrw > div:nth-child(2) .src-assets-style-card-transactionCount--index-number-NJiMy {
  color: #23d688;
}
.src-assets-style-card-transactionCount--index-transationCount-1sH_l .src-assets-style-card-transactionCount--index-right-2JKrw > div:nth-child(3) {
  background: #f9f9f9 url(../../assets/images/swtj_03.png) no-repeat right;
}
.src-assets-style-card-transactionCount--index-transationCount-1sH_l .src-assets-style-card-transactionCount--index-right-2JKrw > div:nth-child(3) .src-assets-style-card-transactionCount--index-bar-3gCLG {
  background-color: #249ffe;
}
.src-assets-style-card-transactionCount--index-transationCount-1sH_l .src-assets-style-card-transactionCount--index-right-2JKrw > div:nth-child(3) .src-assets-style-card-transactionCount--index-number-NJiMy {
  color: #249ffe;
}
@media (max-width: 1600px) {
  .font-normal .src-assets-style-card-transactionCount--index-transationCount-1sH_l .src-assets-style-card-transactionCount--index-left-1JzQf div.src-assets-style-card-transactionCount--index-count-26FHM {
    font-size: 0.22rem;
    font-weight: 700;
  }
  .font-normal .src-assets-style-card-transactionCount--index-transationCount-1sH_l .src-assets-style-card-transactionCount--index-left-1JzQf > div:last-child {
    height: 0.8rem;
  }
}
@media (max-width: 1760px) {
  .font-large .src-assets-style-card-transactionCount--index-transationCount-1sH_l .src-assets-style-card-transactionCount--index-left-1JzQf div.src-assets-style-card-transactionCount--index-count-26FHM {
    font-size: 0.22rem;
    font-weight: 700;
  }
  .font-large .src-assets-style-card-transactionCount--index-transationCount-1sH_l .src-assets-style-card-transactionCount--index-left-1JzQf > div:last-child {
    height: 0.8rem;
  }
}
@media (max-width: 2000px) {
  .font-extraLarge .src-assets-style-card-transactionCount--index-transationCount-1sH_l .src-assets-style-card-transactionCount--index-left-1JzQf div.src-assets-style-card-transactionCount--index-count-26FHM {
    font-size: 0.22rem;
    font-weight: 700;
  }
  .font-extraLarge .src-assets-style-card-transactionCount--index-transationCount-1sH_l .src-assets-style-card-transactionCount--index-left-1JzQf > div:last-child {
    height: 0.8rem;
  }
}
.src-assets-style-card-score--index-scoreCard-2CZLt {
  height: 3.6rem;
}
.src-assets-style-card-score--index-scoreCard-2CZLt ul li {
  display: inline-block;
  list-style: none;
}
.src-assets-style-card-score--index-scoreCard-2CZLt ul li.src-assets-style-card-score--index-span2-3ISR2,
.src-assets-style-card-score--index-scoreCard-2CZLt ul li.src-assets-style-card-score--index-span4-1J76T {
  width: 0.6rem;
  margin-left: 0.1rem;
}
.src-assets-style-card-score--index-scoreCard-2CZLt ul li.src-assets-style-card-score--index-span1-1i7tc {
  width: 0.3rem;
  margin-left: 0.1rem;
}
.src-assets-style-card-score--index-scoreCard-2CZLt ul li.src-assets-style-card-score--index-span3-10zh2 {
  width: calc(100% - 2.9rem);
  float: left;
  margin-left: 0px;
}
.src-assets-style-card-score--index-scoreCard-2CZLt .src-assets-style-card-score--index-opt-5lUNq li {
  width: 1.7rem;
  text-align: center;
}
.src-assets-style-card-score--index-scoreCard-2CZLt .src-assets-style-card-score--index-opt-5lUNq li:nth-child(2) a {
  color: #000000;
  font-weight: 600;
}
.src-assets-style-card-score--index-scoreCard-2CZLt .src-assets-style-card-score--index-opt-5lUNq li.src-assets-style-card-score--index-itemChange-2cJTa {
  width: calc(50% - 0.85rem);
  cursor: pointer;
}
.src-assets-style-card-score--index-scoreCard-2CZLt .src-assets-style-card-score--index-opt-5lUNq li.src-assets-style-card-score--index-left-381Zk {
  text-align: right;
}
.src-assets-style-card-score--index-scoreCard-2CZLt .src-assets-style-card-score--index-opt-5lUNq li.src-assets-style-card-score--index-right-1PubA {
  text-align: left;
}
.src-assets-style-card-score--index-scoreCard-2CZLt .src-assets-style-card-score--index-opt-5lUNq li.src-assets-style-card-score--index-forbidden-3jAyv a {
  color: #CCCCCC;
  cursor: not-allowed;
}
.src-assets-style-card-score--index-scoreCard-2CZLt .src-assets-style-card-score--index-head-3xv0Z {
  height: 0.48rem;
  line-height: 0.48rem;
  color: #000000;
  font-weight: 600;
}
.src-assets-style-card-score--index-scoreCard-2CZLt .src-assets-style-card-score--index-score-3Ohbu {
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: left;
  margin-bottom: 0.05rem;
}
.src-assets-style-card-score--index-scoreCard-2CZLt .src-assets-style-card-score--index-score-3Ohbu li:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-card-score--index-scoreCard-2CZLt .src-assets-style-card-score--index-score-3Ohbu span {
  display: inline-block;
  color: #FFFFFF;
  border-radius: 3px;
  padding: 0px 0.05rem;
  margin-right: 0.05rem;
}
.src-assets-style-card-score--index-scoreCard-2CZLt .src-assets-style-card-score--index-score-3Ohbu span.src-assets-style-card-score--index-flagRed-1IChj {
  background: #fc526f;
}
.src-assets-style-card-score--index-scoreCard-2CZLt .src-assets-style-card-score--index-score-3Ohbu span.src-assets-style-card-score--index-flagBlue-1xzZq {
  background: #269eff;
}
@media (max-width: 1601px) {
  .font-normal .src-assets-style-card-score--index-scoreCard-2CZLt ul li.src-assets-style-card-score--index-span4-1J76T {
    display: none;
  }
  .font-normal .src-assets-style-card-score--index-scoreCard-2CZLt ul li.src-assets-style-card-score--index-span3-10zh2 {
    width: calc(100% - 2.2rem);
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-card-score--index-scoreCard-2CZLt ul li.src-assets-style-card-score--index-span1-1i7tc,
  .font-normal .src-assets-style-card-score--index-scoreCard-2CZLt ul li.src-assets-style-card-score--index-span2-3ISR2,
  .font-normal .src-assets-style-card-score--index-scoreCard-2CZLt ul li.src-assets-style-card-score--index-span4-1J76T {
    margin-left: 0.2rem;
  }
  .font-normal .src-assets-style-card-score--index-scoreCard-2CZLt ul li.src-assets-style-card-score--index-span3-10zh2 {
    width: calc(100% - 3.4rem);
  }
}
@media (max-width: 1761.1px) {
  .font-large .src-assets-style-card-score--index-scoreCard-2CZLt ul li.src-assets-style-card-score--index-span4-1J76T {
    display: none;
  }
  .font-large .src-assets-style-card-score--index-scoreCard-2CZLt ul li.src-assets-style-card-score--index-span3-10zh2 {
    width: calc(100% - 2.2rem);
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-card-score--index-scoreCard-2CZLt ul li.src-assets-style-card-score--index-span1-1i7tc,
  .font-large .src-assets-style-card-score--index-scoreCard-2CZLt ul li.src-assets-style-card-score--index-span2-3ISR2,
  .font-large .src-assets-style-card-score--index-scoreCard-2CZLt ul li.src-assets-style-card-score--index-span4-1J76T {
    margin-left: 0.2rem;
  }
  .font-large .src-assets-style-card-score--index-scoreCard-2CZLt ul li.src-assets-style-card-score--index-span3-10zh2 {
    width: calc(100% - 3.4rem);
  }
}
@media (max-width: 2001.25px) {
  .font-extraLarge .src-assets-style-card-score--index-scoreCard-2CZLt ul li.src-assets-style-card-score--index-span4-1J76T {
    display: none;
  }
  .font-extraLarge .src-assets-style-card-score--index-scoreCard-2CZLt ul li.src-assets-style-card-score--index-span3-10zh2 {
    width: calc(100% - 2.2rem);
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-card-score--index-scoreCard-2CZLt ul li.src-assets-style-card-score--index-span1-1i7tc,
  .font-extraLarge .src-assets-style-card-score--index-scoreCard-2CZLt ul li.src-assets-style-card-score--index-span2-3ISR2,
  .font-extraLarge .src-assets-style-card-score--index-scoreCard-2CZLt ul li.src-assets-style-card-score--index-span4-1J76T {
    margin-left: 0.2rem;
  }
  .font-extraLarge .src-assets-style-card-score--index-scoreCard-2CZLt ul li.src-assets-style-card-score--index-span3-10zh2 {
    width: calc(100% - 3.4rem);
  }
}
.src-assets-style-card-reimbursement--index-reimbursementCard-2noNK {
  border: none;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-2noNK .src-assets-style-card-reimbursement--index-opt-38DRD li {
  width: 1.7rem;
  text-align: center;
  display: inline-block;
  list-style: none;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-2noNK .src-assets-style-card-reimbursement--index-opt-38DRD li.src-assets-style-card-reimbursement--index-itemChange-cMfzG {
  width: calc(50% - 0.85rem);
  cursor: pointer;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-2noNK .src-assets-style-card-reimbursement--index-opt-38DRD li.src-assets-style-card-reimbursement--index-left-2k3xR {
  text-align: right;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-2noNK .src-assets-style-card-reimbursement--index-opt-38DRD li.src-assets-style-card-reimbursement--index-right-2TVO5 {
  text-align: left;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-2noNK .src-assets-style-card-reimbursement--index-opt-38DRD li.src-assets-style-card-reimbursement--index-forbidden-2Zmv8 a {
  color: #CCCCCC;
  cursor: not-allowed;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-2noNK .src-assets-style-card-reimbursement--index-opt-38DRD span.src-assets-style-card-reimbursement--index-title-3yBEa {
  color: #000000;
  font-weight: 600;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-2noNK .src-assets-style-card-reimbursement--index-content-3tVZF {
  height: 2rem;
  width: 100%;
  /* &>div{
      float: left;
      width: 50%;
      height: 100%;
    }*/
}
.src-assets-style-card-reimbursement--index-reimbursementCard-2noNK .src-assets-style-card-reimbursement--index-content-3tVZF div.src-assets-style-card-reimbursement--index-image-3b1ku {
  line-height: 2rem;
  text-align: center;
  float: left;
  width: calc(100% - 2.5rem);
}
.src-assets-style-card-reimbursement--index-reimbursementCard-2noNK .src-assets-style-card-reimbursement--index-content-3tVZF img {
  width: 100%;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-2noNK .src-assets-style-card-reimbursement--index-content-3tVZF div.src-assets-style-card-reimbursement--index-info-1ysQt {
  margin-top: 0.3rem;
  float: right;
  text-align: left;
  width: 2.25rem;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-2noNK .src-assets-style-card-reimbursement--index-content-3tVZF div.src-assets-style-card-reimbursement--index-info-1ysQt > span {
  display: block;
  line-height: 0.4rem;
  height: 0.4rem;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-2noNK .src-assets-style-card-reimbursement--index-content-3tVZF span.src-assets-style-card-reimbursement--index-colorBlue-7HbqL {
  color: #269eff;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-2noNK .src-assets-style-card-reimbursement--index-content-3tVZF span.src-assets-style-card-reimbursement--index-colorRed-3dkdg {
  color: #fc526f;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-2noNK .src-assets-style-card-reimbursement--index-content-3tVZF span.src-assets-style-card-reimbursement--index-colorGray-BEzA4 {
  color: #CCCCCC;
}
.src-assets-style-card-reimbursement--index-reimbursementCard-2noNK .src-assets-style-card-reimbursement--index-content-3tVZF .ant-btn-primary {
  border-radius: 16px;
  height: 0.28rem;
}
@media (max-width: 1601px) {
  .font-normal .src-assets-style-card-reimbursement--index-reimbursementCard-2noNK .src-assets-style-card-reimbursement--index-content-3tVZF div.src-assets-style-card-reimbursement--index-image-3b1ku {
    width: calc(100% - 2.3rem);
  }
}
@media (max-width: 1761.1px) {
  .font-large .src-assets-style-card-reimbursement--index-reimbursementCard-2noNK .src-assets-style-card-reimbursement--index-content-3tVZF div.src-assets-style-card-reimbursement--index-image-3b1ku {
    width: calc(100% - 2.3rem);
  }
}
@media (max-width: 2001.25px) {
  .font-extraLarge .src-assets-style-card-reimbursement--index-reimbursementCard-2noNK .src-assets-style-card-reimbursement--index-content-3tVZF div.src-assets-style-card-reimbursement--index-image-3b1ku {
    width: calc(100% - 2.3rem);
  }
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.src-assets-style-card-leaveCount--index-leaveCount-3og1d {
  border: none;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d .ant-card-body {
  padding: 0.24rem 0px 0px;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d ul li {
  display: inline-block;
  list-style: none;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d span.src-assets-style-card-leaveCount--index-colorBlue-JRNer {
  color: #269eff;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d span.src-assets-style-card-leaveCount--index-colorRed-279nC {
  color: #ff0000;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d span.src-assets-style-card-leaveCount--index-backColorBlue-3h8q2 {
  background: #269eff;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d span.src-assets-style-card-leaveCount--index-backColorRed-2-4qx {
  background-color: #ff526e;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d span.src-assets-style-card-leaveCount--index-title-1K18L {
  color: #000000;
  font-weight: 600;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d .src-assets-style-card-leaveCount--index-opt-XtvQ0 li {
  width: 1.7rem;
  text-align: center;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d .src-assets-style-card-leaveCount--index-opt-XtvQ0 li.src-assets-style-card-leaveCount--index-itemChange-1RAsx {
  width: calc(50% - 0.85rem);
  cursor: pointer;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d .src-assets-style-card-leaveCount--index-opt-XtvQ0 li.src-assets-style-card-leaveCount--index-left-16EnG {
  text-align: right;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d .src-assets-style-card-leaveCount--index-opt-XtvQ0 li.src-assets-style-card-leaveCount--index-right-3O91j {
  text-align: left;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d .src-assets-style-card-leaveCount--index-opt-XtvQ0 li.src-assets-style-card-leaveCount--index-forbidden-KAdCM a {
  color: #CCCCCC;
  cursor: not-allowed;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d .src-assets-style-card-leaveCount--index-opt-XtvQ0 span.src-assets-style-card-leaveCount--index-aLink-16AGW:hover {
  cursor: pointer;
  text-decoration: underline;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d .src-assets-style-card-leaveCount--index-count-2v915 {
  text-align: center;
  height: 0.4rem;
  line-height: 0.4rem;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d .src-assets-style-card-leaveCount--index-count-2v915 li {
  margin: 0px 0.1rem;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d .src-assets-style-card-leaveCount--index-monthCol-3OGr_ {
  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-3og1d .src-assets-style-card-leaveCount--index-monthCol-3OGr_ .src-assets-style-card-leaveCount--index-leaveList-2DFcJ {
  height: 0.24rem;
  line-height: 0.24rem;
  padding: 0px 0.12rem;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d .src-assets-style-card-leaveCount--index-monthCol-3OGr_ .src-assets-style-card-leaveCount--index-leaveList-2DFcJ:hover {
  background: #e6f7ff;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d .src-assets-style-card-leaveCount--index-monthCol-3OGr_ .src-assets-style-card-leaveCount--index-leaveMonth-2j1qq:hover {
  background: none;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d .src-assets-style-card-leaveCount--index-monthCol-3OGr_ .src-assets-style-card-leaveCount--index-leaveMonth-2j1qq {
  height: 0.32rem;
  line-height: 0.32rem;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d .src-assets-style-card-leaveCount--index-monthCol-3OGr_ .src-assets-style-card-leaveCount--index-leaveMonth-2j1qq a {
  font-weight: 600;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d .src-assets-style-card-leaveCount--index-mostMonth-tkq0Y {
  background: #fff6f7;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d .src-assets-style-card-leaveCount--index-detail-5DEDT {
  padding: 0.12rem 0.1rem 0.12rem 0.2rem;
  margin: 0px 0.2rem 0.1rem 0.24rem;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d .src-assets-style-card-leaveCount--index-detail-5DEDT > div {
  display: inline-block;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d .src-assets-style-card-leaveCount--index-detail-5DEDT div:nth-child(1) {
  height: 0.3rem;
  line-height: 0.3rem;
  position: relative;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d .src-assets-style-card-leaveCount--index-detail-5DEDT div:nth-child(1) span.src-assets-style-card-leaveCount--index-backColorRed-2-4qx,
.src-assets-style-card-leaveCount--index-leaveCount-3og1d .src-assets-style-card-leaveCount--index-detail-5DEDT div:nth-child(1) span.src-assets-style-card-leaveCount--index-backColorBlue-3h8q2 {
  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-3og1d .src-assets-style-card-leaveCount--index-detail-5DEDT .src-assets-style-card-leaveCount--index-leave-23pjC {
  margin-left: 0.5rem;
  display: inline-block;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d .src-assets-style-card-leaveCount--index-detail-5DEDT .src-assets-style-card-leaveCount--index-leave-23pjC div:not(.src-assets-style-card-leaveCount--index-title-1K18L) {
  display: inline-block;
  padding-left: 0.7rem;
}
.src-assets-style-card-leaveCount--index-leaveCount-3og1d .src-assets-style-card-leaveCount--index-detail-5DEDT .src-assets-style-card-leaveCount--index-leave-23pjC .src-assets-style-card-leaveCount--index-title-1K18L {
  color: #000000;
  font-weight: 600;
  width: 0.7rem;
  position: absolute;
}
@media (max-width: 1600px) {
  .font-normal .src-assets-style-card-leaveCount--index-leaveCount-3og1d .src-assets-style-card-leaveCount--index-monthCol-3OGr_ {
    width: 33%;
  }
}
@media (max-width: 1760px) {
  .font-large .src-assets-style-card-leaveCount--index-leaveCount-3og1d .src-assets-style-card-leaveCount--index-monthCol-3OGr_ {
    width: 33%;
  }
}
@media (max-width: 2000px) {
  .font-extraLarge .src-assets-style-card-leaveCount--index-leaveCount-3og1d .src-assets-style-card-leaveCount--index-monthCol-3OGr_ {
    width: 33%;
  }
}
.src-assets-style-card-evection--index-evectionCard-3gyrE {
  border: none;
}
.src-assets-style-card-evection--index-evectionCard-3gyrE ul li {
  display: inline-block;
  list-style: none;
}
.src-assets-style-card-evection--index-evectionCard-3gyrE span.src-assets-style-card-evection--index-colorBlue-16Qiv {
  color: #269eff;
}
.src-assets-style-card-evection--index-evectionCard-3gyrE .src-assets-style-card-evection--index-title-1u3uX {
  color: #000000;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 2.83rem;
}
.src-assets-style-card-evection--index-evectionCard-3gyrE .src-assets-style-card-evection--index-opt-3x_UF li {
  width: 1.7rem;
  text-align: center;
}
.src-assets-style-card-evection--index-evectionCard-3gyrE .src-assets-style-card-evection--index-opt-3x_UF li.src-assets-style-card-evection--index-itemChange-3vmlN {
  width: calc(50% - 0.85rem);
  cursor: pointer;
}
.src-assets-style-card-evection--index-evectionCard-3gyrE .src-assets-style-card-evection--index-opt-3x_UF li.src-assets-style-card-evection--index-left-3OVv- {
  text-align: right;
}
.src-assets-style-card-evection--index-evectionCard-3gyrE .src-assets-style-card-evection--index-opt-3x_UF li.src-assets-style-card-evection--index-right-I9uZM {
  text-align: left;
}
.src-assets-style-card-evection--index-evectionCard-3gyrE .src-assets-style-card-evection--index-opt-3x_UF li.src-assets-style-card-evection--index-forbidden-1641W a {
  color: #CCCCCC;
  cursor: not-allowed;
}
.src-assets-style-card-evection--index-evectionCard-3gyrE .src-assets-style-card-evection--index-opt-3x_UF span.src-assets-style-card-evection--index-aLink-1myhC:hover {
  cursor: pointer;
  text-decoration: underline;
}
.src-assets-style-card-evection--index-evectionCard-3gyrE .src-assets-style-card-evection--index-count-bLNrk {
  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-3gyrE .src-assets-style-card-evection--index-count-bLNrk li {
  margin: 0px 0.1rem;
}
.src-assets-style-card-evection--index-evectionCard-3gyrE .src-assets-style-card-evection--index-cursorDiv-xvnEB {
  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-3gyrE .src-assets-style-card-evection--index-cursorDiv-xvnEB.src-assets-style-card-evection--index-display-1ufW2 {
  display: none;
}
.src-assets-style-card-evection--index-evectionCard-3gyrE .src-assets-style-card-evection--index-detail-3LVRc {
  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-3gyrE .src-assets-style-card-evection--index-detail-3LVRc .src-assets-style-card-evection--index-title-1u3uX,
.src-assets-style-card-evection--index-evectionCard-3gyrE .src-assets-style-card-evection--index-detail-3LVRc li {
  height: 0.28rem;
  line-height: 0.28rem;
}
.src-assets-style-card-evection--index-evectionCard-3gyrE .src-assets-style-card-evection--index-detail-3LVRc li {
  margin-right: 0.2rem;
}
.src-assets-style-card-evection--index-evectionCard-3gyrE .src-assets-style-card-evection--index-detail-3LVRc li span {
  display: inline-block;
}
.src-assets-style-card-evection--index-evectionCard-3gyrE .src-assets-style-card-evection--index-detail-3LVRc .src-assets-style-card-evection--index-bar-3qd70 {
  height: 100%;
  width: 0.07rem;
  position: absolute;
  left: 0px;
  top: 0px;
}
.src-assets-style-card-evection--index-evectionCard-3gyrE .src-assets-style-card-evection--index-detail-3LVRc img {
  margin-right: 0.1rem;
  position: relative;
  top: -0.03rem;
}
.src-assets-style-card-evection--index-evectionCard-3gyrE .src-assets-style-card-evection--index-echarts-2cKy3 {
  position: relative;
  top: -0.4rem;
  cursor: pointer;
  z-index: 0;
}
@media (max-width: 1400px) {
  .font-normal .src-assets-style-card-evection--index-portalSidelink-3zYxf {
    margin-left: -0.6rem;
  }
  .font-normal .src-assets-style-card-evection--index-portalSidelink-3zYxf.src-assets-style-card-evection--index-showBigList-321LI {
    margin-left: 0;
  }
}
@media (max-width: 1600px) {
  .font-normal .src-assets-style-card-evection--index-evectionCard-3gyrE .src-assets-style-card-evection--index-detail-3LVRc li {
    margin-right: 0px;
  }
}
@media (max-width: 1540px) {
  .font-large .src-assets-style-card-evection--index-portalSidelink-3zYxf {
    margin-left: -0.6rem;
  }
  .font-large .src-assets-style-card-evection--index-portalSidelink-3zYxf.src-assets-style-card-evection--index-showBigList-321LI {
    margin-left: 0;
  }
}
@media (max-width: 1760px) {
  .font-large .src-assets-style-card-evection--index-evectionCard-3gyrE .src-assets-style-card-evection--index-detail-3LVRc li {
    margin-right: 0px;
  }
}
@media (max-width: 1750px) {
  .font-extraLarge .src-assets-style-card-evection--index-portalSidelink-3zYxf {
    margin-left: -0.6rem;
  }
  .font-extraLarge .src-assets-style-card-evection--index-portalSidelink-3zYxf.src-assets-style-card-evection--index-showBigList-321LI {
    margin-left: 0;
  }
}
@media (max-width: 2000px) {
  .font-extraLarge .src-assets-style-card-evection--index-evectionCard-3gyrE .src-assets-style-card-evection--index-detail-3LVRc li {
    margin-right: 0px;
  }
}
.src-assets-style-card-course--index-courseCard-1xJBR {
  height: 3.6rem;
}
.src-assets-style-card-course--index-courseCard-1xJBR ul li {
  display: inline-block;
  list-style: none;
}
.src-assets-style-card-course--index-courseCard-1xJBR ul li.src-assets-style-card-course--index-span2-12gFI,
.src-assets-style-card-course--index-courseCard-1xJBR ul li.src-assets-style-card-course--index-span4-1iJMD {
  width: 0.8rem;
  margin-left: 0.1rem;
}
.src-assets-style-card-course--index-courseCard-1xJBR ul li.src-assets-style-card-course--index-span1-2zoai {
  width: 0.3rem;
  margin-left: 0.1rem;
}
.src-assets-style-card-course--index-courseCard-1xJBR ul li.src-assets-style-card-course--index-span3-1RIp1 {
  width: calc(100% - 3.8rem);
  float: left;
  margin-left: 0px;
}
.src-assets-style-card-course--index-courseCard-1xJBR .src-assets-style-card-course--index-opt-2W11L li {
  width: 1.7rem;
  text-align: center;
}
.src-assets-style-card-course--index-courseCard-1xJBR .src-assets-style-card-course--index-opt-2W11L li.src-assets-style-card-course--index-itemChange-DyrXP {
  width: calc(50% - 0.85rem);
  cursor: pointer;
}
.src-assets-style-card-course--index-courseCard-1xJBR .src-assets-style-card-course--index-opt-2W11L li.src-assets-style-card-course--index-left-1osL5 {
  text-align: right;
}
.src-assets-style-card-course--index-courseCard-1xJBR .src-assets-style-card-course--index-opt-2W11L li.src-assets-style-card-course--index-right-14tyB {
  text-align: left;
}
.src-assets-style-card-course--index-courseCard-1xJBR .src-assets-style-card-course--index-opt-2W11L li.src-assets-style-card-course--index-forbidden-1HVnV a {
  color: #CCCCCC;
  cursor: not-allowed;
}
.src-assets-style-card-course--index-courseCard-1xJBR .src-assets-style-card-course--index-head-23aMT {
  height: 0.2rem;
  line-height: 0.2rem;
  color: #000000;
  font-weight: 600;
}
.src-assets-style-card-course--index-courseCard-1xJBR .src-assets-style-card-course--index-context-3UkGL {
  margin: 0px 0.1rem;
}
.src-assets-style-card-course--index-courseCard-1xJBR .src-assets-style-card-course--index-h-2j2sL {
  margin-top: 0.03rem;
  height: 0.26rem;
  line-height: 0.26rem;
}
.src-assets-style-card-course--index-courseCard-1xJBR .src-assets-style-card-course--index-App-3Qe0B {
  vertical-align: middle;
  padding-left: 0.2rem;
}
.src-assets-style-card-course--index-courseCard-1xJBR .src-assets-style-card-course--index-background-2uxGu {
  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-1xJBR .src-assets-style-card-course--index-background1-aadDN {
  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-1xJBR .src-assets-style-card-course--index-color1-15eCy {
  background: #F0F0F0;
}
.src-assets-style-card-course--index-courseCard-1xJBR .src-assets-style-card-course--index-color2-7Wlz7 {
  background: #FFF5EE;
}
.src-assets-style-card-course--index-courseCard-1xJBR .src-assets-style-card-course--index-score-3CixF {
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: left;
  margin-bottom: 0.05rem;
}
.src-assets-style-card-course--index-courseCard-1xJBR .src-assets-style-card-course--index-score-3CixF li:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-card-course--index-courseCard-1xJBR .src-assets-style-card-course--index-score-3CixF span {
  display: inline-block;
  color: #FFFFFF;
  border-radius: 3px;
  padding: 0px 0.05rem;
  margin-right: 0.05rem;
}
.src-assets-style-card-course--index-courseCard-1xJBR .src-assets-style-card-course--index-score-3CixF span.src-assets-style-card-course--index-flagRed-3HWq1 {
  background: #fc526f;
}
.src-assets-style-card-course--index-courseCard-1xJBR .src-assets-style-card-course--index-score-3CixF span.src-assets-style-card-course--index-flagBlue-J1le_ {
  background: #269eff;
}
@media (max-width: 1601px) {
  .font-normal .src-assets-style-card-course--index-courseCard-1xJBR ul li.src-assets-style-card-course--index-span4-1iJMD {
    display: none;
  }
  .font-normal .src-assets-style-card-course--index-courseCard-1xJBR ul li.src-assets-style-card-course--index-span3-1RIp1 {
    width: calc(100% - 2.2rem);
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-card-course--index-courseCard-1xJBR ul li.src-assets-style-card-course--index-span1-2zoai,
  .font-normal .src-assets-style-card-course--index-courseCard-1xJBR ul li.src-assets-style-card-course--index-span2-12gFI,
  .font-normal .src-assets-style-card-course--index-courseCard-1xJBR ul li.src-assets-style-card-course--index-span4-1iJMD {
    margin-left: 0.2rem;
  }
  .font-normal .src-assets-style-card-course--index-courseCard-1xJBR ul li.src-assets-style-card-course--index-span3-1RIp1 {
    width: calc(100% - 3.4rem);
  }
}
@media (max-width: 1761.1px) {
  .font-large .src-assets-style-card-course--index-courseCard-1xJBR ul li.src-assets-style-card-course--index-span4-1iJMD {
    display: none;
  }
  .font-large .src-assets-style-card-course--index-courseCard-1xJBR ul li.src-assets-style-card-course--index-span3-1RIp1 {
    width: calc(100% - 2.2rem);
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-card-course--index-courseCard-1xJBR ul li.src-assets-style-card-course--index-span1-2zoai,
  .font-large .src-assets-style-card-course--index-courseCard-1xJBR ul li.src-assets-style-card-course--index-span2-12gFI,
  .font-large .src-assets-style-card-course--index-courseCard-1xJBR ul li.src-assets-style-card-course--index-span4-1iJMD {
    margin-left: 0.2rem;
  }
  .font-large .src-assets-style-card-course--index-courseCard-1xJBR ul li.src-assets-style-card-course--index-span3-1RIp1 {
    width: calc(100% - 3.4rem);
  }
}
@media (max-width: 2001.25px) {
  .font-extraLarge .src-assets-style-card-course--index-courseCard-1xJBR ul li.src-assets-style-card-course--index-span4-1iJMD {
    display: none;
  }
  .font-extraLarge .src-assets-style-card-course--index-courseCard-1xJBR ul li.src-assets-style-card-course--index-span3-1RIp1 {
    width: calc(100% - 2.2rem);
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-card-course--index-courseCard-1xJBR ul li.src-assets-style-card-course--index-span1-2zoai,
  .font-extraLarge .src-assets-style-card-course--index-courseCard-1xJBR ul li.src-assets-style-card-course--index-span2-12gFI,
  .font-extraLarge .src-assets-style-card-course--index-courseCard-1xJBR ul li.src-assets-style-card-course--index-span4-1iJMD {
    margin-left: 0.2rem;
  }
  .font-extraLarge .src-assets-style-card-course--index-courseCard-1xJBR ul li.src-assets-style-card-course--index-span3-1RIp1 {
    width: calc(100% - 3.4rem);
  }
}
.src-assets-style-card-course--index-bar-1ALK0 {
  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-3k_gh .ant-list-item-meta {
  width: 100% !important;
}
.src-assets-style-card-course--index-mainListBlue-3k_gh .ant-list-item-meta .ant-list-item-meta-content {
  width: 100% !important;
}
.src-assets-style-card-course--index-mainListBlue-3k_gh li {
  border: none !important;
}
.src-assets-style-card-course--index-mainListBlue-3k_gh li:hover {
  background-color: #e6f7ff !important;
}
.src-assets-style-card-course--index-mainListRed-PMEgP .ant-list-item-meta {
  width: 100% !important;
}
.src-assets-style-card-course--index-mainListRed-PMEgP .ant-list-item-meta .ant-list-item-meta-content {
  width: 100% !important;
}
.src-assets-style-card-course--index-mainListRed-PMEgP li {
  border: none !important;
}
.src-assets-style-card-course--index-mainListRed-PMEgP li:hover {
  background-color: #fff1f1 !important;
}
.src-assets-style-card-course--index-mainListGreen-2au0B .ant-list-item-meta {
  width: 100% !important;
}
.src-assets-style-card-course--index-mainListGreen-2au0B .ant-list-item-meta .ant-list-item-meta-content {
  width: 100% !important;
}
.src-assets-style-card-course--index-mainListGreen-2au0B li {
  border: none !important;
}
.src-assets-style-card-course--index-mainListGreen-2au0B li:hover {
  background-color: #f4fdf8 !important;
}
.src-assets-style-card-course--index-point_0-2ZfUn {
  display: inline-block;
  border: 4px solid #ffaf45;
  border-radius: 4px;
  margin-right: 0.04rem;
}
.src-assets-style-card-course--index-point_1-mS-UC {
  display: inline-block;
  border: 4px solid #1890ff;
  border-radius: 4px;
  margin-right: 0.04rem;
}
.src-assets-style-card-course--index-viewMore-2uR4f {
  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-3KVTX {
  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-cBOgf {
  float: left;
  z-index: 5;
}
.src-assets-style-card-registrationStatistics--index-right-3nYh- {
  height: 2.8rem;
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-card-registrationStatistics--index-right-3nYh- .src-assets-style-card-registrationStatistics--index-rightNumber-22lxJ {
  width: 100%;
  padding: 0px 0.1rem;
}
.src-assets-style-card-registrationStatistics--index-right-3nYh- 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-3nYh- .src-assets-style-card-registrationStatistics--index-number-2yayd {
  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-3nYh- .src-assets-style-card-registrationStatistics--index-number-2yayd 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-3nYh- .src-assets-style-card-registrationStatistics--index-number-2yayd span:nth-child(1) {
  left: 0.05rem;
}
.src-assets-style-card-registrationStatistics--index-right-3nYh- .src-assets-style-card-registrationStatistics--index-number-2yayd span:nth-child(2) {
  left: 0.43rem;
}
.src-assets-style-card-registrationStatistics--index-right-3nYh- .src-assets-style-card-registrationStatistics--index-number-2yayd span:nth-child(3) {
  left: 0.79rem;
}
.src-assets-style-card-registrationStatistics--index-right-3nYh- .src-assets-style-card-registrationStatistics--index-number-2yayd span:nth-child(4) {
  left: 1.18rem;
}
@media (min-width: 1921px) {
  .src-assets-style-card-registrationStatistics--index-right-3nYh- .src-assets-style-card-registrationStatistics--index-number-2yayd span:nth-child(1) {
    left: 0.15rem;
  }
  .src-assets-style-card-registrationStatistics--index-right-3nYh- .src-assets-style-card-registrationStatistics--index-number-2yayd span:nth-child(2) {
    left: 0.6rem;
  }
  .src-assets-style-card-registrationStatistics--index-right-3nYh- .src-assets-style-card-registrationStatistics--index-number-2yayd span:nth-child(3) {
    left: 1.03rem;
  }
  .src-assets-style-card-registrationStatistics--index-right-3nYh- .src-assets-style-card-registrationStatistics--index-number-2yayd span:nth-child(4) {
    left: 1.48rem;
  }
}
.src-assets-style-card-registrationStatistics--index-college-3-jSk {
  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-3-jSk div {
  width: 100%;
  line-height: 0.24rem;
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
}
.src-assets-style-card-registrationStatistics--index-card-2tDwD .ant-card-body {
  padding: 0.2rem 0px;
}
.src-assets-style-card-freshmenCollegeStatistic--index-card-10kDV {
  height: 100%;
}
.src-assets-style-card-freshmenCollegeStatistic--index-card-10kDV .ant-card-body {
  padding: 0px;
  height: 100%;
}
.src-assets-style-card-freshmenCollegeStatistic--index-card-10kDV 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-10kDV 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-10kDV li:last-child {
  width: 14%;
  padding-right: 0px;
}
.src-assets-style-card-freshmenCollegeStatistic--index-card-10kDV li:nth-child(4) {
  width: 20%;
}
.src-assets-style-card-freshmenCollegeStatistic--index-card-10kDV li:first-child {
  width: 32%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-card-freshmenCollegeStatistic--index-card-10kDV ul.src-assets-style-card-freshmenCollegeStatistic--index-title-3rHl9 {
  height: 0.48rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-assets-style-card-freshmenCollegeStatistic--index-card-10kDV ul.src-assets-style-card-freshmenCollegeStatistic--index-title-3rHl9 li {
  font-weight: bold;
}
@media (max-width: 1600px) {
  .src-assets-style-card-freshmenCollegeStatistic--index-card-10kDV ul.src-assets-style-card-freshmenCollegeStatistic--index-title-3rHl9 li:nth-child(2),
  .src-assets-style-card-freshmenCollegeStatistic--index-card-10kDV ul.src-assets-style-card-freshmenCollegeStatistic--index-title-3rHl9 li:nth-child(3),
  .src-assets-style-card-freshmenCollegeStatistic--index-card-10kDV ul.src-assets-style-card-freshmenCollegeStatistic--index-title-3rHl9 li:nth-child(4) {
    line-height: 0.22rem;
  }
}
.src-assets-style-card-activity--index-activityCard-362Ex {
  height: 3.6rem;
}
.src-assets-style-card-activity--index-activityCard-362Ex .src-assets-style-card-activity--index-App-j4m0f {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0.2rem;
}
.src-assets-style-card-activity--index-activityCard-362Ex .src-assets-style-card-activity--index-background-ZYZZy {
  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-362Ex .src-assets-style-card-activity--index-background3-3hFVu {
  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-362Ex .src-assets-style-card-activity--index-background1-2-lXJ {
  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-362Ex .src-assets-style-card-activity--index-background2-yrayU {
  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-362Ex ul li {
  display: inline-block;
  list-style: none;
}
.src-assets-style-card-activity--index-activityCard-362Ex ul li.src-assets-style-card-activity--index-span2-2iRCi,
.src-assets-style-card-activity--index-activityCard-362Ex ul li.src-assets-style-card-activity--index-span4-2g8nV {
  width: 0.8rem;
  margin-left: 0.1rem;
}
.src-assets-style-card-activity--index-activityCard-362Ex ul li.src-assets-style-card-activity--index-span1-14pmL {
  width: 0.3rem;
  margin-left: 0.1rem;
}
.src-assets-style-card-activity--index-activityCard-362Ex ul li.src-assets-style-card-activity--index-span3-1UHB6 {
  width: calc(100% - 3.8rem);
  float: left;
  margin-left: 0px;
}
.src-assets-style-card-activity--index-activityCard-362Ex .src-assets-style-card-activity--index-opt-1pJTm li {
  width: 1.7rem;
  text-align: center;
}
.src-assets-style-card-activity--index-activityCard-362Ex .src-assets-style-card-activity--index-opt-1pJTm li.src-assets-style-card-activity--index-itemChange-BEGni {
  width: calc(50% - 0.85rem);
  cursor: pointer;
}
.src-assets-style-card-activity--index-activityCard-362Ex .src-assets-style-card-activity--index-opt-1pJTm li.src-assets-style-card-activity--index-left-LakwB {
  text-align: right;
}
.src-assets-style-card-activity--index-activityCard-362Ex .src-assets-style-card-activity--index-opt-1pJTm li.src-assets-style-card-activity--index-right-2fkGN {
  text-align: left;
}
.src-assets-style-card-activity--index-activityCard-362Ex .src-assets-style-card-activity--index-opt-1pJTm li.src-assets-style-card-activity--index-forbidden-3ESuJ a {
  color: #CCCCCC;
  cursor: not-allowed;
}
.src-assets-style-card-activity--index-activityCard-362Ex .src-assets-style-card-activity--index-head-seFAU {
  height: 0.2rem;
  line-height: 0.2rem;
  color: #000000;
  font-weight: 600;
  margin-top: 0.07rem;
}
.src-assets-style-card-activity--index-activityCard-362Ex .src-assets-style-card-activity--index-context-2A1Dv {
  margin: 0px 0.1rem;
  margin-top: 0.07rem;
}
.src-assets-style-card-activity--index-activityCard-362Ex .src-assets-style-card-activity--index-h-27YKm {
  height: 0.26rem;
  line-height: 0.26rem;
}
.src-assets-style-card-activity--index-activityCard-362Ex .src-assets-style-card-activity--index-color1-2FJyu {
  background: #F0F0F0;
}
.src-assets-style-card-activity--index-activityCard-362Ex .src-assets-style-card-activity--index-color2-3NpdN {
  background: #269eff;
}
.src-assets-style-card-activity--index-activityCard-362Ex .src-assets-style-card-activity--index-score-3tpl5 {
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: left;
  margin-bottom: 0.05rem;
}
.src-assets-style-card-activity--index-activityCard-362Ex .src-assets-style-card-activity--index-score-3tpl5 li:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-assets-style-card-activity--index-activityCard-362Ex .src-assets-style-card-activity--index-score-3tpl5 span {
  display: inline-block;
  color: #FFFFFF;
  border-radius: 3px;
  padding: 0px 0.05rem;
  margin-right: 0.05rem;
}
.src-assets-style-card-activity--index-activityCard-362Ex .src-assets-style-card-activity--index-score-3tpl5 span.src-assets-style-card-activity--index-flagRed-1UWoP {
  background: #fc526f;
}
.src-assets-style-card-activity--index-activityCard-362Ex .src-assets-style-card-activity--index-score-3tpl5 span.src-assets-style-card-activity--index-flagBlue-3XwdX {
  background: #269eff;
}
@media (max-width: 1601px) {
  .font-normal .src-assets-style-card-activity--index-activityCard-362Ex ul li.src-assets-style-card-activity--index-span4-2g8nV {
    display: none;
  }
  .font-normal .src-assets-style-card-activity--index-activityCard-362Ex ul li.src-assets-style-card-activity--index-span3-1UHB6 {
    width: calc(100% - 2.2rem);
  }
}
@media (min-width: 1921px) {
  .font-normal .src-assets-style-card-activity--index-activityCard-362Ex ul li.src-assets-style-card-activity--index-span1-14pmL,
  .font-normal .src-assets-style-card-activity--index-activityCard-362Ex ul li.src-assets-style-card-activity--index-span2-2iRCi,
  .font-normal .src-assets-style-card-activity--index-activityCard-362Ex ul li.src-assets-style-card-activity--index-span4-2g8nV {
    margin-left: 0.2rem;
  }
  .font-normal .src-assets-style-card-activity--index-activityCard-362Ex ul li.src-assets-style-card-activity--index-span3-1UHB6 {
    width: calc(100% - 3.4rem);
  }
}
@media (max-width: 1761.1px) {
  .font-large .src-assets-style-card-activity--index-activityCard-362Ex ul li.src-assets-style-card-activity--index-span4-2g8nV {
    display: none;
  }
  .font-large .src-assets-style-card-activity--index-activityCard-362Ex ul li.src-assets-style-card-activity--index-span3-1UHB6 {
    width: calc(100% - 2.2rem);
  }
}
@media (min-width: 2113.1px) {
  .font-large .src-assets-style-card-activity--index-activityCard-362Ex ul li.src-assets-style-card-activity--index-span1-14pmL,
  .font-large .src-assets-style-card-activity--index-activityCard-362Ex ul li.src-assets-style-card-activity--index-span2-2iRCi,
  .font-large .src-assets-style-card-activity--index-activityCard-362Ex ul li.src-assets-style-card-activity--index-span4-2g8nV {
    margin-left: 0.2rem;
  }
  .font-large .src-assets-style-card-activity--index-activityCard-362Ex ul li.src-assets-style-card-activity--index-span3-1UHB6 {
    width: calc(100% - 3.4rem);
  }
}
@media (max-width: 2001.25px) {
  .font-extraLarge .src-assets-style-card-activity--index-activityCard-362Ex ul li.src-assets-style-card-activity--index-span4-2g8nV {
    display: none;
  }
  .font-extraLarge .src-assets-style-card-activity--index-activityCard-362Ex ul li.src-assets-style-card-activity--index-span3-1UHB6 {
    width: calc(100% - 2.2rem);
  }
}
@media (min-width: 2401.25px) {
  .font-extraLarge .src-assets-style-card-activity--index-activityCard-362Ex ul li.src-assets-style-card-activity--index-span1-14pmL,
  .font-extraLarge .src-assets-style-card-activity--index-activityCard-362Ex ul li.src-assets-style-card-activity--index-span2-2iRCi,
  .font-extraLarge .src-assets-style-card-activity--index-activityCard-362Ex ul li.src-assets-style-card-activity--index-span4-2g8nV {
    margin-left: 0.2rem;
  }
  .font-extraLarge .src-assets-style-card-activity--index-activityCard-362Ex ul li.src-assets-style-card-activity--index-span3-1UHB6 {
    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-1Mhln {
  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-2x9sc {
  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-2x9sc.src-assets-style-sideLink--index-showBigList-3lEBo {
  width: 3rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc.src-assets-style-sideLink--index-showBigList-3lEBo .src-assets-style-sideLink--index-toggle-QU2Lu {
  text-align: left;
  position: relative;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc.src-assets-style-sideLink--index-showBigList-3lEBo .src-assets-style-sideLink--index-moreButton-iK85D {
  float: right;
  margin-top: 0.14rem;
  margin-right: 0.05rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc.src-assets-style-sideLink--index-showBigList-3lEBo .src-assets-style-sideLink--index-searchButton-1dlhe {
  float: right;
  line-height: 0.64rem;
  margin-right: 0.2rem;
  font-size: 0.18rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc.src-assets-style-sideLink--index-showBigList-3lEBo .src-assets-style-sideLink--index-searchButton-1dlhe:hover {
  color: #228B22;
  cursor: pointer;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-searchLayout-2ALeF {
  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-2x9sc .src-assets-style-sideLink--index-searchLayout-2ALeF.src-assets-style-sideLink--index-show-aVBCe {
  display: block;
  /*  :global(.anticon-search){
        font-size: 22px;
        line-height: 64px;
      }*/
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-searchLayout-2ALeF.src-assets-style-sideLink--index-show-aVBCe input {
  width: 2rem;
  display: inline-block;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-searchLayout-2ALeF.src-assets-style-sideLink--index-show-aVBCe .ant-btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-searchLayout-2ALeF.src-assets-style-sideLink--index-show-aVBCe .anticon-check {
  display: none;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-searchLayout-2ALeF.src-assets-style-sideLink--index-show-aVBCe .icon-shuaxin {
  display: none;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-searchLayout-2ALeF.src-assets-style-sideLink--index-show-aVBCe .src-assets-style-sideLink--index-showSearchIcon-3Hd4T {
  display: inline-block;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-searchLayout-2ALeF .ant-input-affix-wrapper {
  width: 2rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-searchLayout-2ALeF .ant-input-affix-wrapper .anticon-close-circle {
  font-size: 0.14rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-searchLayout-2ALeF input {
  /* border-radius: 20px;*/
  display: none;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-searchLayout-2ALeF i {
  cursor: pointer;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-toggle-QU2Lu {
  margin: 0 auto;
  height: 0.64rem;
  line-height: 0.64rem;
  overflow: hidden;
  border-bottom: 1px solid #E1E6E3;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-toggle-QU2Lu .ant-input-group-wrapper {
  vertical-align: middle;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-toggle-QU2Lu .src-assets-style-sideLink--index-sideLogo-3c3z_ {
  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-2x9sc .src-assets-style-sideLink--index-toggle-QU2Lu .src-assets-style-sideLink--index-sideLogo-3c3z_:hover {
  background: #D5E6E0;
  cursor: pointer;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-toggle-QU2Lu .src-assets-style-sideLink--index-sideLogo-3c3z_.src-assets-style-sideLink--index-disabled-h6ZXh {
  cursor: not-allowed;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-sideLeft-28uH7 {
  z-index: 2;
  background: #F2F3F4;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-sideLeft-28uH7.src-assets-style-sideLink--index-borderRadius-HGrVC {
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-sideLeft-28uH7 > div:last-child > div:nth-of-type(2) {
  display: none;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-sideRight-hjotb {
  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-2x9sc .src-assets-style-sideLink--index-sideRight-hjotb.src-assets-style-sideLink--index-leftExp-3f_mN {
  left: 3rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-sideTag-2K3vG {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -0.32rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-sideTag-2K3vG .src-assets-style-sideLink--index-tagItem-7y5OV {
  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-2x9sc .src-assets-style-sideLink--index-sideTag-2K3vG .src-assets-style-sideLink--index-tagItem-7y5OV.src-assets-style-sideLink--index-current-1hbTZ {
  color: #ffffff;
  background: #f2aa18;
  font-size: 0.14rem;
  border: none;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-sideTag-2K3vG .src-assets-style-sideLink--index-hideTag-1kHMw {
  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-2x9sc .src-assets-style-sideLink--index-sideTag-2K3vG .src-assets-style-sideLink--index-hideTag-1kHMw:hover {
  cursor: pointer;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-addBtnWrap-2SFkv {
  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-2x9sc .src-assets-style-sideLink--index-addBtnWrap-2SFkv.src-assets-style-sideLink--index-moreData-1Mk1T {
  border-bottom-right-radius: 0;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-addBtnWrap-2SFkv .src-assets-style-sideLink--index-rollback-SNfwD {
  float: right;
  color: #37A164;
  font-size: 0.18rem;
  padding-right: 0.32rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-addBtnWrap-2SFkv .src-assets-style-sideLink--index-rollback-SNfwD i {
  margin-right: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-addBtnContent-3VQQO {
  width: 3rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-addBtnContent-3VQQO .src-assets-style-sideLink--index-buttonDiv-GNMSK {
  width: 0.6rem;
  text-align: center;
  display: inline-block;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-addBtnContent-3VQQO .src-assets-style-sideLink--index-addName-2l0Kq {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: #37A164;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-systemList-1M7TS {
  width: 0.6rem;
  overflow: hidden;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-systemList-1M7TS.src-assets-style-sideLink--index-showFull-LHhOG {
  width: 3rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-systemList-1M7TS .src-assets-style-sideLink--index-sideTagitem-FEBW- {
  border: none;
  background: #f4f5f5;
  transition: background 0.8s ease-in;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-systemList-1M7TS .src-assets-style-sideLink--index-sideTagitem-FEBW-:hover {
  background: #D5E6E0;
  cursor: pointer;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-systemList-1M7TS .src-assets-style-sideLink--index-emptyTipsDiv-duI6Z {
  cursor: pointer;
  display: table;
  width: 100%;
  text-align: center;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-systemList-1M7TS .src-assets-style-sideLink--index-emptyTipsDiv-duI6Z:hover .src-assets-style-sideLink--index-emptyTips-1IX6D {
  color: #37A164;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-systemList-1M7TS .src-assets-style-sideLink--index-emptyTipsDiv-duI6Z .src-assets-style-sideLink--index-emptyTips-1IX6D {
  display: table-cell;
  font-size: 0.14rem;
  vertical-align: middle;
  color: #6C6C6C;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-systemList-1M7TS .src-assets-style-sideLink--index-emptyTipsDiv-duI6Z .src-assets-style-sideLink--index-emptyTips-1IX6D .src-assets-style-sideLink--index-emptyContent-1fSyv {
  margin: auto;
  width: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-systemList-1M7TS .src-assets-style-sideLink--index-emptyTipsDiv-duI6Z .src-assets-style-sideLink--index-emptyTips-1IX6D .src-assets-style-sideLink--index-emptyContent-1fSyv i {
  color: #BCBCBC;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-systemList-1M7TS .src-assets-style-sideLink--index-emptyTipsDiv-duI6Z .src-assets-style-sideLink--index-emptyMore-2Z0SW {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-systemList-1M7TS .src-assets-style-sideLink--index-emptyTipsDiv-duI6Z .src-assets-style-sideLink--index-emptyMore-2Z0SW .src-assets-style-sideLink--index-collectText-1Nzr2 {
  margin-top: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-systemList-1M7TS .src-assets-style-sideLink--index-emptyTipsDiv-duI6Z .src-assets-style-sideLink--index-emptyMore-2Z0SW .src-assets-style-sideLink--index-collectBtn-iD_nx {
  margin-top: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-systemList-1M7TS .src-assets-style-sideLink--index-emptyTipsDiv-duI6Z .src-assets-style-sideLink--index-nothing-LOAvu {
  padding: 0.2rem;
  text-align: center;
  margin: auto;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .ant-card-meta-title span {
  color: #474747;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .ant-collapse {
  background: none;
  border: none;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-emptyTipsDiv-duI6Z {
  cursor: pointer;
  display: table;
  width: 100%;
  text-align: center;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-emptyTipsDiv-duI6Z:hover .src-assets-style-sideLink--index-emptyTips-1IX6D {
  color: #37A164;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-emptyTipsDiv-duI6Z .src-assets-style-sideLink--index-emptyTips-1IX6D {
  display: table-cell;
  font-size: 0.14rem;
  vertical-align: middle;
  color: #6C6C6C;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-emptyTipsDiv-duI6Z .src-assets-style-sideLink--index-emptyTips-1IX6D .src-assets-style-sideLink--index-emptyContent-1fSyv {
  margin: auto;
  width: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-emptyTipsDiv-duI6Z .src-assets-style-sideLink--index-emptyTips-1IX6D .src-assets-style-sideLink--index-emptyContent-1fSyv i {
  color: #BCBCBC;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-emptyTipsDiv-duI6Z .src-assets-style-sideLink--index-emptyMore-2Z0SW {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-emptyTipsDiv-duI6Z .src-assets-style-sideLink--index-emptyMore-2Z0SW .src-assets-style-sideLink--index-collectText-1Nzr2 {
  margin-top: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-emptyTipsDiv-duI6Z .src-assets-style-sideLink--index-emptyMore-2Z0SW .src-assets-style-sideLink--index-collectBtn-iD_nx {
  margin-top: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-emptyTipsDiv-duI6Z .src-assets-style-sideLink--index-nothing-LOAvu {
  padding: 0.2rem;
  text-align: center;
  margin: auto;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .ant-collapse-content {
  background: #F2F3F4;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .ant-collapse-content .ant-collapse-content-box {
  padding: 0.05rem!important;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .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-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .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-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .ant-collapse-item-active .ant-collapse-header {
  border-bottom: 2px solid #37A164;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .ant-collapse-item-active .src-assets-style-sideLink--index-serviceCount-cuiPc {
  background: #37A164;
  border: 1px solid #28844F;
  color: #fff;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-serviceDomainIconDiv-3TRAc {
  width: 100%;
  text-align: center;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-serviceDomainIconDiv-3TRAc .src-assets-style-sideLink--index-serviceDomainIcon-1zHNa {
  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-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-serviceCount-cuiPc {
  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-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-serviceItem-37TTf {
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.05rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-serviceItem-37TTf .src-assets-style-sideLink--index-affairIcon-AHDUP {
  margin-bottom: 0.15rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-serviceItem-37TTf .src-assets-style-sideLink--index-serviceIconDiv-1lbXa {
  width: 100%;
  text-align: center;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-serviceItem-37TTf .src-assets-style-sideLink--index-serviceIconDiv-1lbXa .src-assets-style-sideLink--index-serviceIcon-1SWLE {
  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-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-serviceItem-37TTf .src-assets-style-sideLink--index-serviceIconDiv-1lbXa .src-assets-style-sideLink--index-serviceIcon-1SWLE img {
  margin: 0;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-serviceItem-37TTf:hover {
  background: #8DCD76;
  color: #fff;
  cursor: pointer;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-serviceItem-37TTf:hover i {
  display: inline;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-serviceItem-37TTf .src-assets-style-sideLink--index-edit-1MT5N i {
  color: #999;
  float: none;
  position: absolute;
  right: 0.35rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-serviceItem-37TTf img {
  height: 0.2rem;
  width: 0.2rem;
  vertical-align: middle;
  margin-right: 0.1rem;
  display: inline-block;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-serviceItem-37TTf i {
  color: #fff;
  display: none;
  float: right;
  vertical-align: middle;
  line-height: 0.4rem;
  margin-right: 0.05rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-serviceItem-37TTf .src-assets-style-sideLink--index-serviceName-2Weee {
  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-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-serviceItem-37TTf .src-assets-style-sideLink--index-serviceName-2Weee .src-assets-style-sideLink--index-ellipsis-WOVM3 {
  display: inline;
  color: #474747 ;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-serviceItem-37TTf .src-assets-style-sideLink--index-heart-rqZ-T {
  color: #ff0000;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreDataWrap-2Dc5k {
  z-index: 9999;
  overflow: hidden;
  transition: width 0.3s ease;
  border-bottom-right-radius: 10px;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 {
  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-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-titleBar-12efZ {
  height: 0.64rem;
  border-bottom: 1px solid #E1E6E3;
  font-size: 0.18rem;
  line-height: 0.64rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-titleBar-12efZ .src-assets-style-sideLink--index-title-3FFaj {
  vertical-align: middle;
  font-size: 0.18rem;
  font-weight: normal;
  color: #666;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-titleBar-12efZ .src-assets-style-sideLink--index-leftIcon-3SesX {
  margin-right: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-titleBar-12efZ .anticon-bars {
  font-size: 0.28rem;
  vertical-align: middle;
  color: #828282;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-titleBar-12efZ .src-assets-style-sideLink--index-divider-2QQzt {
  margin-left: 0.28rem;
  height: 0.22rem;
  color: #aeaeae;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-titleBar-12efZ .anticon-question-circle-o {
  margin-left: 0.05rem;
  cursor: pointer;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-titleBar-12efZ .src-assets-style-sideLink--index-closeIcon-1BygC {
  font-size: 0.18rem;
  float: right;
  line-height: 0.64rem;
  margin-right: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-titleBar-12efZ .src-assets-style-sideLink--index-closeIcon-1BygC:hover {
  cursor: pointer;
  color: #228B22;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-titleBar-12efZ .src-assets-style-sideLink--index-searchLayout-2ALeF {
  position: relative;
  display: inline-block;
  background: none;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-titleBar-12efZ .src-assets-style-sideLink--index-addCustom-3aIeo {
  float: right;
  line-height: 0.64rem;
  padding-right: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u {
  padding: 0.2rem 0;
  position: relative;
  overflow: auto;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-pt-search-2cxLx {
  float: right;
  padding-right: 0.5rem;
  margin-bottom: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-pt-search-2cxLx .src-assets-style-sideLink--index-ant-select-auto-complete-1ya4e {
  vertical-align: middle;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-pt-search-2cxLx .src-assets-style-sideLink--index-searchButton-1dlhe {
  vertical-align: middle;
  margin-top: -0.03rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-pt-search-2cxLx .src-assets-style-sideLink--index-clearIcon-13GPX {
  right: 1.45rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP {
  display: inline-block;
  width: calc(100% - 2.2rem);
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC {
  margin-bottom: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-type-2NKYi {
  font-size: 0.18rem;
  color: #005825;
  height: 0.32rem;
  line-height: 0.32rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-type-2NKYi .src-assets-style-sideLink--index-tag-9qLXU {
  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-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-type-2NKYi.src-assets-style-sideLink--index-serviceDomain-2V3SO {
  padding: 0.05rem 0.1rem;
  height: 0.42rem;
  border: 1px solid #fff;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-type-2NKYi.src-assets-style-sideLink--index-serviceDomain-2V3SO:hover {
  border-radius: 4px;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-type-2NKYi.src-assets-style-sideLink--index-serviceDomain-2V3SO:hover .src-assets-style-sideLink--index-collectSpan-39gbA {
  display: inline;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-type-2NKYi.src-assets-style-sideLink--index-serviceDomain-2V3SO:hover .src-assets-style-sideLink--index-collectSpan-39gbA i {
  cursor: pointer;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-type-2NKYi.src-assets-style-sideLink--index-serviceDomain-2V3SO:hover .src-assets-style-sideLink--index-collectSpan-39gbA i.src-assets-style-sideLink--index-deleteCollect-yg3sS {
  color: #37A164;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-type-2NKYi.src-assets-style-sideLink--index-serviceDomain-2V3SO .src-assets-style-sideLink--index-collectSpan-39gbA {
  display: none;
  float: right;
  font-size: 0.14rem;
  color: #000;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-type-2NKYi.src-assets-style-sideLink--index-serviceDomain-2V3SO .src-assets-style-sideLink--index-collectSpan-39gbA i {
  margin-right: 0.1rem;
  color: #CDCDCD;
  vertical-align: middle;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-pointer--k46S {
  cursor: pointer;
  font-size: 0.16rem;
  padding-left: 0.1rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L {
  padding: 0 0.3rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE {
  overflow: hidden;
  width: 100%;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE i.iconfont {
  color: #d2cece;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE .anticon-star {
  color: #d2cece;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE .ant-card-meta-title span:hover {
  color: #00a854;
  text-decoration: underline;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE 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-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE 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-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE li .ant-card-meta-title {
  font-weight: 600;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE li .ant-card-bordered:hover {
  box-shadow: 0px 0px 0.1rem 0px rgba(3, 57, 107, 0.4);
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE li .ant-card-body {
  padding: 0.2rem 0.24rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE li .src-assets-style-sideLink--index-content-37j_9 {
  width: 3.5rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE li .src-assets-style-sideLink--index-content-37j_9 span {
  display: block;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE li .src-assets-style-sideLink--index-contentCus-14sTu .src-assets-style-sideLink--index-heartNoFloat-1OgLe {
  color: #ff0000;
  cursor: pointer;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE li .src-assets-style-sideLink--index-contentCus-14sTu .src-assets-style-sideLink--index-unHeartNoFloat-3jqNN {
  color: #CCCCCC;
  cursor: pointer;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE li .src-assets-style-sideLink--index-contentCus-14sTu span {
  display: inline-block;
  margin: 0.05rem 0.2rem 0.05rem 0px;
  font-size: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE li .src-assets-style-sideLink--index-contentCus-14sTu span i {
  font-size: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE li .src-assets-style-sideLink--index-heart-rqZ-T,
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE li .src-assets-style-sideLink--index-unHeart-1veL2 {
  position: absolute;
  right: 0.24rem;
  top: 0.18rem;
  font-size: 0.18rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE li .src-assets-style-sideLink--index-heart-rqZ-T {
  color: #ff0000;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE li .src-assets-style-sideLink--index-unHeart-1veL2 {
  color: #CCCCCC;
  display: none;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE li:hover .src-assets-style-sideLink--index-unHeart-1veL2 {
  display: block;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE li:hover .src-assets-style-sideLink--index-unHeart-1veL2:hover {
  color: #ff0000;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE .src-assets-style-sideLink--index-divRelative-3isqg {
  position: relative;
  text-align: center;
  height: 1.28rem;
  z-index: 2;
  padding-top: 27%;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE .src-assets-style-sideLink--index-image-nUzR- {
  width: 0.48rem;
  height: 0.48rem;
  margin-bottom: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE .src-assets-style-sideLink--index-fontlist-3nglY {
  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-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE .src-assets-style-sideLink--index-closeRight-2CSco {
  position: absolute;
  top: 0.07rem;
  opacity: 1;
  text-align: right;
  width: 1.12rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE .src-assets-style-sideLink--index-closeRight-2CSco .iconfont {
  opacity: 0;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE .src-assets-style-sideLink--index-closeRight-2CSco .src-assets-style-sideLink--index-customLeft-rTLMD {
  float: left;
  margin-left: 0.12rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE .src-assets-style-sideLink--index-closeRight-2CSco .src-assets-style-sideLink--index-customLeft-rTLMD.src-assets-style-sideLink--index-delete-2yPjx {
  margin-left: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE .src-assets-style-sideLink--index-closeRight-2CSco 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-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE .src-assets-style-sideLink--index-closeRight-2CSco 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-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE .src-assets-style-sideLink--index-closeRight-2CSco span i.anticon.anticon-question-circle-o::before {
  border-radius: 50%;
  font-size: 0.16rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE .src-assets-style-sideLink--index-closeRight-2CSco .anticon-star {
  opacity: 0;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE .src-assets-style-sideLink--index-closeRight-2CSco .anticon-star.src-assets-style-sideLink--index-deleteCollect-yg3sS {
  color: #37A164;
  opacity: 1;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE .src-assets-style-sideLink--index-closeRight-2CSco .src-assets-style-sideLink--index-operation1-22KN7 {
  padding-right: 0.2rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE .src-assets-style-sideLink--index-closeRight-2CSco .src-assets-style-sideLink--index-operation2-21o-A {
  padding-right: 0.12rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE .src-assets-style-sideLink--index-mask-2X-nW {
  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-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-noData-2YzGt {
  padding: 0.2rem;
  text-align: center;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-noData-2YzGt .src-assets-style-sideLink--index-noDataTips-9gqns {
  margin-top: 0.1rem;
  color: #666666;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-anchorContent-8gwo1 {
  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-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-anchorContent-8gwo1 .src-assets-style-sideLink--index-anchorDiv-3z7AU {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-anchorContent-8gwo1 .src-assets-style-sideLink--index-anchorDiv-3z7AU.src-assets-style-sideLink--index-show-aVBCe {
  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-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-anchorContent-8gwo1 .src-assets-style-sideLink--index-anchorDiv-3z7AU .ant-affix {
  z-index: 1;
  display: none;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-anchorContent-8gwo1 .src-assets-style-sideLink--index-anchor-2SE4_ {
  margin: 0.4rem 0.1rem 0 0;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-anchorContent-8gwo1 .src-assets-style-sideLink--index-anchor-2SE4_.ant-anchor-wrapper {
  overflow: visible;
  width: 2rem;
  background: none;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-anchorContent-8gwo1 .src-assets-style-sideLink--index-anchor-2SE4_.ant-anchor-wrapper .src-assets-style-sideLink--index-anchorTitle-1YJiB {
  position: absolute;
  top: -0.3rem;
  font-size: 0.16rem;
  color: #005825;
  font-weight: bold;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-anchorContent-8gwo1 .src-assets-style-sideLink--index-anchor-2SE4_.ant-anchor-wrapper .ant-anchor-link {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-anchorContent-8gwo1 .src-assets-style-sideLink--index-anchor-2SE4_ .ant-anchor-ink:before {
  width: 1px;
  background-color: #e7e7e7;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-anchorContent-8gwo1 .src-assets-style-sideLink--index-anchor-2SE4_ .ant-anchor-link-active .ant-anchor-link-title {
  color: #37A164;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-anchorContent-8gwo1 .src-assets-style-sideLink--index-anchor-2SE4_ .ant-anchor-ink-ball {
  border: 2px solid #37A164;
  transform: translateX(-45%);
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-anchorContent-8gwo1 .src-assets-style-sideLink--index-anchor-2SE4_ a:hover {
  color: #37A164;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-affairTitle-gC1Qx {
  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-2x9sc a.src-assets-style-sideLink--index-affairTitle-gC1Qx {
  color: #333333;
}
.src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-background-3mxDW {
  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-2x9sc .src-assets-style-sideLink--index-background-3mxDW.src-assets-style-sideLink--index-show-aVBCe {
  display: block;
}
.src-assets-style-sideLink--index-itemDraging-2Ah4f {
  background: #D5E6E0;
  padding: 0.2rem;
}
.src-assets-style-sideLink--index-sideTagitem-FEBW- {
  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-FEBW-.src-assets-style-sideLink--index-forbid-o9yXJ {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.src-assets-style-sideLink--index-sideTagitem-FEBW-:hover i {
  display: inline;
}
.src-assets-style-sideLink--index-sideTagitem-FEBW- .src-assets-style-sideLink--index-iconDiv-3ch4k {
  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-FEBW- .src-assets-style-sideLink--index-systemName-1m7ud {
  display: inline-block;
  vertical-align: middle;
  height: 0.64rem;
  line-height: 0.64rem;
  font-size: 0.16rem;
}
.src-assets-style-sideLink--index-sideTagitem-FEBW- i {
  color: #98ACA5;
  line-height: 0.64rem;
  display: none;
  float: right;
  vertical-align: middle;
}
.src-assets-style-sideLink--index-sideTagitem-FEBW- i:hover {
  cursor: pointer;
  color: #228B22;
}
.src-assets-style-sideLink--index-sideTagitem-FEBW- .iconfont {
  margin-right: 0.12rem;
}
.src-assets-style-sideLink--index-sideTagitem-FEBW- .anticon-star {
  margin-right: 0.12rem;
  color: #37a164;
}
.src-assets-style-sideLink--index-sideTagitem-FEBW- .src-assets-style-sideLink--index-iconTag-O8lMc {
  width: 0.6rem;
  text-align: center;
}
.src-assets-style-sideLink--index-sideTagitem-FEBW- .src-assets-style-sideLink--index-iconTag-O8lMc .src-assets-style-sideLink--index-iconCon-1_-es {
  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-FEBW- .src-assets-style-sideLink--index-iconTag-O8lMc img {
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
}
.src-assets-style-sideLink--index-hiddenBody-vX2hn {
  overflow: hidden;
}
.src-assets-style-sideLink--index-showBody-GGVvu {
  overflow: auto;
}
.src-assets-style-sideLink--index-customerModal-2kRtq {
  overflow: hidden;
}
.src-assets-style-sideLink--index-customerModal-2kRtq .ant-modal-header {
  padding: 0.14rem 0.24rem;
  background: green;
  font-size: 0.16rem;
  font-weight: normal;
}
.src-assets-style-sideLink--index-customerModal-2kRtq .ant-modal-title {
  color: #ffffff;
}
.src-assets-style-sideLink--index-customerModal-2kRtq .ant-modal-close-x {
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #ffffff;
}
.src-assets-style-sideLink--index-customerModal-2kRtq .ant-modal-body {
  padding: 0;
}
.src-assets-style-sideLink--index-customerModal-2kRtq .src-assets-style-sideLink--index-customerForm-2eA9U {
  padding: 0.2rem;
}
.src-assets-style-sideLink--index-customerModal-2kRtq .src-assets-style-sideLink--index-customerForm-2eA9U .src-assets-style-sideLink--index-iconSelect-3Yjv1 {
  width: 100%;
}
.src-assets-style-sideLink--index-customerModal-2kRtq .src-assets-style-sideLink--index-customerForm-2eA9U .src-assets-style-sideLink--index-iconSelect-3Yjv1 .src-assets-style-sideLink--index-iconDiv-3ch4k {
  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-2kRtq .src-assets-style-sideLink--index-customerForm-2eA9U .src-assets-style-sideLink--index-iconSelect-3Yjv1 .src-assets-style-sideLink--index-iconDiv-3ch4k .src-assets-style-sideLink--index-iconTag-O8lMc {
  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-2kRtq .src-assets-style-sideLink--index-customerForm-2eA9U .src-assets-style-sideLink--index-iconSelect-3Yjv1 .src-assets-style-sideLink--index-iconDiv-3ch4k .src-assets-style-sideLink--index-iconTag-O8lMc img {
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
}
.src-assets-style-sideLink--index-customerModal-2kRtq .src-assets-style-sideLink--index-customerForm-2eA9U .src-assets-style-sideLink--index-iconSelect-3Yjv1 .src-assets-style-sideLink--index-iconBottom-2WdsD {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 0.2rem;
}
.src-assets-style-sideLink--index-customerModal-2kRtq .src-assets-style-sideLink--index-customerForm-2eA9U .src-assets-style-sideLink--index-iconSelect-3Yjv1 .src-assets-style-sideLink--index-iconBottom-2WdsD .src-assets-style-sideLink--index-iconRandom-3XFiY {
  margin-right: 0.2rem;
}
.src-assets-style-sideLink--index-customerModal-2kRtq .src-assets-style-sideLink--index-iconSelectDiv-1D_W5 {
  padding: 0.2rem;
  height: 3rem;
}
.src-assets-style-sideLink--index-customerModal-2kRtq .src-assets-style-sideLink--index-iconSelectDiv-1D_W5 .src-assets-style-sideLink--index-iconListDiv-jaQlo .src-assets-style-sideLink--index-logoList-kqT32 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-2kRtq .src-assets-style-sideLink--index-iconSelectDiv-1D_W5 .src-assets-style-sideLink--index-iconListDiv-jaQlo .src-assets-style-sideLink--index-logoList-kqT32 li .src-assets-style-sideLink--index-logoDivRelative-2-Cto {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 0.8rem;
  z-index: 2;
}
.src-assets-style-sideLink--index-customerModal-2kRtq .src-assets-style-sideLink--index-iconSelectDiv-1D_W5 .src-assets-style-sideLink--index-iconListDiv-jaQlo .src-assets-style-sideLink--index-logoList-kqT32 li .src-assets-style-sideLink--index-logoDivRelative-2-Cto .src-assets-style-sideLink--index-image-nUzR- {
  width: 0.4rem;
  height: 0.4rem;
  margin-bottom: 0;
}
.src-assets-style-sideLink--index-customerModal-2kRtq .src-assets-style-sideLink--index-iconSelectDiv-1D_W5 .src-assets-style-sideLink--index-iconListDiv-jaQlo .src-assets-style-sideLink--index-logoList-kqT32 li:hover {
  background: rgba(141, 205, 118, 0.4);
}
.src-assets-style-sideLink--index-customerModal-2kRtq .src-assets-style-sideLink--index-iconSelectDiv-1D_W5 .src-assets-style-sideLink--index-iconListDiv-jaQlo .src-assets-style-sideLink--index-logoList-kqT32 li.src-assets-style-sideLink--index-active-Y43lr {
  background: rgba(141, 205, 118, 0.4);
}
.src-assets-style-sideLink--index-affairName-2E7re :hover {
  text-decoration: underline;
}
.src-assets-style-sideLink--index-bodyFixed-1q0IZ {
  position: fixed;
  width: 100%;
}
/****************绿色主题开始******************/
.theme-green .src-assets-style-sideLink--index-sideTag-2K3vG .src-assets-style-sideLink--index-tagItem-7y5OV:hover {
  background: #E6FFF1;
  cursor: pointer;
}
.theme-green .src-assets-style-sideLink--index-sideTag-2K3vG .src-assets-style-sideLink--index-tagItem-7y5OV.src-assets-style-sideLink--index-current-1hbTZ {
  box-shadow: 1px 1px 1px 1px rgba(0, 88, 37, 0.3);
  background: #f2aa18;
}
/**************** 蓝色主题开始*****************/
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc {
  box-shadow: 0 0 0.1rem 0 rgba(35, 145, 230, 0.3);
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc.src-assets-style-sideLink--index-showBigList-3lEBo .src-assets-style-sideLink--index-searchButton-1dlhe:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-searchLayout-2ALeF {
  background: #fafdff;
  /*i{
        &:hover{
          color:@theme-blue-1;
        }
      }*/
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-toggle-QU2Lu .src-assets-style-sideLink--index-sideLogo-3c3z_:hover {
  background: #e6f7ff;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-sideLeft-28uH7 {
  background: #fafdff;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-sideTag-2K3vG .src-assets-style-sideLink--index-tagItem-7y5OV {
  background: #fafdff;
  cursor: pointer;
  box-shadow: 1px 1px 1px 1px rgba(0, 88, 37, 0.3);
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-sideTag-2K3vG .src-assets-style-sideLink--index-tagItem-7y5OV:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-sideTag-2K3vG .src-assets-style-sideLink--index-tagItem-7y5OV.src-assets-style-sideLink--index-current-1hbTZ {
  box-shadow: 1px 1px 1px 1px rgba(0, 88, 37, 0.3);
  background: #f2aa18;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-sideTag-2K3vG .src-assets-style-sideLink--index-hideTag-1kHMw {
  background: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-addBtnWrap-2SFkv {
  background: #fafdff;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-addBtnWrap-2SFkv .src-assets-style-sideLink--index-rollback-SNfwD {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-addBtnContent-3VQQO .src-assets-style-sideLink--index-addName-2l0Kq {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-systemList-1M7TS .src-assets-style-sideLink--index-sideTagitem-FEBW- {
  background: #f4f5f5;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-systemList-1M7TS .src-assets-style-sideLink--index-sideTagitem-FEBW-:hover {
  background: #D5E6E0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-systemList-1M7TS .src-assets-style-sideLink--index-emptyTipsDiv-duI6Z:hover .src-assets-style-sideLink--index-emptyTips-1IX6D {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-emptyTipsDiv-duI6Z:hover .src-assets-style-sideLink--index-emptyTips-1IX6D {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .ant-collapse-content {
  background: #F2F3F4;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .ant-collapse .ant-collapse-item.ant-collapse-no-arrow .ant-collapse-header .anticon-star {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .ant-collapse-item-active .ant-collapse-header {
  border-bottom: 2px solid #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .ant-collapse-item-active .src-assets-style-sideLink--index-serviceCount-cuiPc {
  background: #397EF0;
  border: 1px solid #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-serviceDomainIconDiv-3TRAc .src-assets-style-sideLink--index-serviceDomainIcon-1zHNa {
  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-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-serviceCount-cuiPc {
  background: #F0F3F6;
  border: 1px solid #CFD7DE;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-serviceItem-37TTf .src-assets-style-sideLink--index-serviceIconDiv-1lbXa .src-assets-style-sideLink--index-serviceIcon-1SWLE {
  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-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-serviceItem-37TTf:hover {
  background: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 {
  box-shadow: 0 0 0.1rem 0 rgba(0, 88, 37, 0.1);
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-titleBar-12efZ {
  border-bottom: 1px solid #E1E6E3;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-titleBar-12efZ .src-assets-style-sideLink--index-closeIcon-1BygC:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-type-2NKYi {
  color: #1F5BCB;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-type-2NKYi .src-assets-style-sideLink--index-tag-9qLXU {
  background: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-type-2NKYi.src-assets-style-sideLink--index-serviceDomain-2V3SO:hover .src-assets-style-sideLink--index-collectSpan-39gbA i.src-assets-style-sideLink--index-deleteCollect-yg3sS {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE li:hover .src-assets-style-sideLink--index-fontlist-3nglY {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE .ant-card-meta-title span:hover {
  color: #397EF0;
  text-decoration: underline;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE .src-assets-style-sideLink--index-closeRight-2CSco .anticon-star.src-assets-style-sideLink--index-deleteCollect-yg3sS {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE .src-assets-style-sideLink--index-mask-2X-nW {
  border: 1px solid #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-anchorContent-8gwo1 {
  background: #f3f7f9;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-anchorContent-8gwo1 .src-assets-style-sideLink--index-anchor-2SE4_.ant-anchor-wrapper .src-assets-style-sideLink--index-anchorTitle-1YJiB {
  color: #1F5BCB;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-anchorContent-8gwo1 .src-assets-style-sideLink--index-anchor-2SE4_ .ant-anchor-ink:before {
  background-color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-anchorContent-8gwo1 .src-assets-style-sideLink--index-anchor-2SE4_ .ant-anchor-link-active .ant-anchor-link-title {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-anchorContent-8gwo1 .src-assets-style-sideLink--index-anchor-2SE4_ .ant-anchor-ink-ball {
  border: 2px solid #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-anchorContent-8gwo1 .src-assets-style-sideLink--index-anchor-2SE4_ a:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-itemDraging-2Ah4f {
  background: #D5E6E0;
}
.theme-blue .src-assets-style-sideLink--index-sideTagitem-FEBW- {
  background: #D5E6E0;
  border: 1px solid #efefef;
}
.theme-blue .src-assets-style-sideLink--index-sideTagitem-FEBW- i {
  color: #98ACA5;
}
.theme-blue .src-assets-style-sideLink--index-sideTagitem-FEBW- i:hover {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-sideTagitem-FEBW- .anticon-star {
  color: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-sideTagitem-FEBW- .src-assets-style-sideLink--index-iconTag-O8lMc .src-assets-style-sideLink--index-iconCon-1_-es {
  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-2kRtq .ant-modal-header {
  background: #397EF0;
}
.theme-blue .src-assets-style-sideLink--index-customerModal-2kRtq .src-assets-style-sideLink--index-customerForm-2eA9U .src-assets-style-sideLink--index-iconSelect-3Yjv1 .src-assets-style-sideLink--index-iconDiv-3ch4k {
  border: 1px dashed #D5E6E0;
}
.theme-blue .src-assets-style-sideLink--index-customerModal-2kRtq .src-assets-style-sideLink--index-customerForm-2eA9U .src-assets-style-sideLink--index-iconSelect-3Yjv1 .src-assets-style-sideLink--index-iconDiv-3ch4k .src-assets-style-sideLink--index-iconTag-O8lMc {
  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-2x9sc {
  box-shadow: 0 0 0.1rem 0 rgba(169, 0, 33, 0.3);
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc.src-assets-style-sideLink--index-showBigList-3lEBo .src-assets-style-sideLink--index-searchButton-1dlhe:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-affairName-2E7re :hover {
  text-decoration: underline;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-searchLayout-2ALeF {
  background: #fafdff;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-toggle-QU2Lu .src-assets-style-sideLink--index-sideLogo-3c3z_:hover {
  background: #fff1f0;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-sideLeft-28uH7 {
  background: #fafdff;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-sideTag-2K3vG .src-assets-style-sideLink--index-tagItem-7y5OV {
  background: #fafdff;
  box-shadow: 1px 1px 1px 1px rgba(0, 88, 37, 0.3);
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-sideTag-2K3vG .src-assets-style-sideLink--index-tagItem-7y5OV:hover {
  background: #fff1f0;
  cursor: pointer;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-sideTag-2K3vG .src-assets-style-sideLink--index-tagItem-7y5OV.src-assets-style-sideLink--index-current-1hbTZ {
  background: #f2aa18;
  box-shadow: 1px 1px 1px 1px rgba(0, 88, 37, 0.3);
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-sideTag-2K3vG .src-assets-style-sideLink--index-hideTag-1kHMw {
  background: #F63E62;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-addBtnWrap-2SFkv {
  background: #fafdff;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-addBtnWrap-2SFkv .src-assets-style-sideLink--index-rollback-SNfwD {
  color: #9A001E;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-addBtnContent-3VQQO .src-assets-style-sideLink--index-addName-2l0Kq {
  color: #9A001E;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-systemList-1M7TS .src-assets-style-sideLink--index-emptyTipsDiv-duI6Z:hover .src-assets-style-sideLink--index-emptyTips-1IX6D {
  color: #9A001E;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-emptyTipsDiv-duI6Z:hover .src-assets-style-sideLink--index-emptyTips-1IX6D {
  color: #9A001E;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .ant-collapse-content {
  background: #F2F3F4;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .ant-collapse .ant-collapse-item.ant-collapse-no-arrow .ant-collapse-header .anticon-star {
  color: #F63E62;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .ant-collapse-item-active .ant-collapse-header {
  border-bottom: 2px solid #9A001E;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .ant-collapse-item-active .src-assets-style-sideLink--index-serviceCount-cuiPc {
  background: #9A001E;
  border: 1px solid #9A001E;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-serviceList-3vKe9 .src-assets-style-sideLink--index-serviceItem-37TTf:hover {
  background: rgba(255, 71, 72, 0.2);
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 {
  box-shadow: 0 0 0.1rem 0 rgba(169, 0, 33, 0.1);
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-titleBar-12efZ {
  /*border-bottom: 1px solid @theme-red-5;*/
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-titleBar-12efZ .src-assets-style-sideLink--index-closeIcon-1BygC:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-type-2NKYi {
  color: #9A001E;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-type-2NKYi .src-assets-style-sideLink--index-tag-9qLXU {
  background: #9A001E;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-type-2NKYi.src-assets-style-sideLink--index-serviceDomain-2V3SO:hover .src-assets-style-sideLink--index-collectSpan-39gbA i.src-assets-style-sideLink--index-deleteCollect-yg3sS {
  color: #9A001E;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE li:hover .src-assets-style-sideLink--index-fontlist-3nglY {
  color: #F63E62;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE .ant-card-meta-title span:hover {
  color: #F63E62;
  text-decoration: underline;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE .src-assets-style-sideLink--index-closeRight-2CSco .anticon-star.src-assets-style-sideLink--index-deleteCollect-yg3sS {
  color: #F63E62;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-contentBody-1bm0u .src-assets-style-sideLink--index-contentList-1kMmP .src-assets-style-sideLink--index-typeItem-1KliC .src-assets-style-sideLink--index-dataList-2Sn0L .src-assets-style-sideLink--index-ullist-2bhsE .src-assets-style-sideLink--index-mask-2X-nW {
  border: 1px solid #F63E62;
  background-color: #f3f7f9;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-anchorContent-8gwo1 {
  background: #f3f7f9;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-anchorContent-8gwo1 .src-assets-style-sideLink--index-anchor-2SE4_.ant-anchor-wrapper .src-assets-style-sideLink--index-anchorTitle-1YJiB {
  color: #9A001E;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-anchorContent-8gwo1 .src-assets-style-sideLink--index-anchor-2SE4_ .ant-anchor-ink:before {
  background-color: #F63E62;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-anchorContent-8gwo1 .src-assets-style-sideLink--index-anchor-2SE4_ .ant-anchor-link-active .ant-anchor-link-title {
  color: #F63E62;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-anchorContent-8gwo1 .src-assets-style-sideLink--index-anchor-2SE4_ .ant-anchor-ink-ball {
  border: 2px solid #F63E62;
}
.theme-red .src-assets-style-sideLink--index-portalSidelink-2x9sc .src-assets-style-sideLink--index-moreContent-1FGo6 .src-assets-style-sideLink--index-anchorContent-8gwo1 .src-assets-style-sideLink--index-anchor-2SE4_ a:hover {
  color: #F63E62;
}
.theme-red .src-assets-style-sideLink--index-sideTagitem-FEBW- i {
  color: #98ACA5;
}
.theme-red .src-assets-style-sideLink--index-sideTagitem-FEBW- i:hover {
  color: #9A001E;
}
.theme-red .src-assets-style-sideLink--index-sideTagitem-FEBW- .anticon-star {
  color: #9A001E;
}
.theme-red .src-assets-style-sideLink--index-sideTagitem-FEBW- .src-assets-style-sideLink--index-iconTag-O8lMc .src-assets-style-sideLink--index-iconCon-1_-es {
  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-2x9sc {
    margin-left: -0.6rem;
  }
  .font-normal .src-assets-style-sideLink--index-portalSidelink-2x9sc.src-assets-style-sideLink--index-showBigList-3lEBo {
    margin-left: 0;
  }
}
@media (max-width: 1540px) {
  .font-large .src-assets-style-sideLink--index-portalSidelink-2x9sc {
    margin-left: -0.6rem;
  }
  .font-large .src-assets-style-sideLink--index-portalSidelink-2x9sc.src-assets-style-sideLink--index-showBigList-3lEBo {
    margin-left: 0;
  }
}
@media (max-width: 1750px) {
  .font-extraLarge .src-assets-style-sideLink--index-portalSidelink-2x9sc {
    margin-left: -0.6rem;
  }
  .font-extraLarge .src-assets-style-sideLink--index-portalSidelink-2x9sc.src-assets-style-sideLink--index-showBigList-3lEBo {
    margin-left: 0;
  }
}
.src-assets-style-feedback--feedback-portComFeedback-2VdGn {
  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-2VdGn .src-assets-style-feedback--feedback-fbTip-1jGgV {
  display: none;
}
.src-assets-style-feedback--feedback-portComFeedback-2VdGn:hover {
  width: 1.24rem;
  padding: 0 0.08rem;
  background: #007330;
  margin-left: -0.83rem;
}
.src-assets-style-feedback--feedback-portComFeedback-2VdGn:hover .src-assets-style-feedback--feedback-fbTip-1jGgV {
  display: inline-block;
  width: 0.7rem;
  margin-right: 0.05rem;
  line-height: 1;
  vertical-align: middle;
}
.src-assets-style-feedback--feedback-portComFeedback-2VdGn .src-assets-style-feedback--feedback-iconfont-3lubk {
  font-size: 0.24rem;
  vertical-align: middle;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ {
  text-align: center;
  min-width: 7rem;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .ant-modal {
  display: inline-block;
  width: auto!important;
  margin: 0.24rem;
  top: 0.5rem;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .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-35uYQ .ant-modal-body {
  padding: 0;
  border-radius: 0;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .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-35uYQ .ant-modal-header .ant-modal-title {
  color: #ffffff;
  line-height: 0.18rem;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .ant-modal-close-x {
  color: #ffffff;
  line-height: 0.5rem;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .src-assets-style-feedback--feedback-fbChatTextarea-SHonx {
  min-width: 7rem;
  resize: both;
  min-height: 1rem;
  padding: 0 0.3rem 0.16rem;
  border: none;
  outline: none;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .src-assets-style-feedback--feedback-fbChatTextarea-SHonx:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .src-assets-style-feedback--feedback-chatContentWrap-3fnEv {
  padding: 0.16rem 0.26rem 0.5rem;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .src-assets-style-feedback--feedback-chatContentWrap-3fnEv .src-assets-style-feedback--feedback-chatList-29dBS .src-assets-style-feedback--feedback-chatItem-3xy_Y {
  padding: 0 0.44rem;
  position: relative;
  margin-bottom: 0.18rem;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .src-assets-style-feedback--feedback-chatContentWrap-3fnEv .src-assets-style-feedback--feedback-chatList-29dBS .src-assets-style-feedback--feedback-chatItem-3xy_Y .src-assets-style-feedback--feedback-userImg-2l911 {
  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-35uYQ .src-assets-style-feedback--feedback-chatContentWrap-3fnEv .src-assets-style-feedback--feedback-chatList-29dBS .src-assets-style-feedback--feedback-chatItem-3xy_Y .src-assets-style-feedback--feedback-timeline-29Zfi {
  opacity: 0.9;
  font-size: 0.12rem;
  color: #515151;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .src-assets-style-feedback--feedback-chatContentWrap-3fnEv .src-assets-style-feedback--feedback-chatList-29dBS .src-assets-style-feedback--feedback-chatItem-3xy_Y .src-assets-style-feedback--feedback-chatCon-21U2w {
  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-35uYQ .src-assets-style-feedback--feedback-chatContentWrap-3fnEv .src-assets-style-feedback--feedback-chatList-29dBS .src-assets-style-feedback--feedback-chatItem-3xy_Y .src-assets-style-feedback--feedback-chatCon-21U2w .ant-divider-horizontal {
  margin: 0.06rem 0;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .src-assets-style-feedback--feedback-chatContentWrap-3fnEv .src-assets-style-feedback--feedback-chatList-29dBS .src-assets-style-feedback--feedback-chatItem-3xy_Y.src-assets-style-feedback--feedback-alignRight-3joKj {
  text-align: right;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .src-assets-style-feedback--feedback-chatContentWrap-3fnEv .src-assets-style-feedback--feedback-chatList-29dBS .src-assets-style-feedback--feedback-chatItem-3xy_Y.src-assets-style-feedback--feedback-alignRight-3joKj .src-assets-style-feedback--feedback-userImg-2l911 {
  font-size: 0.18rem;
  left: auto;
  right: 0;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .src-assets-style-feedback--feedback-chatContentWrap-3fnEv .src-assets-style-feedback--feedback-chatList-29dBS .src-assets-style-feedback--feedback-chatItem-3xy_Y.src-assets-style-feedback--feedback-alignRight-3joKj .src-assets-style-feedback--feedback-userImg-2l911 i {
  vertical-align: middle;
  font-size: 0.24rem;
  color: #999999;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .src-assets-style-feedback--feedback-chatContentWrap-3fnEv .src-assets-style-feedback--feedback-chatList-29dBS .src-assets-style-feedback--feedback-chatItem-3xy_Y.src-assets-style-feedback--feedback-alignRight-3joKj .src-assets-style-feedback--feedback-chatCon-21U2w {
  text-align: right;
  background: #62B68E;
  color: #ffffff;
  border-radius: 18px;
  border-top-right-radius: 0;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .src-assets-style-feedback--feedback-chatContentWrap-3fnEv .src-assets-style-feedback--feedback-chatList-29dBS .src-assets-style-feedback--feedback-chatItem-3xy_Y.src-assets-style-feedback--feedback-alignRight-3joKj .src-assets-style-feedback--feedback-chatCon-21U2w a {
  color: #ffffff;
  opacity: 0.9;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .src-assets-style-feedback--feedback-chatContentWrap-3fnEv .src-assets-style-feedback--feedback-emptyData-3gusS {
  padding-top: 1rem;
  color: #999999;
  text-align: center;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .src-assets-style-feedback--feedback-chatContentWrap-3fnEv .src-assets-style-feedback--feedback-loadMore-1v-pW {
  padding: 0.24rem;
  text-align: center;
  font-size: 0.14rem;
  color: #999999;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .src-assets-style-feedback--feedback-chatContentWrap-3fnEv .src-assets-style-feedback--feedback-loadMore-1v-pW i {
  margin-right: 0.12rem;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .src-assets-style-feedback--feedback-chatBottom-1NBhs {
  position: relative;
  background: #ffffff;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .src-assets-style-feedback--feedback-chatBottom-1NBhs .src-assets-style-feedback--feedback-chatBtGuide-3I_Xc {
  overflow: hidden;
  padding: 0.12rem 0.26rem 0;
  line-height: 0.24rem;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .src-assets-style-feedback--feedback-chatBottom-1NBhs .src-assets-style-feedback--feedback-chatBtGuide-3I_Xc .src-assets-style-feedback--feedback-oprItem-2ujLF {
  cursor: pointer;
  margin: 0 0.14rem;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .src-assets-style-feedback--feedback-chatBottom-1NBhs .src-assets-style-feedback--feedback-chatBtGuide-3I_Xc .src-assets-style-feedback--feedback-oprItem-2ujLF i {
  font-size: 0.18rem;
  color: #B4B4B4;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .src-assets-style-feedback--feedback-chatBottom-1NBhs .src-assets-style-feedback--feedback-chatInputArea-1mNK6 {
  position: relative;
  overflow: hidden;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .src-assets-style-feedback--feedback-chatBottom-1NBhs .src-assets-style-feedback--feedback-chatInputArea-1mNK6 .src-assets-style-feedback--feedback-imgEditArea-H5rxs {
  margin-left: 0.24rem;
  bottom: 0.16rem;
  text-align: justify;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .src-assets-style-feedback--feedback-textCount-28VDH {
  color: #999999;
  position: absolute;
  bottom: 0.06rem;
  right: 0.28rem;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ .src-assets-style-feedback--feedback-sendChatBtn-GDjf7 {
  float: right;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ.src-assets-style-feedback--feedback-miniMode-2fqFA {
  min-width: 3rem;
  text-align: right;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ.src-assets-style-feedback--feedback-miniMode-2fqFA .src-assets-style-feedback--feedback-chatContentWrap-3fnEv {
  padding: 0.16rem 0.12rem;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ.src-assets-style-feedback--feedback-miniMode-2fqFA .src-assets-style-feedback--feedback-chatBottom-1NBhs .src-assets-style-feedback--feedback-chatBtGuide-3I_Xc {
  line-height: 0.24rem;
  padding: 0.08rem 0.2rem 0;
}
.src-assets-style-feedback--feedback-portalComFeedbackModal-35uYQ.src-assets-style-feedback--feedback-miniMode-2fqFA .src-assets-style-feedback--feedback-fbChatTextarea-SHonx {
  resize: none;
  padding: 0 0.1rem 0.16rem;
  min-width: 3rem;
}
/**聊天滚动窗口**/
.src-assets-style-feedback--feedback-fbChatScrollbars-1xIRd {
  background: #f6f6f6;
}
.src-assets-style-feedback--feedback-chatImg-2gLLP {
  border-radius: 2px;
  overflow: hidden;
}
.src-assets-style-feedback--feedback-chatImg-2gLLP img {
  cursor: pointer;
  max-width: 1.5rem;
  max-height: 1.5rem;
}
.src-assets-style-feedback--feedback-chatVideo-3HGrC small {
  opacity: 0.7;
}
.src-assets-style-feedback--feedback-chatVideo-3HGrC audio {
  max-width: 100%;
  max-height: 100%;
}
/**引用列表窗口**/
.src-assets-style-feedback--feedback-combindList-2ez7g {
  margin: 0.24rem;
}
.src-assets-style-feedback--feedback-combindList-2ez7g > li {
  padding: 0.12rem 0 0.16rem;
  border-bottom: 1px solid #efefef;
}
.src-assets-style-feedback--feedback-combindList-2ez7g > li.src-assets-style-feedback--feedback-alignRight-3joKj {
  text-align: right;
}
.src-assets-style-feedback--feedback-combindList-2ez7g > li .src-assets-style-feedback--feedback-desc-1WeQp {
  font-size: 0.13rem;
  color: #666666;
}
.src-assets-style-feedback--feedback-combindList-2ez7g > li .src-assets-style-feedback--feedback-desc-1WeQp small {
  color: #999999;
}
.src-assets-style-feedback--feedback-combindList-2ez7g > li .src-assets-style-feedback--feedback-msgCon-2mde4 {
  color: #666666;
  margin-top: 0.06rem;
}
/*******预览窗口 start *****/
.src-assets-style-feedback--feedback-previwModalWrap-18ac2 {
  text-align: center;
}
.src-assets-style-feedback--feedback-previwModalWrap-18ac2 .ant-modal {
  display: inline-block;
  width: auto!important;
}
.src-assets-style-feedback--feedback-previwModalWrap-18ac2 .ant-modal-content {
  background: none;
  display: table;
}
.src-assets-style-feedback--feedback-previwModalWrap-18ac2 .ant-modal-body {
  margin: auto;
  display: table-cell;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.src-assets-style-feedback--feedback-previwModalWrap-18ac2 .ant-modal-close {
  color: #ffffff;
}
.src-assets-style-feedback--feedback-previwModalWrap-18ac2 .ant-modal-close-x {
  font-size: 0.32rem;
}
.src-assets-style-feedback--feedback-previwModalWrap-18ac2 img {
  max-width: 100vm;
  max-height: 100vh;
}
.src-assets-style-feedback--feedback-previwModalWrap-18ac2 video {
  max-height: 100%;
}
.src-assets-style-feedback--feedback-help-EAWq_ {
  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-jRrXZ .ant-input-clear-icon {
  margin-right: 0.1rem;
  color: #ddd;
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-jRrXZ .src-app-page-oaAffair-fileRetrieval--index-search_box-32xm4 {
  padding: 0.3rem 0.3rem 0.2rem;
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-jRrXZ .src-app-page-oaAffair-fileRetrieval--index-search_box-32xm4 > * {
  vertical-align: middle;
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-jRrXZ .src-app-page-oaAffair-fileRetrieval--index-search_box-32xm4 .src-app-page-oaAffair-fileRetrieval--index-title-3VZfp h3 {
  font-size: 0.24rem;
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-jRrXZ .src-app-page-oaAffair-fileRetrieval--index-search_box-32xm4 .src-app-page-oaAffair-fileRetrieval--index-title-3VZfp p {
  font-size: 0.16rem;
  letter-spacing: 0.08rem;
  color: rgba(0, 0, 0, 0.45);
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-jRrXZ .src-app-page-oaAffair-fileRetrieval--index-search_box-32xm4 .ant-radio-group {
  float: right;
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-jRrXZ .src-app-page-oaAffair-fileRetrieval--index-tabs-2CX91 {
  padding: 0 0.3rem;
  font-size: 0.16rem;
  margin-bottom: 0.16rem;
  background: #f7fbff;
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-jRrXZ .src-app-page-oaAffair-fileRetrieval--index-tabs-2CX91 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-jRrXZ .src-app-page-oaAffair-fileRetrieval--index-tabs-2CX91 li.src-app-page-oaAffair-fileRetrieval--index-active-2JekI {
  color: #0078cc;
  border-bottom-color: #0078cc;
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-jRrXZ .src-app-page-oaAffair-fileRetrieval--index-tip-1bN3v {
  padding: 0 0.3rem;
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.45);
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-jRrXZ .src-app-page-oaAffair-fileRetrieval--index-tip-1bN3v span {
  color: rgba(0, 0, 0, 0.85);
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-jRrXZ .src-app-page-oaAffair-fileRetrieval--index-result_list-2a41S {
  padding: 0.16rem 0.16rem 0 0.3rem;
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-jRrXZ .src-app-page-oaAffair-fileRetrieval--index-result_list-2a41S li {
  margin-bottom: 0.2rem;
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-jRrXZ .src-app-page-oaAffair-fileRetrieval--index-result_list-2a41S li .src-app-page-oaAffair-fileRetrieval--index-title-3VZfp {
  display: block;
  margin-bottom: 0.08rem;
  font-size: 0.15rem;
  color: #0078cc;
  text-decoration: underline;
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-jRrXZ .src-app-page-oaAffair-fileRetrieval--index-result_list-2a41S .src-app-page-oaAffair-fileRetrieval--index-extra-2OuXJ {
  font-size: 0.14rem;
}
.src-app-page-oaAffair-fileRetrieval--index-search_result-jRrXZ .src-app-page-oaAffair-fileRetrieval--index-result_list-2a41S .src-app-page-oaAffair-fileRetrieval--index-extra-2OuXJ .src-app-page-oaAffair-fileRetrieval--index-file-22zp7 {
  margin-bottom: 0.08rem;
}
.src-app-card-leaderSchedule--index-viewMore-RIKXA {
  position: absolute;
  width: 100%;
  line-height: 0.4rem;
  left: 0;
  top: 3.2rem;
  text-align: center;
}
.src-app-card-oaDuty--index-dutyHeader-2biFk {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0.16rem;
}
.src-app-card-oaDuty--index-dutyHeader-2biFk .src-app-card-oaDuty--index-dutyTime-132WD {
  display: flex;
  align-items: center;
  color: #1d2129;
  font-weight: 500;
  font-size: 0.16rem;
}
.src-app-card-oaDuty--index-dutyHeader-2biFk .src-app-card-oaDuty--index-dutyTime-132WD .src-app-card-oaDuty--index-timeArrow-1ZyBB {
  color: #000000d9;
  font-weight: 400;
  font-size: 0.12rem;
  cursor: pointer;
}
.src-app-card-oaDuty--index-dutyHeader-2biFk .src-app-card-oaDuty--index-dutyTime-132WD .src-app-card-oaDuty--index-timeArrow-1ZyBB:hover {
  color: #1890ff;
}
.src-app-card-oaDuty--index-dutyHeader-2biFk .src-app-card-oaDuty--index-dutyTime-132WD .src-app-card-oaDuty--index-timeArrow-1ZyBB:first-of-type {
  margin-right: 0.05rem;
}
.src-app-card-oaDuty--index-dutyHeader-2biFk .src-app-card-oaDuty--index-dutyTime-132WD .src-app-card-oaDuty--index-timeArrow-1ZyBB:last-of-type {
  margin-left: 0.05rem;
}
.src-app-card-oaDuty--index-userCard-Jgd7m {
  position: relative;
  box-sizing: border-box;
  padding: 0.07rem 0.05rem 0.07rem 0.1rem;
  white-space: normal;
  word-break: break-all;
  border-color: transparent transparent #e4e8ee;
  cursor: pointer;
}
.src-app-card-oaDuty--index-userCard-Jgd7m .src-app-card-oaDuty--index-userName-CQ5Dn {
  position: relative;
  color: #000000d9;
  font-weight: 500;
}
.src-app-card-oaDuty--index-userCard-Jgd7m:hover {
  z-index: 1;
  box-shadow: 0px 0.09rem 0.28rem 0.08rem rgba(0, 0, 0, 0.05), 0px 0.06rem 0.16rem 0px rgba(0, 0, 0, 0.08), 0px 0.03rem 0.06rem -0.04rem rgba(0, 0, 0, 0.12);
}
.duty-table-read .table-header-wrap {
  background-color: #2d7ecf;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.duty-table-read .duty-table-header {
  border-collapse: collapse;
  width: 100%;
}
.duty-table-read .duty-table-header thead th {
  text-align: center;
  font-weight: normal;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.duty-table-read .duty-table-body {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.duty-table-read .duty-table-body td {
  text-align: center;
  border: 1px solid #000;
}
.duty-table-read .duty-table-body tr:first-of-type td {
  border-top: none;
}
.duty-table-read .campus-inner {
  display: inline-block;
  box-sizing: content-box;
  width: 1em;
  padding: 0.07rem;
}
.duty-table-read .type-inner {
  padding: 0.07rem;
}
.src-app-card-oaWeekPlan--index-fullscreen-3SZH4 {
  top: 0.2rem;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0.2rem;
}
.src-app-card-oaWeekPlan--index-fullscreen-3SZH4 .src-app-card-oaWeekPlan--index-fullScreen-2auD4 {
  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-3SZH4 .ant-tabs-tab {
  margin-right: 0;
  padding: 0.17rem 0.16rem;
}
.src-app-card-oaWeekPlan--index-fullscreen-3SZH4 .ant-list-split .ant-list-item {
  border-bottom: none;
}
.src-app-card-oaWeekPlan--index-fullscreen-3SZH4 .ant-card-head-title {
  padding: 0;
}
.src-app-card-oaWeekPlan--index-fullscreen-3SZH4 .src-app-card-oaWeekPlan--index-fontTitle-1h_sU {
  font-size: 0.16rem;
}
.src-app-card-oaWeekPlan--index-fullscreen-3SZH4 .src-app-card-oaWeekPlan--index-modalTitle-2eWkz {
  color: var(--themeColor);
  font-size: 0.18rem;
  font-weight: bold;
}
.src-app-card-oaWeekPlan--index-fullscreen-3SZH4 .ant-tabs .ant-tabs-bar {
  margin-bottom: 0;
}
.src-app-card-oaWeekPlan--index-fullscreen-3SZH4 .ant-modal {
  top: 0;
  padding-bottom: 0;
  height: 100%;
}
.src-app-card-oaWeekPlan--index-fullscreen-3SZH4 .ant-modal .ant-modal-content {
  border-radius: 0 !important;
  height: 100%;
}
.src-app-card-oaWeekPlan--index-fullscreen-3SZH4 .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-DDipB {
  display: flex;
  justify-content: space-between;
}
.src-app-card-oaWeekPlan--index-tableHeader-DDipB .src-app-card-oaWeekPlan--index-tableTime-28YyA {
  color: #1D2129;
  font-size: 0.16rem;
  font-weight: 500;
}
.src-app-card-oaWeekPlan--index-tableHeader-DDipB .src-app-card-oaWeekPlan--index-tableTitle-1QqSD {
  color: #1D2129;
  font-size: 0.2rem;
  font-weight: 500;
}
.src-app-card-oaWeekPlan--index-planTab-WsF4G {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
}
.src-app-card-oaWeekPlan--index-planTab-WsF4G .src-app-card-oaWeekPlan--index-bz-2qckF {
  height: 0.4rem;
  width: 2rem;
}
.src-app-card-oaWeekPlan--index-planTab-WsF4G .src-app-card-oaWeekPlan--index-bz-2qckF 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-WsF4G th,
.src-app-card-oaWeekPlan--index-planTab-WsF4G tr,
.src-app-card-oaWeekPlan--index-planTab-WsF4G td {
  border: 1px solid #d9d9d9;
}
.src-app-card-oaWeekPlan--index-planTab-WsF4G tr {
  min-height: 1rem;
  text-align: center;
}
.src-app-card-oaWeekPlan--index-planTab-WsF4G th {
  text-align: center;
  min-width: 2rem;
}
.src-app-card-oaWeekPlan--index-planTab-WsF4G .src-app-card-oaWeekPlan--index-todayItem-3CKkW {
  color: #397ef0;
}
.src-app-card-oaWeekPlan--index-planTab-WsF4G td {
  padding: 0.05rem;
}
.src-app-card-oaWeekPlan--index-planTab-WsF4G td div[class='a'] {
  background-color: #f6f7fb;
}
.src-app-card-oaWeekPlan--index-planTab-WsF4G td div[class='b'] {
  background-color: #e6f4ff;
}
.src-app-card-oaWeekPlan--index-planTab-WsF4G td div[class='c'] {
  background-color: #fffbe6;
}
.src-app-card-oaWeekPlan--index-planTab-WsF4G td div[class='d'] {
  background-color: #e5fff3;
}
.src-app-card-oaWeekPlan--index-planTab-WsF4G 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-WsF4G td div p {
  color: #000;
}
.src-app-card-oaWeekPlan--index-planTab-WsF4G td div p[class='flexTag'] {
  display: flex;
  align-items: start;
}
.src-app-card-oaWeekPlan--index-planTab-WsF4G td div p[class='overflow'] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.src-app-card-oaWeekPlan--index-planTab-WsF4G span {
  display: inline-block;
  white-space: nowrap;
}
.src-app-card-oaWeekPlan--index-planTab-WsF4G span[class='title_i'] {
  white-space: normal;
  font-size: 0.16rem;
  font-weight: 500;
  width: 100%;
}
.src-app-card-oaWeekPlan--index-planTab-WsF4G span[class='title_today'] {
  white-space: normal;
  font-size: 0.16rem;
  font-weight: 500;
  width: 100%;
  color: #397ef0;
}
.src-app-card-oaWeekPlan--index-planTab-WsF4G span[class='text'] {
  width: 75%;
  white-space: normal;
}
.src-app-card-oaWeekPlan--index-planTab2-3yZ-g {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
}
.src-app-card-oaWeekPlan--index-planTab2-3yZ-g .src-app-card-oaWeekPlan--index-bz-2qckF {
  height: 0.4rem;
  width: 2rem;
}
.src-app-card-oaWeekPlan--index-planTab2-3yZ-g .src-app-card-oaWeekPlan--index-bz-2qckF 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-3yZ-g th,
.src-app-card-oaWeekPlan--index-planTab2-3yZ-g tr,
.src-app-card-oaWeekPlan--index-planTab2-3yZ-g td {
  border: 1px solid #d9d9d9;
}
.src-app-card-oaWeekPlan--index-planTab2-3yZ-g tr {
  min-height: 1rem;
  text-align: center;
}
.src-app-card-oaWeekPlan--index-planTab2-3yZ-g th {
  text-align: center;
  min-width: 2rem;
}
.src-app-card-oaWeekPlan--index-planTab2-3yZ-g .src-app-card-oaWeekPlan--index-todayItem-3CKkW {
  color: #397ef0;
}
.src-app-card-oaWeekPlan--index-planTab2-3yZ-g td {
  padding: 0.05rem;
}
.src-app-card-oaWeekPlan--index-planTab2-3yZ-g td div[class='a'] {
  background-color: #f6f7fb;
}
.src-app-card-oaWeekPlan--index-planTab2-3yZ-g td div[class='b'] {
  background-color: #e6f4ff;
}
.src-app-card-oaWeekPlan--index-planTab2-3yZ-g td div[class='c'] {
  background-color: #fffbe6;
}
.src-app-card-oaWeekPlan--index-planTab2-3yZ-g td div[class='d'] {
  background-color: #e5fff3;
}
.src-app-card-oaWeekPlan--index-planTab2-3yZ-g 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-3yZ-g td div p {
  color: #000;
}
.src-app-card-oaWeekPlan--index-planTab2-3yZ-g td div p[class='flexTag'] {
  display: flex;
  align-items: start;
}
.src-app-card-oaWeekPlan--index-planTab2-3yZ-g td div p[class='overflow'] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.src-app-card-oaWeekPlan--index-planTab2-3yZ-g .src-app-card-oaWeekPlan--index-tdItem-26x7T {
  max-width: 6rem;
}
.src-app-card-oaWeekPlan--index-planTab2-3yZ-g span {
  display: inline-block;
  white-space: nowrap;
}
.src-app-card-oaWeekPlan--index-planTab2-3yZ-g span[class='title_i'] {
  white-space: normal;
  font-size: 0.16rem;
  font-weight: 500;
  width: 100%;
}
.src-app-card-oaWeekPlan--index-planTab2-3yZ-g span[class='title_today'] {
  white-space: normal;
  font-size: 0.16rem;
  font-weight: 500;
  width: 100%;
  color: #397ef0;
}
.src-app-card-oaWeekPlan--index-planTab2-3yZ-g span[class='text'] {
  width: 75%;
  white-space: normal;
}
.src-app-card-oaWeekPlan--index-fileCard-2PCGN {
  display: flex;
  font-size: 0.16rem;
}
.src-app-card-oaWeekPlan--index-fileCard-2PCGN .src-app-card-oaWeekPlan--index-fileItem-lj_Xq {
  margin-bottom: 0.1rem;
}
.src-app-card-oaWeekPlan--index-fileCard-2PCGN a {
  margin: 0 0.2rem;
}
.src-app-card-oaWeekPlan--index-meetingTable-3_dtF {
  margin-top: 0.1rem;
  height: calc(100vh - 1.88rem);
  overflow-y: auto;
}
.src-app-card-oaWeekPlan--index-meetingTable-3_dtF table {
  width: 100%;
  border-color: #d4d4d4;
}
.src-app-card-oaWeekPlan--index-meetingTable-3_dtF thead th {
  text-align: center;
  background-color: #2a82e9;
  color: #fff;
}
.src-app-card-oaWeekPlan--index-meetingTable-3_dtF thead th:nth-child(-n+3) {
  width: 1rem;
}
.src-app-card-oaWeekPlan--index-meetingTable-3_dtF td,
.src-app-card-oaWeekPlan--index-meetingTable-3_dtF th {
  padding: 0.04rem;
}
.src-app-card-oaWeekPlan--index-meetingTable-3_dtF tbody tr {
  background-color: #d4e7ff;
}
.src-app-card-oaWeekPlan--index-meetingTable-3_dtF tbody tr.src-app-card-oaWeekPlan--index-odd-1CaV9 {
  background-color: #ecf5ff;
}
.src-app-card-oaWeekPlan--index-meetingTable-3_dtF tbody tr td {
  color: #333;
}
.src-assets-style-card-weekPlan--index-weekPlan-VGLBi {
  margin-top: 0.16rem;
}
.src-assets-style-card-weekPlan--index-weekPlan-VGLBi .src-assets-style-card-weekPlan--index-dateList-2Z3Og {
  display: flex;
  text-align: center;
}
.src-assets-style-card-weekPlan--index-weekPlan-VGLBi .src-assets-style-card-weekPlan--index-dateList-2Z3Og .src-assets-style-card-weekPlan--index-dateItem-3KAN- {
  flex: auto;
  margin-top: 0.1rem;
}
.src-assets-style-card-weekPlan--index-weekPlan-VGLBi .src-assets-style-card-weekPlan--index-dateList-2Z3Og .src-assets-style-card-weekPlan--index-dateItem-3KAN- .src-assets-style-card-weekPlan--index-dateNum-3g5gR {
  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-VGLBi .src-assets-style-card-weekPlan--index-dateList-2Z3Og .src-assets-style-card-weekPlan--index-dateItem-3KAN- .src-assets-style-card-weekPlan--index-dateNum-3g5gR.src-assets-style-card-weekPlan--index-active-3Gnk8 {
  color: #fff;
  background-color: #0070c1;
}
.src-assets-style-card-weekPlan--index-weekPlan-VGLBi .src-assets-style-card-weekPlan--index-weekContent-2i3_y {
  margin-top: 0.1rem;
  height: 1.65rem  !important;
}
.src-assets-style-card-weekPlan--index-weekPlan-VGLBi .src-assets-style-card-weekPlan--index-weekContent-2i3_y .src-assets-style-card-weekPlan--index-weekContentItem-33Gts {
  background: #438eb90d;
  padding: 0.12rem 0.16rem;
  color: #262626;
  cursor: pointer;
}
.src-assets-style-card-weekPlan--index-weekPlan-VGLBi .src-assets-style-card-weekPlan--index-weekContent-2i3_y .src-assets-style-card-weekPlan--index-weekContentItem-33Gts:not(:last-child) {
  margin-bottom: 0.1rem;
}
.src-assets-style-card-weekPlan--index-fullScreen-2ucP1 {
  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-3ScoY {
  font-size: 0.16rem;
}
