.container {
  padding: 0;
}
.ycm-hot-enterprises .ycm-title {
  padding-top: 50px;
  font-size: 30px;
  color: #333;
  line-height: 40px;
  font-weight: 700;
}
.hot-enterprises-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 12px;
}
.hot-enterprises-list .enterprises-list-item {
  width: 20%;
  box-sizing: border-box;
  border: 1px solid transparent;
  padding: 20px;
  overflow: hidden;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.hot-enterprises-list .enterprises-list-item:hover {
  border: 1px solid rgba(175, 175, 175, 0.5);
  box-shadow: 0 6px 6px 0 rgba(175, 175, 175, 0.5);
}
.top-bg {
  position: relative;
  background-image: url("/assets/images/home_head_bg.png");
  background-position: center;
  background-size: cover;
  background-color: #1373e2;
}
.company-img {
  max-width: 180px;
  max-height: 200px;
  margin-top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.s-company {
  display: block;
}
.s-boss {
  display: none;
}
.tab-main {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.tab-main .tab {
  width: 64px;
  padding: 3px 6px;
  margin: 0 16px 14px;
  border-radius: 2px;
  font-size: 16px;
  background-color: transparent;
  cursor: pointer;
}
.tab-main .tab:hover {
  color: #0084ff;
  background-color: #fff;
}
.tab-main .active.tab {
  color: #0084ff;
  background-color: #fff;
}
.tab-main .tab .top {
  position: relative;
}
.tab-main .active.tab .top::after {
  position: absolute;
  left: 35%;
  top: 100%;
  content: "";
  width: 0;
  height: 0;
  margin-top: 2px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

/* 分类查询 */
.search-tab {
  background-color: white;
}
.search-tab .left {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  height: 406px;
  overflow: hidden;
  padding: 16px 0 34px 0;
  border-right: 1px solid #f3f3f3;
}
.search-tab .left .list-item {
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  padding-left: 32px;
  color: #333;
  cursor: pointer;
  -webkit-transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.search-tab .left .list-item.-active {
  font-weight: 700;
  color: #fff;
  background: #4ca9ff;
}
.search-tab .left .list-item.-active:hover {
  background: #4ca9ff;
}
.search-tab .left .list-item:hover {
  background: rgba(0, 132, 255, 0.08);
}

/* -------------区域分类-------------------------- */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c8c8c8;
}

.h-title {
  padding: 2rem 0;
}
.query-by-area,
.query-by-industry {
  padding: 2rem 2rem 2rem 1rem;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.25);
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 410px;
}
.fennei-oneline {
  padding: 1rem 0.5rem;
}
.fennei-oneline a {
  color: #141d26;
  font-weight: 600;
  font-size: 15px;
  padding-right: 1.6rem;
}

.lk-area-list-item {
  padding: 1rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.lk-area-list-item .item-a {
  color: #141d26;
  font-weight: 600;
  font-size: 15px;
  flex: 2;
}
.lk-area-list-item .item-city {
  padding-left: 20px;
  flex: 12;
}
.lk-area-list-item .item-city .city {
  font-size: 14px;
  padding: 0 1.4rem 0 0;
  cursor: pointer;
}

.fennei-oneline a:hover,
.lk-area-list-item .item-a:hover,
.lk-area-list-item .item-city .city:hover {
  color: #0084ff;
}

.no-area-data,
.no-industry-data {
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-area-data-title,
.no-industry-data-title {
  color: #333;
  font-size: 20px;
}
/* --------------------------------------- */
