.wrap {
  width: 1248px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.content {
  padding: 20px 0 0;
}

.z-nav {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
}

.z-nav ul li {
  list-style: none;
  text-align: center;
  flex: 1;
  line-height: 40px;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 5px;
}

.claim-item {
  flex: 0 0 20%;
  padding: 22px;
  margin-bottom: 30px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-left-color: #ededed;
  border-top-color: #ededed;
  border-bottom-color: #ededed;
  box-sizing: border-box;
}

.claim-item:hover {
  /* border-color: #e2e2e2; */
  box-shadow: 0 0 10px 1px #e4e4e4;
  z-index: 999;
  -ms-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}

.claim-item:last-child {
  border-right-color: #ededed;
}

.com-logo {
  position: relative;
  flex: 0 0 70px;
  text-align: center;
}

.com-logo-img {
  width: 44px;
  height: 44px;
}

.com-logo-rz {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 70px;
  height: 25px;
}

.com-name {
  padding-top: 5px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 22px;
}

.link-claim {
  font-size: 12px;
}

.company-tag {
  margin-top: 13px;
  height: 20px;
  font-size: 12px;
}

.company-tag span {
  border-radius: 2px;
  color: #666;
  line-height: 20px;
  border: none;
  padding: 0 8px 0;
  margin-right: 8px;
  background-color: rgba(102, 102, 102, 0.1);
}

.company-wrap {
  width: 200px;
  height: 200px;
}

.com-wrap-img a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  max-height: 200px;
}

.com-wrap-img a img {
  width: auto;
  max-width: 200px;
}

.dim-name {
  width: 200px;
  font-size: 14px;
  text-align: center;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 轮播左右切换按钮 */
.swiper-container {
  --swiper-theme-color: #c9c9c9;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #cfcfcf;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 20px;
  /* 设置按钮大小 */
}

/* .active {
  background-color: #ffaf25;
  color: #ffffff;
}

.active a {
  background-color: #ffaf25;
  color: #ffffff;
  font-weight: 600;
} */

.block-data-group {
  align-items: flex-start;
  margin: 40px 0 20px 0;
}

.block-data-group:first-child {
  align-items: flex-start;
  margin: 20px 0 20px 0;
}

.block-data-group-img {
  margin: 0 auto;
  display: block;
}

/*************************************************** 公司详情 *********************************************/
.top {
  padding: 16px !important;
}

/* 左侧内容 */
.top-left {
  flex: 0 0 120px;
  margin-right: 30px;
  text-align: center;
}

.company-logo img {
  width: 100px;
  height: 100px;
}

.senior-rz-logo {
  width: 120px;
  margin-bottom: 10px;
  position: relative;
}

.senior-rz-logo img {
  width: 130px;
  height: 36px;
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -64px;
}

.company-claim-box {
  width: 100px;
  margin: 20px auto;
}

.pv img {
  width: 100px;
}

/* 右侧内容 */
.top-right {
  flex: 1;
}

.top-r-left {
  width: 100%;
  margin-bottom: 20px;
}

.top-r-left h2 {
  /* margin-top: 10px; */
  /* width: 100%; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.company-info {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  background-color: #f5fbff;
  position: relative;
}

.company-info p {
  flex: 0 0 50%;
  margin: 3px 0;
  display: flex;
}

.company-info p.edit-info {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #db9927;
}

.company-info p label {
  min-width: 45px;
  color: #666;
  font-weight: 100;
}

.company-info p span {
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 20px;
}

.company-info p img {
  width: 14px;
  height: 13px;
  margin: 5px;
  vertical-align: middle;
}

.monitor {
  position: absolute;
  top: -30px;
  left: 0;
  padding: 2px !important;
  border-radius: 8px 0;
}

/* 纵向导航 */
.z-nav-portrait {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -42px;
}

.z-nav-portrait ul li {
  position: absolute;
  height: 124px;
  width: 40px;
  font-size: 16px;
  color: #ffffff;
  list-style: none;
  padding: 16px 8px;
  background-size: 100% 100%;
  text-align: center;
  display: flex;
  line-height: 18px;
  zoom: 100%;
  cursor: pointer;
}

.z-nav-portrait ul li.gf {
  padding-top: 20px;
  top: 20px;
  background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/public-tab-active-1.png);
}

.z-nav-portrait ul li.zz {
  top: 130px;
  z-index: 1;
  color: #db9927;
  background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/own-tab-new-1.png);
}

.z-nav-portrait ul .zz b {
  text-align: center;
  position: absolute;
  bottom: 6px;
  color: #fff;
  width: 45px;
  margin-left: -8px;
  font-size: 14px;
}

li:first-child .z-nav-portrait-active {
  top: 115px;
}

.z-nav-portrait-active {
  z-index: 2 !important;
  zoom: 105% !important;
  left: -6px !important;
  margin-top: -5px;
  width: 45px !important;
  padding-left: 12px !important;
  font-weight: 600 !important;
  background-size: 105% 100% !important;
  transition: zoom 0.25s;
}

/* nav切换时背景颜色改变 */
.autonomy {
  box-sizing: border-box;
  border-image: linear-gradient(to right top, #f2dab8 1%, #f2dab8 40%) 30 30 !important;
  background-color: #fffcf7 !important;
  border: 2px solid #f2dab8 !important;
}

/* 公司风险 */
.company-panel {
  width: 100%;
  background-color: #fff;
}

.company-panel-box {
  padding: 20px 20px;
  flex: 1;
  border-right: 1px solid #ededed;
}

.ty-risk-title {
  text-align: center;
  flex: 0 0 110px;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  font-weight: 600;
  border-right: 1px solid #ededed;
}

.ty-risk-list {
  text-align: left;
  flex: 1;
}

.ty-risk-list a {
  color: #333;
  padding: 0 10px;
  max-width: 25%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ty-risk-lock {
  text-align: right;
  flex: 0 0 100px;
}

/* content主要内容 */
.con-box {
  border: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0 16px 16px;
  box-sizing: border-box;
}

/* 主要内容左边 */
.con-left {
  flex: 1;
}

.table {
  width: 100%;
  font-size: 14px;
}

.table .lable {
  width: 20%;
}

.table .val {
  width: 30%;
}

.table .portrait {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #7db3d9;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
}

.table .name {
  color: #0084ff;
  cursor: pointer;
  font-size: 18px;
  margin-left: 20px;
}

/* 主要内容右边 */
.con-rigth {
  flex: 0 0 296px;
  margin-left: 20px;
}

/* 股权穿透图 */
.graphTreeInfo-g6,
.graph-g6 {
  margin: 20px 0;
  width: 100%;
  height: 300px;
  border: 1px solid #e4eef6;
}

/* #_investmentMechanism {
  text-align: left;
} */

/* 数据加载隐藏 */
.load-info,
.load-information {
  display: none;
}

/* .block-data-group:target {
  padding-top: 123px;
} */

.nav-link {
  color: #333333;
}

/* 内容右侧 */
.rigth-title {
  height: 43px;
  line-height: 43px;
  padding: 0 20px;
  background-color: #fcfcfc;
  border-bottom: 1px solid #f3f3f3;
}

.con_r_ul_box ul {
  display: none;
}

.con_r_ul_box ul:first-child {
  display: block;
}

.-w36 {
  flex: 0 0 36px;
}

/* 推荐公司 */
.tjList {
  padding: 10px 20px;
}

.tjList a {
  color: #666;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.tjList a:hover {
  color: #007bff;
}
