html,body{
  height: 100%;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
*{
  box-sizing: border-box;
}
.page {
  width: 100%;
  height: 100%;
  min-width: 1280px;
}
.group {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fafafa;
}

.header {
  width: 100%;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: row;
  height: 70px;
}

.container {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  background-color: #ffffff;
  padding-right: 32px;
  box-sizing: border-box;
  border: 1px solid #F3F4F7;
  height: 70px;
}

.container-inner {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  /* margin-right: 1px; */
  width: 100%;
  height: 70px;
  padding-left: 32px;
  padding-right: 40px;
  box-sizing: border-box;
}

.left-area {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-right: 70px;
}

.icon-scan {
  margin-right: 14px;
  width: 34px;
  height: auto;
}

.tag {
  font-size: 22px;
  font-weight: 400;
  line-height: 0;
  color: rgba(0, 0, 0, 1);
  vertical-align: top;
}

.wrapper-1 {
  /* box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: row;
  border-radius: 8px;
  background-color: #f3f4f7;
  padding-right: 150px;
  padding-left: 16px;
  height: 36px; */
  width: 250px;
  height: 36px;
}

.self-input {
	width: 100%;
	height: 36px;
}

.self-input input {
	background-color: #F3F4F7;
	border: 0px solid #F3F4F7;
	font-size: 14px;
}

.self-input input::placeholder {
	font-size: 12px!important;
	color: #B1B1B1;

}

.icon-search {
  margin-top: 2px;
  width: 18px;
  height: 18px;
}

.label {
  margin-top: 1px;
  margin-left: 8px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  line-height: 12px;
  white-space: nowrap;
  color: #b1b1b1;
  font-family: "PingFang SC";
  font-size: 12px;
  font-weight: 400;
}

.wrapper-2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: -1px;
  width: 150px;
}


.icon-avatar {
  margin-right: 10px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
}

.word {
  /* margin-top: 2px; */
  text-align: left;
  line-height: 12px;
  white-space: nowrap;
  color: #696d85;
  font-family: "PingFang SC";
  font-size: 12px;
  font-weight: 400;
  width: 100px;
}


.wrapper-2 .icon-xia {
	font-size: 12px;
	color: #696d85;
	background-color: #fff;
	margin-left: 8px;
}

.wrapper-2:hover .icon-xia {
	font-size: 12px;
	color: #487ABA;
	background-color: #fff;
	margin-left: 8px;
}


.wrapper-2:hover .word {
	color: #487ABA;
	cursor: pointer;
}

.self-popper {
	min-width: 160px!important;
	width: 160px!important;
	background-color: #fff!important;
	box-shadow: 0px 3px 10px rgba(72, 122, 186, 0.13)!important;
	padding: 0!important;
	box-sizing: border-box;
	border: 0!important;
}


.container-inner-1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 167px;
  height: 70px;
}

.container-inner-1 .item {
  margin-left: 24px;
  position: relative;
}

.container-inner-1 .item .red-idot {
	position: absolute;
	right: -2px;
	bottom: 3px;
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #FF0000;
	margin-left: 6px;
	border-radius: 50%;
}

.container-inner-1 .item .i_icon {
  font-size: 14px;
  color: #696D85;
}

.container-inner-1 .item .i_icon:hover {
	color: #487ABA;
}

.container-inner-1 .item:first-child {
  margin-left: 0px;
}

.return_login {
	width: 100%;
	padding: 10px 22px!important;

}
.return_login:hover {
	width: 100%;
	padding: 10px 22px!important;
	/* background-color: rgba(67, 108, 174, .08); */
}

.return_login:hover .txt {
	color: #436cae!important;
}

.return_login:hover .icon-return {
	color: #436cae!important;
}


.return_login:hover .word {
	/* background-color: rgba(67, 108, 174, .08); */
	box-sizing: border-box;
}

.icon-return {
	display: inline-block;
	margin-right: 8px;
	background-color: #fff;
}

.txt {
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	color: #696D85;
}

.setup_box {
	padding: 0 20px;
	box-sizing: border-box;
}

.self-popper-2 {
	min-width: 130px!important;
	width: 130px!important;
	background-color: #fff!important;
	box-shadow: 0px 3px 10px rgba(72, 122, 186, 0.13)!important;
	padding: 0!important;
	box-sizing: border-box;
	border: 0!important;
}

.sb_item {
	padding: 10px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #F3F4F7;
	cursor: pointer;
	position: relative;
}

.sb_item:hover .txt, .sb_item:hover .icon {
	color: #436cae!important;
}




.sb_item .icon {
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
	color: #696D85;
}

.sb_item .icon_img {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	color: #696D85;
}

.sb_item .red-idot {
	position: absolute;
	top: 10px;
	right: 0px;
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #FF0000;
	margin-left: 6px;
	border-radius: 50%;
}

.sb_item .txt {
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	color: #696D85;
}


.vertical-line {
  margin-top: 2px;
  margin-right: 23px;
  margin-left: -1px;
  background-color: #eff1f6;
  width: 1px;
  height: 14px;
}

.logo {
  margin-top: 1px;
  width: 132px;
  height: 33px;
}

.horizontal-line {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f3f4f7;
  width: 193px;
  height: 1px;
}

.body {
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  /* height: 100%; */
  height: calc(100vh - 70px);
}

.container-1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  /* margin-right: 40px; */
  background-color: #ffffff;
  height: 100%;
  width: 200px;
  /* background-color: pink; */
  border-right: 1px solid #F3F4F7;
  /* border-right: 1px solid yellow; */
}

.tag-1 {
  width: 100%;
  padding: 22px 32px;
  box-sizing: border-box;
  color: #b1b1b1;
  font-family: "PingFang SC";
  font-size: 12px;
  font-weight: 400;
}

.container-inner-2 {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  padding: 22px 32px;
  box-sizing: border-box;
  cursor: pointer;
  height: 58px;
}

.container-inner-2 .icon {
	font-size: 16px;
	color: #030C46;
	margin-right: 16px;
}

.container-inner-2:hover {
	background: #436cae;
}

.container-inner-2:hover .icon {
	color: #fff;
}

.active .icon {
	color: #fff;
}

.active {
	background: #436cae;
}

.container-inner-2 .line {
	width: 4px;
	height: 58px;
	background-color: #F28536;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.container-inner-2:hover .line {
 	display: block!important;
}

.active .line {
	display: block!important;
}

.container-inner-2:hover .label-1 {
	color: #fff!important;
}

.icon-file {
  margin-right: 16px;
  width: 18px;
  height: 18px;
}

.label-1 {
  text-align: left;
  line-height: 14px;
  white-space: nowrap;
  color: #030c46;
  font-family: "PingFang SC";
  font-size: 14px;
  font-weight: 400;
}

.update-tag {
	display: inline-block;
	width: 50px;
	height: 20px;
	background: #FD7E22;
	border-radius: 9px 9px 9px 9px;
	opacity: 1;
	font-size: 12px;
	/* font-family: PingFang SC-Regular, PingFang SC; */
	font-weight: 400;
	color: #FFFFFF;
	line-height: 14px;
	/* -webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	margin-left:10px;
}



.active .label-1 {
	color: #fff!important;
}

.wrapper-3 {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
  background-color: #436cae;
  width: 100%;
}

.wrapper-inner {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  width: 189px;
}

.vertical-line-1 {
  margin-left: -4px;
  background-color: #f28536;
  width: 4px;
  height: 50px;
}

.icon-file-1 {
  position: relative;
  margin-right: 16px;
  /* margin-left: 32px; */
  width: 18px;
  height: 18px;
}

.word-1 {
  position: relative;
  text-align: left;
  line-height: 14px;
  white-space: nowrap;
  color: #ffffff;
  font-family: "PingFang SC";
  font-size: 14px;
  font-weight: 400;
}

.container-2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  /* width: calc(100% - 200px); */
  padding: 0 40px;
  padding-top: 40px;
  padding-bottom: 80px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  /* overflow-y: scroll; */
}

.container-inner-4 {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  border-radius: 40px;
  background-color: #ffffff;
  width: 220px;
  height: 36px;
  border-radius: 40px;
  box-shadow: 0px 6px 18px 1px rgba(71, 122, 186, 0.08);
  position: relative;
}

.active-tab {
	width: 110px;
	height: 36px;
	border-radius: 40px;
	background-color: #436cae;
	/* transform: translateX(110px); */
}

.translate_110 {
	transform: translateX(110px);
}

.translate_0 {
	transform: translateX(0px);
}

.w_color {
	color: #fff!important;
}

.container-inner-4 .tag-child {
	width: 110px;
	height: 36px;
	font-size: 14px;
	color: #030C46;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	/* cursor: pointer; */
}

.container-inner-4 .tag-child:nth-child(2) {
	width: 110px;
	height: 36px;
	font-size: 14px;
	color: #030C46;
	position: absolute;
	top: 0;
	left: 110px;
	z-index: 1;
}

.tag-wrapper {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: row;
  border-radius: 40px;
  background-color: #436cae;
  padding-right: 20px;
  padding-left: 20px;
  height: 36px;
  line-height: 14px;
  white-space: nowrap;
}

.tag-2 {
  text-align: left;
  color: #ffffff;
  font-family: "PingFang SC";
  font-size: 14px;
  font-weight: 400;
}

.wrapper-4 {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  width: 110px;
  height: 36px;
}

.logo-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 36px;
}

.tag-3 {
  position: relative;
  max-width: 98px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  line-height: 14px;
  white-space: nowrap;
  color: #030c46;
  font-family: "PingFang SC";
  font-size: 14px;
  font-weight: 400;
}

.container-inner-5 {
  margin-top: 24px;
  width: 100%;
  overflow: visible;
}

.container-inner-5 .right-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrapper-5 {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  height: 22px;
}

.label-2 {
  text-align: left;
  line-height: 16px;
  white-space: nowrap;
  color: #030c46;
  font-family: "PingFang SC";
  font-size: 16px;
  font-weight: 700;
}

.update_box_a {
	width: 100%;
}

.wrapper-inner-i0 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 1px;
  margin-right: 32px;
  border-bottom: 1px solid #fff;
}

.icon-add {
  margin-top: 1px;
  margin-right: 6px;
  width: 16px;
  height: 16px;
}

.word-2 {
  text-align: left;
  line-height: 12px;
  white-space: nowrap;
  color: #696d85;
  font-family: "PingFang SC";
  font-size: 12px;
  font-weight: 400;
}

.wrapper-inner-i1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 1px;
  border-bottom: 1px solid #fff;
}

.wrapper-inner-i1:hover {
	border-bottom: 1px solid #696d85;
}

.wrapper-inner-i0:hover {
	border-bottom: 1px solid #696d85;
}

.icon-add-1 {
  margin-top: 1px;
  margin-right: 6px;
  width: 16px;
  height: 16px;
}

.tag-4 {
  text-align: left;
  line-height: 12px;
  white-space: nowrap;
  color: #696d85;
  font-family: "PingFang SC";
  font-size: 12px;
  font-weight: 400;
}

.num {
  margin-left: 6px;
  text-align: left;
  color: #030c46;
  font-size: 16px;
  font-weight: 700;
}

.no_data {
	width: 2px;
	height: 2px;
	background-color: #ddd;
	border-radius: 50%;
	color: #ddd;
	position: relative;
	display: inline-block;
	margin: 16px 0px;
}

.w {
	width:100%;
}

.no_data::before {
	content: '';
	width: 100px;
	border-top: 1px solid #ddd;
	position: absolute;
	top: 50%;
	margin-top: -0.5px;
	left: -108px;
	display: inline-block;
}

.no_data::after {
	content: '';
	width: 100px;
	border-top: 1px solid #ddd;
	position: absolute;
	top: 50%;
	margin-top: -0.5px;
	right: -108px;
	display: inline-block;
}

.grid-i0 {
  width: 101.2%;
  flex-wrap: wrap;
  margin: 12px -0.66%;
  overflow: visible!important;
}

.col-i0 {
  border-radius: 10px;
  background-color: #ffffff;
  width: 32%;
  height: 106px;
  min-width: 280px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px 1px rgba(71, 122, 186, 0.08);
  margin: 0.66%;
  position: relative;
}

.col-i0:hover {
	box-shadow: 0px 6px 18px 1px rgba(71, 122, 186, 0.2);
}

.ud_box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .85);
	z-index: 10;
}

.ud_txt {
	font-size: 12px;
	color: #8c8c8c;
	margin-bottom: 10px;
}

.loading_line {
	width: 50%;
	height: 16px;
}

/* .col-i0:nth-child(3n) {
} */

.large-icon {
  margin-right: 12px;
  width: 66px;
  height: 66px;
  border-radius: 4px;
  background: #F3F4F7;
}

.wrapper-inner-1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 1px;
  width: 100%;
  /* white-space: nowrap; */
}

.group-1 {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 20px;
}

.label-3 {
  position: absolute;
  top: 1px;
  right: 0;
  text-align: right;
  color: #ff763b;
  font-family: "PingFang SC";
  font-size: 12px;
  font-weight: 400;
}

.word-3 {
  position: relative;
  text-align: left;
  line-height: 14px;
  color: #030c46;
  font-family: "PingFang SC";
  font-size: 14px;
  font-weight: 400;
}

.view {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  margin-top: -1px;
  height: 17px;
  white-space: normal;
  border-bottom: 1px solid #FFF;
}

.view:hover {
	border-bottom: 1px solid #487aba;
}

.icon-upload {
  margin-top: 1px;
  margin-right: 8px;
  width: 15px;
  height: 10px;
}

.tag-5 {
  text-align: right;
  line-height: 12px;
  white-space: nowrap;
  color: #487aba;
  font-family: "PingFang SC";
  font-size: 12px;
  font-weight: 400;
}

.desc {
  /* position: relative; */
  margin-top: 8px;
  text-align: left;
  color: #b1b1b1;
  /* font-family: "PingFang SC"; */
  font-size: 12px;
  font-weight: 400;
  display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
  width: 100%;
}

.col-i1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-right: 28px;
  border-radius: 10px;
  background-color: #ffffff;
  width: 320px;
  height: 100px;
}

.large-icon-1 {
  margin-right: 16px;
  margin-left: 16px;
  width: 60px;
  height: 60px;
}

.wrapper-inner-2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 1px;
  white-space: nowrap;
}

.group-2 {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 205px;
  height: 20px;
}

.label-4 {
  text-align: left;
  line-height: 14px;
  color: #030c46;
  font-family: "PingFang SC";
  font-size: 14px;
  font-weight: 400;
}

.word-4 {
  margin-top: -1px;
  text-align: right;
  line-height: 12px;
  color: #ff763b;
  font-family: "PingFang SC";
  font-size: 12px;
  font-weight: 400;
}

.detail {
  position: relative;
  margin-top: 8px;
  text-align: left;
  color: #b1b1b1;
  font-family: "PingFang SC";
  font-size: 12px;
  font-weight: 400;
}

.col-i2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  border-radius: 10px;
  background-color: #ffffff;
  width: 320px;
  height: 100px;
}

.large-icon-2 {
  margin-right: 16px;
  margin-left: 16;
  width: 60px;
  height: 60px;
}

.wrapper-inner-3 {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 1px;
  white-space: nowrap;
}

.group-3 {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 208px;
  height: 20px;
}

.tag-6 {
  text-align: left;
  line-height: 14px;
  color: #030c46;
  font-family: "PingFang SC";
  font-size: 14px;
  font-weight: 400;
}

.label-5 {
  margin-top: -1px;
  text-align: right;
  line-height: 12px;
  color: #ff763b;
  font-family: "PingFang SC";
  font-size: 12px;
  font-weight: 400;
}

.desc-1 {
  position: relative;
  margin-top: 8px;
  text-align: left;
  color: #b1b1b1;
  font-family: "PingFang SC";
  font-size: 12px;
  font-weight: 400;
}

.container-inner-6 {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  margin-top: 40px;
  margin-left: 1px;
  height: 22px;
  font-weight: 700;
  line-height: 16px;
  white-space: nowrap;
}

.word-5 {
  margin-right: 16px;
  text-align: left;
  color: #030c46;
  font-family: "PingFang SC";
  font-size: 16px;
}

.num-1 {
  text-align: left;
  color: #030c46;
  font-family: "PingFang SC";
  font-size: 16px;
}

.grid-i1 {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  margin-top: 16px;
  width: 100%;
}

.col-i0-1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-right: 29px;
  border-radius: 10px;
  background-color: #ffffff;
  width: 320px;
  height: 100px;
  padding: 22px;
  box-sizing: border-box;
}

.large-icon-3 {
  margin-right: 16px;
  margin-left: 16px;
  width: 60px;
  height: 60px;
}

.wrapper-inner-4 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 1px;
}

.group-4 {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 205px;
  height: 20px;
}

.tag-7 {
  position: absolute;
  top: 1px;
  right: 0;
  text-align: left;
  white-space: pre;
  color: #b1b1b1;
  font-family: "PingFang SC";
  font-size: 12px;
  font-weight: 400;
}

.label-6 {
  position: relative;
  text-align: left;
  line-height: 14px;
  white-space: nowrap;
  color: #030c46;
  font-family: "PingFang SC";
  font-size: 14px;
  font-weight: 400;
}

.view-1 {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  margin-top: -1px;
  height: 17px;
}

.icon-upload-1 {
  margin-top: 1px;
  margin-right: 8px;
  width: 15px;
  height: 10px;
}

.word-6 {
  text-align: right;
  line-height: 12px;
  white-space: nowrap;
  color: #487aba;
  font-family: "PingFang SC";
  font-size: 12px;
  font-weight: 400;
}

.detail-1 {
  position: relative;
  margin-top: 8px;
  text-align: left;
  white-space: nowrap;
  color: #b1b1b1;
  font-family: "PingFang SC";
  font-size: 12px;
  font-weight: 400;
}

.col-i1-1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-right: 28px;
  border-radius: 10px;
  background-color: #ffffff;
  width: 320px;
  height: 100px;
}

.large-icon-4 {
  margin-right: 16px;
  margin-left: 16px;
  width: 60px;
  height: 60px;
}

.wrapper-inner-5 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 1px;
}

.group-5 {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 205px;
  height: 20px;
}

.tag-8 {
  text-align: left;
  line-height: 14px;
  white-space: nowrap;
  color: #030c46;
  font-family: "PingFang SC";
  font-size: 14px;
  font-weight: 400;
}

.label-7 {
  margin-top: -1px;
  text-align: left;
  line-height: 12px;
  white-space: pre;
  color: #b1b1b1;
  font-family: "PingFang SC";
  font-size: 12px;
  font-weight: 400;
}

.desc-2 {
  position: relative;
  margin-top: 8px;
  text-align: left;
  white-space: nowrap;
  color: #b1b1b1;
  font-family: "PingFang SC";
  font-size: 12px;
  font-weight: 400;
}

.col-i2-1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  border-radius: 10px;
  background-color: #ffffff;
  width: 320px;
  height: 100px;
}

.large-icon-5 {
  margin-right: 16px;
  margin-left: 16;
  width: 60px;
  height: 60px;
}

.wrapper-inner-6 {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 1px;
}

.group-6 {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 208px;
  height: 20px;
}

.word-7 {
  text-align: left;
  line-height: 14px;
  white-space: nowrap;
  color: #030c46;
  font-family: "PingFang SC";
  font-size: 14px;
  font-weight: 400;
}

.tag-9 {
  margin-top: -1px;
  text-align: left;
  line-height: 12px;
  white-space: pre;
  color: #b1b1b1;
  font-family: "PingFang SC";
  font-size: 12px;
  font-weight: 400;
}

.detail-2 {
  position: relative;
  margin-top: 8px;
  text-align: left;
  white-space: nowrap;
  color: #b1b1b1;
  font-family: "PingFang SC";
  font-size: 12px;
  font-weight: 400;
}

.empty .wrapper-2 {
	width: 100%;
	height: 100%;
}

.entry-pic {
	width: 200px;
	height: 128px;
}

.empty .desc {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 22rpx;
	color: #BEC4CB;
	margin-top: 23px;
}

.empty .icon {
	font-size: 16px;
	color: #fff;
}

.empty .tag-2 {
	font-size: 14px;
	/* font-family: PingFang SC; */
	font-weight: 400;
	line-height: 20px;
	color: #FFFFFF;
	margin-left: 9px;
}



.empty .btn {
	width: 150px;
	height: 50px;
	background: #487ABA;
	border-radius: 10px;
	margin-top: 38px;
	cursor: pointer;
}

body {
    margin: 0;
}

#app {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #F4F4F4;
}

.flex {
    display: flex;
    align-items: center;
}

.cursor {
    cursor: pointer;
}

.isColor {
    color: #A1CB3C !important;
}


/* 头部样式 -- 开始 */

.header_box {
    width: 100%;
    height: 60px;
    background-color: #fff;
    box-shadow: 0px 3px 9px rgba(178, 178, 178, 0.16);
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.header_box .header_left h3 {
    margin-left: 10px;
    font-family: PangMenZhengDao;
    color: #4B5437;
    font-size: 18px;
    font-weight: bold;
}

.up_logo {
	width: 24px;
	height: 14px;
}

.header_box .header_left .dh_box {
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.header_box .header_left .dh_box .dh_sm {
    padding: 0 20px;
}

.header_box .header_left .dh_box .dh_sm span {
    margin-left: 4px;
    margin-bottom: 1px;
    color: #505050;
    font-size: 13px;
}

.header_box .header_left .dh_box .xian {
    width: 2px;
    height: 20px;
    background-color: #CECECE;
}

.header_box .header_left .dh_box .dian {
    width: 6px;
    height: 6px;
    background: #DB3939;
    border-radius: 50%;
    margin-top: -15px;
    margin-left: 3px;
}

.header_box .header_right .admin_box {
    display: flex;
    align-items: center;
}

.header_box .header_right .admin_box img {
    width: 31px;
    height: 31px;
    border-radius: 50%;
}

.header_box .header_right .admin_box span {
    font-size: 10px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 14px;
    color: #888888;
    margin-left: 10px;
}

.header_box .header_right .admin_box i {
    color: #888888;
    margin-left: 5px;
}

.header_box .header_right .icon_box {
    margin-left: 30px;
}

.header_box .header_right .icon_box i:last-child {
    margin-right: 0;
    font-size: 14px;
}

.header_box .header_right .icon_box img,
.header_box .header_right .icon_box i {
    margin-right: 20px;
    cursor: pointer;
    color: #888888;
}

.el-popover {
    width: 130px !important;
    min-width: 130px !important;
}

.el-popover .geren {
    font-size: 14px;
    margin-left: 10px;
    color: #000000;
    text-align: center;
    border-bottom: 1px solid #B1B1B1;
    padding-bottom: 5px;
}

.el-popover .geren img,
.el-popover .tuichu img {
    width: 12px;
    margin-right: 10px;
}

.el-popover .tuichu {
    font-size: 14px;
    margin-left: 5px;
    color: #000000;
    text-align: center;
}

.el-popover .geren i,
.el-popover .tuichu i {
    margin-right: 10px;
}


/* 头部样式 -- 结束 */

.middle_box {
    width: 100%;
    height: calc(100% - 65px);
    margin-top: 5px;
    position: relative;
}

.middle_box .middle_left {
    width: 15%;
    height: 100%;
    box-sizing: border-box;
}

.middle_box .middle_left .left_sm {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.middle_box .middle_left .left_active {
    background-color: #fff;
}

.middle_box .middle_left .left_active h6 {
    color: #A1CB3C !important;
}

.middle_box .middle_left .left_sm h6 {
    color: #333333;
    font-size: 13px;
    font-weight: 500;
}

.middle_box .middle_left .left_sm img {
    width: 27px;
    margin-right: 10px;
}


/* 模糊化背景 */

.middle_box .blurBg {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
}

.middle_box .middle_right {
    width: 85%;
    height: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px;
    align-items: flex-start;
}

.middle_box .middle_right .right_middle {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.middle_box .middle_right .right_middle .middle_top {
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 24px rgba(87, 87, 87, 0.13);
    flex-grow: 1;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
}


/* 没有模型管理数据 */

.middle_box .no_model {
    width: 500px;
    height: 400px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.middle_box .no_model .no_model_title {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 25px;
    color: #9F9F9F;
    margin: 30px 0;
}

.middle_box .no_model .model_btn {
    width: 150px;
    height: 40px;
    border: 1px solid #7BB938;
    opacity: 1;
    border-radius: 4px;
    color: #7BB938;
    justify-content: center;
}

.middle_box .no_model .model_btn span {
    font-weight: 500;
    font-size: 16px;
    margin-left: 10px;
}


/* 上传图片盒子 */

.middle_right .right_middle .upload_box {
    width: 100%;
    height: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.upload_box .upload_bg {
    text-align: center;
}

.upload_box .upload_bg div {
    margin-top: 30px;
    color: #787878;
    font-size: 13px;
}

.upload_box .upload_tu {
    position: absolute;
    width: 100%;
    height: 100%;
}

.upload_box .upload_tu img {
    width: 100%;
    height: 100%;
}

.middle_top .upload_tp {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.middle_top .upload_tp .upload_plus {
    width: 25%;
    height: 40px;
    position: absolute;
    line-height: 40px;
    bottom: 6%;
    z-index: 99999;
    left: 23%;
    opacity: 0;
}

.middle_top .isUpload .el-upload--picture-card {
    margin-top: 15%;
}

.middle_top .upload_tp>div {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.middle_top .upload_tp .el-upload-list__item.is-success .el-upload-list__item-status-label {
    display: none;
}

.middle_top .upload_tp .el-upload-list__item {
    width: 100%;
    height: 80%;
    border-radius: 0;
}

.middle_top .upload_tp .el-icon-plus {
    opacity: 0;
}

.middle_top .upload_tp .el-upload--picture-card {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

.middle_top .upload_tp .el-upload-dragger {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}


/* <!-- 上传提示盒子 --> */

.middle_right .right_middle .upload_bottom {
    width: 100%;
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.upload_bottom .sc_box {
    width: 25%;
    height: 40px;
    background: #A1CB3C;
    opacity: 1;
    border-radius: 4px;
    margin-right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.upload_bottom .sc_box>div {
    width: 100%;
    height: 100%;
    position: absolute;
}

.upload_bottom .sc_box .el-upload--picture-card,
.upload_bottom .sc_box .el-upload-dragger {
    width: 100%;
    height: 100%;
}

.upload_bottom .sc_box i {
    color: #fff;
    margin-right: 10px;
}

.upload_bottom .sc_box span {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.upload_bottom .mx_box {
    width: 25%;
    height: 39px;
    border-radius: 4px;
    border: 1px solid #A1CB3C;
    margin-right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A1CB3C;
}

.upload_bottom .mx_box span {
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}

.upload_bottom .sc_left {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload_bottom .sc_left span {
    font-size: 14px;
    color: #C2C2C2;
    margin-left: 10px;
    font-weight: 500;
}


/* 关联地块 */

.middle_box .middle_right .right_middle .middle_middle {
    height: 35px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.middle_middle .plot_box {
    width: 26.5%;
    height: 35px;
}

.middle_middle .plot_box .el-input__inner {
    height: 35px;
}

.middle_middle .plot_box .el-input__suffix {
    display: flex;
    align-items: center;
    justify-content: center;
}

.middle_middle .lujin_box {
    width: 65.5%;
    height: 35px;
    margin-left: 7%;
}

.middle_middle .lujin_box .title {
    color: #333;
    font-size: 13px;
    width: 80px;
}

.middle_middle .lujin_box .el-input__suffix {
    display: flex;
    align-items: center;
    justify-content: center;
}

.middle_box .middle_right .right_middle .middle_bottom {
    height: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.middle_bottom .input_box {
    width: 33.33%;
}

.middle_bottom .input_box span {
    color: #333;
    font-size: 13px;
    width: 100px;
}

.middle_bottom .input_box .el-input__inner {
    width: 70%;
    height: 35px;
}


/* 右边分析结果 */

.middle_right .fenxi_box {
    width: 38%;
    margin-left: 2%;
    height: 100%;
    flex-direction: column;
}

.fenxi_box .fenxi_sm:last-child {
    margin-bottom: 0;
}

.fenxi_box .fenxi_sm {
    width: 100%;
    flex-grow: 1;
    height: 50%;
    margin-bottom: 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(87, 87, 87, 0.13);
}

.fenxi_box .fenxi_sm .sm_top {
    width: 100%;
    height: 40px;
    background: #A1CB3C;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    justify-content: space-between;
}

.fenxi_box .fenxi_sm .sm_top .model_history span {
    margin-left: 5px;
    border-bottom: 1px solid #fff;
    height: 20px;
    line-height: 20px;
    margin-bottom: 2px;
}

.fenxi_box .fenxi_sm .sm_middle {
    width: 100%;
    height: calc(100% - 40px);
    justify-content: center;
    padding: 20px 30px;
    box-sizing: border-box;
    overflow: auto;
}

.fenxi_box .fenxi_sm .sm_middle .sm_column {
    justify-content: space-between;
    font-size: 14px;
    color: #333;
}

.fenxi_box .fenxi_sm .sm_middle .sm_column p:last-child {
    margin-bottom: 0px;
}

.fenxi_box .fenxi_sm .sm_middle .sm_column p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.fenxi_box .fenxi_sm .sm_middle .sm_text {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 26px;
    color: #333333;
    letter-spacing: 1px;
}

.fenxi_box .fenxi_sm .sm_middle .sm_text p {
    margin: 0;
}

.fenxi_box .fenxi_sm .sm_middle img {
    width: 200px;
}

.fenxi_box .fenxi_sm .sm_middle .no_data {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #878787;
    text-align: center;
}

.loading_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    justify-content: center;
    z-index: 9999999;
}

.loading_box img {
    margin: auto;
}


/* 选择地块弹框内容 */

.tk_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    justify-content: center;
}

.tk_box .plot_box {
    width: 650px;
    height: 473px;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px rgba(110, 110, 110, 0.14);
    opacity: 1;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
}

.tk_box .tk_header {
    justify-content: space-between;
}

.tk_header .header_left {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 22px;
    color: #333333;
}

.tk_header i {
    font-size: 16px;
    color: #888888;
}

.tk_box .tk_middle {
    justify-content: space-between;
    margin: 20px 0;
}

.tk_middle .el-input {
    width: 210px;
}

.tk_middle .el-input__inner {
    width: 210px;
    height: 30px;
    border: 1px solid #D8DBE2;
}

.tk_middle .el-input__suffix {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A1CB3C;
}

.tk_middle .add_box {
    width: 90px;
    height: 30px;
    border: 1px solid #A1CB3C;
    opacity: 1;
    border-radius: 4px;
    color: #A1CB3C;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
}

.tk_middle .add_box .jia {
    margin-right: 5px;
    font-size: 14px;
}

.tk_box .tk_table>div {
    border: 1px solid #D8DBE2;
    border-radius: 4px;
}

.tk_box .tk_table .el-table th.el-table__cell {
    background-color: #636363;
    color: #A1CB3C;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    height: 36px;
    padding: 0;
    border-right: 0px;
}

.tk_box .tk_table .el-table__fixed-right-patch {
    background-color: #636363 !important;
}

.tk_box .tk_table .el-table .el-table__cell {
    text-align: center;
    padding: 0;
    height: 40px;
    font-size: 12px;
}

.tk_box .tk_table .el-table .el-table__fixed-body-wrapper {
    top: 36px !important;
}

.tk_box .tk_table .el-table .isPlotButton {
    background: #a5a5a5 !important;
}

.tk_box .tk_table .el-table .el-button {
    width: 50px;
    height: 24px;
    background: #A1CB3C;
    opacity: 1;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 0;
}

.tk_box .tk_table .el-table .el-button span {
    width: 100%;
    height: 24px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 24px;
}

.tk_box .pagination_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}


/* 模型管理 */

.tk_box .model_box {
    width: 1066px;
    height: 573px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 18px rgba(110, 110, 110, 0.14);
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
}

.tk_box .model_box .tk_table .el-table--enable-row-transition .el-table__body td.el-table__cell {
    height: 60px !important;
}

.model_box .el-table td.el-table__cell div {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* 模型记录管理 */

.tk_box .model_record_box {
    width: 650px;
    height: 473px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 18px rgba(110, 110, 110, 0.14);
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
}

.model_record_box .el-date-editor {
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.model_record_box .el-date-editor i,
.model_record_box .el-date-editor span {
    line-height: 22px !important;
}

.tk_box .model_record_box .tk_table .el-table--enable-row-transition .el-table__body td.el-table__cell {
    height: 60px!important;
}


/* 模型记录列表弹框 */

.tk_box .model_list_box {
    width: 650px;
    height: 473px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 18px rgba(110, 110, 110, 0.14);
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 9999999;
}

.tk_box .model_list_box .header_left i {
    color: #B1B1B1;
    font-size: 14px;
}

.tk_box .list_box {
    justify-content: space-between;
    padding: 20px 0;
    box-sizing: border-box;
}

.tk_box .list_box .list_left {
    width: 255px;
    height: 100%;
}

.tk_box .list_box .list_left .list_title {
    width: 100%;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    margin: 20px 0;
}

.tk_box .list_box .list_left .list_sm {
    width: 100%;
}

.tk_box .list_box .list_left .list_sm .sm_box:last-child {
    margin-bottom: 0px;
}

.tk_box .list_box .list_left .list_sm .sm_box {
    justify-content: space-between;
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #808080;
    margin-bottom: 20px;
}

.list_box .list_left .list_img {
    width: 100%;
    height: 178px;
    margin: 0;
    padding: 0;
}

.list_box .list_right {
    width: 338px;
    height: 100%;
}

.list_box .list_right .list_result {
    width: 100%;
    height: 178px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgba(87, 87, 87, 0.14);
}

.list_right .list_result .result_header {
    width: 100%;
    height: 40px;
    background: #A1CB3C;
    padding: 0 20px;
    box-sizing: border-box;
}

.list_right .list_result .result_header span {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
}

.list_right .list_result .result_sm {
    width: 100%;
    height: calc(100% - 40px);
    padding: 20px;
    box-sizing: border-box;
}

.list_right .list_result .result_sm img {
    width: 100px;
}

.list_right .list_result .result_sm .no_data {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #878787;
    text-align: center;
}

.list_result .result_sm p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    margin-bottom: 10px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}


/* 软件更新弹框 */

.tk_box .update_box {
    width: 392px;
    height: 485px;
    background-color: #fff;
    border: 1px solid #436cae;
    box-shadow: 0px 3px 12px rgba(132, 132, 132, 0.16);
    border-radius: 8px;
    position: relative;
	overflow: hidden;

}

.up_area {
	background: url('https://nmg12396.oss-cn-huhehaote.aliyuncs.com/static/ai/up_bg.png') no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 354px;
	padding: 20px;
	box-sizing: border-box;
}



.tk_box .update_box .tk_header {
    position: relative;
    z-index: 999;
}

.tk_box .update_box .update_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
	width: 100%;
	height: 731px;
}

.up_pic {
	width: 285px;
	height: 198px;
	margin-top: 26px;
}

.tk_box .update_box .update_bg_small {
    position: relative;
    z-index: 222;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.tk_box .update_box .update_bg_small .edition {
    position: absolute;
    bottom: 25px;
    right: 60px;
    font-size: 13px;
    color: #fff;
}

.tk_box .update_box .header_left span {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #333333;
    margin-left: 15px;
}

.tk_box .update_box .tk_header i {
    font-size: 14px;
}

.update_box .update_title {
    position: relative;
    z-index: 222;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    margin: 10px 0;
    text-align: center;
}

.update_box .update_edition {
    position: relative;
    z-index: 222;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #9A9A9A;
    text-align: center;
}

.update_box .update_bottom {
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
}

.update_box .update_bottom .bottom_left {
    width: 140px;
    height: 50px;
    background: #436cae;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    margin-right: 20px;
	border-radius: 59px;
}

.update_box .update_bottom .bottom_right {
    width: 140px;
    height: 50px;
    border: 1px solid #436cae;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #436cae;
    text-align: center;
    line-height: 50px;
	border-radius: 59px;
}


/* 关于我们弹框 */

.tk_box .about_us {
    width: 391px;
    height: 383px;
    background: #fff;
    box-shadow: 0px 3px 12px rgba(174, 174, 174, 0.16);
    opacity: 1;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #436cae;
}

.about_us .logo {
	width: 22px;
	height: 16px;
}

.tk_box .about_us .edition_title {
    margin: 30px 0;
}

.tk_box .about_us .tk_header .header_left span {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #333333;
    margin-left: 10px;
}

.tk_box .about_us .edition_title .title_left {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 22px;
    color: #333333;
    margin-right: 30px;
}

.tk_box .about_us .edition_title .title_right {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #333333;
}

.tk_box .about_us .information_box {
    width: 100%;
    height: 172px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 26px;
    color: #333333;
    /* border-bottom: 1px solid #B1B1B1; */
}

.tk_box .about_us .to_website {
    width: 85px;
    height: 35px;
    justify-content: space-between;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 26px;
    color: #436cae;
    border-bottom: 2px solid #436cae;
    float: right;
    margin-top: 20px;
}

.tk_box .about_us .to_website i {
    font-size: 12px;
}


/* 设置中心弹框 */

.tk_box .set_focus {
    width: 680px;
    height: 520px;
    background: #F2F2F2;
    box-shadow: 0px 3px 12px rgba(174, 174, 174, 0.16);
    opacity: 1;
    border-radius: 15px;
	overflow: hidden;
}

.set_focus .tk_header {
    width: 100%;
    height: 54px;
    background: #436cae;
    padding: 0 20px;
    box-sizing: border-box;
}

.set_focus .tk_header .header_left span {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 22px;
    color: #FFFFFF;
}

.set_focus .tk_header i {
    color: #fff;
}

.tk_box .tk_neirong {
    width: 100%;
    height: calc(520px - 54px);
}

.tk_box .tk_neirong .neirong_left {
    width: 110px;
    height: 100%;
    background: #F2F2F2;
}

.tk_box .tk_neirong .dhActive {
    background-color: #fff;
    color: #436cae !important;
}

.tk_box .tk_neirong .dh_box {
    width: 110px;
    height: 40px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 40px;
    color: #333333;
    text-align: center;
}

.tk_box .tk_neirong .neirong_right {
    width: calc(100% - 110px);
    height: 100%;
    background-color: #fff;
}

.tk_box .tk_neirong .neirong_right .sm_box {
    width: 100%;
    height: 100%;
    padding: 20px;
    position: relative;
}

.tk_box .tk_neirong .neirong_right .sm_box .sm_title {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    /* margin: 0 10px; */
}

.tk_box .tk_neirong .neirong_right .sm_box .sm_check span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #989898;
}

.tk_box .tk_neirong .neirong_right .sm_check {
    margin-top: 20px;
}

.tk_box .tk_neirong .neirong_right .sm_check span {
    margin-right: 40px;
}

.tk_box .tk_neirong .neirong_right .sm_check .el-checkbox__inner {
    border-color: #C3C3C3 !important;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #A1CB3C;
    border-color: #A1CB3C;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #A1CB3C;
}

.tk_box .tk_neirong .neirong_right .sm_select {
    margin-top: 20px;
}

.tk_box .tk_neirong .neirong_right .sm_select span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #989898;
    margin-right: 40px;
}

.tk_box .tk_neirong .neirong_right .el-select .el-input__inner {
    width: 130px;
    height: 32px;
    color: #989898;
}

.tk_box .tk_neirong .el-select .el-input {
    width: 200px !important;
}

.tk_box .tk_neirong .neirong_right .sm_select .el-select .el-input__suffix {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tk_box .tk_neirong .neirong_right .sm_bottom {
    width: calc(100% - 40px);
    height: 70px;
    border-top: 1px solid #F2F2F2;
    position: absolute;
    bottom: 40px;
    left: 0;
    justify-content: flex-end;
}

.tk_box .tk_neirong .neirong_right .sm_bottom .cancel {
    width: 90px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
    opacity: 1;
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 30px;
    color: #989898;
    text-align: center;
    margin-right: 20px;
}

.tk_box .tk_neirong .neirong_right .sm_bottom .conserve {
    width: 90px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #436cae;
    opacity: 1;
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 30px;
    color: #436cae;
    text-align: center;
    margin-right: 20px;
}
