/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*基础样式---------------start*/
body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
div,
input,
ul,
li,
a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  vertical-align: middle;
}
input,
button,
textarea {
  outline: none;
}
body {
  font: normal 18px "microsoft yahei";
}
a {
  text-decoration: none;
  color: #000;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: normal;
  font-size: 12px;
}
i,
em {
  font-style: normal;
}
img {
  vertical-align: middle;
}
a img {
  border: none;
}
body {
  width: 100%;
  display: block;
  color: #797979;
  background-color: #fff;
  font-family: "微软雅黑", "Open Sans", "sans-serif", "Source Han Sans CN";
  padding: 0px !important;
  margin: 0px !important;
  font-size: 13px;
  height: 100%;
  min-height: 100%;
}
aside {
  height: 100%;
}
th,
tr,
td {
  text-align: center;
}
ul li {
  list-style: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.clearfix {
  zoom: 1;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.pa_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pf {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.hidden {
  display: none !important;
}
.my_hide {
  display: block;
  /* 包裹区域不能让子元素撑开，否则内容会无效*/
  /*1. 先强制一行内显示文本*/
  white-space: nowrap;
  /*2. 超出的部分隐藏*/
  overflow: hidden;
  /*3. 文字用省略号替代超出的部分*/
  text-overflow: ellipsis;
}
.my_hide_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  /* 老版本的flex */
  display: -webkit-box;
  /* flex主轴为y轴 */
  -webkit-box-orient: vertical;
  /* 可以把 块容器 中的内容限制为指定的行数. */
  -webkit-line-clamp: 2;
}
.my_hide_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.my_hide_5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gdt {
  overflow-y: auto;
  /* 垂直滚动条 */
  overflow-x: hidden;
  /* 垂直滚动条 */
  /* 滚动条轨道 */
  /* 滚动条滑块 */
  /* 滑块悬停效果 */
  scrollbar-width: thin;
  /* 滚动条宽度 */
  scrollbar-color: #888 #f1f1f1;
  /* 滑块颜色 轨道颜色 */
}
.gdt::-webkit-scrollbar {
  width: 12px;
  /* 滚动条宽度 */
}
.gdt::webkit-scrollbar-track {
  background: #f1f1f1;
  /* 轨道颜色 */
  border-radius: 10px;
}
.gdt::-webkit-scrollbar-thumb {
  background: #888;
  /* 滑块颜色 */
  border-radius: 10px;
  border: 3px solid #f1f1f1;
  /* 滑块边框 */
}
.gdt::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 悬停时滑块颜色 */
}
#mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.relative {
  position: relative;
}
.circle_box {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.circle_box.left {
  text-align: left;
}
.circle {
  width: 20px;
  animation: CircleAnima 0.6s linear infinite;
}
@keyframes CircleAnima {
  from {
    /* 初始状态 */
    transform: rotate(0deg);
    opacity: 0;
  }
  to {
    /* 结束状态 */
    transform: rotate(360deg);
    opacity: 1;
  }
}
.common_hide {
  display: none !important;
}
#historyPage {
  display: flex;
  justify-content: center;
}
#historyPage .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #ff5700;
}
.common_xinduihua_box {
  margin-top: 20px;
  text-align: center;
}
.common_xinduihua_box img {
  cursor: pointer;
}
.back_btn {
  cursor: pointer;
  position: fixed;
  top: 0px;
  left: 0;
  width: 80px;
  height: 40px;
  line-height: 40px;
  background-color: #f5f5f5;
  border-radius: 0 15px 15px 0;
  text-align: center;
}
.back_btn.index_dec {
  top: 50px;
}
html,
body,
.container {
  background-color: transparent !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main {
  width: 100%;
  margin-left: auto;
  background-color: #f8f9fb;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.head {
  position: relative;
  background-color: #fff;
  padding: 24px;
}
.head .company_info .info1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head .company_info .info1 .info1_box {
  display: flex;
  align-items: center;
}
.head .company_info .info1 .company_tx {
  width: 48px;
  height: 48px;
  background: #b9e3df;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
}
.head .company_info .info1 .company_tx img {
  width: 100%;
}
.head .company_info .info1 .company_name {
  margin-left: 12px;
  font-weight: bold;
  font-size: 24px;
  color: #424345;
}
.head .company_info .info1 .company_tap {
  flex-shrink: 0;
  margin-left: 8px;
  width: 42px;
  height: 18px;
  line-height: 16px;
  background: #f6fff9;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #0fb042;
  font-weight: 400;
  font-size: 12px;
  color: #0fb042;
  text-align: center;
}
.head .company_info .info1 .company_country_icon {
  margin-left: 12px;
}
.head .company_info .info1 .company_country_icon img {
  width: 27px;
  border-radius: 4px;
}
.head .company_info .info1 .copy {
  cursor: pointer;
  margin-left: 8px;
}
.head .company_info .info1 .copy img {
  width: 14px;
}
.head .company_info .info2 {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.head .company_info .info2 .company_label {
  background: #fff2e9;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  color: #ff6a14;
  padding: 4px 8px;
}
.head .company_info .info2 .company_label2 {
  margin-left: 12px;
  color: #1f5eff;
  background-color: #f0f5ff;
}
.head .company_info .info3 {
  margin-top: 20px;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  display: flex;
  align-items: center;
}
.head .company_info .info3 > div {
  padding: 0 16px;
  position: relative;
}
.head .company_info .info3 > div:first-child {
  padding-left: 0;
}
.head .company_info .info3 > div:first-child::after {
  display: none;
}
.head .company_info .info3 > div::after {
  content: "";
  position: absolute;
  background-color: #e2e2e2;
  width: 1px;
  height: 12px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.head .company_info .info4 {
  margin-top: 20px;
}
.head .company_info .info4 .company_statistics {
  display: flex;
}
.head .company_info .info4 .company_statistics .statistics {
  margin-right: 8px;
  padding: 0 6px;
  line-height: 20px;
  height: 20px;
  background: #ebf0fe;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 13px;
  color: #0535bc;
}
.head .company_info .info4 .company_statistics .statistics a {
  font-weight: 400;
  font-size: 13px;
  color: #0535bc;
}
.head .feedback_box {
  flex-shrink: 0;
  display: flex;
  padding-right: 40px;
}
.head .feedback_box .feedback {
  margin-left: 32px;
  display: flex;
  align-items: center;
}
.head .feedback_box .feedback img {
  width: 14px;
}
.head .feedback_box .feedback span {
  margin-left: 3px;
  font-weight: 400;
  font-size: 13px;
  color: #9fa9c0;
}
.head .feedback_box .feedback .feedback_color1 {
  color: #ffbe56;
}
.head .feedback_box .feedback .feedback_color2 {
  color: #8f9299;
}
.head .feedback_box .feedback .feedback_color3 {
  color: #666666;
}
.head .cha {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
.head .cha img {
  width: 16px;
}
.company_common_title {
  display: flex;
  align-items: center;
}
.company_common_title.f16 span {
  font-size: 16px;
}
.company_common_title img {
  width: 16px;
}
.company_common_title span {
  margin-left: 8px;
  font-weight: bold;
  font-size: 15px;
  color: #333333;
}
.company_common_title .company_common_title_num {
  font-weight: 400;
  font-size: 13px;
  color: #949598;
}
.content {
  overflow: auto;
  flex: 1;
  display: flex;
  padding-bottom: 20px;
}
.content .company_main {
  width: 866px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.content .company_main .company_dec {
  padding: 32px 24px 24px;
  margin: 8px 0;
  background: #ffffff;
}
.content .company_main .company_dec .dec_cont {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.content .company_main .company_detail {
  flex: 1;
  margin-top: 8px;
  background: #ffffff;
  padding-bottom: 30px;
}
.content .company_main .company_detail .company_tab_list {
  border-radius: 0px 0px 0px 0px;
  display: flex;
  padding: 16px 0 12px 24px;
  border-bottom: 1px solid #e6e6e6;
}
.content .company_main .company_detail .company_tab_list .company_tab {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-right: 44px;
}
.content .company_main .company_detail .company_tab_list .company_tab.active {
  position: relative;
  font-weight: bold;
  color: #1f5eff;
}
.content .company_main .company_detail .company_tab_list .company_tab.active::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 3px;
  background-color: #1f5eff;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
}
.content .company_main .company_detail .company_list .company_item .basic_information {
  margin-top: 24px;
  padding: 0 24px;
}
.content .company_main .company_detail .company_list .company_item .basic_information .common_table {
  margin-top: 16px;
}
.content .company_main .company_detail .company_list .company_item .basic_information .common_table table {
  width: 100%;
  border-collapse: collapse;
}
.content .company_main .company_detail .company_list .company_item .basic_information .common_table table tr td {
  padding: 12px;
  border: 1px solid #ebebeb;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.content .company_main .company_detail .company_list .company_item .basic_information .common_table table tr td .email_td {
  width: 287px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 老版本的flex */
  display: -webkit-box;
  /* flex主轴为y轴 */
  -webkit-box-orient: vertical;
  /* 可以把 块容器 中的内容限制为指定的行数. */
  -webkit-line-clamp: 4;
}
.content .company_main .company_detail .company_list .company_item .basic_information .common_table table tr td:nth-child(2n) {
  color: #333;
  width: 287px;
}
.content .company_main .company_detail .company_list .company_item .basic_information .common_table table tr td:nth-child(2n-1) {
  width: 152px;
  background: #f7f8f9;
}
.content .company_main .company_detail .company_list .company_item .basic_information .common_table table tr td.color_blue {
  color: #467aff;
}
.content .company_main .company_detail .company_list .company_item .basic_information .common_table table tr td.prod_td {
  flex: 1;
  width: auto;
}
.content .company_main .company_detail .company_list .company_item .social_media_icon {
  display: flex;
}
.content .company_main .company_detail .company_list .company_item .social_media_icon img {
  margin-right: 4px;
  width: 16px;
}
.content .company_main .company_detail .company_list .company_item .staff_tool {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
}
.content .company_main .company_detail .company_list .company_item .staff_tool .search_tool_box,
.content .company_main .company_detail .company_list .company_item .staff_tool .search_excel_box {
  display: flex;
  align-items: center;
}
.content .company_main .company_detail .company_list .company_item .staff_tool .contacts_tool {
  cursor: pointer;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 109px;
  height: 34px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #d1d1d3;
}
.content .company_main .company_detail .company_list .company_item .staff_tool .contacts_tool img {
  width: 16px;
}
.content .company_main .company_detail .company_list .company_item .staff_tool .contacts_tool span {
  margin-left: 4px;
}
.content .company_main .company_detail .company_list .company_item .staff_tool .search_tool {
  width: 185px;
  height: 34px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #d1d1d3;
  display: flex;
  align-items: center;
  padding: 0 12px;
}
.content .company_main .company_detail .company_list .company_item .staff_tool .search_tool img {
  width: 16px;
  height: 16px;
}
.content .company_main .company_detail .company_list .company_item .staff_tool .search_tool input {
  min-width: 0;
  margin-left: 12px;
  flex: 1;
  height: 100%;
  border: none;
  font-weight: 400;
  font-size: 13px;
  color: #23262b;
}
.content .company_main .company_detail .company_list .company_item .staff_tool .search_tool input::placeholder {
  color: #999999;
}
.content .company_main .company_detail .company_list .company_item .staff_tool .search_excel {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 34px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #d5d5d5;
}
.content .company_main .company_detail .company_list .company_item .staff_tool .search_excel img {
  width: 16px;
}
.content .company_main .company_detail .company_list .company_item .staff_tool .search_excel span {
  margin-left: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.content .company_main .company_detail .company_list .company_item .staff_tool .derive_email {
  cursor: pointer;
  margin-right: 20px;
}
.content .company_main .company_detail .company_list .company_item .staff_tool .derive_email img {
  width: 113px;
}
.content .company_main .company_detail .company_list .company_item .prod_img {
  display: flex;
  flex-wrap: wrap;
  margin-top: -12px;
  margin-left: -12px;
}
.content .company_main .company_detail .company_list .company_item .prod_img img {
  margin-top: 12px;
  margin-left: 12px;
  width: 48px;
  height: 48px;
  border-radius: 4px;
}
.content .company_main .company_detail .company_list .company_item .similar_companies_list .similar_companies_item {
  margin-top: 20px;
}
.content .company_main .company_detail .company_list .company_item .similar_companies_list .similar_companies_item .similar_companies_head {
  display: flex;
  align-items: center;
}
.content .company_main .company_detail .company_list .company_item .similar_companies_list .similar_companies_item .similar_companies_head .similar_companies_company_tx img {
  width: 28px;
}
.content .company_main .company_detail .company_list .company_item .similar_companies_list .similar_companies_item .similar_companies_head .similar_companies_info {
  margin-left: 12px;
}
.content .company_main .company_detail .company_list .company_item .similar_companies_list .similar_companies_item .similar_companies_head .similar_companies_info .similar_companies_name {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}
.content .company_main .company_detail .company_list .company_item .similar_companies_list .similar_companies_item .similar_companies_head .similar_companies_info .similar_companies_website span {
  font-size: 12px;
  color: #666666;
}
.content .company_main .company_detail .company_list .company_item .similar_companies_list .similar_companies_item .similar_companies_head .similar_companies_info .similar_companies_website img {
  margin-left: 4px;
  width: 14px;
}
.content .company_main .company_detail .company_list .company_item .similar_companies_list .similar_companies_item .similar_companies_dec {
  margin-top: 9px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.content .employee {
  padding: 20px;
  flex: 1;
  min-width: 0;
}
.content .employee .employee_title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .employee .employee_title_box .employee_title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.content .employee .employee_title_box .employee_title .employee_count {
  font-weight: 400;
  font-size: 13px;
  color: #949598;
}
.content .employee .employee_title_box .employee_btn {
  width: 72px;
  height: 30px;
  line-height: 28px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #1f5eff;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #1f5eff;
}
.content .employee .employee_list {
  margin-top: 20px;
  padding-bottom: 20px;
}
.content .employee .employee_list .employee_item {
  margin-top: 12px;
  width: 100%;
  background: #ffffff;
  border-radius: 4px 4px 0px 0px;
}
.content .employee .employee_list .employee_item .employee_item_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
  padding: 22px 12px;
}
.content .employee .employee_list .employee_item .employee_item_head .employee_item_head_dec {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.content .employee .employee_list .employee_item .employee_item_head .employee_item_head_dec .employee_item_tx img {
  width: 50px;
  height: 50px;
  border-radius: 4px 4px 4px 4px;
}
.content .employee .employee_list .employee_item .employee_item_head .employee_item_head_dec .employee_item_info {
  margin-left: 12px;
  max-width: calc(100% - 100px);
}
.content .employee .employee_list .employee_item .employee_item_head .employee_item_head_dec .employee_item_info .employee_info {
  display: flex;
  align-items: center;
}
.content .employee .employee_list .employee_item .employee_item_head .employee_item_head_dec .employee_item_info .employee_info .employee_name {
  font-weight: bold;
  font-size: 13px;
  color: #333333;
}
.content .employee .employee_list .employee_item .employee_item_head .employee_item_head_dec .employee_item_info .employee_info .employee_tap {
  flex-shrink: 0;
  margin-left: 4px;
  background: #fff6f2;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ff7728;
  font-weight: 400;
  font-size: 12px;
  color: #ff7728;
  line-height: 18px;
  padding: 0 4px;
}
.content .employee .employee_list .employee_item .employee_item_head .employee_item_head_dec .employee_item_info .employee_info .employee_tap.director {
  color: #a12fda;
  background: #fcf6ff;
  border: 1px solid #a12fda;
}
.content .employee .employee_list .employee_item .employee_item_head .employee_item_head_dec .employee_item_info .employee_info .employee_tap.manager {
  color: #23aa8d;
  background: #f3fffc;
  border: 1px solid #23aa8d;
}
.content .employee .employee_list .employee_item .employee_item_head .employee_item_head_dec .employee_item_info .employee_info .employee_tap.ceo {
  color: #256eff;
  background: #f0f5ff;
  border: 1px solid #256eff;
}
.content .employee .employee_list .employee_item .employee_item_head .employee_item_head_dec .employee_item_info .employee_info .employee_tap.buyer {
  color: #ff7728;
  background: #fff6f2;
  border: 1px solid #ff7728;
}
.content .employee .employee_list .employee_item .employee_item_head .employee_item_head_dec .employee_item_info .employee_info .employee_social {
  flex-shrink: 0;
  margin-left: 8px;
  width: 12px;
}
.content .employee .employee_list .employee_item .employee_item_head .employee_item_head_dec .employee_item_info .employee_info .employee_social img {
  width: 100%;
}
.content .employee .employee_list .employee_item .employee_item_head .employee_item_head_dec .employee_item_info .employee_position {
  margin-top: 4px;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  display: block;
  /* 包裹区域不能让子元素撑开，否则内容会无效*/
  /*1. 先强制一行内显示文本*/
  white-space: nowrap;
  /*2. 超出的部分隐藏*/
  overflow: hidden;
  /*3. 文字用省略号替代超出的部分*/
  text-overflow: ellipsis;
}
.content .employee .employee_list .employee_item .employee_item_head .employee_item_head_dec .employee_item_info .employee_decription {
  margin-top: 4px;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  display: block;
  /* 包裹区域不能让子元素撑开，否则内容会无效*/
  /*1. 先强制一行内显示文本*/
  white-space: nowrap;
  /*2. 超出的部分隐藏*/
  overflow: hidden;
  /*3. 文字用省略号替代超出的部分*/
  text-overflow: ellipsis;
}
.content .employee .employee_list .employee_item .employee_item_head .employee_item_head_btn {
  flex-shrink: 0;
  cursor: pointer;
  width: 58px;
  height: 28px;
  line-height: 28px;
  background: #1f5eff;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}
.content .employee .employee_list .employee_item .employee_item_main {
  padding: 10px 12px;
  margin-top: -4px;
}
.content .employee .employee_list .employee_item .employee_item_main .employee_item_tel {
  margin-top: 4px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 老版本的flex */
  /* flex主轴为y轴 */
  -webkit-box-orient: vertical;
  /* 可以把 块容器 中的内容限制为指定的行数. */
  -webkit-line-clamp: 2;
}
.content .employee .employee_list .employee_item .employee_item_main .employee_item_tel img {
  width: 14px;
}
.content .employee .employee_list .employee_item .employee_item_main .employee_item_tel span {
  margin-left: 4px;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.email_table {
  padding: 25px 24px;
}
.email_table.staff_table {
  padding: 0;
  margin-top: 24px;
  height: 500px;
  overflow: auto;
}
.email_table.staff_table table tr th:nth-child(1),
.email_table.staff_table table tr td:nth-child(1) {
  width: 66px;
}
.email_table.staff_table table tr th:nth-child(2),
.email_table.staff_table table tr td:nth-child(2) {
  width: 114px;
}
.email_table.staff_table table tr th:nth-child(3),
.email_table.staff_table table tr td:nth-child(3) {
  width: 152px;
}
.email_table.staff_table table tr th:nth-child(4),
.email_table.staff_table table tr td:nth-child(4) {
  width: 176px;
}
.email_table.staff_table table tr th:nth-child(5),
.email_table.staff_table table tr td:nth-child(5) {
  width: 218px;
}
.email_table.staff_table table tr th:nth-child(6),
.email_table.staff_table table tr td:nth-child(6) {
  width: 104px;
}
.email_table.staff_table tbody {
  max-height: 500px;
  overflow: auto;
}
.email_table table {
  width: 100%;
  border-collapse: collapse;
}
.email_table table thead tr {
  height: 45px;
  background: #f7f8f9;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.email_table table tr th,
.email_table table tr td {
  padding-left: 12px;
  text-align: left;
  position: relative;
}
.email_table table tr th:nth-child(1),
.email_table table tr td:nth-child(1) {
  width: 88px;
}
.email_table table tr th:nth-child(2),
.email_table table tr td:nth-child(2) {
  width: 200px;
}
.email_table table tr th:nth-child(3),
.email_table table tr td:nth-child(3) {
  width: 165px;
}
.email_table table tr th:nth-child(4),
.email_table table tr td:nth-child(4) {
  width: 215px;
}
.email_table table tr th:nth-child(5),
.email_table table tr td:nth-child(5) {
  width: 159px;
}
.email_table table tr th::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 1px;
  background-color: #d5d3d3;
}
.email_table table tr th:nth-child(1)::after {
  display: none;
}
.email_table table tr td {
  padding: 12px;
}
.email_table table tr td.tx img {
  width: 40px;
  height: 40px;
  border-radius: 4px 4px 4px 4px;
}
.email_table table tr td.name .name_div {
  display: flex;
  align-items: center;
}
.email_table table tr td.name span {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.email_table table tr td.name img {
  width: 16px;
  margin-left: 8px;
}
.email_table table tr td.job {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.email_table table tr td.job .job_div {
  display: flex;
  align-items: center;
}
.email_table table tr td.job .job_tap {
  flex-shrink: 0;
  margin-left: 12px;
  font-weight: 400;
  font-size: 12px;
  color: #ff7728;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ff7728;
  padding: 0 4px;
}
.email_table table tr td.job .job_tap.director {
  color: #a12fda;
  background: #fcf6ff;
  border: 1px solid #a12fda;
}
.email_table table tr td.job .job_tap.manager {
  color: #23aa8d;
  background: #f3fffc;
  border: 1px solid #23aa8d;
}
.email_table table tr td.job .job_tap.ceo {
  color: #256eff;
  background: #f0f5ff;
  border: 1px solid #256eff;
}
.email_table table tr td.job .job_tap.buyer {
  color: #ff7728;
  background: #fff6f2;
  border: 1px solid #ff7728;
}
.email_table table tr td.tel {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.email_table table tr td.email {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 45px;
  padding-right: 20px;
}
.email_table table tr td.email span {
  font-weight: 400;
  font-size: 14px;
  color: #1f5eff;
  word-break: break-all;
}
.email_table table tr td.email img {
  cursor: pointer;
  width: 16px;
}
.email_table table tr td.remark {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.competitor_list .competitor_item_box {
  padding: 0 24px;
}
.competitor_list .competitor_item {
  padding: 24px 0;
  border-bottom: 1px solid #d7dae3;
}
.competitor_list .competitor_item .competitor_item_head {
  display: flex;
  align-items: center;
}
.competitor_list .competitor_item .competitor_item_head .competitor_tx img {
  width: 32px;
}
.competitor_list .competitor_item .competitor_item_head .competitor_name_dec {
  margin-left: 12px;
}
.competitor_list .competitor_item .competitor_item_head .competitor_name_dec .competitor_name {
  font-weight: 400;
  font-size: 14px;
  color: #1f5eff;
}
.competitor_list .competitor_item .competitor_item_head .competitor_name_dec .competitor_dec {
  margin-top: 2px;
  font-weight: 400;
  font-size: 13px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 老版本的flex */
  display: -webkit-box;
  /* flex主轴为y轴 */
  -webkit-box-orient: vertical;
  /* 可以把 块容器 中的内容限制为指定的行数. */
  -webkit-line-clamp: 2;
}
.competitor_list .competitor_item .competitor_item_detail {
  display: flex;
  align-items: center;
}
.competitor_list .competitor_item .competitor_item_detail .competitor_detail {
  flex: 1;
  min-width: 0;
}
.competitor_list .competitor_item .competitor_item_detail .competitor_detail .competitor_detail_info1 {
  margin-top: 12px;
  font-weight: 400;
  font-size: 13px;
  color: #333333;
}
.competitor_list .competitor_item .competitor_item_detail .competitor_detail .competitor_detail_info1 span {
  margin-right: 53px;
}
.competitor_list .competitor_item .competitor_item_detail .competitor_detail .competitor_detail_info2 {
  margin-top: 8px;
  display: flex;
  align-items: center;
  /* 包裹区域不能让子元素撑开，否则内容会无效*/
  /*1. 先强制一行内显示文本*/
  white-space: nowrap;
  /*2. 超出的部分隐藏*/
  overflow: hidden;
  /*3. 文字用省略号替代超出的部分*/
  text-overflow: ellipsis;
}
.competitor_list .competitor_item .competitor_item_detail .competitor_detail .competitor_detail_info2 .competitor_info {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.competitor_list .competitor_item .competitor_item_detail .competitor_detail .competitor_detail_info2 .competitor_info img {
  width: 16px;
}
.competitor_list .competitor_item .competitor_item_detail .competitor_detail .competitor_detail_info2 .competitor_info span {
  margin-left: 4px;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.competitor_list .competitor_item .competitor_item_detail .competitor_item_btn {
  text-align: center;
  width: 84px;
  height: 36px;
  line-height: 34px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #1f5eff;
  font-weight: 400;
  font-size: 13px;
  color: #1f5eff;
  cursor: pointer;
}
.staff_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.staff_box .staff {
  min-width: 900px;
  background: #ffffff;
  border-radius: 0px 0px 8px 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.staff_box .staff .staff_title {
  padding: 15px 24px;
  font-weight: 400;
  font-size: 18px;
  color: #23262b;
  border-bottom: 1px solid #e4e7ed;
}
.staff_box .staff .staff_title em {
  font-weight: 400;
  font-size: 18px;
  color: #1f5eff;
}
.staff_box .staff .staff_close {
  position: absolute;
  top: 20px;
  right: 24px;
  cursor: pointer;
}
.staff_box .staff .staff_close img {
  width: 16px;
}
.staff_box .staff .staff_main {
  padding: 16px 24px 24px;
}
.staff_box .staff .staff_main .staff_tool {
  display: flex;
  justify-content: space-between;
}
.staff_box .staff .staff_main .staff_tool .search_tool {
  width: 254px;
  height: 34px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #d1d1d3;
  display: flex;
  align-items: center;
  padding: 0 12px;
}
.staff_box .staff .staff_main .staff_tool .search_tool img {
  width: 16px;
  height: 16px;
}
.staff_box .staff .staff_main .staff_tool .search_tool input {
  margin-left: 12px;
  flex: 1;
  height: 100%;
  border: none;
  font-weight: 400;
  font-size: 13px;
  color: #23262b;
}
.staff_box .staff .staff_main .staff_tool .search_tool input::placeholder {
  color: #999999;
}
.staff_box .staff .staff_main .staff_tool .search_excel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 34px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #d5d5d5;
}
.staff_box .staff .staff_main .staff_tool .search_excel img {
  width: 16px;
}
.staff_box .staff .staff_main .staff_tool .search_excel span {
  margin-left: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.staff_dec_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.staff_dec_box .staff_dec {
  width: 900px;
  background: #f7f7f7;
  border-radius: 0px 0px 8px 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 8px 24px 0px rgba(141, 141, 141, 0.24);
}
.staff_dec_box .staff_dec .staff_dec_title {
  background-color: #fff;
  padding: 15px 24px;
  font-weight: 400;
  font-size: 18px;
  color: #23262b;
  border-bottom: 1px solid #e4e7ed;
}
.staff_dec_box .staff_dec .staff_dec_title em {
  font-weight: 400;
  font-size: 18px;
  color: #1f5eff;
}
.staff_dec_box .staff_dec .staff_dec_close {
  position: absolute;
  top: 20px;
  right: 24px;
  cursor: pointer;
}
.staff_dec_box .staff_dec .staff_dec_close img {
  width: 16px;
}
.staff_dec_box .staff_dec .staff_dec_main_box {
  padding: 24px;
  max-height: 550px;
  overflow: auto;
}
.staff_dec_box .staff_dec .staff_dec_main {
  padding: 20px;
  background-color: #fff;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_main_head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_main_head .staff_dec_tx {
  width: 80px;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_main_head .staff_dec_tx img {
  width: 100%;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_main_head .staff_dec_info {
  margin-left: 12px;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_main_head .staff_dec_info .staff_dec_name {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_main_head .staff_dec_info .staff_dec_position_box {
  margin-top: 8px;
  display: flex;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_main_head .staff_dec_info .staff_dec_position_box .staff_dec_position {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_main_head .staff_dec_info .staff_dec_position_box .staff_dec_tap {
  margin-left: 8px;
  padding: 0 4px;
  background: #fff6f2;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ff7728;
  color: #ff7728;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_main_head .staff_dec_info .staff_dec_position_box .staff_dec_icon {
  margin-left: 8px;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_main_head .staff_dec_info .staff_dec_position_box .staff_dec_icon img {
  width: 12px;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_main_head .staff_dec_info .staff_dec_company_info {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_main_head .staff_dec_info .staff_dec_company_info .staff_dec_company {
  padding-right: 16px;
  font-weight: 400;
  font-size: 13px;
  color: #999999;
  position: relative;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_main_head .staff_dec_info .staff_dec_company_info .staff_dec_company::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #e2e2e2;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_main_head .staff_dec_info .staff_dec_company_info .staff_dec_country {
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_main_head .staff_dec_info .staff_dec_company_info .staff_dec_country img {
  width: 20px;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_main_head .staff_dec_info .staff_dec_company_info .staff_dec_country span {
  margin-left: 4px;
  font-weight: 400;
  font-size: 13px;
  color: #999999;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_detail .staff_dec_detail_item {
  padding: 20px;
  border-bottom: 1px solid #ececec;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_detail .staff_dec_detail_item .staff_dec_detail_item_title {
  padding-left: 12px;
  font-weight: 400;
  font-size: 15px;
  color: #333333;
  position: relative;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_detail .staff_dec_detail_item .staff_dec_detail_item_title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 14px;
  background: #1f5eff;
  border-radius: 20px 20px 20px 20px;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_detail .staff_dec_detail_item .staff_dec_detail_item_cont {
  display: flex;
  flex-wrap: wrap;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_detail .staff_dec_detail_item .staff_dec_detail_item_cont .basic_information_item {
  margin-top: 16px;
  width: 33.3333%;
  display: flex;
  align-items: center;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_detail .staff_dec_detail_item .staff_dec_detail_item_cont .basic_information_item .basic_information_item_title {
  flex-shrink: 0;
  font-weight: 400;
  font-size: 13px;
  color: #999999;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_detail .staff_dec_detail_item .staff_dec_detail_item_cont .basic_information_item .basic_information_item_cont {
  margin-left: 8px;
  font-size: 13px;
  color: #333333;
  display: block;
  /* 包裹区域不能让子元素撑开，否则内容会无效*/
  /*1. 先强制一行内显示文本*/
  white-space: nowrap;
  /*2. 超出的部分隐藏*/
  overflow: hidden;
  /*3. 文字用省略号替代超出的部分*/
  text-overflow: ellipsis;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_detail .staff_dec_detail_item .staff_dec_detail_item_cont .basic_information_item .basic_information_item_cont .basic_information_more {
  cursor: pointer;
  color: #1f5eff;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_detail .staff_dec_detail_item .staff_dec_detail_item_social_contact {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.staff_dec_box .staff_dec .staff_dec_main .staff_dec_detail .staff_dec_detail_item .staff_dec_detail_item_social_contact img {
  margin-right: 4px;
  width: 16px;
}
.multi_email_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.multi_email_box .multi_email {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 446px;
  background: #ffffff;
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0px 8px 24px 0px rgba(141, 141, 141, 0.24);
}
.multi_email_box .multi_email .multi_email_title {
  height: 56px;
  line-height: 55px;
  background: #ffffff;
  border-radius: 8px 8px 0px 0px;
  border-bottom: 1px solid #e4e7ed;
  padding-left: 24px;
  font-weight: 400;
  font-size: 18px;
  color: #23262b;
}
.multi_email_box .multi_email .multi_email_title .multi_email_num {
  margin-left: 4px;
  font-weight: 400;
  font-size: 18px;
  color: #1f5eff;
}
.multi_email_box .multi_email .multi_email_close {
  position: absolute;
  top: 20px;
  right: 24px;
}
.multi_email_box .multi_email .multi_email_close img {
  cursor: pointer;
  width: 16px;
}
.multi_email_box .multi_email .multi_email_list {
  max-height: 400px;
  overflow: auto;
}
.multi_email_box .multi_email .multi_email_list .multi_email_item {
  padding-left: 24px;
  padding-right: 24px;
  height: 60px;
  background: #ffffff;
  border-bottom: 1px solid #e9e9e9;
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
}
.multi_email_box .multi_email .multi_email_list .multi_email_item span {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  display: block;
  /* 包裹区域不能让子元素撑开，否则内容会无效*/
  /*1. 先强制一行内显示文本*/
  white-space: nowrap;
  /*2. 超出的部分隐藏*/
  overflow: hidden;
  /*3. 文字用省略号替代超出的部分*/
  text-overflow: ellipsis;
}
.multi_email_box .multi_email .multi_email_list .multi_email_item img {
  flex-basis: 0;
  cursor: pointer;
  margin-left: 24px;
  width: 16px;
}
.multi_email_box .multi_email .multi_email_list .multi_email_item:hover {
  background: #f9fcff;
}
.multi_email_box .multi_email .multi_email_btns {
  padding: 28px 24px 24px 0;
  display: flex;
  justify-content: flex-end;
}
.multi_email_box .multi_email .multi_email_btns .multi_email_btn {
  cursor: pointer;
  padding: 6px 16px;
  font-weight: 400;
  font-size: 14px;
  color: #606266;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #e4e7ed;
}
.multi_email_box .multi_email .multi_email_btns .multi_email_btn.all_copy {
  margin-left: 12px;
  color: #ffffff;
  background: #1f5eff;
}
.contacts_filter_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.contacts_filter_box .contacts_filter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 396px;
  background: #ffffff;
  border-radius: 8px 8px;
  box-shadow: 0px 8px 24px 0px rgba(141, 141, 141, 0.24);
}
.contacts_filter_box .contacts_filter .contacts_filter_title {
  padding: 15px 24px;
  border: 1px solid #e4e7ed;
  font-weight: 400;
  font-size: 18px;
  color: #23262b;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contacts_filter_box .contacts_filter .contacts_filter_title img {
  width: 16px;
  cursor: pointer;
}
.contacts_filter_box .contacts_filter .contacts_filter_cont {
  padding: 24px;
  margin-top: -20px;
}
.contacts_filter_box .contacts_filter .contacts_filter_cont .contacts_filter_item {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.contacts_filter_box .contacts_filter .contacts_filter_cont .contacts_filter_item .contacts_filter_item_title {
  width: 80px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.contacts_filter_box .contacts_filter .contacts_filter_cont .contacts_filter_item .contacts_filter_item_cont {
  width: 266px;
  height: 34px;
}
.contacts_filter_box .contacts_filter .contacts_filter_cont .contacts_filter_item .contacts_filter_item_cont input {
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #d1d1d3;
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding-left: 12px;
  font-size: 14px;
  color: #333;
}
.contacts_filter_box .contacts_filter .contacts_filter_cont .contacts_filter_item .contacts_filter_item_cont input::placeholder {
  color: #999999;
}
.contacts_filter_box .contacts_filter .contacts_filter_btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 24px 24px 0;
}
.contacts_filter_box .contacts_filter .contacts_filter_btns .contacts_filter_btn {
  cursor: pointer;
  width: 68px;
  height: 32px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #e4e7ed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #606266;
}
.contacts_filter_box .contacts_filter .contacts_filter_btns .contacts_filter_btn.confirm {
  background: #1f5eff;
  color: #ffffff;
  border: none;
  margin-right: 16px;
}
.staff_page {
  text-align: right;
}
.similar_companies_page {
  margin-top: 12px;
  text-align: right;
}
.layui-layer-tips .layui-layer-content {
  color: #666 !important;
}
.mar12 {
  margin-left: 12px;
}
#website a {
  color: #0535bc;
}
/* 悬浮大图容器 - 智能定位 */
.smart-magnifier {
  position: fixed;
  width: 500px;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.smart-magnifier.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  pointer-events: auto;
}
.smart-magnifier img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#phone,
#Email,
#Fax,
#socialMediaIcon img,
#staffSocialContact img,
#companyTabList .company_tab {
  cursor: pointer;
}
.word_list .word_item {
  margin-top: 24px;
}
.word_list .word_item:last-child .word_item_head::before {
  display: none;
}
.word_list .word_item .word_item_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.word_list .word_item .word_item_head .word_item_title_box {
  display: flex;
  align-items: center;
}
.word_list .word_item .word_item_head .word_item_logo {
  flex-shrink: 0;
  width: 28px;
}
.word_list .word_item .word_item_head .word_item_logo img {
  width: 100%;
}
.word_list .word_item .word_item_head .word_item_title {
  margin-left: 14px;
  font-weight: bold;
  font-size: 13px;
  color: #333333;
}
.word_list .word_item .word_item_head .word_item_position {
  flex-shrink: 0;
  font-weight: 400;
  font-size: 13px;
  color: #333333;
}
.word_list .word_item .word_item_head .word_item_timer {
  margin-left: 10px;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 12px;
  color: #b3b3b3;
}
.word_list .word_item .word_item_head .word_item_timer .tenureAtCompany {
  margin-left: 10px;
}
.word_list .word_item .word_item_cont {
  padding-left: 42px;
  margin-top: 8px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
