@charset "utf-8";

ul,
li,
ol,
dl,
dd,
dt {
  list-style-type: none;
  list-style: none;
}

.baogaoB .cl {
  clear: both;
}

.baogaoB .clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

body,
html {
  width: 100%;
  height: 100%;
}

.baogaoB .page {
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  padding: 20px 40px;
  page-break-after: always;
  background: #fff;
}

/*封皮*/
.baogaoB .page1 {
  background: url(../images/bg.png) no-repeat right top #fff;
}

.baogaoB .logo2 {
  margin-bottom: 20px;
}

.baogaoB .logo2 img {
  width: 120px;
}

.baogaoB .title2 {
  position: relative;
  margin: 60px;
  padding: 10px 0;
  font-size: 42px;
  color: var(--primary-color);
  font-weight: bold;
  text-align: center;
  border-top: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  /*text-shadow: 0px 2px 5px rgba(7, 41, 82, 0.55);background: url(../images/banner.jpg) no-repeat;z-index:1*/
}

.baogaoB .banner {
  display: block;
  margin: 30px auto;
}

.baogaoB .grxx {
  margin: 20px auto 80px;
  width: 320px;
}

.baogaoB .grxx li {
  display: flex;
  align-items: center;
  margin: 5px 0;
  line-height: 40px;
  font-size: 16px;
}

.baogaoB .grxx li .label {
  display: block;
  width: 100px;
  text-align: justify;
  font-weight: bold;
}

.baogaoB .grxx li .bold {
  font-weight: bold;
}

.baogaoB .grxx li .data {
  flex: 1;
  border-bottom: 1px solid #ddd;
  text-align: center;
  min-height: 54px;
}

.baogaoB .page-info {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

.baogaoB .zs {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  display: flex;
  align-items: stretch;
  z-index: 0;
}

.baogaoB .zs .one {
  background: #1bb1c8;
  width: 100px;
  height: 100%;
}

.baogaoB .zs .two {
  background: #eee;
  width: 10px;
  height: 100%;
  margin-left: 5px;
}

.baogaoB h1.page-title2 {
  position: relative;
  font-size: 20px;
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  color: var(--primary-color);
  text-align: left;
}

/*h1.page-title2:after{content:'';position:absolute;left:0;bottom:-2px;width:120px;height:2px;background:var(--primary-color)}*/

/*前言*/
.baogaoB .qy-box {
  font-size: 14px;
  line-height: 1.8;
}

.baogaoB .qy-box p {
  text-indent: 2em;
}

.baogaoB .qy-bottom {
  text-align: right;
  line-height: 2;
  margin-top: 50px;
  font-size: 14px;
}

/*目录*/
.baogaoB .content2 dl {
  margin: 16px auto;
}

.baogaoB .content2 dl dt {
  margin: 14px 0;
  font-size: 18px;
  font-weight: bold;
}

.baogaoB .content2 dl dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 6px 0;
}

.baogaoB .content2 dl dd .point {
  border-top: 1px dashed #ddd;
  flex: 1;
  margin: 0 20px 0;
}

.baogaoB hr {
  display: none;
}

.baogaoB .box {
  margin-bottom: 30px;
}

.baogaoB .box-ht {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  margin-bottom: 6px;
  background: url(../images/t-bg.png) repeat-x center center;
}

.baogaoB .box-ht .t {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  background: #fff;
  padding: 0 10px;
  margin-top: 0;
}

.baogaoB .box-ht img {
  margin-right: 5px;
}

.baogaoB .box-bd {
  padding: 10px 0;
}

.baogaoB .boxFlex {
  display: flex;
  justify-content: space-between;
}

.baogaoB h3.t {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 20px;
}

.baogaoB .jkwt-box .item {
  display: flex;
  padding: 5px 0;
}

.baogaoB .jkwt-box .item .jkwt-t {
  flex: 70px 0 0;
  font-weight: 600;
}

.baogaoB .jkwt-box .item .d {
  flex: 1;
}

.baogaoB .jkwt-box .item .d span {
  display: inline-block;
  margin: 1px 5px;
  padding: 0 3px;
}

.baogaoB .list-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.baogaoB .list-box .item {
  flex: 100%;
  padding: 6px 10px;
  display: flex;
  align-items: center;
}

.baogaoB .list-box .item img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

.baogaoB .list-box .item .jkwt-t {
  font-weight: 600;
}

.baogaoB .txt-des {
  padding: 5px;
  margin-bottom: 10px;
  text-indent: 2em;
  line-height: 1.8;
}

.baogaoB .txt span {
  color: #ff0000;
}

.baogaoB .txt-bd p > span {
  font-weight: bold;
}

.baogaoB .txt-bd p {
  margin: 5px 0;
}

.baogaoB .txt-bd .text-right {
  margin-top: 60px;
}

.baogaoB .lv {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  border: 1px solid #000;
}

.baogaoB .lv span {
  flex: 1;
  padding: 5px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  position: relative;
  border: 1px solid #000;
}

.baogaoB .lv .lv0 {
  background: #02830e;
}

.baogaoB .lv .lv1 {
  background: #00b711;
}

.baogaoB .lv .lv2 {
  background: #ff9600;
}

.baogaoB .lv .lv3 {
  background: #ff0000;
}

.baogaoB .lv .lv4 {
  background: #cf0000;
}

.baogaoB .lv .lv5 {
  background: #ffc2c2;
}

.baogaoB .lv .on {
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
}

.baogaoB .sm-txt {
  display: flex;
  align-content: center;
  font-size: 10px;
  margin-top: 10px;
  background: #fafafa;
  padding: 3px;
}

.baogaoB .sm-txt span {
  margin-right: 20px;
  overflow: hidden;
  line-height: 32px;
}

.baogaoB .sm-txt span img {
  margin-right: 3px;
  float: left;
}

.baogaoB .yd-lv {
  margin: 20px 0;
}

.baogaoB .yd-lv .num {
  position: absolute;
  left: 0;
  top: 30px;
  color: #000;
  font-style: normal;
}

.baogaoB .yd-lv > span:nth-child(1) {
  background: #02830e;
}

.baogaoB .yd-lv > span:nth-child(2) {
  background: #00b711;
}

.baogaoB .yd-lv > span:nth-child(3) {
  background: #dbaa00;
}

.baogaoB .yd-lv > span:nth-child(4) {
  background: #ff9600;
}

.baogaoB .yd-lv > span:nth-child(5) {
  background: #ff5400;
}

.baogaoB .yd-lv > span:nth-child(6) {
  background: #ff0000;
}

.baogaoB .yd-lv > span:nth-child(7) {
  background: #cf0000;
}

.baogaoB .data-item {
  padding: 10px;
  background: #ffdc7d;
}

.baogaoB .data-item .t {
  font-size: 12px;
}

.baogaoB .data-item .num {
  font-size: 20px;
  font-weight: bold;
}

.baogaoB .box-data {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.baogaoB .box-data .item {
  flex: 1;
  margin: 10px 5px;
  display: flex;
  align-items: center;
  background: #f3d7d7;
  padding: 10px;
}

.baogaoB .box-data .item .txt {
  flex: 1;
  margin-left: 10px;
}

.baogaoB .box-data .item .t {
  font-size: 12px;
}

.baogaoB .box-data .item .data {
  font-size: 16px;
  font-weight: bold;
}

.baogaoB .yszysx {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.baogaoB .ztjy-box {
  display: flex;
  align-items: center;
}

.baogaoB .ztjy-box .data-item {
  flex: 30% 0 0;
}

.baogaoB .ztjy-box .list {
  margin-left: 20px;
  margin-bottom: 0;
}

.baogaoB .list .item {
  font-size: 14px;
  margin: 0;
}

.baogaoB .list .item .name {
  font-weight: bold;
}

.baogaoB .sub-t {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.baogaoB .disease {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.baogaoB .disease .ht {
  padding: 6px 0;
  margin-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: bold;
}

.baogaoB .disease h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.baogaoB .disease p {
  line-height: 1.5;
}

.disease .ts-jy {
  margin: 10px 0 20px;
}

.baogaoB .yinshi2_img {
  display: flex;
  justify-content: space-between;
}

.baogaoB .yinshi2_img > .yinshi2_imgL {
  width: calc(10% - 20px);
  font-size: 16px;
  text-align: center;
}

.baogaoB .yinshi2_img .list_img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 3px #cecece;
}

.baogaoB .yinshi2_img .list_text {
  margin-top: 10px;
  display: inline-block;
}

.baogaoBox {
  margin: 0 -20px;
  padding: 40px 20%;
  background: #f2f2f2;
  white-space: pre-wrap;
}

.baogaoB {
  position: relative;
}

.baogaoB th {
  text-align: left;
}

.baogaoB th,
.baogaoB td {
  padding: 4px 0;
}

.baogaoB .chatBox {
  width: 50%;
  height: 400px;
}

.baogaoB .chatBox2 {
  width: 80%;
  margin: 0 auto;
  height: 400px;
}

.baogaoB .label::after {
  display: inline;
}

.baogaoB .xiangmuBox {
  overflow: hidden;
}

.baogaoB .xiangmuBox .xiangmu_p {
  width: 25%;
  text-align: left;
  float: left;
}

.baogaoBox .iconBox {
  width: 60px;
  height: 120px;
  background: #fff;
  position: fixed;
  right: 100px;
  bottom: 100px;
  line-height: 20px;
}

.baogaoBox .iconBox div {
  width: 60px;
  height: 60px;
  text-align: center;
  box-sizing: border-box;
  padding: 15px;
  cursor: pointer;
}

.baogaoBox .iconBox div:first-of-type {
  border-bottom: 1px solid var(--primary-color);
}

.baogaoBox .iconBox img {
  width: 26px;
  height: 30px;
}

.baogaoB .duibiBox {
  display: flex;
  justify-content: space-between;
}

.baogaoB .duibiBox .duibiB {
  width: 48%;
  padding: 20px;
  border: 5px solid #f2f2f2;
}

.baogaoB .duibiBox .duibiB p {
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.baogaoB .duibiBox .duibiB span {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 4px;
}

.baogaoB .yinshi1 {
  margin-bottom: 0;
}

.baogaoB .yinshi1 > div {
  width: 66%;
}

.baogaoB .yinshi1 > div:first-of-type {
  width: 34%;
}

.baogaoB .yinshi1Box:first-of-type {
  background-size: 100%;
}

.baogaoB .yinshi1Box:last-of-type img {
  height: 436px;
}

.baogaoB .yinshi1Box:first-of-type > div {
  font-size: 16px;
  width: 100%;
  height: 80px;
  padding-top: 10px;
}

.baogaoB .yinshi1Box:first-of-type > div span {
  font-size: 26px;
  line-height: 30px;
  margin-top: 0;
}

.baogaoB .yundongBox {
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--primary-color);
  padding: 0;
}

.baogaoB .yundongBox .yundongL {
  width: 25%;
  overflow: hidden;
}

.baogaoB .yundongBox .yundongL > div {
  display: flex;
}

.baogaoB .yundongBox .yundongL_t {
  float: left;
  width: 40px;
  height: 100%;
  background: var(--primary-color);
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
}

.baogaoB .yundongBox .yundongL_t div {
  line-height: 20px;
  height: 40px;
  align-self: center;
  width: 100%;
}

.baogaoB .yundongBox .yundongL_t span {
  display: block;
  height: 20px;
}

.baogaoB .yundongBox .yundongL_b {
  padding: 10px;
  height: 100%;
}

.baogaoB .yundongBox .yundongL_b span {
  align-self: center;
}

.baogaoB .tizhiBox > div {
  margin-bottom: 20px;
}

.baogaoB .tizhiBox .tizhiH {
  display: inline-block;
  padding: 5px 20px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: var(--primary-color);
}

.baogaoB .tizhiB {
  border: 1px solid var(--primary-color);
  padding: 10px;
}

.baogaoB .tizhiB > div:first-of-type {
  margin-bottom: 10px;
}

.baogaoB .tizhiB div p {
  font-size: 14px;
  line-height: 28px;
  margin: 0;
}

.baogaoB .tizhiB div .tizhiTit {
  color: var(--primary-color);
  font-size: 16px;
  padding: 0 5px 5px;
  border-bottom: 1px solid var(--primary-color);
  margin-bottom: 10px;
  margin-top: 10px;
}

.ztjkBox .box-jg {
  display: flex;
  justify-content: space-between;
}

.ztjkBox .box-jg .jg_l {
  width: 200px;
  text-align: center;
  background: #f2f2f2;
}

.ztjkBox .box-jg .jg_l div {
  margin-top: 20px;
  font-size: 16px;
}

.ztjkBox .box-jg .jg_l .fen {
  font-weight: bold;
  font-size: 32px;
  margin-top: 0;
  color: var(--primary-color);
}

.ztjkBox .box-jg .jg_r {
  width: calc(100% - 220px);
  box-sizing: border-box;
  padding: 40px 20px 20px;
  border: 1px solid #ddd;
  position: relative;
}

.baogaoB .ztjkBox .lv {
  margin-top: 0;
}

.baogaoB .ztjkBox .lv .on {
  top: 20px;
}

.ztjkBox .fenList {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.ztjkBox .fenList span {
  position: relative;
}

.ztjkBox .box-sh .list-box {
  display: flex;
  justify-content: space-between;
}

.ztjkBox .box-sh .list-box .item {
  width: 50%;
  flex: 50%;
}

.w-tabBoxs {
  margin-top: 10px !important;
}

.w-tabBoxs .ant-tabs-content-holder {
  padding: 0px !important;
  margin-top: 4px !important;
  border: 1px solid #fff !important;
  /* background: azure; */
}

/* .w-tabBoxs .ant-form-item {
  margin-bottom: 10px;
} */

.w-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px;
  background: var(--primary-color);
}
.w-nav .w-nav-title {
  line-height: 32px;
  color: #fff;
  font-size: 18px;
}

.w-nav1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 8px;
  background: #bddbfd;
}
.w-nav1 .w-nav-title {
  line-height: 32px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
}

.wenjuanList .listT1 {
  font-weight: bold;
  background: #f2f2f2;
  padding: 8px 20px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.wenjuanList .list1 {
  padding: 4px 30px;
  margin-bottom: 8px;
}

.w-nav-grouping {
  /* height: 658px; */
  height: 70vh;
  /* padding: 8px 12px; */
  /* background: #EBEEF5; */
  border: 1px solid #ebeef5;
  overflow-x: hidden;
  overflow-y: auto;
}
.w-nav-grouping-tj {
  height: calc(100vh - 32px);
}

.w-nav-grouping1 {
  height: 76vh;
}

/*滚动条样式*/
.w-nav-grouping::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}

.w-nav-grouping::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.12);
}

.w-nav-grouping::-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);
}

.w-nav-grouping .w-health-group {
  /* height: 100px; */
  margin: 8px 8px;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid var(--primary-color);
  background: #fff;
  cursor: pointer;
}

.w-nav-grouping .w-health-group:hover {
  box-shadow: 1px 1px 8px #ddd;
  /* background: #ecf5ff; */
}

.w-nav-grouping .w-health-group-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.w-nav-grouping .w-health-group-nav .w-group-nav-title {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: bold;
}

.w-content {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  /* height: 700px; */
  height: 76vh;
  border: 1px solid #ebeef5;
}

.w-content1 {
  /* height: 714px; */
  height: 76vh;
}

.w-content2 {
  /* height: 714px; */
  height: 79vh;
}
.w-content3 {
  /* height: 714px; */
  height: calc(100vh - 32px);
}

/*滚动条样式*/
.w-content::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 3px;
}

.w-content::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px #19c1ce;
  background: #19c1ce;
}

.w-content::-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);
}

.w-content .w-chart-box {
  width: 100%;
  background: #fff;
}

.w-content .w-chart-box .w-chart-results {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.w-content .w-chart-box .w-chart-box-score {
  margin: 100px 36px 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #606266;
  border-right: 1px solid #606266;
  position: relative;
}

.w-content .w-chart-box .w-chart-box-score .w-chart-box-score-triangle {
  font-size: 20px;
  color: #606266;
  position: absolute;
  left: 0%;
  top: -35px;
}

.w-content .w-chart-box .w-chart-box-score .w-chart-box-score-span {
  width: 25%;
  line-height: 32px;
  font-size: 18px;
  text-align: center;
  color: #303133;

  border-top: 1px solid #606266;
  border-left: 1px solid #606266;
  position: relative;
}

.w-content .w-chart-box .w-chart-box-score .w-score-span1 {
  background: rgb(141, 199, 114);
}

.w-content .w-chart-box .w-chart-box-score .w-score-span1::after {
  content: "0";
  font-size: 20px;
  color: #606266;
  position: absolute;
  left: -6px;
  bottom: -38px;
}

.w-content .w-chart-box .w-chart-box-score .w-score-span2 {
  background: rgb(252, 209, 144);
}

.w-content .w-chart-box .w-chart-box-score .w-score-span2::after {
  content: "25";
  font-size: 20px;
  color: #606266;
  position: absolute;
  left: -15px;
  bottom: -38px;
}

.w-content .w-chart-box .w-chart-box-score .w-score-span3 {
  background: rgb(250, 180, 181);
}

.w-content .w-chart-box .w-chart-box-score .w-score-span3::after {
  content: "50";
  font-size: 20px;
  color: #606266;
  position: absolute;
  left: -15px;
  bottom: -38px;
}

.w-content .w-chart-box .w-chart-box-score .w-score-span4 {
  background: rgb(245, 88, 94);
}

.w-content .w-chart-box .w-chart-box-score .w-score-span4::after {
  content: "75";
  font-size: 20px;
  color: #606266;
  position: absolute;
  left: -15px;
  bottom: -38px;
}

.w-content .w-chart-box .w-chart-box-score .w-score-span4::before {
  content: "100";
  font-size: 20px;
  color: #606266;
  position: absolute;
  right: -15px;
  bottom: -38px;
}

.w-content .w-evaluation-box {
  border: 1px solid #ebeef5;
  background: #ffffff;
  padding: 16px 26px;
}

.w-content .w-evaluation-box .w-evaluation-box-title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--primary-color);
}

.w-content .w-question-box {
  border: 1px solid #ebeef5;
  background: #ffffff;
  padding: 16px 26px;
}

.w-content .w-question-box .w-question-box-title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.w-content .w-question-box .w-question-content {
  font-size: 15px;
  margin: 8px 24px;
}

.w-content .w-question-box .w-question-content .w-question-content-problem {
  color: #606266;
  position: relative;
}

.w-content
  .w-question-box
  .w-question-content
  .w-question-content-problem::after {
  position: absolute;
  left: -12px;
  bottom: 8px;
  content: " ";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #606266;
}

.w-content .w-question-box .w-question-content .w-question-content-answer {
  color: #303133;
  margin: 6px 0px;
  font-weight: bold;
}

.w-hx-page-content {
  /* height: calc(100vh -200px)!important; */
  padding: 8px 16px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f4f4f5;
}

/*滚动条样式*/
.w-hx-page-content::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}

.w-hx-page-content::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.12);
}

.w-hx-page-content::-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);
}

.w-hx-module {
  padding: 6px 0px;
  /* border: 1px solid red; */
}

.w-hx-module .w-hx-module-title {
  font-size: 16px;
  background: var(--primary-color);
  font-weight: bold;
  color: #fff;
  padding: 5px 12px;
  width: 90px;
}

.w-hx-module .w-hx-module-content {
  padding: 6px 16px;
  width: 100%;
  background: #fff;
}

.w-hx-module .w-hx-module-content1 {
  height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
}

.w-hx-module .w-hx-module-content1 .w-item_result {
  font-size: 17px;
  color: var(--primary-color);
  font-weight: bold;
}

.w-hx-module .w-hx-module-content1 .w-item_result1 {
  font-size: 17px;
  color: red;
  font-weight: bold;
}

/*滚动条样式*/
.w-hx-module .w-hx-module-content1::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 2px;
}

.w-hx-module .w-hx-module-content1::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.12);
}

.w-hx-module .w-hx-module-content1::-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);
}

.w-hx-describeds {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  margin-bottom: 15px;
}

.w-hx-describeds-s {
  margin: 20px 0px;
}

.w-hx-describeds-s1 {
  margin: 12px 0px;
}

.w-hx-describeds .w-hx-describeds-icon {
  width: 40px;
  text-align: center;
  font-size: 22.5px;
}

.w-hx-describeds .w-hx-describeds-icon .iconfont {
  font-size: 25px;
  color: var(--primary-color);
}

.w-hx-describeds .w-hx-describeds-title {
  font-size: 15px;
  color: #000;
  font-weight: 500;
}

.w-hx-describeds .w-hx-describeds-title1 {
  /* letter-spacing:16px; */
  display: inline-block;
  max-width: 145px;
}

.w-hx-describeds .w-text-spacing {
  letter-spacing: 1.5px;
}

.w-hx-describeds .w-hx-describeds-text {
  width: 76%;
  font-size: 15px;
  color: #303133;
  /* font-weight: bold; */
  letter-spacing: 1px;
}

.w-hx-module .w-hx-module-content .w-prompt {
  font-size: 14px;
  margin-left: 12px;
  margin-top: 8px;
  color: #c0c4cc;
  /* font-weight: bold; */
  letter-spacing: 0.5px;
}

.w-hx-module .w-hx-module-content .w-hx-module-img {
  /* height: 250px; */
  /* line-height: 250px; */
  padding: 20px;
  /* overflow: hidden; */
}

.w-hx-module .w-hx-module-content .w-hx-module-img img {
  height: 298px;
}

.w-hx-module .w-hx-module-content .w-hx-module-tabPane-content {
  height: 283px;
  overflow-x: hidden;
  overflow-y: auto;
}

/*滚动条样式*/
.w-hx-module
  .w-hx-module-content
  .w-hx-module-tabPane-content::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 2px;
}

.w-hx-module
  .w-hx-module-content
  .w-hx-module-tabPane-content::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.12);
}

.w-hx-module
  .w-hx-module-content
  .w-hx-module-tabPane-content::-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);
}

.w-hx-module .w-hx-module-content .w-hx-module-tabPane {
  display: flex;
  flex-flow: wrap;
}

.w-hx-module .w-hx-module-content .ys-item-content {
  text-align: center;
  font-weight: bold;
  background: #dcdfe6;
  border-radius: 5px;
  margin: 5px 0px;
  padding: 5px 0px;
}

/* 递归树形菜单列表 */
.w-tree-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  cursor: pointer;
  /* border: 1px solid red; */
}
/* 递归树形菜单列表 */
.w-tree-list3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  /* border: 1px solid red; */
}
.w-tree-list:hover {
  background: #f5f5f5;
  color: var(--primary-color) !important;
}
.w-tree-list3:hover {
  background: #fff;
  color: #333 !important;
}

.w-tree-list1 {
  min-width: 300px;
  padding: 6px 12px;
}

.w-tree-list2 {
  color: var(--primary-color) !important;
}

.w-tree-list .w-tree-list-l {
  font-size: 17px;
  padding-left: 12px;
}

.w-tree-list .w-tree-list-l .w-tree-list-l-iocn {
  margin-right: 6px;
  font-size: 18px;
}

.w-tree-list .w-tree-list-l1 {
  max-width: 80%;
  font-size: 15px;
  padding-left: 12px;
  display: flex;
  align-items: center;
}

.w-tree-list .w-tree-list-l2 {
  width: 100%;
  font-size: 15px;
  padding-left: 12px;
  display: flex;
  align-items: center;
}

.w-tree-list .w-tree-list-l1 .w-tree-list-l-iocn {
  margin-right: 6px;
  font-size: 16px;
}

.w-tree-list .w-tree-list-l1 .w-tree-list-l_name {
  display: inline-block;
  max-width: 91%;
  overflow: hidden;
  /*超出隐藏*/
  text-overflow: ellipsis;
  /*隐藏后添加省略号*/
  white-space: nowrap;
}

.w-tree-listN{
  padding: 15px;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.w-tree-listN:hover{
  border: 1px solid #19c1ce;
}
.w-tree-listN2{
  border: 1px solid #19c1ce;
}
.w-tree-xm2:hover{
  color: var(--primary-color);
}
.w-tree-listN .tree-tit{
  display: flex;
  justify-content: space-between;
  line-height: 24px                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
}
.w-tree-listN .tree-tit .d{
  font-weight: bold;
}
.w-tree-listN .tree-tit .bq{
  height: 24px;
  font-size: 12px;
  background: #19c1ce;
  color: #fff;
  padding: 0 10px;
  border-radius: 6px;
}
.w-tree-listN .tree-tit .bq2{
  background: #e6a23c;
}
.w-tree-listN .tree-txt{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 2px;
}
.vertical2{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.w-tree-listN .tree-txt span{
  margin: 10px 10px 10px 0;
}




.w-form-content {
  padding: 0px 12px;
}

.w-form-content .w-form-content-title {
  color: var(--primary-color);
  font-size: 18px;
  margin: 8px 0px;
  font-weight: bold;
}

.xq-row .xq-col2 {
  /* color: var(--primary-color); */
  text-align: center;
  width: 25%;
  padding: 10px;
  border-spacing: 0;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
}

.xq-row .boxbg-color2 {
  color: #fff;
  background: var(--primary-color);
}

.w-intensity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 10px 12px; */
}

.w-intensity .w-intensity-block {
  width: 23.5%;
  text-align: center;
  /* background: var(--primary-color); */
  height: 90px;
  padding-top: 20px;
}

.intensity-back1 {
  background: rgb(254, 194, 158);
}

.intensity-back2 {
  background: rgb(109, 192, 222);
}

.intensity-back3 {
  background: rgb(119, 186, 117);
}

.intensity-back4 {
  background: rgb(210, 210, 210);
}

.w-form-content-form {
  margin: 12px 12px;
  border: 1px solid #c0c4cc;
}

.navBox {
  border-bottom: 1px solid var(--primary-color);
}

.navBox .navList1 p {
  width: 120px;
  margin: 8px 5px;
  display: inline-block;
  /* padding: 5px 10px; */
  cursor: pointer;
  text-align: center;
  color: var(--primary-color);
}

.navBox .navList1 .navC1 {
  color: #fff;
  background: var(--primary-color);
}

.w-nav-module {
  padding: 4px 12px;
}

.w-square-content {
  text-align: center;
  padding: 6px 0px;
  border: 1px solid var(--primary-color);
  font-weight: bold;
}

.w-square-content div {
  line-height: 25px;
}

.w-square-content .w-square-content-num {
  color: var(--primary-color);
  font-size: 17px;
}

.w-chat-box {
  margin: 8px 12px;
  padding: 12px;
  border: 1px solid var(--primary-color);
}

.w-chat-box .w-chat-box-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.w-chat-box .w-chat-box-nav .w-chat-box-nav-title {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: bold;
}

.w-grouping-list-box {
  height: 200px;
  margin-right: 5px;
  background: #fff;
  box-shadow: 0px 0px 10px #a9a9a9;
  border-radius: 6px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.w-grouping-list-box::-webkit-scrollbar {
  /* 隐藏默认的滚动条 */
  -webkit-appearance: none;
}

.w-grouping-list-box::-webkit-scrollbar:vertical {
  /* 设置垂直滚动条宽度 */
  width: 3px;
}

.w-grouping-list-box::-webkit-scrollbar-thumb {
  /* 滚动条的其他样式定制，注意，这个一定也要定制，否则就是一个透明的滚动条 */
  border-radius: 8px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(0, 0, 0, 0.5);
}

.w-grouping-list {
  padding: 8px 12px;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}

.w-grouping-list:hover {
  background: #ececec;
}

.w-heji {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.w-heji .w-heji-box {
  width: 23%;
  padding: 12px;
  text-align: center;
}

.w-heji .w-heji-box-back1 {
  background: rgb(254, 194, 158);
}

.w-heji .w-heji-box-back2 {
  background: rgb(109, 192, 222);
}

.w-heji .w-heji-box-back3 {
  background: rgb(119, 186, 117);
}

.w-heji .w-heji-box-back4 {
  background: rgb(210, 210, 210);
}

.pingguList {
  background: #fff;
  /* 心理评估调整 */
  /* margin: 8px 12px 0px; */
  /* padding: 12px; */
  margin-bottom: 0px;
}

.yinshi1Box1 {
  width: 48%;
}

.yinshi1Box1:first-of-type {
  background: url(../images/yinshi.jpg) no-repeat;
  background-position: center;
  background-size: 60%;
  position: relative;
}

.yinshi1Box1:first-of-type > div {
  width: 54%;
  text-align: center;
  height: 80px;
  background: #fff;
  border-radius: 10px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  box-sizing: border-box;
  padding-top: 12px;
}

.yinshi1Box1:first-of-type > div span {
  font-size: 24px;
  color: #d95d60;
  display: block;
  margin-top: 4px;
}

.yinshi1Box1:last-of-type {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.yinshi1Box1:last-of-type img {
  width: 50%;
  height: 350px;
}

.yinshi1_span1 {
  width: 45%;
}

.yinshi1_span1 > span {
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f2f2f2;
  margin-bottom: 10px;
  border-radius: 8px;
}

.yinshi1_span1 span:last-of-type {
  margin-bottom: 0;
}

.yinshi3 {
  /* width: 100%; */
  background: #fff;
  margin: 0px 12px 16px;
  padding: 12px;
}

.yinshi3 > p {
  font-size: 16px;
  color: var(--primary-color);
}

.yinshi3_img {
  display: flex;
  justify-content: space-between;
}

.yinshi3_img > div {
  width: calc(10% - 10px);
  font-size: 14px;
  text-align: center;
}

.yinshi3_img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 3px #cecece;
}

.yinshi3_img span {
  margin-top: 10px;
  display: inline-block;
}

.ant-radio-group-solid
  .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.w-tag-box {
  margin: 4px 6px;
  padding: 4px 6px;
  color: #303133;
  border: 1px solid var(--primary-color);
  border-radius: 2px;
  font-size: 13px;
  font-weight: 500;
}

.tijianList .inputBox,
.tijianList .biaoqianBox1 {
  padding: 20px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}

.tijianList .biaoqianBox1 span {
  float: left;
  padding: 5px 16px;
  text-align: center;
  min-width: 160px;
  margin-right: 10px;
  margin-bottom: 16px;
  border: 1px solid rgba(25, 178, 206, 1);
}

.w-listBox1 {
  margin-top: 10px !important;
  border: 1px solid #ebeef5;
}

.w-modal-box {
  height: 60vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.w-modal-box::-webkit-scrollbar {
  /* 隐藏默认的滚动条 */
  -webkit-appearance: none;
}

.w-modal-box::-webkit-scrollbar:vertical {
  /* 设置垂直滚动条宽度 */
  width: 3px;
}

.w-modal-box::-webkit-scrollbar-thumb {
  /* 滚动条的其他样式定制，注意，这个一定也要定制，否则就是一个透明的滚动条 */
  border-radius: 8px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(0, 0, 0, 0.5);
}

.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;
}

.khMz1 .ant-col-24 .addMb1 {
  position: absolute;
  right: 16px;
  top: 2px;
  color: var(--primary-color);
  font-size: 18px;
}

.w-textarea-input {
  max-width: 96% !important;
}

.w-khMz_l {
  overflow-x: hidden;
  overflow-y: auto;
  /* height: 70vh; */
  /* height: calc(100vh - 316px); */
  background: #f0f3f4;
}

.w-khMz_l::-webkit-scrollbar {
  /* 隐藏默认的滚动条 */
  -webkit-appearance: none;
}

.w-khMz_l::-webkit-scrollbar:vertical {
  /* 设置垂直滚动条宽度 */
  width: 3px;
}

.w-khMz_l::-webkit-scrollbar-thumb {
  /* 滚动条的其他样式定制，注意，这个一定也要定制，否则就是一个透明的滚动条 */
  border-radius: 8px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(0, 0, 0, 0.5);
}

.khMz .w-title-t {
  background: var(--primary-color) !important;
  padding: 8px 20px !important;
  color: #fff;
}

.w-unit_name .w-unit_name-icon {
  margin-left: 5px;
  display: none;
}

.w-unit_name-text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--primary-color);
  padding: 2px 0px;
}

.w-unit_name:hover .w-unit_name-text {
  color: #f56c6c;
}

.w-unit_yu {
  display: inline-block;
  width: 38%;
  text-align: left;
}

.w-jk-nav-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--primary-color);
  padding: 8px 16px;
  color: #fff;
}

.w-khMz_l .ant-row .ant-form-item {
  margin-bottom: 10px !important;
}

.iconBox2 {
  font-size: 18px !important;
}

.wrap-class-h {
  height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.khMz1 {
  position: relative;
}

.zl-Btn {
  width: 100%;
  padding: 0px 28px;
  line-height: 50px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #f0f3f4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zl-money {
  font-size: 17px;
  color: #f56c6c;
  font-weight: 500;
}

.bl-modal {
  overflow-x: hidden;
  overflow-y: auto;
  height: 70vh;
}

.bl-modal::-webkit-scrollbar {
  /* 隐藏默认的滚动条 */
  -webkit-appearance: none;
}

.bl-modal::-webkit-scrollbar:vertical {
  /* 设置垂直滚动条宽度 */
  width: 3px;
}

.bl-modal::-webkit-scrollbar-thumb {
  /* 滚动条的其他样式定制，注意，这个一定也要定制，否则就是一个透明的滚动条 */
  border-radius: 8px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(0, 0, 0, 0.5);
}

.bl-modal .ant-descriptions-row > td {
  padding-bottom: 8px;
}

.modal-tw .ant-modal-body {
  padding: 0px 16px 10px !important;
}

.modal-tw .tabsBox-s {
  margin-top: 10px;
}

.modal-tw .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: var(--primary-color);
}

.modal-tw .ant-tabs-ink-bar {
  background: var(--primary-color) !important;
}

.modal-tw .ant-tabs-nav {
  margin-bottom: 0 !important;
  /* border-bottom: 1px solid var(--primary-color); */
}

.modal-tw .fanghaoTit {
  padding: 0px 10px !important;
}

.iconfont {
  font-size: 32px !important;
}

.W-tabBox .ant-tabs-content-holder {
  margin-top: 5px;
}

.W-tabBox .ant-tabs-top > .ant-tabs-nav::before {
  border-bottom: none;
}

.W-tabBox .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #fff !important;
  /* font-weight: bold; */
}

.W-tabBox .ant-tabs-tab.ant-tabs-tab-active {
  /* padding: 10px; */
  background: var(--primary-color) !important;
  /* border-width: 0px !important; */
}

.W-tabBox .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 8px 8px 0 0;
}

.W-tabBox
  .ant-tabs-card.ant-tabs-top
  > .ant-tabs-nav
  .ant-tabs-tab
  + .ant-tabs-tab {
  margin-left: 0px;
}

.w-pgZk {
  /* width: 98%; */
  padding: 12px 90px;
  margin: 0px -12px;
  background: #f2f2f2;
}

/* 按钮-橘黄色--警告⚠️等按钮*/
.w-yellow-but {
  border-color: #e6a23c !important;
  color: #e6a23c !important;
}

/* 按钮-红色--错误、删除等按钮*/
.w-danger-but {
  border-color: #f56c6c !important;
  color: #f56c6c !important;
}

/*重大阳性-阳性随访*/
.w-sf-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid var(--primary-color);
}

.w-sf-nav-user {
  display: flex;
  padding: 0px 16px;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  position: relative;
  width: 100%;
}
.w-sf-nav-user .xqBtn {
  position: absolute;
  right: 20px;
  top: 6px;
}

.w-sf-nav-user div {
  margin-right: 20px;
  font-weight: 500;
}

.w-sf-nav-user .user-text {
  color: var(--primary-color);
  font-weight: bold;
}

.w-sf-content {
  padding: 12px 20px 12px 12px;
  background: #f9f9f9;
  height: calc(100vh - 124px);
  overflow-y: auto;
}
.w-sf-content .ant-descriptions-row > th,
.ant-descriptions-row > td {
  padding-bottom: 10px !important;
}
.w-sf-content .jkgyL_txt .jkgy_list_l {
  padding: 20px;
}
.w-sf-content .jkgy_btn .ant-btn-primary {
  border: 1px solid var(--primary-color) !important;
}
.w-sf-content .jkgy_btn .ant-btn-default {
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
}
.w-sf-content .jkgy_btn .ant-btn-dangerous,
.w-sf-content .jkgy_btn .ant-btn-dangerous:hover {
  border: 1px solid #ff4d4f !important;
  color: #ff4d4f !important;
}
.w-sf-content .jkgyL_txt .jkgy_list_l:nth-child(2n) {
  background: #fff;
  border: 1px solid #f3f5f8;
}
.jkgy_list_l .w-sf-content .jkgy_list_txt {
  font-size: 16px;
}
.w-sf-content2 {
  padding: 10px;
  height: calc(100vh - 124px);
  overflow-y: scroll;
}
.w-sf-content2 .contentB2_h {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  line-height: 32px;
}
.w-sf-content2 .contentB2_h .xlB {
  width: 30%;
  display: flex;
  justify-content: space-between;
}
.w-sf-content2 .contentB2_Bl {
  padding: 20px;
  background: #fff;
  margin-top: 10px;
  width: 30%;
}
.w-sf-content2 .contentB2_Bl .sf_Tit {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}
.w-sf-content2 .contentB2_Bl .sf_Tit .tit_L {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: bold;
}
.w-sf-content2 .contentB2_Bl .sf_Tit .tit_R {
  display: flex;
}
.w-sf-content2 .contentB2_Bl .sf_Tit .tit_R div {
  cursor: pointer;
  border: 1px solid #ddd;
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 30px;
  border-radius: 4px;
  margin-left: 4px;
  font-size: 14px;
}
.w-sf-content2 .contentB2_Bl .sf_Tit .tit_R .sfTS {
  background: var(--primary-color);
  color: #fff;
}
.sf_ListB {
  height: calc(100vh - 224px);
  overflow-y: auto;
}
.sf_ListB .sf_List {
  padding: 10px 0;
}
.sf_ListB .sf_List .listH {
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
}
.sf_ListB .sf_List .listH .y {
  font-size: 18px;
  font-weight: bold;
  color: var(--primary-color);
  line-height: 20px;
}
.sf_ListB .sf_List .listH .d {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
}
.sf_ListB .sf_List .listH .d span {
  margin-left: 10px;
}
.sf_ListB .sf_List .listH .d .cq {
  color: rgba(255, 0, 0, 0.8);
}
.sf_ListB .sf_List .listH .listH_n {
  font-size: 16px;
  color: #333;
  line-height: 40px;
}
.sf_ListB .sf_List .listB {
  position: relative;
  padding: 10px 0 10px 42px;
}
.sf_ListB .sf_List .listB .xian {
  position: absolute;
  width: 2px;
  height: calc(100% - 20px);
  left: 20px;
  top: 10px;
  background: #61c291;
}
.sf_ListB .sf_List .listB .listB_list {
  padding: 15px 10px;
  position: relative;
  border-bottom: 1px solid #ddd;
  /* background: #f3f5f8; */
}
.sf_ListB .sf_List .listB .listB_list .djMb {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: calc(100% - 100px);
  cursor: pointer;
  z-index: 10;
}
.sf_ListB .sf_List .listB .listB_list:last-of-type {
  border: none;
}
.sf_ListB .sf_List .listB .listB_listS {
  background: #adf6f1;
  border-radius: 8px;
}
.sf_ListB .sf_List .listB .listB_list .yuan {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #61c291;
  background: #fff;
  top: 34px;
  left: -28px;
}
.sf_ListB .sf_List .listB_l1,
.sf_ListB .sf_List .listB_l2 {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
}
.sf_ListB .sf_List .listB_list .tit {
  font-weight: bold;
  font-size: 15px;
}
.sf_ListB .sf_List .listB_l2 .txTxt {
  font-size: 12px;
  margin-top: 0;
  line-height: 14px;
  color: #ff9900;
}
.sf_ListB .sf_List .listB_l2 .txTxt span {
  margin-right: 10px;
}
.sf_ListB .sf_List .listB_l2 .txTxt2 {
  color: #ff0000;
}

.sf_ListB .sf_List .listB_list .tit span {
  display: inline-block;
  border: 1px solid var(--primary-color);
  color: #666;
  height: 24px;
  line-height: 22px;
  position: relative;
  font-size: 14px;
  padding: 0 8px;
  border-radius: 6px;
  margin-right: 10px;
  font-weight: 500;
}
.sf_ListB .sf_List .listB_list .bq {
  background: #ff9900;
  color: #fff;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  border-radius: 4px;
}
.sf_ListB .sf_List .listB_list .bq2 {
  background: var(--primary-color);
}
.sf_ListB .sf_List .listB_list .bq3 {
  background: #02bf31;
}
.sf_ListB .sf_List .listB_list .bq4 {
  background: #ff0000;
}
.sf_ListB .listB_l2 .txt {
  color: #444;
  font-size: 14px;
  cursor: pointer;
}
.sf_ListB .listB_l2 .txt:hover {
  color: var(--primary-color);
}
.sf_ListB .listB_l2 .listB_l2_btn a {
  color: #40a9ff;
  margin-left: 10px;
  font-size: 14px;
}
.contentB2_B {
  display: flex;
  justify-content: space-between;
}
.contentB2_Br {
  margin-top: 10px;
  width: calc(70% - 10px);
  height: calc(100vh - 142px);
  overflow-y: auto;
}
.contentB2_Br1 {
  padding: 20px;
  background: #fff;
  height: calc(100% - 367px);
  overflow-y: auto;
}
.contentB2_Br1_sf2 {
  height: calc(100vh - 142px);
}
.contentB2_Br2 {
  background: #fff;
  margin-top: 10px;
}
.contentB2_Br1 .contentB2_Br1_t1 {
  position: relative;
}
.contentB2_Br1 .contentB2_Br1_t1 .tit {
  font-weight: bold;
  font-size: 16px;
}
.contentB2_Br1 .contentB2_Br1_t1 .tit span {
  display: inline-block;
  border: 1px solid var(--primary-color);
  color: #666;
  height: 24px;
  line-height: 22px;
  position: relative;
  font-size: 14px;
  padding: 0 8px;
  border-radius: 6px;
  margin-right: 10px;
  font-weight: 500;
}
.contentB2_Br1 .contentB2_Br1_t1 .txt {
  font-size: 14px;
  line-height: 30px;
}
.contentB2_Br1 .contentB2_Br1_t1 .sfZxBtn {
  position: absolute;
  right: 0;
  top: 10px;
}
.contentB2_Br1 .contentB2_Br1_t2 .tit,
.contentB2_Br1 .contentB2_Br1_t3 .tit {
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
}
.contentB2_Br1 .contentB2_Br1_t2 .txt {
  margin-top: 10px;
  padding: 0 10px;
  min-height: 150px;
  border: 1px solid #ddd;
}
.contentB2_Br1 .contentB2_Br1_t2 .content-t .item .w-con-info,
.contentB2_Br1 .content-t .item .con-info {
  height: auto;
  padding: 0;
  border: 0;
}
.contentB2_Br1 .contentB2_Br1_t3 .tit {
  margin-top: 20px;
  margin-bottom: 10px;
}
.contentB2_Br2_h {
  width: 100%;
  height: 40px;
  background: var(--primary-color);
  color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
}
.contentB2_Br2_b {
  padding: 20px;
}
.contentB2_Br2_b .ant-descriptions-item-label,
.contentB2_Br2_b .ant-descriptions-item-content {
  padding: 0 10px 0 0 !important;
  line-height: 32px;
  border: 0 !important;
}
.contentB2_Br2_b .labelHide .ant-descriptions-item-label {
  opacity: 0;
}
.jhxqM .ant-drawer-body {
  padding: 10px 24px;
}
.jhxqM .ant-drawer-header {
  background: var(--primary-color);
}
.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 var(--primary-color);
  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 var(--primary-color);
}

.w-sf-bottom-box {
  height: 60px;
  padding-left: 20px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.w-sf-bottom-box .input-box {
  display: flex;
  align-items: center;
}

.w-sf-bottom-box .input-box b {
  width: 70px;
}

.w-sf-bottom-box .input-box input {
  width: 200px;
  text-align: center;
  border-bottom: 1px solid rgb(220, 223, 230);
}

.w-sf-bottom-box .input-box {
  display: flex;
  align-items: center;
}

.W-left-t {
  padding: 10px 10px 0 !important;
  /* background-color: #f0f0f0 !important; */
}
.container
  .W-left-t
  .ant-table-bordered
  .ant-table-tbody
  > tr
  > .ant-table-cell {
  padding: 0 10px !important;
  height: 42.5px !important;
}
.W-sub-title {
  color: #303133 !important;
}
.add-t .btn-t .w-add-btn {
  height: 32px;
  line-height: 32px;
  /* width: 100px; */
  text-align: center;
  border-radius: 5px;
  margin-left: 10px;
  cursor: pointer;
  /* border: 1px solid var(--primary-color); */
  font-weight: bold;
  color: var(--primary-color);
  /* background: #fff; */
}
.w-cf-info {
  background-color: #fff;
  padding: 10px;
  margin-top: 5px;
  border-radius: 5px;
}
.content-t .item .tt .w-tag {
  padding: 8px 0px;
  /* border: 1px solid var(--primary-color); */
  color: var(--primary-color);
  /* border-radius: 5px 5px 0 0; */
  /* background-color: #ffffff; */
  border-bottom: 0;
  font-weight: bold;
}
.content-t .item .w-con-info {
  border: 1px solid #6aacb5;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  height: calc(100vh - 335px);
  overflow-y: auto;
}

.w-ssBox-l {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.w-input-box {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  padding-right: 10px;
}
.w-table-sf-box
  .ant-table.ant-table-bordered.ant-table-small
  > .ant-table-container
  > .ant-table-body
  > table
  > tbody
  > tr
  > td
  > .ant-table-expanded-row-fixed {
  width: 100% !important;
  margin: 0px 11px !important;
  height: 30vh !important;
  min-height: 205px !important;
}
.w-input-box .w-add_input_b {
  width: 150px;
}
.w-table-sf .ant-table-body {
  min-height: 190px;
  max-height: calc(40vh - 114px);
}

/* 交流互动-咨询健康css样式 */

.w-jl-TabPane {
  height: calc(100vh - 125px);
  padding: 8px;
  background: #f0f2f5;
}
.w-jl-TabPane .Layout {
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.w-jl-TabPane .Sider1 {
  height: 100%;
  width: 20%;
  min-width: 245px;
  border-right: 1px solid #f0f2f5;
}
.w-jl-TabPane .Content {
  width: 80%;
}
.w-jl-TabPane .Sider1 .Sider_Input {
  padding: 10px;
  line-height: 32px;
  border-bottom: 1px solid #ddd;
}
.w-jl-TabPane .Sider1 .Sider_List {
  height: calc(100% - 100px);
  overflow-y: auto;
}

.w-jl-TabPane .Sider1 .Sider_List .item {
  display: flex;
  padding: 10px;
  /* border-bottom: 1px solid #f0f2f5; */
  cursor: pointer;
  background-color: #ffffff;
}
.w-jl-TabPane .Sider1 .Sider_List .group {
  padding: 10px;
  margin: 8px;
  border-radius: 5px;
  border: 1px solid #f0f2f5;
  background-color: #ffffff;
}

.w-jl-TabPane .Sider1 .Sider_List .item-sel {
  background-color: rgba(39, 185, 183, 0.09);
}
.w-jl-TabPane .Sider1 .Sider_List .item .img {
  margin-right: 10px;
}
.w-jl-TabPane .Sider1 .Sider_List .item .r-t {
  width: calc(100% - 56px);
}
.w-jl-TabPane .Sider1 .Sider_List .item .r-t .name {
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.w-jl-TabPane .Sider1 .Sider_List .item .r-t .content-l {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
}

.w-jl-TabPane .Sider1 .Sider_Pagination {
  /* border-top: 1px solid #ddd; */
  line-height: 45px;
  height: 45px;
  overflow: hidden;
  text-align: right;
}
.w-jl-TabPane .Sider1 .Sider_Pagination .ant-pagination {
  background-color: #fff;
}

.w-jl-TabPane .Sider1 .Sider_but_box {
  text-align: center;
  color: var(--primary-color);
  font-size: 15px;
  cursor: pointer;
}

.w-jl-TabPane .Content .zxB_h {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  line-height: 30px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}
.w-jl-TabPane .Content .zxB_b {
  height: calc(100% - 55px);
  overflow: hidden;
}
.w-jl-TabPane .Content .zxB_b .chat-list {
  height: calc(100% - 183px);
  overflow-y: auto;
  border-bottom: 1px solid #ddd;
}
.w-jl-TabPane .Content .zxB_b .chat-list .item {
  margin: 8px 0px;
  padding: 4px 16px;
}
.w-jl-TabPane .Content .zxB_b .chat-list .item .con {
  display: flex;
}
.w-jl-TabPane .Content .zxB_b .chat-list .item .right-t {
  justify-content: flex-end;
}
.w-jl-TabPane .Content .zxB_b .chat-list .item .content-r {
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  text-align: justify;
  padding: 5px 16px;
  /* border-radius: 20px; */
  max-width: 100%;
  border-radius: 4px;
}
.w-jl-TabPane .Content .zxB_b .chat-list .item .date2 {
  text-align: right;
  margin-right: 48px;
}

.w-jl-TabPane .Content .zxB_b .chat-list .item .date .date-text {
  font-size: 12px;
  border-radius: 3px;
  padding: 2px 5px;
  margin-left: 48px;
  color: rgba(0, 0, 0, 0.45);
}
.w-jl-TabPane .Content .zxB_b .chat-list .item .con .img {
  margin-left: 10px;
  margin-right: 10px;
}

.w-jl-TabPane .Content .zxB_b .chat-list .item .con .img img {
  width: 120px;
  height: 120px;
}
.w-jl-TabPane .Content .zxB_b .chat-list .item .con .fileBox {
  float: right;
  cursor: pointer;
  padding: 10px;
  background: rgb(242, 242, 242);
  border-radius: 10px;
  text-align: center;
}

.w-jl-TabPane .Content .zxB_b .chat-list .item .con .fileBox img {
  width: 90px;
  height: 90px;
}
.w-jl-TabPane .Content .zxB_b .chat-list .more {
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #999;
  width: 100%;
}
.w-jl-TabPane .Content .zxB_b .zxTxt {
  padding: 8px 10px;
}

.w-jl-TabPane .Content .zxB_b .zxTxt img {
  height: 18px;
  margin-top: 1px;
  cursor: pointer;
}
.w-jl-TabPane .Content .zxB_b .zxTxt_btn-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.w-jl-TabPane .Content .zxB_b .zxTxt_btn {
  display: flex;
}
.w-jl-TabPane .Content .zxB_b .zxTxt_btn2 {
  text-align: right;
}
.w-jl-TabPane .Content .zxB_f {
  padding: 10px;
  border-top: 1px solid #ddd;
  line-height: 25px;
  height: 45px;
  overflow: hidden;
}

.w-jl-TabPane .Content .Sider {
  /* width: 30%; */
  width: 280px;
  border-left: 1px solid #f0f2f5;
}
.w-jl-TabPane .Content .Sider .w-jl-Tabs-TabPane {
  /* padding: 12px; */
  background: #fff;
}
.w-jl-TabPane .Content .Sider .w-jl-Tabs-TabPane .zxInput1 {
  height: 40px;
  margin: 8px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.w-jl-TabPane .Content .Sider .w-jl-Tabs-TabPane .zxInput2 {
  margin: 8px 0px;
}
.w-jl-TabPane .Content .Sider .w-jl-Tabs-TabPane .title {
  font-weight: 500;
  color: #606266;
}

.w-jl-TabPane .Content .Sider .w-jl-Tabs-TabPane .Sider_List {
  height: calc(100vh - 289px);
  overflow-y: auto;
}
.w-jl-TabPane .Content .Sider .w-jl-Tabs-TabPane .Sider_List .item {
  display: flex;
  padding: 10px;
  /* border-bottom: 1px solid #f0f2f5; */
  background-color: #ffffff;
}
.w-jl-TabPane
  .Content
  .Sider
  .w-jl-Tabs-TabPane
  .Sider_Pagination
  .ant-pagination {
  background-color: #fff;
  text-align: right;
}
.w-jl-TabPane .Content .Sider .w-jl-Tabs-TabPane .Sider_List .item:hover {
  background-color: rgba(39, 185, 183, 0.09);
}
.w-jl-TabPane .Content .Sider .w-jl-Tabs-TabPane .Sider_List .item .img {
  margin-right: 10px;
}
.w-jl-TabPane .Content .Sider .w-jl-Tabs-TabPane .Sider_List .item .r-t {
  width: calc(100% - 56px);
}
.w-jl-TabPane .Content .Sider .w-jl-Tabs-TabPane .Sider_List .item .r-t .name {
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.w-jl-Tabs-TabPane .Sider_List .item .r-t .name .ant-btn-link {
  color: #27b9b7;
}
.w-jl-TabPane
  .Content
  .Sider
  .w-jl-Tabs-TabPane
  .Sider_List
  .item
  .r-t
  .content-l {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
}
.w-jl-TabPane .Content .Sider .Sider-head {
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #f0f2f5;
}

.sfXq_item .ant-space-align-center {
  display: flex;
  flex-wrap: wrap;
}
.sfXq_item .ant-space-align-center .ant-space-item {
  margin-bottom: 4px;
}

.site-collapse-custom-panel
  > .ant-collapse-content
  > .ant-collapse-content-box {
  padding: 0px !important;
}

.site-collapse-custom-panel > .ant-collapse-header {
  padding: 12px 10px !important;
}
.site-collapse-custom-panel > .ant-collapse-header .ant-collapse-arrow {
  margin-right: 4px !important;
}
.cjtz_table .ant-table-content {
  overflow: inherit !important;
}
.cjtz_table .ant-pagination-options {
  display: inline-block;
}
.drExcel .excelTit {
  line-height: 60px;
  font-size: 16px;
}
.drExcel .excelTit span {
  font-size: 14px;
  color: #d95d60;
}
.drExcel .excelBox {
  display: flex;
  justify-content: space-between;
}
.drExcel .excelTable .ant-table-tbody {
  height: 209px;
  background: #fafafa;
  overflow-y: auto;
}



.bingLiBox .ant-form-item{
  margin-bottom: 10px;
}
.bingLiBox .ant-input,.bingLiBox .ant-select-selector,.bingLiBox .ant-picker{
  border: 0 !important;
  border-bottom: 1px solid #ddd !important;
  width: 100%;
}
.bingLiBox .ant-form-item .ant-input-group-addon{
  background: none;
  border: 0;
  font-size: 14px;
  cursor: pointer;
}
.bingLiBox .bingLiTit{
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.bingLiBox .bingLiTit2,.bingLiBox2 .bingLiTit2{
  font-size: 14px;
  line-height: 22px;
  padding: 10px 0;
  color: #1890ff;
  font-weight: bold;
}
.bingLiBox .blLabel>.ant-form-item-row>.ant-form-item-label > label {
  width: 72px;
  text-align: right;
}
.billingFoot{
  margin-top: 20px;
  margin-bottom: 20px;
}
.billingFoot .totalAmount{
  display: flex;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.billingFoot .totalAmount div{
  margin-right: 20px;
}
.billingFoot .signature{
  display: flex;
}
.billingFoot .signature div{
  line-height: 32px;
  margin-right: 20px;
  display: flex;
}
.bingLiBox .billingFoot .signature .ant-input{
  width: 150px;
}
.bingLiBox .pingGuTit{
  font-size: 20px;
  color:var(--primary-color);
  line-height: 40px;
  border-bottom: 4px solid #f2f2f2;
  font-weight: bold;
}
.bingLiBox .pingGuTxt{
  line-height: 24px;
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
  color:var(--primary-color);
}
.bingLiBox .pingGuTip{
 color: #ff0000;
 margin-top: 0;
}
.pingGuTm{
  padding: 20px;
}
.pingGuTm .list{
  font-size: 14px;
}
.pingGuTm .list .tit{
  line-height: 24px;
  font-weight: bold;
}
.pingGuTm .list .label{
  margin-top: 10px;
}
.pingGuTm .list .label .ant-radio-wrapper{
  margin-bottom: 10px;
}
.pingGuTm .tmFoot{
  font-size: 14px;
  margin-top: 40px;
  line-height: 24px;
}
.pingGuTm .tmFoot .b{
  font-weight: bold;
}

