.tutor-introduce {
  position: relative;
  padding-bottom: 200px;
  z-index: 1;
  background-color: #f6f4ff;
}

.tutor-introduce:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 825px;
  background: url("../../images/plsoup/event/tutor_intro_bg.png") no-repeat 50% 100% #fff;
  background-size: contain;
}

.tutor-introduce:after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: 50%;
  width: 368px;
  height: 368px;
  margin-left: -900px;
  background: url("../../images/plsoup/event/about-bg-circle.png") no-repeat;
  background-size: cover;
}

.tutor-introduce .inner {
  position: relative;
}

.tutor-introduce h2 {
  position: relative;
  z-index: 1;
  font-size: 48px;
  color: #272727;
  padding: 60px 50% 215px 0;
  background: url("../../images/plsoup/event/tutor_intro_img.png") no-repeat 100% calc(100% + 63px);
  background-size: 730px 575px;
}

.tutor-introduce h2 small {
  display: block;
  font-size: 24px;
  line-height: 1.83;
  color: #444;
  padding-top: 30px;
}

.tutor-introduce ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.tutor-introduce ul:before {
  content: '';
  position: absolute;
  bottom: 100%;
  margin-bottom: 80px;
  right: 0;
  width: 99px;
  height: 147px;
  background: url("../../images/plsoup/event/about-bg-square.png") no-repeat;
  background-size: cover;
}

.tutor-introduce li {
  position: relative;
  font-size: 14px;
  width: calc(100%/3 - 10px);
  line-height: 2;
  text-align: center;
  padding: 78px 30px 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
}

.tutor-introduce li b {
  display: block;
  padding-bottom: 16px;
  font-size: 24px;
}

.tutor-introduce li + li {
  margin-left: 15px;
}

.tutor-introduce li:before {
  content: '';
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -40px;
  border-radius: 8px;
  background: no-repeat 50% 50% #e8e6f9;
  background-size: 54px;
  width: 80px;
  height: 80px;
}

.tutor-introduce .people::before {
  background-image: url("../../images/plsoup/event/tutor_intro_icon-1.png");
}

.tutor-introduce .system::before {
  background-image: url("../../images/plsoup/event/tutor_intro_icon-2.png");
}

.tutor-introduce .selection::before {
  background-image: url("../../images/plsoup/event/tutor_intro_icon-3.png");
}

.tutor-merit h3, .tutor-mate h3, .tutor-class h3, .tutor-24h h3 {
  font-size: 38px;
  color: #272727;
  text-align: center;
  padding: 0 16px;
}

.tutor-merit h3:before, .tutor-mate h3:before, .tutor-class h3:before, .tutor-24h h3:before {
  content: '';
  width: 70px;
  height: 4px;
  margin: 0 auto 20px;
  background: #6246e4;
  display: block;
}

.tutor-merit .inner h3, .tutor-mate .inner h3, .tutor-class .inner h3, .tutor-24h .inner h3 {
  padding-left: 0;
  padding-right: 0;
}

.tutor-merit {
  padding: 80px 0 140px;
  background: #f6f4ff;
  position: relative;
  overflow: hidden;
}

.tutor-merit:after {
  content: '';
  position: absolute;
  bottom: -184px;
  left: 50%;
  width: 368px;
  height: 368px;
  margin-left: 416px;
  background: url("../../images/plsoup/event/about-bg-circle.png") no-repeat;
  background-size: cover;
}

.tutor-merit .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.tutor-merit .inner:after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -70px;
  width: 99px;
  height: 147px;
  background: url("../../images/plsoup/event/about-bg-square.png") no-repeat;
  background-size: cover;
}

.tutor-merit .inner:before {
  content: '';
  position: absolute;
  bottom: 80px;
  left: 50%;
  width: 99px;
  margin-left: -100px;
  height: 147px;
  background: url("../../images/plsoup/event/about-bg-square.png") no-repeat;
  background-size: cover;
}

.tutor-merit img {
  position: relative;
  width: calc(50% - 60px);
}

.tutor-merit ul {
  width: calc(50% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tutor-merit li + li {
  margin-top: 60px;
}

.tutor-merit b {
  display: block;
  font-size: 24px;
  padding-bottom: 16px;
}

.tutor-merit .num {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0 0;
  font-size: 20px;
  font-weight: bold;
  width: 40px;
  border-radius: 100%;
  line-height: 40px;
  background: #6246e4;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

.tutor-mate {
  background: #f9f9fc;
  padding: 140px 0;
  text-align: center;
}

.tutor-mate h3 {
  max-width: 500px;
  margin: 0 auto 24px;
}

.tutor-mate .inner {
  padding-left: 5px;
  padding-right: 5px;
}

.tutor-mate p {
  font-size: 20px;
  line-height: 26px;
  border-radius: 8px;
  background: rgba(98, 70, 228, 0.1);
  display: inline-block;
  padding: 15px 45px;
  font-weight: bold;
  color: #6246e4;
}

.tutor-mate li {
  display: inline-block;
  vertical-align: top;
  margin: 60px 11px 0;
  padding: 60px 20px 40px;
  min-height: 193px;
  position: relative;
  min-width: calc(25% - 25px);
  background: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

.tutor-mate b {
  position: absolute;
  border-radius: 26px;
  color: #6246e4;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 11px 30px;
  line-height: 28px;
  background-color: #f6f4ff;
  border: 1px solid #6246e4;
  font-size: 22px;
}

.tutor-mate .swiper-pagination {
  display: none;
}

.tutor-class {
  padding: 140px 0;
}

.tutor-class b {
  font-size: 24px;
  display: block;
  font-weight: bold;
  display: block;
  padding: 30px 0 12px;
}

.tutor-class li {
  width: 160px;
  position: relative;
}

.tutor-class li + li:before {
  content: '';
  position: absolute;
  width: 29px;
  height: 29px;
  border: 1.5px solid #6246e4;
  left: -16px;
  top: 80px;
  margin-top: -16px;
  border-radius: 100%;
  background: #fff;
  z-index: 2;
}

.tutor-class li + li:after {
  content: '';
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 1.5px;
  border: solid #6246e4;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 80px;
  z-index: 2;
  margin: -5px 0 0 -6px;
}

.tutor-class li .thumbnail {
  display: block;
  height: 160px;
  border-radius: 8px;
  background: #e8e6f9 no-repeat 50% 50%;
  background-size: 92px;
  position: relative;
  z-index: 1;
}

.tutor-class li .class1 {
  background-image: url("../../images/plsoup/event/tutor-class-icon-1.png");
}

.tutor-class li .class2 {
  background-image: url("../../images/plsoup/event/tutor-class-icon-2.png");
}

.tutor-class li .class3 {
  background-image: url("../../images/plsoup/event/tutor-class-icon-3.png");
}

.tutor-class li .class4 {
  background-image: url("../../images/plsoup/event/tutor-class-icon-4.png");
}

.tutor-class li .class5 {
  background-image: url("../../images/plsoup/event/tutor-class-icon-5.png");
}

.tutor-class ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  text-align: center;
  margin-top: 60px;
}

.tutor-class ol:before {
  content: '';
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  border: dotted #6246e4;
  border-width: 3px 0 0;
  margin-top: -1px;
}

.tutor-24h {
  position: relative;
  background: #f6f4ff;
  text-align: center;
  padding-bottom: 140px;
  margin-bottom: -70px;
  overflow: hidden;
}

.tutor-24h:after {
  content: '';
  position: absolute;
  bottom: -184px;
  left: 50%;
  width: 368px;
  height: 368px;
  margin-left: 419px;
  background: url("../../images/plsoup/event/about-bg-circle.png") no-repeat;
  background-size: cover;
}

.tutor-24h .tutor-24h-wrap {
  position: relative;
  background: url("../../images/plsoup/event/tutor_intro_bg.png") no-repeat 50% 100% #fff;
  background-size: contain;
  padding: 140px 0;
}

.tutor-24h .tutor-24h-wrap:before {
  content: '';
  position: absolute;
  bottom: -75px;
  left: 50%;
  margin-left: 500px;
  width: 99px;
  height: 147px;
  background: url("../../images/plsoup/event/about-bg-square.png") no-repeat;
  background-size: cover;
}

.tutor-24h .tutor-24h-wrap:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 368px;
  height: 368px;
  margin-left: -900px;
  background: url("../../images/plsoup/event/about-bg-circle.png") no-repeat;
  background-size: cover;
}

.tutor-24h img {
  max-width: 100%;
  display: block;
  margin: 60px auto 0;
}

.tutor-24h p {
  font-size: 38px;
  font-weight: bold;
  padding: 160px 0 60px;
}

.tutor-24h .btn-trial {
  position: relative;
  padding: 0 40px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: bold;
}

.tutor-24h .btn-trial:before {
  content: '';
  position: absolute;
  overflow: hidden;
  right: 40px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 2px;
}

.tutor-24h .btn-trial:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1.5px;
  background: #ffffff;
  border-radius: 1px;
  margin: -4px 0 0 5px;
  vertical-align: middle;
}

@media screen and (max-width: 800px) {
  .tutor-introduce {
    padding-bottom: 80px;
    z-index: inherit;
    overflow: hidden;
  }
  .tutor-introduce:before {
    height: 500px;
  }
  .tutor-introduce:after {
    display: none;
  }
  .tutor-introduce h2 {
    text-align: center;
    font-size: 24px;
    padding: 33px 0 273px;
    background-size: 300px;
    background-position: 50% 100%;
  }
  .tutor-introduce h2 small {
    font-size: 14px;
    padding-top: 20px;
    max-width: 300px;
    margin: 0 auto;
  }
  .tutor-introduce ul {
    display: block;
  }
  .tutor-introduce ul:before {
    width: 63px;
    height: 92px;
    margin-bottom: 30px;
    right: -30px;
  }
  .tutor-introduce li {
    width: auto;
    z-index: 1;
    padding-left: 16px;
    padding-right: 16px;
  }
  .tutor-introduce li + li {
    margin: 66px 0 0;
  }
  .tutor-introduce li b {
    font-size: 20px;
  }
  .tutor-merit h3, .tutor-mate h3, .tutor-class h3, .tutor-24h h3 {
    font-size: 24px;
  }
  .tutor-merit h3:before, .tutor-mate h3:before, .tutor-class h3:before, .tutor-24h h3:before {
    width: 40px;
    margin-bottom: 16px;
  }
  .tutor-merit {
    overflow: visible;
    padding-bottom: 60px;
  }
  .tutor-merit:after {
    margin-left: 0;
    width: 150px;
    height: 150px;
    left: -75px;
    bottom: auto;
    top: 0;
  }
  .tutor-merit .inner {
    display: block;
  }
  .tutor-merit .inner:before {
    bottom: 100%;
    width: 63px;
    height: 92px;
    left: auto;
    right: 16px;
  }
  .tutor-merit .inner:after {
    bottom: 20px;
    right: 0;
    left: auto;
    width: 63px;
    height: 92px;
  }
  .tutor-merit ul {
    width: auto;
  }
  .tutor-merit li + li {
    margin-top: 40px;
  }
  .tutor-merit img {
    width: auto;
    max-width: 100%;
    margin-top: 40px;
    position: relative;
    z-index: 1;
  }
  .tutor-mate {
    padding: 90px 0 80px;
    overflow: hidden;
  }
  .tutor-mate h3 {
    margin-bottom: 16px;
  }
  .tutor-mate p {
    color: #444;
    display: block;
    background: none;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    line-height: 1.63;
  }
  .tutor-mate li {
    min-width: 100%;
    min-height: 180px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin: 60px 0 0;
    white-space: normal;
  }
  .tutor-mate li:first-child {
    margin-left: 0;
  }
  .tutor-mate .swiper {
    padding: 0 16px;
  }
  .tutor-mate .swiper-wrapper {
    white-space: nowrap;
    font-size: 0;
  }
  .tutor-mate .swiper-wrapper div {
    display: none;
  }
  .tutor-mate .swiper-pagination {
    display: block;
    padding-top: 24px;
  }
  .tutor-class {
    padding: 80px 0;
  }
  .tutor-class ol {
    display: block;
  }
  .tutor-class ol:before {
    top: 0;
    left: 70px;
    width: 1px;
    height: 100%;
    border-width: 0 0 0 3px;
    margin-left: -1px;
  }
  .tutor-class li {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 171px;
    height: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
  }
  .tutor-class li + li {
    margin: 50px 0 0;
  }
  .tutor-class li + li:before {
    left: 70px;
    margin: 0 0 0 -16px;
    top: -66px;
  }
  .tutor-class li + li:after {
    left: 70px;
    margin: 0 0 0 -5px;
    top: -57px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .tutor-class li .thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 140px;
    background-size: 80px;
  }
  .tutor-class li span {
    display: block;
    max-width: 140px;
  }
  .tutor-class b {
    font-size: 18px;
    padding: 0 0 4px;
  }
  .tutor-24h {
    padding-bottom: 80px;
    margin-bottom: -50px;
  }
  .tutor-24h img {
    margin-top: 40px;
  }
  .tutor-24h p {
    padding: 80px 0 40px;
    font-size: 24px;
  }
  .tutor-24h .btn-trial {
    padding: 0 20px;
    line-height: 48px;
    font-size: 16px;
  }
  .tutor-24h .btn-trial:before {
    right: 20px;
  }
  .tutor-24h .tutor-24h-wrap:after {
    width: 150px;
    left: -75px;
    margin: 0;
    bottom: -75px;
    height: 150px;
  }
  .tutor-24h .tutor-24h-wrap:before {
    width: 63px;
    bottom: -340px;
    height: 92px;
    left: auto;
    right: 0;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .tutor-introduce {
    background-image: url("../../images/plsoup/event/tutor_intro_bg@2x.png");
  }
  .tutor-introduce:after {
    background-image: url("../../images/plsoup/event/about-bg-circle@2x.png");
  }
  .tutor-introduce h2 {
    background-image: url("../../images/plsoup/event/tutor_intro_img@2x.png");
  }
  .tutor-introduce .people::before {
    background-image: url("../../images/plsoup/event/tutor_intro_icon-1@2x.png");
  }
  .tutor-introduce .system::before {
    background-image: url("../../images/plsoup/event/tutor_intro_icon-2@2x.png");
  }
  .tutor-introduce .selection::before {
    background-image: url("../../images/plsoup/event/tutor_intro_icon-3@2x.png");
  }
  .tutor-merit:after, .tutor-24h:after, .tutor-24h .tutor-24h-wrap:after {
    background-image: url("../../images/plsoup/event/about-bg-circle@2X.png");
  }
  .tutor-merit .inner:after, .tutor-merit .inner:before {
    background-image: url("../../images/plsoup/event/about-bg-square@2x.png");
  }
  .tutor-class li .class1 {
    background-image: url("../../images/plsoup/event/tutor-class-icon-1@2X.png");
  }
  .tutor-class li .class2 {
    background-image: url("../../images/plsoup/event/tutor-class-icon-2@2X.png");
  }
  .tutor-class li .class3 {
    background-image: url("../../images/plsoup/event/tutor-class-icon-3@2X.png");
  }
  .tutor-class li .class4 {
    background-image: url("../../images/plsoup/event/tutor-class-icon-4@2X.png");
  }
  .tutor-class li .class5 {
    background-image: url("../../images/plsoup/event/tutor-class-icon-5@2X.png");
  }
  .tutor-24h .tutor-24h-wrap {
    background-image: url("../../images/plsoup/event/tutor_intro_bg@2x.png");
  }
  .tutor-24h .tutor-24h-wrap:before {
    background-image: url("../../images/plsoup/event/about-bg-square@2x.png");
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 3) {
  .tutor-introduce {
    background-image: url("../../images/plsoup/event/tutor_intro_bg@3x.png");
  }
  .tutor-introduce:after {
    background-image: url("../../images/plsoup/event/about-bg-circle@3x.png");
  }
  .tutor-introduce h2 {
    background-image: url("../../images/plsoup/event/tutor_intro_img@3x.png");
  }
  .tutor-introduce .people::before {
    background-image: url("../../images/plsoup/event/tutor_intro_icon-1@3x.png");
  }
  .tutor-introduce .system::before {
    background-image: url("../../images/plsoup/event/tutor_intro_icon-2@3x.png");
  }
  .tutor-introduce .selection::before {
    background-image: url("../../images/plsoup/event/tutor_intro_icon-3@3x.png");
  }
  .tutor-merit:after, .tutor-24h:after, .tutor-24h .tutor-24h-wrap:after {
    background-image: url("../../images/plsoup/event/about-bg-circle@3x.png");
  }
  .tutor-merit .inner:after, .tutor-merit .inner:before {
    background-image: url("../../images/plsoup/event/about-bg-square@3x.png");
  }
  .tutor-class li .class1 {
    background-image: url("../../images/plsoup/event/tutor-class-icon-1@3x.png");
  }
  .tutor-class li .class2 {
    background-image: url("../../images/plsoup/event/tutor-class-icon-2@3x.png");
  }
  .tutor-class li .class3 {
    background-image: url("../../images/plsoup/event/tutor-class-icon-3@3x.png");
  }
  .tutor-class li .class4 {
    background-image: url("../../images/plsoup/event/tutor-class-icon-4@3x.png");
  }
  .tutor-class li .class5 {
    background-image: url("../../images/plsoup/event/tutor-class-icon-5@3x.png");
  }
  .tutor-24h .tutor-24h-wrap {
    background-image: url("../../images/plsoup/event/tutor_intro_bg@3x.png");
  }
  .tutor-24h .tutor-24h-wrap:before {
    background-image: url("../../images/plsoup/event/about-bg-square@3x.png");
  }
}
/*# sourceMappingURL=tutor.css.map */