/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 2444528 */
  src: url('//at.alicdn.com/t/c/font_2444528_1jtfh147hdm.woff2?t=1670556181064') format('woff2'), url('//at.alicdn.com/t/c/font_2444528_1jtfh147hdm.woff?t=1670556181064') format('woff'), url('//at.alicdn.com/t/c/font_2444528_1jtfh147hdm.ttf?t=1670556181064') 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;
  padding-top: 50px;
  margin: 0 auto;
}
.f9 {
  background: #F9F9F9;
}
.common-main {
  min-height: 100%;
}
.div-block {
  margin: 16px 16px 0;
}
.div-block-tit {
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.div-block-tit p {
  font-size: 18px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 21px;
}
.div-block-tit a {
  display: flex;
  align-items: center;
}
.div-block-tit a span {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
  margin-right: 6px;
}
.div-block-tit a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #999999;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  vertical-align: text-top;
  -webkit-mask: url(https://static.jiaoyubao.cn/images/common/icon-right-no-bg.svg) no-repeat;
  mask: url(https://static.jiaoyubao.cn/images/common/icon-right-no-bg.svg) no-repeat;
}
.common-header {
  height: 50px;
  display: flex;
  align-items: center;
  background: linear-gradient(326deg, #396CEC 0%, #4C81F6 100%);
  padding: 0 16px;
  position: fixed;
  width: 100%;
  max-width: 480px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.common-header .jg-logo {
  width: 36px;
  height: 36px;
  border-radius: 4px;
}
.common-header .jg-logo img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
}
.common-header .jg-name {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 24px;
  margin-left: 8px;
}
.common-header .head-nav {
  background-color: unset;
}
.common-header .head-nav i {
  font-size: 28px;
  color: #FFFFFF;
}
.img-block {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.foot-content {
  margin-top: 15px;
  position: relative;
}
.foot-content .foot-link-a {
  width: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: absolute;
  bottom: 16px;
}
.foot-content .footer-a + .footer-a {
  margin-left: 8px;
}
.foot-content .footer-a {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #888888;
  white-space: nowrap;
}
.foot-content .foot-link-a i {
  width: 56px;
  height: 1px;
  background-color: #888888;
  margin: 0 12px;
}
.foot-box {
  background: #212121;
}
.foot-box span,
.foot-box a {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #888888;
  line-height: 12px;
}
.wx-qrcode-box {
  padding: 20px 66px 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wx-qrcode-box img {
  width: 68px;
  height: 68px;
  background-color: #FFFFFF;
  border-radius: 4px;
}
.wx-qrcode-box span {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  line-height: 17px;
  text-align: center;
  margin-top: 6px;
}
.friend-chain {
  padding: 15px 0 9px;
}
.friend-chain .friend-chain-tit {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 17px;
  padding-left: 22px;
}
.friend-chain .friend-chain-con {
  display: flex;
  margin-top: 4px;
  flex-wrap: wrap;
}
.friend-chain .friend-chain-con a {
  display: block;
  min-width: calc(100% / 3);
  padding: 0 10px 0 22px;
  margin-top: 8px;
}
.skill-support {
  text-align: center;
  padding: 16px 0 45px;
}
.skill-support div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
.skill-support div img {
  width: 43px;
}
#make_call_pop {
  position: fixed;
  width: 100%;
  max-width: 480px;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  transition: 0.4s all;
  touch-action: none;
}
#make_call_pop .make-call-list {
  background-color: #fff;
  margin-bottom: 6px;
  border-radius: 5px;
}
#make_call_pop .make-call-list li {
  height: 50px;
  box-shadow: 1px 0px 1px #ccc;
}
#make_call_pop .make-call-list li a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #1a8cff;
}
#make_call_pop .make-call-list li:last-child {
  box-shadow: unset;
}
#make_call_pop .make-call-cancel {
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  background-color: #fff;
  color: #1a8cff;
  margin-bottom: 5px;
}
.header-banner {
  width: 100%;
  height: 110px;
  background: url(../img/bg2.png) no-repeat;
  background-size: 100% 100%;
  /*padding: 22px 0 0 22px;*/
  padding-left: 22px;
}
.header-banner h1 {
  font-size: 28px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  height:100%;
  display: flex;
  align-items:center;
}
.header-banner h2 {
  font-size: 28px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  height:100%;
  display: flex;
  align-items:center;
}
.header-banner span {
  font-size: 14px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  opacity: 0.2;
  line-height: 21px;
}
.classify-tab {
  padding-top: 24px;
  margin: 0 16px;
  overflow: hidden;
}
.classify-tab .swiper-slide {
  width: auto;
  min-width: 70px;
  height: 32px;
  padding: 0 15px;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  background: #E9E9E9;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.classify-tab .swiper-slide.active {
  background: #4478F2;
  font-weight: 500;
  color: #FFFFFF;
}
.classify-ul ul {
  display: none;
}
.classify-ul ul:first-child {
  display: flex;
}
.page-ul ul {
  display: none;
}
.page-ul ul:first-child {
  display: flex;
}
.classify-ul ol {
  display: none;
}
.classify-ul ol:first-child {
  display: block;
}
.commmon-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
.commmon-list li {
  width: calc((100% - 17px) / 2);
  margin-right: 17px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 0px rgba(32, 32, 32, 0.04);
  border-radius: 12px;
}
.commmon-list li:nth-child(2n) {
  margin-right: 0;
}
.commmon-list li:nth-child(n+3) {
  margin-top: 16px;
}
.course-list li a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.course-list li .course-logo {
  width: 100%;
  height: 98px;
  border-radius: 12px 12px 0 0;
}
.course-list li .course-logo img {
  border-radius: 12px 12px 0 0;
}
.course-list li .course-info {
  flex: 1;
  padding: 8px 8px 15px;
  display: flex;
  flex-direction: column;
}
.course-list li .course-info h4 {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 21px;
}
.course-list li .course-info .course-time {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
  margin-top: 4px;
  margin-bottom: 6px;
}
.course-list li .course-info .course-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.course-list li .course-info .course-bottom .price {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #FF6666;
  line-height: 21px;
}
.course-list li .course-info .course-bottom .price em {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.course-list li .course-info .course-bottom .audition-btn {
  display: block;
  width: 68px;
  height: 26px;
  background: #4478F2;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  border-radius: 4px;
}
.teacher-list li {
  background: #F9F9F9;
  box-shadow: unset;
}
.teacher-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 16px 21px;
}
.teacher-list li .teacher-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}
.teacher-list li .teacher-avatar img {
  border-radius: 50%;
}
.teacher-list li .teacher-name {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  margin-top: 6px;
}
.teacher-list li .teacher-post {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  margin-top: 8px;
}
.teacher-list li .teacher-profile {
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  margin-top: 7px;
  width: 100%;
}
.info-list {
  background: #FFFFFF;
  list-style: none;
}
.info-list li {
  margin-top: 17px;
}
.info-list li:first-child {
  margin-top: 0;
}
.info-list li:last-child a {
  padding-bottom: 0;
  border: 0;
}
.info-list a {
  display: flex;
}
.info-list .info-logo {
  width: 120px;
  height: 90px;
  border-radius: 4px;
}
.info-list .info-logo.info-no-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.info-list .info-logo.info-no-logo > img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  border-radius: 4px;
  position: relative;
}
.info-list .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-list .info-logo .info-logo-mask img {
  width: 100%;
  height: 100%;
}
.info-list .info-logo img {
  border-radius: 4px;
}
.info-list .info-con {
  flex: 1;
  min-width: 0;
  margin-left: 16px;
  display: flex;
  flex-direction: column;
}
.info-list .info-con .info-name {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 21px;
}
.info-list .info-con .info-profile {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  margin-top: 2px;
}
.info-list .info-con .info-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.info-list .info-con .info-bottom span {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.info-list .info-con .info-bottom .info-class-name {
  padding: 3px 6px;
  height: 24px;
  background: #F6F6F6;
  border-radius: 4px;
}
.profile-item {
  background: #FFFFFF;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 12px;
}
.profile-item .profile-item-text,
.profile-item p {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.profile-item .profile-item-text img,
.profile-item p img,
.profile-item .profile-item-text video,
.profile-item p video,
.profile-item .profile-item-text audio,
.profile-item p audio {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.school-content {
  margin-top: 16px;
}
.school-content .map-content {
  width: 100%;
  height: 257px;
  border-radius: 12px;
  left: 0px;
  margin: 0 auto;
}
.school-content .classify-ul .school-list {
  display: none;
}
.school-content .classify-ul .school-list:first-child {
  display: block;
}
.school-content .school-list li,
.school-content .classify-ul .school-list li {
  margin-top: 8px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 0px rgba(32, 32, 32, 0.04);
  border-radius: 12px;
  padding: 12px 18px 16px 16px;
}
.school-content .classify-ul .school-list .school-xq-name h4 {
  font-weight: 600;
}
.school-content .school-xq-name {
  display: flex;
  align-items: center;
}
.school-content .school-xq-name h4 {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.school-content .school-xq-name span {
  font-size: 11px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
  margin-left: 12px;
}
.school-content .school-xq-name .distance-unauthorized {
  height: 20px;
  background: #EFF7FF;
  line-height: 20px;
  border-radius: 11px;
  padding: 0 8px;
  color: #4478F2;
  font-size: 11px;
  white-space: nowrap;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.school-content .school-xq-name .distance-unauthorized::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 1px;
  background: #4478F2;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask: url(https://static.jiaoyubao.cn/images/common/icon-map-block.svg) no-repeat;
  mask: url(https://static.jiaoyubao.cn/images/common/icon-map-block.svg) no-repeat;
}
.school-content .school-xq-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
}
.school-content .school-xq-info .xq-info-l {
  flex: 1;
  min-width: 0;
}
.school-content .school-xq-info .xq-info-l p {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}
.school-content .school-xq-info .xq-info-l p.xq-tel {
  margin-top: 8px;
}
.school-content .school-xq-info .xq-info-l p.xq-tel::before {
  content: '';
  display: inline-block;
  vertical-align: sub;
  width: 14px;
  height: 14px;
  background: url(../img/call-icon@2x.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  margin-right: 6px;
}
.school-content .school-xq-info .xq-info-r {
  display: flex;
}
.school-content .school-xq-info .xq-info-r button,
.school-content .school-xq-info .xq-info-r a {
  background-color: unset;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.school-content .school-xq-info .xq-info-r button.xq-navigation-btn::after,
.school-content .school-xq-info .xq-info-r a.xq-navigation-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
  height: 16px;
  border-left: 1px solid #E9E9E9;
}
.school-content .school-xq-info .xq-info-r button i,
.school-content .school-xq-info .xq-info-r a i {
  display: inline-block;
  vertical-align: text-bottom;
  width: 22px;
  height: 22px;
}
.school-content .school-xq-info .xq-info-r button span,
.school-content .school-xq-info .xq-info-r a span {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  margin-top: 3px;
}
.school-content .school-xq-info .xq-info-r button + button,
.school-content .school-xq-info .xq-info-r a + button {
  margin-left: 33px;
  position: relative;
}
.school-content .school-xq-info .xq-info-r .xq-navigation-btn i {
  background: url(../img/blue/navigation-icon@2x.png) no-repeat;
  background-size: 100% 100%;
}
.school-content .school-xq-info .xq-info-r .xq-call-btn i {
  background: url(../img/blue/xq-tel-icon@2x.png) no-repeat;
  background-size: 100% 100%;
}
.school-content .classify-ul .school-list .school-xq-info button:before {
  top: 50%;
  transform: translateY(-50%);
}
.m-index-footer-block {
  width: 100%;
  height: 95px;
}
.m-index-footer {
  width: 100%;
  max-width: 480px;
  background: #FFFFFF;
  padding: 16px 16px 36px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.m-index-footer .m-index-footer-l {
  display: flex;
  align-items: center;
}
.m-index-footer .m-index-footer-l div img {
  width: 22px;
  height: 22px;
}
.m-index-footer .m-index-footer-l div p {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
}
.m-index-footer .m-index-footer-l div + div {
  margin-left: 33px;
}
.m-index-footer .m-index-footer-r {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.m-index-footer .m-index-footer-r button {
  flex: 1;
  height: 43px;
  border-radius: 6px;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
}
.m-index-footer .m-index-footer-r button + button {
  margin-left: 6px;
}
.m-index-footer .m-index-footer-r .footer-add-wx,
.m-index-footer .m-index-footer-r .m-footer-consult {
  background-color: #FFFFFF;
  border: 2px solid #4478F2;
  color: #4478F2;
}
.m-index-footer .m-index-footer-r .footer-audition-btn,
.m-index-footer .m-index-footer-r .enroll-btn {
  background: #4478F2;
  color: #FFFFFF;
}
.photo-album {
  display: flex;
  flex-wrap: wrap;
}
.photo-album li {
  width: calc((100% - 9px) / 2);
  height: 125px;
  border-radius: 8px;
}
.photo-album li:nth-child(2n-1) {
  margin-right: 9px;
}
.photo-album li:nth-child(n+3) {
  margin-top: 16px;
}
.photo-album li img {
  border-radius: 8px;
}
.hambur_nav_pop {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  max-width: 480px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999999;
  touch-action: none;
}
.hambur_nav_pop .hambur_nav-ul {
  display: none;
  position: absolute;
  top: 50px;
  right: 12px;
  width: 120px;
  background-color: #fff;
  border-radius: 5px;
}
.hambur_nav_pop .hambur_nav-ul::after {
  content: '';
  position: absolute;
  top: -6px;
  right: 7px;
  height: 0;
  width: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.hambur_nav_pop .hambur_nav-ul li {
  height: 52px;
}
.hambur_nav_pop .hambur_nav-ul li a {
  display: block;
  line-height: 52px;
  text-align: center;
  color: #333333;
  font-size: 14px;
}
.add-wx-pop,
.wx-code-mask {
  display: none;
  background: rgba(32, 32, 32, 0.5);
  position: fixed;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  max-width: 480px;
  width: 100%;
  z-index: 9999999;
  touch-action: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-wx-box {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 24px 20px;
  width: calc(100% - 40px);
  max-width: calc(480px - 40px);
  z-index: 100;
  position: relative;
}
.add-wx-box .common_close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-color: #999999;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask: url(https://static.jiaoyubao.cn/images/common/icon-cross-no-bg.svg) no-repeat;
  mask: url(https://static.jiaoyubao.cn/images/common/icon-cross-no-bg.svg) no-repeat;
}
.add-wx-box .add-wx-tit {
  font-size: 18px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  text-align: center;
  line-height: 24px;
}
.add-wx-box .form-item {
  width: 100%;
  height: 46px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid rgba(32, 32, 32, 0.2);
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
.add-wx-box .form-item input {
  flex: 1;
  height: 100%;
  color: #262626;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  border-radius: 6px;
  padding: 11px 0;
}
.add-wx-box .code-item {
  margin-top: 12px;
}
.add-wx-box .code-item .get-code {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #4478F2;
  background-color: unset;
}
.add-wx-box .code-item .get-code.disable {
  color: #ABABAB;
}
.add-wx-box .add-wx-submit {
  width: 100%;
  height: 42px;
  background: #4478F2;
  border-radius: 6px;
  margin-top: 23px;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
.wx-code-box {
  background: #FFFFFF;
  border-radius: 8px;
  padding-bottom: 25px;
  width: calc(100% - 40px);
  max-width: calc(480px - 40px);
  z-index: 100;
  position: relative;
}
.wx-code-box.wx-code-no-qrcode {
  padding-bottom: 46px;
}
.wx-code-box.wx-code-no-qrcode .wx-code-copy-box {
  margin-top: 32px;
}
.wx-code-box .common_close {
  position: absolute;
  top: 16px;
  right: 12px;
  width: 28px;
  height: 28px;
  display: inline-block;
  background-color: #999999;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask: url(https://static.jiaoyubao.cn/images/common/icon-cross-no-bg.svg) no-repeat;
  mask: url(https://static.jiaoyubao.cn/images/common/icon-cross-no-bg.svg) no-repeat;
}
.wx-code-box .wx-code-info {
  height: 82px;
  background: linear-gradient(111deg, #E4EFFF 0%, #D7E7FF 100%);
  display: flex;
  padding: 22px 45px 18px 15px;
  border-radius: 8px 8px 0 0;
}
.wx-code-box .wx-code-info img {
  width: 42px;
  height: 42px;
  background: #FFFFFF;
  border-radius: 50%;
}
.wx-code-box .wx-code-info span {
  flex: 1;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #202020;
  margin-left: 12px;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wx-code-box .wx-code-copy-box {
  width: fit-content;
  padding: 20px 28px 10px;
  min-width: 180px;
  background: #EEF7FE;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 28px auto 0;
}
.wx-code-box .wx-code-copy-box::before {
  content: '微信号';
  display: block;
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 19px;
  text-align: center;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 19px;
  background: #4478F2;
  border-radius: 8px 0 8px 0;
}
.wx-code-box .wx-code-copy-box p {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #202020;
}
.wx-code-box .wx-code-copy-box button {
  width: 30px;
  height: 16px;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: unset;
  border: 1px solid rgba(32, 32, 32, 0.4);
  font-size: 10px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(32, 32, 32, 0.4);
  margin-left: 6px;
}
.wx-code-box .wx-code-img {
  width: 163px;
  height: 163px;
  opacity: 1;
  border: 1px solid rgba(32, 32, 32, 0.12);
  padding: 5px 5px 3px 3px;
  margin: 21px auto 0;
}
.wx-code-box .wx-code-img img {
  width: 100%;
  height: 100%;
}
.wx-code-box .wx-code-tips {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 31px;
}
.wx-code-box .wx-code-tips span {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
  position: relative;
  margin-right: 20px;
}
.wx-code-box .wx-code-tips span:last-child {
  margin-right: 0;
}
.wx-code-box .wx-code-tips span:last-child::after {
  display: none;
}
.wx-code-box .wx-code-tips span::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: #999999;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask: url(https://static.jiaoyubao.cn/images/common/icon-right-no-bg.svg) no-repeat;
  mask: url(https://static.jiaoyubao.cn/images/common/icon-right-no-bg.svg) no-repeat;
}
@keyframes layer-fade-in {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes layer-fade-out {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}
.jyb-form-fadeIn {
  -webkit-animation: layer-fade-in 0.3s;
  -moz-animation: layer-fade-in 0.3s;
  animation: layer-fade-in 0.3s;
}
.jyb-form-fadeOut {
  -webkit-animation: layer-fade-out 0.3s;
  -moz-animation: layer-fade-out 0.3s;
  animation: layer-fade-out 0.3s;
}
.weui-mask,
.weui-mask_transparent {
  z-index: 99999!important;
}
.weui-picker {
  z-index: 100000!important;
}
.show_trial_pop,
.show_question_pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  touch-action: none;
  overflow: hidden !important;
}
.show_trial_pop .common_form,
.show_question_pop .common_form {
  position: fixed;
  bottom: 0;
  left: 50%;
  display: flex;
  transition: all 0.4s;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, 100%);
  width: 100%;
  max-width: 480px;
  height: auto;
  background-color: #fff;
  padding: 0 16px;
  border-radius: 12px 12px 0px 0px;
}
.show_trial_pop .common_form h4,
.show_question_pop .common_form h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin: 24px 0;
}
.show_trial_pop .common_form .common_form_item,
.show_question_pop .common_form .common_form_item {
  position: relative;
  margin-bottom: 16px;
  width: 100%;
  display: flex;
  align-items: center;
}
.show_trial_pop .common_form .common_form_item textarea,
.show_question_pop .common_form .common_form_item textarea {
  display: block;
  width: 100%;
  height: 108px;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  opacity: 1;
  border-radius: 4px;
  padding: 13px 16px;
}
.show_trial_pop .common_form .common_form_item input,
.show_question_pop .common_form .common_form_item input {
  width: 100%;
  height: 46px;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  opacity: 1;
  border-radius: 4px;
  padding: 0 16px;
  font-size: 14px;
}
.show_trial_pop .common_form .common_button,
.show_question_pop .common_form .common_button {
  width: 100%;
  height: 46px;
  background: #4478F2;
  border-radius: 6px;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.show_trial_pop .common_form .select::after,
.show_question_pop .common_form .select::after {
  content: '';
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: #999999;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask: url(https://static.jiaoyubao.cn/images/common/icon-bottom-no-bg.svg) no-repeat;
  mask: url(https://static.jiaoyubao.cn/images/common/icon-bottom-no-bg.svg) no-repeat;
}
.show_trial_pop .common_form .m-jyb-btn-getcode,
.show_question_pop .common_form .m-jyb-btn-getcode {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #4478F2;
  opacity: 1;
  border-radius: 13px;
  color: #4478F2;
  font-size: 12px;
  background-color: #fff;
}
.show_trial_pop .common_form .common_close,
.show_question_pop .common_form .common_close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
  display: inline-block;
  background-color: #e9e9e9;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask: url(https://static.jiaoyubao.cn/images/common/icon-cross-block.svg) no-repeat;
  mask: url(https://static.jiaoyubao.cn/images/common/icon-cross-block.svg) no-repeat;
}
.swiper_container_lantern {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}
.swiper-pagination-fraction {
  display: inline-block;
  width: 50px;
  left: unset;
  right: 32px;
  bottom: 50px;
  line-height: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  font-size: 14px;
  z-index: 999;
}
.swiper-pagination-fraction .swiper-pagination-current {
  color: #fff;
}
.swiper_container_lantern img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 99999999;
}
.swiper_container_lantern video {
  position: relative;
  width: 100%;
  height: auto;
}
.swiper-pagination-fraction {
  color: #fff;
}
.swiper-pagination-current {
  color: #f58905;
}
.icon-left-no-bg {
  z-index: 99;
  position: absolute;
  left: 10px;
  top: 8px;
  display: inline-block;
  height: 28px;
  width: 28px;
  -webkit-mask: url(https://static.jiaoyubao.cn/images/common/icon-left-no-bg.svg) no-repeat;
  mask: url(https://static.jiaoyubao.cn/images/common/icon-left-no-bg.svg) no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #fff !important;
}
.empty-data {
  height: 456px;
  width: 100%;
}
.empty-data img {
  width: 157px;
  height: 157px;
  margin: 50px auto;
}
.main-404 img {
  height: 175px;
  width: 178px;
  margin: 90px auto;
}
.main-404 a {
  display: block;
  width: 140px;
  height: 44px;
  line-height: 44px;
  margin: 60px auto;
  border: 1px solid #999999;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  font-family: PingFang SC;
  color: #999999;
}
.video-mask {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}
.video-mask .video {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-mask video {
  width: 100%;
  max-width: 100%;
}
.page {
  display: flex;
  align-items: center;
  height: 40px;
  background: #FFFFFF;
  margin-top: 35px;
}
.page li {
  width: calc(100% / 3);
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.page .prev-page,
.page a,
.page .next-page {
  color: #3C71FF;
}
.page .disabled,
.page .disabled a {
  color: rgba(153, 153, 153, 0.6);
}
.m-jyb-fixed-msg.apply-success .fixed-msg-btn.error-btn {
  background: #1a8cff;
}
.m-jyb-fixed-msg.apply-success .icon-check-block {
  background-color: #53AF83;
}
.m-jyb-fixed-msg.apply-success .fixed-msg-btn {
  border-radius: 8px;
}
.m-jyb-fixed-msg.apply-success .suc-logo.error-logo .icon-cross-block {
  background-color: #D55046;
}
#YSF-BTN-HOLDER {
  bottom: 150px!important;
}

.foot-tort{
  width: 100%;
  height: 72px;
  background: rgba(0,0,0,0.6);
  position: fixed;
  left: 0;
  bottom: 95px;
  z-index: 12;
}
.foot-tort .foot-tort-inner{
  width: 100%;
  height: 100%;
  padding: 12px 45px 12px 12px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.foot-tort .foot-tort-inner span{
  display: block;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
}
.foot-tort .foot-tort-inner .close{
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 12px;
  top: 27px;
}


.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%;
}

.foot-content {
  background: #232323;
  padding: 24px 12px 20px;
}
.foot-content h2 {
  position: relative;
  font-weight: 400;
  font-size: 17px;
  color: #FFFFFF;
  display: inline-block;
}
.foot-content h2::before {
  display: inline-block;
  content: '';
  width: 3px;
  height: 14px;
  background: var(--themeBtnBgColor);
  margin-right: 6px;
}
.foot-content .foot-title {
  font-weight: 400;
  font-size: 17px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.foot-content .foot-desc {
  font-size: 13px;
  color: #B7B7B7;
  padding-left: 6px;
}
.foot-detail {
  background: #292929;
  border-radius: 8px;
  padding: 16px 12px;
}
.foot-detail-item {
  display: flex;
  margin-bottom: 6px;
}
.foot-detail-item:last-child {
  margin-bottom: 0;
}
.foot-detail-l {
  font-size: 13px;
  color: #CCCCCC;
  margin-right: 4px;
  white-space: nowrap;
}
.foot-detail-r-link {
  flex-wrap: wrap;
}
.foot-copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 11px 20px;
  background: #171717;
}
.foot-copyright-title,
.foot-copyright-item p,
.foot-copyright-item a {
  font-size: 12px;
  color: #707070;
  white-space: nowrap;
}
.foot-copyright-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2px;
}
.foot-copyright-item {
  display: flex;
  align-items: center;
}
.foot-copyright-item:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 1px;
  transform: translateY(-1px);
  height: 10px;
  background: #747474;
  margin: 0 8px;
}
.foot-a,
.foot-address,
.foot-address-more {
  font-size: 13px;
  color: #999999;
  white-space: nowrap;
}
.foot-address {
  white-space: pre-wrap;
  margin-right: 8px;
}
.foot-address-more {
  text-decoration: underline;
}
.foot-a {
  display: block;
  margin-right: 8px;
}
.foot-detail-r {
  display: flex;
}