.dialog-detail-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.6);
  padding: 80px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dialog-detail-container .main {
  position: relative;
  height: 100%;
  width: 1123px;
  /*px*/
  background-color: #fff;
  -webkit-border-radius: 24px 24px 24px 24px;
          border-radius: 24px 24px 24px 24px;
  /*px*/
}
.dialog-detail-container .main .close-icon {
  position: absolute;
  top: 0;
  right: -64px;
  /*px*/
  width: 40px;
  /*px*/
  height: 40px;
  /*px*/
  cursor: pointer;
}

.home-training-float-icon-box {
  position: fixed;
  bottom: 32px;
  right: 24px;
  z-index: 100;
}
.home-training-float-icon-box .home-training-float-icon {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 8px;
          border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72px;
}
.home-training-float-icon-box .home-training-float-icon .float-icon-item {
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
}
.home-training-float-icon-box .home-training-float-icon .float-icon-item:last-child {
  border-bottom: none;
}
.home-training-float-icon-box .home-training-float-icon .float-icon-item .float-icon-item-img {
  width: 24px;
  height: 24px;
}
.home-training-float-icon-box .home-training-float-icon .float-icon-item .float-icon-item-text {
  margin-top: 4px;
  font-size: 12px;
  color: #333333;
  line-height: 20px;
}
.home-training-float-icon-box .home-training-float-icon .float-icon-item:hover .float-icon-item-qrcode {
  display: block;
}
.home-training-float-icon-box .home-training-float-icon .float-icon-item .float-icon-item-qrcode {
  position: absolute;
  top: 4px;
  height: 152px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 15px 0 8px;
  width: 135px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  left: -164px;
}
.home-training-float-icon-box .home-training-float-icon .float-icon-item .float-icon-item-qrcode::after {
  content: '';
  width: 11px;
  height: 11px;
  background: #ffffff;
  position: absolute;
  right: -5px;
  top: 38px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
          transform: rotate(45deg);
}
.home-training-float-icon-box .home-training-float-icon .float-icon-item .float-icon-item-qrcode .float-icon-item-qrcode-img {
  width: 104px;
  height: 104px;
}
.home-training-float-icon-box .home-training-float-icon .float-icon-item .float-icon-item-qrcode .float-icon-item-qrcode-text {
  margin-top: 8px;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
}
.home-training-float-icon-box .scroll-top-button {
  margin-top: 16px;
  width: 72px;
  height: 80px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 8px;
          border-radius: 8px;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-training-float-icon-box .scroll-top-button .float-icon-item-img {
  width: 24px;
  height: 24px;
}
.home-training-float-icon-box .scroll-top-button .float-icon-item-text {
  margin-top: 4px;
  font-size: 12px;
  color: #333333;
  line-height: 20px;
}

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, 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') format('woff');
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 16rem;
  -moz-perspective: 16rem;
  perspective: 16rem;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.more-courses-list-container {
  width: 1200px;
  margin: 0 auto;
}
.more-courses-list-container .tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px;
}
.more-courses-list-container .tab-list .tab-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
     -moz-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  font-weight: 700;
  font-size: 20px;
  color: #1a1a1a;
  line-height: 29px;
  text-align: center;
  position: relative;
}
.more-courses-list-container .tab-list .tab-item.active {
  color: #f5333f;
}
.more-courses-list-container .tab-list .tab-item.active::after {
  content: '';
  position: absolute;
  top: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
  height: 4px;
  background: #f5333f;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.more-courses-list-container .more-courses-list {
  position: relative;
  width: 100%;
  margin-top: 42px;
}
.more-courses-list-container .more-courses-list .more-courses-prev {
  position: absolute;
  top: 50%;
  left: -72px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
}
.more-courses-list-container .more-courses-list .more-courses-prev .to-left {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 4px;
}
.more-courses-list-container .more-courses-list .more-courses-next {
  position: absolute;
  top: 50%;
  right: -72px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
}
.more-courses-list-container .more-courses-list .more-courses-next > i {
  font-size: 20px;
  margin-left: 4px;
}
.more-courses-list-container .more-courses-list .more-courses-prev,
.more-courses-list-container .more-courses-list .more-courses-next {
  width: 48px;
  height: 48px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(252, 222, 212, 0.42);
          box-shadow: 0px 2px 4px 0px rgba(252, 222, 212, 0.42);
  border: 1px solid #eeeeee;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 20px;
  color: #808080;
  cursor: pointer;
}
.more-courses-list-container .more-courses-list .more-courses-prev > i,
.more-courses-list-container .more-courses-list .more-courses-next > i {
  font-size: 20px;
}
.more-courses-list-container .more-courses-list .more-courses-prev:hover,
.more-courses-list-container .more-courses-list .more-courses-next:hover {
  border: 1px solid #f5333f;
  color: #f5333f;
}
.more-courses-list-container .more-courses-list .more-courses-swiper {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.more-courses-list-container .more-courses-list .more-courses-swiper.tab-fade-in {
  opacity: 1;
  visibility: visible;
  -webkit-animation: tabFadeIn 1s ease;
     -moz-animation: tabFadeIn 1s ease;
          animation: tabFadeIn 1s ease;
}
@-webkit-keyframes tabFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes tabFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tabFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.more-courses-list-container .more-courses-list .more-courses-swiper .more-courses-slide {
  width: 100%;
}
.more-courses-list-container .more-courses-list .more-courses-swiper .more-courses-slide .more-courses-item {
  width: 584px;
  height: 421px;
  background: #ffffff;
  -webkit-border-radius: 24px;
          border-radius: 24px;
  padding: 16px;
}
.more-courses-list-container .more-courses-list .more-courses-swiper .more-courses-slide .more-courses-item .course-img {
  width: 552px;
  height: 336px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  margin-bottom: 20px;
}
.more-courses-list-container .more-courses-list .more-courses-swiper .more-courses-slide .more-courses-item .course-title {
  font-weight: 400;
  font-size: 20px;
  color: #1a1a1a;
  line-height: 29px;
}
.more-courses-list-container .more-courses-list .more-courses-swiper .more-courses-slide .more-courses-item .course-desc {
  font-weight: 700;
  font-size: 20px;
  color: #f5333f;
  line-height: 29px;
}
.dialog-more-course-tab-detail > .main {
  width: 963px !important;
}
.dialog-more-course-tab-detail .course-tab-detail {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.dialog-more-course-tab-detail .course-tab-detail ::-webkit-scrollbar {
  display: none;
}
.dialog-more-course-tab-detail .course-tab-detail .left-part {
  width: 532px;
  height: 100%;
  overflow-y: auto;
  -webkit-border-radius: 24px 0 0 24px;
          border-radius: 24px 0 0 24px;
  position: relative;
}
.dialog-more-course-tab-detail .course-tab-detail .left-part .course-intro {
  width: 100%;
  height: auto;
  display: block;
}
.dialog-more-course-tab-detail .course-tab-detail .right-part {
  width: 532px;
  padding: 48px 32px;
  overflow-y: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
     -moz-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  text-align: center;
}
.dialog-more-course-tab-detail .course-tab-detail .right-part .info {
  padding-bottom: 48px;
  border-bottom: 1px solid #e4e7ed;
  text-align: left;
}
.dialog-more-course-tab-detail .course-tab-detail .right-part .info .course-name {
  font-weight: 700;
  font-size: 24px;
  color: #1a1a1a;
  line-height: 35px;
}
.dialog-more-course-tab-detail .course-tab-detail .right-part .info .course-desc {
  font-weight: 700;
  font-size: 18px;
  color: #f5333f;
  line-height: 26px;
  margin-top: 12px;
}
.dialog-more-course-tab-detail .course-tab-detail .right-part .info .course-tag-wrap {
  margin-top: 24px;
}
.dialog-more-course-tab-detail .course-tab-detail .right-part .info .course-tag {
  display: inline-block;
  padding: 7px 12px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  font-weight: 400;
  font-size: 18px;
  color: #1a1a1a;
  line-height: 26px;
  background: #f7f3f3;
}
.dialog-more-course-tab-detail .course-tab-detail .right-part .info .course-tag + .course-tag {
  margin-left: 12px;
}
.dialog-more-course-tab-detail .course-tab-detail .right-part .code-title {
  margin-top: 48px;
  font-weight: 700;
  font-size: 24px;
  color: #1a1a1a;
  line-height: 35px;
  text-align: center;
}
.dialog-more-course-tab-detail .course-tab-detail .right-part .qr-code {
  margin-top: 32px;
  width: 346px;
  height: 346px;
}


/*# sourceMappingURL=ce0415bb9c61f7bacf3bbc4fe356e7063948acc2_CSS.6cf71371.chunk.css.map*/