.my-drawer {
  max-width: 100vw!important;
}

.ct {
  height: auto;
  padding: 0 0 1.2rem 0 !important;
  background-color: #f6f6f6;
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;

}

a, a:active, a:hover, a:visited {
  display: block;
  text-decoration: none;
  color: #262626;

}

/* 菜单栏按钮 START */
.menu-icon {
  position: fixed;
  z-index: 19;
  bottom: 20%;
  right: calc(100vw / 2 - 3.75rem + 0.4rem);
  width: 1.03rem !important;
  height: 1.03rem !important;
  border-radius: 55%;
  background-color: rgba(0, 0, 0, 0.45); 
}

.menu-icon i {
  margin-top: 0.02rem !important;
  margin-right: 0.05rem !important;
  line-height: 1.03rem !important;
  font-size: 0.7rem !important;
  color: #FFFFFF !important;
  text-align: center;
}

/* 菜单栏按钮 END */


/* 吸顶title START */
.ct .fixed-title-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.2rem;
  background: url(https://info.compassedu.hk/znz-app/rankv2/halfBG.png) no-repeat center center / cover;
  z-index: 949;
  display: flex;
  align-items: flex-end;
  display: none;
}

.ct .fixed-title-box .container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.1rem;
}

.ct .back-btn {
  position: absolute;
  left: 0.32rem;
  top: calc(50% - 0.1rem);
  width: 0.2rem;
  height: 0.2rem;
  border-left: 0.05rem solid #FFFFFF;
  border-bottom: 0.05rem solid #FFFFFF;
  transform: rotate(45deg);
}

.ct .fixed-title-box .title-img {
  width: 2rem;
  height: auto;
}
/* 吸顶title END */

.ct .rank-top-box {
  position: relative;
  width: 100%;
  height: calc(100vh / 3 + 0.15rem);
  background: url(https://info.compassedu.hk/znz-app/rankv2/rankv2LibraryBg.png) no-repeat center center / cover;
  position: relative;
  margin-bottom: 0.1rem;
}

/* 头部背景 + 3个排名框 START */
.ct .rank-top-box .rank-line {
  position: absolute;
  bottom: 0.4rem;
  left: 0.16rem;
  right: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ct .rank-top-box .rank-line .per-rank-box {
  position: relative;
  width: 33%;
  height: 1.5rem;
  padding-left: 0.18rem;
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
}

.ct .rank-top-box .rank-line .per-rank-box:not(:last-child) {
  margin-right: 0.1rem;
}

@font-face {
  font-family: "Alibaba-PuHuiTi-2-55-regular";
  src: url("https://info.compassedu.hk/pc/font/Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.ttf")
    format("truetype");
}

.ct .rank-top-box .rank-line .per-rank-box .year {
  font-family: 'Alibaba-PuHuiTi-2-55-regular';
  font-size: 0.4rem;
  color: gray;
  position: absolute;
  top: 0.23rem;
  left: 0.18rem;
  z-index: 0;
  /*利用background-clip属性实现文字颜色从绿到白的渐变效果*/
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1),
    rgba(66, 66, 66, 0)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ct .rank-top-box .rank-line .per-rank-box .name1 {
  font-size: 0.34rem;
  font-weight: 500;
  color: #fff;
  margin-top: 0.3rem;
  margin-bottom: 0.05rem;
  z-index: 1;
}

.ct .rank-top-box .rank-line .per-rank-box .name2 {
  font-size: 0.22rem;
  color: #fff;
  font-family: PingFangSC-Medium, PingFang SC;
}

.ct .rank-top-box .rank-line .per-rank-box .new {
  width: 0.8rem;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.ct .rank-top-box .bottom-bg {
  position: absolute;
  background: url(https://info.compassedu.hk/znz-app/rankv2/waveBg.png) no-repeat center center/cover;
  height: 0.7rem;
  position: absolute;
  bottom: -0.08rem;
  width: 100%;
}
/* 头部背景 + 3个排名框 END */

/* 筛选框 START */
.ct .rank-filter-box {
  width: 100%;
  height: auto;
  position: sticky;
  padding: 0.2rem 0.24rem;
  box-sizing: border-box;
  z-index: 949;
}

.ct .rank-filter-box.active-fixed {
  position: sticky;
  top: 1.2rem;
  box-shadow: 0px 2px 4px 0px rgba(189,178,172,0.3);
  background-color: #fff;
  z-index: 949;
}

.ct .rank-filter-box .line {
  width: 100%;
  height: 0.6rem;
  display: flex;
  justify-content: space-between;
}

.ct .rank-filter-box .line .rank-tab {
  width: 2.18rem;
  height: 0.56rem;
  line-height: 0.56rem;
  background: #FDFDFD;
  box-shadow: 0 0 8px 0 rgba(229,229,229,0.5);
  border-radius: 0.08rem;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.28rem;
  color: #353E47;
}

.ct .rank-filter-box .line .rank-tab.active {
  color: #FFFFFF;
  height: 0.6rem;
  background: url(https://info.compassedu.hk/znz-app/rankv2/filterTabBg.png) no-repeat center center/cover;
  border-radius: 0;
  box-shadow: none;
}

.ct .rank-filter-box .line2 {
  display: flex;
  margin: 0.2rem 0 0.1rem;
  height: 0.4rem;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ct .rank-filter-box .line2 .common-box {
  display: flex;
  align-items: center;
}

.ct .rank-filter-box .line2 .title {
  color: #020E19;
  font-size: 0.32rem;
}

.ct .rank-filter-box .line2 .triangle {
  width: 0.18rem;
  height: 0.13rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 0.08rem;
}

.ct .rank-filter-box .line2 .triangle {
  background-image: url(https://info.compassedu.hk/znz-app/rankv2/triangle-down-1.png);
}

.ct .rank-filter-box .line2 .triangle.up {
  background-image: url(https://info.compassedu.hk/znz-app/rankv2/triangle-up-1.png);
}

.ct .rank-filter-box .line2 .active .triangle {
  background-image: url(https://info.compassedu.hk/znz-app/rankv2/triangle-down-2.png);
}

.ct .rank-filter-box .line2 .active .triangle.up {
  background-image: url(https://info.compassedu.hk/znz-app/rankv2/triangle-up-2.png);
}

.ct .rank-filter-box .line2 .active .title {
  color: #C56930;
}

.ct .rank-filter-box .filter-list-box {
  max-height: 5.1rem;
  padding-top: 0.24rem;
  overflow: hidden;
  transition: all 0.3s linear;
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  padding: 0.2rem 0.24rem;
  box-sizing: border-box;
}

.ct .rank-filter-box .filter-list-box.none {
  max-height: 0;
  padding-top: 0;
  transition: all 0s linear;
  display: none;
}

.ct .rank-filter-box .filter-list-box .container {
  width: 102%;
  max-height: 4.7rem;
  overflow-y: auto;
}

.ct .rank-filter-box .filter-list-box .container .per {
  width: 98%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.28rem;
  color: #262626;
}

.ct .rank-filter-box .filter-list-box .container .per .val {
  font-family: monospace;
}

.ct .rank-filter-box .filter-list-box .container .per:not(:last-child) {
  margin-bottom: 0.24rem;
}

.ct .rank-filter-box .filter-list-box .container .per .check-box {
  width: 0.38rem;
  height: 0.38rem;
  background-image: url(https://info.compassedu.hk/znz-app/rankv2/list_unselected.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.ct .rank-filter-box .filter-list-box .container .per.checked {
  color: #2372ff;
}

.ct .rank-filter-box .filter-list-box .container .per.checked .check-box {
  background-image: url(https://info.compassedu.hk/znz-app/rankv2/list_selected.png);
}
/* 筛选框 END */

/* 列表 START */
.ct #rank-list-swiper {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  min-height: 75vh;
  margin-top: 1vh;
}

.ct #rank-list-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ct #rank-list-swiper .rank-list-item {
  width: 100%;
  height: auto;
  padding: 0.1rem 0.24rem;
  box-sizing: border-box;
}

.ct #rank-list-swiper .rank-list-item:first-of-type {
  margin-top: -0.1rem;
}

.ct #rank-list-swiper .rank-list-item .box {
  width: 100%;
  height: 1.6rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
  border: 1px solid #FFFFFF;
  display: flex;
  padding: 0.24rem;
  box-sizing: border-box;
}

.ct #rank-list-swiper .rank-list-item .title {
  flex: 1;
  margin-right: 0.1rem;
  font-size: 0.28rem;
  font-weight: 500;
}

.ct #rank-list-swiper .rank-list-item .badge {
  position: relative;
  width: 1.12rem;
  height: 1.12rem;
  border-radius: 5%;
}

.ct #rank-list-swiper .rank-list-item .badge .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5%;
}

.ct #rank-list-swiper .rank-list-item .year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.32rem;
  color: #fff;
  font-weight: 600;
}
/* 列表 END */

.loading-text {
  line-height: 0.6rem;
  padding: 0!important;
  font-size: 0.28rem!important;
}

.head-main {
  position: relative!important;
}