.content_box {
  width: 100%;
  margin: 0 auto;
}
.theme_color {
  color: #FF6800 !important;
}
.pointer {
  cursor: pointer;
}
.row_flex {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.column_flex {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ant-popover-inner-content {
  padding: 0 !important;
}
.one_level_title {
  width: 100%;
  height: 48px;
  background: #ffffff;
  margin: 10px 0;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  color: #FF6800;
  font-weight: bold;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.one_level_title::before {
  content: "";
  width: 4px;
  height: 22px;
  background: #FF6800;
  border-radius: 0 3px 3px 0;
  position: absolute;
  left: 8px;
  top: 13px;
}
.one_level_title .more {
  font-size: 10px;
  color: #FF6800;
  font-weight: normal;
  cursor: pointer;
}
.one_level_title.border {
  border-bottom: 1px solid #F0F0F0;
}
.two_level_title {
  width: 100%;
  height: 38px;
  background: #ffffff;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}
.two_level_title .more {
  transform: scale(0.83);
  color: #FF6800;
  font-weight: normal;
  cursor: pointer;
}
.two_level_title.border {
  border-bottom: 1px solid #F0F0F0;
}
.filter__row {
  display: flex;
}
.filter__row .filter__label {
  width: 80px;
  line-height: 30px;
  color: #999999;
  font-size: 12px;
}
.filter__row .filter__con {
  flex: 1;
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
}
.filter__row .filter__con > li {
  float: left;
  margin-right: 30px;
  font-size: 12px;
  color: #333333;
  line-height: 30px;
  cursor: pointer;
}
.filter__row .filter__con > li.active {
  color: #FF6800;
}
.map_mark_icon {
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.map_mark_icon .mark_icon {
  display: inline-block;
  width: 38px;
  height: 51px;
  position: relative;
  font-size: 0;
}
.map_mark_icon .mark_icon .circle {
  border-radius: 50%;
}
.map_mark_icon .mark_icon .circle:nth-child(1) {
  width: 38px;
  height: 38px;
  background: #ff6800;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.map_mark_icon .mark_icon .circle:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #FFDD02;
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 2;
}
.map_mark_icon .mark_icon .circle:nth-child(3) {
  width: 26px;
  height: 26px;
  background: #39A2FF;
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 3;
}
.map_mark_icon .mark_icon .circle:nth-child(4) {
  width: 20px;
  height: 20px;
  background: #7938FF;
  position: absolute;
  left: 9px;
  top: 9px;
  z-index: 4;
}
.map_mark_icon .mark_icon .circle:nth-child(5) {
  width: 15px;
  height: 15px;
  background: #7938FF;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 5;
}
.map_mark_icon .mark_icon .triangle {
  width: 0;
  height: 0;
  border-top: 17px solid #ff6800;
  border-left: 13px transparent solid;
  border-right: 13px transparent solid;
  border-bottom: 17px transparent solid;
  position: absolute;
  left: 6px;
  bottom: -15px;
}
.map_mark_icon .mark_icon > .num {
  position: absolute;
  left: 50%;
  top: 5px;
  color: #ffffff;
  z-index: 10;
  font-size: 18px;
  margin-left: -4px;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #000000;
}
.map_mark_icon > .name {
  font-size: 12px;
  color: #751313;
  font-weight: bold;
  margin-bottom: 0;
  white-space: nowrap;
}
.wangEditor {
  font-size: 16px;
  color: #333333;
  word-wrap: break-word;
  /* table 样式 */
  /* blockquote 样式 */
  /* code 样式 */
  /* ul ol 样式 */
}
.wangEditor table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.wangEditor table td,
.wangEditor table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px 5px;
  height: 30px;
}
.wangEditor table th {
  border-bottom: 2px solid #ccc;
  text-align: center;
  background-color: #f1f1f1;
}
.wangEditor blockquote {
  display: block;
  border-left: 8px solid #d0e5f2;
  padding: 5px 10px;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 100%;
  background-color: #f1f1f1;
}
.wangEditor code {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0 3px;
}
.wangEditor pre code {
  display: block;
}
.wangEditor ul,
.wangEditor ol {
  margin: 10px 0 10px 20px;
}
.wangEditor img {
  max-width: 100%;
}
.default_page {
  height: 100%;
  min-height: 500px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.default_page img {
  width: 124px;
  margin-bottom: 25px;
}
.default_page p {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  text-align: center;
  margin: 0;
  font-weight: bold;
}
.breadcrumb_box .ant-breadcrumb-link {
  cursor: pointer;
}
.select-company-popover .ant-popover-arrow {
  display: none;
}
.select-company-popover .company {
  min-width: 100px;
  max-height: 200px;
  overflow: auto;
}
.select-company-popover .company .company-box {
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
}
.select-company-popover .company .company-box:hover {
  background-color: #fff4e6;
}
.select-company-popover .blank-is-replaced {
  height: 32px;
}
.select-company-popover .log-out {
  width: 100%;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 5px;
}
.select-company-popover .log-out:hover {
  background-color: #fff4e6;
}
.search_index {
  padding: 40px 0 20px;
}
.search_index .search__content {
  margin-bottom: 40px;
}
.search_index .search__content .ant-input-group {
  width: 600px;
  margin: auto;
}
.search_index .search__content .ant-input-search input {
  border: 2px solid #FF6800;
  border-radius: 5px 0 0 5px;
  font-size: 12px;
}
.search_index .search__content .ant-input-group-addon button {
  width: 100px;
  font-size: 14px;
  border-radius: 0 5px 5px 0;
}
.search_index .type__list {
  height: 48px;
  border-bottom: 2px solid #FF6800;
  overflow: hidden;
  margin: 0;
}
.search_index .type__list li {
  width: 120px;
  height: 100%;
  float: left;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.search_index .type__list li.type__list--active {
  color: #FF6800;
  background: #ffffff;
}
.search_index .company__list {
  margin: 0;
  background: #ffffff;
  padding-top: 20px;
}
.search_index .company__list li {
  padding: 0 0 20px 20px;
  box-sizing: border-box;
  display: flex;
}
.search_index .company__list li:last-child {
  margin: 0;
}
.search_index .company__list li img {
  width: 180px;
  height: 124px;
  margin-right: 20px;
}
.search_index .company__list li .company_info {
  flex: 1;
  width: 0;
  height: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #F0F0F0;
  box-sizing: content-box;
  display: flex;
  align-items: flex-end;
}
.search_index .company__list li .company_info > .company_info__box {
  flex: 1;
  width: 0;
  margin-right: 40px;
}
.search_index .company__list li .company_info > .company_info__box .company_info__title {
  display: flex;
  height: 25px;
  align-items: center;
  margin-bottom: 10px;
}
.search_index .company__list li .company_info > .company_info__box .company_info__title .logo {
  min-width: 32px;
  font-size: 12px;
  color: #ffffff;
  background: #aaaaaa;
  padding: 1px 4px;
  border-radius: 3px;
  margin-right: 10px;
}
.search_index .company__list li .company_info > .company_info__box .company_info__title .title {
  flex: 1;
  width: 0;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.search_index .company__list li .company_info > .company_info__box .company_info__tips {
  height: 34px;
  font-size: 12px;
  color: #999999;
  line-height: 17px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.search_index .company__list li .company_info > .company_info__box .company_info__time {
  display: flex;
  align-items: center;
}
.search_index .company__list li .company_info > .company_info__box .company_info__time span {
  font-size: 12px;
  color: #FF6800;
  line-height: 17px;
}
.search_index .company__list li .company_info > .company_info__box .company_info__time span.margin {
  margin-right: 25px;
}
.search_index .company__list li .company_info > .company_info__box .company_info__time img {
  width: auto;
  height: 16px;
  margin-right: 5px;
}
.search_index .company__list li .company_info > .company_info__box .company_info__button {
  height: 40px;
}
.search_index .company__list li .company_info > .company_info__box .company_info__button .small {
  display: inline-block;
  height: 26px;
  padding: 0 8px;
  margin-right: 15px;
  border: 1px solid #FF6800;
  font-size: 12px;
  color: #FF6800;
  border-radius: 3px;
  line-height: 24px;
  cursor: pointer;
  margin-top: 14px;
}
.search_index .company__list li .company_info .big {
  float: right;
  height: 40px;
  width: 132px;
  border-radius: 5px;
  background: #FF6800;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
}
.search_index .company__list li .company_info .big:hover {
  background: #DF5B00;
}
.search_index .consult_company__list {
  margin: 0;
}
.search_index .consult_company__list > li {
  background: #ffffff;
  margin-bottom: 10px;
}
.search_index .consult_company__list > li .company__info {
  display: flex;
  padding: 20px 20px 12px;
}
.search_index .consult_company__list > li .company__info img {
  width: 180px;
  height: 124px;
  margin-right: 20px;
}
.search_index .consult_company__list > li .company__info > .company__info__con {
  flex: 1;
  width: 0;
  height: 124px;
  overflow: hidden;
}
.search_index .consult_company__list > li .company__info > .company__info__con .company_info__title {
  height: 25px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 10px;
}
.search_index .consult_company__list > li .company__info > .company__info__con .company_info__tips {
  height: 34px;
  font-size: 12px;
  color: #999999;
  line-height: 17px;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.search_index .consult_company__list > li .company__info > .company__info__con .company_info__button {
  height: 40px;
}
.search_index .consult_company__list > li .company__info > .company__info__con .company_info__button .small {
  display: inline-block;
  height: 26px;
  padding: 0 8px;
  margin-right: 15px;
  border: 1px solid #FF6800;
  font-size: 12px;
  color: #FF6800;
  border-radius: 3px;
  line-height: 24px;
  cursor: pointer;
  margin-top: 14px;
}
.search_index .consult_company__list > li .company__info > .button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.search_index .consult_company__list > li .company__info > .button > div {
  width: 132px;
  height: 40px;
  border-radius: 5px;
  background: #FF6800;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
}
.search_index .consult_company__list > li .people__list {
  padding: 0 10px 20px;
  height: auto;
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.search_index .consult_company__list > li .people__list > li {
  width: 33.33%;
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_index .consult_company__list > li .people__list > li > .box {
  height: auto;
  width: 378px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
  padding: 20px 20px 15px;
  box-sizing: border-box;
}
.search_index .consult_company__list > li .people__list .people__info {
  display: flex;
  height: 48px;
}
.search_index .consult_company__list > li .people__list .people__info img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 20px;
}
.search_index .consult_company__list > li .people__list .people__info .people__info__base {
  flex: 1;
  width: 0;
  margin-right: 5px;
}
.search_index .consult_company__list > li .people__list .people__info .people__info__base p {
  width: 100%;
  margin-bottom: 5px;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.search_index .consult_company__list > li .people__list .people__info .people__info__base .name {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-right: 8px;
}
.search_index .consult_company__list > li .people__list .people__info .people__info__base .position {
  font-size: 12px;
  color: #FF6800;
  font-weight: bold;
}
.search_index .consult_company__list > li .people__list .people__info .people__info__base .company_name {
  font-size: 12px;
  color: #666666;
}
.search_index .consult_company__list > li .people__list .people__power {
  width: 100%;
  height: 32px;
  margin: 15px 0;
  background: #F7F7F7;
  font-size: 12px;
  color: #333333;
  padding: 7px 15px;
  line-height: 17px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.search_index .consult_company__list > li .people__list .people__score {
  display: flex;
  justify-content: center;
  font-size: 10px;
  color: #333333;
}
.search_index .consult_company__list > li .people__list .people__score > div:first-child {
  margin-right: 40px;
}
.search_index .consult_company__list > li .people__list .people__score img {
  margin-right: 5px;
}
.search_index .consult_company__list > li .more {
  font-size: 10px;
  color: #FF6800;
  padding: 0 20px 20px;
  box-sizing: border-box;
  text-align: right;
}
.search_index .consultation__list {
  margin: 0;
  padding: 20px;
  background: #ffffff;
}
.search_index .consultation__list > li {
  background: #f8f8f8;
  border: 1px solid #eeeeee;
  padding: 15px 15px 0;
  margin-top: 20px;
}
.search_index .consultation__list > li:hover {
  background: rgba(255, 104, 0, 0.1);
  border: 1px solid #ff6800;
}
.search_index .consultation__list > li:hover .con {
  color: #FF6800 !important;
}
.search_index .consultation__list > li:hover .by {
  border-top: 1px solid rgba(255, 104, 0, 0.2);
  color: #FF6800;
}
.search_index .consultation__list > li:hover .by .look_answer {
  opacity: 1;
}
.search_index .consultation__list > li > p {
  display: flex;
  align-items: center;
}
.search_index .consultation__list > li > p .logo {
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  background: #886152;
  border-radius: 3px;
  margin-right: 20px;
  font-size: 10px;
  color: #ffffff;
}
.search_index .consultation__list > li > p .con {
  flex: 1;
  width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.search_index .consultation__list > li > p.question .logo {
  background: #FF6800;
}
.search_index .consultation__list > li > p.question .con {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.search_index .consultation__list > li > p.answer .con {
  font-size: 12px;
  color: #999999;
  line-height: 17px;
}
.search_index .consultation__list > li .by {
  border-top: 1px solid #E8E8E8;
  font-size: 12px;
  color: #666666;
  text-align: right;
  padding: 7px 0;
  position: relative;
}
.search_index .consultation__list > li .by > span {
  margin-right: 10px;
  line-height: 24px;
}
.search_index .consultation__list > li .by .look_answer {
  width: 82px;
  position: absolute;
  left: 50%;
  right: 0;
  top: 7px;
  margin-left: -41px;
  opacity: 0;
}
.search_index .forum__list {
  padding: 20px;
  box-sizing: border-box;
  background: #ffffff;
  margin: 0;
}
.search_index .forum__list > li {
  padding: 16px 16px 0;
  box-sizing: border-box;
  background: #f8f8f8;
  border: 1px solid #eeeeee;
  margin-top: 20px;
}
.search_index .forum__list > li h1 {
  color: #333333;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 8px;
}
.search_index .forum__list > li p {
  font-size: 12px;
  color: #999999;
  line-height: 18px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.search_index .forum__list > li .other_info {
  border-top: 1px solid #E8E8E8;
  height: 40px;
  overflow: hidden;
}
.search_index .forum__list > li .other_info > div {
  height: 100%;
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 12px;
}
.search_index .forum__list > li .other_info > div img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 16px;
}
.search_index .forum__list > li .other_info > div .name {
  margin-right: 16px;
}
.search_index .forum__list > li .other_info > div.other_info__left {
  text-align: left;
  float: left;
}
.search_index .forum__list > li .other_info > div.other_info__right {
  text-align: right;
  float: right;
}
.search_index .forum__list > li .other_info > div.other_info__right > div {
  margin-right: 16px;
}
.search_index .forum__list > li .other_info > div.other_info__right > div > i {
  margin-right: 8px;
}
.search_index .course__list {
  padding: 20px 25px;
  box-sizing: border-box;
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.search_index .course__list > li {
  float: left;
  width: 210px;
  margin-right: 25px;
}
.search_index .course__list > li:nth-child(5n) {
  margin-right: 0;
}
.search_index .course__list > li img {
  width: 100%;
  height: 118px;
  margin-bottom: 12px;
}
.search_index .course__list > li h1 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 7px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.search_index .course__list > li p {
  height: 34px;
  font-size: 12px;
  line-height: 17px;
  color: #999999;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.search_index .user__list {
  background: #ffffff;
  padding: 10px;
  overflow: hidden;
  margin: 0;
}
.search_index .user__list > li {
  width: 590px;
  height: 206px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_index .user__list > li > .box {
  width: 570px;
  height: 190px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
  padding: 20px;
  box-sizing: border-box;
}
.search_index .user__list > li > .box .user__base {
  padding-bottom: 16px;
  border-bottom: 1px solid #E8E8E8;
  display: flex;
}
.search_index .user__list > li > .box .user__base img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 40px;
}
.search_index .user__list > li > .box .user__base .base_info {
  flex: 1;
  width: 0;
}
.search_index .user__list > li > .box .user__base .base_info > p:first-child {
  display: flex;
  align-items: center;
}
.search_index .user__list > li > .box .user__base .base_info .name {
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  font-weight: bold;
  margin-right: 16px;
  cursor: pointer;
}
.search_index .user__list > li > .box .user__base .base_info .company {
  padding: 4px 14px;
  border: 1px solid #FF6800;
  border-radius: 25px;
  font-size: 12px;
  line-height: 17px;
  color: #FF6800;
}
.search_index .user__list > li > .box .user__base .base_info .question_num {
  font-size: 12px;
  color: #666666;
}
.search_index .user__list > li > .box .user__base .base_info .question_num:first-child {
  margin-right: 16px;
}
.search_index .user__list > li > .box .user__base .auth {
  height: 16px;
  display: flex;
  align-items: center;
}
.search_index .user__list > li > .box .user__base .auth img {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.search_index .user__list > li > .box .user__base .auth span {
  font-size: 12px;
  color: #666666;
}
.search_index .user__list > li > .box .question__list {
  padding-top: 16px;
  margin: 0;
  overflow: hidden;
}
.search_index .user__list > li > .box .question__list li {
  float: left;
  width: 50%;
}
.search_index .user__list > li > .box .question__list li p {
  margin: 0;
  display: flex;
  align-items: center;
}
.search_index .user__list > li > .box .question__list li p .logo {
  width: 15px;
  height: 15px;
  background: #886152;
  border-radius: 3px;
  font-size: 12px;
  color: #ffffff;
  line-height: 15px;
  text-align: center;
  margin-right: 16px;
}
.search_index .user__list > li > .box .question__list li p .con {
  flex: 1;
  width: 0;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.search_index .user__list > li > .box .question__list li p:first-child .logo {
  background: #FF6800;
}
.search_index .user__list > li > .box .question__list li p:first-child .con {
  color: #333333;
  font-weight: bold;
}
.search_index .page_box {
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
.search_index .page_box > span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  margin-right: 10px;
}

