<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* filter-tab-box */

.filter-tab-box {
  padding: 0.3rem 0.4rem;

  overscroll-behavior: contain;

  border-bottom: 0.01rem solid #e7e7e7;
}

.left {
  width: 1.4rem;
}

.ctry {
  display: inline-block;
}

.ctry,
.ctrym {
  max-width: 1.4rem;
  position: relative;
  line-height: 0.5rem;
  font-size: 0.28rem;
  text-align: center;
}
.right .ctry {
  text-align: end !important;
}

.right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* padding-left: 0.32rem; */
  padding-right: 0;
  font-size: 0.28rem;
  color: #8c8c8c;
  width: 1.4rem;
}

.right-info {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.68rem;
  padding-right: 1rem;
  font-size: 0.28rem;
  color: #262626;
}

.right div:not(:last-child) {
  margin-right: 0.32rem;
}

.right .ctry,
.cate,
.top,
.univ,
.area,
.level,
.score {
  flex: 1;
  position: relative;
  line-height: 0.5rem;
  text-align: end;
  display: none;
}

.column,
.order,
.province,
.gradation,
.comptype,
.compteam,
.compstatus,
.complevel,
.leveli,
.major,
.industry,
.ranktype,
.brand,
.companytype,
.companyad,
.fitgrade,
.fitmajor,
.collegerank,
.hbclass,
.hbtype,
.ehbtype,
.hborder {
  position: relative;
  line-height: 0.5rem;
  display: none;
  font-size: 0.28rem;
}

.open-arrow-left::after {
  position: absolute;
  top: 0.14rem;
  right: -0.32rem;
  content: ' ';
  border-top: 0.16rem solid #262626;
  border-left: 0.11rem solid transparent;
  border-right: 0.11rem solid transparent;
  border-bottom: 0.16rem solid transparent;
}

.open-arrow-right::after {
  position: absolute;
  top: 0.14rem;
  right: -0.32rem;
  content: ' ';
  border-top: 0.16rem solid #8c8c8c;
  border-left: 0.11rem solid transparent;
  border-right: 0.11rem solid transparent;
  border-bottom: 0.16rem solid transparent;
}

.open-arrow-active {
  color: #1890ff;
}

.open-arrow-active::after {
  top: 0;
  border-top: 0.16rem solid #1890ff;
  transform: rotate(180deg);
}

/* filter */

.filter {
  position: absolute;
  top: 1.88rem;
  z-index: 20;
  width: 100%;
  height: 1.1rem;

  background-color: #ffffff;
  color: #262626;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

.filterfix {
  position: fixed;
  top: 0rem;
  z-index: 21;
  width: 100%;
  height: 1.1rem;
  /* border-bottom: 0.01rem solid #E7E7E7; */
  background-color: #ffffff;
  color: #262626;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

.filtertabfix {
  position: fixed;
  top: 1.88rem;
  z-index: 21;
  width: 100%;
  height: 1.1rem;
  /* border-bottom: 0.01rem solid #E7E7E7; */
  background-color: #ffffff;
  color: #262626;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

.filter .overlay,
.filterfix .overlay,
.filtertabfix .overlay {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: calc(100vh);
  background-color: #000000;
  opacity: 0.5;
  display: none;

  overscroll-behavior: contain !important;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

.ctry-box,
.ctrym-box,
.cate-box,
.top-box,
.univ-box,
.area-box,
.level-box,
.score-box,
.column-box,
.order-box,
.province-box,
.gradation-box,
.leveli-box,
.major-box,
.industry-box,
.ranktype-box,
.brand-box,
.comptype-box,
.complevel-box,
.compteam-box,
.compstatus-box,
.companytype-box,
.companyad-box,
.fitgrade-box,
.fitmajor-box,
.collegerank-box,
.hbclass-box,
.hbtype-box,
.ehbtype-box,
.hborder-box {
  position: fixed;
  z-index: 22;
  width: 100%;
  background-color: #ffffff;
  display: none;
  border-top: 0.01rem solid #e7e7e7;
  overscroll-behavior: contain !important;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

.filter-box {
  width: 100%;
  /* max-height: 6.78rem; */
  max-height: calc(6.78rem + 0.88rem);
  background-color: #ffffff;
  overflow-y: scroll;
  overscroll-behavior: contain !important;
}

.filter-box::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.multiple-box .filter-box {
  display: flex;
}

.first-box {
  width: 2.34rem;
  height: 5.78rem;
  line-height: 1.05rem;
  font-size: 0.32rem;
  text-align: center;
  background-color: #f7f7f7;
  overflow-y: hidden;
  overscroll-behavior: contain !important;
}

.second-box {
  flex: 1;
  max-height: 6.78rem;
  overflow-y: scroll;
  overscroll-behavior: contain !important;
}

.second-box::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.select-item {
  line-height: 0.88rem;
  height: 0.88rem;
  font-size: 0.32rem;
}

.single-box .select-item {
  width: 7.1rem;
  margin-left: 0.4rem;
  border-bottom: 0.01rem solid #e7e7e7;
}

.single-box .select-item.active {
  color: #1890ff;
}

.multiple-box .select-item {
  line-height: 1.06rem;
  height: 1.06rem;
}

.multiple-box .first-box .select-item {
  text-align: center;
}

.multiple-box .first-box .select-item.active {
  position: relative;
  color: #1890ff;
  background-color: #ffffff;
}
.multiple-box .first-box .select-item.active::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.1rem;
  height: 1.05rem;
  background-color: #1890ff;
}

.multiple-box .second-box div[class*='-list-'] {
  display: none;
}

.multiple-box .second-box .select-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.4rem;
  border-bottom: 0.01rem solid #e7e7e7;
}
.multiple-box .second-box .select-item .item-name {
  flex: 1;
}

.area-box.multiple-box .second-box .select-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 0.4rem;
  padding-left: 0;
  height: 0.88rem;
  line-height: 0.88rem;
  border-bottom: 0.01rem solid #e7e7e7;
}

.multiple-box .second-box .select-item.active {
  color: #1890ff;
}

.btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.02rem;
  line-height: 1.02rem;
  border-top: 0.01rem solid #e7e7e7;
  background-color: #ffffff;
  text-align: center;
}

.btn-box .reset {
  width: 2.4rem;
  height: 1.02rem;
  color: #262626;
}

.btn-box .view {
  flex: 1;
  height: 1.02rem;
  background-color: #1890ff;
  color: #ffffff;
}

input[type='checkbox'] {
  position: relative;
  -webkit-appearance: none;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: -0.01rem;
  border-radius: 0.08rem;
  border: 1px solid #c5c5c5;
}

input[type='checkbox']:checked {
  background-color: #1890ff;
}

input[type='checkbox']:checked::after {
  content: ' ';
  position: absolute;
  top: 0.08rem;
  left: 0.08rem;
  width: 0.18rem;
  height: 0.12rem;
  border-left: 0.04rem solid #ffffff;
  border-bottom: 0.04rem solid #ffffff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.multiple-box .second-box .select-item:first-child input {
  opacity: 0 !important;
}

/* info-tab */
.info-tab {
  width: calc(7.5rem - 0.8rem);
  padding-left: 0.4rem;
  display: none;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  align-items: center;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

.filter-box .info-tab {
  width: calc(100% - 0.8rem) !important;
  padding-left: 0 !important;
  justify-content: flex-start;
}

.info-tab a:not(:nth-child(4n)),
.filter-box .search-result-tab-item:not(:nth-child(4n)) {
  width: calc((100% - 1.44rem) / 3);
}

.info-tab a:nth-child(4n),
.filter-box .search-result-tab-item:nth-child(4n) {
  margin-right: 0;
}
.info-tab.province-tab,
.info-tab.major-tab,
.info-tab.industry-tab {
  justify-content: flex-start;
}
.info-tab.province-tab .info-item:not(:nth-child(4n)),
.info-tab.major-tab .info-item:not(:nth-child(4n)),
.info-tab.industry-tab .info-item:not(:nth-child(4n)) {
  margin-right: 0.26rem;
}

.filter-tab-item.comptype,
.filter-tab-item.complevel,
.filter-tab-item.compteam,
.filter-tab-item.compstatus {
  width: 1.2rem;
  text-align: right;
}

.filter-tab-item.comptype {
  height: 0.5rem;
}

.filter-tab-item.comptype .one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 1.2rem;
  display: inline-block;
}

.comptype-box .filter-box {
  max-height: 10rem;
}

.comp-info-tab .info-item:not(:nth-child(3n)) {
  margin-right: calc((100% - 6rem) / 2);
}

.comp-info-tab {
  padding: 0.3rem 0 0.2rem;
}

.comp-info-tab .info-item {
  width: 2rem;
  height: 0.65rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #353e47;
  font-size: 0.32rem;
}

.comp-info-tab .comptype-item-6.active {
  background-color: #f7f7f7;
  color: #595959;
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.comp-info-tab .comptype-item-6.active i {
  transform: rotate(-180deg);
}

.comp-info-tab .sub-list.active {
  box-sizing: border-box;
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.4rem 0.3rem 0.1rem 0.3rem;
  background-color: #f7f7f7;
  border-radius: 0 0.12rem 0.12rem 0.12rem;
  margin-bottom: 0.3rem;
  font-size: 0.32rem;
  line-height: 0.45rem;
}

.comp-info-tab .sub-item {
  width: 50%;
  margin-bottom: 0.3rem;
}

.comp-info-tab .comptype-sub-item-0 {
  width: 100%;
}

.comp-info-tab .sub-item.active {
  color: #1890ff;
}

.major-box .major-name,
.industry-box .industry-name {
  position: relative;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.24rem;
  color: #262626;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 0.4rem;
  margin-bottom: 0.2rem;
}

.major-box .major-name::before,
.industry-box .industry-name::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 4%;
  width: 92%;
  height: 0.02rem;
  background-color: #c5c5c5;
}

.info-item {
  width: 1.44rem;
  height: 0.56rem;
  margin-bottom: 0.3rem;
  border-radius: 0.33rem;
  font-size: 0.24rem;
  line-height: 0.56rem;
  background-color: #f7f7f7;
  color: #595959;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: calc((100% - 5.76rem) / 4);
}

.info-item:nth-child(4n) {
  margin-right: 0;
}

.column-box .info-item:not(:nth-child(4n)) {
  /* margin-right: 0.26rem; */
}

.info-item.active {
  background-color: #1890ff;
  color: #ffffff;
}

.list-show.info-tab {
  position: absolute;
  z-index: 18;
  top: 2.98rem;
}
.column-box {
  padding-bottom: 0.3rem;
}

.column-box .column-item-0 {
  margin: 0.3rem 0.4rem;
}

.province-box #province-item-1-0 {
  margin: 0.3rem 0.4rem;
}
</pre></body></html>