.searchPage .searchTitle.checked:after {
  left: 50%;
  margin-left: -16px;
}
.commonSearchBtn {
  background: #ffdb00;
  color: #212629;
  text-align: center;
  border-radius: 0 6px 6px 0;
}
.commonSearchBtn:hover {
  background: #ffd100;
}
.searchTypeBox {
  margin-bottom: 23px;
}
.searchPage .cooperation-item-box {
  padding: 14px 10px 0;
}
.searchPage .cooperation-item-box a {
  display: inline-block;
}
.searchPage .cooperation-item-box:hover .cooperation-item-title {
  color: #0289ff;
}
.searchPage .cooperation-item-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-block;
}
.searchPage .cooperation-item-box .right {
  float: right;
  height: fit-content;
}
.searchPage .cooperation-item-title {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #212629;
  line-height: 20px;
}
.searchPage .cooperation-item-attach {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #aaaeb3;
  line-height: 20px;
}
.searchPage .certification-icon {
  width: 16px;
  height: 12px;
  display: inline-block;
}
.searchPage .cooperation-item-owner {
  width: 130px;
}
.searchPage .row2 .cooperation-item-position {
  margin-right: 5px;
  max-width: 380px;
}
.searchPage .cooperation-item-review,
.searchPage .cooperation-item-update {
  float: right;
}
.searchPage .row1 span {
  color: #d69b0d;
  padding: 5px 9px;
  background: #fff9e9;
  border-radius: 11px;
  margin: 5px 16px 5px 0;
  display: inline-block;
}
.searchesPage .es-contact,
.searchesPage .es-set-text {
  padding-left: 13px;
  font-family: PingFang SC;
  position: relative;
}
.searchPage .row2-left {
  float: left;
  width: 400px;
}
.searchPage .row2-right {
  float: right;
  margin-bottom: 15px;
}
.searchPage .row2 span {
  height: 13px;
  line-height: 15px;
  display: inline-block;
  margin-right: 34px;
}
.searchPage .row2 .cooperation-item-update {
  margin-right: 0;
}
.searchesPage .es-set {
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f2f3f4;
}
.searchesPage .es-set-text {
  font-size: 18px;
  font-weight: 400;
  color: #212629;
}
.searchesPage .es-set-text::before {
  top: 3px;
}
.searchesPage .es-content {
  width: 336px;
  height: 164px;
  background: #fff;
  border: 1px solid #e8eaee;
  border-radius: 6px;
  padding: 25px 0 0 13px;
}
.searchesPage .es-logo {
  width: 76px;
  height: 76px;
  border-radius: 8px;
  margin-right: 14px;
  margin-bottom: 16px;
}
.searchesPage .es-title {
  width: 220px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #212629;
}
.searchesPage .es-desc {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #aaaeb3;
  line-height: 18px;
  width: 192px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.searchesPage .es-more {
  width: 300px;
}
.searchesPage .es-price {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #e96262;
}
.searchesPage .es-price .unit {
  font-size: 26px;
}
.searchesPage .es-contact {
  width: 112px;
  height: 23px;
  line-height: 23px;
  background: #fff;
  border: 1px solid #e8eaee;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #818386;
  margin-top: 10px;
  cursor: pointer;
}
.searchesPage .es-contact .show-more-icon {
  margin-left: 25px;
}
.searchesPage .es-contact:hover .es-dropdown-detail,
.searchesPage .es-dropdown-detail:hover {
  display: block;
  opacity: 1;
  visibility: visible;
}
.searchesPage .es-dropdown-detail {
  display: none;
  opacity: 0;
  visibility: hidden;
  width: 112px;
  border: 1px solid #e8eaee;
  border-top: none;
  position: absolute;
  left: -1px;
  top: 19px;
  padding: 10px 0;
  border-radius: 0 0 6px 6px;
  background: #fff;
}
.searchesPage .es-dropdown-item {
  padding: 3px 0 3px 13px;
  font-size: 12px;
  height: 38px;
  line-height: 16px;
  color: #aaaeb3;
}
.searchesPage .es-dropdown-item .value {
  color: #212629;
}
.searchesPage .es-dropdown-item:hover {
  background: #f5f6f9;
}

.article_result {
  width: 764px;
  /* height: 128px; */
  box-sizing: border-box;
  padding: 24px 16px;
  position: relative;
  border-radius: 8px;
  border: 1px solid #e9ebef;

  margin-bottom: 16px;
}
.article_result_info {
  display: flex;
}
.article_result_title {
  display: flex;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #212629;
  margin-bottom: 10px;
}
.article_result_company {
  max-width: 290px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article_result_abbr {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #818386;
  margin-bottom: 10px;
}
.article_result_tag {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #875427;
  background: #f4dbab;
  border-radius: 0px 8px 0px 8px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px 10px;
  cursor: pointer;
}
.article_result_tag1 {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #df762d;
  background: rgba(254, 237, 218, 0.46);
  border-radius: 0px 8px 0px 8px;
  position: absolute;
  right: 0;
  padding: 4px 10px;
  cursor: pointer;
}

.article_result .score {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.article_result .scoreIcon {
  width: 16px;
  height: 16px;
  background: url('/img/resource/icon-star-2.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 2px;
  display: inline-block;
}
.article_result .scoreStar {
  width: 16px;
  height: 16px;
  background: url('/img/resource/icon-star-1.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 2px;
  display: inline-block;
}

.article_result .scoreNum {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #f17132;
  display: inline-block;
}
.article_result .article_result_img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  margin-right: 16px;
}
.article_result_cate {
  display: flex;
}

.companyLocalItem {
  padding: 0px 8px;
  background-color: rgba(233, 235, 239, 0.39);
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.companyLocalItem img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.article_result_center {
  width: 420px;
}
.companyLocalItem div {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 70px;
}
.companyLocalItem:first-child {
  margin-right: 8px;
}
.article_result_right {
  display: flex;
  align-items: center;
}
.article_result_right_item {
  margin: 0 32px;
  width: 56px;
  position: relative;
}
.article_result_right_item:first-child::before {
  content: '';
  width: 1px;
  height: 40px;
  background: rgba(0, 0, 0, 0.08);
  display: inline-block;
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
}
.article_result_right_item:last-child {
  margin-right: 16px;
}
.result_right_num {
  font-size: 26px;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #212629;
  margin-bottom: 8px;
  text-align: center;
}
.result_right_text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
