.page-tab-box {
  height: 64px;
  display: flex;
  align-items: center;
}

.page-top-tab {
  width: 128px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.page-top-tab.active {
  color: #2c85ff;
  background: linear-gradient(0deg, #c0d9fb, #f1f5fb);
  border-radius: 0px 0px 6px 6px;
}

.page-list-left {
  width: 940px;
}

.self-market-box {
  background-color: #fff;
}

.page-list-right {
  width: 250px;
  background-color: #fff;
}

.page-item-first {
  width: 178px;
}

.page-item-second {
  width: 200px;
}

.page-item-third {
  width: 180px;
}

.page-item-fourth {
  width: 185px;
}

.item-company-name {
  max-width: 190px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.other-operate {
  display: flex;
}

.shop-detail {
  font-size: 12px;
  color: #2c85ff;
}

/* .page-item-operate {
  margin-top: 0;
  width: 95px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  color: #2c85ff;
  border: 1px solid #2c85ff;
  background-color: #fff;
  border-radius: 4px;
}
.page-item-operate:hover {
  background: #2c85ff;
  color: #fff;
} */

.page-item-bottom .page-item-column {
  display: flex;
}

.page-item-middle>.page-item-column,
.page-item-footer>.page-item-column {
  height: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.page-right-title {
  padding-left: 22px;
  font-size: 16px;
  position: relative;
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #f5f5f5;
}
.recommend-img-label{
position: absolute;
  width: 52px;
  height: 52px;
  top: 0;
  right: 0;
}
.page-right-title::before {
  content: '';
  position: absolute;
  left: 10px;
  width: 3px;
  height: 16px;
  background: #2c85ff;
  top: 19px;
}

.recommend-item {
  padding: 20px 15px;
  min-height: 270px;
  border-bottom: 1px solid #f5f5f5;
}

.recommend-item:hover {
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
}

.recommend-item-box {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 22px;
}

.recommend-company-img {
  width: 200px;
  height: 140px;
  /* border: 1px solid #f0f0f0; */
  object-fit: contain;
}

.recommend-company-name {
  margin-top: 16px;
}

.recommend-desc {
  text-align: left;
  font-size: 12px;
  margin-top: 10px;
  color: #666;
}

.recommend-fans-box {
  margin-top: 8px;
}

.attention-btn {
  font-size: 12px;
  width: 60px;
  height: 20px;
  background: #fe5737;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  margin-left: 20px;

}

.attention-btn.active {
  padding-left: 20px;
  position: relative;
}

.attention-btn.active::before {
  font-family: "iconfont";
  position: absolute;
  content: "\e849";
  font-size: 14px;
  color: #fff;
  top: 0;
  left: 10px;
}

.page-item-label {
  /* width: 75px; */
  width: 50px;
  height: 16px;
  line-height: 14px;
  background: #2c85ff;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-left: 12px;
  padding: 0 4px;
  border: 1px solid #2c85ff;
  border-radius: 2px;
}

.market-tabs {
  display: flex;
  position: absolute;
  bottom: -4px;
  right: 160px;
}

.market-tab {
  width: 80px;
  height: 36px;
  font-size: 12px;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
}

.market-tab.active {
  background-color: #fff;
  color: #2c85ff;
}

.page-item-bottom {
  justify-content: space-between;
  margin-top: 12px;
}

.page-item-left {
  max-width: calc(100% - 350px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-item-left>div {
  font-size: 12px;
  color: #666;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 27px;
}

.page-item-right {
  width: 350px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.company-info-box {
  width:211px;
  height: 52px;
  padding-left: 20px;
  border-left: 1px solid #f5f5f5;
}

.page-other-operate {
  display: flex;
  align-items: center;
  margin-top: 12px;
  height: 20px;
}

.look-detail {
  font-size: 12px;
  color: #2c85ff;
  margin-right: 22px;
}

.look-detail:hover {
  color: #2c85ff;
}

.bi-telephone,.icon-iconfontphone {
  display: block;
  color: #2c85ff;
  cursor: pointer;
  margin-right: 14px;
  font-size: 16px;
}
.icon-star,.icon-star-fill{
  font-size: 20px;
  cursor: pointer;
  color: #fda53d;
}

.bi-star,
.bi-star-fill {
  display: block;
  width: 18px;
  height: 20px;
  color: #fda53d;
  cursor: pointer;
}

.page-item-operate {
  margin-top: 4px;
}

.market-con {
  display: flex;
  justify-content: space-between;
}

.market-order {}

.page-item-left>.page-item-delivery {
  width: 380px;
}

/* 商家 */

.page-shop-item {
  height: 270px;
  padding: 32px 0;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
}

.page-shop-item:last-child {
  border: none;
}

.page-shop-item:hover {
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
}

.page-shop-left {
  width: 205px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #f5f5f5;
  padding-right: 20px;
}

.company-shop-logo {
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid #f0f0f0;
}

.company-shop-name {
  max-width: 164px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 23px;
}

.shop-operate-group {
  margin-top: 16px;
  display: flex;
  align-items: center;
}

.shop-attention {
  width: 60px;
  height: 20px;
  line-height: 19px;
  background: #fe5737;
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
}

.go-to-shop {
  width: 80px;
  height: 20px;
  border: 1px solid #2c85ff;
  border-radius: 10px;
  font-size: 12px;
  color: #2c85ff;
  margin-left: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-business {
  width: 166px;
  font-size: 12px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 15px;
}

.page-shop-right {
  width: calc(100% - 205px);
  height: 100%;
  padding-left: 58px;
}

.page-shop-bottom {
  margin-top: 12px;
  display: flex;
  align-items: flex-start;
}

.page-shop-small-left {
  width: 518px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-shop-small-left>div {
  font-size: 12px;
  color: #666;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 29px;
}

.page-shop-small-left>.shop-item-delivery {
  width: 330px;
}

.page-shop-product:last-child {
  margin-top: 22px;
}


.page-search-list {
  background-color: #fff;
  display: none;
}

.ui-menu-item{
  line-height: 32px !important;
}


.search-input-box{
  position: relative;
}
#hotSearchList{
  position: absolute;
  height: 24px;
  width: 100%;
  top: 42px;
  left: 0;
  display: flex;
  align-items: center;

}
.hot-item{
  cursor: pointer;
  margin-right: 10px;
  color: #999;
  font-size: 12px;
}
.hot-item:hover{
  color: #2c85ff;

}