html {
  -webkit-user-select: none;
}
img {
  -webkit-touch-callout: none;
  display: block;
}
html,
body {
  background-color: #f7f7f7;
}

.hide {
  display: none !important;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page {}
.header-section {
  background-color: #fff;
  padding: 0.32rem 0.4rem 0;
}
.company-info {
  display: flex;
  margin-bottom: .28rem;
}
.company-logo {
  position: relative;
  flex-shrink: 0;
  width: 1.9rem;
  height: 1.9rem;
  margin-right: 0.4rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.company-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-ico-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 .2rem;
    width: 1.9rem;
    height: 1.9rem;
    line-height: 1.9rem;
    font-family: PingFangSC-Semibold;
    font-size: .24rem;
    color: #FFFFFF;
    /*line-height: 20px;*/
    font-weight: bolder;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.company-content {
  min-width: 0;
}
.company-content h3 {
  font-size: 0.36rem;
  color: #111111;
  font-weight: 600;
  flex: 1;
}
.evaluation__wrapper {
  display: flex;
  align-items: center;
  margin: 0.1rem 0;
}
.evaluation__wrapper--item {
  flex-shrink: 0;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.04rem;
  background-image: url("https://pic.t8tcdn.com/osf/project/owner/common/20220525/ef90b8c0aa73a1e7033c71745a408f0d.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.evaluation__wrapper--item.half {
  background-image: url("https://pic.t8tcdn.com/osf/project/owner/common/20220525/e3d28489133723fdbde439ad37da0b24.png");
}
.evaluation__wrapper--item.empty {
  background-image: url("https://pic.t8tcdn.com/osf/project/owner/common/20220525/37e6a4fb75cbf7136092987c7b7680c4.png");
}
.company-content p {
  font-size: 0.28rem;
  color: #7e807e;
  font-weight: 400;
}
.company-aptitude {
  padding: 0.28rem 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;

  font-size: 0.28rem;
  color: #7e807e;
  font-weight: 400;
}
.company-location {
  padding: 0.28rem 0;
  font-size: 0.28rem;
  color: #7e807e;
  font-weight: 400;
}
.company-address {
  font-size: 0.28rem;
  line-height: 1.6;
  font-weight: 400;
}
.company-address.has-content {
  color: #111;
}
.company-distance {
  font-size: 0.24rem;
  color: #777777;
  font-weight: 400;
}
.owner-evaluate {
  margin-top: 0.16rem;
  background-color: #fff;
  padding: 0.28rem 0.4rem;
}
.owner-evaluate h3 {
  font-size: 0.36rem;
  color: #111111;
  font-weight: 600;
}
.owner-evaluate span {
  font-size: .28rem;
  color: #111111;
  font-weight: 400;
  margin-left: .1rem;
}
.evaluate-content {
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;

  font-size: 0.28rem;
  color: #7e807e;
  font-weight: 400;
}
.recommend-company {
  padding: .44rem .24rem 1rem;
}
.recommend-company h3 {
  font-size: .36rem;
  color: #111111;
  font-weight: 600;
  padding-left: .2rem;
  margin-bottom: .34rem;
}
.company-list-wrapper {
  display: flex;
  justify-content: space-between;
}
.company-list {}
.company-item {
  padding: .1rem .1rem .2rem;
  background-color: #fff;
  border-radius: .16rem;
  margin-bottom: .24rem;
  max-width: 3.40rem;
}
.company-item-cover {
  position: relative;
  width: 3.20rem;
  height: 2.10rem;
  border-radius: .08rem;
  overflow: hidden;
  margin-bottom: .2rem;
}
.company-item-location {
  position: absolute;
  left: .2rem;
  bottom: .2rem;
  background: rgba(0,0,0,0.50);
  border-radius: .2rem;
  line-height: 2;
  padding: 0 .2rem;

  font-size: .20rem;
  color: #FFFFFF;
  font-weight: 400;
}
.company-item-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-title-wrapper {
  display: flex;
  align-items: center;
}
.company-item-logo {
  flex-shrink: 0;
  width: .32rem;
  height: .32rem;
  border-radius: .1rem;
  overflow: hidden;
  margin-right: .1rem;
}
.company-item-title {
  font-size: .28rem;
  color: #1A1C1A;
  font-weight: 600;
  max-width: 3.2rem;
}
.evaluation__box {
  display: flex;
  align-items: center;
}
.evaluation__box-num {
  font-size: .22rem;
  color: #FA5A25;
  font-weight: 600;
  margin-left: .08rem;
}
.company-desc {
  font-size: .18rem;
  color: #7E807E;
  font-weight: 400;
}

.page-btm-text {
  padding: .2rem .2rem;
  line-height: .36rem;
  text-align: left;
  font-family: PingFangSC-Regular;
  font-size: .22rem;
  color: #979997;
}
