/* Begin China study abroad */
.cn-stabroad {
  counter-reset: hero-list-counter;
  overflow: hidden; }
  .cn-stabroad .section-title {
    font-size: 40px;
    margin: 0 0 2rem; }
    @media (max-width: 767px) {
      .cn-stabroad .section-title {
        font-size: 24px; } }
  .cn-stabroad .study-abroad-body {
    display: flex;
    gap: 7.2rem;
    justify-content: space-between; }
    @media (min-width: 768px) and (max-width: 991px) {
      .cn-stabroad .study-abroad-body {
        flex-direction: column;
        gap: 0rem;
        padding-bottom: 6rem; } }
    @media (max-width: 767px) {
      .cn-stabroad .study-abroad-body {
        flex-direction: column;
        gap: 0rem;
        padding-bottom: 6rem; } }
    .cn-stabroad .study-abroad-body__col.-col-left {
      width: 76.14%; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cn-stabroad .study-abroad-body__col.-col-left {
          width: 100%; } }
      @media (max-width: 767px) {
        .cn-stabroad .study-abroad-body__col.-col-left {
          width: 100%; } }
    .cn-stabroad .study-abroad-body__col.-col-right {
      width: 23.86%; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cn-stabroad .study-abroad-body__col.-col-right {
          width: 100%; } }
      @media (max-width: 767px) {
        .cn-stabroad .study-abroad-body__col.-col-right {
          width: 100%; } }
  .cn-stabroad .hero {
    position: relative;
    padding: 4.2rem 0 10rem;
    z-index: 0;
    background: url(../../images/pages/cn-study-abroad/hero-img-optimized.jpg) left 86% top 22% no-repeat; }
    @media screen and (min-width: 1921px) {
      .cn-stabroad .hero {
        background-size: cover; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cn-stabroad .hero {
        overflow: hidden; } }
    @media (max-width: 767px) {
      .cn-stabroad .hero {
        padding: 4rem 0; } }
    .cn-stabroad .hero:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 100%;
      height: 100%;
      left: 0;
      bottom: 0;
      z-index: -1;
      background: linear-gradient(359deg, #FFF 7.99%, rgba(255, 255, 255, 0) 98.76%); }
    .cn-stabroad .hero__contents {
      display: flex;
      gap: 4.8rem;
      justify-content: flex-end;
      position: relative; }
      @media (max-width: 767px) {
        .cn-stabroad .hero__contents {
          flex-direction: column;
          align-items: center;
          text-align: center; } }
    @media (max-width: 767px) {
      .cn-stabroad .hero__col {
        width: 100%; } }
    .cn-stabroad .hero__col.-right {
      width: 35.1%; }
      @media (max-width: 767px) {
        .cn-stabroad .hero__col.-right {
          width: 100%; } }
    .cn-stabroad .hero__people-bg-wrap {
      position: absolute;
      left: -20%;
      line-height: 0;
      opacity: 1;
      top: 13%; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cn-stabroad .hero__people-bg-wrap {
          opacity: 0.9;
          top: 67%;
          z-index: -1; } }
      @media (max-width: 767px) {
        .cn-stabroad .hero__people-bg-wrap {
          opacity: 0.9;
          width: 80%;
          left: 49%;
          z-index: -1; } }
    .cn-stabroad .hero__title {
      font-size: 112px;
      margin: 0 0 1rem; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cn-stabroad .hero__title {
          font-size: 98px; } }
      @media (max-width: 767px) {
        .cn-stabroad .hero__title {
          font-size: 72px; } }
    .cn-stabroad .hero__title-bordered {
      display: block;
      color: transparent;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: #294563;
      display: block;
      margin-bottom: 2rem;
      -webkit-animation-delay: 100ms;
      animation-delay: 100ms; }
    .cn-stabroad .hero__caption {
      font-size: 32px;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      line-height: 1.2;
      font-weight: 700;
      color: #294563;
      margin-bottom: 3rem;
      -webkit-animation-duration: 1.4s;
      animation-duration: 1.4s; }
      @media (max-width: 767px) {
        .cn-stabroad .hero__caption {
          font-size: 22px; } }
    .cn-stabroad .hero__list {
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-size: 24px;
      display: inline-grid;
      grid-template-columns: auto auto;
      gap: 1rem;
      -webkit-animation-duration: 1.6s;
      animation-duration: 1.6s; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cn-stabroad .hero__list {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .cn-stabroad .hero__list {
          font-size: 16px; } }
    .cn-stabroad .hero__list-item {
      display: flex;
      padding: 10px 20px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 30px;
      background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
      backdrop-filter: blur(15px); }
      @media (max-width: 767px) {
        .cn-stabroad .hero__list-item {
          padding: 10px 15px; } }
      .cn-stabroad .hero__list-item:before {
        counter-increment: hero-list-counter;
        content: counter(hero-list-counter);
        width: 24px;
        height: 24px;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        display: flex;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid #294563;
        background: #294563;
        flex-shrink: 0; }
    .cn-stabroad .hero__people-bg {
      pointer-events: none;
      -webkit-animation-duration: 1.6s;
      animation-duration: 1.6s; }
  .cn-stabroad .reserve-seat {
    width: 100%;
    padding: 30px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 4px 100px 0px rgba(40, 70, 100, 0.2);
    backdrop-filter: blur(100px);
    overflow: hidden;
    position: relative;
    -webkit-animation-duration: 3.6s;
    animation-duration: 3.6s; }
    @media (max-width: 767px) {
      .cn-stabroad .reserve-seat {
        width: 100%; } }
    .cn-stabroad .reserve-seat__roll-paper {
      position: absolute;
      top: 0;
      right: 0;
      pointer-events: none; }
    .cn-stabroad .reserve-seat__icon {
      display: flex;
      margin: 0 auto 2rem; }
    .cn-stabroad .reserve-seat__title {
      font-size: 24px;
      margin: 0 0 5px;
      text-align: center; }
    .cn-stabroad .reserve-seat__caption {
      font-size: 24px;
      font-weight: 500;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      margin: 0 0 2rem;
      text-align: center; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cn-stabroad .reserve-seat__caption {
          font-size: 18px; } }
    .cn-stabroad .reserve-seat__input {
      border-radius: 100px;
      border: 1px solid var(--primary-primary-200, #9DA9B7);
      box-shadow: none;
      display: flex;
      height: 40px;
      padding: 0px 16px;
      margin-bottom: 10px; }
    .cn-stabroad .reserve-seat__user-mess {
      border-radius: 16px;
      border: 1px solid var(--primary-primary-200, #9DA9B7);
      box-shadow: none;
      margin-bottom: 2rem; }
      .cn-stabroad .reserve-seat__user-mess:focus {
        border-color: #32B4C8;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(50, 180, 200, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(50, 180, 200, 0.6); }
    .cn-stabroad .reserve-seat__btn {
      display: flex;
      height: 44px;
      padding: 0px 40px;
      align-items: center;
      gap: 10px;
      font-size: 16px; }
      .cn-stabroad .reserve-seat__btn span {
        font-size: 25px; }
  .cn-stabroad .why-choose__contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .cn-stabroad .why-choose__item-list li {
    display: flex;
    position: relative;
    align-items: flex-start; }
    .cn-stabroad .why-choose__item-list li:before {
      content: '';
      position: relative;
      display: inline-block;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #294563;
      top: 8px;
      margin-right: 6px;
      flex-shrink: 0; }
  .cn-stabroad .why-choose__item {
    position: relative;
    display: flex;
    padding: 20px;
    background-clip: padding-box;
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-bottom: 2rem; }
    @media (max-width: 767px) {
      .cn-stabroad .why-choose__item {
        justify-content: flex-start;
        font-size: 14px;
        padding: 15px;
        margin-bottom: 10px; } }
    .cn-stabroad .why-choose__item:before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      margin: -1px;
      border-radius: inherit;
      background-image: var(--writing-gradient); }
    .cn-stabroad .why-choose__item:nth-child(4n+1) {
      width: calc(40% - 10px); }
      @media (max-width: 767px) {
        .cn-stabroad .why-choose__item:nth-child(4n+1) {
          width: calc(50% - 5px); } }
    .cn-stabroad .why-choose__item:nth-child(4n+2) {
      width: calc(60% - 10px); }
      @media (max-width: 767px) {
        .cn-stabroad .why-choose__item:nth-child(4n+2) {
          width: calc(50% - 5px); } }
    .cn-stabroad .why-choose__item:nth-child(4n+3) {
      width: calc(60% - 10px); }
      @media (max-width: 767px) {
        .cn-stabroad .why-choose__item:nth-child(4n+3) {
          width: calc(50% - 5px); } }
    .cn-stabroad .why-choose__item:nth-child(4n+4) {
      width: calc(40% - 10px); }
      @media (max-width: 767px) {
        .cn-stabroad .why-choose__item:nth-child(4n+4) {
          width: calc(50% - 5px); } }
    .cn-stabroad .why-choose__item.-reading:before {
      background-image: var(--reading-gradient); }
    .cn-stabroad .why-choose__item.-writing:before {
      background-image: var(--writing-gradient); }
    .cn-stabroad .why-choose__item.-listening:before {
      background-image: var(--listening-gradient); }
    .cn-stabroad .why-choose__item.-speaking:before {
      background-image: var(--speaking-gradient); }
  .cn-stabroad .why-choose__item-header {
    display: flex;
    padding: 10px 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(40, 70, 100, 0.1);
    margin-top: -21px; }
    @media (max-width: 767px) {
      .cn-stabroad .why-choose__item-header {
        margin-top: 0; } }
  .cn-stabroad .why-choose__item-title {
    font-size: 24px;
    margin: 0; }
  .cn-stabroad .popular-colleges {
    margin-top: 10rem; }
    @media (min-width: 768px) and (max-width: 991px) {
      .cn-stabroad .popular-colleges {
        margin-top: 6rem; } }
    @media (max-width: 767px) {
      .cn-stabroad .popular-colleges {
        margin-top: 4rem; } }
  .cn-stabroad .college-item {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(40, 70, 100, 0.1);
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .cn-stabroad .college-item:hover {
      box-shadow: 0px 4px 20px 0px rgba(50, 179, 199, 0.4); }
    .cn-stabroad .college-item__img-wrap {
      position: relative; }
    .cn-stabroad .college-item__img-link {
      display: block;
      line-height: 0;
      position: relative;
      overflow: hidden; }
      .cn-stabroad .college-item__img-link:hover:before {
        -webkit-animation: shine 1.25s;
        animation: shine 1.25s; }
      .cn-stabroad .college-item__img-link:before {
        position: absolute;
        top: 0;
        left: -100%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg); }
    .cn-stabroad .college-item__img {
      width: 100%; }
    .cn-stabroad .college-item__uni-logo {
      width: 40px;
      height: 40px;
      padding: 8px;
      position: absolute;
      right: 10px;
      top: 10px;
      border-radius: 50%;
      background-color: #fff;
      object-fit: contain; }
    .cn-stabroad .college-item__body {
      padding: 15px 20px 20px; }
    .cn-stabroad .college-item__uni-name {
      font-size: 16px;
      color: #787878;
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .cn-stabroad .college-item__uni-name {
          font-size: 14px; } }
    .cn-stabroad .college-item__title {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .cn-stabroad .college-item__title {
          font-size: 18px; } }
    .cn-stabroad .college-item__title-link {
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      .cn-stabroad .college-item__title-link:hover {
        opacity: 0.7; }
    .cn-stabroad .college-item__desc {
      font-size: 16px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cn-stabroad .college-item__desc {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .cn-stabroad .college-item__desc {
          font-size: 14px; } }
  .cn-stabroad .admissions-support {
    padding: 10rem 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .cn-stabroad .admissions-support {
        padding: 6rem 0; } }
    @media (max-width: 767px) {
      .cn-stabroad .admissions-support {
        padding: 6rem 0 1rem; } }
    .cn-stabroad .admissions-support__contents {
      display: flex;
      justify-content: center;
      text-align: center;
      gap: 5rem;
      align-items: center; }
      @media (max-width: 767px) {
        .cn-stabroad .admissions-support__contents {
          gap: 2rem; } }
    .cn-stabroad .admissions-support__title {
      font-size: 32px;
      font-weight: 700;
      max-width: 311px; }
      @media (max-width: 767px) {
        .cn-stabroad .admissions-support__title {
          font-size: 24px; } }
    @media (max-width: 767px) {
      .cn-stabroad .admissions-support__caption {
        font-size: 14px; } }
    .cn-stabroad .admissions-support__qr-code {
      position: relative; }
      .cn-stabroad .admissions-support__qr-code:after {
        content: '';
        position: absolute;
        display: inline-block;
        bottom: 100%;
        width: 90%;
        height: 10px;
        border-radius: 10px 10px 0 0;
        margin: 0 auto;
        left: 0;
        right: 0;
        background-color: #32B4C8; }
    .cn-stabroad .admissions-support__qr-img {
      padding: 20px;
      border-radius: 10px;
      background: #FFF;
      box-shadow: 0px 4px 15px 0px rgba(40, 70, 100, 0.15); }
    .cn-stabroad .admissions-support__qr-text {
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      display: flex;
      width: 90%;
      justify-content: center;
      text-align: center;
      margin: 0 auto;
      padding: 10px 0;
      font-size: 16px;
      line-height: 1.2;
      font-weight: 700;
      border-radius: 0 0 10px 10px;
      background: var(--Gradient, linear-gradient(180deg, #315573 0%, #284664 100%));
      color: #fff; }
  @media (max-width: 767px) {
    .cn-stabroad .pro-planning__contents {
      --spacing: 10px;
      --columns: 2; } }
  .cn-stabroad .pro-planning__item {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .cn-stabroad .pro-planning__item-link {
    min-width: 160px;
    display: flex;
    height: 44px;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border: 1px solid transparent;
    margin-top: -3rem;
    font-weight: 600;
    color: #294563;
    font-size: 16px;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    @media (min-width: 768px) and (max-width: 991px) {
      .cn-stabroad .pro-planning__item-link {
        border: 1px solid var(--primary-primary-50, #EAECEF);
        height: 38px;
        max-width: 120px;
        min-width: initial;
        width: 100%; } }
    @media (max-width: 767px) {
      .cn-stabroad .pro-planning__item-link {
        border: 1px solid var(--primary-primary-50, #EAECEF);
        height: 38px;
        max-width: 120px;
        min-width: initial;
        width: 100%; } }
    .cn-stabroad .pro-planning__item-link:hover {
      border: 1px solid var(--primary-primary-50, #EAECEF); }
  .cn-stabroad .pro-planning__img-wrap {
    position: relative; }
    .cn-stabroad .pro-planning__img-wrap:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 100%;
      height: 30px;
      right: 0;
      bottom: 0;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 26.07%, #FFF 100%); }
  .cn-stabroad .which-major__contents {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 10rem 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .cn-stabroad .which-major__contents {
        padding: 6rem 0; } }
    @media (max-width: 767px) {
      .cn-stabroad .which-major__contents {
        flex-wrap: wrap;
        padding: 4rem 0; } }
  .cn-stabroad .which-major__title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 2rem; }
  .cn-stabroad .which-major__desc {
    text-align: center; }
  .cn-stabroad .which-major__btn {
    height: 44px;
    font-size: 16px;
    width: max-content;
    min-width: 128px; }
  .cn-stabroad .major-advantage {
    --gap: 2rem; }
    .cn-stabroad .major-advantage__major {
      display: flex;
      gap: 2rem;
      position: relative;
      background-clip: padding-box;
      border: 1px solid transparent;
      background-color: #fff;
      border-radius: 10px;
      padding: 0 20px 20px; }
      @media (max-width: 767px) {
        .cn-stabroad .major-advantage__major {
          flex-wrap: wrap;
          padding: 20px; } }
      .cn-stabroad .major-advantage__major:before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        margin: -1px;
        background-image: linear-gradient(to bottom, #33B2C7, #294563);
        border-radius: inherit; }
    .cn-stabroad .major-advantage__big {
      display: flex;
      flex-wrap: wrap;
      gap: var(--gap);
      margin-top: 5.6rem;
      position: relative; }
    .cn-stabroad .major-advantage__big-title {
      position: absolute;
      color: #294563;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 48px;
      font-weight: 800;
      z-index: 10;
      line-height: 1.2;
      width: 176px;
      height: 176px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: radial-gradient(circle, #fff 67%, #F7F8F9);
      border-radius: 50%;
      box-shadow: 0 0 5px #ececec;
      text-align: center; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cn-stabroad .major-advantage__big-title {
          font-size: 38px;
          width: 160px;
          height: 160px; } }
      @media (max-width: 767px) {
        .cn-stabroad .major-advantage__big-title {
          font-size: 36px;
          width: 150px;
          height: 150px; } }
  .cn-stabroad .advantage-item {
    display: flex;
    padding: 10px 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(40, 70, 100, 0.1);
    margin-top: -1px; }
    @media (max-width: 767px) {
      .cn-stabroad .advantage-item {
        flex: calc(50% - 10px) 0 0;
        margin: 0; } }
    .cn-stabroad .advantage-item__title {
      font-size: 20px;
      font-weight: 700;
      text-align: center; }
      @media (max-width: 767px) {
        .cn-stabroad .advantage-item__title {
          font-size: 16px;
          font-weight: 700;
          text-align: center; } }
  .cn-stabroad .big-advantage {
    padding: 2rem;
    border-radius: 15px;
    background: #fff;
    display: flex;
    align-items: center;
    flex: calc(50% - var(--gap)/2) 0 0;
    gap: 2rem;
    box-shadow: 0px -4px 20px rgba(40, 70, 100, 0.1);
    position: relative; }
    @media (min-width: 768px) and (max-width: 991px) {
      .cn-stabroad .big-advantage {
        gap: 1.5rem; } }
    @media (max-width: 767px) {
      .cn-stabroad .big-advantage {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 1.5rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cn-stabroad .big-advantage__desc {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .cn-stabroad .big-advantage__desc {
        font-size: 14px; } }
    .cn-stabroad .big-advantage:before {
      content: '';
      position: absolute;
      display: inline-block;
      width: 76px;
      height: 96px;
      left: 0;
      top: 0;
      border-radius: 15px;
      background: linear-gradient(147deg, #C86478 -0.21%, rgba(200, 100, 120, 0) 99.79%);
      backdrop-filter: blur(50px);
      transform: translate(-10px, -10px);
      z-index: -1; }
    .cn-stabroad .big-advantage:nth-child(odd) .big-advantage__contents {
      padding-right: 4rem; }
      @media (max-width: 767px) {
        .cn-stabroad .big-advantage:nth-child(odd) .big-advantage__contents {
          padding-right: 0;
          padding-bottom: 6rem;
          flex-direction: column-reverse; } }
    .cn-stabroad .big-advantage:nth-child(even) .big-advantage__contents {
      padding-left: 4rem; }
      @media (max-width: 767px) {
        .cn-stabroad .big-advantage:nth-child(even) .big-advantage__contents {
          padding-left: 0;
          padding-bottom: 6rem; } }
    .cn-stabroad .big-advantage:nth-child(4n+1):before {
      background: linear-gradient(147deg, #C86478 -0.21%, rgba(200, 100, 120, 0) 99.79%);
      transform: translate(-10px, -10px); }
    .cn-stabroad .big-advantage:nth-child(4n+1) .big-advantage__num {
      right: 24%; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cn-stabroad .big-advantage:nth-child(4n+1) .big-advantage__num {
          right: 22%; } }
      @media (max-width: 767px) {
        .cn-stabroad .big-advantage:nth-child(4n+1) .big-advantage__num {
          right: 49%; } }
    .cn-stabroad .big-advantage:nth-child(4n+2) {
      flex-direction: row-reverse; }
      @media (max-width: 767px) {
        .cn-stabroad .big-advantage:nth-child(4n+2) {
          flex-direction: column; } }
      .cn-stabroad .big-advantage:nth-child(4n+2):before {
        left: initial;
        right: 0;
        background: linear-gradient(213deg, #33B2C7 0.27%, rgba(51, 178, 199, 0) 100.27%);
        transform: translate(10px, -10px); }
      .cn-stabroad .big-advantage:nth-child(4n+2) .big-advantage__contents {
        text-align: right; }
        @media (max-width: 767px) {
          .cn-stabroad .big-advantage:nth-child(4n+2) .big-advantage__contents {
            flex-direction: column-reverse; } }
      .cn-stabroad .big-advantage:nth-child(4n+2) .big-advantage__num {
        left: 22%; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cn-stabroad .big-advantage:nth-child(4n+2) .big-advantage__num {
            left: 21%; } }
        @media (max-width: 767px) {
          .cn-stabroad .big-advantage:nth-child(4n+2) .big-advantage__num {
            left: 47%; } }
    @media (max-width: 767px) {
      .cn-stabroad .big-advantage:nth-child(4n+3) {
        flex-direction: column-reverse; } }
    .cn-stabroad .big-advantage:nth-child(4n+3):before {
      top: initial;
      bottom: 0;
      background: linear-gradient(213deg, rgba(51, 120, 69, 0) 0.27%, #337845 100.27%);
      transform: translate(-10px, 10px); }
    .cn-stabroad .big-advantage:nth-child(4n+3) .big-advantage__contents {
      display: flex;
      flex-direction: column-reverse; }
      @media (max-width: 767px) {
        .cn-stabroad .big-advantage:nth-child(4n+3) .big-advantage__contents {
          padding-bottom: 0;
          padding-top: 6rem;
          flex-direction: column; } }
    .cn-stabroad .big-advantage:nth-child(4n+3) .big-advantage__title {
      margin: 4rem 0 0; }
      @media (max-width: 767px) {
        .cn-stabroad .big-advantage:nth-child(4n+3) .big-advantage__title {
          margin: 1rem 0 0; } }
    .cn-stabroad .big-advantage:nth-child(4n+3) .big-advantage__num {
      right: 20%;
      top: -1px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cn-stabroad .big-advantage:nth-child(4n+3) .big-advantage__num {
          right: 18%; } }
      @media (max-width: 767px) {
        .cn-stabroad .big-advantage:nth-child(4n+3) .big-advantage__num {
          right: 42%; } }
    .cn-stabroad .big-advantage:nth-child(4n+4) {
      flex-direction: row-reverse; }
      @media (max-width: 767px) {
        .cn-stabroad .big-advantage:nth-child(4n+4) {
          flex-direction: column-reverse; } }
      .cn-stabroad .big-advantage:nth-child(4n+4):before {
        top: initial;
        left: initial;
        right: 0;
        bottom: 0;
        background: linear-gradient(147deg, rgba(250, 168, 89, 0) 0%, #FAA859 100%);
        transform: translate(10px, 10px); }
      .cn-stabroad .big-advantage:nth-child(4n+4) .big-advantage__contents {
        text-align: right;
        flex-direction: column-reverse; }
        @media (max-width: 767px) {
          .cn-stabroad .big-advantage:nth-child(4n+4) .big-advantage__contents {
            padding-left: 0;
            padding-bottom: 0;
            padding-top: 6rem;
            flex-direction: column; } }
      .cn-stabroad .big-advantage:nth-child(4n+4) .big-advantage__title {
        margin: 4rem 0 0; }
        @media (max-width: 767px) {
          .cn-stabroad .big-advantage:nth-child(4n+4) .big-advantage__title {
            margin: 1rem 0 0; } }
      .cn-stabroad .big-advantage:nth-child(4n+4) .big-advantage__num {
        left: 22%;
        bottom: initial;
        top: -1px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cn-stabroad .big-advantage:nth-child(4n+4) .big-advantage__num {
            left: 20%; } }
        @media (max-width: 767px) {
          .cn-stabroad .big-advantage:nth-child(4n+4) .big-advantage__num {
            left: 47%; } }
    .cn-stabroad .big-advantage__contents {
      max-width: 100%; }
    .cn-stabroad .big-advantage__icon {
      flex-shrink: 0; }
    .cn-stabroad .big-advantage__title {
      font-size: 20px;
      font-weight: 700;
      margin: 0 0 4rem; }
      @media (max-width: 767px) {
        .cn-stabroad .big-advantage__title {
          margin: 0 0 1rem; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .cn-stabroad .big-advantage__title {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .cn-stabroad .big-advantage__title {
          font-size: 18px; } }
    .cn-stabroad .big-advantage__num {
      position: absolute;
      bottom: 0; }
    .cn-stabroad .big-advantage__contents {
      display: flex;
      flex-direction: column; }
  @media (max-width: 767px) {
    .cn-stabroad .stdabroad-service {
      padding: 4rem 0; } }
  .cn-stabroad .stdabroad-service__contents {
    display: flex;
    padding: 3.2rem 0 17rem; }
    @media (max-width: 767px) {
      .cn-stabroad .stdabroad-service__contents {
        padding: 1rem 0;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center; } }
  .cn-stabroad .service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
    @media (max-width: 767px) {
      .cn-stabroad .service-item {
        width: 48%; } }
    .cn-stabroad .service-item:nth-child(odd) {
      top: 66px; }
      @media (max-width: 767px) {
        .cn-stabroad .service-item:nth-child(odd) {
          top: 0; } }
    .cn-stabroad .service-item:nth-child(even) {
      flex-direction: column-reverse; }
      @media (max-width: 767px) {
        .cn-stabroad .service-item:nth-child(even) {
          flex-direction: column; } }
      .cn-stabroad .service-item:nth-child(even) .service-item__header {
        transform: rotate(180deg);
        flex-direction: row-reverse; }
        @media (max-width: 767px) {
          .cn-stabroad .service-item:nth-child(even) .service-item__header {
            transform: none;
            flex-direction: revert; } }
      .cn-stabroad .service-item:nth-child(even) .service-item__num {
        transform: rotate(180deg); }
        @media (max-width: 767px) {
          .cn-stabroad .service-item:nth-child(even) .service-item__num {
            transform: none; } }
      .cn-stabroad .service-item:nth-child(even) .service-item__title {
        transform: rotate(180deg); }
        @media (max-width: 767px) {
          .cn-stabroad .service-item:nth-child(even) .service-item__title {
            transform: none; } }
    .cn-stabroad .service-item__header {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      width: 100px;
      height: 100px;
      border: 1px solid #294563;
      border-radius: 50%;
      position: relative; }
      .cn-stabroad .service-item__header:after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 13px;
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: 0;
        background-color: #294563;
        border-radius: 15px 15px 0 0;
        bottom: -2px; }
    .cn-stabroad .service-item__num {
      font-size: 40px;
      font-weight: 700;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      color: #BDC5CF; }
    .cn-stabroad .service-item__title {
      color: #294563;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.2; }
    .cn-stabroad .service-item__body {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 15px;
      border-radius: 15px;
      background: rgba(255, 255, 255, 0.5);
      box-shadow: 0px 4px 5px 0px rgba(40, 70, 100, 0.1);
      -webkit-backdrop-filter: blur(50px);
      backdrop-filter: blur(50px); }
    .cn-stabroad .service-item__desc {
      text-align: center;
      margin-top: 1rem; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cn-stabroad .service-item__desc {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .cn-stabroad .service-item__desc {
          font-size: 14px; } }
  .cn-stabroad .guaranteed-service {
    --gap: 2rem; }
    .cn-stabroad .guaranteed-service__contents {
      display: flex;
      flex-wrap: wrap;
      gap: var(--gap);
      justify-content: center; }
  .cn-stabroad .guarantee-item {
    position: relative;
    background-clip: padding-box;
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 2rem; }
    @media (max-width: 767px) {
      .cn-stabroad .guarantee-item {
        width: 100%; } }
    .cn-stabroad .guarantee-item:before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      margin: -1px;
      background-image: linear-gradient(to right top, #2979ff, #07a787);
      border-radius: inherit; }
    .cn-stabroad .guarantee-item:nth-child(5n+1) {
      width: calc(50% - var(--gap)/2); }
      @media (max-width: 767px) {
        .cn-stabroad .guarantee-item:nth-child(5n+1) {
          width: 100%; } }
      .cn-stabroad .guarantee-item:nth-child(5n+1) .guarantee-item__group {
        margin-left: -2.1rem; }
      .cn-stabroad .guarantee-item:nth-child(5n+1):before {
        background-image: var(--listening-gradient); }
    .cn-stabroad .guarantee-item:nth-child(5n+2) {
      width: calc(50% - var(--gap)/2); }
      @media (max-width: 767px) {
        .cn-stabroad .guarantee-item:nth-child(5n+2) {
          width: 100%; } }
      .cn-stabroad .guarantee-item:nth-child(5n+2) .guarantee-item__group {
        margin-left: -2.1rem; }
      .cn-stabroad .guarantee-item:nth-child(5n+2):before {
        background-image: var(--reading-gradient); }
    .cn-stabroad .guarantee-item:nth-child(5n+3) {
      flex-direction: column;
      width: calc(100%/3 - var(--gap)*2/3); }
      @media (max-width: 767px) {
        .cn-stabroad .guarantee-item:nth-child(5n+3) {
          width: 100%;
          flex-direction: row; } }
      .cn-stabroad .guarantee-item:nth-child(5n+3) .guarantee-item__group {
        margin-top: -2.1rem; }
        @media (max-width: 767px) {
          .cn-stabroad .guarantee-item:nth-child(5n+3) .guarantee-item__group {
            margin-top: 0;
            margin-left: -2.1rem; } }
      .cn-stabroad .guarantee-item:nth-child(5n+3):before {
        background-image: var(--writing-gradient); }
    .cn-stabroad .guarantee-item:nth-child(5n+4) {
      flex-direction: column;
      width: calc(100%/3 - var(--gap)*2/3); }
      @media (max-width: 767px) {
        .cn-stabroad .guarantee-item:nth-child(5n+4) {
          width: 100%;
          flex-direction: row; } }
      .cn-stabroad .guarantee-item:nth-child(5n+4) .guarantee-item__group {
        margin-top: -2.1rem; }
        @media (max-width: 767px) {
          .cn-stabroad .guarantee-item:nth-child(5n+4) .guarantee-item__group {
            margin-top: 0;
            margin-left: -2.1rem; } }
      .cn-stabroad .guarantee-item:nth-child(5n+4):before {
        background-image: var(--speaking-gradient); }
    .cn-stabroad .guarantee-item:nth-child(5n+5) {
      flex-direction: column;
      width: calc(100%/3 - var(--gap)*2/3); }
      @media (max-width: 767px) {
        .cn-stabroad .guarantee-item:nth-child(5n+5) {
          width: 100%;
          flex-direction: row; } }
      .cn-stabroad .guarantee-item:nth-child(5n+5) .guarantee-item__group {
        margin-top: -2.1rem; }
        @media (max-width: 767px) {
          .cn-stabroad .guarantee-item:nth-child(5n+5) .guarantee-item__group {
            margin-top: 0;
            margin-left: -2.1rem; } }
      .cn-stabroad .guarantee-item:nth-child(5n+5):before {
        background-image: var(--listening-gradient); }
    @media (min-width: 768px) and (max-width: 991px) {
      .cn-stabroad .guarantee-item__desc {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .cn-stabroad .guarantee-item__desc {
        font-size: 14px; } }
    .cn-stabroad .guarantee-item__title {
      font-size: 20px;
      font-weight: 700;
      margin: 0 0 5px; }
      @media (max-width: 767px) {
        .cn-stabroad .guarantee-item__title {
          font-size: 18px; } }
    .cn-stabroad .guarantee-item__group {
      display: flex;
      gap: 1rem;
      flex-shrink: 0;
      text-align: center;
      border-radius: 15px;
      background: #FFF;
      box-shadow: 0px 4px 20px 0px rgba(40, 70, 100, 0.1);
      padding: 20px; }
  .cn-stabroad .ieg-intro {
    margin-top: 10rem; }
    @media (min-width: 768px) and (max-width: 991px) {
      .cn-stabroad .ieg-intro {
        margin-top: 6rem; } }
    @media (max-width: 767px) {
      .cn-stabroad .ieg-intro {
        margin-top: 4rem; } }
    .cn-stabroad .ieg-intro__contents {
      display: flex;
      padding: 20px;
      position: relative;
      background-clip: padding-box;
      border: 1px solid transparent;
      background-color: #fff;
      border-radius: 20px;
      gap: 20px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cn-stabroad .ieg-intro__contents {
          width: 100%;
          gap: 1rem;
          align-items: center; } }
      @media (max-width: 767px) {
        .cn-stabroad .ieg-intro__contents {
          flex-direction: column;
          flex-wrap: wrap;
          width: 100%;
          gap: 1rem; } }
      .cn-stabroad .ieg-intro__contents:before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        margin: -1px;
        background-image: linear-gradient(to bottom, #33B2C7, #294563);
        border-radius: inherit; }
    .cn-stabroad .ieg-intro__desc-img-wrap {
      position: relative; }
      .cn-stabroad .ieg-intro__desc-img-wrap:after {
        content: initial;
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 56px;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 4.07%, #FFF 100%); }
    .cn-stabroad .ieg-intro__desc {
      padding: 20px;
      border-radius: 15px;
      background: #FFF;
      box-shadow: 0px 4px 20px 0px rgba(40, 70, 100, 0.1);
      max-width: 455px;
      margin-top: -21px; }
      @media (max-width: 767px) {
        .cn-stabroad .ieg-intro__desc {
          width: 100%;
          margin-top: 0; } }
    .cn-stabroad .ieg-intro__desc-text {
      margin-top: 2rem; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cn-stabroad .ieg-intro__desc-text {
          font-size: 14px;
          margin-top: 1rem; } }
      @media (max-width: 767px) {
        .cn-stabroad .ieg-intro__desc-text {
          font-size: 14px;
          margin-top: 1rem; } }
    .cn-stabroad .ieg-intro__overall {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      align-self: stretch; }
      @media (max-width: 767px) {
        .cn-stabroad .ieg-intro__overall {
          width: 100%; } }
  .cn-stabroad .intro-item {
    display: flex;
    padding: 15px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(40, 70, 100, 0.1); }
    @media (max-width: 767px) {
      .cn-stabroad .intro-item {
        gap: 10px; } }
    .cn-stabroad .intro-item__num {
      font-size: 32px;
      font-weight: 700;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      color: #294563;
      line-height: 1; }
    @media (min-width: 768px) and (max-width: 991px) {
      .cn-stabroad .intro-item__desc {
        font-size: 14px; } }
  .cn-stabroad .auth-cert {
    margin-top: 10rem; }
    @media (max-width: 767px) {
      .cn-stabroad .auth-cert {
        margin-top: 4rem; } }
    .cn-stabroad .auth-cert__contents {
      display: flex;
      position: relative;
      background-clip: padding-box;
      border: 1px solid transparent;
      background-color: #fff;
      border-radius: 20px;
      padding: 20px;
      gap: 2rem;
      justify-content: center; }
      @media (max-width: 767px) {
        .cn-stabroad .auth-cert__contents {
          gap: 1rem;
          flex-direction: column; } }
      .cn-stabroad .auth-cert__contents:before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        margin: -1px;
        background-image: linear-gradient(to bottom, #33B2C7, #294563);
        border-radius: inherit; }
    .cn-stabroad .auth-cert__item {
      display: flex;
      padding: 20px;
      flex-direction: column;
      gap: 10px;
      align-self: stretch;
      border-radius: 15px;
      background: #FFF;
      box-shadow: 0px 4px 20px 0px rgba(40, 70, 100, 0.1);
      align-items: center;
      margin-top: -2.1rem;
      flex: 1; }
      @media (max-width: 767px) {
        .cn-stabroad .auth-cert__item {
          margin-top: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cn-stabroad .auth-cert__item-desc {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .cn-stabroad .auth-cert__item-desc {
        font-size: 14px; } }
  .cn-stabroad .reservation-form {
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    border-radius: 15px;
    position: relative;
    background-clip: padding-box;
    border: 1px solid transparent;
    background-color: #fff;
    margin: 10rem 0; }
    @media (max-width: 767px) {
      .cn-stabroad .reservation-form {
        padding: 20px;
        margin: 4rem 0; } }
    .cn-stabroad .reservation-form:before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      margin: -1px;
      background-image: linear-gradient(to bottom, #33B2C7, #294563);
      border-radius: inherit; }
    .cn-stabroad .reservation-form__icon {
      margin: 0 0 2rem; }
    .cn-stabroad .reservation-form__contents {
      display: flex;
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.8);
      box-shadow: 0px 4px 100px 0px rgba(40, 70, 100, 0.1);
      -webkit-backdrop-filter: blur(100px);
      backdrop-filter: blur(100px);
      padding: 3rem;
      width: 100%;
      flex-direction: column;
      align-items: center; }
      @media (max-width: 767px) {
        .cn-stabroad .reservation-form__contents {
          padding: 1.5rem; } }
    .cn-stabroad .reservation-form__title {
      font-size: 24px;
      font-weight: 700;
      margin: 0 0 2rem; }
      @media (max-width: 767px) {
        .cn-stabroad .reservation-form__title {
          text-align: center; } }
    .cn-stabroad .reservation-form__form-item {
      width: 100%; }
    .cn-stabroad .reservation-form__input {
      border-radius: 100px;
      border: 1px solid var(--primary-primary-200, #9DA9B7);
      box-shadow: none;
      display: flex;
      height: 40px;
      padding: 0px 16px;
      margin-bottom: 10px; }
    .cn-stabroad .reservation-form__user-mess {
      border-radius: 16px;
      border: 1px solid var(--primary-primary-200, #9DA9B7);
      box-shadow: none;
      margin-bottom: 2rem; }
      .cn-stabroad .reservation-form__user-mess:focus {
        border-color: #32B4C8;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(50, 180, 200, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(50, 180, 200, 0.6); }
    .cn-stabroad .reservation-form__btn {
      display: flex;
      height: 44px;
      padding: 0px 40px;
      align-items: center;
      gap: 10px;
      font-size: 16px; }
      .cn-stabroad .reservation-form__btn span {
        font-size: 25px; }
    .cn-stabroad .reservation-form .bootstrap-select {
      width: 100% !important; }
  .cn-stabroad .cost-calculation {
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 20px 0px rgba(40, 70, 100, 0.1); }
    .cn-stabroad .cost-calculation__icon {
      flex-shrink: 0; }
    .cn-stabroad .cost-calculation__text {
      white-space: nowrap;
      font-size: 16px;
      font-weight: 600;
      display: flex;
      color: #294563;
      height: 44px;
      padding: 0px 40px;
      align-items: center;
      margin: 0;
      gap: 10px;
      border: 1px solid var(--primary-primary-50, #EAECEF); }
  .cn-stabroad .reservation-widget {
    margin-top: 2rem;
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 20px 0px rgba(40, 70, 100, 0.1);
    overflow: hidden;
    position: relative; }
    @media (max-width: 767px) {
      .cn-stabroad .reservation-widget {
        display: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cn-stabroad .reservation-widget {
        display: none; } }
    .cn-stabroad .reservation-widget__icon {
      display: flex;
      margin: 0 auto 2rem; }
    .cn-stabroad .reservation-widget__title {
      font-size: 24px;
      margin: 0 0 5px;
      text-align: center; }
    .cn-stabroad .reservation-widget__caption {
      font-size: 20px;
      font-weight: 500;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      margin: 0 0 2rem;
      text-align: center; }
    .cn-stabroad .reservation-widget__input {
      border-radius: 100px;
      border: 1px solid var(--primary-primary-200, #9DA9B7);
      box-shadow: none;
      display: flex;
      height: 40px;
      padding: 0px 16px;
      margin-bottom: 10px; }
    .cn-stabroad .reservation-widget__user-mess {
      border-radius: 16px;
      border: 1px solid var(--primary-primary-200, #9DA9B7);
      box-shadow: none;
      margin-bottom: 2rem; }
      .cn-stabroad .reservation-widget__user-mess:focus {
        border-color: #32B4C8;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(50, 180, 200, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(50, 180, 200, 0.6); }
    .cn-stabroad .reservation-widget__btn {
      display: flex;
      height: 44px;
      padding: 0px 40px;
      align-items: center;
      gap: 10px;
      font-size: 16px; }
      .cn-stabroad .reservation-widget__btn span {
        font-size: 25px; }
  .cn-stabroad .recommend-article {
    margin-top: 2rem;
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 20px 0px rgba(40, 70, 100, 0.1); }
    .cn-stabroad .recommend-article__title {
      font-size: 20px;
      margin: 0 0 10px; }
    .cn-stabroad .recommend-article__contents {
      align-self: flex-start;
      width: 100%; }
  .cn-stabroad .article-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #EAECEF; }
    .cn-stabroad .article-item__img {
      flex-shrink: 0; }
    .cn-stabroad .article-item__img-link {
      line-height: 0;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      .cn-stabroad .article-item__img-link:hover {
        opacity: 0.7; }
    .cn-stabroad .article-item__title {
      margin: 0 0 5px; }
      @media (max-width: 767px) {
        .cn-stabroad .article-item__title {
          font-size: 14px; } }
    .cn-stabroad .article-item__title-link {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      .cn-stabroad .article-item__title-link:hover {
        opacity: 0.8; }
    .cn-stabroad .article-item__view {
      display: flex;
      align-items: center;
      font-size: 12px;
      justify-content: flex-end; }
      .cn-stabroad .article-item__view .ioticon-eye-open {
        font-size: 15px; }
    .cn-stabroad .article-item__contents {
      flex: 1; }
    .cn-stabroad .article-item__refresh {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #294563;
      padding: 0; }
      .cn-stabroad .article-item__refresh:hover .popular-tips__refresh-text {
        text-decoration: underline; }
      .cn-stabroad .article-item__refresh .ioticon-refresh-double {
        display: inline-flex;
        margin-right: 1rem;
        transition: all 0.35s ease-out; }
    .cn-stabroad .article-item__refresh-btn {
      border: none;
      box-shadow: none;
      background: transparent; }
      .cn-stabroad .article-item__refresh-btn.active .ioticon-refresh-double {
        transform: rotate(180deg); }
    .cn-stabroad .article-item__refresh-text:hover {
      text-decoration: underline; }
  .cn-stabroad .widget-sticky.sticky .recommend-article {
    display: none; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

/* End China study abroad */

/*# sourceMappingURL=cn-study-abroad.css.map */