:root, html {
  --theme-primary-color: #1890FF;
  --theme-red: #FF4D4F;
  --theme-yellow: #FFBB4C;
  --theme-orange: #FF9849;
  --theme-green: #42B696;
  --theme-lightgreen: #91C445;
  --theme-service-center: #6682D5;
  --theme-light-service-center: #456DBC;
  --text-main-color: #262626;
  --text-sub1-color: #595959;
  --text-sub2-color: #8C8C8C;
  --text-sub3-color: #C5C5C5;
  --text-sub4-color: #666666;
  --text-sub5-color: #3F3F3F;
  --text-sub6-color: #525252;
  --text-sub7-color: #3F3F3F;
  --text-sub8-color: #7A7A7A;
  --text-sub9-color: #9A9FA3;
  --text-sub10-color: #525252;
  --bg-default-color: #FFFFFF;
  --bg-light-color: #F7F7F7;
  --border-default-color: #E7E7E7;

  --rank-qs-text: #FFFFFF;
  --rank-times-text: #F3C696;
  --rank-usnews-text: #FFFFFF;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input,
nav,
header,
section,
footer {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-size: 100%;
  font-weight: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
  appearance: none;
  border: none;
  background: none;
}

fieldset,
img {
  border: 0;
}

a,
img {
  -webkit-touch-callout: none;
}

a {
  
  background: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

a, a:active, a:focus, a:hover, a:visited,
nav, nav:active, nav:focus, nav:hover, nav:visited {
  text-decoration: none;
  color: var(--text-main-color);
}

input[type='password'],
input[type='text'],
textarea {
  resize: none;
  outline: 0;
  -webkit-appearance: none;
  white-space: pre-wrap;
  word-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

:focus {
  outline: none;
}


body {
  min-width: 1230px;
  min-height: 100vh;
  font-weight: 400;
  font-family:  PingFang SC,Microsoft Yahei,Microsoft Yahei UI,Segoe UI,Tahoma,SimSun,sans-serif,Hiragino Sans GB;
  color: var(--text-main-color);
}

::placeholder {
  font-size: 14px;
  color: var(--text-sub2-color);
  line-height: 14px;
}

::-webkit-scrollbar {
  height: 10px;
  width: 8px;
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}



/* chrome */ 
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { 
    -webkit-appearance: none; 
}
/* 火狐浏览器 */
input[type="number"]{ 
    -moz-appearance: textfield; 
}




input[type='radio'] {
  position: relative;
  width: 14px;
  height: 14px;
  background: var(--bg-default-color);
  border-radius: 7px;
  border: 1px solid var(--border-default-color);
  -webkit-appearance: none;
}

.filter__item.active input[type='radio']::after,
.page__service .select-item.active input[type='radio']::after {
  position: absolute;
  content: ' ';
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  border-radius: 50%;
  background-color: var(--theme-primary-color);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

input[type='checkbox'] {
  position: relative;
  width: 14px;
  height: 14px;
  background: var(--bg-default-color);
  border-radius: 2px;
  border: 1px solid var(--border-default-color);
  -webkit-appearance: none;
}

.filter__item.active input[type='checkbox'],
.page__service .select-item.active input[type='checkbox'] {
  background-color: var(--theme-primary-color);
}

.filter__item.active input[type='checkbox']::after,
.page__service .select-item.active input[type='checkbox']::after {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('https://info.compassedu.hk/pc/img/icon/znz-icon-check-light.png');
  background-size: 100% 100%;
}

.page__service .select-item.disable input[type='checkbox'] {
  background-color: var(--border-default-color);
}

.meiqia-eve {
  width: 272.4px;
  height: 40.4px;
  position: fixed;
  z-index: 999999;
  bottom: 0;
  right: 20px;
  background-color: #007aff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.meiqia-eve span {
  display: block;
}

.meiqia-icon {
  width: 40px;
  height: 40.4px;
  padding-top: 8.4px;
}

.meiqia-icon label {
  display: block;
  width: 30px;
  height: 32px;
  margin-left: 5px;
  background: url('https://info.compassedu.hk/pc/img/home/meiqia-icons.png') 0px -3px / 64px no-repeat;
}

.meiqia-text {
  flex: 1;
  color: #FFFFFF;
  text-align: center;
  line-height: 40.4px;
  font-size: 16px;
}

/* ����戹ip���倌 */
.article-vip-tag {
  position: relative;
}

.article-vip-tag::before {
  position: absolute;
  content: 'VIP銝㮖澈';
  top: 0;
  left: 0;
  z-index: 2;
  width: 52px;
  height: 21px;
  border-radius: 0px 0 8px 0;
  background: linear-gradient(90deg, rgba(232, 195, 158, 1) 0%, rgba(248, 226, 204, 1) 100%);
  color: #3d3d3f;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.article-vip-tag.md::before {
  width: 59px;
  height: 24px;
  font-size: 14px;
}

.action__hover__cursor {
  cursor: pointer;
  /* user-select: none; */
}

.text-href, .text-href:hover, .text-href:active, .text-href:visited{
  color: var(--theme-primary-color) !important;
}

.line-1 {
  /* text-align: justify; */
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  -moz-binding: url('ellipsis.xml#ellipsis');
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  
}

.line-2 {
  text-align: justify;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.line-3 {
  text-align: justify;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.line-4 {
  text-align: justify;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  -moz-binding: url('https://info.compassedu.hk/pc/css/compatibleellipsis.xml#ellipsis');
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
  position: relative;
}

.line-5 {
  text-align: justify;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  -moz-binding: url('https://info.compassedu.hk/pc/css/compatibleellipsis.xml#ellipsis');
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  word-break: break-all;
  position: relative;
}

.line-6 {
  text-align: justify;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  word-break: break-all;
  position: relative;
}

.line-10 {
  text-align: justify;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  -webkit-box-orient: vertical;
  word-break: break-all;
  position: relative;
}

.component__picview__pop {
  max-height: 100vh !important;
  overflow-y: auto;
  box-sizing: border-box;
  line-height: 100vh;
}

.component__picview__pop img {
  vertical-align: middle;
  /* transform: translateY(calc(50vh - 50vh * 0.5));
  -webkit-transform: translateY(calc(50vh - 50vh * 0.5)); */
}


div[class^="component__toast__"] {
  position: fixed;
  top: 0;
  left: 0;

  z-index: 10000001;
  min-width: 216px;
  max-width: 380px;
  min-height: 138px;
  margin: auto;
  transform: translate3d(calc(50vw - 50%), calc(50vh - 50%), 0);
  -webkit-transform: translate3d(calc(50vw - 50%), calc(50vh - 50%), 0);
  line-height: 25px;
  padding: 30px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--bg-default-color);

  transition: all 0.3s;

  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  animation-name: toast__toggle;
  animation-duration: 0.15s;
  animation-fill-mode: both;
}

div[class^="component__toast__"] .toast-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 5px;
}

div[class^="component__toast__"] .toast-text {
  font-size: 18px;
  text-align: center;
}

div[class^="component__toast__"].active {
  display: flex;
}

.component__loading {
  position: fixed;
  top: 0;
  left: 0;

  z-index: 10000001;
  min-width: 216px;
  max-width: 350px;
  min-height: 138px;
  margin: auto;
  transform: translate3d(calc(50vw - 50%), calc(50vh - 50%), 0);
  -webkit-transform: translate3d(calc(50vw - 50%), calc(50vh - 50%), 0);
  line-height: 25px;
  padding: 30px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--bg-default-color);
  transition: all 0.3s;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.component__loading .loading {
  display: inline-block;
  height: 48px;
  width: 48px;
  background-image: url('https://info.compassedu.hk/pc/img/icon/znz-icon-loading4.gif');
}

.component__loading.active {
  display: flex;
}

/* .component__loading .icon-loading::before {
  display: inline-block;
  animation: round-loading 1.75s infinite linear;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
} */

.component__loading .loading-text {
  display: inline-block;
  margin-top: 5px;
  font-size: 18px;
}

.component__loading.active {
  display: flex;
}

@keyframes toast__toggle {
  0% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

@keyframes round-loading {
  0%{
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

.component__desc__pop {
  position: relative;
}

.component__desc__pop:hover .desc-content,
.component__desc__pop:hover .arrow-top {
  display: block;
}

.component__desc__pop .desc-icon {
  display: block;
  width: 23px;
  height: 23px;
  margin-left: 5px;
  background-size: 100% 100%;
  background-image: url('https://info.compassedu.hk/pc/img/icon/znz-icon-desc.png');
  background-repeat: no-repeat; 
  cursor: pointer;
}

.component__desc__pop .desc-content {
  position: absolute;
  z-index: 2;
  top: 32px;
  left: -50%;
  max-width: 412px;
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-sub1-color);
  text-align: justify;
  background-color: var(--bg-default-color);
  border-radius: 6px;
  box-shadow: 0 2px 6px 0 var(--border-default-color);
  border: 1px solid var(--bg-light-color);
  display: none;
  animation-name: animate__popactive;
  animation-duration: 0.1s;
  animation-fill-mode: both;
}

.component__desc__pop .arrow-top {
  position: absolute;
  z-index: 3;
  top: 25px;
  left: 9px;
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: var(--bg-default-color);
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-top-color: var(--border-default-color);
  border-right-color: var(--border-default-color);
  border-top-right-radius: 3px;
  display: none;
  animation-name: animate__popactive;
  animation-duration: 0.1s;
  animation-fill-mode: both;
}

.component__pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* user-select: none; */
}

.component__pagination .slot__left,
.component__pagination .slot__right {
  width: 30px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-sub2-color);
  cursor: pointer;
}

.component__pagination .slot__left i.icon-disable,
.component__pagination .slot__right i.icon-disable {
  cursor: default;
  color: var(--text-sub3-color);
}

.component__pagination .slot__left i.icon-able:hover,
.component__pagination .slot__right i.icon-able:hover {
  color: var(--theme-primary-color);
  transition: all 0.3s;
  text-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}

.component__pagination .slot__left i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  font-size: 18px;
  transition: all 0.3s;
}

.component__pagination .slot__mid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.component__pagination .slot__mid div {
  height: 28px;
  padding: 0 12px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 28px;
  color: var(--text-sub2-color);
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.component__pagination .slot__mid div:hover {
  color: var(--theme-primary-color);
  transition: all 0.3s;
}

.component__pagination .slot__mid div.active-num {
  background-color: var(--theme-primary-color);
  color: var(--bg-default-color);
}

.component__pagination .slot__mid div.active-num:hover {
  color: var(--bg-default-color);
  transition: all 0.3s;
}

.component__pagination .slot__mid div.more-num {
  padding: 0;
  cursor: default;
}

.component__pagination .slot__mid div.more-num:hover {
  color: var(--text-sub2-color);
  transition: all 0.3s;
}

.component__pagination .slot__right i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  font-size: 18px;
  transition: all 0.3s;
}

.component__pagination .pagination-prefix {
  margin-right: 10px;
  font-size: 14px;
  color: #595959;
  line-height: 20px;
}

.component__pagination .pagination-suffix {
  margin-left: 10px;
  font-size: 14px;
  color: #595959;
  line-height: 20px;
}

.component__pagination .pagination-suffix input {
  margin: 0 5px;
  padding: 0 10px;
  width: 45px;
  height: 28px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E7E7E7;
}


#znz-pc {
  min-width: 1230px;
  width: 100%;
  min-height: 100vh;
  background-color: var(--bg-light-color);
}

.layout__nav__bar .section__all,
.layout__footer .section__all {
  width: 1200px;
  margin: 0 auto;
}

.layout__left {
  width: 860px;
}

.layout__right {
  width: 330px;
}

.layout__mid {
  width: 1200px;
}

.layout__container {
    width: 1200px;
    min-height: 100vh;
    margin: 0 auto;
    padding-top: 66px;
}

.layout__container div[class^="detail__module__"] {
  padding: 25px 20px 20px;
  background-color: var(--bg-default-color);
}


.layout__container .module_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layout__container div[class^="detail__module__"] {
    padding: 25px 20px 20px;
    background-color: var(--bg-default-color);
}
.detail__module__commendrank {
    background-color: var(--bg-default-color);
    padding-bottom: 0 !important;
}

.layout__container .module_head .title {
    height: 18px;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    /* user-select: none; */
}

.layout__container .module_head .more-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layout__container .module_head .more-btn .text, .layout__container .module_head .more-btn .icon {
    cursor: pointer;
    transition: all 0.3s;
}

.layout__container .module_head .more-btn .icon {
    height: 16px;
    font-size: 16px;
    color: var(--text-sub2-color);
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.layout__container .module_head .more-btn .text {
    height: 16px;
    font-size: 16px;
    color: var(--text-sub2-color);
    line-height: 16px;
}

.rank-list .rank-item:not(:last-child) {
    border-bottom: 1px solid var(--border-default-color);
}

.rank-list .rank-item {
    position: relative;
    width: 100%;
    height: 62px;
    padding: 20px 0 20px 18px;
    font-size: 16px;
    line-height: 21px;
    transition: all 0.3s;
}

/* ************************导航栏************************ */
.layout__nav__bar {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 66px;
  background-color: var(--bg-default-color);
  box-shadow: inset 0px -1px 0px 0px var(--border-default-color);
  /* display: flex;
  align-items: center; */
}

.layout__nav__bar .section__all {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.layout__nav__bar .slot__left {
  width: 154px;
  height: 36px;
  margin-right: 30px;
  cursor: pointer;
}

.layout__nav__bar .slot__left .web-logo img {
  width: 154px;
  height: 36px;
  cursor: pointer;
}

.layout__nav__bar .slot__mid {
  flex: 1;
  font-size: 16px;
}

.layout__nav__bar .slot__mid .nav-list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.layout__nav__bar .slot__mid .nav-item {
  position: relative;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout__nav__bar .slot__mid .nav-item>a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout__nav__bar .slot__mid .nav-item:not(:last-child) {
  margin-right: 14px;
  /* margin-right: 22px; */
}

.layout__nav__bar .slot__mid .nav-item .dropdown-box {
  margin-left: -10px;
  padding: 5px 0;
  box-shadow: 0px 2px 4px 0px rgba(89, 89, 89, 0.5);

}

.layout__nav__bar .slot__mid .nav-item .dropdown-box a {
  display: inline-block;
  width: 100%;
  line-height: 14px;
  padding: 10px 15px 10px 10px;
  transition: all 0.5s;
  white-space: nowrap;
}

.layout__nav__bar .slot__mid .nav-item .dropdown-box a:hover {
  background-color: var(--theme-primary-color);
  color: var(--bg-default-color);
  transition: all 0.5s;
}

.layout__nav__bar .slot__mid .nav-item::after {
  position: absolute;
  content: ' ';
  width: 0;
  height: 4px;
  bottom: 0;
  left: 50%;
  z-index: 10;
  background-color: var(--theme-primary-color);
  transition: all 0.5s;
}

.layout__nav__bar .slot__mid .nav-item:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.5s;
}

.layout__nav__bar .slot__mid .nav-item .icon {
  display: inline-block;
  position: relative;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  transition: all 0.3s;
}

.layout__nav__bar .slot__mid .nav-item:hover .icon {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transition: all 0.3s;
}

.layout__nav__bar .slot__mid .nav-item:hover .dropdown-box {
  display: block;
}

.layout__nav__bar .slot__right {
  width: 277px;
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.layout__nav__bar .slot__right .search-box {
  position: relative;
  width: 222px;
  height: 30px;
  padding-left: 8px;
  border-radius: 2px;
  border: 1px solid var(--theme-primary-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.layout__nav__bar .slot__right .search-box .hot-list {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  background-color: var(--bg-default-color);
  border-radius: 2px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border-default-color);
}

.layout__nav__bar .slot__right .search-box .hot-list a {
  display: block;
  width: 175px;
  padding: 10px 8px;
  transition: all 0.3s;

}

.layout__nav__bar .slot__right .search-box .hot-list a:hover {
  color: var(--theme-primary-color);
  background-color: var(--bg-light-color);
  transition: all 0.3s;
}

.layout__nav__bar .slot__right .search-box .search-text {
  display: inline-block;
  width: 167px;
  height: 30px;
  border-radius: 2px 0px 0px 2px;
  color: var(--text-main-color);
}

.layout__nav__bar .slot__right .search-box .dropdown-box {
  width: 167px;
}

.layout__nav__bar .slot__right .search-box .search-text::placeholder {
  font-size: 14px;
  color: var(--text-sub2-color);
  line-height: 14px;
}

.layout__nav__bar .slot__right .search-box .search-btn {
  width: 47px;
  height: 30px;
  background: var(--theme-primary-color);
  border-radius: 0px 2px 2px 0px;
  color: var(--bg-default-color);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}



.layout__nav__bar .slot__right .login-box {
  width: 30px;
  font-size: 14px;
  color: var(--theme-primary-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.layout__nav__bar .slot__right .logined-box {
  flex: 1;
  height: 66px;
}

.layout__nav__bar .slot__right .user-box {
  position: relative;
  flex: 1;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.layout__nav__bar .slot__right .user-box .user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s;
}

.layout__nav__bar .slot__right .logined-box:hover .user-box .user-avatar {
  box-shadow: 0 0 7px 0 #AFD7FB;
  transition: all 0.3s;
}

.layout__nav__bar .slot__right .user-box .user-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  object-fit: cover;
}

.layout__nav__bar .slot__right .user-box .user-info {
  position: absolute;
  flex-shrink: 0;
  width: 301px;
  height: 271px;
  top: 66px;
  right: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 19px 0px #DCDCDC;
  border-radius: 4px;
  transition: all 0.3s;
  display: none;
  animation-name: animate__slidedown;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.layout__nav__bar .slot__right .user-box .user-info:not(.service) {
  background-image: url('https://info.compassedu.hk/pc/img/personal/login-bg-index-default.png?imageMogr2/auto-orient/thumbnail/x325>/blur/1x0/quality/10|imageslim');
}

.layout__nav__bar .slot__right .user-box .user-info.service {
  background-image: url('https://info.compassedu.hk/pc/img/personal/login-bg-index-light.png?imageMogr2/auto-orient/thumbnail/x325>/blur/1x0/quality/10|imageslim');
}

.layout__nav__bar .slot__right .user-box .user-info.service {
  height: 329px;
}

.layout__nav__bar .slot__right .logined-box:hover .user-box .user-info {
  display: block;
  transition: all 0.3s;
}

.layout__nav__bar .slot__right .user-box .user-info .detail-box {
  width: 300px;
  margin-bottom: 19px;
  padding: 0 15px;
  background-color: var(--bg-light-color);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.layout__nav__bar .slot__right .user-box .detail-box .avatar {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  transition: all 0.3s;
  margin: 25px 0 10px;
}

.layout__nav__bar .slot__right .user-box .detail-box .name {
  height: auto;
  font-size: 16px;
}

.layout__nav__bar .slot__right .user-box .detail-box .avatar img {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  object-fit: cover;

}

.layout__nav__bar .slot__right .user-box .user-info .detail-box:hover .avatar {
  box-shadow: 0 2px 7px 0 #AFD7FB;
  transition: all 0.3s;
}

.layout__nav__bar .slot__right .user-box .user-info:not(.service) .detail-box:hover {
  color: var(--theme-primary-color);
  transition: all 0.3s;
}

.layout__nav__bar .slot__right .user-box .user-info.service .detail-box:hover {
  color: #F89D52 !important;
  transition: all 0.3s;
}

.layout__nav__bar .slot__right .user-box .user-info .link-box {
  width: 270px;
  height: 86px;
  margin: 0 auto;
  padding: 19px 20px;
  background-color: var(--bg-default-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 5px 13px 0px rgba(186,198,207,0.23);
  border-radius: 8px;
  backdrop-filter: blur(2px);
}

.layout__nav__bar .slot__right .user-box .user-info:not(.service) .link-box {
  margin-bottom: 14px;
}

.layout__nav__bar .slot__right .user-box .link-box .link-item {
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  transition: all 0.3s;
}

.layout__nav__bar .slot__right .user-info:not(.service) .link-box .link-item:hover {
  color: var(--theme-primary-color) !important;  
  transition: all 0.3s;
}

.layout__nav__bar .slot__right .user-info.service .link-box .link-item:hover {
  color: #F89D52 !important;
  transition: all 0.3s;
}

.layout__nav__bar .slot__right .user-box .link-box .link-item .icon {
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.layout__nav__bar .slot__right .user-box .service-entry {
  display: block;
  margin: 8px auto;
  width: 286px;
  height: 52px;
  background-image: url(https://info.compassedu.hk/pc/img/personal/center-enter-btn-default.png?imageMogr2/auto-orient/thumbnail/576x112>/blur/1x0/quality/90|imageslim);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.3s ease;
}

.layout__nav__bar .slot__right .user-box .service-entry:hover {
  background-image: url(https://info.compassedu.hk/pc/img/personal/center-enter-btn-active.png?imageMogr2/auto-orient/thumbnail/576x112>/blur/1x0/quality/90|imageslim);
  transition: all 0.3s ease;
}

.layout__nav__bar .slot__right .user-box .user-info .btn-box {
  position: relative;
  width: 100%;
  padding: 15px 0 19px;
  display: flex;
  justify-content: center;
  align-items: center;  
}

.layout__nav__bar .slot__right .user-box .user-info:not(.service) .btn-box {
  border-top: 1px solid #E0E4E8;
}

.layout__nav__bar .slot__right .user-box .user-info.service .btn-box::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(45deg, rgba(249, 232, 222, 1), rgba(240, 205, 185, 1));
}

.layout__nav__bar .slot__right .user-box .btn-box a,
.layout__nav__bar .slot__right .user-box .btn-box div {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  text-shadow: 0px 2px 19px #DCDCDC;
  transition: all 0.3s;
  width: 50%;
}

.layout__nav__bar .slot__right .user-info:not(.service) .btn-box a:hover,
.layout__nav__bar .slot__right .user-info:not(.service) .btn-box div:hover {
  color: var(--theme-primary-color);
  transition: all 0.3s;
}


.layout__nav__bar .slot__right .user-info.service .btn-box a:hover,
.layout__nav__bar .slot__right .user-info.service .btn-box div:hover {
  color: #F89D52;
  transition: all 0.3s;
}

.layout__nav__bar .slot__right .user-info:not(.service) .btn-box .btn-setting {
  border-right: 1px solid #E0E4E8;
}

.layout__nav__bar .slot__right .user-info.service .btn-box .btn-setting {
  border-right: 1px solid #F0CDB9;
}

.dropdown-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--bg-default-color);
  animation-name: animate__dropdown;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes animate__slide {
  0% {
    transform: translate3d(0, -30px, 0);
    opacity: 0.3;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes animate__dropdown {
  0% {
    transform: translate3d(0, 30px, 0);
    opacity: 0.3;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* 十周年 */
.tenyear .slot__mid{
  /* font-size: 14px; */
}

.tenyear .slot__mid .nav-item:not(:last-child) {
  margin-right: 24px;
}

.tenyear .slot__right {
  width: 275px;
}

.tenyear .slot__right .login-box {
  width: 28px;
}

.tenyear .slot__left {
  width: 234px;
  margin-right: 24px;
}

.tenyear .slot__left .web-logo {
  width: 234px;
  height: 36px;
  position: relative;
  display: block;
}

.tenyear .slot__left .web-logo::before {
  content: ' ';
  position: absolute;
  top: 2px;
  left: 169px;
  width: 1px;
  height: 32px;
  background-color: var(--theme-primary-color);
}

.tenyear .slot__left .web-logo::after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 49px;
  height: 36px;
  background-image: url('https://info.compassedu.hk/pc/img/layout/nav-tenyear4.png');
  background-size: 100% 100%;
}

/* *************************页脚************************* */
.layout__footer {
  width: 100%;
  min-width: 1200px;
  padding: 30px 0;
  background-color: var(--text-sub1-color);
  color: var(--bg-default-color);
  font-size: 12px;
  line-height: 18px;
  position: relative;
}

.layout__footer a, .layout__footer a:active, .layout__footer a:focus, .layout__footer a:hover, .layout__footer a:visited {
  color: var(--bg-default-color);
}

.layout__footer .module__contact,
.layout__footer .module__univ,
.layout__footer .module__link {
  width: 1200px;
  margin-bottom: 20px;
}

.layout__footer .module__contact {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

/* 关于我们 */
.layout__footer .module__contact .about {
  width: 313px;
  text-align: justify;
}

/* 公司地址 */
.layout__footer .module__contact .address {
  width: 237px;
}

.layout__footer .module__contact .address div[class^="addr-detail-"] {
  display: block;
}

.layout__footer .module__contact .address .addr {
  text-align: justify;
}

.layout__footer .module__contact .address .tab-list {
  display: flex;
  justify-content: space-between;
  height: 20px;
  margin-bottom: 10px;
}

.layout__footer .module__contact .address .tab-list .tab-item {
  height: 18px;
  line-height: 12px;
  margin-top: 2px;
  position: relative;
  /* transition: all 0.15s; */
}

.layout__footer .module__contact .address .tab-list .active {
  height: 20px;
  font-size: 14px;
  line-height: 14px;
  margin-top: 0;
  /* transition: all 0.15s; */
}

.layout__footer .module__contact .address .tab-list .active::after {
  position: absolute;
  content: ' ';
  width: 16px;
  height: 2px;
  left: calc(50% - 8px);
  bottom: 0;
  background: var(--bg-default-color);
  border-radius: 2px;
}

.layout__footer .module__contact .address .place-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 18px;
  margin-bottom: 5px;
}

.layout__footer .module__contact .address .place-list .place-item {
  height: 12px;
  line-height: 12px;
  margin-right: 20px;
  font-weight: 400;
  position: relative;
}

.layout__footer .module__contact .address .place-list .active {
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
}

.layout__footer .module__contact .address .place-list .active::after {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -6px;
  background: var(--bg-default-color);
  border-radius: 2px;
}

/* 联系我们 */
.layout__footer .module__contact .contact {
  width: 202px;
}

.layout__footer .module__contact .contact .content p{
  height: 18px;
  line-height: 18px;
  /* white-space: nowrap; */
}

.layout__footer .module__contact .contact .icon-list {
  margin-top: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 24px;
}

.layout__footer .module__contact .contact .icon-list a {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 6px;
}

.layout__footer .module__contact .contact .icon-list a:first-child {
  margin-left: 0;
}

.layout__footer .module__contact .contact .icon-list img {
  width: 24px;
  height: 24px;
}

.layout__footer .module__contact .contact .icon-item {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 6px;
}


.layout__footer .module__contact .qrcode-box {
  position: absolute;
  width: 175px;
  height: 186px;
  /* right: 75px; */
  background: var(--bg-default-color);
  /* box-shadow: 0px 0px 11px 0px var(--border-default-color); */
  border: 1px solid var(--border-default-color);
  border-radius: 4px;
  padding: 13px;
  display: none;
  animation-name: animate__popactive;
  animation-duration: 0.1s;
  animation-fill-mode: both;
  color: var(--text-main-color);
}
.layout__footer .module__contact .qrcode-box img {
  display: block;
  width: 137px !important;
  height: 137px !important;
  margin: 0 auto 4px;
}

.layout__footer .module__contact .text {
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
}
.layout__footer .module__contact .arrow-box {
  position: absolute;
  width: 15px;
  height: 15px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  background: var(--bg-default-color);
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-top-color: var(--border-default-color);
  border-right-color: var(--border-default-color);
  border-top-right-radius: 5px;
  display: none;
  animation-name: animate__popactive;
  animation-duration: 0.1s;
  animation-fill-mode: both;
}

.layout__footer .module__contact .qrcode-wechat {
  right: 0;
  bottom: 40px;
}

.layout__footer .module__contact .qrcode-weapp {
  left: 0;
  bottom: 40px;
}

.layout__footer .module__contact .icon-item .arrow-box {
  top: -24px;
}

.layout__footer .module__contact .icon-item:nth-child(5) .arrow-box {
  left: 9px;
}


.layout__footer .module__contact .icon-item:nth-child(4):hover .qrcode-wechat,
.layout__footer .module__contact .icon-item:nth-child(4):hover .arrow-box {
  display: block;
}

.layout__footer .module__contact .icon-item:nth-child(5):hover .qrcode-weapp,
.layout__footer .module__contact .icon-item:nth-child(5):hover .arrow-box{
  display: block;
}

/* app二维码 */
.layout__footer .module__contact .qrcode {
  width: 110px;
}

.layout__footer .module__contact .qrcode .app {
  width: 110px;
  height: 110px;
  margin-bottom: 6px;

}

.layout__footer .module__contact .qrcode .text {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
}

/* 热门大学 */
.layout__footer .module__univ .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}

.layout__footer .module__univ .title .toggle-btn {
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

.layout__footer .module__univ .content,
.layout__footer .module__link .content {
  width: 1200px;
  text-align: justify;
}

.layout__footer .link {
  margin-right: 16px;
}

.layout__footer .title {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  font-weight: 600;
  /* user-select: none; */
}


/* **********************右侧功能栏********************** */
@media screen and (min-width: 1340px) {
  .layout__right__bar {
    position: fixed;
    z-index: 3;
    top: 270px;
    left: calc(50vw + 600px);
    width: 75px;
    padding: 10px 0;
  }
}
.layout__right__bar {
  position: fixed;
  z-index: 3;
  top: 270px;
  right: 10px;
  width: 75px;
  padding: 10px 0;
}

.layout__right__bar .section__all {
  width: 100%;
  max-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.layout__right__bar .icon-box {
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  
  background-color: var(--bg-default-color);
  box-shadow: 0px 0px 10px 0px var(--border-default-color);
  display: flex;
  justify-content: center;
  align-items: center;
  /* user-select: none; */
  cursor: pointer;
  transition: all 0.3s;
}

.layout__right__bar .icon-box:not(:last-child) {
  margin-bottom: 20px;
}

.layout__right__bar .icon-box:nth-child(4) {
  display: none;
}

.layout__right__bar .icon-box.active {
  background-color: var(--theme-primary-color);
  transition: all 0.3s;
}

.layout__right__bar .icon-box .icon {
  width: 35px;
  height: 35px;
  background-size: 100% 100%;
}

.layout__right__bar .qrcode-box {
  position: absolute;
  width: 175px;
  height: 186px;
  right: 75px;
  background: var(--bg-default-color);
  box-shadow: 0px 0px 11px 0px var(--border-default-color);
  border: 1px solid var(--border-default-color);
  border-radius: 4px;
  padding: 13px;
  display: none;
  animation-name: animate__popactive;
  animation-duration: 0.1s;
  animation-fill-mode: both;
}
.layout__right__bar .qrcode-box img {
  display: block;
  width: 137px;
  height: 137px;
  margin: 0 auto 4px;
}

.layout__right__bar .qrcode-box .text {
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
}
.layout__right__bar .arrow-box {
  position: absolute;
  right: 68px;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: var(--bg-default-color);
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-top-color: var(--border-default-color);
  border-right-color: var(--border-default-color);
  border-top-right-radius: 5px;
  display: none;
  animation-name: animate__popactive;
  animation-duration: 0.1s;
  animation-fill-mode: both;
}

.layout__right__bar .qrcode-wechat {
  bottom: 0;
}

.layout__right__bar .icon-box:nth-child(1) .arrow-box {
  bottom: 20px;
}

.layout__right__bar .qrcode-app {
  top: 0;
}

.layout__right__bar .icon-box:nth-child(1) .arrow-box {
  top: 20px;
}


.layout__right__bar .icon-box:nth-child(1):hover .qrcode-wechat,
.layout__right__bar .icon-box:nth-child(1):hover .arrow-box {
  display: block;
}

.layout__right__bar .icon-box:nth-child(2):hover .qrcode-app,
.layout__right__bar .icon-box:nth-child(2):hover .arrow-box{
  display: block;
}

@keyframes animate__popactive {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}


/* 院校、专业、案例列表页 */
.layout__container {
  padding-top: 76px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  
}

.layout__list__right {
  width: 330px;
  border-radius: 10px;
  box-shadow: 0 0 13px #e6e6e6;
}

.page__univ__list,
.page__majr__list,
.page__newst__list,
.page__article__list,
.page__report__list,
.page__adviser__list,
.page__competition__list,
.page__internship__list {
  width: 860px;
  min-height: calc(100vh - 76px);
  padding: 20px 20px 30px;
  background-color: var(--bg-default-color);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 10px;
  box-shadow: 0 0 13px #e6e6e6;
}

.section__part__filter {
  width: 100%;
}

.section__part__result {
  width: 100%;
  min-height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid var(--border-default-color);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* *************************头部信息*************************** */
.section__part__head {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.section__part__head .list-title {
  position: relative;
  display: block;
  height: 30px;
  margin-right: 20px;
  /* user-select: none; */
  width: auto;
}

.section__part__head .list-title img {
  height: 30px;
}

.section__part__head .list-title::after {
  position: absolute;
  content: ' ';
  width: 1px;
  height: 20px;
  top: 8px;
  right: -20px;
  background-color: var(--border-default-color);
}

.section__part__head .list-tab {
  margin-left: 28px;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.section__part__head .list-tab .tab-item {
  height: 14px;
  font-size: 15px;
  color: var(--text-sub1-color);
  line-height: 14px;
  margin-right: 21px;
  cursor: pointer;
}

.section__part__head .list-tab .tab-item.active {
  position: relative;
  height: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
}

.section__part__head .list-tab .tab-item.active::after {
  position: absolute;
  content: '';
  bottom: -11px;
  left: calc(50% - 18px);
  width: 36px;
  height: 3px;
  background: var(--theme-primary-color);
  border-radius: 2px;
}

.section__part__head .list-search {
  margin-left: 20px;
  width: 386px;
}

.section__part__head .list-desc {
  margin-left: 20px;
  height: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  /* user-select: none; */
}

/* *************************列表*************************** */
.section__part__result .result-list {
  width: 100%;
  padding: 0 20px;
}

.section__part__result .component__pagination {
  margin: 20px 0;
}

/* *************************猜你想看*************************** */
.section__part__result.empty {
  padding: 0;
  border: none;
}

.section__part__result.empty .result-list {
  display: none !important;
}

.section__part__result.empty .commend-list {
  display: block;
}

.section__part__result .commend-list {
  width: 100%;
  display: none;
}

.section__part__result .commend-list .module_head {
  margin-top: 20px;
}

.section__part__result .commend-list>div:last-child {
  border-bottom: none;
}

.section__part__result .commend-list .empty-box {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid var(--border-default-color) !important;
}

.section__part__result .commend-list .empty-box img {
  margin-top: 100px;
  margin-bottom: 25px;
}

.section__part__result .commend-list .empty-box .text {
  height: 14px;
  font-size: 14px;
  color: var(--text-sub1-color);
  line-height: 14px;
}

.detail__module__commendrank {
  background-color: var(--bg-default-color);
  padding-bottom: 0 !important;
}

/* filter样式调整 */
.page__univ__list .component__filter .filter__row:nth-child(2)>.slot__right .filter__child>.filter__level__container>.filter__list>.filter__item {
  width: 120px;
  margin-right: 0;
  justify-content: flex-start; 
}

.page__majr__list .component__filter .filter__row:nth-child(2)>.slot__right .filter__child>.filter__level__container>.filter__list>.filter__item {
  width: 120px;
  margin-right: 0;
  justify-content: flex-start; 
}

.page__newst__list .component__filter .filter__row:nth-child(2)>.slot__right .filter__child>.filter__level__container>.filter__list>.filter__item {
  width: 120px;
  margin-right: 0;
  justify-content: flex-start; 
}

.page__report__list .component__filter .filter__row:nth-child(2)>.slot__right .filter__child>.filter__level__container>.filter__list>.filter__item {
  width: 120px;
  margin-right: 0;
  justify-content: flex-start; 
}

.page__majr__list .component__filter .filter__row:nth-child(2)>.slot__right>.filter__level__container>.filter__list>.filter__item {
  padding-left: 19px !important;
  width: 77px;
  margin-right: 0;
  justify-content: flex-start; 
}

.page__newst__list .component__filter .filter__row:nth-child(2)>.slot__right>.filter__level__container>.filter__list>.filter__item {
  padding-left: 19px !important;
  width: 77px;
  margin-right: 0;
  justify-content: flex-start; 
}

.page__report__list .component__filter .filter__row:nth-child(2)>.slot__right>.filter__level__container>.filter__list>.filter__item {
  padding-left: 19px !important;
  width: 77px;
  margin-right: 0;
  justify-content: flex-start; 
}


.component__filter .filter__container {
  width: 100%;
  padding: 20px 20px 3px;
  background-color: var(--bg-light-color);
  /* border: 1px solid var(--border-default-color); */
}

.component__filter .filter__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  
}

.component__filter .filter__row .slot__left {
  position: relative;
  width: 90px; 
  height: 14px;
  line-height: 14px;
  font-size: 14px;
}

.component__filter .filter__row .slot__left::after {
  position: absolute;
  content: ':';
  top: 0;
  left: 60px;
  width: auto;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
}

.component__filter .filter__row .slot__right {
  flex: 1; 
  line-height: 14px;
  font-size: 14px;
}

.component__filter .filter__row .filter__level__container.show {
  display: block;
}

.component__filter .filter__row .filter__level__container.hide {
  display: none;
}

.component__filter .filter__row .filter__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.component__filter .filter__row .filter__child {
  padding-top: 20px;
  border-top: 1px solid var(--border-default-color);
}

.component__filter .filter__row .filter__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 30px;
  
}

.component__filter .filter__row .filter__item {
  color: var(--text-sub1-color);
}

.component__filter .filter__row .filter__item,
.component__filter .filter__row .filter__item>* {
  cursor: pointer;
}

.component__filter .filter__row .filter__item.ass-show {
  display: flex;
}

.component__filter .filter__row .filter__item.ass-hide {
  display: none;
}

.component__filter .filter__item.active,
.component__filter .filter__item.parent-active {
  color: var(--theme-primary-color);
}

.component__filter .filter__item.active label {
  color: var(--text-sub1-color) !important;
}

.component__filter .filter__item input,
.component__filter .filter__item input {
  margin-right: 5px;
}

.component__filter .filter__item i,
.component__filter .filter__item i {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  transition: all 0.3s;
}

.component__filter .filter__item.active i,
.component__filter .filter__item.parent-active i {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transition: all 0.3s;
}

.component__filter .filter__active {
  padding-top: 20px;
  border-top: 1px solid var(--border-default-color);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.component__filter .filter__active__container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 30px;
}

.component__filter .active__label {
  margin-bottom: 20px;
  margin-right: 10px;
  color: var(--text-sub2-color);
  /* user-select: none; */
}

.component__filter .active__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 7px 5px 10px;
  margin-bottom: 20px;
  margin-right: 10px;
  border-radius: 2px;
  border: 1px solid var(--text-sub3-color);
  cursor: pointer;
  transition: all 0.3s;
}

.component__filter .active__item .text {
  display: inline-block;
  margin-right: 7px;
  height: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.component__filter .active__item .icon {
  font-size: 10px;
  transform: scale(0.65);
  -webkit-transform: scale(0.65);
  color: var(--text-sub3-color);
  transition: all 0.3s;
}

.component__filter .active__item:hover {
  color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  transition: all 0.3s;
}

.component__filter .active__item:hover .icon {
  color: var(--theme-primary-color);
  transition: all 0.3s;
}

.component__filter .sort__container {
  width: 100%;
  margin-top: 20px;
  /* user-select: none; */
}

.component__filter .sort__container .sort__list {
  width: 100%;
  height: 34px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 2px solid var(--theme-primary-color);
}

.component__filter .sort__container .sort__list .sort__item {
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  font-size: 14px;
  color: var(--text-sub1-color);
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}

.component__filter .sort__container .sort__list .sort__item.active {
  background-color: var(--theme-primary-color);
  color: var(--bg-default-color);
}

.component__filter .sort__container .sort__list .sort__item:hover {
  color: var(--theme-primary-color);
  transition: all 0.3s;
}

.component__filter .sort__container .sort__list .sort__item.active:hover {
  color: var(--bg-default-color) !important;
  transition: all 0.3s;
}


.component__filter .result__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  height: 15px;
}

.component__filter .result__container .slot__left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  /* user-select: none; */
}

.component__filter .result__container .slot__left .text {
  height: 14px;
  line-height: 14px;
  font-size: 14px;
}

.component__filter .result__container .slot__left .count {
  color: var(--theme-primary-color);
  height: 14px;
  line-height: 14px;
  font-size: 18px;
}

.component__filter .result__container .slot__empty {
  height: 14px;
  font-size: 14px;
  color: var(--text-sub1-color);
  line-height: 14px;
}

.component__filter .result__container .slot__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}


.component__filter .result__container .slot__right .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-size: 100% 100%;
  background-image: url('https://info.compassedu.hk/pc/img/icon/znz-icon-clear.png');
}

.component__filter .result__container .slot__right .text {
  height: 14px;
  line-height: 14px;
}


.section__part__result .univ-item,
.section__part__result .majr-item {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid var(--border-default-color);
}

.section__part__result .univ-item .slot_left,
.section__part__result .majr-item .slot_left {
  margin-right: 15px;
}

.section__part__result .univ-item .slot_left .cover,
.section__part__result .univ-item .slot_left .cover img,
.section__part__result .majr-item .slot_left .cover,
.section__part__result .majr-item .slot_left .cover img {
  width: 45px;
  height: 45px;
}

.section__part__result .univ-item .slot_mid,
.section__part__result .majr-item .slot_mid {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 15px;
}

.section__part__result .univ-item:hover .slot_mid .cname,
.section__part__result .majr-item:hover .slot_mid .cname {
  color: var(--theme-primary-color) !important;
  transition: all 0.3s;
}

.section__part__result .univ-item .slot_mid .name,
.section__part__result .majr-item .slot_mid .name {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
}

.section__part__result .univ-item .slot_mid .name .cname,
.section__part__result .majr-item .slot_mid .name .cname {
  min-height: 16px;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  transition: all 0.3s;
}

.section__part__result .univ-item .slot_mid .name .icon-nan,
.section__part__result .majr-item .slot_mid .name .icon-nan {
  margin-top: -2px;
  width: 77px;
  height: 20px;
  margin-left: 10px;
}

.section__part__result .univ-item .slot_mid .ename,
.section__part__result .majr-item .slot_mid .ename {
  width: 100%;
  height: 18px;
  font-size: 14px;
  line-height: 14px;
  color: var(--text-sub2-color);
  margin-bottom: 6px;
}

.section__part__result .univ-item .slot_mid .anchor,
.section__part__result .majr-item .slot_mid .anchor {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0 0;
}

.section__part__result .univ-item .slot_mid .anchor span,
.section__part__result .majr-item .slot_mid .anchor span {
  position: relative;
  display: inline-block;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: var(--text-sub3-color);
  transition: all 0.3s;
}

.section__part__result .univ-item .slot_mid .anchor span:hover,
.section__part__result .majr-item .slot_mid .anchor span:hover {
  color: var(--theme-primary-color);
  transition: all 0.3s;
}

.section__part__result .univ-item .slot_mid .anchor span:not(:last-child),
.section__part__result .majr-item .slot_mid .anchor span:not(:last-child) {
  margin-right: 10px;
}

.section__part__result .univ-item .slot_mid .anchor span:not(:first-child),
.section__part__result .majr-item .slot_mid .anchor span:not(:first-child) {
  margin-left: 10px;
}


.section__part__result .univ-item .slot_mid .anchor span:not(:last-child)::after,
.section__part__result .majr-item .slot_mid .anchor span:not(:last-child)::after {
  position: absolute;
  content: ' ';
  width: 1px;
  height: 10px;
  right: -10px;
  top: 2px;
  background-color: var(--text-sub3-color);
}

.section__part__result .univ-item .slot_mid .tag-list,
.section__part__result .majr-item .slot_mid .tag-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
}

.section__part__result .univ-item .slot_mid .tag-list .tag-item,
.section__part__result .majr-item .slot_mid .tag-list .tag-item {
  font-size: 12px;
  color: var(--theme-primary-color);
  line-height: 12px;
  padding: 3px 10px;
  border-radius: 9px;
  border: 1px solid var(--theme-primary-color);
  margin-right: 10px;
}

.section__part__result .univ-item .slot_right,
.section__part__result .majr-item .slot_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.section__part__result .univ-item .slot_right .sort,
.section__part__result .majr-item .slot_right .sort {
  height: 18px;
  font-size: 16px;
  color: var(--theme-primary-color);
  line-height: 16px;
  margin-top: 17px;
}

.section__part__result .univ-item .slot_right .contact-btn,
.section__part__result .majr-item .slot_right .contact-btn {
  position: absolute;
  bottom: 20px;
  width: 94px;
  height: 26px;
  border-radius: 13px;
  background-color: var(--theme-orange);
  color: var(--bg-default-color);
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.section__part__result .univ-item .slot_right .contact-btn.blue,
.section__part__result .majr-item .slot_right .contact-btn.blue {
  background-color: var(--theme-primary-color);
}

/* 搜索 */
.component__search {
  width: 100%;
  height: 36px;
  border-radius: 2px;
  border: 1px solid var(--theme-primary-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.component__search .input-box {
  position: relative;
  flex: 1;
}

.component__search input {
  display: inline-block;
  width: 100%;
  height: 36px;
  padding-left: 15px;
}

.component__search .input-box .clear-btn {
  position: absolute;
  z-index: 2;
  padding: 0 5px;
  height: 34px;
  top: 1px;
  right: 0;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: none;
  background-color: var(--bg-default-color);
  color: var(--text-sub1-color);
  cursor: pointer;
}

.component__search .input-box .clear-btn.active {
  display: flex !important;
}

.component__search input::placeholder {
  font-size: 14px;
  color: var(--text-sub3-color);
  line-height: 14px;
}

.component__search .search-btn {
  width: 62px;
  height: 36px;
  background-color: var(--theme-primary-color);
  color: var(--bg-default-color);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid var(--theme-primary-color);
  margin-right: -1px;
}

.component__search .dropdown-box {
  width: 324px;
  display: none;
  position: absolute;
  top: 37px;
  left: 0;
  z-index: 3;
  box-shadow: 0px 4px 8px 0px var(--bg-light-color);
  border: 1px solid var(--border-default-color);
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  animation: none;
}

.component__search .dropdown-box .search-item,
.component__search .dropdown-box .history-item {
  width: 100%;
  min-height: 14px;
  padding: 7.5px 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  transition: all 0.3s;
}

.component__search .dropdown-box .search-item .text,
.component__search .dropdown-box .history-item .text {
  flex: 1;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.3s;
  text-align: justify;
}

.component__search .dropdown-box .search-item .type,
.component__search .dropdown-box .history-item .type {
  width: 42px;
  height: 20px;
  border-radius: 2px;
  text-align: center;
  color: var(--bg-default-color);
  font-size: 12px;
  line-height: 20px;
  margin-left: 10px;
}

.component__search .dropdown-box .search-item .type-1,
.component__search .dropdown-box .history-item .type-1 {
  background-color: var(--theme-orange);
}

.component__search .dropdown-box .search-item .type-2,
.component__search .dropdown-box .history-item .type-2 {
  background-color: var(--theme-green);
}

.component__search .dropdown-box .search-item .count,
.component__search .dropdown-box .history-item .count {
  margin-left: 17px;
}

.component__search .dropdown-box .search-item:hover,
.component__search .dropdown-box .history-item:hover {
  background-color: var(--bg-light-color);
  transition: all 0.3s;
}

.component__search .dropdown-box .search-item .text span {
  color: var(--theme-primary-color);
}

.component__search .dropdown-box .search-list,
.component__search .dropdown-box .history-list .list {
  padding: 7.5px 0;
}

.component__search .dropdown-box .search-list .empty {
  width: 100%;
  height: 200px;
  line-height: 200px;
  text-align: center;
  color: var(--text-sub1-color);
}

.component__search .dropdown-box .history-list .head {
  display: flex;
  justify-content: space-between;
  padding: 7.5px 15px;
  background-color: var(--bg-light-color);
  color: var(--text-sub2-color);
  font-size: 14px;
  line-height: 14px;
  /* user-select: none; */
}

.component__search .dropdown-box .history-list .empty {
  height: 200px;
  text-align: center;
  line-height: 200px;
  color: var(--text-sub1-color);
}


.component__search .dropdown-box .history-list .head .clear {
  cursor: pointer;
  transition: all 0.3s;
}

.component__search .dropdown-box .history-list .head .clear:hover {
  color: var(--theme-primary-color);
  transition: all 0.3s;
}

.component__search .search-list .item .tag,
.component__search .history-list .item .tag {
  padding: 2px 3px;
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 3px;
  margin-right: 5px;
}

.component__search .search-list .item .tag-0,
.component__search .history-list .item .tag-0 {
  display: none;
} 

.component__search .search-list .item .tag-1,
.component__search .history-list .item .tag-1 {
  background-color: var(--theme-primary-color);
} 

.component__search .search-list .item .tag-2,
.component__search .history-list .item .tag-2 {
  background-color: var(--theme-orange);
} 


.component__search .search-list .item .tag-3,
.component__search .history-list .item .tag-3 {
  background-color: var(--theme-green)!important;
} 

.component__search .search-list .item .tag-4,
.component__search .history-list .item .tag-4 {
  background-color: var(--theme-yellow)!important;
} 

.component__search .search-list .item .tag-5,
.component__search .history-list .item .tag-5 {
  background-color: #4F83CC !important;
}


.anchor i {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 4px;
	position: relative;
	background-size: 100% 100%!important;
}

.local{
	background-image: url('../img/icon/address.png');
}

.read{
	background-image: url('../img/icon/read.png');
}

.bili{
	background-image: url('../img/icon/bili.png');
}

.school_type{
	background-image: url('../img/icon/school_type.png');
}

.school_type{
	background-image: url('../img/icon/school_type.png');
}

.person{
	background-image: url('../img/icon/person.png');
}


.section__part__result .tag-item{
  font-size: 12px;
  color: var(--theme-primary-color);
  line-height: 12px;
  padding: 3px 10px;
  border-radius: 9px;
  border: 1px solid var(--theme-primary-color);
  margin-right: 10px;
}
.tag-list .tag-item{
  border: 1px solid #1890FF!important;
  color: #1890FF!important;
}
.tag-list a .tag-item{
  border: 1px solid #1890FF!important;
  color: #1890FF!important;
}