/* // @primary-width = 1200px; */
* {
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
  font-size: 14px !important;
  box-sizing: border-box;
  color: #333333;
  /* font-family: "Microsoft YaHei", Arial, sans-serif; */
  background-color: #f6f6f7;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px !important;
  /* padding-left: 10px !important; */
}

button:focus {
  outline: none;
}

/* body {
  background-color: #ccc;
  height: 1800px;
} */
ul {
  margin: 0;
}

li {
  list-style: none;
}

P {
  margin: 0;
}

a {
  text-decoration: none;
  color: #0084ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a:hover {
  text-decoration: none;
}

input:focus {
  border-color: #0084ff !important;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ced4da !important;
}

.btn-lg {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: white;
  border: transparent !important;
  padding: 01rem 0.75rem;
  font-size: 1.1rem;
  line-height: 1.5;
  /* border-radius: 0 0.25rem 0.25rem 0; */
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-lg:hover {
  color: white !important;
}

/* bootstrap自带样式修改 */
#navbar .btn-link {
  color: white !important;
}

.head1 .bg-light {
  background-color: transparent !important;
}

.btn-outline-primary {
  color: white;
  border-color: transparent;
}

#navbar a {
  color: white !important;
}

.topHeader>.form-control {
  border-color: #0084ff !important;
}

.input-group-lg>.form-control {
  font-size: 1rem;
  height: calc(1.5em + 1rem + 14px) !important;
}

.modal-header {
  border: none;
  padding: 0;
}

.modal-content {
  padding: 24px;
}

/* .modal-body {
  padding: 1em 4em;
} */

.tips-num {
  color: #ff3b30;
}

.img-size-100 {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}

.img-size-88 {
  width: 88px;
  height: 88px;
  border-radius: 6px;
}

.img-size-64 {
  width: 64px;
  height: 64px;
  border-radius: 4px;
}

.img-size-38 {
  width: 38px;
  height: 38px;
}

/* .tags {
  padding: 0.4em 1em;
} */

/* .tags-primary {
  color: #449de6;
  background-color: rgba(68, 157, 230, 0.1);
}

.tags-success {
  background: #edeef9;
  color: #757dd3;
}

.tags-secondary {
  background: #e8f7f9;
  color: #4bc4cf;
} */

.in-block {
  display: inline-block;
  font-size: 14px;
}

/* 边距布局 */

.pt1 {
  padding: 10px 0;
  box-sizing: border-box;
}

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

.pt5 {
  padding: 50px 0;
  box-sizing: border-box;
}

.mt1 {
  margin: 10px 0;
}

.mt2 {
  margin: 20px 0;
}

.mt5 {
  margin: 50px 0;
}

/* 清除浮动 */
.both {
  clear: both;
  visibility: hidden;
}

/* flex布局 */
.flex {
  display: flex;
}

._flex1 {
  flex: 1;
}

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

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

.justify-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.justify-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* 认证 */
.authentication {
  font-size: 16px;
  font-weight: 600;
  margin-left: 20px;
}

/* 顔色 */
.font-org {
  color: #ffaf25;
}

.bg-org {
  background-color: #ffaf25;
}

/* 头部 */
.head2 {
  padding: 10px 0 !important;

  width: 100%;
  background-color: white !important;
  border-bottom: 1px solid #e2e2e2;
}

main {
  margin-top: 77px !important;
}

.-top {
  padding-top: 20px;
}

/* 认证按钮 */
.company-claim {
  width: 100%;
  border: 1px solid #ffae00;
  border-radius: 1px;
  font-size: 14px;
}

/* 认证按钮 */
.company-claim img {
  width: 20px;
  vertical-align: middle;
}

/* 认证按钮 */
.company-claim span {
  font-size: 12px;
  color: #ffae00;
}

/* 标签 */
.tag-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}

.tag {
  display: inline-block;
  border-radius: 2px;
  line-height: 100% !important;
}

.tag .tags {
  display: inline-block;
  list-style: none;
  margin: 0;
  font-size: 12px;
  color: #449de6;
}

.tag .tags img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.tag .tags {
  display: inline-block;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tag-xs {
  margin-right: 5px;
  margin-bottom: 5px;
}

.tag-xs .tags {
  padding: 3px 8px;
}

.tag-md,
.tag-lg {
  margin: 0 10px;
}

.tag-md .tags {
  padding: 5px 20px;
}

.tag-lg .tags {
  padding: 5px 10px;
}

.tag-bg .tags {
  background-color: #e8f3fc;
}

.tag-bd {
  border: 1px solid #449de6;
}

.tag-bg-gules {
  border: 1px solid rgba(255, 95, 87, 0.3) !important;
  background-color: rgba(255, 95, 87, 0.1);
}

.tag-bg-gules .tags {
  color: #ff5f57;
}

.tag-bg-blue {
  color: #449de6;
  background-color: rgba(68, 157, 230, 0.1);
}

.btn-xs {
  padding: 5px;
}

/* 按钮样式 */
.btn-md {
  padding: 3px 20px;
}

.btn img {
  width: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

/* 按钮颜色修改 */
.btn-primary {
  background-color: #0078e9;
  color: #ffffff;
  border-color: #8496a7;
}

.btn-warning {
  color: #ffffff;
  background-color: #ff7d18;
  border-color: #ff7d18;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:link {
  background-color: #0b72d3;
  color: #ffffff;
  border-color: #8496a7;
}

.a-primary {
  color: #333 !important;
}

.a-primary:hover {
  color: #0084ff !important;
}

.a-item {
  display: inline-block;
  margin: 0 24px 10px 0;
}

/* 卡片标签 */
.card-tag {
  padding: 5px;
}

.card-tag .card-item {
  flex: 0 0 20%;
}

.card-item img {
  flex: 0 0 36px;
  height: 36px;
  margin-right: 10px;
}

/* 表格 */
.table .-striped-col {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  text-align: center;
  color: #333;
  /* border: 1px solid #e4eef6; */
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

.table.-border-top-none tbody tr:first-child td {
  border-top: 1px solid #e4eef6;
}

.table .lable {
  background-color: #f5fbff;
}

.table.-breakall td,
.table.-breakall th {
  word-break: break-all;
}

.table td {
  padding: 8px;
  border-top: 1px solid #e4eef6;
}

.table td,
.table th {
  border: 1px solid #e4eef6;
  font-weight: 400;
  vertical-align: middle;
}

.table thead {
  background-color: #f0f7fc;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 1px;
}

.link-vip {
  color: #ff7d18;
  cursor: pointer;
}

.qymc a.flexEnd {
  color: #ff7d18;
}

/* 公共卡片背景 */
.header-block-container {
  margin-top: 18px;
  background-color: white;
}

/* 公共导航 */
.nav-item {
  flex: 1;
  text-align: center;
}

.nav-tabs {
  position: relative;
  top: 0;
  background-color: #fcfcfc;
  border-bottom: 1px solid #f3f3f3;
}

.nav-tabs .nav-link.active {
  padding: 0.8rem 0;
  border-right-color: #f3f3f3;
  border-left-color: #f3f3f3;
}

.nav-tabs .nav-link {
  padding: 0.8rem 0;
  border: none;
  border-right: 1px solid transparent;
  border-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

/* 头像圆角 */
.-w100 {
  display: flex;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-size: 30px;
  color: #ffffff;
  line-height: 36px;
  border-radius: 5px;
  margin-right: 18px;
  /* font-weight: 600; */
  text-align: center;
  background-color: #84cab0;
}

/* 头像圆角 */
.-w20 {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 13px;
  color: #666;
  line-height: 16px;
  border-radius: 5px;
  margin-right: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e9e9e9;
}

/* 头像圆角 */
.-w36 {
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 13px;
  color: #ffffff;
  line-height: 16px;
  border-radius: 5px;
  margin-right: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #84cab0;
}

/* 头像圆角 */
.-w40 {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 13px;
  color: #ffffff;
  line-height: 16px;
  border-radius: 5px;
  margin-right: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #84cab0;
}

/* 头像圆角 */
.-w60 {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 24px;
  color: #ffffff;
  line-height: 16px;
  border-radius: 5px;
  margin-right: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #84cab0;
}

.-w18 {
  width: 18px;
}

.-bg3 {
  background-color: #84cab0;
}

/* 用户名称样式 */
.humanName {
  display: inline-block;
  font-weight: 600;
  color: #000;
  font-size: 20px;
  line-height: 26px;
}

/* 用户卡片 */
.human-list {
  padding: 16px 40px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 388px;
}

.sear-human {
  width: 325px;
  height: auto;
  padding: 16px;
  margin: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  vertical-align: top;
  font-size: 14px;
  color: #333;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  cursor: pointer;
  overflow: hidden;
}

.sear-human:hover {
  box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.06),
    0 4px 12px 4px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.07);
}

.logo-w60 {
  border-radius: 4px;
  overflow: hidden;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
}

.logo-w60>img {
  width: 60px;
  height: 60px;
}

/* 主要内容 */
.header-block-container {
  background-color: white;
  margin: 0 0 20px 0;
}

.not-nav {
  padding: 20px;
}

.yes-nav {
  padding: 0 20px 20px 20px;
}

/* 公司信息或人物信息标题 */
.riskInfo-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

.con-box-title span {
  border-bottom: 2px solid #0084ff;
}

.con-box-title span,
.title-logo {
  display: inline-block;
  padding: 0 2px;
  line-height: 39px;
  font-size: 20px;
  font-weight: 600;
}

.title-logo {
  font-size: 17px;
}

.title-logo img {
  width: 80px;
  margin: 0 5px;
}

.con-box-title {
  height: 40px;
  line-height: 40px;
}

.riskInfo-title2 {
  border: 0;
  margin: 0 5px 10px 0;
}

.riskInfo-title2 .con-box-title2 {
  font-size: 16px;
  line-height: 39px;
  font-weight: 600;
  border: 0;
}

.riskInfo-title .num,
.riskInfo-title2 .num {
  color: #0084ff;
  font-size: 17px;
  margin-left: 10px;
  border: 0;
}

.riskInfo-list {
  border: 1px solid #eeeeee;
  margin: 20px 0;
}

/* 表格链 */
.table-chain {
  text-align: left;
}

.table-chain p {
  font-size: 14px;
}

.table-chain-bl {
  margin-top: 5px;
}

.table-chain .arrow {
  position: relative;
  top: -7px;
  display: inline-block;
  min-width: 72px;
  border-bottom: 1px solid #ccc;
  margin: 0 20px 0 8px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #ff3b30;
}

.table-chain .triangle {
  position: absolute;
  right: -12px;
  top: 12px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 12px solid #ccc;
  border-bottom: 4px solid transparent;
}

/* 分类样式 */
.scope-title {
  display: inline-block;
  width: 72px;
  border-right: 1px solid #f3f3f3;
  margin-right: 15px;
  vertical-align: top;
  color: #666;
}

.scope-box {
  height: 18px;
  overflow: hidden;
  height: 30px;
  display: inline-block;
  flex: 1;
}

.company-list-total {
  display: none;
}

.mt-0 {
  font-size: 20px;
  font-weight: 600;
  padding: 5px 0;
  /* color: #333; */
}

.mt-0:hover {
  color: #0b72d3;
}

.span-tag {
  padding: 3px 5px;
  border-radius: 2px;
  margin: 1px 15px;
  font-size: 12px;
  border: 1px solid #449de6;
  color: #449de6;
  line-height: 12px;
}

.collect {
  display: none;
}

.big-input {
  /* height: calc(1.5em + 1rem + 10px) !important; */
  font-size: 16px !important;
}

.shadow {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.24);
}

.input-group-lg .form-control:focus {
  box-shadow: 0 !important;
}

/* 加载样式 */
@keyframes donut-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.donut {
  display: inline-block;
  margin: 10px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #0084ff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: donut-spin 1.2s linear infinite;
}

.lk-input-border {
  border-color: #0084ff !important;
  border-radius: 0 !important;
}

/* 被选中状态 */
.active {
  background-color: #ffffff;
  color: #0084ff;
}

/* 被选中状态 */
.nav li.active {
  border-top: 1px solid #f3f3f3;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}

/* 弹框样式 */
.modal-content {
  padding: 0;
}

.modal-header {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #dee2e6;
}

.modal-header .modal-title {
  flex: 1;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
}

.modal-header button {
  flex: 0 0 50px;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 40px;
}

.modal-header button span {
  font-size: 20px;
}

.modal-content .modal-body {
  padding: 16px 24px 40px;
}

/* 响应式 */
@media screen and (max-width: 768px) {
  .md-hide {
    display: none !important;
  }

  .md-show {
    display: block !important;
  }

  .md-text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md-flex {
    display: flex;
  }

  .md-flex-w {
    width: 100%;
  }

  .md-flex-tag {
    flex: 0 0 36px;
    margin: 0;
  }

  .md-flex-1 {
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: normal;
    margin: 0;
  }

  .scope-box {
    height: auto;
  }

  .top-left {
    flex: 1 !important;
  }

  .company-info p {
    flex: 0 0 100% !important;
  }

  /* 分页 */
  .x-pages-f {
    width: 98% !important;
  }

  .sear-human {
    flex: 0 0 90% !important;
  }

  .block-data-group-img {
    width: 100%;
  }

  .top-r-left h2 {
    margin-top: 30px;
    text-align: center;
  }

  .top-r-left .title-tag {
    justify-content: center;
  }

  .company-con-box {
    display: block;
  }

  .head-portrait-box {
    display: flex;
    justify-content: center;
  }

  .navbar-brand img {
    width: 80px;
    height: 30px;
  }

  #navbarSupportedContent {
    width: 60%;
  }

  /* .navbar-brand {
    flex: 0 0 50px !important;
  }

  .dropdown {
    flex: 0 0 1px !important;
  } */
}

/* 响应式 */
@media screen and (min-width:769px) and (max-width: 992px) {

  .lg-hide {
    display: none !important;
  }

  .lg-show {
    display: block !important;
  }

  #navbarSupportedContent {
    width: 400px;
  }

  .company-con-box {
    align-items: flex-start;
  }

}

/* 响应式 */
@media screen and (min-width:992px) {

  .xl-hide {
    display: none !important;
  }

  .xl-show {
    display: block !important;
  }

  #navbarSupportedContent {
    width: 400px;
  }

  .navbar-brand {
    margin-right: 80px;
  }
}