html {
  overflow-x: hidden;
}

.mianBox,
.kehuBox,
.danganBox,
.gy-sf-main,
.container-fluid {
  background: #fff;
  padding: 0 10px 10px;
  height: calc(100vh - 50px);
  overflow: auto;
}
.ant-layout-sider::-webkit-scrollbar {
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
input::placeholder { color: #999 !important; }
.ant-layout-sider::-webkit-scrollbar-thumb {
  /* border-radius: 10px; */
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ededed;
}

.ant-layout-sider::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  /* border-radius: 10px; */
  background: #535353;
}

.mianBox .ant-radio-inner::after {
  background: #009389;
}

.mianBox .ant-radio-checked .ant-radio-inner {
  border-color: #009389;
}

.logo,
.logo1 {
  height: 45px;
  line-height: 45px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #056a64;
  background-color: #009389;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.con-r-pad {
  padding: 0 20px;
}

.left-menu {
  height: calc(100vh - 45px);
  overflow-y: auto;
  overflow-x: hidden;
  /* border-right:1px solid #bbb; */
  background-color: #f8fafb;
}

.left-menu .ant-menu {
  background-color: #f8fafb !important;
}

.left-menu .ant-menu-sub.ant-menu-inline {
  background-color: #f0f3f4 !important;
}

.ant-menu-submenu-active,
.ant-menu-submenu-title:hover,
.ant-menu-submenu-selected,
.ant-menu-item-active,
.ant-menu-item-selected,
.ant-menu-item:hover {
  color: #009389 !important;
}

.ant-menu-submenu-active .ant-menu-submenu-arrow::before,
.ant-menu-submenu-active .ant-menu-submenu-arrow::after,
.ant-menu-submenu-selected .ant-menu-submenu-arrow::before,
.ant-menu-submenu-selected .ant-menu-submenu-arrow::after {
  color: #009389 !important;
}

.left-menu > .ant-menu-inline {
  border-right: 1px solid #bbb !important;
}

.left-menu .ant-menu-inline .ant-menu-item::after {
  border-right: 3px solid #009389 !important;
}

.ant-layout-header {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #009389 !important;
  border-bottom: 1px solid #056a64;
  color: #fff;
  height: 45px !important;
  line-height: 45px !important;
}

.header-r {
  display: flex;
  height: 45px;
  float: right;
  line-height: 45px;
  margin-right: 20px;
}

.header-r .msg {
  width: 45px;
  overflow: hidden;
  cursor: pointer;
  margin-right: 20px;
}

.header-r .msg img {
  width: 18px;
  height: 20px;
  float: left;
  margin-top: 16px;
  margin-right: 5px;
}

.header-r .num {
  margin: 0 10px;
}

.header-r .tx img {
  width: 20px;
  height: 20px;
}

.header-r .user .ant-dropdown-link {
  height: 45px;
  line-height: 45px;
  color: #fff;
}

.header-r .user .ant-dropdown-link .anticon {
  margin-left: 6px;
}

.ant-input,
.ant-input-number,
.ant-select-selector,
.ant-input-affix-wrapper,
.ant-picker {
  border-color: #aaa !important;
}
/*滚动条样式*/
*::-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;
}

.headerBox .headerImg {
  text-align: center;
  margin-bottom: 10px;
}

.headerBox .headerImg img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: #eee;
}

.headerBox .headerNav {
  color: #009389;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.headerBox .headerNav > div {
  cursor: pointer;
}

.headerBox .headerList > div {
  overflow: hidden;
  font-size: 14px;
}

.headerBox .headerList .headerList_tit {
  float: left;
  margin-right: 20px;
  height: 100%;
  color: #009389;
}

.headerBox .headerBtn {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.headerBox .headerBtn div {
  height: 30px;
  border: 1px solid #009389;
  color: #009389;
  width: calc(50% - 10px);
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
}
.headerBox .headerBtn .tc {
  color: #ff0000;
  border: 1px solid #ff0000;
}

.searchBox {
  padding: 10px 10px 0 !important;
  background: #f0f3f4;
  border-bottom: 1px solid #ccc;
}

.searchBox2 {
  padding: 10px !important;
}

.searchBox .ant-form-item {
  margin-bottom: 10px !important;
}

.searchBox .ant-input {
  min-width: 180px;
}

.searchBox .ant-select {
  min-width: 160px;
}

.btnBox {
  margin-top: 10px;
  padding: 12px;
  background-color: #cce9e8;
  border-bottom: 1px solid #009389;
}

.btnBox button {
  margin-right: 10px;
}

.ant-btn {
  border-color: #aaa !important;
}

.ant-btn-primary {
  background: #009389 !important;
  border-color: #009389 !important;
}

.ant-btn:hover {
  color: #009389 !important;
  border-color: #009389 !important;
}

.ant-btn-primary:hover {
  color: #fff !important;
  background: #009389 !important;
  border-color: #009389 !important;
}

.ant-table-thead > tr > .blueColor {
  color: #009389;
}

.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 {
  background: #f5f7fa !important;
  padding: 8px 16px;
  border: 1px solid #e3e8ee;
  border-bottom-color: #bbb;
  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: #009389;
  margin-bottom: 0;
  line-height: 34px;
  min-height: 34px;
  word-break: break-all;
}
.iconBox2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.iconBox2 p{
  margin-bottom: 0;
  margin: 0 5px;
  cursor: pointer;
}
.iconBox span {
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
}

.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: #009389;
  background-color: #f2f3f7;
}

.zhouqiD .ant-row {
  margin-bottom: 0;
}

.zhouqiD .ant-select {
  color: #009389;
}

.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 #009389;
  color: #009389;
  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 #009389; */
}

.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: #009389 !important;
}

.tabBox .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #009389;
}

.tabBox .ant-tabs-ink-bar {
  background: #169bd5;
}

.tabBox .ant-tabs-content-holder {
  padding: 10px;
  border: 1px solid #009389;
}

.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 #009389; */
}

.tabsBox .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #009389;
}

.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 #009389;
  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 #009389;
}

.navBox .navList .navC {
  color: #fff;
  background: #009389;
}

.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: #009389;
  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 - 46px);
  overflow: auto;
  background: #fff;
}
.mainH{
  display: flex;
  width: 1200px;
  margin: 20px auto;
  justify-content: space-between;
  align-items: center;
}
.mainH_img{
  width:600px;
}
.mainH_img img{
  width: 500px;
  height:500px;
}
.mainH_txt .tit{
  font-size: 30px;
  line-height: 1.5;
  color: #5f9bf1;
}
.mainH_txt .txt{
  color: #666;
  font-size: 18px;
  margin-top: 20px;
}
.mainB{
  width:1200px;
  margin: 50px auto 0;
}

.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;
}
.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: #009389;
}

.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;
}

.loginBox {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #f2f2f2;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}

.loginBox .login-logo {
  margin: 40px;
}

.login-wrap {
  width: 1000px;
  margin: 40px auto;
  display: flex;
  align-items: stretch;
}

.loginPic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 500px;
  background: url(../images/login-pic.png) 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: #009389;
  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;
}

.ant-modal-body {
  padding: 10px 24px 20px !important;
}
.tjModal .ant-modal-body {
  padding: 20px !important;
  background: #f4f5f9;
}
.ant-modal-body .ant-form-item {
  margin-bottom: 10px;
}

.ant-radio-checked .ant-radio-inner {
  border-color: #009389 !important;
}

.ant-radio-inner::after {
  background: #009389 !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;
}
.title-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  line-height: 32px;
}

.title-t .title {
  /* color: #009389; */
  font-size: 16px;
}

.title-t .tag-t {
  display: flex;
}

.title-t .tag-t .ant-btn {
  margin-left: 16px;
}

.title-t .tag-t .tag {
  padding: 5px 10px;
  cursor: pointer;
  margin-left: 16px;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.85);
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 2px;
  width: 100px;
  text-align: center;
}

.title-t .tag-t .tag:first-child {
  margin-left: 0;
}

.title-t .tag-t .tag-sel {
  color: #ffffff;
  background-color: #009389;
}

.title-t .tag-t .sel-tag {
  color: #009389;
  border-color: #009389;
}

.title-t .tag-t .sel-tag2 {
  color: #ffffff;
  background-color: #009389;
}

.title-t .week {
  display: flex;
}

.title-t .week .item {
  padding: 5px 20px;
  border: 1px solid #009389;
  border-radius: 5px;
  cursor: pointer;
}

.title-t .week .item-sel {
  background-color: #009389;
  color: #ffffff;
}
.tableBoxN {
  border: 1px solid #ccc;
}

.tableBoxN .tableB {
  padding: 0;
  height: calc(100vh - 297px);
  overflow: auto;
}

.tableBoxN .pageBox {
  text-align: right;
}

.tableBoxN .pageBox .ant-pagination-options,.fyBox .ant-pagination-options {
  display: none;
}

.ant-upload.ant-upload-select-picture-card{
  margin-bottom: 0 !important;
}

.ant-col-12,.ant-col-24{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mapBox{
  width: 100%;
  height: 200px;
  background: #f2f2f2;
}
.jhxqM .ant-drawer-body{
  padding: 10px 24px;
}
.jhxqM .ant-drawer-header {
  background: #009389;
}
.jhxqM .modalTit {
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
}
.jhxqM .modalTit span {
  margin-right: 30px;
}
.jhxqM .ant-drawer-close {
  color: #fff;
  font-size: 18px;
}
.jhxqM .jhxq_box {
  display: flex;
  justify-content: space-between;
}
.jhxqM .jhxq_box .jhxq_b1 {
  width: 30%;
  padding: 20px 0;
  border: 1px solid #009389;
  height: calc(100vh - 76px);
  overflow-y: auto;
  box-sizing: border-box;
}
.jhxqM .ant-form-item {
  width: 100%;
  margin-bottom: 20px;
}
.jhxqM .contentB2_Br {
  width: 100%;
  height: calc(100vh - 76px);
  margin-top: 0;
}
.jhxqM .ant-col-24 {
  box-sizing: border-box;
}
.jhxqM .contentB2_B {
  width: calc(70% - 20px);
  border: 1px solid #009389;
}
.ysxzq{
  width:66.6% !important;
  position:absolute !important;
  z-index: 10 !important;
  box-sizing: border-box !important;
  left: 25% !important;
}

.addXmBox{
  border: 1px solid #ddd;
  margin-top: 20px;
}

.addZx_tit{
  line-height:32px;
  padding:10px;
  background: #f2f2f2;
  color: #009389;
  font-size: 16px;
  display: flex;
}
.addZx_tit .tit{
  width: 100px;
}
.addZx_tit2{
  justify-content: space-between;
}
.addZx_tit input,.addZx_tit button{
  height: 32px;
  margin-left: 10px;
  max-width: 150px;
}

.yxxmBox{
  padding: 10px;
  height: 120px;
  overflow-y: auto;
}
.yxxmBox .yxxmTag{
  padding: 5px 10px !important;
  font-size: 14px !important;
  margin-bottom: 10px !important;
}
.addZx_tb{
  min-height: 300px;
}
.addZx_tb .ant-pagination{
  background: #fff;
}
.tableB .tableRowClassO{
  background: #F5F7FA !important;
}
.tableB .tableRowClassO .ant-table-cell-fix-right{
  background: #F5F7FA !important;
}
.tableB .ant-table-expanded-row-level-1 .ant-table-cell .ant-table{
  margin: 0 -16px 0 32px !important;
}
.addXmBox .ant-form-item{
  margin-bottom: 0;
  margin-left: 20px;
}

.ycYincang {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.zsTit{
  display: flex;
  justify-content: space-between;
  line-height: 34px;
  font-size: 16px;
}

.qxTreeBox{
  display: flex;
  justify-content: space-between;
}
.qxTreeBox .qxTreeL{
  width: calc(50% - 10px);
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.qxTreeBox .qxTreeL .qxTit{
  text-align: center;
  line-height: 40px;
  background: #f2f2f2;
}
.qxTreeBox .qxTreeL .qxBox{
  height: 300px;
  overflow-y: auto;
  padding: 10px;
  box-sizing: border-box;
}
.qxTreeBox .qxTreeL .qxBtnList{
  margin-bottom: 15px;
} 
.qxTreeBox .qxTreeL .qxBtnList .btnTit{
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 5px;
  font-weight: bold;
}