.titleComp {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.titleComp_cn {
  position: absolute;
  color: #fff;
  font-size: 18px;
} 

.contentPart {
  width: 100%;
  height: calc(100% - 104px);
  margin-top: 54px;
}
.contentPart_item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
}
.card {
  background: #fff;
  border-radius: 8px;
  margin: 8px 0;
  padding: 8px;
}

.vTable .vTable_item {
  display: flex;
  border-bottom: 1px solid #fff;
  line-height: 24px;
}
.vTable .vTable_item .vTable_item_label {
  background: #34C4C4;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42%;
}
.vTable .vTable_item .vTable_item_value {
  color: #656565;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 58%;
}
.vTable .vTable_item:nth-child(odd) > .vTable_item_value {
  background: #E5F7F7;
}
.vTable .vTable_item:nth-child(even) > .vTable_item_value {
  background: #D1F1EE;
}

/* el-table */
.el-table {
  color: #6C6F6E;
}
.el-table thead {
  color: #fff;
}
.el-table th {
  background-color: #34C4C4;
}
.el-table tr {
  background-color: #E5F7F7;
}
.el-table--small td,
.el-table--small th {
  padding: 4px 0;
}
.el-table td, 
.el-table th.is-leaf {
  text-align: center;
  border-bottom: 1px solid #fff;
}
.el-table--striped .el-table__body tr.el-table__row--striped td {
  background-color: #D1F1EE;
}
.el-table::before {
  border: none;
}

/* el-pagination */
.pagination{
  display: flex;
  justify-content: flex-end;
}

.el-pagination .el-pager .number.active{
  color: #34C4C4;
}
.el-pagination .el-pager li:hover{
  color: #34C4C4;
}

/* van-button */
.van-button--small {
  height: 24px;
  padding: 0 16px;
  border-radius: 4px;
}
.van-button--primary {
  background: linear-gradient(to right, #4EAC4E, #328B36);
  border: none;
}

/* 基本信息 */
.basic_subTitle {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 0 3px 0;
}
.basic_subTitle_item {
  text-align: center;
  font-size: 0;
}
.basic_subTitle_name {
  display: inline-block;
  width: 100%;
  color: #313131;
  font-weight: bold;
  font-size: 12px;
  margin-top: -1px;
}
.basic_content {
  height: calc(100% - 102px);
  overflow: auto;
  font-size: 12px;
}
.basic_content_title {
  display: flex;
  margin: 8px 0;
}
.basic_content_title > img {
  height: 20px;
}
.basic_content_title > label {
  color: #3C3C3C;
  font-weight: bold;
  font-size: 14px;
  margin-left: 6px;
}
.pwxkzPart {
  border: 1px solid #F0F0F0;
  padding: 8px 14px;
}
.pwxkzPart_title {
  text-align: center;
}
.pwxkzPart_title > img {
  height: 20px;
}
.pwxkzPart_title > label {
  color: #D5810A;
  font-size: 16px;
  font-weight: bold;
  margin-left: 4px;
}
.pwxkzPart_title > .pwxkzPart_title_bh {
  color: #000;
  font-weight: bold;
  margin: 2px 0 10px 0;
}
.pwxkzPart_item {
  text-align: left;
  margin: 8px 0 8px 14px;
  display: flex;
}
.pwxkzPart_item > .pwxkzPart_item_name {
  color: #000;
  font-weight: bold;
  flex: none;
}
.pwxkzPart_item > .pwxkzPart_item_value {
  color: #6D6D6D;
  padding-bottom: 1px;
  border-bottom: 1px solid #DCDCDC;
  margin-left: 6px;
  padding-left: 4px;
  flex: 1;
}
.pwxkzPart_br {
  margin: 25px 0 0 30%;
  text-align: right;
}
.pwxkzPart_br .pwxkzPart_item_value {
  border: none;
}
.pwxkzPart_bottom {
  margin-top: 18px;
  color: #CFCFCF;
  text-align: center;
}
.pwxkzPart_bottom > label {
  display: block;
}
.wryPart {
  text-align: left;
  padding: 8px 24px;
}
.wryPart .wryPart_item {
  margin: 6px 0;
  line-height: 18px;
}
.wryPart .wryPart_item .wryPart_item_name {
  color: #000;
  font-weight: bold;
}
.wryPart .wryPart_item .wryPart_item_value {
  color: #6D6D6D;
  padding: 1px 8px;
  margin-left: 4px;
}
.wryPart .wryPart_item_file {
  display: flex;
}
.wryPart .wryPart_item_file > ul {
  margin-left: 16px;
}
.wryPart .wryPart_item_file > ul > li {
  display: flex;
  margin-bottom: 6px;
  color: #4CA252;
  text-decoration: underline;
}
.wryPart .wryPart_item_file > ul > li > img {
  height: 18px;
  margin-right: 4px;
}
/* 密码验证弹框 */
.passwordDialog .van-dialog__header {
  padding: 12px 0 8px 20px;
  text-align: left;
  background: #34C4C4;
  color: #fff;
}
.passwordDialog .van-cell {
  margin: 10px 0;
}
.passwordDialog .van-field__label {
  width: 4.4em;
  color: #252525;
  font-weight: bold;
}
.passwordDialog .van-field__control {
  border: 1px solid #E4E4E4;
  padding-left: 6px;
}
.passwordDialog .van-cell::after {
  border-bottom: 0;
}


/* 监测数据 */
.monitorPart {
  overflow: auto;
}
.monitor_subTitle {
  margin: 6px 0;
  color: #353535;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.monitor_subTitle > span {
  display: inline-block;
  height: 14px;
  border-left: 3px solid #5BB463;
  margin-right: 4px;
  border-radius: 3px;
}


/* 监察情况 */
.jcSwitchBtns {
  color: #308B34;
  font-size: 0;
  margin: 8px 0;
  text-align: center;
}
.jcSwitchBtns > label {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #439746;
  padding: 5px 18px;
  background: #fff;
  cursor: pointer;
}
.jcSwitchBtns > label:nth-child(1) {
  border-right: none;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.jcSwitchBtns > label:nth-child(2) {
  border-left: none;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
.jcSwitchBtns > label.active {
  color: #fff;
  background: #308B34;
}
.jcContent {
  height: calc(100% - 60px);
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px 0 0 0;
}


/* 立牌工作 */
.lpWorkPart {
  overflow: auto;
}
.lpWorkPart .van-empty {
  padding: 12px 0;
}
.lpWorkPart_wryImg {
  text-align: center;
}
/* .lpWorkPart_wryImg > img {
  margin-bottom: 8px;
} */
.lpWorkPart_wryImg_div {
  position: relative;
}
.lpWorkPart_wryImg_div > img {
  margin-bottom: 8px;
}
.lpWorkPart_wryImg_div > .delBtn {
  position: absolute;
  top: 50%;
  right: 6px;
  height: 24px;
  padding: 0 5px;
  border-color: #c0c0c0;
  background-color: #C0C0BE;
  margin-top: -12px;
}
.lpWorkPart_btn {
  text-align: center;
  margin-bottom: 10px;
}
.lpWorkPart_pkImg {
  min-height: 100px;
  display: flex;
  font-size: 12px;
  margin-bottom: 4px;
}
.lpWorkPart_pkImg .lpWorkPart_pkImg_title {
  color: #fff;
  background: #34C5C5;
  margin-right: 10px;
  width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lpWorkPart_pkImg .lpWorkPart_pkImg_img {
  flex: 1;
  background: #E5F7F7;
}
.lpWorkPart_pkImg .lpWorkPart_pkImg_img .lpWorkPart_pkImg_noPic {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lpWorkPart_pkImg .lpWorkPart_pkImg_img .lpWorkPart_pkImg_noPic > img {
  width: 24px;
}
.lpWorkPart_pkImg .lpWorkPart_pkImg_img .lpWorkPart_pkImg_noPic > label {
  color: #676867;
  font-style: oblique;
  margin-left: 8px;
}
.lpWorkPart_pkImg .lpWorkPart_pkImg_img .lpWorkPart_pkImg_hasPic {
  text-align: center;
}
/* .lpWorkPart_pkImg .lpWorkPart_pkImg_img .lpWorkPart_pkImg_hasPic > img {
  width: 70%;
} */
.lpWorkPart_pkImg .lpWorkPart_pkImg_img .lpWorkPart_pkImg_hasPic > .lpWorkPart_pkImg_hasPic_div {
  position: relative;
}
.lpWorkPart_pkImg .lpWorkPart_pkImg_img .lpWorkPart_pkImg_hasPic > .lpWorkPart_pkImg_hasPic_div > img {
  width: 70%;
}
.lpWorkPart_pkImg .lpWorkPart_pkImg_img .lpWorkPart_pkImg_hasPic > .lpWorkPart_pkImg_hasPic_div > .delBtn {
  position: absolute;
  top: 50%;
  right: 6px;
  height: 24px;
  padding: 0 5px;
  border-color: #c0c0c0;
  background-color: #C0C0BE;
  margin-top: -12px;
}


/* 图片上传页面 */
.van-nav-bar__title {
  font-weight: bold;
}
.van-nav-bar .van-icon,
.van-nav-bar__text {
  color: #348933;
}

.uploadPage {
  width: 100%;
  height: calc(100% - 46px);
  padding: 10px;
  box-sizing: border-box;
}
.uploadPage .btnPart {
  text-align: center;
  margin-top: 10px;
}
.uploadPage .btnPart .van-button--small {
  height: 26px;
  padding: 0 20px;
  border-radius: 5px;
}
.uploadPage .imgItem {
  padding: 0 16px;
  display: flex;
  align-items: center;
  margin: 8px 0;
}
.uploadPage .imgItem .imgItem_label {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  width: 5.4em;
  color: #252525;
  margin-right: 12px;
}
.uploadPage .imgItem .van-uploader {
  width: calc(100% - 5.2em);
}
.uploadPage .van-field__label {
  color: #252525;
  font-weight: bold;
  width: 5.2em;
}
.uploadPage .van-cell::after {
  border: none;
}
.uploadPage .van-field__control {
  border: 1px solid #E4E4E4;
  padding-left: 6px;
}
.uploadPage .van-field__button {
  display: flex;
}
.uploadPage .van-cell {
  padding: 6px 16px;
}

/* 个人中心 */
.btnCell {
  border-radius: 8px;
  margin-bottom: 8px;
}