.epm-warp .epm-top > .epm-menu > h6.hasRisk:after,
.iconfont {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dynamic {
  width: 1200px;
  margin: 20px auto;
  background: #ffffff;
  display: flex;
  height: 65px;
  padding: 0 30px;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
}
.dynamic .dynamic-left {
  width: 50%;
  display: flex;
  align-items: center;
  border-right: 1px solid #f5f5fa;
  box-sizing: border-box;
}
.dynamic .line {
  width: 1px;
  background: #f5f5fa;
  height: 20px;
  margin: 0 25px;
}
.dynamic .risk-item {
  display: flex;
  align-items: center;
  color: #303133;
  font-size: 16px;
  margin-right: 22px;
}
.dynamic .risk-item span:nth-child(1) {
  cursor: pointer;
}
.dynamic .risk-item .risk-item-num {
  color: #909399;
  margin-left: 8px;
}
.dynamic .risk-item .risk-item-red {
  color: #e1483d;
}
.dynamic .question {
  margin-left: 10px;
  color: #909399;
  position: relative;
}
.dynamic .question:hover .show-explain {
  display: block;
}
.dynamic .question i {
  cursor: pointer;
}
.dynamic .question .show-explain {
  position: absolute;
  left: -246px;
  font-size: 12px;
  top: 29px;
  width: 253px;
  padding: 5px;
  background: #fff;
  box-shadow: 0px 2px 6px rgba(68, 68, 68, 0.3);
  z-index: 99;
  border-radius: 4px;
  text-align: left;
  display: none;
}
.dynamic .dynamic-right {
  display: flex;
  align-items: center;
  padding-left: 20px;
  width: 50%;
}
.dynamic #box {
  height: 25px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
}
.dynamic ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.dynamic ul li {
  padding-left: 10px;
}
.dynamic .dynamic-item-left {
  display: flex;
  font-size: 16px;
  position: relative;
  color: #333333;
}
.dynamic .dynamic-item-left .dynamic-time {
  width: 120px;
}
.dynamic .dynamic-item-left span:nth-child(2) {
  width: 260px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dynamic .dynamic-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #303133;
  font-size: 14px;
  width: 400px;
}
/*主体部分*/
.epm-warp {
  background: #fff;
  width: 881px;
  float: left;
  padding-bottom: 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 2px 16px 0px rgba(204, 204, 204, 0.14);
  border: solid 1px #eeeeee;
  margin-bottom: 30px;
}
.epm-warp.untop {
  padding-top: 0px;
}
.epm-warp .epm-top {
  width: 879px;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  border-radius: 10px 10px 0 0;
  top: 0;
  overflow: hidden;
  padding: 0;
  background-color: #fcfcfc;
}
.epm-warp .epm-top.fix {
  position: fixed;
  z-index: 100;
  -webkit-box-shadow: 0 0 30px rgba(68, 68, 68, 0.3);
  box-shadow: 0 0 30px rgba(68, 68, 68, 0.3);
  top: 80px;
  width: 100%;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: calc(50% - 600px);
  border-radius: 0;
}
.epm-warp .epm-top.fix:hover {
  height: 75px;
}
.epm-warp .epm-top.fix .epm-menu:nth-child(1) {
  border-left: 1px solid #fff;
  border-radius: 0;
}
.epm-warp .epm-top.fix .epm-menu:nth-child(4) {
  border-right: 1px solid #fff;
  border-radius: 0;
  width: 222px;
}
.epm-warp .epm-top.fix .epm-menu:hover:nth-child(1) {
  border-left: 1px solid #e9e9e9;
  border-radius: 0;
}
.epm-warp .epm-top.fix .epm-menu:hover:nth-child(4) {
  border-right: 1px solid #e9e9e9;
  border-radius: 0;
}
.epm-warp .epm-top.active {
  height: 580px;
  -webkit-box-shadow: 0 10px 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 10px 40px rgba(51, 51, 51, 0.1);
  border-bottom: none;
  overflow: hidden;
  border-radius: 10px 10px 16px 16px;
}
.epm-warp .epm-top.active .epm-menu {
  border-bottom: 1px solid #e9e9e9;
}
.epm-warp .epm-top > .epm-menu {
  float: left;
  width: 216px;
  height: 48px;
  line-height: 48px;
  position: relative;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #fff;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.epm-warp .epm-top > .epm-menu.disable {
  cursor: default;
  color: #aaa;
}
.epm-warp .epm-top > .epm-menu.disable h6:after {
  display: none;
}
.epm-warp .epm-top > .epm-menu:nth-child(1) {
  border-left: none;
  border-radius: 10px 0 0 0;
}
.epm-warp .epm-top > .epm-menu:nth-child(4) {
  border-right: none;
  width: 222px;
  border-radius: 0 10px 0 0;
}
.epm-warp .epm-top > .epm-menu > h6 {
  font-size: 16px;
  font-weight: normal;
  position: relative;
  color: #333333;
  height: 45px;
}
.epm-warp .epm-top > .epm-menu > h6.active {
  background-color: #ffffff;
  color: #4285f4;
}
.epm-warp .epm-top > .epm-menu > h6 span {
  color: #999999;
  font-size: 12px;
}
.epm-warp .epm-top > .epm-menu > h6.hasRisk i {
  width: 17px;
  height: 20px;
  display: block;
  background: #f16750;
  line-height: 20px;
  text-align: center;
  border-radius: 10px 0 10px 0;
  color: #fff;
  position: absolute;
  top: 16px;
  right: 45px;
  font-size: 16px;
  padding-left: 1px;
}
.epm-warp .epm-top > .epm-menu .epm-list {
  height: 580px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-top: 15px;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  width: calc(100% + 2px);
  background-color: #fcfcfc;
  left: -1px;
  top: 2px;
}
.epm-warp .epm-top > .epm-menu .epm-list > li {
  line-height: 34px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  cursor: pointer;
  text-align: center;
}
.epm-warp .epm-top > .epm-menu .epm-list > li:hover {
  color: #0d86ff;
}
.epm-warp .epm-top > .epm-menu .epm-list > li.disable {
  color: #888;
  cursor: default;
}
.epm-warp .epm-top > .epm-menu .epm-list > li.disable:hover {
  color: #888;
}
.epm-warp .epm-top > .epm-menu:hover {
  background: #fbfbfb;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.epm-warp .epm-top > .epm-menu:hover h6 {
  background-color: #ffffff;
  color: #4285f4;
}
.epm-warp .epm-top > .epm-menu:hover .epm-list {
  display: block;
  background: #ffffff;
}
.epm-warp .epm-top > .epm-menu:hover:nth-child(1) {
  border-left: none;
}
.epm-warp .epm-top > .epm-menu:hover:nth-child(4) {
  border-right: none;
}
.epm-warp .epm-top > .epm-menu.active > h6 {
  color: #ff9126;
}
.epm-warp .epm-top > .epm-menu.active > h6:after {
  font-weight: normal;
}
.epm-warp .epm-top > .epm-menu.active:after {
  width: 70px;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  left: calc(50% - 35px);
  bottom: 0;
  background: #ff9126;
}
/*数据纠错*/
.error-cont {
  width: 870px;
  min-height: 680px;
  box-shadow: 0px 2px 16px 0px rgba(204, 204, 204, 0.14);
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  border-radius: 2px;
  z-index: 99;
  padding: 30px;
  padding-top: 0;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.error-cont .close {
  position: absolute;
  right: 20px;
  top: 15px;
  border: none;
  background: none;
  outline: none;
}
.error-cont .close i {
  font-size: 28px;
}
.error-cont .error-tit {
  margin-top: 30px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 2px;
  text-align: left;
}
.error-cont .error-tit div {
  position: relative;
  font-size: 18px;
  color: #333;
  display: inline-block;
  width: 224px;
  font-weight: bold;
}
.error-cont .error-tit div:after {
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #4285f4;
  content: '';
  left: 0;
  bottom: -4px;
}
.error-cont .error-tit .error-hint {
  display: inline-block;
  width: 140px;
  height: 26px;
  background-color: #ffeeeb;
  border-radius: 13px;
  color: #ff4133;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}
.error-cont .error-tit .error-hint i {
  color: #ff4133;
  position: relative;
  top: 1px;
  left: -2px;
}
.error-cont .error-chose {
  padding-top: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.error-cont .error-chose ul {
  margin-top: 21px;
  overflow: hidden;
}
.error-cont .error-chose ul li {
  text-align: left;
  width: 120px;
  position: relative;
  float: left;
  margin-right: 100px;
  margin-bottom: 15px;
}
.error-cont .error-chose ul li .edf-line {
  cursor: pointer;
}
.error-cont .error-chose ul li .edf-line span {
  margin-left: 32px;
}
.error-cont .error-chose ul li .edf-line .checkbox_ico {
  position: absolute;
  top: 46%;
  right: 80%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: solid 1px #999999;
  color: #ffffff;
  line-height: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.error-cont .error-chose ul li .edf-line .checkbox_ico:before {
  display: block;
  content: "\2714";
  position: absolute;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #ff7716;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.error-cont .error-chose ul li .edf-line input:checked ~ .checkbox_ico {
  border: 1px solid #ff7716;
}
.error-cont .error-chose ul li .edf-line input:checked ~ .checkbox_ico:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.error-cont .error-chose ul li .edf-line > input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.error-cont .error-chose ul .ends {
  margin-right: 0;
}
.error-cont .error-tits {
  position: relative;
  margin-top: 7px;
}
.error-cont .error-tits p {
  position: absolute;
  left: -38px;
  top: 0px;
  line-height: 44px;
  font-size: 18px;
  color: #333;
  display: inline-block;
  width: 134px;
  height: 52px;
}
.error-cont .error-tits .error-hint {
  display: inline-block;
  width: 140px;
  height: 26px;
  background-color: #ffeeeb;
  border-radius: 13px;
  color: #ff4133;
  font-size: 12px;
  margin: 8px 0 0 -461px;
}
.error-cont .error-tits .error-hint i {
  color: #ff4133;
}
.error-cont .error-replenish .text-area {
  width: 772px;
  height: 180px;
  border-radius: 2px;
  border-color: #dddddd;
  margin: 20px 0 18px 0;
  padding: 20px 0 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  outline: none;
}
.error-cont .error-replenish .text-area::-webkit-input-placeholder {
  color: #aaaaaa;
}
.error-cont .error-replenish .text-area::-moz-placeholder {
  color: #aaaaaa;
}
.error-cont .error-replenish .text-area::-ms-input-placeholder {
  color: #aaaaaa;
}
.error-cont .error-replenish .text-area:focus {
  border-color: #4285f4;
}
.error-cont .error-input input {
  width: 772px;
  height: 60px;
  border-radius: 2px;
  border: solid 1px #dddddd;
  margin-top: 20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.error-cont .error-input input::-webkit-input-placeholder {
  color: #aaaaaa;
}
.error-cont .error-input input::-moz-placeholder {
  color: #aaaaaa;
}
.error-cont .error-input input::-ms-input-placeholder {
  color: #aaaaaa;
}
.error-cont .error-input input:focus {
  border-color: #4285f4;
}
.error-cont .error-btn {
  width: 200px;
  height: 60px;
  background: #4285f4;
  background-blend-mode: normal, normal;
  border-radius: 2px;
  display: block;
  margin-top: 30px;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  margin-left: 21px;
  cursor: pointer;
}
/*表格*/
.epm-data {
  position: relative;
  width: 100%;
  padding-top: 5px;
}
.epm-data .item-title {
  text-align: left;
  font-size: 18px;
  color: #333333;
  margin-top: 30px;
  font-weight: 700;
  width: 827px;
  margin-left: 30px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  padding-bottom: 3px;
}
.epm-data .item-title:after {
  width: 72px;
  height: 2px;
  background-color: #4285f4;
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
}
.epm-data .emp-title {
  text-align: left;
  width: 820px;
  margin: 20px auto 0;
  color: #333333;
  font-size: 16px;
  position: relative;
}
.epm-data .emp-title span {
  position: relative;
  z-index: 2;
}
.tab {
  position: relative;
  width: 820px;
  display: block;
  margin: 20px auto 0;
  border: 1px solid #e4eef6;
}
.tab .tr {
  display: table;
  border-top: 1px solid #e4eef6;
  position: relative;
  width: 100%;
  color: #333333;
}
.tab .tr.th {
  background: #f0f7fc;
}
.tab .tr.th > .td {
  border-left: 0px;
  white-space: nowrap;
  padding: 10px 8px;
  font-weight: bold;
}
.tab .tr.tl > .td {
  border-left: 0px;
  padding: 10px 8px;
}
.tab .tr:nth-child(1) {
  border-top: 0;
}
.tab .tr > .td {
  position: relative;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 12px;
  text-align: center;
  font-size: 14px;
  display: table-cell;
  line-height: 26px;
  table-layout: fixed;
  word-break: break-all;
  border-right: 1px solid #e4eef6;
}
.tab .tr > .td:last-child {
  border-right: none;
}
.tab .tr > .td.ell .td-brf {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tab .tr > .td.ell .ext {
  display: block;
}
.tab .tr > .td .td-brf {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tab .tr > .td .ext {
  display: none;
  color: #ff7d31;
  font-size: 12px;
  cursor: pointer;
}
.tab .tr > .td .ext:hover {
  text-decoration: underline;
}
.tab .tr > .td > img.full {
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  -o-object-fit: contain;
  object-fit: contain;
}
.tab .tr > .td .blue {
  color: #4285f4;
}
.tab .tr > .td .blue.underline-s:hover {
  text-decoration: underline;
}
.tab .tr > .td > .left {
  text-align: left;
}
.tab .tr > .td:nth-child(1) {
  border-left: 0;
}
.tab .tr > .td.tab-label {
  background: #f0f7fc;
  text-align: left;
  width: 150px;
  white-space: nowrap;
}
.tab .tr > .td.red {
  color: #e1483d;
}
.tab .tr > .td.yellow {
  color: #fe7124;
}
.tab .tr > .td.yellow a {
  color: #fe7124;
}
.tab .tr > .td.blue {
  color: #4285f4;
}
.tab .tr > .td.blue.underline-s:hover {
  text-decoration: underline;
}
.tab .tr > .td.green {
  color: #1ca046;
}
.tab .tr > .td.tab-text {
  text-align: left;
  width: 260px;
}
.tab .tr > .td.tab-text.long {
  width: 670px;
}
.tab .tr > .td.td-0 {
  width: 8%;
  text-align: center;
}
.tab .tr > .td.td-1 {
  width: 10%;
}
.tab .tr > .td.td-15 {
  width: 12%;
}
.tab .tr > .td.td-2 {
  width: 15%;
}
.tab .tr > .td.td-3 {
  width: 20%;
}
.tab .tr > .td.td-4 {
  width: 25%;
}
.tab .tr > .td.td-5 {
  width: 33.3%;
}
.tab .tr > .td.td-6 {
  width: 30%;
}
.tab .tr > .td.td-7 {
  width: 40%;
}
.tab .tr > .td.td-8 {
  width: 50%;
}
.tab .tr > .td.td-9 {
  width: 60%;
}
.tab .tr > .td.td-10 {
  width: 70%;
}
.tab .tr > .td.td-11 {
  width: 75%;
}
.tab .tr > .td .over-hidden {
  /* width: 200px;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.tab .tr > .td .txdrimyut {
  width: 60px;
  height: 60px;
}
.tab .tr > .td .red {
  color: #f43d3d;
}
.tab .tr > .td.td-logo-box {
  display: flex;
  align-items: center;
  width: 100%;
}
.tab .tr > .td.left {
  text-align: left;
}
.tab .tr > .td.distribute {
  display: flex;
  box-sizing: border-box;
}
/*破产公告弹出框样式*/
.pochan_tc {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
.pcWidther {
  width: 900px;
  height: 500px;
  background-color: #ffffff;
  box-shadow: 0px 3px 14px 2px rgba(17, 17, 17, 0.3);
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -450px;
  margin-top: -250px;
}
.baiotes {
  line-height: 40px;
  text-align: center;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.baiotes span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 36px;
  padding: 0 12px;
  cursor: pointer;
}
.gundongtiaou {
  overflow-y: auto;
  height: 459px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.tanchuClick {
  cursor: pointer;
}
/*# sourceMappingURL=company_detail.css.map */