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

body {

  overflow: hidden;

  overscroll-behavior: contain !important;

}

.my-drawer {

  position: fixed;

  top: 0;

  width: 100%;

  overscroll-behavior: contain !important;

  background-color: #FFFFFF;

  min-height: calc(100vh - 1.65rem);

  overflow-y: scroll;
  max-width: 7.7rem !important;
  margin: 0 auto;

}

.my-drawer::-webkit-scrollbar {
  width: 0;
  height: 0;
}



.am-drawer {

  overflow: scroll;

  overscroll-behavior: contain !important;

}

.ct {

  overflow: scroll;

  overscroll-behavior: contain !important;

}


/*list*/

.list {

  min-height: calc(100vh);

  padding-top: 2.98rem;

  padding-bottom: 1.65rem;

  background-color: #FFFFFF;

  max-width: 7.7rem !important;
  margin: 0 auto;

}

.list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.ct::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.result-list, .empty-result {

  min-height: calc(100vh - 1.65rem - 2.98rem);

  padding-bottom: 1.65rem;

  padding-top: 2.98rem;

  background-color: #FFFFFF;

  overflow-y: hidden;

  overscroll-behavior: contain !important;

}

.result-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.empty-ct {

  width: 100%;

  height: 4.16rem;

  max-width: 7.7rem !important;
  margin: 0 auto;

}



.empty-ct .empty-img{

  width: 3.45rem;

  height: 2.31rem;

  margin: 0.6rem 2.02rem 0.25rem;

}



.empty-ct .empty-title{

  font-size: 0.28rem;

  color: #8C8C8C;

  text-align: center;

}



.commend-title{

  margin-left: 0.4rem;

  font-size: 0.36rem;

  font-weight: bold;

  color: #2B2B2B;

}

/* college */
.school-result-list {
  width: 100vw;
  height: 6.04rem;
  padding-top: 0.8rem;
  background-color: #F7F7F7;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

.school-result-list .result {
  height: 4.98rem;
  background-color: #FFFFFF;
  margin-bottom: 0.16rem;
}

.school-result-list .result .title {
  width: calc(7.5rem - 0.8rem);
  padding: 0.4rem 0.4rem 0.3rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #020E19;
  line-height: 0.5rem;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

.school-result-list .result .result-box {
  padding: 0 0.4rem;
  width: calc(7.5rem - 0.8rem);
  height: 3.24rem;
  display: flex;
  justify-content: flex-start;
  /* justify-content: center; */
  align-items: center;
  overflow-x: scroll;
  overflow-y: hidden;
  max-width: 7.7rem !important;
  margin: 0 auto;
}
.school-result-list .result .result-box::-webkit-scrollbar {
  height: 0;
  display: none;
}

.school-result-list .result .result-box .item-box:not(:last-child) {
  margin-right: 0.35rem;
  display: block;
}

.school-result-list .result .result-box .cover {
  display: block;
  width: 3rem;
  height: 2.65rem;
  margin-bottom: 0.14rem;
  background: #E7E7E7;
  border-radius: 0.08rem;
  border: 0.01rem solid #E7E7E7;
}

.school-result-list .result .result-box .cover img {
  width: 3rem;
  height: 2.65rem;
  border-radius: 0.08rem;
  object-fit: cover;
}

.school-result-list .result .result-box .cname {
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.32rem;
  color: #020E19;
  
}

.school-result-list .list-title {
  width: calc(7.5rem - 0.4rem);
  height: 0.5rem;
  padding-left: 0.4rem;
  padding-top: 0.4rem;
  background-color: #FFFFFF;
  font-size: 0.36rem;
  font-weight: bold;
  color: #020E19;
  line-height: 0.5rem;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

.module-panel {
  height: 100%;
  background-color: #FFFFFF;
  padding: 0.47rem 0 0.5rem;
}

.module-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.36rem;
  color: #262626;
  margin-bottom: 0.27rem;
}

.module-head .title {
  font-size: 0.36rem;
  font-weight: 700;
  color: #262626;
}

.module-head .more {
  display: flex;
  position: relative;
  font-size: 0.32rem;
  color: #9A9FA3;
  justify-content: space-between;
  align-items: center;
  margin-right: -0.08rem;
}

.module-head .more span {
  display: block;
}

.module-head .more i {
  display: inline-block;
  font-size: 0.38rem;
  margin-top: -0.02rem;
  transform: rotate(-90deg);
}

/* hot-rank�剝秄��鍦�� */
.hot-rank div {
  box-sizing: border-box;
}

.hot-rank {
  width: 100%;
  /* max-width: 7.7rem; */
  height: calc(4.76rem + 0.32rem);
  margin: 2.03rem auto 0;
  padding: 0.16rem 0;
  box-sizing: border-box;
  background-color: #F7F7F7;
}

.hot-rank .rank-list {
  box-sizing: border-box;
  width: 100%;
  display: inline-flex;
  overflow-x: scroll;
  padding-left: 0.4rem;
  padding-bottom: 0.04rem;
}

.hot-rank .rank-list::-webkit-scrollbar,
.hot-rank::-webkit-scrollbar,
.hot-rank .module-panel::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 0;
  height: 0 !important;
}

.hot-rank .rank-list .mr-box {
  flex-shrink: 0;
  width: 0.1rem;
  height: 3rem;
}

.hot-rank .rank-item {
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  width: 2.74rem;
  height: 3rem;
  border-radius: 0.16rem;
  box-shadow: 0rem 0.02rem 0.08rem 0rem #F7F7F7;
  border: 0.01rem solid #E7E7E7;
  overflow: hidden;
}


.hot-rank .rank-item {
  margin-right: 0.3rem;
}

.hot-rank .rank-item .cover,
.hot-rank .rank-item .cover img {
  width: 100%;
  height: 2rem;
}
.hot-rank .rank-item .cover .year {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.5rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

.hot-rank .rank-item .cover .newst {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 1.18rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #FF4D4F;
  border-top-right-radius: 0.16rem;
  border-bottom-left-radius: 0.16rem;
}

.hot-rank .rank-item .name {
  padding: 0.18rem;
  color: #262626;
}

.hot-rank .rank-item .name span {
  display: block;
}

.hot-rank .rank-item .name .main {
  height: 0.28rem;
  font-size: 0.28rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.hot-rank .rank-item .name .type {
  height: 0.28rem;
  font-size: 0.28rem;
}
</pre></body></html>