html {
  overflow-x: hidden;
}

.mianBox,
.kehuBox,
.danganBox,
.gy-sf-main,
.container-fluid {
  background: #fff;
  padding: 0 10px 10px;
  height: calc(100vh - 90px);
  overflow: auto;
}

/*滚动条样式*/
*::-webkit-scrollbar,
.gdtYs::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
}

*::-webkit-scrollbar-thumb,
.gdtYs::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

*::-webkit-scrollbar-track,
.gdtYs::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.site-layout {
  /* margin-left: 200px; */
  overflow: hidden;
}

.searchBox {
  padding: 10px 10px 0 !important;
  /* background: #f0f3f4;
  border-bottom: 1px solid #ccc; */
  /* background: var(--tab-headle-bg-color); */
  box-shadow: var(--box-shadow-base);
}

.searchBox2 {
  padding: 10px !important;
}

.searchBox .ant-form-item {
  margin-bottom: 10px !important;
}

.searchBox .ant-input {
  min-width: 100px;
}

.searchBox .ant-select {
  min-width: 100px;
}

.ghxxBox .ant-form-item {
  margin-bottom: 10px !important;
}

.ghxxBox .ant-form-item .ant-form-item {
  margin-bottom: 0 !important;
}

.ghxxBox .ant-input[disabled],
.ghxxBox
  .ant-select-disabled.ant-select:not(.ant-select-customize-input)
  .ant-select-selector,
.ghxxBox .ant-picker.ant-picker-disabled {
  background-color: #fff;
  color: #333;
}

.ghxxBox .ant-picker-input > input[disabled] {
  color: #333;
}

.btnBox {
  margin-top: 10px;
  padding: 12px;
  background-color: #cce9e8;
  border-bottom: 1px solid var(--primary-color);
}

.btnBox button {
  margin-right: 10px;
}

.ant-table-thead > tr > .blueColor {
  color: var(--primary-color);
}

.ant-table,
.ant-table-bordered {
  /* border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb; */
}

.ant-table.ant-table-bordered
  > .ant-table-container
  > .ant-table-content
  > table,
.ant-table.ant-table-bordered
  > .ant-table-container
  > .ant-table-header
  > table {
  /* border-top: 1px solid #bbb !important; */
}

.ant-table-bordered .ant-table-thead > tr > th {
  padding: 8px 16px;
  border-bottom-color: var(--border-color-base) !important;
  border-top-color: #fff;
  border-left-color: #fff;
  color: #000;
}

.ant-table-bordered .ant-table-tbody > tr > td {
  border: 1px solid #e3e8ee;
  border-top: 0;
  border-left: 0;
  padding: 4px 16px;
}

.ant-pagination {
  margin: 0 !important;
  padding: 12px !important;
  background-color: #f0f3f4;
}

.redColor {
  color: #f00;
  font-weight: bold;
  font-size: 16px;
}

.site-page-header {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  color: #000;
  padding: 0 10px !important;
  margin: 0 -10px !important;
}

.site-page-header .ant-page-header-heading-title {
  font-size: 16px;
  font-weight: normal !important;
}

.iconBox {
  font-size: 14px;
  color: var(--primary-color);
  margin-bottom: 0;
  line-height: 34px;
  min-height: 34px;
}

.iconBox span {
  margin-right: 10px;
  cursor: pointer;
}

.iconBox span:last-of-type {
  margin-right: 0;
}

.kehuB {
  position: relative;
  padding: 0;
}

.kehuB img {
  width: 200px;
  height: 280px;
  position: absolute;
  top: 60px;
  right: 20px;
  background: #ddd;
}

.kehuTab {
  margin-bottom: 30px;
}

.zhouqiD {
  padding: 2px 10px;
  color: var(--primary-color);
  background-color: #f2f3f7;
}

.zhouqiD .ant-row {
  margin-bottom: 0;
}

.zhouqiD .ant-select {
  color: var(--primary-color);
}

.zhouqiD .ant-select-selector {
  border: none !important;
}

.kaigBox > div {
  display: inline-block;
  width: 100px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #aaa;
  color: rgba(0, 0, 0, 0.85);
  background: #f9f9f9;
  border-radius: 2px;
}

.kaigBox > div.kai {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background: #fff;
}

.btns-right .ant-btn {
  margin-left: 10px;
}

.danganB .kehuXx {
  margin-top: 10px;
}

.ant-descriptions-bordered .ant-descriptions-view {
  border-color: #ddd !important;
}

.ant-descriptions-bordered .ant-descriptions-row {
  border-bottom-color: #ddd !important;
}

.ant-descriptions-bordered .ant-descriptions-item-label,
.ant-descriptions-bordered .ant-descriptions-item-content {
  border-right-color: #ddd !important;
}

.tabBox {
  margin-top: 10px;
}

.tabBox .ant-tabs-tab-btn {
  font-size: 16px;
}

.tabBox .ant-tabs-nav {
  margin-bottom: 0 !important;
  /* border-bottom: 1px solid var(--primary-color); */
}

.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
  /* border-color: #bbb !important; */
}

.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
  /* border-color: var(--primary-color) !important; */
}

.tabBox .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: var(--primary-color);
}

.tabBox .ant-tabs-ink-bar {
  background: #169bd5;
}

.tabBox .ant-tabs-content-holder {
  padding: 10px;
  border: 1px solid var(--primary-color);
}

.tabsBox {
  margin-top: 20px;
  background: #f2f2f2;
}

.tabsBox .ant-tabs-tab-btn {
  font-size: 14px;
  margin: 0px 12px;
}

.tabsBox .ant-tabs-nav {
  margin-bottom: 0 !important;
  /* border-bottom: 1px solid var(--primary-color); */
}

.tabsBox .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: var(--primary-color);
}

.tabsBox .ant-tabs-ink-bar {
  background: Transparent;
}

.tabsBox .ant-tabs-content-holder {
  padding: 16px;
  border-top: 1px solid #bbb;
}

/*
.kehuXx .ant-descriptions-row > th,
.kehuXx .ant-descriptions-row > td{
	padding-bottom: 0;
}
.kehuXx .ant-descriptions-item-label,
.kehuXx .ant-descriptions-item-content{
	font-size: 16px;
} */

.tijianBox {
  padding: 20px 0;
}

.wenjuanList {
  margin-top: 20px;
}

.tijianList .listT,
.wenjuanList .listT,
.jiankangJc .listT {
  font-weight: bold;
  background: #f2f2f2;
  padding: 10px 20px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  line-height: 30px;
}

.tijianList .listT p {
  font-weight: 500;
  margin-bottom: 0;
}

.tijianList .listT p span {
  margin-left: 20px;
}

.tijianList .inputBox,
.tijianList .biaoqianBox {
  padding: 40px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}

.tijianList .biaoqianBox span {
  float: left;
  padding: 5px 20px;
  text-align: center;
  min-width: 160px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(25, 178, 206, 1);
}

.listB .ant-table-tbody > tr > td {
  border-color: #e8e8e8 !important;
  padding: 10px 16px;
}

.listB
  .ant-table.ant-table-bordered
  > .ant-table-container
  > .ant-table-content
  > table,
.listB
  .ant-table.ant-table-bordered
  > .listB
  .ant-table-container
  > .listB
  .ant-table-header
  > table {
  border-color: #e8e8e8 !important;
}

.listB .ant-table-thead > tr > th {
  font-weight: bold;
  background: none;
}

.listB .listText {
  margin-bottom: 0;
  padding: 20px;
  border: 1px solid #e8e8e8;
}

.navBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.navBox .navList p {
  margin-bottom: 0;
  display: inline-block;
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
  border: 1px solid var(--primary-color);
  border-right: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.navBox .navList p:last-of-type {
  border-right: 1px solid var(--primary-color);
}

.navBox .navList .navC {
  color: #fff;
  background: var(--primary-color);
}

.wenjuanList .listT {
  margin-bottom: 20px;
}

.wenjuanList .list {
  padding: 0 30px;
  margin-bottom: 10px;
}

.wenjuanList .list .tit {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 14px;
}

.wenjuanB {
  border: 1px solid #e8e8e8;
}

.wenjuanList .list .ant-checkbox-group-item,
.wenjuanList .list .ant-radio-wrapper {
  margin-right: 40px;
}

.wenjuanList .list .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0;
}

.wenjuanList .list .ant-checkbox-wrapper {
  width: 240px;
  margin-bottom: 10px;
}

.xueyaBox .s {
  display: inline-block;
  margin-right: 40px;
}

.xueyaBox .ant-form-item {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 40px;
}

.xueyaBox .danwei {
  display: inline-block;
  width: 100px;
  text-align: left;
}

.xueyaBox .xySelect {
  margin-bottom: 20px;
}

.xueyaBox .xySelect:last-of-type {
  margin-bottom: 0;
}

.xueyaBox .ant-form label {
  line-height: 32px;
}

.xueyaBox .ant-row {
  margin-bottom: 20px;
}

.xueyaBox .ant-row:last-of-type {
  margin-bottom: 0;
}

.xueyaBox .ant-descriptions-bordered .ant-descriptions-row {
  border-bottom: 1px solid #e8e8e8;
}

.xyCheckbox .ant-checkbox-wrapper,
.xyCheckbox .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0;
  margin-right: 40px;
  margin-bottom: 20px;
}

.jianchaBox .ant-table-thead > tr > th {
  background: #f2f2f2;
}

.jianchaBox .listBox .ant-table-thead > tr > th {
  background: #fff;
}

.addDanx {
  padding: 0 20px;
}

.addDanx .ant-col {
  width: 90px;
}

.xiangmBox {
  display: flex;
  justify-content: space-between;
}

.xiangmBox > div {
  width: 49%;
}

.xiangmB {
  margin-top: 10px;
  background: #f2f2f2;
  padding: 10px;
  min-height: 480px;
}

.xiangmTit {
  margin-bottom: 10px;
}

.xiangmTit2 {
  display: flex;
  justify-content: space-between;
  color: var(--primary-color);
  line-height: 32px;
}

.xiangmTit2 span {
  display: inline-block;
  height: 32px;
  width: 80px;
  text-align: center;
  margin-left: 6px;
  border-bottom: 1px solid #999;
  color: #333;
}

.jieguoBox {
  padding-left: 8px;
}

.listBox {
  margin-top: 20px;
}

.jieguoBox > div:first-of-type {
  font-size: 15px;
}

.listBox .listT > div {
  width: 400px;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}

.listBox .listT > div .ant-form-item {
  margin-bottom: 0;
}

/* 首页样式 */
.mainBox {
  padding: 8px;
  height: calc(100vh - 81px);
  overflow: auto;
}

.mainB1 {
  display: flex;
  justify-content: space-between;
  /* height: 450px; */
}

.mainB1 > div {
  padding: 10px;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
}

.mainB1_l {
  width: calc(33.3% - 5px);
}

.mainB1_r {
  width: calc(66.6% - 5px);
}

.mainB {
  width: 100%;
  padding: 0;
  background: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.mainB > div {
  display: flex;
  justify-content: space-between;
}

.mainB .mainB1_l .tab {
  width: calc(50% - 5px);
}

.mainB .mainB1_r .tab {
  width: calc(25% - 7.5px);
}

.mainB .tab {
  padding: 10px 20px;
  overflow: hidden;
  color: #fff;
  line-height: 25px;
  overflow: hidden;
}

.mainB .tab img {
  float: left;
  width: 30px;
  height: 30px;
  /* background: #fff; */
  margin-right: 15px;
  margin-top: 10px;
}

.mainB .tab1 {
  background: #009389;
}

.mainB .tab2 {
  background: #17a7c1;
}

.mainB .tab3 {
  background: #4b98f0;
}

.mainB .tab4 {
  background: #f6b21e;
}

.mainB .mainBTit {
  font-size: 20px;
  font-weight: bold;
}

.mainB .mainBTxt {
  font-size: 14px;
}

.mainB1 .list1 {
  padding: 10px;
}

.mainB1 .list1 .name {
  font-size: 18px;
  padding: 4px 10px;
}

.mainB1 > .mainB1_r {
  padding: 10px 20px;
}

.mainB1_Tab {
  overflow: hidden;
  line-height: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebedf2;
}

.mainB1_Tab .name {
  float: left;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  width: auto;
}

.mainB1_Tab .mainB1_Btn {
  float: right;
  display: flex;
}

.mainB1_Tab .mainB1_Btn div {
  padding: 0 10px;
  margin-left: 10px;
  cursor: pointer;
}

.mainB1_Tab .mainB1_Btn .mainB1_BtnS {
  background: #e5f4f3;
  color: var(--primary-color);
}

.list1B {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.list1B .data-item {
  flex: 1;
  margin: 5px;
  padding: 16px 0 20px;
  background-color: #f3f5f8;
  text-align: center;
}

.list1B .data-item .num {
  font-size: 30px;
  color: #f83333;
  margin: 0;
}

.list1B .data-item .t {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.chatBox {
  height: 300px;
  width: 100%;
  overflow: hidden;
}

.chatBox > div:first-of-type,
.chatBox > div canvas {
  width: 100% !important;
}

.mainB2 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 475px;
}

.mainB2 .mainB2L {
  width: calc(33.3% - 5px);
}

.mainB2 .riliBox {
  padding: 20px;
  width: 100%;
  background-color: #fff;
  overflow-y: auto;
  height: 475px;
  position: relative;
}

.mainB2 .riliBox .rili_bq {
  position: absolute;
  left: 20rpx;
  top: 20rpx;
}

.mainB2 .riliBox .rili_bq .ant-badge {
  margin-right: 20px;
}

.mainB2 .riliBox .rili_bq .ant-badge-status-text {
  color: #666;
}

.mainB2 .riliBox .ant-picker-cell .ant-picker-cell-inner {
  width: 38px;
  height: 38px;
  line-height: 38px;
  position: relative;
  font-size: 18px;
}

.mainB2 .riliBox .ant-picker-calendar-mini .ant-picker-content thead th {
  line-height: 43px;
  font-size: 14px;
  background: var(--primary-color);
  color: #fff;
  font-weight: bold;
}

.mainB2 .riliBox .ant-picker-calendar-header .ant-picker-calendar-mode-switch {
  display: none;
}

.mainB2 .riliBox .ant-picker-cell .ant-picker-cell-inner .rl_dian {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  line-height: 12px;
}

.mainB2 .riliBox .ant-picker-cell {
  padding: 5px 0;
}

.mainB2 .riliBox tbody tr:first-of-type .ant-picker-cell {
  padding-top: 10px;
}

.mainB2 .riliBox .ant-picker-cell .ant-picker-cell-inner .rl_dian .ant-badge {
  margin: auto 2px;
}

.mainB2 .mainB2L .mainB1_l {
  background: #fff;
  /* height: 580px; */
  margin-top: 10px;
  overflow-y: auto;
  padding: 10px 20px;
  width: 100%;
}

.mainB2 .riliBox .ant-picker-calendar-mini {
  height: 100%;
}

.mainB2 .tableBox {
  width: calc(66.6% - 5px);
  padding: 20px;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
}

.mainB2 .tableBox .ant-table-thead > tr > th {
  color: #fff;
  background: var(--primary-color);
}

.tableBox .tableNav {
  overflow: hidden;
  padding-bottom: 10px;
  display: flex;
  border-bottom: 1px solid #ebedf2;
  margin-bottom: 10px;
}

.tableBox .tableNav .ant-badge {
  float: left;
  padding-right: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.riliBox .ant-picker-calendar-mini .ant-picker-calendar-header {
  padding: 0;
  padding-bottom: 10px;
}

.tableBox .tableNav .navList {
  height: 24px;
  line-height: 24px;
  position: relative;
  background: #fff;
  margin-right: 10px;
  padding: 0 10px;
  cursor: pointer;
}

.tableBox .tableNav .navListS {
  background: #e5f4f3;
  color: var(--primary-color);
}

.tableBox .tableNav .navList > span {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #ff0000;
  border-radius: 3px;
  right: 0;
  top: 0;
}

.tableBox .ant-table-thead > tr > th,
.tableBox .ant-table-tbody > tr > td,
.tableBox .ant-table tfoot > tr > th,
.tableBox .ant-table tfoot > tr > td {
  padding: 10px;
}

/* .riliBox .ant-picker-cell .ant-picker-cell-inner {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
}

.riliBox .ant-picker-calendar-header .ant-picker-calendar-mode-switch {
  display: none;
}

.riliBox
  .ant-select-single.ant-select-sm:not(.ant-select-customize-input)
  .ant-select-selector {
  padding: 0 30px;
}

.riliBox .ant-picker-calendar-mini .ant-picker-content th {
  padding: 10px 0;
  background: var(--primary-color);
  color: #fff;
}

.riliBox .ant-picker-cell {
  padding: 5px 0;
}

.riliBox
  .ant-picker-cell-in-view.ant-picker-cell-selected
  .ant-picker-cell-inner,
.riliBox
  .ant-picker-cell-in-view.ant-picker-cell-range-start
  .ant-picker-cell-inner,
.riliBox
  .ant-picker-cell-in-view.ant-picker-cell-range-end
  .ant-picker-cell-inner {
  background: var(--primary-color);
}

.riliBox
  .ant-picker-cell-in-view.ant-picker-cell-today
  .ant-picker-cell-inner::before {
  border-color: var(--primary-color);
} */

.loginBox {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url(../images/loginBg.jpg) no-repeat;
  background-position: center;
  position: relative;
}

.loginBox .login-logo {
  margin: 40px;
}

.login-wrap {
  display: flex;
  width: 1000px;
  height: 500px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loginPic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 500px;
  background: url(../images/login-pic.jpg) no-repeat center center;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.23);
}

.loginPic .txt {
  letter-spacing: 20px;
  font-size: 16px;
}

.loginB {
  width: 500px;
  height: 500px;
  padding: 36px 70px 20px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.23);
}

.loginBox .title {
  font-size: 30px;
  color: var(--primary-color);
  text-align: center;
}

.loginB .tit {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
  text-align: center;
}

.loginB p {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.loginB input {
  font-size: 16px;
}

.loginB .ant-form-item-control-input-content {
  background: #f4f5f9;
}

.pingguBox .bgBox {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding: 30px;
  overflow-y: auto;
  height: calc(100vh - 208px);
}

.pingguBox .navBox {
  margin-bottom: 0;
}

.pgedBox .w-e-text-container {
  height: auto !important;
  min-height: 180px;
}

.jbPgBox {
  display: flex;
  justify-content: space-between;
}

.jbPgBox > div {
  border-radius: 5px;
  overflow: hidden;
}

.jbPgBox .jb_l {
  width: calc(75% - 5px);
}

.jbPgBox .jb_r {
  width: calc(25% - 5px);
}

.jbPgBox .jb_tit {
  height: 40px;
  line-height: 40px;
  /* background: var(--primary-color);
  color: #fff; */
  font-size: 15px;
  font-weight: bold;
  padding: 0 10px;
  background: #fff;
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}

.jbPgBox .jb_lBox {
  padding: 0 10px 10px;
  /* border: 1px solid #ccc; */
  border-top: none;
}

.jb_rBox {
  border: 1px solid #ccc;
  border-top: none;
}

.jbPgBox .jb_btn {
  padding: 10px;
  line-height: 32px;
  display: flex;
  justify-content: space-between;
}

.jbPgBox .jb_lBox .jb_btn {
  padding: 10px 0;
}

.jbPgBox .jb_btn .t {
  font-size: 15px;
  /* color: var(--primary-color); */
  color: #e6a23c;
}

.jbPgBox .jb_btn button {
  margin-left: 10px;
}

.jbPgBox .jb_jlBox {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.jb_rTree {
  padding: 10px;
  border-top: 1px solid #ddd;
}

.jbT_list {
  margin-bottom: 10px;
}

.jbT_list .date {
  overflow: hidden;
  line-height: 32px;
  color: var(--primary-color);
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 5px;
  /* border-bottom: 2px solid #adf6f1; */
  display: flex;
  justify-content: space-between;
}

.jbT_list .all {
  overflow: hidden;
  line-height: 30px;
  font-weight: bold;
  font-size: 14px;
}

.jbT_list .allC {
  color: var(--primary-color);
}

.jbT_list .date img,
.jbT_list .all img {
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-right: 10px;
}

.jbT_list .jb_listBox .list {
  display: flex;
  justify-content: space-between;
  line-height: 20px;
  padding: 8px 10px 8px 30px;
}

.jbT_list .jb_listBox .listC {
  background: #cbe0e8;
}

.jbT_list .jb_listBox .list .tit {
  width: 65%;
  overflow: hidden;
  cursor: pointer;
}

.jbT_list .jb_listBox .list .icon {
  font-size: 18px;
  color: var(--primary-color);
  cursor: pointer;
}

.jbT_list .jb_listBox .list .noicon {
  color: #999;
}

.jbT_list .jb_listBox .list .type {
  color: #999;
}

.jbT_list .jb_listBox .list .ypg {
  color: #5197b2;
}

.fxyzBox .uBox {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  font-size: 16px;
  background: #f1f1f1;
  border-radius: 4px;
}

.fxyzBox .uBox span {
  font-weight: bold;
}

.fxyzBox .fxyzBtn {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  line-height: 32px;
}

.fxyzBox .fxyzBtn .t {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: bold;
}

.fxyzBox .jbPgBox .jb_l {
  height: 440px;
  overflow-y: auto;
}

.fxyzBox .jbPgBox .jb_r .jb_rBox {
  height: 400px;
  overflow-y: auto;
}

.fxyzBox .jbPgBox .jb_l .ant-table-bordered .ant-table-thead > tr > th {
  background: var(--primary-color) !important;
  color: #fff;
}

.fxyzBox .fxyzTs {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.fxyzBox .fxyzTs .p {
  padding-left: 10px;
}

.pingguB {
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  padding: 20px;
  border-radius: 6px;
  background: #fff;
  min-width: 900px;
}

.pingguB .tit {
  color: var(--primary-color);
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

.pingguB .fengxianBox > p {
  font-size: 16px;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 0px;
}

.pingguB .fengxianBox > div {
  position: relative;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}

.pingguB .fengxianBox > div p {
  width: 25%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.pingguB .fengxianBox > div > span {
  font-size: 24px;
  position: absolute;
  width: 25%;
  text-align: center;
  top: 0;
  left: 0;
}

.pingguB .yinsuBox {
  margin-bottom: 20px;
}

.yinsuBox .ant-table-thead > tr > th {
  background: #93d5d9;
  color: #000;
  font-weight: bold;
}

.yinsuBox .ant-table-thead > tr > th,
.yinsuBox .ant-table-tbody > tr > td {
  padding: 8px 16px;
}

.yijianBox .biaoqian {
  display: flex;
  justify-content: space-between;
}

.yijianBox .biaoqian > span {
  padding: 0 30px;
  border: 1px solid var(--primary-color);
  border-bottom: none;
  color: var(--primary-color);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background: #fff;
  line-height: 40px;
  height: 40px;
}

.yijianBox .biaoqian > .iconBox {
  width: 40px;
  padding: 0;
  text-align: center;
  font-size: 20px;
  color: var(--primary-color);
}

.yijianBox .rich-text-field > div:first-of-type {
  border-bottom: 1px solid #eee !important;
  z-index: 11 !important;
}

.yijianBox .rich-text-field > div:last-of-type {
  border-top: none !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 10 !important;
}

.yijianBox .rich-text-field > div {
  border: 1px solid var(--primary-color) !important;
}

.yijianBox .addBtn {
  margin-top: 20px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 4px;
  cursor: pointer;
}

.xinliBox {
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid var(--primary-color);
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.xinliBox > div:first-of-type {
  overflow: hidden;
  line-height: 60px;
  font-size: 28px;
  width: 300px;
}

.xinliBox > div:first-of-type span {
  height: 60px;
  font-weight: bold;
}

.xinliBox > div:first-of-type img {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
}

.xinliBox > div:last-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 300px);
}

.xinliBox > div > div {
  width: 30%;
  margin-bottom: 10px;
  line-height: 30px;
  display: flex;
  justify-content: center;
}

.xinliBox > div > div:nth-child(n + 4) {
  margin-bottom: 0;
}

.xinliBox > div > div span {
  text-align: right;
  display: inline-block;
  width: 50%;
  min-width: 200px;
  font-size: 14px;
  font-weight: bold;
}

.xinliBox > div > div .ant-input {
  border-bottom: 1px solid #999;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
}

.xinliBox2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.xinliBox2 > div {
  width: calc(50% - 20px);
  height: 400px;
}

.xinliBox2 .ant-table-thead > tr > th,
.xinliBox2 .ant-table-tbody > tr > td {
  padding: 8px 16px;
}

.fenxiBox {
  padding: 20px;
  border: 1px solid var(--primary-color);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 8px;
  margin-bottom: 20px;
}

.fenxiBox .fenxiList {
  /* 健康评估-心理评估调整  60px 改 12px*/
  width: calc(50% - 12px);
  margin-bottom: 20px;
}

.fenxiBox .fenxiList .fenxiTit {
  color: var(--primary-color);
  font-size: 16px;
  margin-bottom: 8px;
  padding-left: 5px;
}

.fenxiBox .fenxiList .fenxiB {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 20px;
  /* 健康评估-心理评估调整  150px 改 130px*/
  min-height: 130px;
}

.fenxiBox .fenxiList .fenxiB_tit {
  font-size: 16px;
  color: #333;
}

.fenxiBox .fenxiList .fenxiB_txt {
  font-size: 16px;
  color: #999;
}

.pingguB .shuoming {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  padding: 5px 10px;
  border-top: 1px solid #999;
}

.yijianBox .xiangqingBox {
  min-height: 150px;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid var(--primary-color);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.zypgBox > div {
  margin-bottom: 10px;
  display: flex;
}

.zypgBox .zyTit {
  width: 80px;
  font-weight: bold;
  display: flex;
}

.zypgBox .zyTit span {
  display: inline-flex;
  align-items: center;
}

.zypgBox .zyTxt {
  width: calc(100% - 80px);
}

.yinshi1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.yinshi1Box {
  width: 40%;
}

.yinshi1Box:first-of-type {
  background: url(../images/yinshi.jpg) no-repeat;
  background-position: center;
  background-size: 80%;
  position: relative;
}

.yinshi1Box:first-of-type > div {
  width: 70%;
  text-align: center;
  height: 100px;
  background: #fff;
  border-radius: 10px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 18px;
  box-sizing: border-box;
  padding-top: 16px;
}

.yinshi1Box:first-of-type > div span {
  font-size: 30px;
  color: #d95d60;
  display: block;
  margin-top: 4px;
}

.yinshi1Box:last-of-type {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.yinshi1Box:last-of-type img {
  width: 60%;
  height: 440px;
}

.yinshi1_span {
  width: 38%;
}

.yinshi1_span > span {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f2f2f2;
  margin-bottom: 10px;
  border-radius: 8px;
}

.yinshi1_span span:last-of-type {
  margin-bottom: 0;
}

.yinshi2 {
  width: 100%;
  margin-bottom: 30px;
}

.yinshi2 > p {
  font-size: 18px;
  color: var(--primary-color);
}

.yinshi2_img {
  display: flex;
  justify-content: space-between;
}

.yinshi2_img > div {
  width: calc(10% - 20px);
  font-size: 16px;
  text-align: center;
}

.yinshi2_img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 3px #cecece;
}

.yinshi2_img span {
  margin-top: 10px;
  display: inline-block;
}

.yinshi3Box {
  overflow: hidden;
  padding-bottom: 10px;
}

.yinshi3Box > div {
  text-align: center;
  width: calc(33.3% - 20px);
  float: left;
  height: 50px;
  position: relative;
  line-height: 50px;
  border-radius: 8px;
  margin-right: 30px;
  background: #f2f2f2;
  margin-bottom: 20px;
}

.yinshi3Box > div:nth-child(3n) {
  margin-right: 0;
}

.yinshi3Box > div img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 30px;
}

.yinshi4Box_h {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.yinshi4Box_h > div {
  width: calc(25% - 15px);
  box-sizing: border-box;
  padding: 10px 40px 20px;
  font-size: 14px;
  font-weight: bold;
}

.yinshi4Box_h > div div:first-of-type {
  display: flex;
  justify-content: space-between;
}

.yinshi4Box_h > div div:last-of-type {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
}

.yinshi4Box_b {
  background: #f2f2f2;
  padding: 0 40px;
  margin-bottom: 30px;
}

.yinshi4T_h {
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-bottom: 1px solid var(--primary-color);
  display: flex;
  justify-content: space-between;
}

.yinshi4T1 {
  width: 15%;
  text-align: center;
  display: flex;
}

.yinshi4T1 > div,
.yinshi4T2 > div {
  align-self: center;
  width: 100%;
}

.yinshi4T1 > div span:last-of-type {
  margin-top: 6px;
}

.yinshi4T2 {
  width: 70%;
  display: flex;
}

.yinshi4T3 {
  font-weight: bold;
}

.yinshi4T2 > span {
  align-self: center;
}

.yinshi4T_l {
  display: flex;
  border-bottom: 1px solid var(--primary-color);
  justify-content: space-between;
}

.yinshi4T_l:last-of-type {
  border-bottom: none;
}

.yinshi4T_l > div {
  padding: 20px 0;
}

.yinshi4T_l span {
  display: block;
}

.yinshiBtn > div {
  display: inline-block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  margin-left: 30px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}

.yundong1 {
  display: flex;
  padding: 20px;
  border: 1px solid var(--primary-color);
  justify-content: space-between;
  margin-bottom: 20px;
}

.yundong1 > div:first-of-type {
  width: 22%;
  overflow: hidden;
}

.yundong1 > div:first-of-type img {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.yundong1 > div:first-of-type span {
  display: block;
}

.yundong1 > div:first-of-type span:first-of-type {
  font-size: 30px;
}

.yundong1 > div:last-of-type {
  width: 77%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.yundong1 > div:last-of-type div {
  height: 40px;
  line-height: 40px;
  display: flex;
  font-weight: bold;
  width: 48%;
}

.yundong1 > div:last-of-type div span {
  width: 140px;
}

.yundong1 > div:last-of-type div input {
  text-align: center;
  height: 40px;
  border-bottom: 1px solid #333;
}

.yundong2 > div {
  width: 100%;
  height: auto;
}

.yundong3 {
  margin-bottom: 30px;
}

.yundong3T_h {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid var(--primary-color);
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-weight: bold;
}

.yundong3T_h > div {
  width: 18%;
  box-sizing: border-box;
}

.yundong3T_b {
  border-bottom: none;
  font-weight: 500;
}

.yundong3T_b div {
  padding: 10px;
}

.yundong3T_b span {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #333;
  border-radius: 8px;
}

.yinshiNav {
  border-bottom: 1px solid rgba(25, 178, 206, 0.5);
  overflow: hidden;
  margin-bottom: 20px;
}

.yinshiNav p {
  padding: 0 30px 10px;
  margin-right: 30px;
  float: left;
  cursor: pointer;
  margin-bottom: 0;
  cursor: pointer;
}

.yinshiNav .navC {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}

.zhouqiD
  .ant-select:not(.ant-select-customize-input)
  .ant-select-selector:hover {
  border-color: none !important;
}

.jiankangJc .navBox {
  margin-bottom: 10px;
}

.jiankangJc .navBox button {
  margin-left: 10px;
}

.jiankangJc .navBox .navList p {
  min-width: 100px;
  text-align: center;
}

.jiankangJc .listT {
  margin-bottom: 10px;
  padding: 15px 20px;
}

.jiankangJc .chatBox {
  height: 400px;
  margin-top: 20px;
  width: 100%;
}

.guahaoBox {
  width: 100%;
  margin-top: 0;
  border: 1px solid var(--primary-color);
  margin-bottom: 20px;
}

.guahaoBox .riliBox .ant-picker-cell .ant-picker-cell-inner {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
}

.guahaoBox .ant-picker-calendar-header {
  padding-top: 0;
}

.guahaoBox
  .ant-select-single.ant-select-sm:not(.ant-select-customize-input)
  .ant-select-selector {
  height: 32px;
  line-height: 32px;
}

.guahaoBox
  .ant-select-single.ant-select-sm:not(.ant-select-customize-input)
  .ant-select-selector::after,
.guahaoBox
  .ant-select-single.ant-select-sm:not(.ant-select-customize-input)
  .ant-select-selector
  .ant-select-selection-item,
.guahaoBox
  .ant-select-single.ant-select-sm:not(.ant-select-customize-input)
  .ant-select-selector
  .ant-select-selection-placeholder {
  line-height: 32px;
}

.guahaoBox .ant-form-item {
  margin-bottom: 18px;
}

.khMz .title-t {
  background: #f0f3f4;
  padding: 12px 20px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}
.ant-spin-nested-loading,
.ant-spin-nested-loading,
.ant-spin-container {
  height: 100%;
}
.mzMb {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}

.khMz1 {
  flex: 60% 0 0;
  border: 1px solid #ddd;
  height: 100%;
  overflow-y: auto;
}

.khMz1 .ant-col-24 {
  position: relative;
}

.khMz1 .ant-col-24 .addMb {
  position: absolute;
  right: 20px;
  bottom: 32px;
  color: var(--primary-color);
}

.khMz2 {
  flex: 35%;
  margin-left: 10px;
  position: relative;
  border: 1px solid #ddd;
  height: 100%;
  overflow-y: auto;
}

.bl_nav {
  background: #f0f3f4;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.bl_nav > .title {
  display: inline-block;
  width: auto;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
}

.bl_nav > .bl_navC {
  border-bottom: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.mbNav {
  display: flex;
  align-items: center;
  padding: 5px;
}

.mbNav > div {
  flex: 1;
  max-width: 120px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
  padding: 5px;
  cursor: pointer;
  background: #fff;
}

.mbNav > .mbNavC {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.mbBox {
  padding: 20px;
}

.mbSs {
  display: flex;
  justify-content: space-between;
}

.mbSs .ant-input-group-wrapper {
  width: 50%;
}

.mbSs .ant-radio-wrapper {
  line-height: 36px;
}

.mbSs .ant-input-search-button {
  width: 36px;
  height: 36px;
}

.mbSs input {
  width: 60%;
  height: 36px;
}

.mbTable .ant-table-small .ant-table-thead > tr > th {
  background-color: #f2f2f2;
}

.mbTable {
  margin-top: 20px;
}

.mbTable2 {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--primary-color);
  margin-top: 20px;
  height: 500px;
  overflow-y: auto;
}

.mzBtn {
  margin-top: 20px;
  padding: 20px;
  border-top: 1px solid #ddd;
}

.mzBtn button {
  margin-right: 20px;
}

.khMz_l {
  padding: 20px;
}

.khMz_l .ant-col,
.yaopinBottom2 .ant-col {
  width: 90px;
}

.yaopinBottom2 > .ant-row {
  margin-top: 20px;
}

.khMz > button {
  width: 120px;
  margin-right: 20px;
}

.w-bgBox {
  background: #fff;
  margin: 8px 12px;
  padding: 8px 12px;
}

.w-pingguB {
  box-sizing: border-box;
  width: 100% !important;
  margin: 0 !important;
  padding: 0px !important;
  border-radius: 0px !important;
  min-width: 100% !important;
}

.fuwu_l {
  display: flex;
  justify-content: space-between;
  border: 1px solid #f2f2f2;
}

.fuwu_l .fuwu_t {
  color: var(--primary-color);
  height: 40px;
  line-height: 40px;
  background: rgba(242, 242, 242, 0.4);
  display: inline-block;
  width: 100px;
  text-align: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.fuwu_l .fuwu_b {
  padding: 20px;
  background: rgba(242, 242, 242, 0.4);
  height: calc(100% - 40px);
}

.fuwu_l .fuwu_s {
  display: flex;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}

.fuwu_l .fuwu_s .ant-input-search {
  width: 50%;
}

.fuwu_l .fuwu_dx {
  width: 36%;
}

.fuwu_l .fuwu_yx {
  width: 60%;
}

.fuwu_l .fuwu_tbox {
  background: #fff;
  padding: 20px;
}

.fuwu_nav {
  border-bottom: 1px solid var(--primary-color);
  display: flex;
  justify-content: space-between;
}

.fuwu_nav div {
  padding-bottom: 10px;
  box-sizing: border-box;
  width: 20%;
  text-align: center;
  cursor: pointer;
}

.fuwu_nav div.navC {
  color: var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
}

.fuwu_l .treeBox {
  padding: 20px 0;
  height: 420px;
  overflow-y: auto;
}

.yaopinBox {
  border: 1px solid #f2f2f2;
  padding: 20px;
}

.yaopinNav {
  overflow: hidden;
  margin-bottom: 20px;
}

.yaopinNav > div {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid var(--primary-color);
  margin-right: 10px;
  border-radius: 6px;
  cursor: pointer;
}

.yaopinNav > div.navC {
  background: var(--primary-color);
  color: #fff;
}

.yaopinBox .ant-form-item {
  margin-bottom: 0;
}

.yaopinBox input {
  text-align: center;
}

.yaopinBox .addBtn {
  margin-top: 20px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 4px;
  cursor: pointer;
}

.yaopinBottom {
  margin-top: 20px;
}

.yaopinBottom input {
  text-align: left;
}

.rich-text-field > div {
  z-index: 100 !important;
}

.rich-text-field > div:first-of-type {
  z-index: 110 !important;
}

.zhenduanBox .ant-form-item {
  margin-bottom: 0;
}

.zhenduanBox .ant-table {
  line-height: 17px;
}

.zhenduanBox {
  margin-bottom: 24px;
}

.wenjuanList .ant-radio-inner::after {
  background: var(--primary-color);
}

.wenjuanList .ant-radio-inner::after {
  border-color: var(--primary-color);
}

.wenjuanList .ant-radio-disabled + span,
.wenjuanList .ant-checkbox-disabled + span {
  color: #333;
}

.wenjuanList .ant-radio-disabled .ant-radio-inner {
  background-color: #fff;
}

.wenjuanList
  .ant-checkbox-disabled.ant-checkbox-checked
  .ant-checkbox-inner::after {
  border-color: #f5f5f5;
}

.wenjuanList .ant-radio-disabled .ant-radio-inner::after {
  background: var(--primary-color);
}

.wenjuanList .ant-input[disabled] {
  background: #fff;
  color: #333;
}

.searchBox .ant-input[disabled] {
  color: #333;
  cursor: auto;
}

.dingdanBox {
  padding: 0 20px;
  background: #fff;
}

.dingdanBox .title-t {
  background: #fff;
  border-bottom: none;
  margin-top: 10px;
  color: var(--primary-color);
}

.dingdanBox .xiangmTit {
  display: flex;
  justify-content: space-between;
}

.dingdanBox .xiangmTit .ant-input-search {
  width: 40%;
}

.dingdanBox .xiangmB {
  padding: 20px;
  height: 570px;
}

.dingdanBox .xiangmTit .taocanText {
  width: 40%;
  text-align: center;
  height: 32px;
  line-height: 32px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  color: var(--primary-color);
  background: #fff;
  cursor: pointer;
}

.dingdanBox .title-t .b_txt {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.dingdanBox .xiangmTit2 .ant-btn {
  margin-left: 20px;
}

.dingdanBox .xiangmTit2 .ant-btn span {
  width: auto;
  color: inherit;
  border-bottom: none;
}

.dingdanBox .title-t .b_txt span {
  margin-left: 20px;
}

.dingdanBox .khMz_l {
  padding: 0;
}

.dingdanBox .xiangmB {
  margin-top: 0;
}

.dingdanH {
  background: #f2f2f2;
  padding: 20px 30px 10px 30px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.dingdanH .h_l {
  width: 25%;
}

.dingdanH .h_r {
  width: 75%;
}

.dingdanH .h_l .h_l1 {
  height: 126px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.dingdanH .h_l .h_l1 img {
  height: 100%;
  width: 116px;
  margin-right: 20px;
  background: #fff;
}

.dingdanH .h_l .h_l1 .h_btn {
  position: absolute;
  left: 136px;
  bottom: 0;
}

.dingdanH .h_l .h_l1 .h_btn .anticon {
  position: absolute;
  left: 10px;
  top: 3px;
  font-size: 20px;
}

.dingdanH .h_l .h_l1 .h_btn .h_btn_b {
  width: 120px;
  height: 28px;
  line-height: 26px;
  background: #fff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 14px;
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.dingdanH .h_l .h_l1 .h_btn .h_btn_b .ant-upload {
  color: var(--primary-color);
}

.h_l .h_l2 {
  height: 32px;
  margin-bottom: 10px;
  line-height: 32px;
  display: flex;
}

.h_l .h_l2 label {
  text-align: right;
  display: inline-block;
  width: 80px;
}

.h_l .h_l2 Input {
  height: 32px;
  width: calc(100% - 100px);
}

.taocanBox {
  overflow-y: scroll;
  height: 400px;
  padding: 0 10px;
}

.taocanList .taocanH {
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  color: var(--primary-color);
}

.taocanList .taocanL {
  float: left;
  width: calc(25% - 9px);
  margin-bottom: 12px;
  margin-right: 12px;
  padding: 10px;
  box-sizing: border-box;
  line-height: 20px;
  border: 1px solid #eee;
  cursor: pointer;
}

.taocanList .taocanL:nth-of-type(4n) {
  margin-right: 0;
}

.taocanList .taocanL .taocanTit {
  color: var(--primary-color);
  font-size: 14px;
}

.taocanList .taocanL .taocanTxt {
  font-size: 12px;
}

.taocanList .taocanL .taocanTxt3 {
  height: 40px;
  overflow: hidden;
  color: #999;
}

.taocanList .taocanL .taocanTxt span {
  margin-right: 20px;
}

.taocanList .taocanS {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.yyfh .bj-t > div {
  width: 33.3%;
}

.alignCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.yyfh .xq-col2 > div {
  height: 40px;
  line-height: 40px;
}

.fanghaoBox .fanghaoTit {
  line-height: 40px;
  color: var(--primary-color);
  font-weight: bold;
  font-size: 14px;
  background: #f2f2f2;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

.fanghaoBox .fanghaoTit .date {
  margin-left: 20px;
  font-size: 12px;
  color: #333;
}

.fanghaoB {
  margin-bottom: 30px;
}

.fanghaoB .ant-picker-input > input {
  text-align: center;
}

.fanghaoB:last-of-type {
  margin-bottom: 0;
}

.fanghaoBtn {
  text-align: right;
}

.fanghaoBtn button {
  margin-left: 20px;
}

.colNotshow {
  display: none;
}

.colShow {
  display: table-cell;
}

.dwPaiQiBox .dwPaiQiList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.dwPaiQiBox .dwPaiQiList .hetongNum {
  line-height: 32px;
}

.dwPaiQiBox .dwPaiQiList .hetongNum span {
  margin-right: 10px;
}

.dwPaiQiBox .dwPaiQiList > div {
  width: calc(50% - 30px);
  display: flex;
  justify-content: space-between;
}

.dwPaiQiBox .pqTit {
  min-width: 70px;
  line-height: 32px;
}

.dwPaiQiBox .formItem {
  width: calc(100% - 80px);
  line-height: 32px;
}

.dwPaiQiBox .ant-table,
.ant-table-bordered {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.dwPaiQiBox
  .ant-table.ant-table-small
  .ant-table-tbody
  .ant-table-wrapper:only-child
  .ant-table {
  margin: -8px -8px -8px 38px;
}

.dwPaiQiBox .ant-picker-input > input,
.sjdBox .ant-picker-input > input {
  text-align: center;
}

.dwPaiQiBox .dwRowClass {
  background: rgba(25, 178, 206, 0.2);
}

.zwRow .ant-checkbox-wrapper {
  display: none;
}

.fenzuBox {
  height: calc(100vh - 90px);
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}

.fenzuBox > div {
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.fenzuL {
  width: calc(25% - 5px);
}

.fenzuR {
  width: calc(75% - 5px);
}

.fzTit {
  display: flex;
  justify-content: space-between;
  line-height: 26px;
  padding: 15px 10px;
  border-bottom: 1px solid var(--primary-color);
}

.fzTit .t {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: bold;
}

.fzTit .b {
  display: flex;
}

.fzTit .b div {
  height: 26px;
  line-height: 24px;
  width: 80px;
  border-radius: 6px;
  border: 1px solid var(--primary-color);
  cursor: pointer;
  color: var(--primary-color);
  margin-left: 10px;
  text-align: center;
  font-size: 12px;
}

.fzTit .b .bc {
  background: var(--primary-color);
  color: #fff;
}

.fzB {
  padding: 10px 10px 0;
  height: calc(100% - 110px);
}

.fz_btn {
  display: flex;
  justify-content: space-between;
}

.fz_btn button {
  width: 90px;
  border-radius: 4px;
}

.fz_fy,
.zxB .zxB_f {
  position: absolute;
  padding: 0 20px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
}

.fz_fy {
  padding: 0;
}

.fz_fy .fyBox {
  border-top: 1px solid #ddd;
  text-align: right;
}

.fyBox .ant-pagination {
  background: none;
}

.fzB .tableS td {
  background: var(--primary-color2) !important;
}

.fenzuL .fzB .tdClass2 span {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.fenzuL .fzB .tdClass2 span:hover {
  color: var(--primary-color);
}

.fzGzBox .ant-form-item {
  margin-bottom: 0;
}

.fzGzBox .ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.fzGzBox
  .ant-select-single.ant-select-show-arrow
  .ant-select-selection-placeholder {
  padding-right: 0;
}

.fzGzBox .ant-select-arrow {
  display: none;
}

.ant-modal-body {
  padding: 10px 24px 20px !important;
}

.modalTit span {
  margin-right: 10px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  max-width: 430px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modalTit .tit {
  font-size: 16px;
  font-weight: bold;
}

.fenzS2 {
  height: calc(100vh - 270px);
  overflow-y: auto;
}

.fenzS .title-t .title {
  color: var(--primary-color);
}

.sqlBox {
  padding: 10px;
  background: #f1f1f1;
}

.addRyBox .ant-modal-header {
  background: var(--primary-color);
  padding: 14px 24px 10px;
}

.addRyBox .ant-modal-close-x {
  color: #fff;
  height: 48px;
  line-height: 48px;
}

.addFzR {
  overflow: hidden;
}

.addFzR .r_list {
  width: 344px;
  margin-right: 10px;
  float: left;
  padding: 10px 15px;
  background: #f0f3f4;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid #f0f3f4;
}

.addFzR .r_listS {
  border: 1px solid var(--primary-color);
}

.addFzR .r_list:nth-child(3n + 3) {
  margin-right: 0;
}

.r_list .r_tit {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  margin-bottom: 6px;
}

.r_list .r_name {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: bold;
}

.r_list .r_name span {
  display: inline-block;
  font-weight: 500;
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
  text-align: center;
  color: #fff;
  background: var(--primary-color);
  margin-left: 10px;
  line-height: 20px;
  font-size: 12px;
}

.r_list .r_name .wq {
  background: #fff;
  color: #999;
}

.r_txtL {
  line-height: 20px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
}

.r_txt .r_txtL:last-of-type {
  margin-bottom: 6px;
}

.r_txtL span {
  margin-right: 10px;
}

.r_txtL span:last-of-type {
  margin-right: 0;
}

.addRyBox .fyBox {
  border-top: 1px solid #ddd;
  text-align: right;
}

.ziXunBox {
  /* padding-bottom: 10px; */
  background: #fff;
}

.ziXunBox .zxH {
  padding: 8px;
}

.ziXunBox .ant-tabs-top > .ant-tabs-nav {
  margin: 0px;
  padding: 0px 16px;
}

.ziXunBox
  .ant-tabs-top
  > .ant-tabs-nav
  .ant-tabs-tab.ant-tabs-tab-active
  .ant-tabs-tab-btn {
  color: #27b9b7;
}

.ziXunBox .ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar {
  /* position: absolute; */
  background: #27b9b7;
  /* pointer-events: none; */
}

.ziXunBox .zxH Button {
  margin-right: 10px;
}

.ziXunBox .zxH .btnS {
  background: var(--primary-color);
  color: #fff;
}

.ziXunBox .zxB {
  height: calc(100vh - 125px);
  padding: 8px;
  display: flex;
  justify-content: space-between;
  background: #f0f2f5;
}

.ziXunBox .zxB > div {
  height: 100%;
  /* border: 1px solid #ccc; */
  /* border-radius: 10px; */
  position: relative;
  overflow: hidden;
}

.ziXunBox .zxB .zxB1 {
  width: 20%;
  background: #fff;
  border-right: 1px solid #f0f2f5;
}

.ziXunBox .zxB .zxB2 {
  background: #fff;
  width: 55%;
}

.ziXunBox .zxB .zxB3 {
  background: #fff;
  width: 25%;
  border-left: 1px solid #f0f2f5;
}

.ziXunBox .zxB .zxB_h {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  line-height: 32px;
  border-bottom: 1px solid #ddd;
}

.ziXunBox .zxB .zxB_h .iBox {
  width: 32px;
  height: 32px;
  font-size: 24px;
  color: var(--primary-color);
  cursor: pointer;
  margin-left: 10px;
}

.ziXunBox .zxB .zxB_h2 {
  padding: 0 10px;
}

.ziXunBox .zxB .zxB_h .name {
  font-size: 16px;
}

.ziXunBox .zxB .zxB_h .jbxxBtn {
  display: flex;
  font-size: 16px;
  line-height: 32px;
}

.ziXunBox .zxB .zxB_h .jbxxBtn > div {
  margin-right: 10px;
  padding: 10px 10px 8px;
  cursor: pointer;
}

.ziXunBox .zxB .zxB_h .jbxxBtn .btnS {
  border-bottom: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.ziXunBox .zxB .zxB_b {
  height: calc(100% - 100px);
  overflow-y: auto;
}

.zxB .zxB_f {
  padding: 10px;
  border-top: 1px solid #ddd;
  line-height: 25px;
  height: 45px;
  overflow: hidden;
}

.zxB .zxB_f .ant-pagination {
  text-align: right;
  padding: 0 !important;
}

.zxB .zxTxt {
  padding: 10px;
  height: 25%;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.zxB .zxTxt .zxTxt_btn {
  display: flex;
  margin-bottom: 8px;
  /* justify-content: space-between; */
}

.zxB .zxTxt .zxTxt_btn2 {
  text-align: right;
  margin-top: 4px;
  /* margin-bottom: 8px; */
}

.zxB .zxTxt .zxTxt_btn div {
  display: flex;
}

.zxB .zxTxt img {
  height: 18px;
  margin-top: 1px;
  cursor: pointer;
}

.zxB .zxTxt .textBox {
  height: calc(100% - 42px);
}

.zxB .zxTxt textarea {
  height: 100%;
}

.zxB3 .zxB_b3 {
  padding: 20px;
  position: relative;
}

.zxB3 .zxB_b2 {
  padding: 10px;
  position: relative;
}

.zxB3 .zxB_b .zxInput2 {
  margin-bottom: 15px;
}

.zxB3 .zxB_b .zxInput2 input {
  width: 100%;
}

.zxB3 .zxB_b .zxInput2 div {
  margin-bottom: 5px;
}

.zxB3 .zxB_b .zxInput1 {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

.zxB3 .zxB_b3_btn {
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: calc(100% - 40px);
}

.zxB3 .zxB_b3_btn button {
  width: 100%;
  margin-top: 10px;
}

.zxB_f .qkBtn {
  text-align: center;
  color: var(--primary-color);
  cursor: pointer;
}

.list-chat-t .fzList .item {
  cursor: default;
}

.list-chat-t .fzList .item .left {
  cursor: pointer;
}

.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background: var(--primary-color) !important;
}

.pgTable .pgZk {
  display: flex;
  padding: 10px 0 10px 50px;
}

.pgTable .pgZk p {
  margin-right: 40px;
  margin-bottom: 0;
}

.pgTable .pgZk p span {
  color: var(--primary-color);
}

.zxB3 .ant-spin-nested-loading {
  height: 100%;
}

.zxB3 .ant-spin-nested-loading .ant-spin-container {
  height: 100%;
}

.ant-modal-body .ant-form-item {
  margin-bottom: 10px;
}

.ant-radio-checked .ant-radio-inner {
  border-color: var(--primary-color) !important;
}

.ant-radio-inner::after {
  background: var(--primary-color) !important;
}

.ant-table-content
  .ant-table-tbody
  > tr
  > td
  > .mbZkTable:only-child
  .ant-table,
.ant-table-content
  .ant-table-tbody
  > tr
  > td
  > .ant-table-expanded-row-fixed
  > .mbZkTable:only-child
  .ant-table {
  margin: -8px -16px -8px 34px;
}

.sfBox {
  height: calc(100vh - 153px);
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}

.sfBox > div {
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.sfL {
  width: calc(65% - 5px);
}

.sfR {
  width: calc(35% - 5px);
}

.sfTit {
  display: flex;
  justify-content: space-between;
  line-height: 26px;
  padding: 15px 10px;
}

.sfTit .t {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: bold;
}

.sfTit .b {
  display: flex;
}

.sfTit .b Button {
  margin-left: 10px;
}

.sfFoot {
  border-top: 1px solid #ddd;
  padding: 0 12px;
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
}

.sfFoot .sfF_txt span {
  margin: 0 5px;
}

.sfFoot .sfF_txt .s {
  color: #ff0000;
}

.sfFoot .sfF_txt .t {
  color: #ff9900;
}

.sfczBox .sfcz {
  padding: 20px;
  border: 1px solid #009389;
  position: relative;
  margin-bottom: 20px;
}

.sfczBox .sfcz:last-of-type {
  margin-bottom: 0;
}

.sfczBox .sfcz .tit {
  position: absolute;
  padding: 0 10px;
  background: #fff;
  position: absolute;
  font-size: 16px;
  line-height: 20px;
  color: #009389;
  top: -12px;
  left: 20px;
}

.sfczBox .sfcz .sfczB1 {
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  color: #333;
}

.sfczBox .sfcz .sfczB1 span {
  font-weight: bold;
}

.sfczB2 .add_input .add_input_t {
  width: 70px;
  position: relative;
}

.sfczB2 .add_input .add_input_t > div {
  text-align: justify;
  text-align-last: justify;
}

.sfczB2 .add_input .add_input_t {
  margin-right: 20px;
}

.sfczB2 .add_input .add_input_b {
  display: flex;
}

.sfczB2 .add_input .add_input_b .yuan {
  margin-left: 10px;
}

.sfczB2 .add_input .add_input_t .mh {
  position: absolute;
  right: -5px;
  top: 0px;
}

.sfczB2 .add_input .add_input_t .xing {
  position: absolute;
  right: -14px;
  top: 0px;
  color: #ff0000;
}

.sfczB2 .add_input .add_input_b .ant-radio-wrapper {
  line-height: 32px;
}

.haibaoBox {
  text-align: center;
  width: 400px;
  height: 710px;
  margin: auto;
  position: relative;
}

.haibaoBox .bg {
  width: 100%;
  height: 100%;
}

.haibaoBox .ewm,
.haibaoBox .haibaoCav {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 140px;
  bottom: 110px;
}

.haibaoBox .tit {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #333;
  font-weight: bold;
  font-size: 22px;
  text-align: left;
  width: 45%;
}

.fenzuZkBox {
  overflow: hidden;
  width: calc(100% - 80px);
  position: relative;
  transition: 0.5s;
  padding-right: 20px;
  height: 40px;
  background: #fff;
  border: 1px solid #aaa;
  padding: 4px 20px 4px 5px;
}

.add_input .fenzuZkBox .add_input_b {
  width: 100%;
}

.fenzuZkBox .ant-tag-checkable {
  font-size: 14px;
}

.fenzuZkBox .fzzkIcon {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 5px;
  top: 6px;
  cursor: pointer;
  transition: 0.5s;
  z-index: 100;
}

.fenzuZkBox .fzzkIcon img {
  width: 100%;
  height: 100%;
}

.fenzuZkBox .ant-tag-checkable-checked {
  color: #fff;
  background-color: var(--primary-color);
}

.fenzuZkBox .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: var(--primary-color);
  background-color: #fff;
}

.fenzuZkBox .ant-tag-checkable:active {
  color: #fff;
  background-color: var(--primary-color);
}

.mbBoxNew {
  background: #f0f3f4;
}

.mbBoxNew .searchBox {
  background: #fff;
}

.mb_tableBox {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.mb_tableBox .mb_table_l {
  width: calc(28% - 5px);
  background: #ffffff;
  border-radius: 4px;
}

.mb_tableBox .mb_table_r {
  width: calc(72% - 5px);
  background: #ffffff;
  border-radius: 4px;
}

.mb_tableBox .mb_tit {
  line-height: 32px;
  padding: 7px 14px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
}

.mb_tableBox .mb_tit div {
  font-size: 16px;
  font-weight: bold;
}

.mb_tbBox {
  padding: 14px;
  height: calc(100vh - 264px);
  overflow-y: auto;
}

.mb_list {
  margin-top: 14px;
  border-radius: 4px;
  padding: 12px;
  line-height: 24px;
  border: 1px solid #e8e8e8;
}

.mb_listS {
  background: #f6fdfd;
  border: 1px solid var(--primary-color);
}

.mb_list:first-of-type {
  margin-top: 0;
}

.mb_list_tit {
  display: flex;
  font-size: 14px;
  color: #333;
  justify-content: space-between;
}

.mb_list_tit .tit {
  width: calc(100% - 90px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  cursor: pointer;
}

.mb_list_tit .mb_iconbtn {
  width: 40px;
  display: flex;
  font-size: 16px;
  color: #666;
  justify-content: space-between;
}

.mb_list_tit .mb_iconbtn span:hover {
  color: #333;
}

.mb_list_tit .mb_iconbtn span {
  cursor: pointer;
}

.mb_list_txt {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.mb_list_txt span {
  display: inline-block;
  width: 35%;
  min-width: 90px;
}

.mb_table_l .mb_fy {
  text-align: right;
  border-top: 1px solid #e8e8e8;
}

.mb_table_l .mb_fy .ant-pagination {
  background: #fff;
}

.mb_jihua {
  padding: 14px;
  height: calc(100vh - 213px);
  overflow-y: auto;
}

.mbjh_list {
  position: relative;
}

.mbjh_list .xian {
  width: 1px;
  height: 100%;
  background: var(--primary-color);
  position: absolute;
  z-index: 10;
  left: 7px;
  top: 0;
}

.mbjh_list .mbjh_list_tit {
  display: flex;
  font-size: 15px;
  line-height: 16px;
  font-weight: bold;
}

.mbjh_list .mbjh_list_tit .yuan {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 10px;
  background: var(--primary-color);
}

.mbjh_list .mbjh_l_box {
  padding: 17px 0 10px 24px;
}

.mbjh_l_box .mb_list_tit {
  padding: 12px 16px;
  background: #fafafa;
  border-bottom: 1px solid #e8e8e8;
}

.mbjh_l_box .mb_list_tit .tit {
  cursor: auto;
}

.mbjh_l_box .add_input .bl {
  display: inline-block;
}

.mbjh_l_box .jh_Input {
  padding: 15px;
}

.mbjh_l_box .mbjh_l {
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  position: relative;
}

.mbjh_l_box .mbjh_l:last-of-type {
  margin-bottom: 0;
}

.jh_Input .add_input .add_input_t {
  min-width: 72px;
}

.mbjh_l_box .jh_Input .add_input {
  margin-bottom: 15px;
}

.mbjh_l_box .jh_Input .add_input:last-of-type {
  margin-bottom: 0;
}

.mbjh_l_box .mbjh_l .dian {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--primary-color);
  top: 0;
  left: -22px;
  z-index: 100;
}

.mbjh_l_box .mbjh_l:first-of-type .dian {
  display: none;
}

.sfxqDrawer .ant-drawer-body {
  padding: 0;
  background: #f0f2f5;
}

.sfxqDrawer .ant-drawer-body .w-sf-content2 {
  height: calc(100vh - 48px);
}

.sfxqBox {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.sfxqL {
  width: 370px;
  background: #fff;
  height: calc(100vh - 86px);
  overflow-y: auto;
}

.sfxqL_T {
  padding: 15px 20px;
  border-bottom: 10px solid #f0f2f5;
}

.sfxqL_T .t_list {
  overflow: hidden;
  margin-bottom: 10px;
}

.sfxqL_T .t_list:last-of-type {
  margin-bottom: 0;
}

.sfxqL_T .t_list2 {
  display: flex;
}

.sfxqL_T .t_list .l {
  float: left;
}
.sfxqL_T .t_list2 .l {
  width: 70px;
}
.sfxqL_T .t_list2 .r {
  width: calc(100% - 70px);
}

.sfxqL_T .t_list .l2 {
  margin-right: 40px;
}

.sfxqL_B {
  padding: 15px 20px;
}

.sfxqL_B .treeList {
  margin-bottom: 10px;
}

.sfxqL_B .treeList .treeT {
  position: relative;
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 40px;
  background: var(--primary-color);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding-right: 80px;
  padding-left: 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  cursor: pointer;
}

.sfxqL_B .treeList .treeT img {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 20px;
  transition: 0.5s;
  transform: rotate(180deg);
}

.sfxqL_B .treeList .treeT .zk {
  transform: rotate(0deg);
}

.sfxqL_B .treeList .treeB {
  padding: 10px 0 0;
  overflow: hidden;
  transition: 0.5s;
}

.sfxqL_B .treeList .treeB2 {
  /* height:100px; */
}

.sfxqL_B .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background: #e5f6f9;
}

.sfxqL_B
  .ant-tree.ant-tree-directory
  .ant-tree-treenode
  .ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #000;
}

.sfxqL_B
  .ant-tree.ant-tree-directory
  .ant-tree-treenode-selected
  .ant-tree-switcher {
  color: #000;
}

.sfxqL_B .ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before,
.sfxqL_B .ant-tree.ant-tree-directory .ant-tree-treenode-selected::before {
  background: #e5f6f9;
}

.sfxqL_B .ant-tree .ant-tree-treenode,
.sfxqL_B .ant-tree .ant-tree-node-content-wrapper {
  padding: 0;
}

.sfxq_tree {
  padding: 5px;
  margin-bottom: 5px;
}

.sfxq_tree .treeL {
  display: flex;
  justify-content: space-between;
  line-height: 20px;
  font-size: 14px;
  color: #088408;
}
.sfxq_tree .treeL .t {
  padding: 2px 5px;
  background: #dbdbdb;
  color: #000;
}
.sfxq_tree .treeL .t1 {
  background: #e3f2d9;
  color: #588e31;
}
.sfxq_tree .treeL .t2 {
  background: #d9e1f4;
  color: #2d529f;
}
.sfxq_tree .treeL .t3 {
  background: #fadade;
  color: #c91d32;
}
.sfxq_tree .treeL .t4 {
  background: #fff3ca;
  color: #b68d01;
}

.sfxq_tree .treeL2 {
  display: flex;
  justify-content: space-between;
  line-height: 20px;
  font-size: 14px;
  margin-top: 5px;
}
.sfxq_tree .treeL2 .sfbtnBox a {
  margin-left: 10px;
}
.sfxq_tree .treeL3 {
  font-size: 12px;
  color: #f28300;
  line-height: 12px;
  margin-top: 5px;
}
.sfxq_tree .treeL4 {
  color: #ca0207;
}

.sfxq_tree .treeL .bq {
  color: var(--primary-color);
  height: 20px;
  padding: 0 2px;
  font-size: 12px;
  border-radius: 4px;
  font-weight: bold;
}
.sfxq_tree .treeL .bq2 {
  color: #f28300;
}
.sfxq_tree .treeL .bq3 {
  color: #70b603;
}
.sfxq_tree .treeL .bq4 {
  color: #d95d60;
}
.sfxq_tree .ts {
  font-size: 12px;
  color: #d95d60;
}

.sfxqR {
  width: calc(100% - 390px);
  height: calc(100vh - 86px);
  overflow-y: auto;
}

.sfxqR .khMz1 {
  background: #fff;
  border: none;
}

.sfxqR .khMz_l {
  padding: 20px;
}

.sfxqR .khMz .title-t {
  background: var(--primary-color);
  color: #fff;
}

.sfxqR .khMz_l .ant-col,
.yaopinBottom2 .ant-col {
  width: 80px;
}

.sfxqR .mzBtn {
  margin-top: 0;
  border-top: none;
}

.sfxqR .bl_nav {
  background: #fff;
}

.sfxqR .khMz2 {
  background: #fff;
  width: 30%;
  border: none;
}

.sfxqR .w-content {
  height: auto;
}

.sfxqR .contentB2_Br {
  margin-top: 0;
  width: 100%;
  height: 100%;
}

.sfxqR .contentB2_Br1_sf2 {
  height: 100%;
}

.tjBox {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: url(../tjImg/bg.png) no-repeat;
  background-size: 100% 100%;
}

.tjBox .tjH {
  width: 100%;
  height: 9.4vh;
  line-height: 9vh;
  padding: 0 30px;
  background: url(../tjImg/hBj.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.tjBox .tjH .h_tit {
  width: 100%;
  font-size: 3.5vh;
  font-weight: bold;
  background: linear-gradient(to bottom, #73daff, #1d96ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.tjBox .tjH .h_txt {
  font-size: 1.6vh;
  color: #49b8fe;
  line-height: 1.6vh;
  position: absolute;
  left: 30px;
  top: 6vh;
}

.tjBox .tjH .h_txt span {
  display: inline-block;
  width: 0.6vh;
  height: 0.6vh;
  border-radius: 50%;
  background: #02c2f2;
  margin-right: 10px;
  position: relative;
  top: -0.4vh;
}

.tjBox .tjB {
  width: 100vw;
  height: 90.6vh;
  overflow: hidden;
  box-sizing: border-box;
  padding: 18px;
  display: flex;
  justify-content: space-between;
}

.tjBox .tjB .tjBL {
  width: calc(26% - 12px);
  height: 100%;
}

.tjBox .tjB .tjBC {
  width: calc(48% - 12px);
  height: 100%;
  position: relative;
}

.tjBox .tjB .tjBR {
  width: calc(26% - 12px);
}

.tjBox .tjB_tit {
  width: 100%;
  height: 4.5vh;
  line-height: 4.5vh;
  font-size: 1.6vh;
  color: #fff;
  background: url(../tjImg/titBg.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 14px;
  box-sizing: border-box;
}

.tjBox .tjBL .tjBT {
  height: calc(60% - 9px);
}

.tjBox .tjBL .tjBB {
  margin-top: 18px;
  height: calc(40% - 9px);
}

.tjBox .tjBL .tjBT_b,
.tjBox .tjBL .tjBB_b {
  height: calc(100% - 4.5vh);
  border: 1px solid rgba(26, 51, 105, 0.65);
}

.tjBC .tjBT {
  position: relative;
  width: 100%;
  height: auto;
}

.tjBC .tjBT .mapBg {
  width: 100%;
  height: auto;
}

.tjBC .tjBT > div {
  position: absolute;
  z-index: 1;
}

.tjBC .tjBT > div:hover {
  z-index: 10;
}

.tjBC .tjBT div .map {
  width: 100%;
  height: 100%;
}

.tjBC .tjBT .drz {
  width: 23.9%;
  height: 29.5%;
  bottom: 0;
  left: 21.7%;
}

.tjBC .tjBT .cpz {
  width: 40.7%;
  height: 39.6%;
  bottom: 13.4%;
  left: 8.9%;
}

.tjBC .tjBT .ysz {
  width: 25.8%;
  height: 15.69%;
  bottom: 46.5%;
  left: 1.02%;
}

.tjBC .tjBT .yhz {
  width: 21.55%;
  height: 15.47%;
  top: 25.8%;
  left: 3.95%;
}

.tjBC .tjBT .yljd {
  width: 26.68%;
  height: 42.37%;
  top: 25%;
  left: 43.4%;
}

.tjBC .mapT {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}

.tjBC .mapT .dian {
  width: 1.38vw;
  position: absolute;
  cursor: pointer;
}

.tjBC .mapT .txt {
  font-size: 0.8vw;
  color: rgba(104, 204, 247, 0.75);
  position: absolute;
}

.tjBC .mapT .hideTxt {
  text-align: center;
  position: absolute;
  z-index: 100;
  display: none;
}

.tjBC .mapT .hideBox:hover .hideTxt {
  display: block;
}

.tjBC .mapT .hideTxtS {
  height: 11.4vw;
}

.tjBC .mapT .hideTxt .txtBox {
  width: 12vw;
  height: 8.4vw;
  background: url(../tjImg/txtBg.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.8vw;
  color: rgba(108, 212, 255, 1);
  padding: 0.6vw 1vw;
  box-sizing: border-box;
  text-align: left;
}

.tjBC .mapT .hideTxt .txtBox p {
  margin-bottom: 0;
  line-height: 1.4vw;
}

.tjBC .mapT .hideTxt .shu {
  width: 0.2vw;
  height: 3vw;
}

.tjBC .drz .mapT .dian {
  top: 52%;
  left: 48%;
}

.tjBC .drz .mapT .txt {
  top: 36%;
  left: 36%;
  cursor: pointer;
}

.tjBC .drz .mapT .hideTxt {
  top: -6.5vw;
  left: 0;
}

.tjBC .cpz .mapT .dian {
  top: 58%;
  left: 74%;
}

.tjBC .cpz .mapT .txt {
  top: 47%;
  left: 67%;
  cursor: pointer;
}

.tjBC .cpz .mapT .hideTxt {
  top: -4.3vw;
  left: 45.5%;
}

.tjBC .ysz .mapT .dian {
  top: 30%;
  left: 17%;
}

.tjBC .ysz .mapT .txt {
  top: 30%;
  left: 33%;
  cursor: pointer;
}

.tjBC .ysz .mapT .hideTxt {
  top: -2.3vw;
  left: 52%;
}

.tjBC .ysz .mapT .hideTxt .shu {
  position: absolute;
  transform: rotate(90deg);
  left: -1.6vw;
  top: 3vw;
}

.tjBC .yhz .mapT .dian {
  top: 30%;
  left: 17%;
}

.tjBC .yhz .mapT .txt {
  top: 46%;
  left: 33%;
  cursor: pointer;
}

.tjBC .yhz .mapT .hideTxt {
  top: -2.3vw;
  left: 52%;
}

.tjBC .yhz .mapT .hideTxt .shu {
  position: absolute;
  transform: rotate(90deg);
  left: -1.6vw;
  top: 3vw;
}

.tjBC .yljd .mapT .dian {
  top: 68%;
  left: 37%;
}

.tjBC .yljd .mapT .txt {
  top: 56%;
  left: 23%;
  cursor: pointer;
}

.tjBC .yljd .mapT .hideTxt {
  top: -2.5vw;
  left: -5.5%;
}

.tjBox .tjBL .tjBT_b {
  padding: 1.5vh;
}

.tjBox .tjBL .tjBT_b1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tjBox .tjBL .tjBT_b1 .list {
  width: 48%;
}

.tjBox .tjBL .tjBT_b1 .list .listTxt {
  display: flex;
  justify-content: space-between;
  color: rgba(108, 212, 255, 1);
  font-size: 1.5vh;
  line-height: 3vh;
}

.tjBox .tjBL .tjBT_b1 .list .listJdt {
  width: 100%;
  height: 1.4vh;
  position: relative;
  background: rgba(255, 255, 255, 0.15);
}

.tjBox .tjBL .tjBT_b1 .list .jdt {
  transition: 0.5s;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(60, 139, 250, 1),
    rgba(73, 255, 234, 1)
  );
}

.tjBox .tjBL .tjBT_b2 {
  width: 100%;
  height: 54%;
  margin-top: 5%;
}

.tjBox .tjBL .tjBB_b {
  padding: 1.5vh;
}

.tjBox .tjBB_nav {
  display: flex;
  height: 3vh;
  line-height: 2.8vh;
  font-size: 1.5vh;
  margin-bottom: 1vh;
}

.tjBox .tjBB_nav .nav {
  padding: 0 1vw;
  color: rgba(77, 163, 248, 1);
  border: 1px solid rgba(36, 75, 133, 1);
  border-right: none;
  cursor: pointer;
}

.tjBox .tjBB_nav .nav:last-of-type {
  border: 1px solid rgba(36, 75, 133, 1);
}

.tjBox .tjBB_nav .navS {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 101, 202, 1);
}

.tjBox .tjBL .tjBB_chart {
  height: 21vh;
}

.tjBox .tjBC .tjBB {
  width: 100%;
  padding: 1.5vh;
  border: 1px solid rgba(26, 51, 105, 0.65);
  height: 22vh;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}

.tjBox .tjBC2 .tjBB {
  position: relative;
  height: 24vh;
}

.tjBox .tjBC2 .tjBC_Nav {
  display: flex;
  justify-content: space-between;
  padding: 1.5vh;
  position: relative;
}

.tjBox .tjBC2 .tjBC_Nav .tjBC2_Fh {
  position: absolute;
  font-size: 1.8vh;
  color: #00caff;
  top: 0;
  left: 0;
  cursor: pointer;
}

.tjBox .tjBC2 .tjBC_Nav .navList {
  width: 18%;
  height: 24vh;
  display: flex;
  align-items: center;
  text-align: center;
}

.tjBox .tjBC_Nav .navList .tit {
  font-size: 2.4vh;
  color: #00caff;
  line-height: 3.4vh;
  font-weight: bold;
}

.tjBox .tjBC_Nav .navList img {
  width: 100%;
}

.tjBox .tjBC_Nav .navList .txt {
  font-size: 1.5vh;
  color: rgba(231, 250, 255, 1);
}

.tjBox .tjBC .tjBB2 {
  margin-top: 18px;
  height: calc(40% - 9px);
}

.tjBox .tjBC .tjBB_nav {
  margin-bottom: 2vh;
}

.tjBB_Table {
  height: 28.8vh;
  overflow-y: auto;
  position: relative;
  padding-top: 4vh;
}

.tjBB_Table .tjTableH {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.tjBB_Table .list {
  display: flex;
  justify-content: space-between;
  height: 4vh;
  line-height: 4vh;
  font-size: 1.5vh;
  color: rgba(77, 163, 248, 1);
  background: rgba(5, 37, 88, 1);
}

.tjBB_Table .tjTableB .list:nth-child(odd) {
  background: rgba(5, 34, 80, 1);
}

.tjBB_Table .list > div {
  padding: 0 0.5vw;
  text-align: center;
}

.tjBB_Table .list .l1 {
  width: 17.5%;
}

.tjBB_Table .list .u {
  color: rgba(221, 62, 255, 1);
}

.tjBB_Table .list .d {
  color: rgba(255, 99, 48, 1);
}

.tjBB_Table .list .l5 {
  width: 30%;
}

.tjBR .tjBT_b {
  padding: 1.5vh;
  height: calc(100% - 4.5vh);
  border: 1px solid rgba(26, 51, 105, 0.65);
}

.tjBR .tjBT_b .tjBB_chart {
  width: 100%;
  height: 20vh;
}

.tjBR .tjBB_nav {
  margin-top: 4vh;
}

.tjBR .tjBB_chart2 {
  height: 30vh;
}

.zzjglB {
  margin-top: 10px;
}

.zzjglB .zzjWeek {
  display: flex;
}

.zzjglB .weekList {
  width: 14.28%;
  box-sizing: border-box;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ddd;
  border-right: none;
  color: #009389;
}
.zzjglB .weekList .dateTxt {
  font-weight: bold;
}
.zzjglB .weekList button {
  margin-left: 10px;
}

.zzjglB .weekList:last-of-type {
  border-right: 1px solid #ddd;
}

.zzjglB .zzjDw {
  display: flex;
}

.zzjglB .zzjDwL {
  padding: 10px;
  width: 14.28%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  height: calc(100vh - 220px);
  border-top: none;
  border-right: none;
  position: relative;
  padding-left: 4px;
}

.zzjglB .zzjDwL:last-of-type {
  border-right: 1px solid #ddd;
}

.zzjglB .zzjDwL .listB {
  height: calc(100% - 50px);
  overflow-y: auto;
}

.zzjglB .zzjDwL .listB .ant-tree-switcher-noop {
  width: 10px;
}

.zzjglB .zzjDwL .listFoot {
  position: absolute;
  line-height: 50px;
  text-align: center;
  color: #009389;
  width: 100%;
  left: 0;
  bottom: 0;
}

.zzjglB .zzjDwL .listFoot span {
  cursor: pointer;
  text-decoration: underline;
}

.zzjglB .zzjDwL .listB .ant-tree .ant-tree-node-content-wrapper {
  cursor: auto;
  width: calc(100% - 34px);
  line-height: 24px;
}

.rgtBox .rgtInput {
  display: flex;
  justify-content: space-between;
}
.rgtBox .rgtInput button {
  margin-left: 20px;
}

.rgtBox .rgtTit {
  line-height: 50px;
  color: #009389;
}

.rgtBox .rgtB {
  padding: 10px 20px;
  border: 1px solid #aaa;
  height: 300px;
  overflow-y: auto;
  margin-bottom: 20px;
}

.rgtBox .rgtB .rgtList {
  display: flex;
  line-height: 40rpx;
  margin-bottom: 10px;
  justify-content: space-between;
}

.rgtBox .rgtB .rgtList .name {
  width: calc(100% - 15px);
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sfxqTit {
  display: flex;
  justify-content: space-between;
  line-height: 32px;
  color: #009389;
  padding: 10px;
  padding-top: 0;
  background: #f0f2f5;
}
.sfxqTit > div {
  font-weight: bold;
}

.fwgzzNav {
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.fwxqBox {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.fwxqBox .fwxqL {
  flex: 1;
  height: 100%;
  background: #fff;
  overflow-y: auto;
}
.fwxqBox .fwxqR {
  width: 400px;
  margin-left: 10px;
  height: 100%;
  overflow-y: auto;
  background: #fff;
}
.fwxqBox .fwxqTit {
  display: flex;
  justify-content: space-between;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
  color: #009389;
}
.mbscList {
  padding: 10px;
}
.jyqyBox {
  padding: 20px 40px;
  line-height: 24px;
  font-size: 14px;
}
.jyqyBox .tit {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}

.jyqyBox .tit2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}
