@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:100,300,400,500,700,900|Noto+Sans+JP:100,300,400,500,700,900|Noto+Sans+KR:100,300,400,500,700,900|Noto+Sans+TC:100,300,400,500,700,900|Noto+Sans+SC:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
.bg-blue {
  background: #f4f7fd; }

.page-banner-title {
  max-width: 770px; }
.page-banner-subtitle {
  font-size: 24px;
  font-weight: 600; }
@media (max-width: 991.98px) {
  .page-banner-title {
    font-size: 30px; } }
@media (max-width: 575.98px) {
  .page-banner-title {
    font-size: 20px;
    font-weight: 500; } }

.swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #212529;
  opacity: 1;
  width: 10px;
  height: 10px; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #212529; }

.pricingTop {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  text-align: center; }
  .pricingTop i {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 14px;
    background: url(../../../common/img/icon.png) no-repeat;
    background-position: -431px -64px;
    vertical-align: text-bottom; }
.pricing-swiper {
  padding: 15px 32px;
  background: #004483;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500; }
  .pricing-swiper-box {
    display: flex;
    align-items: center; }
  .pricing-swiper-textBox {
    width: 100%;
    display: flex;
    align-items: center; }
  .pricing-swiper-text {
    margin-right: 12px;
    flex: 1; }
  .pricing-swiper-img {
    width: 47px;
    height: 47px;
    margin-right: 22px; }
  @media (max-width: 992px) {
    .pricing-swiper-textBox .btn-outline-light {
      min-width: 149px; } }
  @media (max-width: 575.98px) {
    .pricing-swiper {
      font-size: 20px; }
      .pricing-swiper-box {
        flex-direction: revert;
        align-items: self-start; }
        .pricing-swiper-box .flex-1 {
          margin: 15px 0; }
      .pricing-swiper-textBox {
        width: 100%;
        display: flex;
        flex-direction: column; }
        .pricing-swiper-textBox .btn-outline-light {
          max-width: 146px; }
      .pricing-swiper-text {
        margin-bottom: 20px; }
      .pricing-swiper-img {
        margin-right: 12px; } }
.pricing-switcher {
  background: #ffffff;
  font-size: 38px;
  font-weight: bold;
  border-top: 1px solid #beccdb;
  border-bottom: 1px solid #beccdb;
  width: 100%;
  top: 0;
  z-index: 50; }
  .pricing-switcher .nav {
    padding-bottom: 20px; }
  .pricing-switcher .nav-item:not(:last-child) {
    position: relative; }
    .pricing-switcher .nav-item:not(:last-child):after {
      content: "";
      width: 1px;
      height: 32px;
      background: #beccdb;
      position: absolute;
      top: calc(50% + 13px);
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
    .pricing-switcher .nav-item:not(:last-child):before {
      left: 0; }
    .pricing-switcher .nav-item:not(:last-child):after {
      right: 0; }
  .pricing-switcher .nav-link {
    padding: 20px 52px 0;
    color: #beccdb; }
    .pricing-switcher .nav-link.active {
      color: #246efc; }
  @media (max-width: 991.98px) {
    .pricing-switcher {
      font-size: 30px; }
      .pricing-switcher .nav-link {
        padding: 20px 30px; } }
  @media (max-width: 575.98px) {
    .pricing-switcher {
      margin-bottom: 30px;
      border: none;
      /*  .nav-item {
          &:nth-child(2) {
            &:after, &:before {
              content: none;
            }
          }
        }*/ }
      .pricing-switcher .nav {
        padding-bottom: 0; }
      .pricing-switcher .nav-link {
        font-size: 20px;
        font-weight: 500;
        padding: 16px 20px;
        border-bottom: 1px solid #beccdb; }
        .pricing-switcher .nav-link.active {
          border-bottom-color: #246efc; } }
.pricing-tab {
  display: flex;
  justify-content: center;
  margin: -35px auto 60px;
  position: relative;
  z-index: 10; }
  .pricing-tab-content {
    background-color: #ffffff;
    width: auto;
    border-radius: 4px;
    box-shadow: 0 10px 30px 0 rgba(16, 78, 198, 0.2);
    display: flex; }
  .pricing-tab-item {
    padding: 18px 60px;
    min-width: 285px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer; }
    .pricing-tab-item:nth-child(2) {
      position: relative; }
      .pricing-tab-item:nth-child(2):before {
        content: "";
        width: 1px;
        height: 32px;
        background: #beccdb;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0px; }
  @media (max-width: 575.98px) {
    .pricing-tab {
      margin-top: -25px;
      margin-bottom: 40px; }
      .pricing-tab-content {
        width: 90%; }
      .pricing-tab-item {
        font-weight: normal;
        font-size: 16px;
        padding: 18px;
        width: 50%;
        min-width: auto; } }
.pricing-introduce {
  margin-bottom: 60px; }
  .pricing-introduce-title {
    font-size: 48px;
    font-weight: bold;
    color: #246efc;
    margin-bottom: 30px; }
  .pricing-introduce-box {
    flex: 1;
    max-width: 670px; }
  .pricing-introduce-subhead {
    font-size: 28px;
    font-weight: 500; }
  .pricing-introduce-text {
    font-size: 18px; }
  .pricing-introduce-img {
    max-width: 470px;
    margin-left: 30px;
    width: 45%; }
    .pricing-introduce-img img {
      width: 100%; }
  .pricing-introduce-col {
    display: flex;
    margin-bottom: 40px;
    align-items: flex-start; }
  .pricing-introduce-icon {
    width: 36px;
    margin-right: 12px;
    margin-top: 3px; }
  .pricing-introduce-list {
    font-size: 18px;
    width: 40%;
    border-left: 1px solid #beccdb;
    margin-left: 30px;
    padding-left: 30px; }
    .pricing-introduce-list .iconfont {
      font-size: 30px;
      margin-right: 8px;
      vertical-align: middle; }
  .pricing-introduce-num {
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: bold;
    margin-right: 8px;
    font-style: italic; }
  @media (max-width: 991.98px) {
    .pricing-introduce-title {
      font-size: 36px;
      margin-bottom: 25px; }
    .pricing-introduce-subhead {
      font-size: 26px; } }
  @media (max-width: 575.98px) {
    .pricing-introduce-title {
      font-size: 32px;
      margin-bottom: 20px; }
    .pricing-introduce-subhead {
      font-size: 24px; }
    .pricing-introduce-text {
      font-size: 16px; }
    .pricing-introduce-col {
      margin-bottom: 30px; }
    .pricing-introduce-list {
      margin-left: 0px;
      padding-left: 0px;
      width: 100%;
      margin-top: 35px;
      border-left: none; } }
.pricing-product .btn {
  padding-left: 30px;
  padding-right: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  max-width: 100%; }
.pricing-product .swiper-slide {
  height: auto;
  width: 25%;
  padding: 0 15px; }
.pricing-product .swiper-button-disabled {
  opacity: 0.2; }
.pricing-product-icon {
  font-size: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer; }
  .pricing-product-icon-left {
    left: 10px; }
  .pricing-product-icon-right {
    right: 10px; }
.pricing-product-box {
  border-radius: 4px;
  border: solid 4px #dee6ee;
  background-color: #ffffff;
  padding: 30px;
  height: 100%;
  text-align: center;
  position: relative; }
.pricing-product-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  display: flex; }
  .pricing-product-title span {
    margin-right: 16px; }
  .pricing-product-title .icon-rating-filled {
    font-size: 25px;
    margin-left: 4px;
    vertical-align: 6px;
    color: #f5a623; }
.pricing-product-hot {
  width: 75px;
  height: 75px;
  position: absolute;
  top: -35px;
  right: -35px;
  z-index: 1; }
.pricing-product-header {
  position: relative;
  margin: -30px -30px 30px; }
  .pricing-product-header-text {
    position: absolute;
    width: 100%;
    z-index: 10;
    padding: 10px;
    left: 0;
    bottom: 0;
    text-align: left; }
  .pricing-product-header .pricing-product-name {
    color: #fff; }
  .pricing-product-header .pricing-product-dec {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
    letter-spacing: normal; }
.pricing-product-name {
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  color: #246efc;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical; }
.pricing-product-text {
  font-size: 18px; }
.pricing-product-original {
  font-family: Ubuntu;
  font-size: 18px;
  font-style: italic;
  text-decoration: line-through;
  color: #eda49b; }
.pricing-product-price-box {
  margin-top: 4px;
  color: #e9452f;
  font-style: italic;
  font-family: Ubuntu; }
.pricing-product-symbol {
  vertical-align: super;
  font-size: 18px;
  font-weight: 500;
  margin-right: 2px; }
.pricing-product-price {
  font-size: 28px;
  font-weight: bold; }
.pricing-product-subtext {
  font-size: 14px; }
.pricing-product-hr {
  height: 1px;
  background: #beccdb; }
.pricing-product-img {
  width: 100%; }
.pricing-product-list-title {
  margin: 10px 0;
  font-weight: 600;
  color: #246efc;
  line-height: 60px;
  height: 60px;
  font-size: 24px; }
@media (max-width: 575.98px) {
  .pricing-product .swiper-slide {
    width: 100%; }
  .pricing-product-title {
    font-size: 32px;
    flex-direction: column-reverse; } }
.pricing-product-box.pricing-img-box {
  padding: 23px 15px; }
  .pricing-product-box.pricing-img-box .pricing-product-img {
    object-fit: cover;
    min-height: 150px;
    width: 80%;
    margin: 0 auto 10px; }
  .pricing-product-box.pricing-img-box .pricing-product-name {
    font-size: 24px;
    line-height: 1.3; }
.pricing-course .pricing-product {
  background: #f4f7fd; }
.pricing-course-swiper {
  margin: 0 35px;
  padding-bottom: 50px; }
.pricing-course-list {
  padding: 60px 0; }
  .pricing-course-list:not(:last-child) {
    border-bottom: 1px solid #beccdb; }
.pricing-course .pricing-product-title {
  padding-left: 50px;
  display: flex; }
@media (max-width: 991.98px) {
  .pricing-course .pricing-product-title {
    font-size: 35px; } }
@media (max-width: 575.98px) {
  .pricing-course .pricing-introduce-text {
    margin-top: 14px; }
  .pricing-course .pricing-product-title {
    padding-left: 0; }
  .pricing-course-swiper {
    margin: 0; }
  .pricing-course .pricing-product-icon {
    display: none; } }
.pricing-stored {
  padding: 60px 0; }
  .pricing-stored-swiper {
    margin: 0 50px;
    padding-bottom: 50px; }
  .pricing-stored-icon {
    display: inline-block;
    width: 14px;
    cursor: pointer; }
    .pricing-stored-icon i:hover + .pricing-stored-text {
      display: block; }
  .pricing-stored-text {
    position: absolute;
    left: -45px;
    padding: 30px 35px;
    box-sizing: border-box;
    width: calc(100% + 90px);
    background: #fff;
    z-index: 10;
    border-radius: 4px;
    color: #000;
    display: none;
    box-shadow: 0 10px 30px 0 rgba(16, 78, 198, 0.2);
    border: solid 4px #dee6ee;
    bottom: 38px; }
    .pricing-stored-text:before {
      content: '';
      position: absolute;
      bottom: -13px;
      left: 50%;
      width: 20px;
      height: 20px;
      background: #fff;
      transform: translateX(-50%) rotate(315deg);
      border: solid 4px #dee6ee;
      border-top: 0;
      border-right: 0; }
  .pricing-stored-label {
    position: absolute;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    background: #e9452f;
    border-radius: 4px;
    padding: 5px 24px;
    top: -4px;
    left: -4px; }
  @media (max-width: 575.98px) {
    .pricing-stored-swiper {
      margin: 0; } }
.pricing-attention li {
  position: relative;
  color: #6D7278;
  margin-bottom: 10px; }
  .pricing-attention li:before {
    content: '-'; }
.pricing-footer {
  background-image: linear-gradient(to right, #237dfa, #1fbfc4 100%, #4ed9a7 100%);
  color: #ffffff;
  padding: 50px 0;
  text-align: center; }
  .pricing-footer-title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 24px; }
  .pricing-footer-btn {
    display: flex;
    justify-content: center; }
  .pricing-footer .btn {
    margin: 0 10px; }
  .pricing-footer .btn-light {
    color: #246efc; }
  @media (max-width: 575.98px) {
    .pricing-footer {
      padding: 40px 0; }
      .pricing-footer-title {
        font-size: 24px;
        text-align: left;
        margin-bottom: 20px; }
      .pricing-footer-btn {
        flex-direction: column;
        align-items: center; }
      .pricing-footer .btn {
        margin: 10px 0; } }
.pricing-off {
  background: #f4f7fd;
  display: flex;
  justify-content: center;
  margin-top: 20px; }
  .pricing-off-item {
    padding: 30px 60px;
    position: relative; }
    .pricing-off-item:nth-child(2):before, .pricing-off-item:nth-child(2):after {
      content: "";
      width: 1px;
      height: 58px;
      background: #beccdb;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      position: absolute; }
    .pricing-off-item:nth-child(2):before {
      left: 0; }
    .pricing-off-item:nth-child(2):after {
      right: 0; }
  .pricing-off-title {
    font-size: 18px; }
  .pricing-off-text {
    font-style: italic;
    font-size: 48px;
    font-weight: bold;
    color: #246efc; }
    .pricing-off-text span {
      font-size: 28px;
      font-weight: 600; }
  @media (max-width: 575.98px) {
    .pricing-off {
      flex-direction: column;
      padding: 10px 40px; }
      .pricing-off-item {
        padding: 30px 0;
        text-align: center; }
        .pricing-off-item:nth-child(2) {
          border-top: 1px solid #beccdb;
          border-bottom: 1px solid #beccdb; }
          .pricing-off-item:nth-child(2):before, .pricing-off-item:nth-child(2):after {
            content: none; } }
.pricing-gCourse {
  background: #f4f7fd;
  padding-top: 60px;
  padding-bottom: 1px; }
  .pricing-gCourse-list {
    margin-bottom: 40px; }
  .pricing-gCourse-col {
    margin-bottom: 30px; }
  @media (max-width: 575.98px) {
    .pricing-gCourse-col {
      margin-bottom: 20px; }
    .pricing-gCourse-list {
      margin-bottom: 10px; }
    .pricing-gCourse-container {
      margin-top: 30px; }
    .pricing-gCourse .pricing-product-title {
      font-size: 24px;
      flex-direction: row; }
      .pricing-gCourse .pricing-product-title .icon-rating-filled {
        vertical-align: 1px; } }
.pricing-price {
  background: #f4f7fd;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  align-items: center; }
  .pricing-price .btn {
    margin-left: 30px; }
.pricing-nav {
  border-bottom: 0; }
  .pricing-nav .pricing-tab-item {
    color: #beccdb;
    border: none; }
    .pricing-nav .pricing-tab-item.active {
      box-shadow: 0px 2px 13px 1px rgba(16, 78, 198, 0.1);
      color: #246efc; }
    .pricing-nav .pricing-tab-item:nth-child(2):before {
      content: none; }

.pricing-one .page-banner-content {
  padding-bottom: 86px; }
  @media (max-width: 575.98px) {
    .pricing-one .page-banner-content {
      padding-bottom: 47px; } }

.pricing-group {
  /**产品展示**/
  margin-bottom: 40px;
  /**产品展示**/ }
  .pricing-group-level {
    margin-top: 60px;
    display: flex; }
    .pricing-group-level-head {
      height: 90px;
      color: #ffffff;
      padding: 0 20px;
      font-size: 20px;
      font-weight: bold;
      display: flex;
      align-items: center; }
    .pricing-group-level-title {
      width: 100%;
      border-bottom: 1px solid #ffffff;
      text-align: center;
      padding-bottom: 7px;
      margin-bottom: 7px; }
    .pricing-group-level-detail {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      .pricing-group-level-detail span {
        width: 25%;
        position: relative;
        text-align: center; }
        .pricing-group-level-detail span:not(:last-child):before {
          content: "";
          width: 1px;
          height: 20px;
          background: #ffffff;
          right: 0;
          position: absolute; }
    .pricing-group-level-list {
      height: 40px;
      margin-top: 6px;
      padding: 0 18px;
      display: flex;
      align-items: center;
      font-size: 18px; }
    .pricing-group-level-1, .pricing-group-level-2 {
      width: 50%; }
      .pricing-group-level-1 .pricing-group-level-head, .pricing-group-level-2 .pricing-group-level-head {
        flex-direction: column;
        justify-content: center; }
      .pricing-group-level-1 .pricing-group-level-list, .pricing-group-level-2 .pricing-group-level-list {
        justify-content: center;
        font-weight: 500; }
    .pricing-group-level-1 {
      margin-right: 3px; }
      .pricing-group-level-1 .pricing-group-level-head {
        background: #6ea6fd; }
      .pricing-group-level-1 .pricing-group-level-list {
        background: #eaeefd;
        color: #3077e5; }
    .pricing-group-level-2 {
      margin-left: 3px; }
      .pricing-group-level-2 .pricing-group-level-head {
        background: #43d3ee; }
      .pricing-group-level-2 .pricing-group-level-list {
        background: #eaf6f7;
        color: #07a9c7; }
    .pricing-group-level-hr {
      height: 1px;
      background: #beccdb;
      margin: 0px 20px; }
    .pricing-group-level-box {
      display: flex;
      flex: 1; }
  .pricing-group-class {
    width: 195px;
    margin-right: 6px;
    font-size: 18px; }
    .pricing-group-class .pricing-group-level-head {
      background: #f4f7fd;
      position: relative; }
      .pricing-group-class .pricing-group-level-head:before {
        content: "";
        height: 6px;
        background: #fff;
        width: 215px;
        transform-origin: center center;
        transform: rotate(23deg);
        position: absolute;
        left: -6px; }
    .pricing-group-class .pricing-group-level-list {
      background: #f4f7fd; }
  .pricing-group .pricing-introduce {
    margin-top: 60px; }
  .pricing-group .filter {
    margin-bottom: 20px; }
  .pricing-group-nav {
    width: 100px;
    margin-top: 20px;
    margin-right: 20px; }
    .pricing-group-nav span {
      cursor: pointer;
      margin-bottom: 20px;
      color: #999999;
      display: block; }
      .pricing-group-nav span:before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid #246efc;
        display: inline-block;
        border: 1px solid #246efc;
        margin-right: 10px; }
      .pricing-group-nav span.active {
        color: #246efc; }
        .pricing-group-nav span.active:before {
          background: #246efc; }
  .pricing-group-img {
    width: 400px;
    height: 400px;
    margin-right: 70px;
    background: #f6f6f6;
    line-height: 400px;
    text-align: center; }
    .pricing-group-img img {
      max-width: 90%;
      min-width: 50%; }
  .pricing-group .swiper-container {
    padding: 0;
    margin-left: 0;
    margin-right: 0; }
  .pricing-group-box {
    align-items: flex-start;
    margin: 20px 0 0;
    display: flex;
    width: 100%; }
  .pricing-group-title {
    font-weight: 600;
    margin-bottom: 20px; }
  .pricing-group-subtext {
    color: #999;
    font-size: 12px;
    display: inline-block;
    margin-right: 40px; }
  .pricing-group-text {
    color: #666;
    font-size: 14px;
    margin: 10px 0 20px;
    line-height: 30px; }
  .pricing-group .goto-detail {
    margin-top: 20px; }
  .pricing-group-people {
    color: #999999;
    font-size: 14px; }
  .pricing-group-btn span {
    color: #666666;
    border: 1px solid #e6e6e6;
    display: inline-block;
    border-radius: 4px;
    min-width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 22px;
    cursor: pointer;
    margin: 20px 20px 0 0; }
    .pricing-group-btn span.active {
      color: #246efc;
      border-color: #246efc;
      background-image: url("../img/pricing/checkbox.svg"), url("../img/pricing/triangle.svg");
      background-repeat: no-repeat;
      background-size: 10px,24px;
      background-position: calc(100% - 1px) 2px, right top; }
  .pricing-group-price-box {
    margin-top: 20px;
    font-weight: bold; }
  .pricing-group-price {
    font-size: 30px; }
  @media (max-width: 575.98px) {
    .pricing-group-nav {
      width: 100%;
      margin-right: 0;
      display: flex;
      flex-wrap: wrap; }
      .pricing-group-nav span {
        margin-right: 30px; }
    .pricing-group-img {
      width: 100%;
      height: auto;
      line-height: normal;
      padding: 20px 0;
      margin-bottom: 20px; }
    .pricing-group .pricing-detail {
      flex-direction: column; }
    .pricing-group .pricing-product-list {
      margin-bottom: 40px; } }
  @media (max-width: 575.98px) {
    .pricing-group-level {
      flex-direction: column; }
      .pricing-group-level-head {
        height: 52px; }
      .pricing-group-level-list {
        margin-top: 0;
        justify-content: space-between;
        padding-top: 14px;
        padding-bottom: 14px;
        height: auto; }
        .pricing-group-level-list > div:first-child {
          color: #212529; }
      .pricing-group-level-1, .pricing-group-level-2 {
        width: 100%;
        border-radius: 4px;
        overflow: hidden; }
        .pricing-group-level-1 .pricing-group-level-list, .pricing-group-level-2 .pricing-group-level-list {
          justify-content: space-between;
          align-items: flex-start; }
      .pricing-group-level-1 {
        margin-bottom: 20px;
        background: #eaeefd; }
      .pricing-group-level-2 {
        background: #eaf6f7; }
      .pricing-group-level-title {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
        text-align: left; }
    .pricing-group-title {
      font-size: 32px; } }

/* 客制主题 */
.pricing-custom .pricing-introduce {
  padding-top: 60px; }
  .pricing-custom .pricing-introduce-subhead {
    font-size: 20px; }
  .pricing-custom .pricing-introduce-icon {
    width: 28px;
    margin-top: 1px; }
.pricing-custom-title {
  font-size: 40px;
  margin-bottom: 50px; }
.pricing-custom-form {
  background: #f4f7fd;
  padding-top: 60px; }
@media (max-width: 575.98px) {
  .pricing-custom-title {
    font-size: 32px;
    margin-bottom: 30px; }
  .pricing-custom .pricing-introduce {
    padding-top: 60px; }
    .pricing-custom .pricing-introduce-subhead {
      font-size: 20px; }
    .pricing-custom .pricing-introduce-text {
      font-size: 18px; } }

.custom-type {
  padding-bottom: 30px; }
  .custom-type-col {
    margin-bottom: 30px; }
  .custom-type-box {
    padding: 20px 30px;
    border-radius: 4px;
    box-shadow: 0 10px 30px 0 rgba(16, 78, 198, 0.2);
    background: #fff;
    cursor: pointer;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #246efc;
    font-size: 18px; }
    .custom-type-box.active {
      background: #246efc;
      color: #fff; }
      .custom-type-box.active .custom-type-name {
        color: #fff; }
      .custom-type-box.active .iconfont {
        color: #fff; }
    .custom-type-box .iconfont {
      font-size: 30px; }
  .custom-type-name {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 6px; }
  @media (max-width: 575.98px) {
    .custom-type {
      padding-left: 15px;
      padding-right: 15px; }
      .custom-type-col {
        margin-bottom: 20px; } }

.pricing_custom .form-control, .pricing_custom .bootstrap-select > .dropdown-toggle {
  border-color: #beccdb; }
.pricing_custom_wrapper {
  padding: 0 20px; }
.pricing_custom_inner_lg {
  max-width: 970px;
  margin: 0 auto; }
.pricing_custom_inner {
  max-width: 770px;
  margin: 0 auto; }
.pricing_custom .pricing_pane_title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px; }
.pricing_custom .pricing_pane_sub_title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px; }
.pricing_custom .form-group .field_notice {
  margin-top: 6px;
  color: #666666; }
.pricing_custom .hasDatepicker {
  width: 272px;
  max-width: 100%; }
.pricing_custom .date_range_separator {
  margin: 0 10px;
  line-height: 48px; }
.pricing_custom .btn-wrapper {
  text-align: right;
  padding-bottom: 60px; }
  .pricing_custom .btn-wrapper .btn {
    width: auto;
    margin-left: 30px;
    padding: 0 40px; }
    .pricing_custom .btn-wrapper .btn:first-child {
      margin-left: 0; }
.pricing_custom .course-time .field_notice {
  margin-top: -20px; }
@media (max-width: 575.98px) {
  .pricing_custom .form-row {
    margin: 0; }
  .pricing_custom_wrapper {
    padding: 0; }
  .pricing_custom .pricing_pane_title {
    font-size: 28px;
    margin-bottom: 24px; }
  .pricing_custom .pricing_pane_sub_title {
    margin-bottom: 30px;
    font-size: 16px; }
  .pricing_custom .form-group .field_notice {
    font-size: 16px; }
  .pricing_custom .hasDatepicker {
    width: auto; }
  .pricing_custom .btn-wrapper {
    margin-top: 4px; }
  .pricing_custom_inner_lg {
    padding: 0 15px; }
  .pricing_custom .course-time .form-group {
    width: 47%; } }

.classType {
  margin-bottom: 10px; }
  .classType .form-check-input:checked + label .ic-check {
    display: block; }
  .classType .form-check-input:checked + label .sight_pick_inner {
    box-shadow: 0px 0px 0px 2px #246efc inset;
    background-color: rgba(36, 110, 252, 0.1);
    border-color: #246efc; }
  .classType .form-check-label {
    width: 100%; }
    .classType .form-check-label .ic-check {
      display: none;
      position: absolute;
      width: 24px;
      height: 24px;
      top: 24px;
      right: 20px;
      z-index: 5; }
  .classType .sight_pick {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 0 0;
    color: #000;
    text-align: center; }
    .classType .sight_pick:nth-child(even) {
      margin: 0; }
    .classType .sight_pick:hover .sight_pick_inner {
      box-shadow: 0px 0px 0px 3px #246efc inset;
      background-color: rgba(36, 110, 252, 0.05);
      border-color: #246efc; }
    .classType .sight_pick_inner {
      width: 100%;
      padding: 50px 53px;
      border: solid 2px #bfcde4;
      transition: background-color 0.3s;
      height: 313px;
      border-radius: 4px;
      box-shadow: 3px 5px 10px 2px rgba(0, 0, 0, 0.06);
      display: flex;
      flex-direction: column;
      justify-content: center; }
  .classType_title {
    font-size: 20px;
    margin-bottom: 0;
    text-align: left;
    line-height: normal; }
  .classType_img {
    width: 260px;
    max-width: 100%;
    margin-bottom: 15px;
    height: auto; }
  .classType_field {
    font-size: 0; }
  .classType_suffix {
    font-size: 16px;
    font-weight: normal;
    margin-top: 6px;
    margin-right: 6px; }
  .classType_val {
    margin: 0 4px 0 10px; }
  .classType_label {
    display: flex;
    justify-content: center;
    align-items: center; }
    .classType_label img {
      width: 8px;
      height: 8px;
      margin-right: 8px; }
  @media (max-width: 575.98px) {
    .classType .sight_pick {
      width: 100%;
      margin: 0 15px !important;
      padding: 4.5px 0; }
    .classType_img {
      width: 224px;
      margin: 0 auto 15px; }
    .classType_title span:first-child {
      font-size: 24px;
      font-weight: bold; } }

.multiple-select .main_info_text {
  margin: 0 16px 0 0;
  text-align: left;
  font-size: 16px;
  color: #000;
  white-space: nowrap; }
.multiple-select .selected {
  width: 230px;
  font-size: 16px; }
.multiple-select .dropdown li {
  font-size: 16px; }

/* TimePicker */
.time_picker_week {
  margin-top: -20px;
  margin-bottom: 20px; }
  .time_picker_week .form-group {
    width: calc((100% / 7) - 20px);
    min-width: 88px;
    margin: 10px; }
  .time_picker_week .form-label {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: block;
    color: #bfcde4; }
  .time_picker_week .form-control {
    text-align: center; }
  @media (max-width: 575.98px) {
    .time_picker_week .form-group {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .time_picker_week .form-label {
      margin-right: 11px;
      margin-bottom: 0; }
    .time_picker_week .form-control {
      width: 118px; }
    .time_picker_week .timer_separator {
      width: 9px;
      height: 1px;
      margin: 10px; } }

.timer_separator {
  width: 1px;
  height: 14px;
  margin: 10px auto;
  background-color: #979CA9; }

.datetimepicker {
  padding: 10px; }
  .datetimepicker .datetimepicker-hours {
    width: 200px; }
    .datetimepicker .datetimepicker-hours thead {
      display: none; }
    .datetimepicker .datetimepicker-hours td {
      display: flex;
      flex-wrap: wrap; }
    .datetimepicker .datetimepicker-hours span {
      flex-basis: 50px;
      text-align: center;
      line-height: 2;
      cursor: pointer;
      transition: 0.3s; }
      .datetimepicker .datetimepicker-hours span:hover {
        background-color: #f2f7ff; }
      .datetimepicker .datetimepicker-hours span.active {
        background: #bfcde4;
        color: #ffffff; }

.pricing-detail-head {
  padding: 40px 0 60px;
  background: #f4f7fd; }
.pricing-detail-title {
  font-size: 40px;
  font-weight: bold;
  color: #246efc;
  margin-bottom: 20px; }
.pricing-detail-type {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #246efc; }
.pricing-detail-info li {
  margin-bottom: 12px; }
.pricing-detail-video {
  width: 100%; }
.pricing-detail .btn-back-page {
  margin-bottom: 20px; }
.pricing-detail .pricing-introduce {
  padding-top: 60px; }
  .pricing-detail .pricing-introduce-text {
    margin-bottom: 12px; }
.pricing-detail .material-nav {
  border-bottom: none; }
  .pricing-detail .material-nav .nav-item {
    padding: 24px 45px 0;
    margin-bottom: 0;
    border-bottom: 2px solid #dee6ee; }
    .pricing-detail .material-nav .nav-item .nav-link {
      border: none;
      padding: 0 0 6px;
      margin-bottom: -2px;
      border-bottom: 2px solid transparent;
      max-width: 200px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .pricing-detail .material-nav .nav-item .nav-link.active {
        color: #246efc;
        border-bottom-color: #246efc; }
.pricing-detail .material-box {
  margin-top: 30px; }
.pricing-detail .material-detail {
  display: flex; }
.pricing-detail .material-img {
  width: 170px;
  margin-right: 30px; }
.pricing-detail .material-right {
  flex: 1; }
.pricing-detail .material .pricing-introduce-text {
  margin-bottom: 12px; }
.pricing-detail .material-name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px; }
.pricing-detail .material-info li {
  margin-bottom: 12px; }
.pricing-detail .material-btn-box {
  margin-top: 30px; }
  .pricing-detail .material-btn-box .btn-arrow-circle {
    margin-right: 38px; }
.pricing-detail .material-chapter {
  margin-top: 30px; }
  .pricing-detail .material-chapter-item {
    background: #f4f7fd;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 11px 20px;
    font-size: 18px;
    font-weight: 500; }
  .pricing-detail .material-chapter-name {
    color: #104ec6; }
@media (max-width: 575.98px) {
  .pricing-detail-title {
    font-size: 32px; }
  .pricing-detail .material-nav .nav-item {
    padding: 24px 20px 0; }
    .pricing-detail .material-nav .nav-item .nav-link {
      max-width: 150px; }
  .pricing-detail .material-detail {
    flex-direction: column; }
  .pricing-detail .material-img {
    margin-bottom: 30px; }
  .pricing-detail .material-btn-box .btn-arrow-circle {
    margin-bottom: 10px; }
  .pricing-detail .pricing-introduce-subhead {
    font-size: 28px; } }

.required:after {
  color: #212529; }

.join .modal-dialog {
  max-width: 770px; }
.join-head {
  background: #F4F7FD; }
.join-name {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px; }
.join-type > li:not(:last-child) {
  margin-bottom: 10px; }
.join-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .join-form input.form-control {
  width: 330px; }
.join-form .form-control, .join-form .bootstrap-select > .dropdown-toggle {
  border-color: #beccdb; }
  .join-form .form-control:focus, .join-form .bootstrap-select > .dropdown-toggle:focus {
    border-color: #212529; }
.join-form .form-group {
  margin-bottom: 30px; }
.join-form textarea {
  resize: none;
  width: 100%;
  height: 120px; }
@media (max-width: 575.98px) {
  .join-head {
    background: #ffffff; }
  .join-name {
    font-size: 24px; }
  .join-form {
    padding-top: 0 !important; }
    .join-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .join-form input.form-control {
      width: 100%; } }

.thank-img {
  width: 60px;
  margin-bottom: 20px; }
.thank .modal-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 12px; }

.level_test {
  margin-top: 60px;
  padding: 90px 0 107px; }
  .level_test .row {
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: center; }
  .level_test .test_box {
    border-radius: 4px;
    box-shadow: 0 10px 30px 0 rgba(16, 78, 198, 0.2);
    background-color: #ffffff;
    padding: 43px;
    height: 100%; }
    .level_test .test_box .test_title {
      font-size: 28px;
      margin-bottom: 8px;
      font-weight: 500;
      display: block; }
      .level_test .test_box .test_title .iconfont {
        font-weight: normal; }
    .level_test .test_box a:hover {
      color: #246efc; }
    .level_test .test_box img {
      width: 50px;
      height: 50px;
      margin-right: 20px; }
    .level_test .test_box .btn-arrow-circle {
      margin-top: 15px; }
  @media (max-width: 575.98px) {
    .level_test {
      padding-top: 80px;
      padding-bottom: 50px; }
      .level_test .row > div {
        margin-top: 20px; }
      .level_test .test_box {
        padding: 40px 30px; } }

.pricing-level {
  padding: 80px 0; }
  .pricing-level .foreign-level-compare {
    margin-top: 70px;
    position: relative; }
  .pricing-level .pricing-introduce-box {
    max-width: none; }
  .pricing-level .pricing-introduce-title {
    color: #212529; }
  .pricing-level .compare-content {
    padding-left: 10%; }
  .pricing-level .compare-img {
    position: absolute;
    width: 20%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  .pricing-level .compare-detail {
    padding: 30px 25px; }
  .pricing-level .compare-level {
    font-size: 36px;
    justify-content: center; }
  .pricing-level .compare-name {
    font-size: 22px;
    width: 140px; }
  .pricing-level .compare-text {
    font-size: 20px;
    line-height: 1.3; }
  .pricing-level .compare-left {
    width: calc(70px + 6 * 40px);
    display: flex;
    justify-content: flex-end; }
  .pricing-level .compare-level-6 {
    width: calc(40px + 6 * 40px); }
  .pricing-level .compare-level-5 {
    width: calc(40px + 5 * 40px); }
  .pricing-level .compare-level-4 {
    width: calc(40px + 4 * 40px); }
  .pricing-level .compare-level-3 {
    width: calc(40px + 3 * 40px); }
  .pricing-level .compare-level-2 {
    width: calc(40px + 2 * 40px); }
  .pricing-level .compare-level-1 {
    width: calc(40px + 1 * 40px); }
  @media (max-width: 1024px) {
    .pricing-level .compare-img {
      display: none; }
    .pricing-level .compare-content {
      padding-left: 0; }
    .pricing-level .compare-left {
      width: calc(50px + 6 * 30px); }
    .pricing-level .compare-level {
      font-size: 30px;
      padding-right: 10px; }
    .pricing-level .compare-name {
      font-size: 18px; }
    .pricing-level .compare-detail {
      padding: 25px; }
    .pricing-level .compare .compare-level-6 {
      width: calc(20px + 6 * 30px); }
    .pricing-level .compare .compare-level-5 {
      width: calc(20px + 5 * 30px); }
    .pricing-level .compare .compare-level-4 {
      width: calc(20px + 4 * 30px); }
    .pricing-level .compare .compare-level-3 {
      width: calc(20px + 3 * 30px); }
    .pricing-level .compare .compare-level-2 {
      width: calc(20px + 2 * 30px); }
    .pricing-level .compare .compare-level-1 {
      width: calc(20px + 1 * 30px); } }
  @media (max-width: 768px) {
    .pricing-level .compare-level {
      padding-right: 0; }
    .pricing-level .compare-left {
      width: 100px; }
    .pricing-level .compare-url {
      display: none; }
    .pricing-level .compare .compare-level-6 {
      width: 100%; }
    .pricing-level .compare .compare-level-5 {
      width: 100%; }
    .pricing-level .compare .compare-level-4 {
      width: 100%; }
    .pricing-level .compare .compare-level-3 {
      width: 100%; }
    .pricing-level .compare .compare-level-2 {
      width: 100%; }
    .pricing-level .compare .compare-level-1 {
      width: 100%; } }
  @media (max-width: 575.98px) {
    .pricing-level .compare-content {
      flex-direction: column-reverse; }
    .pricing-level .compare-list {
      flex-direction: column; }
    .pricing-level .compare-right {
      width: 100%;
      writing-mode: lr;
      margin-left: 0;
      margin-bottom: 4px;
      border-top-left-radius: 8px;
      border-bottom-right-radius: 0px;
      padding: 12px;
      font-size: 24px; }
    .pricing-level .compare-left {
      width: 100%; }
    .pricing-level .compare-url {
      display: none; }
    .pricing-level .compare-level {
      width: 100%;
      margin-right: 0;
      font-size: 25px;
      padding: 12px; }
    .pricing-level .compare-detail {
      padding: 24px 20px;
      flex-direction: column;
      text-align: center; }
    .pricing-level .compare-name {
      font-size: 16px;
      margin-bottom: 16px;
      margin-right: 0; }
    .pricing-level .compare-text {
      font-size: 14px; } }

.process {
  padding: 130px 0;
  text-align: center; }
  .process-container {
    display: flex;
    margin: 40px auto 0 auto;
    max-width: 915px; }
  .process-box {
    width: calc(33.3% - 3.5px);
    margin: 0 3.5px;
    display: flex;
    flex-direction: column; }
  .process-title {
    font-size: 48px;
    font-weight: bold; }
  .process-head {
    color: #fff;
    font-weight: bold;
    font-size: 27px;
    margin-bottom: 7px;
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px; }
    .process-head:before, .process-head:after {
      content: "";
      position: absolute;
      width: 36px;
      height: 100%;
      top: 0; }
    .process-head:before {
      left: -1px;
      z-index: 2; }
    .process-head:after {
      right: -28px;
      z-index: 3;
      background: #fff;
      width: 29px; }
    .process-head i {
      font-size: 36px; }
  .process-content {
    padding: 26px 37px 20px;
    flex: 1; }
    .process-content-title {
      border-bottom: 1px solid #fff;
      font-size: 24px;
      font-weight: bold;
      padding-bottom: 15px;
      margin-bottom: 17px; }
  .process-text li {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: left;
    display: flex; }
    .process-text li img {
      width: 33px;
      height: 33px;
      margin-right: 21px;
      vertical-align: -8px; }
  .process-1 .process-head {
    background: #38D3F0; }
    .process-1 .process-head:before {
      background: #fff url(../img/pricing/img-flowbg-1-h.svg) no-repeat calc(100% + 1px);
      background-size: 100% 100%; }
    .process-1 .process-head:after {
      background: url(../img/pricing/img-flowbg-1-t.png) no-repeat right;
      background-size: 100% 100%; }
  .process-1 .process-content {
    background: #d2f8ff; }
    .process-1 .process-content-title {
      border-color: #38D3F0;
      color: #38D3F0; }
  .process-2 .process-head {
    background: #10b5f8; }
    .process-2 .process-head:before {
      background: #fff url(../img/pricing/img-flowbg-2-h.svg) no-repeat calc(100% + 1px);
      background-size: 100% 100%; }
    .process-2 .process-head:after {
      background: url(../img/pricing/img-flowbg-2-t.png) no-repeat right;
      background-size: 100% 100%; }
  .process-2 .process-content {
    background: #cdf2ff; }
    .process-2 .process-content-title {
      border-color: #10b5f8;
      color: #10b5f8; }
  .process-3 .process-head {
    background: #227ff9; }
    .process-3 .process-head:before {
      background: #fff url(../img/pricing/img-flowbg-3-h.svg) no-repeat calc(100% + 1px);
      background-size: 100% 100%; }
    .process-3 .process-head:after {
      background: url(../img/pricing/img-flowbg-3.png) no-repeat right;
      background-size: 100% 100%; }
  .process-3 .process-content {
    background: #cdebff; }
    .process-3 .process-content-title {
      border-color: #227ff9;
      color: #227ff9; }
  @media (max-width: 991.98px) {
    .process-title {
      font-size: 40px; }
    .process-head {
      font-size: 22px; }
      .process-head i {
        font-size: 30px; }
    .process-content {
      padding: 20px; }
      .process-content-title {
        line-height: 1.3; }
    .process-text li {
      font-size: 18px; }
      .process-text li img {
        width: 28px;
        height: 28px;
        margin-right: 15px; } }
  @media (max-width: 575.98px) {
    .process {
      padding: 62px 0; }
      .process-container {
        flex-wrap: wrap; }
      .process-title {
        font-size: 32px; }
      .process-box {
        width: calc(100% - 30px);
        margin-bottom: 20px; } }

.course-type {
  background: #F4F7FD;
  padding: 51px 0; }
  .course-type .swiper-container {
    margin: 0 32px;
    padding: 40px 26px 40px; }
  .course-type .btn-arrow-circle {
    font-size: 18px; }
  .course-type .swiper-slide {
    height: auto; }
  .course-type .swiper-btn {
    position: absolute;
    top: 45%;
    z-index: 40;
    font-size: 30px; }
  .course-type .swiper-prev {
    left: 0;
    color: #246efc; }
  .course-type .swiper-next {
    right: 0;
    box-shadow: none;
    color: #246efc; }
  .course-type-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 55px; }
  .course-type-box {
    padding: 43px 36px;
    border-radius: 3.6px;
    box-shadow: 0 9px 27px 0 rgba(16, 78, 198, 0.2);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .course-type-name {
    font-size: 25px;
    margin-bottom: 14px; }
  .course-type-text {
    font-size: 14px;
    margin-bottom: 20px; }
  .course-type-1 .course-type-name {
    color: #ff6451; }
  .course-type-2 .course-type-name {
    color: #ff8900; }
  .course-type-3 .course-type-name {
    color: #00a8bf; }
  .course-type-4 .course-type-name {
    color: #246efc; }
  @media (max-width: 991.98px) {
    .course-type-title {
      font-size: 40px;
      text-align: center; } }
  @media (max-width: 575.98px) {
    .course-type-title {
      font-size: 32px;
      margin-bottom: 10px; }
    .course-type .swiper-container {
      padding-left: 0;
      padding-right: 0;
      margin: 0; } }

.foreign .page-banner-title {
  margin-bottom: 5px;
  max-width: none;
  font-size: 36px; }
.foreign .page-banner:before {
  content: none; }
.foreign .page-banner-content {
  padding-bottom: 50px; }
.foreign .page-banner-subtitle {
  font-size: 20px; }
.foreign .pricing-introduce {
  margin-top: 90px; }
  .foreign .pricing-introduce-bottom {
    margin-bottom: 15px; }
  .foreign .pricing-introduce-subhead {
    font-size: 24px;
    font-weight: 600; }
  .foreign .pricing-introduce-title {
    margin-bottom: 19px; }
  .foreign .pricing-introduce-text {
    font-size: 15px; }
.foreign .pricing-product-title {
  font-size: 24px; }
.foreign .pricing-stored {
  background: #F4F7FD;
  padding: 0; }
.foreign-course {
  margin-top: 58px;
  background: #F4F7FD; }
  .foreign-course .pricing-tab {
    top: -35px; }
    .foreign-course .pricing-tab-item {
      color: #246efc; }
.foreign-title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #246efc;
  margin-bottom: 10px; }
.foreign-subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 65px; }
@media (max-width: 1024px) {
  .foreign-title {
    font-size: 40px; }
  .foreign .page-banner-content {
    padding-bottom: 25px; }
  .foreign .page-banner-title {
    font-size: 25px; }
  .foreign .page-banner-subtitle {
    font-size: 20px; } }
@media (max-width: 767.98px) {
  .foreign .page-banner-content {
    padding-bottom: 50px; }
  .foreign .page-banner-subtitle {
    font-size: 18px; } }
@media (max-width: 575.98px) {
  .foreign .page-banner-title {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.2; }
  .foreign .page-banner-subtitle {
    font-size: 16px; }
  .foreign .pricing-introduce-subhead {
    font-size: 20px; }
  .foreign-title {
    font-size: 32px; }
  .foreign-subtitle {
    font-size: 16px; } }

.pricing-life-culture .pricing-product-title {
  font-size: 32px; }
.pricing-life-culture .pricing-product-name {
  font-size: 24px; }
.pricing-life-culture .pricing-introduce-title {
  font-size: 32px; }
.pricing-life-culture .pricing-introduce-lc {
  margin: 150px 0 100px; }
  .pricing-life-culture .pricing-introduce-lc-left {
    justify-content: space-between;
    flex-wrap: wrap; }
    .pricing-life-culture .pricing-introduce-lc-left img {
      width: calc(50% - 20px);
      margin-bottom: 10px; }
.pricing-life-culture .pricing-teacher .swiper-slide {
  position: relative;
  cursor: pointer; }
  .pricing-life-culture .pricing-teacher .swiper-slide img {
    width: 100%;
    max-width: 400px; }
  .pricing-life-culture .pricing-teacher .swiper-slide span {
    position: absolute;
    background: rgba(186, 185, 190, 0.7);
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    align-items: flex-end;
    border-radius: 10px;
    padding: 30px 15px;
    height: 100%;
    line-height: 1.2; }
  .pricing-life-culture .pricing-teacher .swiper-slide:hover span {
    display: flex; }
.pricing-life-culture .pricing-product {
  margin-top: 110px;
  padding-top: 60px; }
  .pricing-life-culture .pricing-product .swiper-slide {
    padding: 15px; }
@media (max-width: 768px) {
  .pricing-life-culture .pricing-introduce-lc {
    margin-top: 30px; }
    .pricing-life-culture .pricing-introduce-lc-left img {
      width: calc(50% - 3px);
      margin-bottom: 20px; } }
.pricing-life-culture .contact-modal .modal-header {
  background-image: linear-gradient(to right, #237dfa, #1fbfc4, #4ed9a7);
  color: #fff; }
.pricing-life-culture .contact-modal button.close {
  color: #fff;
  opacity: 1;
  font-size: 30px; }

.pricing-life-culture-detail .pricing-detail-head {
  padding-bottom: 37px;
  margin-bottom: 40px; }
.pricing-life-culture-detail .pricing-detail-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .pricing-life-culture-detail .pricing-detail-info li {
    width: 33%;
    display: flex;
    align-items: center; }
  .pricing-life-culture-detail .pricing-detail-info .info-icon {
    width: 36px;
    height: 36px;
    margin-right: 15px; }
  .pricing-life-culture-detail .pricing-detail-info .info-value {
    font-size: 24px; }
@media (max-width: 768px) {
  .pricing-life-culture-detail .pricing-detail-head {
    margin-bottom: 0;
    padding-bottom: 20px; }
  .pricing-life-culture-detail .pricing-detail-info li {
    width: 100%; }
  .pricing-life-culture-detail .pricing-detail-info .info-value {
    font-size: 20px; } }
.pricing-life-culture-detail .pricing-introduce {
  max-width: 800px;
  position: relative; }
  .pricing-life-culture-detail .pricing-introduce-title {
    background: url("../img/pricing/lc-detail-title-bg.webp") no-repeat;
    background-size: 100% 100%;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: #212529;
    padding: 22px; }
  .pricing-life-culture-detail .pricing-introduce-text {
    font-size: 24px; }
  .pricing-life-culture-detail .pricing-introduce-subhead {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    width: auto;
    min-width: 500px;
    position: relative;
    padding: 0 30px;
    margin-bottom: 30px;
    margin-top: 80px; }
    .pricing-life-culture-detail .pricing-introduce-subhead img {
      width: 100%;
      position: absolute;
      z-index: -1;
      height: 30px;
      bottom: -9px;
      left: 0; }
  .pricing-life-culture-detail .pricing-introduce-icon {
    width: 36px;
    height: 36px;
    margin-right: 14px;
    vertical-align: 2px;
    display: inline-block; }
    .pricing-life-culture-detail .pricing-introduce-icon img {
      width: 100%; }
  .pricing-life-culture-detail .pricing-introduce-content {
    max-width: 500px; }
  @media (max-width: 768px) {
    .pricing-life-culture-detail .pricing-introduce-title {
      font-size: 24px; }
    .pricing-life-culture-detail .pricing-introduce-content {
      width: 100%; }
    .pricing-life-culture-detail .pricing-introduce-subhead {
      width: 100%;
      min-width: auto;
      font-size: 20px;
      margin-top: 40px; }
      .pricing-life-culture-detail .pricing-introduce-subhead img {
        height: 23px; }
    .pricing-life-culture-detail .pricing-introduce-text {
      font-size: 20px; } }
.pricing-life-culture-detail .pricing-lc-detail {
  background: url("../img/pricing/lc-detail-bg.webp") no-repeat 0 90%;
  background-size: 20% auto;
  overflow-x: hidden; }
  @media (max-width: 575.98px) {
    .pricing-life-culture-detail .pricing-lc-detail {
      background-size: 60% auto;
      background-position-y: 125%; } }
.pricing-life-culture-detail .pricing-lc-bg {
  position: absolute;
  border-radius: 50%;
  object-fit: cover;
  z-index: -1; }
  .pricing-life-culture-detail .pricing-lc-bg-1 {
    width: 250px;
    height: 250px;
    bottom: 16%;
    right: -18%; }
    @media (max-width: 992px) {
      .pricing-life-culture-detail .pricing-lc-bg-1 {
        width: 220px;
        height: 220px; } }
    @media (max-width: 768px) {
      .pricing-life-culture-detail .pricing-lc-bg-1 {
        width: 200px;
        height: 200px; } }
    @media (max-width: 575.98px) {
      .pricing-life-culture-detail .pricing-lc-bg-1 {
        width: 180px;
        height: 180px; } }
  .pricing-life-culture-detail .pricing-lc-bg-2 {
    width: 184px;
    height: 184px;
    bottom: 48%;
    right: -23%; }
    @media (max-width: 992px) {
      .pricing-life-culture-detail .pricing-lc-bg-2 {
        width: 150px;
        height: 150px; } }
    @media (max-width: 768px) {
      .pricing-life-culture-detail .pricing-lc-bg-2 {
        width: 130px;
        height: 130px; } }
    @media (max-width: 575.98px) {
      .pricing-life-culture-detail .pricing-lc-bg-2 {
        width: 110px;
        height: 110px; } }
