.page__home .module__one div[class^='layout__'] {
  height: 325px;
}

.page__home .module__two div[class^='layout__'] {
  height: 64px;
}

.page__home .module__three div[class^='layout__'] {
  height: 125px;
}

.page__home .module__four div[class^='layout__'] {
  height: 552px;
}

.page__home .module__five div[class^='layout__'] {
  height: 430px;
}

.page__home .module__six div[class^='layout__'] {
  min-height: 280px;
}

.page__home .module__seven div[class^='layout__'] {
  height: 515px;
}

.page__home .module__eight div[class^='layout__'] {
  min-height: 262px;
}

.page__home .more-btn:hover .text,
.page__home .more-btn:hover .icon {
  transition: all 0.3s;
}

.page__home .more-btn:hover .text,
.page__home .more-btn:hover .icon {
  color: var(--theme-primary-color) !important;
  transition: all 0.3s;
}

/* **************************轮播图****************************** */
.page__home .module__one {
  margin-top: 10px;
}
.page__home .module__one .layout__left {
  padding: 0;
}

.page__home .module__one #swiper {
  position: relative;
  width: 860px;
  height: 325px;
  overflow: hidden;
  --swiper-theme-color: #FFFFFF;
    --swiper-navigation-color: #FFFFFF;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
}
.page__home .module__one #swiper .item{
  width: 860px;
  height: 325px;
  display: inline-block;
  background-size: cover;
  cursor: pointer;
}

.page__home .module__one #swiper .item img {
  width: 860px;
  /* height: 325px; */
  height: auto;
  /* object-fit: cover; */
}

.page__home .module__one #swiper .swiper-pagination {
  margin-bottom: 15px !important;
  z-index: 1;
}

.page__home .module__one #swiper .swiper-button-prev {
  margin-left: 20px;
}

.page__home .module__one #swiper .swiper-button-next {
  margin-right: 20px;
}

.page__home .module__one #swiper .swiper-button-prev,
.page__home .module__one #swiper .swiper-button-next{
  display: none;
  z-index: 1;
}
/* **************************个人中心****************************** */
.page__home .module__one .layout__right {
  padding: 0;
}

.page__home .module__one .user-center-default,
.page__home .module__one .user-center-login:not(.service),
.page__home .module__one .user-center-login.service
 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 325px;
  padding: 0 18px;
  background-size: 100% 100%;
}

.page__home .module__one .user-center-default,
.page__home .module__one .user-center-login: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');
}

.page__home .module__one .user-center-login.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');
}

.page__home .module__one .user-center-default .avatar,
.page__home .module__one .user-center-login .avatar {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-default-color);
  margin-bottom: 10px;
  border: 1px solid var(--border-default-color);
  position: relative;
}

.page__home .module__one .user-center-default .avatar img {
  width: 54px;
  height: 54px;
  object-fit: cover;
}



.page__home .module__one .user-center-default .desc {
  height: 16px;
  font-size: 16px;
  color: var(--text-sub1-color);
  line-height: 16px;
  margin-bottom: 15px;
  /* user-select: none; */
}

.page__home .module__one .user-center-default .login-btn,
.page__home .module__one .user-center-login .login-btn:not(.service) {
  width: 294px;
  height: 38px;
  margin-top: 19px;
  line-height: 38px ;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  background-image: linear-gradient(147deg, #4898FF 0%, #1882FF 100%);
  color: var(--bg-default-color);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.page__home .module__one .user-center-default .login-btn:hover,
.page__home .module__one .user-center-login .login-btn:not(.service):hover {
  background-image: linear-gradient(147deg, #489DFF 0%, #1893FF 100%);
  transition: all 0.3s ease;
}

.page__home .module__one .user-center-login .login-btn.service {
  width: 310px;
  height: 56px;
  margin-top: 10px;
  /* margin-left: -3px; */
  background-image: url(https://info.compassedu.hk/mobile/new-logo/22.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;
}

.page__home .module__one .user-center-login .login-btn.service:hover {
  background-image: url(https://info.compassedu.hk/mobile/new-logo/31.png?imageMogr2/auto-orient/thumbnail/576x112>/blur/1x0/quality/90|imageslim);
  transition: all 0.3s ease;
}


.page__home .module__one .user-center-login .avatar {
  position: relative;
  border: none;
  margin-bottom: 12px;
  border-radius: 0;
  background-color: transparent;
  display: inline-block;
}

.page__home .module__one .user-center-login .avatar img {
  display: inline-block;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  object-fit: cover;
}

.page__home .module__one .user-center-login .avatar .level-icon {
  position: absolute;
  display: block;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 19px;
  height: 19px;
  background-size: 100% 100%;
}
.page__home .module__one .user-center-login .avatar .level-0 {
  background-image: url('https://info.compassedu.hk/pc/img/personal/personal-v0.png?imageMogr2/auto-orient/thumbnail/38x38>/blur/1x0/quality/50|imageslim');
}

.page__home .module__one .user-center-login .avatar .level-1 {
  background-image: url('https://info.compassedu.hk/pc/img/personal/personal-v1.png?imageMogr2/auto-orient/thumbnail/38x38>/blur/1x0/quality/50|imageslim');
}

.page__home .module__one .user-center-login .avatar .level-2 {
  background-image: url('https://info.compassedu.hk/pc/img/personal/personal-v2.png?imageMogr2/auto-orient/thumbnail/38x38>/blur/1x0/quality/50|imageslim');
}

.page__home .module__one .user-center-login .avatar .level-3 {
  background-image: url('https://info.compassedu.hk/pc/img/personal/personal-v3.png?imageMogr2/auto-orient/thumbnail/38x38>/blur/1x0/quality/50|imageslim');
}

.page__home .module__one .user-center-login .avatar .level-4 {
  background-image: url('https://info.compassedu.hk/pc/img/personal/personal-v4.png?imageMogr2/auto-orient/thumbnail/38x38>/blur/1x0/quality/50|imageslim');
}

.page__home .module__one .user-center-login .avatar .level-5 {
  background-image: url('https://info.compassedu.hk/pc/img/personal/personal-v5.png?imageMogr2/auto-orient/thumbnail/38x38>/blur/1x0/quality/50|imageslim');
}

.page__home .module__one .user-center-login .name {
  display: inline-block;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 17px;
  /* user-select: none; */
}

.page__home .module__one .user-center-login .center-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 292px;
  height: 86px;
  padding: 19px 30px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 5px 13px 0px rgba(186,198,207,0.23);
  border-radius: 8px;
  backdrop-filter: blur(1px);
}

.page__home .module__one .user-center-login .center-btn .center-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transform: all 0.3s;  
}

.page__home .module__one .user-center-login .center-btn .icon {
  width: 24px;
  height: 24px;
  display: block;
  background-size: 100% 100%;
  transform: all 0.3s;
  margin-bottom: 10px;
}

.page__home .module__one .user-center-login .center-btn .text {
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  transition: all 0.3s;
}

.page__home .module__one .user-center-login:not(.service) .center-item:hover .text {
  color: var(--theme-primary-color) !important;  
  transition: all 0.3s;
}

.page__home .module__one .user-center-login.service .center-item:hover .text {
  color: #F89D52 !important;
  transition: all 0.3s;
}

/* **************************录取捷报****************************** */
.page__home .module__two .layout__mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page__home .module__two .title {
  width: 100px;
  height: 25px;
  background-size: 100% 100%;
  background-image: url('https://info.compassedu.hk/pc/img/font-youshe/index-notice.png?imageMogr2/auto-orient/thumbnail/200x50>/blur/1x0/quality/50|imageslim');
}

.page__home .module__two .notice-list{
  margin: 0 30px;
  flex: 1;
  height: 16px;
  overflow: hidden;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}

.page__home .module__two .notice-item {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s;
}

.page__home .module__two .notice-item:hover {
  color: var(--theme-primary-color);
  transition: all 0.3s;
}

.page__home .module__two .notice-item .notice {
  max-width: 1000px;
  height: 16px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.page__home .module__two .notice-item .time {
  flex-shrink: 0;
}

.page__home .module__two .notice-item span{
  display: block;
  margin-right: 30px;
}

.page__home .module__two .more-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}

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

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


/* ***************************金刚位******************************* */
.page__home .module__three .layout__mid {
  padding: 0;
}

.page__home .module__three .nav-list {
  height: 125px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.page__home .module__three .nav-list .nav-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 133px;
  height: 125px;
  padding-top: 18px;
  transition: all 0.3s;
}

.page__home .module__three .nav-list .nav-item.active {
  background-color: var(--theme-primary-color);
  color: var(--bg-default-color);
  transition: all 0.1s ease;
}

.page__home .module__three .nav-list .nav-item .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 6px;
  background-size: 100% 100%;
  transition: all 0.1s ease;
}

.page__home .module__three .nav-list .nav-item .text {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}

/* ***************************热门资讯******************************* */
.page__home .module__four .article-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* ***************************热门学校******************************* */
.page__home .module__five,
.page__home .module__seven {
  padding-bottom: 0;
  
}

.page__home .module__five .univ-list-item,
.page__home .module__seven .case-list-item {
  display: none;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  animation-name: animate__slidelist;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.page__home .module__five .univ-list-item .univ-item,
.page__home .module__seven .case-list-item .case-item {
  width: 260px;
  height: 132px;
  background: var(--bg-default-color);
  border-radius: 4px;
  border: 1px solid var(--border-default-color);
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.3s ease;
  overflow: hidden;
}
.page__home .module__five .univ-list-item .univ-item:nth-child(1),
.page__home .module__seven .case-list-item .case-item:nth-child(1),
.page__home .module__five .univ-list-item .univ-item:nth-child(2),
.page__home .module__seven .case-list-item .case-item:nth-child(2),
.page__home .module__five .univ-list-item .univ-item:nth-child(4),
.page__home .module__seven .case-list-item .case-item:nth-child(4),
.page__home .module__five .univ-list-item .univ-item:nth-child(5),
.page__home .module__seven .case-list-item .case-item:nth-child(5) {
  margin-right: 20px;
}

.page__home .module__five .univ-list-item .univ-item .info {
  width: 100%;
  padding: 18px;
  flex: 1;
  background-color: var(--bg-default-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.page__home .module__five .univ-list-item .univ-item .info .cover,
.page__home .module__five .univ-list-item .univ-item .info .cover img {
  width: 53px;
  height: 53px;
}

.page__home .module__five .univ-list-item .univ-item .info .detail {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.page__home .module__five .univ-list-item .univ-item .info .detail .cname {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 17px;
}

.page__home .module__five .univ-list-item .univ-item .info .detail .ename {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.page__home .module__five .univ-list-item .univ-item .desc {
  width: 100%;
  height: 44px;
  background-color: var(--bg-light-color);
  font-size: 14px;
  line-height: 44px;
  text-align: center;
}

.page__home .module__five .univ-list-item .univ-item .desc .num {
  display: inline-block;
  margin: 0 10px;
  height: 14px;
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-primary-color);
  line-height: 44px;
}

.page__home .module__five .univ-list-item .univ-item:hover,
.page__home .module__seven .case-list-item .case-item:hover {
  box-shadow: 0px 0px 7px 0px var(--border-default-color);
  transform: scale(1.05);
  -webkit-transform: scale(1.05) ;
  -ms-transform: scale(1.05) rotate(0.1deg);  
  -moz-transform: scale(1.05) rotate(0.1deg);   
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transition: all 0.3s ease;
}

.page__home .module__five .univ-list-item.active,
.page__home .module__seven .case-list-item.active {
  display: flex;

}

@keyframes animate__slidelist {
  0% {
    /* transform: translate3d(0, 20px, 0); */
    opacity: 0.3;
  }
  100% {
    /* transform: translate3d(0, 0, 0); */
    opacity: 1;
  }
}

.page__home .module__five .univ-tab-list,
.page__home .module__seven .case-tab-list {
  width: 820px;
  height: 46px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid var(--border-default-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.page__home .module__five .univ-tab-list .tab-item,
.page__home .module__seven .case-tab-list .tab-item {
  width: 20%;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  transition: all 0.3s;
}

.page__home .module__five .univ-tab-list .tab-item:not(:last-child),
.page__home .module__seven .case-tab-list .tab-item:not(:last-child) {
  border-right: 1px solid var(--border-default-color);
}

.page__home .module__five .univ-tab-list .tab-item.active,
.page__home .module__seven .case-tab-list .tab-item.active {
  border: 1px solid var(--theme-primary-color);
  background-color: var(--theme-primary-color);
  color: var(--bg-default-color);
  box-shadow: 0px 2px 7px 0px #AFD7FB;
}

.page__home .module__five .univ-tab-list .tab-item:hover,
.page__home .module__seven .case-tab-list .tab-item:hover {
  border: 1px solid var(--theme-primary-color);
  color: var(--theme-primary-color);
  transition: all 0.3s;
}

.page__home .module__five .univ-tab-list .tab-item.active:hover,
.page__home .module__seven .case-tab-list .tab-item.active:hover {
  color: var(--bg-default-color);
}

/* ***************************院校排名******************************* */
.page__home .module__five .rank-list {
  margin-top: 10px;
}



/* *********************精彩活动+留学专题*********************** */
.page__home .activity-list {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.page__home .activity-list .activity-item {
  width: 270px;
  transition: all 0.3s;
}

.page__home .activity-list .activity-item:not(:last-child) {
  margin-right: 27px;
}
.page__home .activity-list .activity-item .cover {
  overflow: hidden;
  transition: all 0.3s;
}

.page__home .activity-list .activity-item .cover,
.page__home .activity-list .activity-item .cover img {
  width: 270px;
  height: 150px;
  border-radius: 6px;
  transition: all 0.3s;
  object-fit: cover;
}

.page__home .activity-list .activity-item .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 3px;
  margin-top: 10px;
  transition: all 0.3s;
}

.page__home .activity-list .activity-item .time {
  font-size: 14px;
  color: var(--text-sub2-color);
  line-height: 14px;
}

.page__home .activity-list .activity-item:hover {
  transition: all 0.3s;
}

.page__home .activity-list .activity-item:hover .cover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform:scale(1.1) rotate(0.1deg);  
  -moz-transform:scale(1.1) rotate(0.1deg);    
  transition: all 0.3s;
}

.page__home .activity-list .activity-item:hover .title{
  color: var(--theme-primary-color);
  transition: all 0.3s;
}

/* *********************成功案例*********************** */
.page__home .module__seven .case-list-item .case-item {
  height: 175px;
  padding: 15px;
}

/* *********************案例分析*********************** */
.page__home .module__seven .video-list {
  margin-top: 15px;
}













