@charset "UTF-8";
:root {
  --themeBgColor: #F5F6F7;
  --themeHeaderBg: #FFFFFF;
  --themeHeaderColor: #262626;
  --themeBtnBgColor: #E85248;
  --themeBtnColor: #FFFFFF;
  --themeTitleColor: #262626;
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 2444528 */
  src: url("//at.alicdn.com/t/c/font_2444528_gatlnesco7a.woff2?t=1700545736060") format("woff2"), url("//at.alicdn.com/t/c/font_2444528_gatlnesco7a.woff?t=1700545736060") format("woff"), url("//at.alicdn.com/t/c/font_2444528_gatlnesco7a.ttf?t=1700545736060") format("truetype");
}

@font-face {
  font-family: 'JDZhengHT, JDZhengHT';
  /* Project id 2444528 */
  src: url("../front/JDZhengHT-Regular.ttf") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 24px;
  font-style: normal;
  color: #999999;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.4rpx;
  -moz-osx-font-smoothing: grayscale;
}

body {
  max-width: 480px;
  margin: 0 auto;
  background: #F9F9F9;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  padding-top: 56px;
  line-height: normal;
}

li, div, button, a, p, span {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.qr-code-box {
  background: var(--themeBtnBgColor) !important;
}

.show_trial_pop .common_form .common_button,
.show_question_pop .common_form .common_button,
.add-wx-box .add-wx-submit,
.course-list li .course-info .course-bottom .audition-btn,
.school-content .school-xq-name .distance-unauthorized::before,
.m-index-footer .m-index-footer-r .footer-audition-btn,
.m-index-footer .m-index-footer-r .enroll-btn,
.classify-tab .swiper-slide.active {
  background: var(--themeBtnBgColor) !important;
}

.add-wx-box .code-item .get-code {
  color: var(--themeBtnBgColor) !important;
}

.show_trial_pop .common_form .m-jyb-btn-getcode, .show_question_pop .common_form .m-jyb-btn-getcode {
  border-color: var(--themeBtnBgColor) !important;
  color: var(--themeBtnBgColor) !important;
}

.school-content .school-xq-name .distance-unauthorized {
  background: unset;
  padding: 0;
  color: var(--themeBtnBgColor) !important;
}

.profile-item .profile-item-text, .profile-item p {
  word-break: break-all;
}

.content-box.content-characteristic {
  margin-bottom: 0;
}

.theme-common-main {
  background: #FFFFFF;
}

.theme-common-main .school-container .school-map {
  margin-top: 12px;
  border-radius: 4px;
}

.theme-common-main .classify-ul ul:first-child {
  display: block;
}

.hambur_nav_pop .hambur_nav-ul {
  right: 2px;
}

.page-container {
  min-height: 100%;
  background: var(--themeBgColor);
}

.content-box {
  margin-bottom: 8px;
  background: #FFFFFF;
}

.content-box:last-child {
  margin-bottom: 0;
}

iframe {
  display: block;
}

.content-container {
  padding: 0 16px 16px;
  background-color: #FFFFFF;
}

.title-style {
  padding: 20px 16px 12px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-style .title-style-text {
  font-size: 19px;
  font-weight: 600;
  color: var(--themeTitleColor);
}

.title-style .title-style-r {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-style .title-style-r span {
  font-size: 13px;
  color: #8C8C8C;
}

.title-style .title-style-r img {
  width: 16px;
  height: 16px;
}

.style-btn {
  width: 76px;
  height: 28px;
  line-height: 28px;
  background: var(--themeBtnBgColor);
  border-radius: 4px;
  font-size: 13px;
  color: var(--themeBtnColor);
}

.characteristic-container {
  width: 100%;
}

.characteristic-container img {
  width: 100%;
}

.about-container {
  padding: 0 0 16px;
}

.about-html {
  max-height: 300px;
  padding: 0 16px;
  overflow: hidden;
}

.about-html p {
  font-size: 17px;
  color: #262626;
  line-height: 28px;
  margin-bottom: 12px;
}

.about-html p:last-child {
  margin-bottom: 0;
}

.about-html img {
  max-width: 100%;
  margin: 0 auto 12px;
}

.about-html img:last-child {
  margin-bottom: 0;
}

.about-html video, .about-html audio {
  max-width: 100%;
  margin: 0 auto 12px;
}

.about-html video:last-child, .about-html audio:last-child {
  margin-bottom: 0;
}

.about-html.about-html-mask {
  position: relative;
}

.about-html.about-html-mask::after {
  content: '';
  width: 100%;
  height: 160px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.banner-swiper {
  height: 175px;
  overflow: hidden;
  position: relative;
}

.banner-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  object-position: 50% 50%;
}

.banner-swiper .swiper-pagination {
  height: auto;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  opacity: 0.5;
  margin: 0 6px 0 0;
  border-radius: 50%;
}

.banner-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin: 0;
}

.banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  opacity: 1;
}

.course-style-2 li {
  margin-bottom: 12px;
}

.course-style-2 li:last-child {
  margin-bottom: 4px;
}

.course-style-2 li:last-child a .course-r {
  border-bottom: 0;
  padding-bottom: 0;
}

.course-style-2 li a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.course-style-2 li a .course-logo {
  width: 110px;
  height: 66px;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
  background: #D8D8D8;
  margin-right: 12px;
}

.course-style-2 li a .course-logo img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
}

.course-style-2 li a .course-r {
  flex: 1;
  min-width: 0;
  border-bottom: 1px solid #F5F6F7;
  padding-bottom: 16px;
}

.course-style-2 li a .course-r .course-name {
  font-size: 15px;
  color: #262626;
  line-height: 21px;
}

.course-style-2 li a .course-r .course-info {
  margin-top: 17px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.course-style-2 li a .course-r .course-info-price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.course-style-2 li a .course-r .current-price {
  font-size: 18px;
  font-weight: 400;
  color: #F26161;
}

.course-style-2 li a .course-r .current-price span {
  font-family: JDZhengHT, JDZhengHT;
}

.course-style-2 li a .course-r .current-price em {
  font-size: 12px;
  font-weight: 500;
}

.course-style-2 li a .course-r .original-price {
  font-size: 12px;
  color: #8C8C8C;
  text-decoration: line-through;
  margin-left: 4px;
  margin-bottom: 2px;
}

.course-style-1 .course-item {
  margin-bottom: 20px;
}

.course-style-1 .course-item:last-child {
  margin-bottom: 4px;
}

.course-style-1 .course-item a .course-logo {
  width: 100%;
  height: 206px;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
  background: #D8D8D8;
}

.course-style-1 .course-item a .course-logo img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
}

.course-style-1 .course-item a .course-name {
  font-size: 15px;
  color: #262626;
  line-height: 21px;
  margin-top: 12px;
}

.course-style-1 .course-item a .course-info {
  margin-top: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.course-style-1 .course-item a .course-info-price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.course-style-1 .course-item a .current-price {
  font-size: 18px;
  font-family: JDZhengHT, JDZhengHT !important;
  font-weight: 400;
  color: #F26161;
  margin-right: 4px;
}

.course-style-1 .course-item a .current-price span {
  font-family: JDZhengHT, JDZhengHT;
}

.course-style-1 .course-item a .current-price em {
  font-size: 12px;
  font-weight: 500;
}

.course-style-1 .course-item a .original-price {
  font-size: 12px;
  color: #8C8C8C;
  text-decoration: line-through;
  margin-left: 4px;
  margin-bottom: 2px;
}

.course-style-3 ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.course-style-3 ul li {
  width: 49%;
}

.course-style-3 ul li:nth-child(n+3) {
  margin-top: 12px;
}

.course-style-3 ul li .course-logo {
  width: 100%;
  height: 100px;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
  background: #D8D8D8;
}

.course-style-3 ul li .course-logo img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
}

.course-style-3 ul li .course-name {
  font-size: 15px;
  color: #262626;
  line-height: 21px;
  margin-top: 8px;
}

.course-style-3 ul li .course-time {
  font-size: 12px;
  color: #8C8C8C;
  margin-top: 4px;
  line-height: 17px;
}

.course-style-4 li {
  margin-bottom: 20px;
}

.course-style-4 li:last-child {
  margin-bottom: 4px;
}

.course-style-4 .course-item-one a .course-logo {
  width: 100%;
  height: 206px;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
  background: #D8D8D8;
}

.course-style-4 .course-item-one a .course-logo img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
}

.course-style-4 .course-item-one a .course-name {
  font-size: 15px;
  color: #262626;
  line-height: 21px;
  margin-top: 12px;
}

.course-style-4 .course-item-one a .course-info {
  margin-top: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.course-style-4 .course-item-one a .course-info-price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.course-style-4 .course-item-one a .current-price {
  font-size: 18px;
  font-family: JDZhengHT, JDZhengHT !important;
  font-weight: 400;
  color: #F26161;
  margin-right: 4px;
}

.course-style-4 .course-item-one a .current-price span {
  font-family: JDZhengHT, JDZhengHT;
}

.course-style-4 .course-item-one a .current-price em {
  font-size: 12px;
  font-weight: 500;
}

.course-style-4 .course-item-one a .original-price {
  font-size: 12px;
  color: #8C8C8C;
  text-decoration: line-through;
  margin-left: 4px;
  margin-bottom: 2px;
}

.course-style-4 .course-item-more {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.course-style-4 .course-item-more > div {
  width: 49%;
}

.course-style-4 .course-item-more > div:nth-child(n+3) {
  margin-top: 12px;
}

.course-style-4 .course-item-more > div .course-logo {
  width: 100%;
  height: 100px;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
  background: #D8D8D8;
}

.course-style-4 .course-item-more > div .course-logo img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
}

.course-style-4 .course-item-more > div .course-name {
  font-size: 15px;
  color: #262626;
  line-height: 21px;
  margin-top: 8px;
}

.course-style-4 .course-item-more > div .course-info {
  margin-top: 6px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.course-style-4 .course-item-more > div .course-info-price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.course-style-4 .course-item-more > div .current-price {
  font-size: 18px;
  font-family: JDZhengHT, JDZhengHT !important;
  font-weight: 400;
  color: #F26161;
  margin-right: 4px;
}

.course-style-4 .course-item-more > div .current-price span {
  font-family: JDZhengHT, JDZhengHT;
}

.course-style-4 .course-item-more > div .current-price em {
  font-size: 12px;
  font-weight: 500;
}

.course-style-4 .course-item-more > div .original-price {
  font-size: 12px;
  color: #8C8C8C;
  text-decoration: line-through;
  margin-left: 4px;
  margin-bottom: 2px;
}

.course-style-5 ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.course-style-5 ul li {
  margin-bottom: 20px;
  width: 49%;
}

.course-style-5 ul li:last-child {
  margin-bottom: 4px;
}

.course-style-5 ul li:nth-child(n+3) {
  margin-top: 12px;
}

.course-style-5 ul li .course-logo {
  width: 100%;
  height: 100px;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
  background: #D8D8D8;
}

.course-style-5 ul li .course-logo img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
}

.course-style-5 ul li .course-name {
  font-size: 15px;
  color: #262626;
  line-height: 21px;
  margin-top: 8px;
}

.course-style-5 ul li .course-info {
  margin-top: 6px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.course-style-5 ul li .course-info-price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.course-style-5 ul li .current-price {
  font-size: 18px;
  font-family: JDZhengHT, JDZhengHT !important;
  font-weight: 400;
  color: #F26161;
  margin-right: 4px;
}

.course-style-5 ul li .current-price span {
  font-family: JDZhengHT, JDZhengHT;
}

.course-style-5 ul li .current-price em {
  font-size: 12px;
  font-weight: 500;
}

.course-style-5 ul li .original-price {
  font-size: 12px;
  color: #8C8C8C;
  text-decoration: line-through;
  margin-left: 4px;
  margin-bottom: 2px;
}

.course-style-5 ul li button {
  width: 44px;
  height: 28px;
}

.theme-album-container .theme-album-swiper {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}

.theme-album-container .theme-album-swiper li {
  height: 206px;
  border-radius: 4px;
}

.theme-album-container .theme-album-swiper li img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
}

.theme-album-container .swiper-pagination {
  width: fit-content;
  padding: 0 6px;
  background-color: #000000;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 18px;
  right: 10px;
  left: auto;
  bottom: 10px;
  height: auto;
}

.theme-album-container .swiper-pagination .swiper-pagination-current {
  font-size: 13px;
  font-weight: 600;
}

.student-work ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.student-work ul li {
  width: 49%;
}

.student-work ul li:nth-child(n+3) {
  margin-top: 12px;
}

.student-work ul .work-logo {
  width: 100%;
  height: 100px;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
}

.student-work ul .work-logo img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
}

.student-work ul p {
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  margin-top: 8px;
}

.teacher-container {
  padding: 4px 16px 18px;
}

.teacher-container .teacher-item {
  margin-bottom: 12px;
}

.teacher-container .teacher-item:last-child {
  margin-bottom: 0;
}

.teacher-container .teacher-item:last-child a .teacher-r {
  border-bottom: 0;
  padding-bottom: 0;
}

.teacher-container a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.teacher-container a .teacher-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 50%;
  margin-right: 12px;
}

.teacher-container a .teacher-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 50%;
}

.teacher-container a .teacher-r {
  flex: 1;
  min-width: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #F5F6F7;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.teacher-container a .teacher-r .teacher-info {
  flex: 1;
  min-width: 0;
}

.teacher-container a .teacher-r .teacher-info .teacher-name {
  font-size: 15px;
  color: #262626;
  line-height: 21px;
}

.teacher-container a .teacher-r .teacher-info .teacher-name em {
  margin-left: 5px;
  padding: 1px 3px;
  font-size: 10px;
  color: #8C8C8C;
  line-height: 14px;
  border-radius: 2px;
  border: 1px solid #8C8C8C;
}

.teacher-container a .teacher-r .teacher-info .teacher-post {
  font-size: 13px;
  color: #595959;
  line-height: 18px;
  margin-top: 2px;
}

.teacher-container a .teacher-r .teacher-info .teacher-advantage {
  font-size: 12px;
  color: #8C8C8C;
  line-height: 17px;
  margin-top: 2px;
}

.teacher-container a .teacher-r button {
  margin-left: 16px;
}

.student-container .student-item {
  margin-bottom: 20px;
}

.student-container .student-item:last-child {
  margin-bottom: 4px;
}

.student-container a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.student-container a .student-img {
  width: 110px;
  height: 147px;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
  background: #D8D8D8;
  margin-right: 12px;
}

.student-container a .student-img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
}

.student-container a .student-r {
  flex: 1;
  min-width: 0;
}

.student-container a .student-r .student-name {
  font-size: 15px;
  color: #262626;
  line-height: 21px;
}

.student-container a .student-r .student-course {
  font-size: 12px;
  color: #595959;
  line-height: 17px;
  margin-top: 4px;
}

.student-container a .student-r .student-course-name {
  font-size: 13px;
  color: var(--themeBtnBgColor);
  line-height: 18px;
}

.student-container a .student-r .student-profile {
  margin-top: 6px;
  padding-top: 6px;
  height: 43px;
  border-top: 1px solid #F5F6F7;
  font-size: 13px;
  color: #8C8C8C;
  line-height: 18px;
  margin-bottom: 8px;
}

.student-container a .student-r button {
  float: right;
}

.experience-course-container .experience-course-item {
  margin-bottom: 12px;
}

.experience-course-container .experience-course-item:last-child {
  margin-bottom: 4px;
}

.experience-course-container .experience-course-item:last-child a .experience-course-r {
  padding-bottom: 0;
  border-bottom: 0;
  min-height: 66px;
}

.experience-course-container a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.experience-course-container a .experience-course-logo {
  width: 110px;
  height: 66px;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
  background: #D8D8D8;
  margin-right: 12px;
}

.experience-course-container a .experience-course-logo img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
}

.experience-course-container a .experience-course-r {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: unset;
  justify-content: center;
  flex-direction: column;
  min-height: 82px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F5F6F7;
}

.experience-course-container a .experience-course-r h3 {
  font-size: 15px;
  color: #262626;
  margin-bottom: 4px;
  line-height: 21px;
}

.experience-course-container a .experience-course-r .experience-discount-info {
  font-size: 12px;
  color: #8C8C8C;
  margin-bottom: 8px;
  line-height: 17px;
}

.experience-course-container a .course-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
}

.experience-course-container a .course-info .course-info-price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.experience-course-container a .course-info .course-info-price .course-current-price {
  font-size: 18px;
  color: #F26161;
  line-height: 22px;
}

.experience-course-container a .course-info .course-info-price .course-original-price {
  font-size: 12px;
  margin-left: 4px;
  color: #8C8C8C;
  text-decoration: line-through;
  line-height: 17px;
}

.experience-course-container a .course-info button {
  margin-left: auto;
}

.info-container li {
  margin-bottom: 12px;
}

.info-container li:last-child {
  margin-bottom: 4px;
}

.info-container li:last-child a .info-r {
  padding-bottom: 0;
  border-bottom: 0;
}

.info-container a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.info-container a .info-logo {
  width: 110px;
  height: 82px;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
  background: #D8D8D8;
  margin-right: 12px;
}

.info-container a .info-logo img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
}

.info-container a .info-logo.info-no-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.info-container a .info-logo.info-no-logo > img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  border-radius: 4px;
  position: relative;
}

.info-container a .info-logo .info-logo-mask {
  position: absolute;
  left: -10px;
  top: -10px;
  bottom: -20px;
  right: -20px;
  z-index: 0;
  width: 120%;
  height: 120%;
  -webkit-filter: blur(40px);
  filter: blur(40px);
}

.info-container a .info-logo .info-logo-mask img {
  width: 100%;
  height: 100%;
}

.info-container a .info-r {
  flex: 1;
  min-width: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #F5F6F7;
}

.info-container a .info-r h3 {
  height: 42px;
  font-size: 15px;
  color: #262626;
  line-height: 21px;
  margin-bottom: 23px;
}

.info-container a .info-r .info-label-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info-container a .info-r .info-label-time .info-label {
  padding: 1px 3px;
  background-color: #F5F6F7;
  border-radius: 2px;
  font-size: 10px;
  color: #8C8C8C;
  line-height: 14px;
}

.info-container a .info-r .info-label-time .info-time {
  font-size: 12px;
  color: #8C8C8C;
  line-height: 17px;
}

.video-container ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.video-container .video-item {
  width: 49%;
}

.video-container .video-item:nth-child(n+3) {
  margin-top: 12px;
}

.video-container .video-logo {
  width: 100%;
  height: 100px;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
  position: relative;
}

.video-container .video-logo::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: url(https://zhixiao-app.oss-cn-beijing.aliyuncs.com/resource/new_video_icon.png) no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-container .video-logo img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
}

.video-container p {
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  margin-top: 8px;
}

.school-container .school-map {
  width: 100%;
  height: 206px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.school-container .school-map .map-icon-corner {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 5px solid #00000088;
}

.school-container li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #F5F6F7;
}

.school-container li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 4px;
}

.school-container li .school-info {
  flex: 1;
  min-width: 0;
  margin-right: 16px;
}

.school-container li .school-info .school-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.school-container li .school-info .school-name h4 {
  font-size: 15px;
  color: #262626;
  line-height: 21px;
  margin-right: 8px;
}

.school-container li .school-info .school-name span {
  font-size: 12px;
  color: #595959;
  line-height: 17px;
}

.school-container li .school-info p {
  font-size: 12px;
  color: #8C8C8C;
  line-height: 17px;
  margin-top: 4px;
}

.school-container li .school-r {
  display: flex;
  align-items: center;
  justify-content: center;
}

.school-container li .school-r a img {
  width: 22px;
  height: 22px;
}

.school-container li .school-r a p {
  font-size: 11px;
  color: #5D9EF0;
  line-height: 15px;
}

.school-container li .school-r a.xq-call-btn {
  margin-left: 24px;
}

.school-container li .school-r a.xq-call-btn p {
  color: #F2A93C;
}

.assistance-container .assistance-item {
  margin-bottom: 12px;
}

.assistance-container .assistance-item:last-child {
  margin-bottom: 4px;
}

.assistance-container .assistance-item:last-child .assistance-r {
  min-height: 110px;
  padding-bottom: 0;
  border-bottom: 0;
}

.assistance-container .assistance-item a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.assistance-container .assistance-item a .assistance-logo {
  width: 110px;
  height: 110px;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
  background: #D8D8D8;
  margin-right: 12px;
}

.assistance-container .assistance-item a .assistance-logo img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
}

.assistance-container .assistance-item a .assistance-r {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  min-height: 127px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F5F6F7;
}

.assistance-container .assistance-item a .assistance-r .assistance-name {
  font-size: 15px;
  color: #262626;
  line-height: 21px;
}

.assistance-container .assistance-item a .assistance-r .assistance-time {
  font-size: 12px;
  color: #8C8C8C;
  line-height: 17px;
  margin-top: 4px;
}

.assistance-container .assistance-item a .assistance-r button {
  margin-top: auto;
  margin-left: auto;
}

.group-container .group-item {
  margin-bottom: 12px;
}

.group-container .group-item:last-child {
  margin-bottom: 4px;
}

.group-container .group-item:last-child .group-r {
  border-bottom: 0;
  padding-bottom: 0;
}

.group-container .group-item a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.group-container .group-item a .group-logo {
  width: 110px;
  height: 117px;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
  background: #D8D8D8;
  margin-right: 12px;
}

.group-container .group-item a .group-logo img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
}

.group-container .group-item a .group-r {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  min-height: 134px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F5F6F7;
}

.group-container .group-item a .group-r .group-name {
  font-size: 15px;
  color: #262626;
  line-height: 21px;
}

.group-container .group-item a .group-r .group-time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 6px;
  width: 100%;
  height: 22px;
  background: linear-gradient(270deg, rgba(252, 237, 236, 0.05) 0%, #FCEDEC 100%);
  border-radius: 200px;
  padding: 0 8px;
}

.group-container .group-item a .group-r .group-time img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

.group-container .group-item a .group-r .group-time p {
  font-size: 12px;
  color: #262626;
}

.group-container .group-item a .group-r .group-time span {
  font-size: 12px;
  color: #E85248;
}

.group-container .group-item a .group-r .group-num {
  width: fit-content;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #E85248;
  font-size: 10px;
  color: #E85248;
  line-height: 16px;
  padding: 0 3px;
  margin-top: 8px;
  margin-bottom: 12px;
}

.group-container .group-item a .group-r .group-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
}

.group-container .group-item a .group-r .group-price p {
  font-size: 18px;
  font-family: JDZhengHT, JDZhengHT !important;
  font-weight: 400;
  color: #F26161;
  line-height: 22px;
}

.group-container .group-item a .group-r .group-price p span {
  font-family: JDZhengHT, JDZhengHT;
}

.group-container .group-item a .group-r .group-price p em {
  font-size: 12px;
}

.group-container .group-item a .group-r .group-price var {
  font-style: normal;
  font-size: 12px;
  color: #8C8C8C;
  line-height: 17px;
  margin-left: 4px;
}

.activity-container .activity-item {
  margin-bottom: 12px;
}

.activity-container .activity-item:last-child {
  margin-bottom: 4px;
}

.activity-container .activity-item:last-child .activity-r {
  border-bottom: 0;
  padding-bottom: 0;
}

.activity-container .activity-item a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.activity-container .activity-item a .activity-logo {
  width: 110px;
  height: 82px;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
  background: #D8D8D8;
  margin-right: 12px;
}

.activity-container .activity-item a .activity-logo img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
}

.activity-container .activity-item a .activity-r {
  flex: 1;
  min-width: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #F5F6F7;
}

.activity-container .activity-item a .activity-r .activity-name {
  font-size: 15px;
  color: #262626;
  line-height: 21px;
}

.activity-container .activity-item a .activity-r .activity-time, .activity-container .activity-item a .activity-r .activity-num {
  font-size: 12px;
  color: #8C8C8C;
  margin-top: 4px;
  line-height: 17px;
}

.activity-container .activity-item a .activity-r button {
  float: right;
}

.super-competition-container .super-competition-item {
  margin-bottom: 12px;
}

.super-competition-container .super-competition-item:last-child {
  margin-bottom: 4px;
}

.super-competition-container .super-competition-item:last-child .super-competition-r {
  border-bottom: 0;
  padding-bottom: 0;
}

.super-competition-container .super-competition-item a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.super-competition-container .super-competition-item a .super-competition-logo {
  width: 110px;
  height: 82px;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
  background: #D8D8D8;
  margin-right: 12px;
}

.super-competition-container .super-competition-item a .super-competition-logo img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
}

.super-competition-container .super-competition-item a .super-competition-r {
  flex: 1;
  min-width: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #F5F6F7;
}

.super-competition-container .super-competition-item a .super-competition-r .super-competition-name {
  font-size: 15px;
  color: #262626;
  line-height: 21px;
}

.super-competition-container .super-competition-item a .super-competition-r .super-competition-time {
  font-size: 12px;
  color: #8C8C8C;
  margin-top: 4px;
  line-height: 17px;
}

.super-competition-container .super-competition-item a .super-competition-r .super-competition-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.super-competition-container .super-competition-item a .super-competition-r .super-competition-label dl {
  display: flex;
  align-items: center;
  justify-content: center;
}

.super-competition-container .super-competition-item a .super-competition-r .super-competition-label dl dd {
  height: 16px;
  border-radius: 2px;
  font-size: 10px;
  line-height: 16px;
  margin-right: 4px;
  padding: 0 3px;
}

.super-competition-container .super-competition-item a .super-competition-r .super-competition-label dl .label-picture {
  border: 1px solid #4887EB;
  color: #4887EB;
}

.super-competition-container .super-competition-item a .super-competition-r .super-competition-label dl .label-video {
  border: 1px solid #8152F5;
  color: #8152F5;
}

.super-competition-container .super-competition-item a .super-competition-r .super-competition-label dl .label-audio {
  border: 1px solid #E85248;
  color: #E85248;
}

.info-lock-container .info-lock-item {
  margin-bottom: 12px;
}

.info-lock-container .info-lock-item:last-child {
  margin-bottom: 4px;
}

.info-lock-container .info-lock-item:last-child .info-lock-r {
  border-bottom: 0;
  padding-bottom: 0;
}

.info-lock-container .info-lock-item a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.info-lock-container .info-lock-item a .info-lock-logo {
  width: 110px;
  height: 82px;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
  background: #D8D8D8;
  margin-right: 12px;
}

.info-lock-container .info-lock-item a .info-lock-logo img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
}

.info-lock-container .info-lock-item a .info-lock-r {
  flex: 1;
  min-width: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #F5F6F7;
}

.info-lock-container .info-lock-item a .info-lock-r .info-lock-name {
  font-size: 15px;
  color: #262626;
  line-height: 21px;
}

.info-lock-container .info-lock-item a .info-lock-r .info-lock-time {
  font-size: 12px;
  color: #8C8C8C;
  margin-top: 4px;
  line-height: 17px;
}

.info-lock-container .info-lock-item a .info-lock-r .info-lock-price {
  margin-top: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.info-lock-container .info-lock-item a .info-lock-r .info-lock-price p {
  font-size: 18px;
  font-family: JDZhengHT, JDZhengHT !important;
  font-weight: 400;
  color: #F26161;
}

.info-lock-container .info-lock-item a .info-lock-r .info-lock-price button {
  margin-left: auto;
}

.lottery-container .lottery-item {
  margin-bottom: 12px;
}

.lottery-container .lottery-item:last-child {
  margin-bottom: 4px;
}

.lottery-container .lottery-item:last-child .lottery-r {
  min-height: 110px;
  border-bottom: 0;
  padding-bottom: 0;
}

.lottery-container .lottery-item a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.lottery-container .lottery-item a .lottery-logo {
  width: 110px;
  height: 110px;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
  background: #D8D8D8;
  margin-right: 12px;
}

.lottery-container .lottery-item a .lottery-logo img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
}

.lottery-container .lottery-item a .lottery-r {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  min-height: 126px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F5F6F7;
}

.lottery-container .lottery-item a .lottery-r .lottery-name {
  font-size: 15px;
  color: #262626;
  line-height: 21px;
}

.lottery-container .lottery-item a .lottery-r .lottery-profile {
  font-size: 12px;
  color: #8C8C8C;
  margin-top: 4px;
  line-height: 17px;
}

.lottery-container .lottery-item a .lottery-r button {
  margin-top: auto;
  margin-left: auto;
}

.seckill-container .seckill-item {
  margin-bottom: 12px;
}

.seckill-container .seckill-item:last-child {
  margin-bottom: 4px;
}

.seckill-container .seckill-item:last-child .seckill-r {
  border-bottom: 0;
  padding-bottom: 0;
}

.seckill-container .seckill-item a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.seckill-container .seckill-item a .seckill-logo {
  width: 110px;
  height: 117px;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
  background: #D8D8D8;
  margin-right: 12px;
}

.seckill-container .seckill-item a .seckill-logo img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
}

.seckill-container .seckill-item a .seckill-r {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  min-height: 134px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F5F6F7;
}

.seckill-container .seckill-item a .seckill-r .seckill-name {
  font-size: 15px;
  color: #262626;
  line-height: 21px;
}

.seckill-container .seckill-item a .seckill-r .seckill-time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 6px;
  width: 100%;
  height: 22px;
  background: linear-gradient(270deg, rgba(252, 237, 236, 0.05) 0%, #FCEDEC 100%);
  border-radius: 200px;
  padding: 0 8px;
}

.seckill-container .seckill-item a .seckill-r .seckill-time img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

.seckill-container .seckill-item a .seckill-r .seckill-time p {
  font-size: 12px;
  color: #262626;
}

.seckill-container .seckill-item a .seckill-r .seckill-time span {
  font-size: 12px;
  color: #E85248;
}

.seckill-container .seckill-item a .seckill-r .seckill-num {
  width: fit-content;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #E85248;
  font-size: 10px;
  color: #E85248;
  line-height: 16px;
  padding: 0 3px;
  margin-top: 8px;
  margin-bottom: 12px;
}

.seckill-container .seckill-item a .seckill-r .seckill-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
}

.seckill-container .seckill-item a .seckill-r .seckill-price p {
  font-size: 18px;
  font-family: JDZhengHT, JDZhengHT !important;
  font-weight: 400;
  color: #F26161;
  line-height: 22px;
}

.seckill-container .seckill-item a .seckill-r .seckill-price p span {
  font-family: JDZhengHT, JDZhengHT;
}

.seckill-container .seckill-item a .seckill-r .seckill-price p em {
  font-size: 12px;
}

.seckill-container .seckill-item a .seckill-r .seckill-price var {
  font-style: normal;
  font-size: 12px;
  color: #8C8C8C;
  line-height: 17px;
  margin-left: 4px;
}

.online-course-container .online-course-item {
  margin-bottom: 12px;
}

.online-course-container .online-course-item:last-child {
  margin-bottom: 4px;
}

.online-course-container .online-course-item:last-child .online-course-r {
  min-height: 77px;
  border-bottom: 0;
  padding-bottom: 0;
}

.online-course-container .online-course-item a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.online-course-container .online-course-item a .online-course-logo {
  width: 110px;
  height: 77px;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
  background: #D8D8D8;
  margin-right: 12px;
}

.online-course-container .online-course-item a .online-course-logo img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
}

.online-course-container .online-course-item a .online-course-r {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  min-height: 93px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F5F6F7;
}

.online-course-container .online-course-item a .online-course-r .online-course-name {
  font-size: 15px;
  color: #262626;
  line-height: 21px;
}

.online-course-container .online-course-item a .online-course-r .online-course-labels {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 8px 0 6px;
}

.online-course-container .online-course-item a .online-course-r .online-course-labels dd {
  height: 16px;
  border-radius: 2px;
  border: 1px solid #8C8C8C;
  font-size: 10px;
  color: #8C8C8C;
  line-height: 16px;
  padding: 0 3px;
  margin-right: 5px;
}

.online-course-container .online-course-item a .online-course-r .online-course-price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-top: auto;
}

.online-course-container .online-course-item a .online-course-r .online-course-price .online-course-current-price {
  font-size: 18px;
  font-family: JDZhengHT, JDZhengHT !important;
  font-weight: 400;
  color: #F26161;
  line-height: 22px;
  margin-right: 4px;
}

.online-course-container .online-course-item a .online-course-r .online-course-price .online-course-original-price {
  font-size: 12px;
  color: #8C8C8C;
  line-height: 17px;
}

.hypermarket-container ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hypermarket-container ul li {
  width: 49%;
}

.hypermarket-container ul li:nth-child(n+3) {
  margin-top: 12px;
}

.hypermarket-container ul .hypermarket-logo {
  width: 100%;
  height: 100px;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
}

.hypermarket-container ul .hypermarket-logo img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 50%;
}

.hypermarket-container ul .hypermarket-name {
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  margin-top: 8px;
}

.hypermarket-container ul .hypermarket-price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-top: 8px;
}

.hypermarket-container ul .hypermarket-price .hypermarket-current-price {
  font-size: 18px;
  font-family: JDZhengHT, JDZhengHT !important;
  font-weight: 400;
  color: #F26161;
  line-height: 22px;
  margin-right: 4px;
}

.hypermarket-container ul .hypermarket-price .hypermarket-original-price {
  font-size: 12px;
  color: #8C8C8C;
  line-height: 17px;
}

.circle-container .circle-item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F5F6F7;
}

.circle-container .circle-item:last-child {
  margin-bottom: 4px;
  padding-bottom: 0;
  border: 0;
}

.circle-container .circle-item a .circle-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.circle-container .circle-item a .circle-title p {
  flex: 1;
  min-width: 0;
  font-size: 15px;
  color: #262626;
}

.circle-container .circle-item a .circle-title img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

.circle-container .circle-item a .circle-sub-title {
  font-size: 13px;
  color: #595959;
  line-height: 18px;
  margin-top: 4px;
}

.circle-container .circle-item a .circle-file {
  margin-top: 12px;
}

.circle-container .circle-item a .circle-file li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.circle-container .circle-item a .circle-file li img {
  width: 12px;
  height: 14px;
  margin-right: 4px;
}

.circle-container .circle-item a .circle-file li p {
  flex: 1;
  min-width: 0;
  font-size: 12px;
  color: #8C8C8C;
}

.circle-container .circle-item a .circle-file li + li {
  margin-top: 4px;
}

.common-header {
  height: 56px;
  display: flex;
  align-items: center;
  background: var(--themeHeaderBg);
  padding: 0 10px;
  position: fixed;
  width: 100%;
  max-width: 480px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.common-header .jg-logo {
  width: 40px;
  height: 40px;
  border-radius: 6px;
}

.common-header .jg-logo img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.common-header .jg-name {
  flex: 1;
  min-width: 0;
  font-size: 17px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: var(--themeHeaderColor);
  line-height: 21px;
  margin: 0 10px;
}

.common-header .head-nav .checkboxtoggler {
  width: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.common-header .head-nav .line-1, .common-header .head-nav .line-2, .common-header .head-nav .line-3 {
  background: var(--themeHeaderColor);
  height: 2px;
  border-radius: 10px;
  transition-duration: 500ms;
}

.common-header .head-nav #toggleChecker {
  height: 16px;
  width: 100%;
  display: none;
}

.common-header .head-nav #toggleChecker:checked + #togglerLable .checkboxtoggler .line-1 {
  -webkit-transform: rotate(45deg) translateY(3px) translateX(4px);
  -ms-transform: rotate(45deg) translateY(3px) translateX(4px);
  transform: rotate(45deg) translateY(3px) translateX(4px);
}

.common-header .head-nav #toggleChecker:checked + #togglerLable .checkboxtoggler .line-2 {
  -webkit-transform: rotate(-45deg) translateY(0) translateX(1px);
  -ms-transform: rotate(-45deg) translateY(0) translateX(1px);
  transform: rotate(-45deg) translateY(0) translateX(1px);
}

.common-header .head-nav #toggleChecker:checked + #togglerLable .checkboxtoggler .line-3 {
  transform: scaleX(0);
  transform-origin: left;
}

.theme-index-footer-block {
  width: 100%;
  height: 62px;
}

.index-foot-content {
  margin-top: 0;
}

.theme-index-footer {
  width: 100%;
  max-width: 480px;
  background: #FFFFFF;
  padding: 9px 16px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

.theme-index-footer .m-index-footer-l {
  display: flex;
  align-items: center;
  margin-bottom: constant(safe-area-inset-bottom);
  margin-bottom: env(safe-area-inset-bottom);
}

.theme-index-footer .m-index-footer-l div i {
  font-size: 24px;
  color: #595959;
}

.theme-index-footer .m-index-footer-l div p {
  font-size: 12px;
  color: #595959;
  line-height: 18px;
  margin-top: 3px;
}

.theme-index-footer .m-index-footer-l div + div {
  margin-left: 16px;
}

.theme-index-footer .m-index-footer-r {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-bottom: constant(safe-area-inset-bottom);
  margin-bottom: env(safe-area-inset-bottom);
}

.theme-index-footer .m-index-footer-r button {
  height: 44px;
  border-radius: 5px;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
}

.theme-index-footer .m-index-footer-r button + button {
  margin-left: 7px;
}

.theme-index-footer .m-index-footer-r .footer-add-wx, .theme-index-footer .m-index-footer-r .m-footer-consult {
  width: 37%;
  background-color: #FFFFFF;
  border: 2px solid var(--themeBtnBgColor);
  color: var(--themeBtnBgColor);
}

.theme-index-footer .m-index-footer-r .footer-audition-btn, .theme-index-footer .m-index-footer-r .enroll-btn {
  flex: 1;
  background: var(--themeBtnBgColor);
  color: #FFFFFF;
}

/*iphone,x,xs,11,12,13*/
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .theme-index-footer-block {
    height: 86px;
  }
  .theme-index-footer {
    padding-bottom: 36px;
  }
}

/*iphone xr 11*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  .theme-index-footer-block {
    height: 86px;
  }
  .theme-index-footer {
    padding-bottom: 36px;
  }
}

.index-nav {
  display: flex;
  flex-wrap: wrap;
  padding: 24px 0;
  background: #FFFFFF;
}

.index-nav li {
  width: calc(100% / 4);
  margin-top: 0;
}

.index-nav li:nth-child(n+5) {
  margin-top: 16px;
}

.index-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.index-nav li a img {
  width: 44px;
  height: 44px;
}

.index-nav li a p {
  text-align: center;
  font-size: 13px;
  color: #232323;
  line-height: 18px;
  margin-top: 8px;
}

.index-nav.index-nav-1 li {
  width: calc(100% / 3);
  margin-top: 0;
}

.index-nav.index-nav-1 li:nth-child(n+4) {
  margin-top: 16px;
}

.index-nav.index-nav-3 li {
  width: calc(100% / 5);
  margin-top: 0;
}

.index-nav.index-nav-3 li:nth-child(n+6) {
  margin-top: 16px;
}

.title-style-space .title-style-l {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-style-space .title-style-l img {
  width: 10px;
  height: 15px;
  margin-right: 8px;
}

.dial-out {
  width: 100%;
  max-width: 480px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.dial-out .dial-alert {
  width: 285px;
  background: #FFFFFF;
  border-radius: 12px;
  padding-bottom: 30px;
  position: relative;
}

.dial-out .dial-alert .dial-back {
  width: 100%;
  height: 157px;
  margin-top: -18px;
}

.dial-out .dial-alert .dial-close {
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 1px;
}

.dial-out .dial-alert .dial-phone-num {
  width: 100%;
  padding: 20px 0 36px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  line-height: 22px;
}

.dial-out .dial-alert .dial-phone-num span {
  color: #1159FB;
}

.dial-out .dial-alert .dial-btn {
  margin: 0 25px;
  height: 40px;
  background: linear-gradient(90deg, #1159FB 0%, #409EFF 100%);
  border-radius: 20px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  display: block;
  width: -webkit-fill-available;
}

.popup-layer {
  width: 100%;
  max-width: 480px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.popup-layer .popup-img {
  display: block;
  width: 320px;
  height: auto;
  max-height: 460px;
}

.popup-layer .popup-img img {
  width: 100%;
  border-radius: 15px;
  max-height: 460px;
}

.popup-layer .close-popup {
  width: 32px;
  height: 32px;
  margin: 20px auto 0;
}

.title-style-center {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  padding: 22px 16px 14px;
}

.title-style-center img {
  width: 32px;
}

.title-style-center span {
  font-size: 20px;
  font-weight: 600;
  color: #262626;
  line-height: 28px;
  margin: 0 4px;
}

.title-style-LXLA01 img {
  width: 16px;
}

.title-center-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding-top: 16px;
  margin: 0 auto;
}

.title-center-more span {
  font-size: 13px;
  color: #8C8C8C;
  line-height: 18px;
}

.title-center-more img {
  width: 16px;
  height: 16px;
  margin-left: 2px;
}
.title-style-space.title-style-SJLA01 .title-style-l img {
  width: 20px;
  height: 20px;
}

.title-style-center.title-style-ITLA03 img {
  width: 28px;
}

.title-style-center.title-style-ITLA03 span {
  margin: 0 8px;
}

.title-style-space.title-style-YKHO01 .title-style-l img {
  width: 20px;
  height: 20px;
}

.title-style-center.title-style-CYHO01 img {
  width: 20px;
}

.title-style-center.title-style-CYHO01 span {
  margin: 0 6px;
  color: #CE2B22;
}

.title-style-space.title-style-ZYHO01 .title-style-l img {
  width: 18px;
  height: 18px;
}

.title-style-space.title-style-KJLV01 .title-style-l img {
  width: 5px;
  height: 16px;
}

.title-style-space.title-style-KJLV01 .title-style-text {
  line-height: 27px;
}

.title-style-space.title-style-MYHO01 .title-style-l img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.title-style-XYLV01-box {
  padding: 20px 12px 16px;
  background-color: #FFFFFF;
}

.title-style-XYLV01-box > img {
  width: 100%;
}

.title-style-XYLV01-box .title-style-XYLV01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2px;
}

.title-style-XYLV01-box .title-style-XYLV01 .title-style-text {
  font-size: 20px;
  font-weight: 600;
  color: #0B3F2F;
}

.title-style-XYLV01-box .title-style-XYLV01 .title-style-r {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-style-XYLV01-box .title-style-XYLV01 .title-style-r span {
  font-size: 13px;
  color: #777777;
}

.title-style-XYLV01-box .title-style-XYLV01 .title-style-r img {
  width: 16px;
  height: 16px;
}

.title-style-space.title-style-GYLA01 .title-style-l img {
  width: 5px;
  height: 16px;
}

.title-style-space.title-style-GYLA01 .title-style-text {
  line-height: 27px;
}

.title-style-center.title-style-JGLA01 span,
.title-style-center.title-style-JGLV01 span,
.title-style-center.title-style-JGCH01 span {
  font-size: 18px;
  color: #232323;
  margin: 0 8px;
}

.title-style-center.title-style-SZLV01,
.title-style-center.title-style-SZLA02,
.title-style-center.title-style-SZHO03 {
  flex-direction: column;
}

.title-style-center.title-style-SZLV01 span,
.title-style-center.title-style-SZLA02 span,
.title-style-center.title-style-SZHO03 span {
  font-size: 22px;
  color: #292929;
}

.title-style-center.title-style-SZLV01 img,
.title-style-center.title-style-SZLA02 img,
.title-style-center.title-style-SZHO03 img {
  width: 36px;
  margin-top: 6px;
}

.student-container a {
  align-items: normal;
}

.student-container a .student-r {
  position: relative;
}

.student-container a .student-r .style-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.profile-item > li {
  width: 100%;
}

.classify-ul ol, .classify-ul ul {
  display: block;
}

.editor-box table {
  border-collapse: collapse;
  border-spacing: 0;
}

.editor-box ol, .editor-box ul {
  padding-left: 20px;
  max-width: 100%;
}

.editor-box ol, .editor-box ol li {
  list-style: auto;
}

.editor-box ul, .editor-box ul li {
  list-style: disc;
}

.editor-box em {
  font-style: italic;
}

.editor-box hr {
  line-height: 0;
  margin: 10px 0;
  padding: 0;
  border: none !important;
  border-bottom: 1px solid #eee !important;
  clear: both;
  background: 0 0;
}

.editor-box table {
  width: 100%;
}

.editor-box table td, .editor-box table th {
  border: #DDDFE6 solid  1px;
  padding: 5px 10px;
}

/* .editor-box table tr{ height:40px; } */
.editor-box table thead {
  background-color: #F5F6F7;
}

.editor-box table thead th {
  text-align: center;
  font-size: 14px;
  color: #8C8C8C;
}

.editor-box table thead th:nth-child(1) {
  width: 16%;
}

.editor-box table tbody td {
  text-align: center;
  font-size: 16px;
  color: #262626;
}

.editor-box table tbody td:nth-child(1) {
  width: 16%;
}
