html {
  overflow: hidden;
}
.tp-container {
  height: 100vh;
  background: url('/jilin-course-portal/assets/images/bg-40341e16934163a56dd945958ace076c.png');
  background-position: center;
  background-size: cover;
}
.tp-container .center-container {
  position: absolute;
}
.tp-container .two-page-container {
  position: relative;
}
.absolute {
  position: absolute;
}
.text-1.4583vw {
  font-size: 1.45833vw;
}
.text-white {
  color: #FFF;
}
.hover-solid-white:hover {
  border-color: #FFF;
}
.tp-module.hide-10 {
  opacity: 0.1;
}
.tp-border-blue-module.hide-10 {
  border-color: rgba(56, 179, 253, 0.1);
}
.tp-border-white-module.hide-10 {
  border-color: rgba(241, 253, 195, 0.1);
}
.scale-1-8 {
  transform: scale(1.8);
}
.el-dropdown-menu {
  padding: 0.2083vw 0;
}
.el-dropdown-menu__item {
  padding: 0;
}
.logout-btn {
  min-width: 6.7708vw;
  text-align: center;
}
.el-dropdown-menu.mh-bg {
  background: #fff3;
  -webkit-backdrop-filter: blur(0.52083vw);
  backdrop-filter: blur(0.52083vw);
  border: 0;
}
.el-dropdown-menu.mh-bg .el-dropdown-menu__item {
  color: #FFF;
  padding: 0 1.0417vw;
}
.el-dropdown-menu.mh-bg .el-dropdown-menu__item:hover {
  background: #ffffff80;
}
.el-dropdown-menu.mh-bg .popper__arrow {
  display: none;
}
#center-mountain {
  transition: all linear 500ms;
}
.course-list-container {
  display: flex;
  background: linear-gradient(180deg, #E0F0FF 0%, #C8E1FA 100%);
  border-radius: 3.125vw 3.125vw 0 0;
  height: 100vh;
  padding: 4.17vw 6.25vw;
  box-sizing: border-box;
}
.course-list-container .left-nav {
  width: 16.7vw;
  overflow-y: auto;
  box-sizing: border-box;
  padding-right: 0.6250vw;
}
.course-list-container .left-nav::-webkit-scrollbar {
  width: 0.0000vw;
  background-color: transparent;
}
.course-list-container .left-nav:hover {
  padding-right: 0.3125vw;
}
.course-list-container .left-nav:hover::-webkit-scrollbar {
  width: 0.3125vw;
}
.course-list-container .left-nav:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.1563vw;
}
.course-list-container .left-nav .one-nav-item {
  margin-bottom: 1.56vw;
  border-radius: 1.56vw;
  padding: 1vw;
  box-sizing: border-box;
  background-color: #FFF;
}
.course-list-container .left-nav .one-nav-item:last-child {
  margin-bottom: 0;
}
.course-list-container .left-nav .one-nav-item .two-nav-txt {
  border-radius: 1vw;
}
.course-list-container .left-nav .one-nav-item .two-nav-txt.active {
  background-color: #2f85fc;
}
.course-list-container .left-nav .one-nav-item .two-nav-txt.active p,
.course-list-container .left-nav .one-nav-item .two-nav-txt.active span {
  color: #ffffff;
}
.course-list-container .left-nav .one-nav-item .nav-txt {
  display: flex;
  align-items: center;
  padding: 1vw 0.83vw;
}
.course-list-container .left-nav .one-nav-item .nav-txt p {
  flex: 1;
  color: #000000;
  font-size: 1.35vw;
  line-height: 1.2;
  font-weight: bold;
}
.course-list-container .left-nav .one-nav-item .nav-txt span {
  color: #000000;
  font-size: 1.35vw;
  line-height: 1.2;
  font-weight: bold;
}
.course-list-container .left-nav .one-nav-item .nav-txt .arrow {
  margin-left: 0.4167vw;
  display: inline-block;
  width: 0.625vw;
  height: 0.625vw;
  background: url('/jilin-course-portal/assets/images/arrow-up-0efbbad5b9ec5da5acaf58511d5e9716.png') no-repeat center center;
  background-size: contain;
}
.course-list-container .left-nav .one-nav-item .nav-txt span {
  display: flex;
  align-items: center;
}
.course-list-container .left-nav .one-nav-item .other-nav-list .two-nav-item .nav-txt {
  cursor: pointer;
}
.course-list-container .left-nav .one-nav-item .other-nav-list .two-nav-item .nav-txt p,
.course-list-container .left-nav .one-nav-item .other-nav-list .two-nav-item .nav-txt span {
  font-size: 1.15vw;
  font-weight: 500;
}
.course-list-container .left-nav .one-nav-item .other-nav-list .two-nav-item .nav-txt .arrow {
  transform: rotate(180deg);
}
.course-list-container .left-nav .one-nav-item .other-nav-list .two-nav-item.active .nav-txt .arrow {
  transform: rotate(0deg);
}
.course-list-container .left-nav .one-nav-item .other-nav-list .three-nav-list .three-nav-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0.83vw 0.83vw 0.83vw 2.08vw;
  border-radius: 1vw;
}
.course-list-container .left-nav .one-nav-item .other-nav-list .three-nav-list .three-nav-item:hover {
  background-color: #f0f7ff;
}
.course-list-container .left-nav .one-nav-item .other-nav-list .three-nav-list .three-nav-item:hover p,
.course-list-container .left-nav .one-nav-item .other-nav-list .three-nav-list .three-nav-item:hover span {
  color: #2f85fc;
}
.course-list-container .left-nav .one-nav-item .other-nav-list .three-nav-list .three-nav-item.active {
  background-color: #2f85fc;
}
.course-list-container .left-nav .one-nav-item .other-nav-list .three-nav-list .three-nav-item.active p,
.course-list-container .left-nav .one-nav-item .other-nav-list .three-nav-list .three-nav-item.active span {
  color: #ffffff;
}
.course-list-container .left-nav .one-nav-item .other-nav-list .three-nav-list .three-nav-item p,
.course-list-container .left-nav .one-nav-item .other-nav-list .three-nav-list .three-nav-item span {
  font-size: 1.15vw;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
.course-list-container .left-nav .one-nav-item .other-nav-list .three-nav-list .three-nav-item p {
  flex: 1;
}
.right-list-container {
  flex: 1;
  margin-left: 1.56vw;
  border-radius: 2.08vw;
  background-color: #FFF;
}
.right-list-container .top-content {
  padding: 1.875vw 2.08vw 1.56vw 2.08vw;
  display: flex;
  align-items: center;
}
.right-list-container .top-content h3 {
  flex: 1;
  font-size: 1.35vw;
  font-weight: bold;
  line-height: 1.2;
}
.right-list-container .top-content .search-box {
  display: flex;
  align-items: center;
  width: 14.58vw;
  height: 2.2917vw;
  border-radius: 1.1458vw;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 0.6250vw 1.0417vw;
  box-sizing: border-box;
}
.right-list-container .top-content .search-box input {
  flex: 1;
  display: block;
  background-color: transparent;
  line-height: 1.0417vw;
  font-size: 0.8333vw;
  min-width: 0;
}
.right-list-container .top-content .search-box .search-btn {
  cursor: pointer;
  display: inline-block;
  width: 0.8333vw;
  height: 0.8333vw;
  background: url('/jilin-course-portal/assets/images/search-ef82efa0fc7068a87ecd933ddde793a6.png') no-repeat center center;
  background-size: contain;
}
.right-list-container .course-card-content {
  padding: 0 2.0833vw 1.875vw;
  overflow-y: auto;
  height: calc(100% - 5.7292vw);
  width: calc(100% - 0.4167vw);
  font-size: 0;
}
.right-list-container .course-card-content::-webkit-scrollbar {
  width: 0.0000vw;
}
.right-list-container .course-card-content:hover {
  padding-right: 1.7708vw;
}
.right-list-container .course-card-content:hover::-webkit-scrollbar {
  width: 0.3125vw;
}
.right-list-container .course-card-content:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.1563vw;
}
.right-list-container .course-card-content .course-card-item {
  cursor: pointer;
  position: relative;
  margin: 0 1.25vw 1.25vw 0;
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 1.25vw*2)/3);
  height: 17.7vw;
  border-radius: 1vw;
  overflow: hidden;
}
.right-list-container .course-card-content .course-card-item .img-box {
  width: 100%;
  height: 100%;
}
.right-list-container .course-card-content .course-card-item:nth-child(3n) {
  margin-right: 0;
}
.right-list-container .course-card-content .course-card-item .top-tags {
  position: absolute;
  top: 1.25vw;
  left: 1.25vw;
  right: 1.25vw;
}
.right-list-container .course-card-content .course-card-item .top-tags .tag-item {
  display: inline-block;
  vertical-align: top;
  padding: 0.3124vw 0.42vw;
  margin-right: 0.83vw;
  border-radius: 0.3124vw;
  font-size: 0.625vw;
  color: #000000;
  font-weight: bold;
}
.right-list-container .course-card-content .course-card-item .top-tags .tag-item.type1 {
  background-color: #4d88ff;
}
.right-list-container .course-card-content .course-card-item .top-tags .tag-item.type2 {
  background-color: #13c279;
}
.right-list-container .course-card-content .course-card-item .top-tags .tag-item.type3 {
  background-color: #faff01;
}
.right-list-container .course-card-content .course-card-item .top-tags .tag-item.type4 {
  background-color: #ffa901;
}
.right-list-container .course-card-content .course-card-item .top-tags .tag-item.type5 {
  background-color: #f968a5;
}
.right-list-container .course-card-content .course-card-item .bottom-course-msg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25vw;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(0.2083vw);
}
.right-list-container .course-card-content .course-card-item .bottom-course-msg .course-title {
  font-family: "Alibaba PuHuiTi 3.0";
  margin-bottom: 0.96vw;
  font-size: 1.35vw;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
}
.right-list-container .course-card-content .course-card-item .bottom-course-msg .course-title span {
  position: relative;
  top: 0.1vw;
  margin-right: 0.21vw;
  display: inline-block;
  width: 1.25vw;
  height: 1.25vw;
  background: url('/jilin-course-portal/assets/images/prize-f6ff6002bf19a6d5b8790bc65e4d4702.png') no-repeat center center;
  background-size: contain;
}
.right-list-container .course-card-content .course-card-item .bottom-course-msg .course-msg-item {
  margin-bottom: 0.5vw;
  font-size: 0.83vw;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Alibaba PuHuiTi 3.0";
}
.right-list-container .course-card-content .course-card-item .bottom-course-msg .course-msg-item i {
  margin-right: 0.3125vw;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0.0521vw;
  width: 0.83vw;
  height: 0.83vw;
}
.right-list-container .course-card-content .course-card-item .bottom-course-msg .course-msg-item i.person {
  background: url('/jilin-course-portal/assets/images/person-317843e9acfe96c3f7cac75c598b9d5f.png') no-repeat center center;
  background-size: contain;
}
.right-list-container .course-card-content .course-card-item .bottom-course-msg .course-msg-item i.earth {
  background: url('/jilin-course-portal/assets/images/earth-4f86bc2916c456c61be7b48b1dca6e08.png') no-repeat center center;
  background-size: contain;
}
.right-list-container .course-card-content .course-card-item .bottom-course-msg .well-list {
  margin-top: 1vw;
  height: 1.25vw;
}
.right-list-container .course-card-content .course-card-item .bottom-course-msg .well-list .well-item {
  margin-right: 1vw;
  display: inline-block;
  vertical-align: top;
  font-size: 0.83vw;
  color: rgba(255, 255, 255, 0.7);
}
.right-list-container .course-card-content .course-card-item .bottom-course-msg .well-list .well-item i {
  position: relative;
  top: 0.0521vw;
  margin-right: 0.21vw;
  display: inline-block;
  vertical-align: top;
  width: 0.625vw;
  height: 0.625vw;
  background: url('/jilin-course-portal/assets/images/well-0645dff08f49f2b1da24ebdc1c0b5e53.png') no-repeat center center;
  background-size: contain;
}
.right-list-container .course-card-content .course-card-item:hover .all-course-number {
  height: auto;
  margin-top: 1.5625vw;
}
.right-list-container .course-card-content .course-card-item .all-course-list {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #00000080;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.83333vw;
  gap: 0.83333vw;
  z-index: 3;
}
.right-list-container .course-card-content .course-card-item .all-course-list button {
  cursor: pointer;
  width: 17.86458vw;
  background-color: #0080fe;
  border: 0;
  height: 2.5vw;
  padding: 0.83333vw;
  border-radius: 0.41667vw;
  color: #fff;
  font-family: Alibaba PuHuiTi-Bold;
  font-size: 0.83333vw;
  font-style: normal;
  line-height: 100%;
}
.right-list-container .course-card-content .course-card-item .all-course-list button:hover {
  background-color: #79bbff;
}
.right-list-container .course-card-content .course-card-item .all-course-number {
  height: 0;
  margin-top: 0;
  transition: all linear 100ms;
  overflow: hidden;
}
.right-list-container .course-card-content .course-card-item .all-course-number .acn-item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
}
.right-list-container .course-card-content .course-card-item .all-course-number .acn-item p {
  font-size: 1vw;
}
.right-list-container .course-card-content .course-card-item .all-course-number .acn-item div {
  margin-top: 0.3125vw;
  font-size: 0.73vw;
}
.right-list-container .course-card-content .course-card-item .course-classify-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(1.0417vw);
  padding: 1.25vw;
}
.right-list-container .course-card-content .course-card-item .course-classify-box .classify-item {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.32vw;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
}
.right-list-container .course-card-content .course-card-item .course-classify-box .classify-item:first-child {
  border-bottom: 0.0521vw solid rgba(255, 255, 255, 0.2);
}
.right-list-container .course-card-content .course-card-item .course-classify-box .classify-item .arrow {
  margin-left: 0.21vw;
  display: inline-block;
  width: 1.04vw;
  height: 1.04vw;
  background: url('/jilin-course-portal/assets/images/arrow-right-f2283b3a4d2d770c68a5ffaccecabdae.png') no-repeat center center;
  background-size: contain;
}
#home-page1,
#home-page2 {
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
#home-page2 {
  transform: translateY(100vh);
}
.bg-blue\/100 {
  background-color: #2f85fc;
}
.text-gray {
  color: #ccc;
}
.bg-F968A5 {
  background-color: #F968A5;
}
.text-\[\#faff00\] {
  color: #faff00;
}
.text-\[\#e4eb64\] {
  color: #e4eb64;
}
#top-intro {
  position: relative;
  z-index: 10;
}
#page-app-btn {
  display: none;
}
@media only screen and (min-width: 1px) and (max-width: 926px) {
  #page-app-btn {
    display: block;
  }
  #home-page1 {
    left: 50%;
    top: 62%;
    transform: translate(-50%, -50%) scale(0.5) !important;
    overflow: visible;
  }
  .nextSectionBtn {
    bottom: -80px;
  }
}
