@charset "UTF-8";
/*日语培训*/
.section_rypx_first .plan_title {
  margin-bottom: 3rem; }
.section_rypx_first .table_grid {
  position: relative; }
  .section_rypx_first .table_grid .grid {
    grid-gap: 0;
    grid-template-columns: 180px 280px calc(100% - 460px); }
    .section_rypx_first .table_grid .grid > div {
      border-right: 1px solid #f8f8f8;
      border-bottom: 1px solid #f8f8f8;
      padding: 7px 40px;
      font-size: 16px;
      text-align: center;
      color: #666;
      display: flex;
      align-items: center;
      justify-content: center; }
      .section_rypx_first .table_grid .grid > div.grid_head {
        border: none;
        color: #ff6600;
        font-size: 22px;
        background-color: #fff1e6;
        padding: 22px 10px; }
        .section_rypx_first .table_grid .grid > div.grid_head:first-child {
          border-radius: 30px 0 0 0; }
      .section_rypx_first .table_grid .grid > div span {
        max-width: 276px;
        display: inline-block; }
  .section_rypx_first .table_grid .line {
    height: 5px;
    background-color: #ff6600; }
  .section_rypx_first .table_grid .btn_box {
    padding: 10px 0;
    justify-content: center; }
  .section_rypx_first .table_grid .left {
    width: calc(100% - 300px);
    border-radius: 30px 0 0 0;
    box-shadow: 0 0.5rem 1rem rgba(102, 102, 102, 0.15); }
  .section_rypx_first .table_grid .right {
    width: 375px;
    flex-flow: column;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -12px;
    z-index: 1; }
    .section_rypx_first .table_grid .right .title {
      display: flex;
      flex-flow: column;
      font-size: 30px;
      color: #fff;
      margin-bottom: 3rem; }

.section_rypx_second {
  background: url(../../../../assets/static/image/plan/rypx/bg0.png) no-repeat center;
  height: 429px; }
  .section_rypx_second .relative_box {
    position: relative;
    top: 3.5rem; }
  .section_rypx_second .plan_title {
    margin-bottom: 4.5rem;
    justify-content: center; }
  .section_rypx_second .list_box {
    padding: 4rem;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 0.5rem 1rem rgba(102, 102, 102, 0.15); }
    .section_rypx_second .list_box > div {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-flow: column; }
  .section_rypx_second .line {
    width: 60px;
    height: 4px;
    background-color: #ff6600;
    border-radius: 4px; }
  .section_rypx_second .content {
    font-size: 18px;
    color: #666;
    line-height: 32px;
    max-width: 298px;
    text-align: center; }
    .section_rypx_second .content.left {
      text-align: left; }

.section_part {
  background: url(../../../../assets/static/image/plan/rypx/bg1.png) no-repeat center;
  height: 650px; }

.section_rypx_three {
  margin: 17rem auto 3rem; }
  .section_rypx_three .grid {
    grid-gap: 0 2rem;
    padding: 20px; }
  .section_rypx_three .line {
    height: 10px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    background-color: #ff6600; }
  .section_rypx_three .item {
    border-radius: 10px 10px 30px 30px;
    box-shadow: 1px 6px 12px 0 rgba(102, 102, 102, 0.08); }
  .section_rypx_three .context_box {
    padding: 20px 20px 30px; }
  .section_rypx_three .title_dotted {
    display: inline-block;
    background-color: #ff6600;
    width: 6px;
    height: 15px;
    margin-right: 10px; }
  .section_rypx_three .dotted {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #d5d5d5;
    margin-right: 10px;
    display: inline-block; }
  .section_rypx_three .content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    color: #666;
    margin-bottom: 10px; }
    .section_rypx_three .content:last-child {
      margin-bottom: 0; }
    .section_rypx_three .content.base_line {
      align-items: baseline; }
      .section_rypx_three .content.base_line .dotted {
        width: 18px; }
  .section_rypx_three .title {
    font-size: 20px;
    color: #333;
    font-weight: bold; }

.section_rypx_five {
  padding: 3rem 0 7rem; }
  .section_rypx_five .plan_title {
    margin-bottom: 3rem; }
  .section_rypx_five .position_content_box {
    position: relative; }
    .section_rypx_five .position_content_box > div {
      position: absolute; }
      .section_rypx_five .position_content_box > div p {
        max-width: 25rem;
        font-size: 18px;
        color: #666; }
        .section_rypx_five .position_content_box > div p.left {
          text-align: left; }
        .section_rypx_five .position_content_box > div p.right {
          text-align: right; }
        .section_rypx_five .position_content_box > div p.center {
          text-align: center; }
      .section_rypx_five .position_content_box > div.one {
        left: 20px;
        top: 0; }
      .section_rypx_five .position_content_box > div.two {
        top: 0;
        right: 20px; }
      .section_rypx_five .position_content_box > div.three {
        top: 14rem;
        left: -2.5rem; }
      .section_rypx_five .position_content_box > div.four {
        top: 14rem;
        right: -2.5rem; }
      .section_rypx_five .position_content_box > div.five {
        bottom: -4.5rem;
        left: 50%;
        margin-left: -12.5rem; }

.section_rbpx_six {
  padding: 3rem 0;
  background: url(../../../../assets/static/image/plan/rypx/bg3.png) no-repeat center;
  height: 548px; }
  .section_rbpx_six .grid {
    grid-gap: 0 1rem; }
  .section_rbpx_six .item {
    font-size: 18px;
    color: #666;
    border-radius: 30px;
    box-shadow: 1px 6px 12px 0 rgba(102, 102, 102, 0.08);
    display: flex;
    align-self: center;
    justify-content: center;
    background: #fff; }
    .section_rbpx_six .item span {
      color: #ff6600; }
    .section_rbpx_six .item .content_box {
      padding: 20px;
      display: flex;
      flex-flow: column;
      justify-content: center; }
      .section_rbpx_six .item .content_box > div {
        margin-bottom: 6px; }
        .section_rbpx_six .item .content_box > div:last-child {
          margin-bottom: 0; }

.section_rbpx_seven {
  padding: 3rem 0 1rem; }
  .section_rbpx_seven .content_list_box {
    display: flex;
    position: relative; }
    .section_rbpx_seven .content_list_box .items {
      width: 22.5%;
      text-align: center;
      font-size: 18px;
      padding: 20px 0;
      display: none;
      position: relative; }
      .section_rbpx_seven .content_list_box .items .active_box {
        display: none; }
      .section_rbpx_seven .content_list_box .items .side_box {
        display: flex; }
      .section_rbpx_seven .content_list_box .items.active {
        width: 55%;
        display: inline-block;
        position: absolute;
        left: 22.5%; }
        .section_rbpx_seven .content_list_box .items.active .side_box {
          display: none; }
        .section_rbpx_seven .content_list_box .items.active .active_box {
          display: flex; }
      .section_rbpx_seven .content_list_box .items.prev {
        display: inline-block; }
        .section_rbpx_seven .content_list_box .items.prev .side_box {
          border-radius: 0 0 0 20px; }
      .section_rbpx_seven .content_list_box .items.next {
        display: inline-block;
        position: absolute;
        right: 0; }
        .section_rbpx_seven .content_list_box .items.next .side_box {
          border-radius: 0 20px 0 0; }
    .section_rbpx_seven .content_list_box .operate_btn {
      position: absolute;
      top: 40%;
      z-index: 1;
      width: 58%;
      left: 50%;
      margin-left: -29%; }
      .section_rbpx_seven .content_list_box .operate_btn.prev_btn {
        left: 40%; }
      .section_rbpx_seven .content_list_box .operate_btn.next_btn {
        left: 60%; }
  .section_rbpx_seven .swiper-slide {
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
    width: 22.5%; }
    .section_rbpx_seven .swiper-slide .active_box {
      display: none; }
    .section_rbpx_seven .swiper-slide .side_box {
      display: flex; }
    .section_rbpx_seven .swiper-slide.swiper-slide-next .side_box {
      border-radius: 0 20px 0 0; }
  .section_rbpx_seven .swiper-slide-active {
    width: 55%; }
    .section_rbpx_seven .swiper-slide-active .side_box {
      display: none; }
    .section_rbpx_seven .swiper-slide-active .active_box {
      display: flex; }
  .section_rbpx_seven .swiper-button-prev {
    left: 22.5%;
    width: 44px;
    margin-left: -22px;
    background: url("../../../static/image/plan/rypx/tag1.png") no-repeat center; }
    .section_rbpx_seven .swiper-button-prev::after {
      content: ''; }
  .section_rbpx_seven .swiper-button-next {
    right: 22.5%;
    width: 44px;
    margin-right: -22px;
    background: url("../../../static/image/plan/rypx/tag.png") no-repeat center; }
    .section_rbpx_seven .swiper-button-next::after {
      content: ''; }
  .section_rbpx_seven .side_box {
    background-color: #fff7f3;
    border-radius: 0 0 0 20px;
    padding: 6.35rem 20px;
    justify-content: center; }
    .section_rbpx_seven .side_box > div {
      display: flex;
      align-items: baseline;
      flex-flow: column; }
    .section_rbpx_seven .side_box img {
      width: 158px; }
  .section_rbpx_seven p {
    font-size: 16px;
    color: #666; }
    .section_rbpx_seven p.status {
      display: flex;
      flex-flow: column; }
      .section_rbpx_seven p.status.content {
        max-width: 17rem; }
    .section_rbpx_seven p.title {
      font-size: 26px;
      color: #333;
      margin-bottom: 10px; }
      .section_rbpx_seven p.title span {
        font-size: 18px; }
    .section_rbpx_seven p.line {
      width: 30px;
      height: 4px;
      border-radius: 4px;
      margin-bottom: 10px;
      background-color: #ff6600; }
  .section_rbpx_seven .active_box {
    background-color: #ff6600;
    color: #fff;
    padding: 20px 20px 0 35px; }
    .section_rbpx_seven .active_box p {
      color: #fff; }
      .section_rbpx_seven .active_box p.title {
        color: #fff; }
      .section_rbpx_seven .active_box p.line {
        background-color: #fff; }
    .section_rbpx_seven .active_box .img_box {
      background-color: #fff;
      border-radius: 0 20px 0 0;
      padding: 5px;
      top: -3rem;
      width: 267px;
      height: 400px;
      position: relative;
      z-index: 1; }
    .section_rbpx_seven .active_box .teacher_img {
      width: 100%;
      height: 100%;
      border-radius: 0 20px 0 0; }
    .section_rbpx_seven .active_box .img_position {
      position: absolute;
      bottom: 50px;
      z-index: 0;
      width: 234px;
      left: 109px; }
    .section_rbpx_seven .active_box .white_bg_button {
      padding: 4px 30px; }
    .section_rbpx_seven .active_box .info_content {
      text-align: left;
      margin-left: 30px; }

.section_rbpx_eight {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background: url(../../../../assets/static/image/plan/rypx/bg4.png) no-repeat center;
  height: 688px; }
  .section_rbpx_eight .form_left {
    background: #fff;
    border-radius: 20px;
    padding: 30px 15px; }
  .section_rbpx_eight .title {
    font-size: 24px;
    color: #666;
    text-align: center; }
  .section_rbpx_eight .right_box {
    text-align: center; }

.section_rypx_nine {
  padding-top: 3rem; }
  .section_rypx_nine .grid {
    grid-gap: 0 2rem; }
    .section_rypx_nine .grid > div {
      font-size: 18px;
      color: #666;
      text-align: center; }
      .section_rypx_nine .grid > div.light {
        color: #ff6600; }
      .section_rypx_nine .grid > div .content {
        max-width: 17rem;
        margin: 0 auto; }
  .section_rypx_nine img {
    width: 100px;
    height: 100px; }

@media screen and (max-width: 768px) {
  .plan_top_banner .title_box {
    margin-top: -8rem; }
  .plan_top_banner.minHeight {
    min-height: 23rem; }

  .section_rypx_first {
    margin-top: 3rem;
    padding: 0 10px; }
    .section_rypx_first .table_grid .right {
      display: none; }
    .section_rypx_first .table_grid .left {
      width: 100%; }
    .section_rypx_first .table_grid .grid {
      grid-template-columns: 80px 120px calc(100% - 200px); }
      .section_rypx_first .table_grid .grid > div {
        padding: 10px;
        border-color: #eee; }
        .section_rypx_first .table_grid .grid > div.grid_head {
          padding: 20px 6px;
          font-size: 18px; }

  .section_rypx_second {
    height: auto;
    background: unset; }
    .section_rypx_second .list_box {
      padding: 1rem 10px;
      grid-gap: 1rem;
      grid-template-columns: repeat(1, 1fr);
      width: 96%;
      margin: 0 auto; }
    .section_rypx_second .plan_title {
      margin-bottom: 3rem; }
      .section_rypx_second .plan_title span.white {
        color: #000; }
      .section_rypx_second .plan_title span.on {
        color: #ff6600; }
    .section_rypx_second .relative_box {
      top: 0; }
    .section_rypx_second .content {
      max-width: 100%;
      text-align: justify; }

  .section_rypx_three {
    margin: 3rem auto; }
    .section_rypx_three .grid.grid_column_4 {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 1rem;
      padding: 0 10px; }

  .section_part {
    height: auto;
    padding: 3rem 10px; }
    .section_part .content {
      font-size: 16px;
      color: #000;
      text-align: justify;
      background: #fff;
      padding: 20px; }

  .section_rypx_five {
    padding: 3rem 0 0; }

  .section_rbpx_six {
    height: auto;
    padding-bottom: 0; }
    .section_rbpx_six .grid.grid_column_2 {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 1rem;
      padding: 0 10px; }
    .section_rbpx_six .item {
      flex-flow: column;
      border-radius: 20px; }
      .section_rbpx_six .item img {
        height: 15rem;
        object-fit: cover;
        width: 100%;
        border-radius: 20px 20px 0 0; }
      .section_rbpx_six .item .content_box {
        padding: 20px 15px; }

  .section_rbpx_seven {
    padding-bottom: 0; }
    .section_rbpx_seven .swiper-slide {
      padding-bottom: 0; }
    .section_rbpx_seven .swiper-slide-active .active_box, .section_rbpx_seven .swiper-slide .active_box {
      flex-flow: column;
      padding: 0 10px 3rem; }
    .section_rbpx_seven .active_box .img_box {
      width: 12rem;
      height: 18rem;
      top: -2rem; }
    .section_rbpx_seven .active_box .info_content {
      margin-left: 0; }
    .section_rbpx_seven .active_box .info_box {
      position: relative;
      top: -1rem; }

  .section_rbpx_eight {
    background: unset;
    height: auto;
    padding: 3rem 0 0; }
    .section_rbpx_eight .right_box {
      display: none; }
    .section_rbpx_eight .plan_title {
      margin-bottom: 0; }

  .section_rypx_nine {
    padding: 3rem 0; }
    .section_rypx_nine .grid {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 2rem; }
      .section_rypx_nine .grid > div .content {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        text-align: justify; } }

/*# sourceMappingURL=section.css.map */
