.filterContainer ul li .filterBar {
  width: 1070px;
}
.filterContainer ul li .filterTitle {
  width: 78px;
}
.tabBox {
  background: #f4f7fc;
  width: 1200px;
  height: 36px;
  margin: 20px auto 10px;
}
.tabBox p {
  width: 230px;
  background: #fff;
  height: 36px;
}
.tabBox a {
  padding: 0 20px;
  border: 1px solid #ededed;
  height: 34px;
  line-height: 34px;
  margin-right: 10px;
  border-radius: 4px;
  color: #8b94a1;
}
.tabBox a.on {
  background: #1371e6;
  border: 1px solid #1371e6;
  color: #fff;
}
.tabBox a.on em {
  width: 10px;
  height: 5px;
  background: url(../../public/images/icons/fileArr.png) no-repeat center;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}
/* 展示区域start */
.w875 {
  width: 875px;
}
.borTop {
  border-top: 1px solid #eeeeee;
}
.mainUl {
  padding-top: 20px;
}
.mainUl li {
  width: 270px;
  margin-right: 20px;
  /* box-sizing: border-box; */
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.mainUl li:nth-of-type(4n) {
  margin-right: 0px;
}
.mainUl .topLi img {
  width: 100%;
  height: 154px;
  display: block;
}
.mainUl li a:hover .botLititle {
  color: #126cfe;
}
.c1 {
  color: #ff9548 !important;
}

.botLi {
  padding: 0 10px;
}
.botLititle {
  line-height: 50px;
  font-size: 16px;
  color: #333333;
}
.botLiintro {
  font-size: 14px;
  color: #8b94a1;
  margin-bottom: 10px;
}
.botLiBor {
  height: 1px;
  background-color: #eeeeee;
}
.botLiCont {
  line-height: 50px;
}
.position {
  max-width: 190px;
  position: relative;
  padding-left: 20px;
}
.price {
  max-width: 30px;
}
.position::before {
  content: '';
  display: block;
  position: absolute;
  top: 17px;
  left: 0;
  width: 15px;
  height: 14px;
  background-image: url(../images/scienceInterIcon4.png);
  background-size: 100% 100%;
}

/* 展示区域end */
.tabBox a#addBtn {
  width: 80px;
  height: 26px;
  line-height: 26px;
  background: #ff9548;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  margin: 5px 10px 0 0;
  padding: 0;
  border: none;
}
/* 关注 */
.followList {
  width: 1220px;
}
.followList li {
  width: 510px;
  height: 40px;
  background: #f4f7fc url(../../public/images/icons/right.png) no-repeat 30px center;
  margin: 0 20px 20px 0;
  border-radius: 5px;
  padding: 30px 0 30px 80px;
}
.followList li .mainInfo {
  width: 425px;
}
.followList li .mainInfo a {
  display: block;
  width: 400px;
  color: #333333;
  margin-bottom: 5px;
}
.followList li.on .mainInfo a,
.followList li .mainInfo a:hover {
  color: #1371e6;
}
.followList li .mainInfo p {
  color: #8b94a1;
}
.followList li .closeBtns {
  height: 40px;
  border-left: 1px solid #d8e1ee;
  width: 84px;
}
.followList li .closeBtns a {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../public/images/icons/close.png) no-repeat center;
  margin: 8px 0 0 30px;
}
/* 弹窗 */
.maintainPop_box {
  width: 910px;
  height: 533px;
  border-radius: 5px;
  padding: 25px;
}
.maintainPop_box h2 {
  font-size: 24px;
  text-align: center;
}
.unitBox {
  overflow-y: scroll;
  height: 400px;
}
.unitBox li {
  margin-bottom: 10px;
}
.unitBox .filterTitle {
  width: 106px;
  color: #8b94a1;
  line-height: 32px;
  text-align: right;
}
.unitBox .filterBar {
  width: 796px;
}
.unitBox .filterBar a {
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  color: #8b94a1;
  border: 1px solid #eee;
  border-radius: 4px;
  margin: 0 10px 10px 0;
}
.unitBox .filterBar a.on {
  border: 1px solid #1569e6;
  background: #1569e6;
  color: #fff;
}

#addOrder {
  display: block;
  width: 160px;
  height: 36px;
  line-height: 36px;
  background: #1569e6;
  margin: 20px auto 0;
  color: #fff;
  text-align: center;
  border-radius: 50px;
}
.typeBoxs li {
  width: 60px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  border-bottom: 2px solid #f4f7fc;
  line-height: 30px;
  margin-right: 10px;
}
.typeBoxs li.on {
  color: #1371e6;
  font-weight: bold;
  border-bottom: 2px solid #1371e6;
}
.tipBox {
  text-align: center;
  line-height: 80px;
}

/* 头部处理 a替换成i */
.filterContainer .filterBar i {
  padding: 0 10px;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  border-radius: 50px;
  margin-left: 12px;
  border: 1px solid #fff;
  font-style: normal;
}
.filterContainer .filterBar i:hover {
  background-color: #eee;
  cursor: pointer;
}
.filterContainer .filterBar i.on {
  background-color: #e7f1fc;
  color: #1371e6;
  border: 1px solid #1371e6;
}
.filterContainer .filterBox li select {
  margin-top: 0;
}

.searchBox .imgTitle {
  margin-top: 148px;
}
.searchCot .keywordBox {
  border-radius: 0px 50px 50px 0px;
}
.searchCot select {
  margin-top: 24px;
  padding: 0px 10px;
  height: 32px;
  border: none;
  border-radius: 5px 0px 0px 5px;
  border: 1px solid #ddd;
  border-radius: 50px 0px 0px 50px;
}
