@font-face {
  font-family: Alimama ShuHeiTi;
  src: url(../fonts/Alimama_ShuHeiTi_Bold.ttf);
}
@font-face {
  font-family: D-DIN;
  src: url(../fonts/D-DIN.ttf);
}
@font-face {
  font-family: PingFang SC;
  src: url(../fonts/PingFang_Medium_downcc.ttf);
}
header {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 2;
  padding: 0.3rem 0.3rem;
  background: rgba(255, 255, 255, 0.1);
}
.cj_tabbar_box {
  flex: 1;
  color: #fff;
  text-align: center;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cj_tabbar_item {
  margin-right: 0.5rem;
  box-sizing: border-box;
  cursor: pointer;
  padding-bottom: 0.1rem;
  transition: all 0.5s;
  color: #fff;
}
.cj_tabbar_item i {
  margin-right: 0.1rem;
}
.cj_tabbar_slider {
  height: 0.03rem;
  border-radius: 0.03rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.44rem;
  transition: all 0.3s;
  background-color: #0172ff;
}
.cj_header_user_box {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 0.16rem;
  position: relative;
}
.cj_user_avatar img,
.cj_logo img {
  width: 100%;
  height: 100%;
}
.cj_logo {
  width: 1.51rem;
  height: 0.48rem;
  flex-shrink: 0;
}
.cj_user_avatar {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  overflow:hidden;
}
.cj_user_name {
  margin: 0 0.1rem;
  color: #fff;
  position: relative;
}
.cj_header_user_box:hover .c_user_options {
  display: block;
}
.cj_header_user_box:hover .cj_arrow_icon svg {
  transform: rotate(180deg);
}
.c_user_options {
  display: none;
  position: absolute;
  top: 0.48rem;
  right: 0;
  padding-top: 0.1rem;
}
.c_user_options ul {
  width: 0.96rem;
  padding: 0.06rem 0;
  border-radius: 0.06rem;
  background: #fff;
  box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.05);
  list-style: none;
}
.c_user_options a {
  display: block;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #474c59;
  font-size: 0.14rem;
}
.c_user_options a:hover {
  color: #3a8bff;
  background-color: #f0f6ff;
}

.c_banner {
  border-radius: 0px 0px 2rem 2rem;
  background: linear-gradient(108deg, #3a61ff 3.15%, #7f97ff 94%);
  width: 100%;
  height: 9.75rem;
  position: relative;
  z-index: 1;
}
.c_banner::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../imgs/banner-bg.png) no-repeat center center;
  background-size: 100% 100%;
}
.c_banner p {
  width: 9.11rem;
  height: 2.91rem;
  background: url(../imgs/banner-text.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 2.8rem;
  left: 1.5rem;
  z-index: 5;
}

.cj_arrow_icon svg {
  transition: all 0.5s;
}
.cj_tabbar_item_active {
  color: #0172ff;
}
.cj_tabbar_item_active i svg path {
  fill: #0172ff;
}

.c_content_box_wrapper {
  background: url(../imgs/content-bg.png) no-repeat;
  margin-top: -2rem;
  background-size: 100% 100%;
  position: relative;
  z-index: 3;
}
.c_content_box {
  margin: 0 auto;
  border-radius: 2rem;
  box-sizing: border-box;
  padding: 0.42rem 0.8rem;
  background: linear-gradient(
    180deg,
    #f7fbff 17.19%,
    rgba(255, 255, 255, 0) 100%
  );
  width: calc(100% - 0.88rem);
}
.c_search_box {
  width: 5rem;
  padding: 0.04rem;
  padding-left: 0.24rem;
  height: 0.64rem;
  box-sizing: border-box;
  border-radius: 0.64rem;
  display: flex;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  filter: drop-shadow(0px 0.08rem 0.08rem rgba(0, 0, 0, 0.05));
}
.c_search_box input {
  outline: none;
  border: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
}
.c_search_box input::placeholder {
  color: #b3b3b3;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.c_placeholder {
  flex: 1;
  color: #b3b3b3;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.56rem;
}
.c_search_btn {
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0 0.2rem;
  line-height: 0.56rem;
  border-radius: 1rem;
  font-size: 0.18rem;
  text-align: center;
  background: linear-gradient(90deg, #05f 0%, #0080ff 100%);
}
.c_search_btn svg {
  transform: translateY(0.02rem);
  transition: all 0.3s;
}
.c_search_btn span {
  margin-left: 0.1rem;
}
.c_base_course_group_list {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  min-height: 8rem;
  margin-top: 0.8rem;
  row-gap: 0.6rem;
  column-gap: 1.93rem;
  flex-wrap: wrap;
  padding: 0 0.6rem;
  /*justify-content: center;*/
  /*align-items: center;*/
  padding-bottom: 0.2rem;
}
.c_content_card {
  height: 3rem;
  width: 100%;
  background: url(../imgs/card-bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  box-shadow: 0px 0.04rem 0.27rem 0px rgba(204, 204, 204, 0.4);
  left: 0;
  border-radius: 0.3rem;
}
.c_base_course_group_item {
  width: 3.82rem;
  height: 3.48rem;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.c_course_group_tag::after,
.c_comsume_tag {
  display: block;
  content: attr(data-content);
  color: #fff;
  width: 0.98rem;
  height: 0.47rem;
  box-sizing: border-box;
  padding-top: 0.09rem;
  padding-left: 0.3rem;
  position: absolute;
  font-size: 0.14rem;
  font-family: PingFang SC;
  bottom: 0.07rem;
  right: -0.1rem;
  z-index: 10;
  background: url(../imgs/red-tag.png) no-repeat center center;
  background-size: 100% 100%;
}
.c_base_course_group_item .c_comsume_tag{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  padding-left: 0.4rem;
  padding-right: 0.05rem;
}
.c_course_group_tag::after {
  background: url(../imgs/yellow-tag.png) no-repeat center center;
  background-size: 100% 100%;
}
.c_base_course_group_item .c_content_card {
  z-index: 8;
}

.c_couser_name {
  color: #000;
  font-family: PingFang SC;
  font-size: 0.22rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  gap: 0.08rem;
  align-items: center;
}
.c_couser_name > p {
  flex: 1;
  width: 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c_course_info_box {
  padding: 0 0.3rem;
  padding-top: 2rem;
  transform: translateY(-0.3rem);
}
.c_course_info {
  display: flex;
  gap: 0.3rem;
  margin-top: 0.14rem;
  box-sizing: border-box;
  padding-left: 0.4rem;
  color: #666;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.c_course_info > div p:last-child {
  font-size: 0.14rem;
  color: #999;
  font-weight: 400;
}
.c_more_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.04rem;
  cursor: pointer;
  padding: 0 0.05rem;
}
.c_more_btn i {
  display: block;
  width: 0.04rem;
  height: 0.04rem;
  background: url(../imgs/more-icon.svg) no-repeat center center;
  background-size: 0.04rem 0.04rem;
}
.c_options_btns:hover .c_options{
display: flex;
}
.c_options_btns:hover .c_more_btn{
display: none;
}

.c_options {
  display: none;
  /* display: flex; */
  align-items: center;
  gap: 0.1rem;
}
.c_edit_btn,
.c_delete_btn {
  width: 0.29rem;
  height: 0.29rem;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.c_edit_btn {
  background-color: #484fff;
}
.c_delete_btn {
  background-color: #ec5062;
}
.c_edit_btn::after {
  display: block;
  width: 0.14rem;
  height: 0.17rem;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../imgs/icon-edit.png) no-repeat center center;
  background-size: 100% 100%;
}
.c_delete_btn::after {
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../imgs/icon-delete.png) no-repeat center center;
  background-size: 100% 100%;
}

.c_school_name p {
  max-width: 1.3rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.c_school_name p:last-child {
  text-align: left;
}
.c_add_group_item {
  margin-left: -0.18rem;
  border-radius: 0.3rem;
  width: 4.02rem;
  height: 3.48rem;
  position: relative;
}

.c_no_data_wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0px 0.04rem 0.27rem 0px rgba(204, 204, 204, 0.4);
}
.c_no_data_wrapper p{
  color: #999;
  font-size: 0.14rem;
}
.c_no_data_wrapper img{
  width: 50% !important;
  height: 70% !important;
  margin-top: 0.1rem;
}
.c_add_group_item .c_content_card {
  width: 100% !important;
  position: relative;
  border: 0.01rem solid #8cacff;
  height: 100% !important;
  background: url(../imgs/special-bg.png) no-repeat center center;
  background-color: rgba(242, 251, 255);
  background-size: 100% 100%;
}
.c_add_icon_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c_add_icon_box p {
  text-align: center;
  color: #000;
  font-family: PingFang SC;
  font-size: 0.24rem;
  font-weight: 600;
  margin-top: 0.32rem;
}
.c_add_icon {
  width: 1.18rem;
  height: 1.06rem;
  background: url(../imgs/add-icon.svg) no-repeat center center;
  background-size: 100%;
}
.c_card_course_img {
  width: 3.54rem;
  margin: 0 auto;
  height: 2.04rem;
  position: absolute;
  z-index: 666;
  transition: all 0.5s;
}
.c_card_course_img img {
  width: 100%;
  height: 100%;
}
.c_decoration_card {
  position: absolute;
  background-color: rgba(232, 235, 238);
  flex-shrink: 0;
  border-radius: 0.2rem;
  transition: all 0.5s;
  overflow: hidden;
}
.c_decoration_card::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
}
.c_base.c_first {
  left: -8%;
  top: 8%;
  z-index: 6;
  width: 2.2rem;
  height: 1.4rem;
  transform: rotate(-31.886deg);
}
.c_base.c_second {
  width: 3.54rem;
  margin: 0 auto;
  z-index: 666;
  height: 2.04rem;
}
.c_base.c_second::after {
  display: none;
}
.c_base.c_last {
  left: 53%;
  top: 15%;
  width: 2.2rem;
  height: 1.4rem;
  z-index: 6;
  transform: rotate(21.347deg);
}
.c_add_group_item .c_decoration_card::after {
  display: none;
}
.c_decoration_card img {
  width: 100%;
  height: 100%;
}

.c_footer {
  height: 1.8rem;
  width: 100%;
  position: relative;
  background: linear-gradient(#5363b5, #3a4290);
}
.c_footer p {
  text-align: center;
  line-height: 1.8rem;
  color: #7aa8e3;
  font-size: 0.18rem;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
.c_footer_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: url(../imgs/footer-bg.png) no-repeat;
  background-size: 100% 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 0.18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination-bullet {
  font-family: D-DIN;
  width: 0.31rem;
  height: 0.31rem;
  box-sizing: border-box;
  text-align: center;
  line-height: 0.31rem;
  font-size: 0.12rem;
  color: #6485ff;
  border: 0.02rem solid #6485ff;
  opacity: 1;
  background-color: transparent;
  font-size: 0.18rem;
  margin-right: 0.35rem !important;
}

.swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}

.swiper-pagination-bullet-active {
  color: #fff;
  /*border-color: transparent;*/
  background: linear-gradient(180deg, #679cff 0%, #6276ff 100%);
}
.c_filter_box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0.76rem;
  display: none;
  border-radius: 0.3rem;
  border: 1px solid #e7eaf1;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0.08rem 0.08rem 0px rgba(0, 0, 0, 0.05);
}
.c_filter_box::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.15rem;
  width: 100%;
  top: -0.15rem;
  left: 0;
}
.c_filter_box_search_box {
  height: 0.48rem;
  border-radius: 0.48rem;
  background: #f5f8fb;
  padding: 0 0.16rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 0.1rem;
  margin-bottom: 0;
}
.c_filter_box_search_box input {
  flex: 1;
  color: #333;
  font-size: 0.16rem;
}
.c_filter_box.c_filter_box_show {
  display: block;
}
.c_filter_box_footer {
  display: flex;
  text-align: center;
  font-size: 0.16rem;
  font-weight: 600;
  box-sizing: border-box;
  padding: 0.1rem;
  gap: 0.1rem;
  border-top: 1px solid #e7eaf1;
}
.c_filter_cancel,
.c_filter_confirm {
  flex: 1;
}
.c_filter_cancel {
  border-radius: 1rem;
  background: #f0f5fa;
  color: #0080ff;
  padding: 0.13rem 0;
}
.c_filter_confirm {
  border-radius: 1rem;
  background: linear-gradient(90deg, #05f 0%, #0080ff 100%);
  color: #fff;
  padding: 0.13rem 0;
}
.c_filter_data_list {
  margin-top: 0.1rem;
  flex: 1;
  max-height: 3rem;
  position: relative;
  overflow-y: auto;
}
.c_filter_data_list li:hover {
  background-color: #f5f8fb;
}
.c_filter_data_list li:hover label {
  color: #0080ff;
}
.c_filter_data_list li {
  padding: 0.16rem 0 0.16rem 0.15rem;
}

.c_login_btn{position: relative; cursor: pointer; background: linear-gradient(90deg, #44A8FF 0%, #826DFF 100%);border-radius: 999px; padding: 0.1rem 0.26rem;display: flex;align-items: center;font-size: 0.14rem;font-weight: 600;color: #fff;box-shadow: 0px 0px 0.22rem 0px #D9FFF299 inset;}
.c_login_btn::after{content: "";display: block;width: 0.18rem;height: 0.18rem;background: url(../imgs/icon-login.svg) no-repeat center center;background-size: 100% 100%;margin-left: 0.1rem;cursor: pointer;}
.c_login_btn::before{content: "";display: block;width: calc(100% + 0.03rem);height: calc(100% + 0.03rem);background: linear-gradient(90deg, #209CE9 0%, #AB71F1 100%);border-radius: 999px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: -1;}