html,
body {
  background-color: #f2f6fd;
  overflow: auto;
}
/* -------- 搜索职位 -------- */
.search-posi {
  padding: 0.2rem 0.28rem;
  background-color: #fff;
}
.search-posi a {
  display: block;
  font-size: 0.25rem;
  color: #7b7b7b;
  font-weight: 400;
  text-align: left;
  border-radius: 0.4rem;
  background-color: #f5f4f4;
}
.search-posi a .box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.2rem 0.34rem;
}
.search-posi a .box img {
  width: 0.32rem;
  height: 0.28rem;
  margin-right: 0.15rem;
}
/* ---------- 首页 ---------- */
.pdMarket {
  height: 100%;
  overflow: hidden;
}
.pdMarket .mescroll {
  position: fixed;
  top: 4.5rem;
  left: 0;
  width: 100%;
  padding-bottom: 0.5rem;
  height: auto;
  max-height: 64vh;
}
.pdMarket .mescroll ul {
  padding: 0 0.2rem;
}
.pdMarket .mescroll ul a {
  display: block;
}
.pdMarket .mescroll ul li {
  width: 100%;
  border-radius: 0.12rem;
  background-color: white;
  margin-bottom: 0.2rem;
  padding: 0.24rem;
}
.pdMarket .mescroll ul li .box1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid rgba(221, 221, 221, 0.8);
}
.pdMarket .mescroll ul li .box1 h2 {
  font-weight: 500;
  font-size: 0.3rem;
  background: url('../images/twoPhase/icon-company.png') no-repeat left center / 0.38rem;
  padding-left: 0.4rem;
  width: 75%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: justify;
}
.pdMarket .mescroll ul li .box1 span {
  display: inline-block;
  min-width: 6em;
  text-align: right;
  font-size: 0.26rem;
  color: #757575;
}
.pdMarket .mescroll ul li .box2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pdMarket .mescroll ul li .box2 .left-img {
  min-width: 2.2rem;
  width: 2.2rem;
  height: 1.62rem;
  border-radius: 0.06rem;
  overflow: hidden;
}
.pdMarket .mescroll ul li .box2 .left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pdMarket .mescroll ul li .box2 .right-info {
  width: calc(100% - 2.2rem);
  padding-left: 0.22rem;
}
.pdMarket .mescroll ul li .box2 .right-info h2 {
  width: 100%;
  text-align: justify;
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.pdMarket .mescroll ul li .box2 .right-info .price {
  font-size: 0.32rem;
  font-weight: 600;
  color: #ffa303;
}
/* ---------- 详情页 ---------- */
.cpscDt {
  background-color: #f2f6fdff;
  padding-bottom: 2rem;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  /* 公司入口 */
}
.cpscDt .banner-box {
  width: 100%;
}
.cpscDt .banner-box img {
  width: 100%;
  height: auto;
  max-height: 5.5rem;
  object-fit: cover;
}
.cpscDt .content {
  position: fixed;
  top: 4.88rem;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 60vh;
  padding: 0 0.3rem;
  overflow-y: auto;
  padding-bottom: 1.5rem;
}
.cpscDt .content .box1 {
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.34rem;
  margin-bottom: 0.25rem;
  /* 联系方式 */
}
.cpscDt .content .box1 h2 {
  border-bottom: 1px solid #e0d9d9;
  padding-bottom: 0.26rem;
  margin-bottom: 0.32rem;
  font-size: 0.32rem;
  color: #2f2f2f;
  font-weight: 600;
}
.cpscDt .content .box1 .intro {
  font-size: 0.26rem;
}
.cpscDt .content .box1 .list1 > div {
  font-size: 0.26rem;
  margin-bottom: 0.2rem;
}
.cpscDt .content .box1 .list1 > div:nth-last-of-type(1) {
  margin-bottom: 0rem;
}
.cpscDt .content .box1 .list1 > div .left {
  width: 30%;
  color: #939393;
}
.cpscDt .content .box1 .list1 > div .right {
  width: 70%;
  color: #585858;
}
.cpscDt .fixBmCompany {
  padding: 0.4rem 0.6rem;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  box-shadow: 0px 0px 0.16rem 0px rgba(23, 66, 103, 0.11);
}
.cpscDt .fixBmCompany > img {
  width: 0.84rem;
  height: 0.84rem;
}
.cpscDt .fixBmCompany .info {
  width: calc(100% - 0.84rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.2rem;
}
.cpscDt .fixBmCompany .info h2 {
  font-size: 0.3rem;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  margin-bottom: 0.12rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cpscDt .fixBmCompany .info .flag {
  color: #a8a8a8;
  font-size: 0.26rem;
}
.cpscDt .fixBmCompany .info .flag .left span {
  display: inline-block;
  border-right: 1px solid #666364;
  padding-right: 0.2rem;
  margin-right: 0.1rem;
  line-height: 1;
  color: #b3b3b3;
}
.cpscDt .fixBmCompany .info .flag .left span:nth-last-of-type(1) {
  border-right: none;
}
.cpscDt .fixBmCompany .info > img {
  width: 0.2rem;
}
/* ---------- 公司产品 ---------- */
.allList {
  overflow: hidden;
  padding-bottom: 1rem;
}
.allList .search-form {
  position: fixed;
  width: 100%;
  height: 1.1rem;
  background-color: #fff;
  line-height: 1;
  padding: 0.2rem 0.3rem 0.2rem 0.3rem;
  box-shadow: 0 6px 35px -5px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.allList .search-form .box {
  background-color: #f2f2f2;
  height: 0.7rem;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-box-pack: flex-start;
  -webkit--moz-box-pack: flex-start;
  box-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.allList .search-form .box img {
  width: 0.3rem;
  margin: 0 0.12rem 0 0.4rem;
}
.allList .search-form .box input {
  height: 100%;
  width: 100%;
  padding: 0 0.1rem;
  color: #000;
  border: none;
  font-size: 0.25rem;
}
.allList .search-form .box input::placeholder {
  color: #9b9b9b;
  font-size: 0.25rem;
}
.allList .companyInfo {
  padding: 0.4rem 0.42rem;
  background-color: #fff;
  margin-bottom: 0.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  clear: both;
}
.allList .companyInfo > img {
  width: 0.84rem;
  height: 0.84rem;
}
.allList .companyInfo .info {
  width: calc(100% - 0.84rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.2rem;
}
.allList .companyInfo .info h2 {
  font-size: 0.3rem;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  margin-bottom: 0.12rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.allList .companyInfo .info .flag {
  color: #a8a8a8;
  font-size: 0.26rem;
}
.allList .companyInfo .info .flag .left span {
  display: inline-block;
  border-right: 1px solid #666364;
  padding-right: 0.2rem;
  margin-right: 0.1rem;
  line-height: 1;
  color: #b3b3b3;
}
.allList .companyInfo .info .flag .left span:nth-last-of-type(1) {
  border-right: none;
}
.allList .companyInfo .info > img {
  width: 0.2rem;
}
.allList .areaTitle {
  border-bottom: 1px solid rgba(218, 217, 217, 0.5);
  font-size: 0.32rem;
  color: #2f2f2f;
  font-weight: 600;
  padding: 0.32rem 0 0.32rem 0.3rem;
  background-color: #fff;
}
.allList ul > a {
  display: block;
  padding: 0 0.22rem;
}
.allList ul li {
  width: 100%;
  border-radius: 0.12rem;
  background-color: white;
  margin-bottom: 0.2rem;
  padding: 0rem 0.22rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.allList ul li .left-img {
  min-width: 2.2rem;
  width: 2.2rem;
  height: 1.62rem;
  border-radius: 0.06rem;
  overflow: hidden;
}
.allList ul li .left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.allList ul li .right-info {
  width: calc(100% - 2.2rem);
  padding-left: 0.22rem;
}
.allList ul li .right-info h2 {
  width: 100%;
  font-size: 0.3rem;
  font-weight: 600;
  text-align: justify;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.16rem;
}
.allList ul li .right-info .price {
  color: #ffa303;
  font-size: 0.3rem;
}
.allList ul li .right-info .company {
  margin-top: 0.22rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: justify;
}
.allList ul li .right-info .company img {
  width: 0.38rem;
  margin-right: 0.08rem;
}
.allList ul li .right-info .company p {
  width: 88%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  font-size: 0.22rem;
}
.allList .gsjj {
  margin-bottom: 0.25rem;
  padding: 0 0.3rem;
}
.allList .gsjj .content {
  background-color: #fff;
  padding-top: 0.34rem;
  padding: 0.3rem;
  font-size: 0.26rem;
  color: #8e8e8e;
}
.allList .gsxx {
  padding: 0 0.3rem;
}
.allList .gsxx ul {
  background-color: #fff;
  padding: 0.34rem;
}
.allList .gsxx ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 0.26rem;
  margin-bottom: 0.2rem;
}
.allList .gsxx ul li:nth-last-of-type(1) {
  margin-bottom: 0rem;
}
.allList .gsxx ul li .left {
  width: 30%;
  color: #939393;
}
.allList .gsxx ul li .right {
  width: 70%;
  color: #1f1e1eff;
  font-size: 0.28rem;
  font-family: Source Han Serif CN;
  font-weight: 400;
}
.allList .gsdz {
  padding: 0 0.3rem;
  margin-bottom: 0.25rem;
}
.allList .gsdz .posi {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: top;
  padding: 0.3rem 0;
  font-size: 0.26rem;
  color: #808080;
  text-align: justify;
  padding-left: 0.3rem;
}
.allList .gsdz .posi img {
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 0.2rem;
}
.reco-posi {
  position: relative;
  padding: 0.5rem 0.4rem 0.15rem 0.4rem;
  background-color: #fff;
}
.reco-posi a {
  display: block;
  position: absolute;
  width: 90%;
  padding: 0.28rem;
  text-align: center;
  background-color: #fff;
  top: -0.5rem;
  left: 5%;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  color: #9b9b9b;
  font-size: 0.3rem;
  line-height: 1;
}
.reco-posi a img {
  width: 0.3rem;
  margin-right: 0.18rem;
}
/* ---------- 搜索页 ---------- */
.searchPage {
  overflow: hidden;
}
.searchPage ul {
  margin-top: 1.3rem;
}
.searchPage ul > a {
  display: block;
  padding: 0 0.22rem;
}
.searchPage ul li {
  width: 100%;
  border-radius: 0.12rem;
  background-color: white;
  margin-bottom: 0.2rem;
  padding: 0.24rem 0.22rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.searchPage ul li .left-img {
  min-width: 2.2rem;
  width: 2.2rem;
  height: 1.62rem;
  border-radius: 0.06rem;
  overflow: hidden;
}
.searchPage ul li .left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.searchPage ul li .right-info {
  width: calc(100% - 2.2rem);
  padding-left: 0.22rem;
}
.searchPage ul li .right-info h2 {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: justify;
  font-size: 0.3rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0.16rem;
}
.searchPage ul li .right-info .date {
  color: #a8a8a8;
  font-size: 0.24rem;
}
.searchPage ul li .right-info .price {
  color: #ffa303;
  font-size: 0.3rem;
}
.searchPage ul li .right-info .company {
  margin-top: 0.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: justify;
}
.searchPage ul li .right-info .company img {
  width: 0.38rem;
  margin-right: 0.08rem;
}
.searchPage ul li .right-info .company p {
  width: 88%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  font-size: 0.23rem;
}
.searchPage .search-form {
  position: fixed;
  width: 100%;
  height: 1.1rem;
  background-color: #fff;
  line-height: 1;
  padding: 0.2rem 0.3rem 0.2rem 0.3rem;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
.searchPage .search-form .box {
  background-color: #f2f2f2;
  height: 0.7rem;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-box-pack: flex-start;
  -webkit--moz-box-pack: flex-start;
  box-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.searchPage .search-form .box img {
  width: 0.3rem;
  margin: 0 0.12rem 0 0.4rem;
}
.searchPage .search-form .box input {
  height: 100%;
  width: 100%;
  padding: 0 0.1rem;
  color: #000;
  border: none;
  font-size: 0.25rem;
}
.searchPage .search-form .box input::placeholder {
  color: #9b9b9b;
  font-size: 0.25rem;
}
