:root {
  --bs-main-color: #fd8e3f; /* 主色 */
  --bs-secondary-color: #fd8e3f; /* 次色 */
  //region >>> 留学国家地区渐变色 <<<
  --bs-lxarea-color1: #fdd9bf;
  --bs-lxarea-color2: #fbd8b8;
  --bs-lxarea-color3: #fbc589;
  --bs-lxarea-color4: #f59a49;
  //endregion
  //region >>> 录取模块 <<<
  --bs-adms-offer-bgcolor: linear-gradient(180deg, #f1f1f0, #f7e6d5);
  --bs-adms-offer-word-color: #fbd3ae;
  --bs-adms-offer-detail-bgcolor: #f7e6d6;
  //endregion

  //region >>> 关于华樱 背景图 <<<
  --bs--abouthy-bg-01: url('/static/images/liuxue/us/abouthy_03.png');
  --bs--abouthy-bg-02: url('/static/images/liuxue/us/abouthy_05.png');
  --bs--abouthy-bg-03: url('/static/images/liuxue/us/abouthy_07.png');
  --bs--abouthy-bg-04: url('/static/images/liuxue/us/abouthy_12.png');
  --bs--abouthy-bg-05: url('/static/images/liuxue/us/abouthy_13.png');
  --bs--abouthy-bg-06: url('/static/images/liuxue/us/abouthy_14.png');
  //endregion
}

.u-meiqia-btn {
  cursor: pointer;
}

.g-nav {
  z-index: 20!important;
  .m-nav-normal {
    height: 100%;
    ul > li > a {
      padding: 0 40px;
    }
  }
  .m-fixed {
    display: none;
  }
}

.g-menu {
  position: relative;
  margin: 0 auto;
  padding: 0;
  z-index: 19;

  .m-menu {
    position: absolute;
    z-index: 2;
    width: 250px;
    height: 500px;
    left: 0;
    top: 0;
    background: #ededed;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 10px 18px 0;

    dl {
      border-bottom: 1px solid #d6d4d5;
      margin: 10px 0;

      dt {
        &.u-ename {
          color: var(--bs-main-color);

          &:before {
            content: "\2022";
            font-size: 32px;
            line-height: 0;
          }

          span {
            vertical-align: super;
          }
        }

        &.u-area {
          font-size: 18px;
          margin-left: 14px;
          line-height: 28px;
        }
      }

      dd {
        margin-left: 14px;
        a {
          margin-right: 10px;
          &:last-child {
            margin-right: 0;
          }
        }
      }

      &:last-child {
        border: 0;
      }
    }
  }
}

.g-banner {
  margin-bottom: 12px;
}

.g-shortnews {
  margin: 0 auto;
  padding: 0;
  display: flex;
  background: none;
  height: 88px;

  .u-blank {
    border-radius: 12px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 263px;
  }

  .m-news {
    border-radius: 12px;
    padding: 0 12px;
    display: flex;
    background: #FFFFFF;

    .m-title {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: 170px;
      padding: 42px 0 0 28px;
      background: #FFFFFF url("/static/images/liuxue/index/new_bg.png") no-repeat center 12px;

      a {
        background: var(--bs-main-color);
        border-radius: 16px;
        color: #FFFFFF;
        display: inline-block;
        line-height: 32px;
        padding: 0 24px;
        margin: 0 auto;
      }
    }

    .m-news-content {
      overflow: hidden;
      margin: 16px 0;
      dl {
        margin: 0;
        dt {
          &:before {
            content: "\2022";
            font-size: 32px;
            line-height: 0;
            color: #4361c1;
          }

          span {
            vertical-align: super;
            font-size: 15px;
            font-weight: bold;
          }

        }

        dd {
          color: #3c3c3c;
          margin-left: 14px;
          font-size: 13px;
        }
      }
    }
  }
}

.g-jiangzuo {
  background: #f5f5f5;
  padding: 20px 0 0;

  .m-jiangzuo-container {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    margin-right: 12px;
    .swiper-button-jiangzuo {
      margin-right: 8px;
      color: #aba9a9;
    }
    .m-jiangzuo {
      width: 645px;
      .m-jiangzuo-content {
        /*width: 215px;*/
        background: #f5f5f5;
        border-radius: 8px;
        padding: 10px;

        & > a {
          display: block;
          height: 125px;
          background-size: 100%;
        }

        ul {
          list-style: none;
          padding: 10px 0 7px;

          li {
            line-height: 22px;

            &::before {
              content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
              color: var(--bs-main-color);
              font-weight: bold;
              display: inline-block;
              width: 1px;
              margin-right: 10px;
            }

            span:first-child {
              color: #181818;
            }
          }
        }

        .u-link {
          margin: 0 auto;
          text-align: center;
          a {
            display: inline-block;
            border: 1px solid var(--bs-main-color);
            color: var(--bs-main-color);
            text-align: center;
            border-radius: 10px;
            text-decoration: none;
            padding: 0 10px;
            margin: 0 6px 0 0;

            &.btn-order {
              background: var(--bs-main-color);
              color: #FFFFFF;
            }
          }
        }
      }
    }
  }

  .m-pinggu-contarner {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;

    .m-pinggu {
      ul.u-clientinfo {
        margin-bottom: 16px;
        li {
          width: 164px;
          background: #fddfc3;
          border: 1px solid #fcc290;
          border-radius: 4px;
          margin-right: 15px;
          padding: 0 0 0 10px;
          &:last-child {
            margin-right: 0;
          }

          i {
            color: #f37e15;
          }

          input {
            width: 120px;
            border: none;
            background: #fddfc3;
            outline: none;
            line-height: 36px;
          }
        }
      }
      ul.u-otherinfo {
        margin-bottom: 12px;
        li {
          width: 164px;
          background: #FFFFFF;
          border: 1px solid #fcc290;
          border-radius: 4px;
          margin-right: 14px;
          padding: 0 0 0 10px;
          &.u-2x {
            width: 342px;
          }
          &:last-child {
            margin-right: 0;
          }

          i {
            color: var(--bs-main-color);
            width: 16px;
          }

          input {
            width: 120px;
            border: none;
            background: #FFFFFF;
            outline: none;
            line-height: 23px;
          }
        }
      }

      .u-btn {
        a {
          cursor: pointer;
          display: block;
          margin: 0 auto;
          line-height: 32px;
          border-radius: 24px;
          background: var(--bs-main-color);
          color: #FFFFFF;
          text-align: center;
          width: 178px;
        }
      }
    }

  }
}
.g-apply {
  margin-bottom: 30px;
  background: url('/static/images/liuxue/index/apply/apply_bg.png') no-repeat center top #ffffff;
  .m-apply-container {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-bottom: 48px;
    .m-liuxues {
      width: 430px;
      padding: 50px 0 0 64px;
      ul {
        line-height: 21px;
        &:first-child {
          margin-bottom: 100px;
        }
        &:last-child {

        }
        li {
          &::before {
            content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
            color: var(--bs-main-color);
            font-weight: bold;
            display: inline-block;
            width: 1px;
            margin-right: 10px;
          }
        }
      }
    }
    .m-titles {
      display: flex;
      flex-wrap: wrap;
      align-content: space-between;
      font-size: 14px;
      font-weight: bold;
      width: 214px;
      height: 252px;
      padding: 100px 0 0;
      color: #ffffff;
      .column {
        flex-basis: 100%;
        display: flex;
        justify-content: space-between;
      }
    }
    .m-applys {
      width: 436px;
      padding: 24px 0 0 64px;
      ul {
        line-height: 21px;
        &:first-child {
          margin-bottom: 64px;

        }
        &:last-child {

        }
        li {
          &::before {
            content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
            color: var(--bs-main-color);
            font-weight: bold;
            display: inline-block;
            width: 1px;
            margin-right: 10px;
          }
        }
      }

    }
  }

  .m-custom {
    clear: bottom;
    padding-bottom: 74px;
    .u-custom {
      a {
        display: block;
        border: 2px solid var(--bs-main-color);
        background: #ffffff;
        border-radius: 40px;
        color: var(--bs-main-color);
        font-size: 18px;
        line-height: 44px;
        width: 270px;
        margin: 0 auto;
        text-align: center;
      }
    }
  }

  .m-yanxuan {
    margin: 0 40px;
    padding-bottom: 30px;
    position: relative;
    box-sizing: border-box;
    .m-yanxuan-container {
      overflow: hidden;
      .swiper-slide {
        text-align: center;
        color: #2f2f2f;
        .u-img {
          display: block;
          height: 147px;
        }
      }
    }
    .swiper-button-yanxuan {
      position: absolute;
      top: 40%;
      z-index: 10;
      color: #aba9a9;
      &.swiper-button-yanxuan-prev {
        left: -25px;
      }
      &.swiper-button-yanxuan-next {
        right: -25px;
      }

    }
  }
}
.g-team {
  border-radius: 12px;
  background: #FFFFFF;
  padding: 20px 20px 0;
  .m-team {
    .swiper-button-team {

    }
    .m-team-text {
      span.u-area+span.u-area:before{
        display:inline;content:",";margin-left:1px;margin-right:3px;color:#666;border-bottom:1px solid #FFF
      }
    }
    .u-btn-zixun {
      margin-top: -12px;
    }
  }
  .m-suggest-container {
    .m-suggest {
      background: #f5f5f5;
      padding: 12px;
      border-radius: 12px;
      margin-bottom: 8px;
      .m-suggest-content {
        height: 368px!important;
      }
    }

    .m-suggest-form-container {
      .m-suggest-form {
        border-radius: 12px;
        background: url('/static/images/liuxue/index/team/suggest_bg.png') no-repeat center top #fddfc3;
        padding: 0 13px 1px;
        margin-bottom: 17px;
        &>.u-title {
          line-height: 37px;
          font-size: 16px;
          color: #FFFFFF;
          text-align: center;
          font-weight: bold;
        }
        &>.u-tips {
          line-height: 35px;
          font-size: 13px;
          color: #2e2e2e;
          text-align: center;
        }
        .u-textarea {
          border-radius: 4px;
          border: 2px solid #fcc290;
          margin-bottom: 6px;
          textarea {
            border: none;
            width: 100%;
            resize:none;
            padding: 5px;
            color: #898989;
            height: 58px;
            &:focus {outline: none;}
          }
        }
        ul.u-clientinfo {
          margin-bottom: 16px;
          li {
            width: 154px;
            background: #FFFFFF;
            border: 2px solid #fcc290;
            border-radius: 4px;
            margin-right: 14px;
            padding: 0 0 0 10px;

            &:last-child {
              margin-right: 0;
            }

            i {
              color: #f37e15;
            }

            input {
              width: 116px;
              border: none;
              background: #FFFFFF;
              outline: none;
              line-height: 24px;
              color: #898989;
            }
          }
        }
      }
      .u-submit-btn {
        a {
          color: #ffffff;
          float: right;
          display: block;
          background: #f27e15;
          line-height: 25px;
          padding: 0 18px;
          border-radius: 20px;
          cursor: pointer;
        }
      }
    }
  }
}
.g-adms {
  .m-box-title {
    padding: 20px 0 0;
    .u-title {
      margin-right: 20px;
    }
  }
  ul.m-sch-nav {
    li {
      button {
        border-radius: 0;
        border-bottom: 1px solid #b1b1b1;
        color: #404040;
        padding: 8px 8px;
        font-size: 15px;

        &.active {
          background-color: transparent !important;
          border-bottom: 2px solid var(--bs-main-color);
          color: #404040 !important;
        }
      }
      &:first-child {
        button {
          padding: 8px 10px;
        }
      }
      &:last-child {
        button {
          padding: 8px 60px;
        }
      }
    }
  }
  .m-sch-tabcontents {
    .m-sch-tabpane {
      .m-sch-container {
        display: flex;
        flex-wrap: wrap;
      }
      .m-sch {
        flex-basis: 25%;
        .m-sch-info {
          border: 1px solid #fcdfc6;
          border-radius: 7px;
          box-shadow: 5px 5px #e0dcd9;
          margin: 10px;
          padding: 0 10px;
          .u-logo {
            height: 57px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: auto 70%;
          }
          .u-rank {
            border-top: 2px solid #fef4ec;
            line-height: 28px;
            text-align: center;
            color: #3d3c3b;
          }
        }
        .m-sch-detail {
          background: #fcb170;
          border-radius: 7px;
          box-shadow: 5px 5px 5px #e0dcd9;
          margin: 10px;
          display: none;
          .u-name {
            color: #ffffff;
            text-align: center;
            font-size: 18px;
            padding: 10px 0 0;
            line-height: 38px;
            font-weight: bold;
          }
          .u-zixun-btn {
            text-align: center;
            padding-bottom: 18px;
            a {
              display: inline-block;
              background: #ffffff;
              border-radius: 12px;
              line-height: 23px;
              padding: 0 40px;
              margin: 0 auto;
              color: #fcb170;
            }
          }
        }
      }
    }
  }
  .u-case-container-title {
    background: url('/static/images/liuxue/index/adms/case_title_bg.png') no-repeat center center #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #3d3c3b;
    line-height: 66px;
    padding: 10px 0 0;
  }
  .m-adms-container {
    width: 1000px;
    height: 500px;
    position: relative;
    margin: 0 auto;
    .swiper-button-adms {
      position: absolute;
      top: 46%;
      z-index: 10;
      color: #aba9a9;
      &.swiper-button-adms-prev {
        left: -25px;
      }
      &.swiper-button-adms-next {
        right: -25px;
      }

    }
    .swiper-container-adms {
      height: 100%;
      margin-left: auto;
      margin-right: auto;
      .m-case {
        height: calc((100% - 10px) / 2) !important;
        cursor: pointer;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        .m-case-offer {
          border-radius: 12px;
          background: var(--bs-adms-offer-bgcolor);
          margin: 3px;
          width: 194px;
          .u-info {
            text-align: center;
            padding-top: 22px;

            .u-logo {
              width: 64px;
              height: 64px;
              margin: 0 auto 12px;
              background-repeat: no-repeat;
              background-size: 100%;
              border-radius: 64px;
              box-shadow: 5px 5px 10px #84878b;
            }

            .u-word {
              font-size: 56px;
              font-weight: bold;
              line-height: 56px;
              font-style: italic;
              background: var(--bs-adms-offer-word-color);
              -webkit-background-clip: text;
              color: transparent;
            }

            .u-schname {
              font-weight: bold;
              font-size: 19px;
              color: #3d3c3b;
              margin-top: -56px;
              line-height: 56px;
            }

            .u-schtitle {
              font-size: 14px;
              line-height: 24px;
              padding-bottom: 8px;
            }
          }

          .u-title {
            background: var(--bs-main-color);
            color: #ffffff;
            font-size: 13px;
            border-bottom-left-radius: 12px;
            border-bottom-right-radius: 12px;
            padding: 5px 10px;
            display: table;
            width: 100%;
            height: 50px;

            span {
              display: table-cell;
              vertical-align: middle;

              &:first-child {
                padding-right: 8px;
              }
            }
          }
        }

        .m-case-detail {
          border-radius: 12px;
          margin: 3px;
          display: none;
          background: var(--bs-adms-offer-detail-bgcolor);
          padding: 12px;
          font-size: 12px;
          width: 194px;
          .u-detail {
            min-height: 182px;
            span {
              font-weight: bold;
            }
          }
          .u-zixun-btn {
            display: flex;
            padding: 10px 0 0 0;

            a {
              color: var(--bs-main-color);
              border-radius: 12px;
              border: 1px solid var(--bs-main-color);
              font-size: 14px;
              padding: 3px 8px;
              margin: 4px;
            }
          }
        }
      }
    }
  }
  //region >>> 链接按钮 <<<
  .m-btn-link {
    a.u-btn {
      background: #f27e15;
      line-height: 30px;
      color: #ffffff;
    }
  }
  //endregion
}

.g-jiangzuo-order {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5)!important;
  border-radius: 10px;
  top:30%;
  .modal-content {
    border: 0;
    background: none;
    .btn-close {
      position: absolute;
      right: 2px;
    }
  }
  .m-jiangzuo-order {
    display: flex;
    background: #ffe3bb;
    border-radius: 10px;
    padding: 10px;
    border: 0;
    .m-img {
      width: 195px;
      overflow: hidden;
      .u-img {
        height: 120px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center center;
      }
      .u-jiangzuo-title {
        padding: 10px 0;
        line-height: 22px;
      }
    }
    .m-form {
      padding: 0 20px;
      .u-title {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        color: #333;
        line-height: 50px;
        margin-bottom: 10px;
      }
      ul.u-clientinfo {
        margin-bottom: 16px;
        li {
          width: 235px;
          background: #ffffff;
          border: 1px solid #fcc290;
          border-radius: 4px;
          padding: 0 0 0 10px;
          &:first-child {
            margin: 0 0 10px 0;
          }
          &:last-child {
            margin: 0 0 10px 0;
          }

          i {
            color: #f37e15;
          }

          input {
            width: 190px;
            border: none;
            background: #ffffff;
            outline: none;
            line-height: 26px;
          }
        }
      }
      .u-submit-btn {
        text-align: center;
        a {
          display: inline-block;
          background: #f27e15;
          color: #ffffff;
          font-size: 16px;
          line-height: 32px;
          border-radius: 32px;
          padding: 0 50px;
          margin: 0 auto;
        }
      }
    }
  }
}

.g-jiangzuo-video {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5)!important;
  border-radius: 10px;
  top:16%;
  max-width: 740px;
  .modal-content {
    border: 0;
    background: none;
    .btn-close {
      position: absolute;
      right: 2px;
      background-color: #fff;
      z-index: 1;
    }
  }

  .m-jiangzuo-reg {
    background: var(--bs-main-color);
    display: flex;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 16px;

    .m-img {
      width: 370px;
      img {
        width: 100%;
      }
    }

    .m-reg-form {
      margin: 0 auto;
      padding: 0 17px 0 34px;

      & > div {
        margin: 0 0 10px 0;
      }

      .u-title {
        font-size: 26px;
        text-align: center;
        color: #ffffff;
      }

      .u-btn {
        cursor: pointer;
        display: block;
        line-height: 36px;
        color: #ffffff;
        background: #f27e15;
        text-align: center;
        border-radius: 16px;
      }
    }
  }

  .m-list {
    background: #f9fcfe;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 0 12px 12px;

    .u-title {
      color: #4a7dd0;
      font-size: 18px;
      line-height: 44px;
      text-align: center;
      padding-top: 1px;

      h6 {
        border-top: 2px solid var(--bs-main-color);
        margin-top: 30px;
      }

      div {
        width: 220px;
        margin: 0 auto;
        margin-top: -34px;
        background: #fafcff;
      }
    }

    .m-word {
      display: flex;

      .u-word {
        padding: 12px 0;
        flex: 1;
        background: linear-gradient(#e3edfb, #adcefb);
        border: 1px solid #b0d0fb;
        border-radius: 3px;
        margin-right: 2px;
        font-size: 16px;
        color: var(--bs-main-color);
        text-align: center;

        &:last-child {
          margin-right: 0;
        }

        & > div {
          clear: both;
          display: block;
          background: #accefb;
          border-radius: 48px;
          width: 48px;
          height: 48px;
          text-align: center;
          line-height: 48px;
          margin: 0 auto;
        }
      }
    }
  }

  .m-jiangzuo-video {
    min-height: 400px;
    background: var(--bs-main-color);
  }

  .m-play {
    display: flex;
    background-color: var(--bs-main-color);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    text-align: center;
    a {
      display: block;
      text-align: center;
      width: 100%;
      line-height: 36px;
      cursor: pointer;
      padding: 150px 0;
      min-height: 400px;
      background-color: rgba(255, 255, 255, 0.5)!important;
    }
  }

  .player {
    display: none;
  }
}