:root {
  //region >>> 录取模块 <<<
  --bs-adms-offer-bgcolor: #f4f7ff;
  --bs-adms-offer-word-color: #d2e0f4;
  --bs-adms-offer-detail-bgcolor: #d6e9fa;
  //endregion
}

.g-selection {
  clear: both;
  width: 1080px;
  margin: 0 auto 30px;
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;

  .m-box-title {
    display: flex;
    margin-bottom: 10px;

    .u-title {
      line-height: 39px;
      font-size: 24px;
      font-weight: bold;
      display: inline-flex;

      .u-line {
        width: 5px;
        height: 29px;
        border-radius: 2px;
        background: var(--bs-main-color);
        margin: 5px 12px 0 2px;
      }
    }

    .u-more {
      line-height: 39px;
      font-size: 12px;
      flex: 2;

      a {
        text-decoration: none;
        float: right;
        color: #7f7d7d;
      }

    }
  }
}

.u-w-695 {
  .u-more {
    width: 440px;
  }
}

.u-w-365 {
  .u-more {
  }
}
//region >>> 链接按钮 <<<
.m-btn-link {
  text-align: center;
  &.pull-right {
    text-align: right;
  }
  a.u-btn {
    display: inline-block;
    background: #ffffff;
    border-radius: 12px;
    line-height: 24px;
    padding: 0 40px;
    margin: 0 auto;
    color: #fcb170;
    //region >>> 背景 <<<
    &.u-bg {

    }
    //enregion
  }
}
//endregion

.g-banner {
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
}

.swiper-container-banner {
  position: relative;
  width: 100%;
  height: 400px;

  .swiper-pagination-banner {
    .swiper-pagination-bullet {
      background-color: #222222;
      border: 1px solid #eae134;
    }

    .swiper-pagination-bullet-active {
      width: 40px;
      background: #ffffff;
      border-radius: 10px;
    }
  }

  .swiper-slide,
  .swiper-slide a {
    display: block;
    width: 100%;
    height: 400px;
  }
}

.g-news {
  display: none;
  background: #f5f5f5;
  padding: 20px 0 0;

  .m-news {
    margin-right: 12px;

    .m-news-picbox {
      background: #ffffff;
      padding: 20px;
      border-radius: 12px;

      .m-news-piclist {
        display: table;

        & > div {
          display: table-cell;
          padding: 0 12px 0 0;
          &:last-child {
            padding: 0;
          }

          a {
            display: block;
            width: 212px;
            height: 145px;
            text-decoration: none;
          }
        }
      }
    }

    .m-news-textbox {
      background: #ffffff;
      padding: 20px;
      border-radius: 12px;

      ul {
        clear: both;
        overflow: hidden;
        list-style: disc inside;

        li {
          float: left;
          width: 320px;

          &:nth-child(2n+1) {
            border-right: 2px solid #dcdddd;
            margin-right: 15px;
          }

          a {
            line-height: 27px;
            text-decoration: none;
            color: #3d3c3b;
          }
        }
      }
    }
  }

  .m-jiangzuo {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    width: 368px;

    .m-jiangzuo-swiper {
      .swiper-slide {
        & > a {
          display: block;
          width: 333px;
          height: 145px;
        }

        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;
            }

            span:first-child {
              width: 86px;
              color: var(--bs-main-color);
              display: inline-block;
              padding: 0 0 0 10px;
            }
          }
        }

        .u-link {
          a {
            float: right;
            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;
          }
        }
      }
    }
  }
}

.g-whyus {
  border-radius: 12px;
  background: linear-gradient(var(--bs-whylx-color1), var(--bs-whylx-color2));
  padding: 20px 0 0;

  .m-box-title {
    padding: 0 20px;
  }

  .m-whyus {
    display: flex;
    .m-whyus-content {
      background: linear-gradient(var(--bs-whylx-color3), var(--bs-whylx-color4));
      border-radius: 12px;
      margin: 0 12px 0 0;
      padding: 10px 16px 20px;
      flex-grow: 0;
      flex-basis: 262px;
      .m-icon {
        margin: 0 auto 12px;
        .u-icon {
          width: 116px;
          height: 99px;
          content: attr(data-background);
          text-align: center;
          vertical-align: middle;
          margin: 0 auto;
        }
      }

      .u-title {
        text-align: center;
        font-weight: bolder;
        line-height: 36px;
        font-size: 18px;
      }

      .u-info {

      }

      &:last-child {
        margin: 0;
      }
    }
    &>:nth-child(1) .u-icon {
      background: var(--bs-whylx-img1) no-repeat center center;
    }
    &>:nth-child(2) .u-icon {
      background: var(--bs-whylx-img2) no-repeat center center;
    }
    &>:nth-child(3) .u-icon {
      background: var(--bs-whylx-img3) no-repeat center center;
    }
    &>:nth-child(4) .u-icon {
      background: var(--bs-whylx-img4) no-repeat center center;
    }
  }

}

.g-apply {
  padding: 20px 0 0;
  margin: 0 auto;

  .m-box-title {
    padding-left: 20px;
  }

  .m-apply {
    .m-apply-nav-main {
      background: linear-gradient(to bottom, rgba(255,0,0,0) 280px,var(--bs-m-apply-color) 310px), var(--bs-m-apply-bg) no-repeat center top;
      background-size: auto;
      padding: 40px 60px 0 255px;
      border-top-left-radius: 7px;
      border-bottom-left-radius: 7px;
      margin-right: 0 !important;
      min-height: var(--bs-apply-nav-height);

      .nav-link {
        width: 158px;
        mask-image: url('/static/images/liuxue/au/arrow.svg');
        mask-repeat: no-repeat;
        -webkit-mask-image: url('/static/images/liuxue/au/arrow.svg');
        -webkit-mask-repeat: no-repeat;
        margin: 0 0 24px 0;
        font-size: 18px;
        text-align: right;
        position: relative;
        height: 34px;
        line-height: 34px;
        color: #ffffff;
        padding: 0 30px 0 0;
        background-color: var(--bs-apply-nav-bgcolor);

        &.active {
          background-color: #f6a359;
        }
      }
    }

    .tab-content.m-tab-content {
      background: #fafbff;
      border-top-right-radius: 7px;
      border-bottom-right-radius: 7px;
      width: 100%;
      padding: 30px 18px 20px 40px;
      &>.tab-pane {
        min-height: var(--bs-apply-content-height);
      }

      .m-apply-content {
        .u-title {
          font-size: 18px;
          font-weight: bold;
          color: var(--bs-main-color);
          border-bottom: 1px solid #afafb0;
          margin-bottom: 12px;
          padding-bottom: 9px;
          line-height: 20px;
        }

        ul {
          list-style: outside;
          margin: 0 0 0 12px !important;
          &.m-apply-sub-title {
            margin-bottom: 12px;
            margin-left: 0!important;
            padding-bottom: 9px;
            li {
              list-style: none;
              button {
                border-radius: 0;
                border-bottom: 1px solid #b1b1b1;
                color: #404040;
                padding: 0 6px 10px;
                font-size: 15px;
                line-height: 20px;
                &.active {
                  background-color: transparent !important;
                  border-bottom: 3px solid var(--bs-main-color);
                  color: #404040 !important;
                }
                &.pills-apply-sub-tab {
                  padding-right: 20px;
                  padding-left: 0;
                  span {
                    font-size: 18px;
                    font-weight: bold;
                    line-height: 18px;
                    color: var(--bs-main-color)!important;
                  }
                }
              }
            }
          }

          li {
            font-weight: bold;
            color: #8298e1;

            span {
              color: #333333;
            }

            div {
              color: #333333;
              font-weight: normal;
              &>span {
                font-weight: bold;
                color: #ff0000;
              }
            }
          }
        }

        .u-tips {
          line-height: 30px;
        }
      }

      .u-btn {
        background: #f27e15;
        float: right;
        height: 40px;
        display: inline-block;
        border-radius: 19px;

        a {
          display: block;
          padding: 10px 36px;
          border-radius: 19px;
          color: #ffffff;
        }
      }
    }
  }
}

.g-ad-1080-180 {
  width: 1080px;
  height: 240px;
  margin: 0 auto;
  /*background: var(--bs-ad-1080-bg) no-repeat center center;*/
  padding: 30px 0;
  a {
    display: block;
    width: 1080px;
    height: 180px;
  }
}

.g-solution {
  padding: 20px 0 0;
  .m-box-title {
    padding-left: 20px;
    .u-more {
      font-weight: bold;
      a {
        color: #3d3c3b;
      }
    }
  }
  .nav {
    width: 200px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    .nav-link {
      border-radius: 0;
      color: #ffffff;
      height: 82px;
      font-size: 20px;
      font-weight: bold;
      &:nth-child(1) {
        background: url('/static/images/liuxue/solution/bg_01.png') no-repeat center center var(--bs-solution-nav-bgcolor);
      }
      &:nth-child(2) {
        background: url('/static/images/liuxue/solution/bg_02.png') no-repeat center center var(--bs-solution-nav-bgcolor);
      }
      &:nth-child(3) {
        background: url('/static/images/liuxue/solution/bg_03.png') no-repeat center center var(--bs-solution-nav-bgcolor);
      }
      &:nth-child(4) {
        background: url('/static/images/liuxue/solution/bg_04.png') no-repeat center center var(--bs-solution-nav-bgcolor);
      }
      &.active {
        background-color: #f6a359;
      }
      &>span {
        background: #f6a359;
        font-size: 12px;
        padding: 2px;
        border-radius: 2px;
        margin-left: 4px;
        position: absolute;
      }
    }
  }
  .tab-content {
    width: 100%;

    .tab-pane {
      background: var(--bs-solution-content-bgcolor);
      &>.m-title {
        display: flex;
        justify-content: space-between;
        padding: 20px;
        .u-left {

        }
        .u-right {
          text-align: right;
        }
      }

      .m-tab-contents-liuxue {
        display: flex;
        height: 272px;
        padding-bottom: 50px;

        .m-tab-content {
          text-align: center;
          line-height: 24px;
          flex-grow: 1;
          border-right: 2px solid #cad4f8;

          .u-num {
            font-size: 52px;
            font-weight: bold;
            line-height: 60px;
            font-style: italic;
            background: linear-gradient(to bottom, var(--bs-secondary-color), #f5f5f5);
            -webkit-background-clip: text;
            color: transparent;
          }

          .u-title {
            font-weight: bold;
            margin-top: -32px;
            line-height: 30px;
            font-size: 16px;
          }

          &:last-child {
            border-right: 0;
          }
        }
      }
      &#v-pills-solution-exam {
        background: var(--bs-solution-exam-bg) no-repeat center top #f4f3f3;
      }
      .m-tab-contents-exam {
        display: flex;
        height: 272px;
        .u-title {
          text-align: center;
          margin-bottom: 12px;
          font-weight: bold;
          span {
            font-size: 14px;
            color: #3d3c3b;
            padding-bottom: 3px;
            border-bottom: 2px solid var(--bs-main-color);
          }
        }

        &>div:first-child {
          width: 178px;
          padding: 130px 0 0 20px;
        }
        &>div:nth-child(2) {
          width: 228px;
          padding: 10px 7px 0;
        }
        &>div:nth-child(3) {
          width: 210px;
          padding: 130px 0 0;
        }
        &>div:nth-child(4) {
          width: 240px;
          padding: 10px 10px 0;
        }
      }
      .m-tab-contents-edu {
        height: 272px;
        display: flex;
        justify-content: space-around;
        padding-bottom: 20px;
        .m-tab-content {
          width: var(--bs-solution-edu-width);
          background: #ffffff;
          padding-bottom: 26px;
          border-radius: 8px;
          overflow: hidden;
          .u-title {
            background: #f6a359;
            font-size: 16px;
            font-weight: bolder;
            text-align: center;
            height: 52px;
            line-height: 52px;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            position: relative;
            &:after {
              content: "";
              position: absolute;
              width: 0;
              height: 0;
              border: 8px solid transparent;
              border-top-color: #f6a359;
              left: 50%;
              margin-left: -4px;
              bottom: -16px;
            }

          }
          .u-word {
            padding: 16px 18px 0;
            font-size: 13px;
            line-height: 22px;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
            height: 95px;
            position: relative;
            z-index: 10;
          }
          .u-big-word {
            font-size: 100px;
            color: #f2f4fc;
            text-align: right;
            position: relative;
            font-weight: bolder;
            letter-spacing: -10px;
          }
          &.u-ossd {
            .u-title {
              background: #7d8dd5;
              &:after {
                border-top-color: #7d8dd5;
              }
            }
            .u-big-word {
              color: #f2f4fc;
            }
          }
          &.u-ib {
            .u-title {
              background: #f6a359;
              &:after {
                border-top-color: #f6a359;
              }
            }
            .u-big-word {
              color: #fef3ea;
            }
          }
          &.u-ap {
            .u-title {
              background: #56c3b1;
              &:after {
                border-top-color: #56c3b1;
              }
            }
            .u-big-word {
              color: #e9f7f5;
            }
          }
          &.u-alevel {
            .u-title {
              background: #5d7eef;
              &:after {
                border-top-color: #5d7eef;
              }
            }
            .u-big-word {
              color: #eaeefd;
            }
          }
        }
      }
      &#v-pills-solution-class {
        img {
          margin-bottom: 6.5px;
        }
      }
      &#v-pills-solution-cp {
        background: var(--bs-solution-cp-bg) no-repeat center top #f4f3f3;
      }
      .m-tab-contents-cp {
        height: 272px;
      }
      .m-tab-contents-cp1 {
        height: 200px;
      }
      .m-tab-contents-cp2 {
        display: flex;
        padding: 0 15px 0 0;
        .u-class {
          width: 230px;
          flex-grow: 0;
          flex-shrink: 0;
          color: #3d3c3b;
          margin-left: 30px;
          font-size: 16px;
          font-weight: bold;
        }
        .u-title {
          flex-grow: 0;
          flex-shrink: 0;
          background: var(--bs-secondary-color);
          color: #ffffff;
          border-radius: 3px;
          line-height: 50px;
          padding: 0 5px;
          margin: 0 13px 0 0;
          font-size: 14px;
        }
        .u-detail {
          font-size: 12px;
          color: #3d3c3b;
          line-height: 17px;
        }
      }
      .m-tab-contents-yimin {
        height: 272px;
        display: flex;
        justify-content: space-around;
        padding-bottom: 20px;
        .m-tab-content {
          width: 185px;
          background: url(/static/images/liuxue/au/au_15.png) no-repeat center top #ffffff;
          border-radius: 8px;
          padding: 0 8px 26px;
          overflow: hidden;
          .u-title {
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 32px;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            padding: 36px 0 0;
            border-bottom: 2px solid var(--bs-main-color);
          }
          .u-word {
            padding: 16px 0 0;
            font-size: 13px;
            line-height: 22px;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
            height: 105px;
            span {
              color: #ff0000;
            }
          }
          .u-big-word {
            font-size: 80px;
            color: #f2f4fc;
            text-align: right;
            position: relative;
            font-weight: bolder;
          }
        }
      }
    }
  }
  .m-solution-form {
    background: var(--bs-solution-form-bg);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 129px;
    .u-title {
      color: #ffffff;
      font-size: 24px;
      text-align: center;
      line-height: 65px;
      span {
        font-weight: bold;
      }
    }
    ul {
      display: flex;
      padding-left: 117px;
      li {
        width: 200px;
        background: #fff;
        border-radius: 4px;
        margin-right: 15px;
        padding: 0 0 0 10px;
        span {
          color: #ff0000;
          img {
            margin-right: 10px;
          }
        }
        input {
          width: 144px;
          border: none;
          outline: none;
          line-height: 36px;
        }
        &.u-btn {
          cursor: pointer;
        }
      }
      &>:last-child {
        background: #f27e15;
        line-height: 36px;
        text-align: center;
        font-size: 18px;
        color: #ffffff;
      }
    }
  }
}

.g-yanxuan {
  display: none;
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 20px;

  .m-yanxuan {
    display: flex;

    & > div {
      width: auto;
      margin-right: 12px;

      &:last-child {
        margin-right: 0;
      }

      a {
        content: ' ';
        display: block;
        width: 250px;
        height: 150px;
      }
    }
  }
}

.g-adms {
  display: flex;
  background-color: #f5f5f5;
  padding: 0;

  .m-box-title {
    padding: 20px 20px 0;
  }

  .g-adms-left {
    background: #ffffff;
    border-radius: 12px;
    margin-right: 12px;
    padding: 0 15px 24px;

    .m-adms {
      display: flex;
      flex-wrap: wrap;

      & > div {
        flex-basis: 33.3%;
      }

      .m-case {
        cursor: pointer;

        & > div {
          border-radius: 12px;
          margin: 3px;
        }

        .m-case-offer {
          border-radius: 12px;
          background: var(--bs-adms-offer-bgcolor);

          .u-info {
            text-align: center;
            padding-top: 12px;

            .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: 10px;
            display: table;
            width: 100%;
            height: 60px;

            span {
              display: table-cell;
              vertical-align: middle;

              &:first-child {
                padding-right: 8px;
              }
            }
          }
        }

        .m-case-detail {
          display: none;
          background: var(--bs-adms-offer-detail-bgcolor);
          padding: 12px;
          font-size: 12px;
          .u-detail {
            min-height: 180px;
            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: 4px 13px;
              margin: 4px;
            }
          }
        }
      }
    }

  }

  .g-adms-right {
    width: 366px;
    flex-grow: 0; /* 此属性为是否自动增长空间，默认值都是1，即自动增长/缩小，设置为0时，不会自动增长/缩小 */
    flex-shrink: 0; /* 此属性为是否自动缩小空间，默认值都是1，即自动增长/缩小，设置为0时，不会自动增长/缩小 */

    background: #ffffff;
    border-radius: 12px;
    padding: 20px;

    .m-box-title {
      padding: 0;

      ul.m-offer-title {
        li {
          button {
            border-radius: 0;
            border-bottom: 1px solid #b1b1b1;
            color: #404040;
            padding: .5rem 0.2rem;
            font-size: 15px;

            &.active {
              background-color: transparent !important;
              border-bottom: 2px solid var(--bs-main-color);
              color: #404040 !important;
            }

            &#pills-disabled-tab {
              padding: 0 0.2rem 1rem;

              span {
                background: #f6a359;
                border-radius: 2px;
                color: #ffffff;
                padding: 2px;
                font-size: 12px;
              }
            }
          }
        }
      }
    }

    #m-adms1, #m-adms2, #m-adms3, #m-adms4 {
      height: 445px;
      overflow: hidden;
    }

    .tab-content {
      .tab-pane {
        .m-tab {
          line-height: 28px;
          background: var(--bs-main-color);
          font-size: 0;
          span {
            display: inline-block;
            line-height: 32px;
            font-size: 14px;
            color: #ffffff;
            font-weight: 400;
            box-sizing: border-box;
            text-indent: 10px;
            &:nth-child(1) {
              width: var(--bs-adms-hs-width1);
            }
            &:nth-child(2) {
              width: var(--bs-adms-hs-width2);
            }
            &:nth-child(3) {
              width: var(--bs-adms-hs-width3);
            }
          }
        }
        .m-adms-scroll {
          overflow: hidden;
          ul {
            li {
              span {
                display: inline-block;
                line-height: 30px;
                font-size: 13px;
                color: #3d3c3b;
                box-sizing: border-box;
                text-indent: 10px;
                &:nth-child(1) {
                  width: 150px;
                }
                &:nth-child(2) {
                  width: 70px;
                }
                &:nth-child(3) {
                  width: 100px;
                  margin-right: 0;
                }
              }
              &.u-2 {
                background: #f5f7fc;
              }
              &:nth-child(2n) {
                background: #f5f7fc;
              }
            }
          }
        }
      }
      #pills-offer-zhongxue {
        span {
          &:nth-child(1) {
            width: var(--bs-adms-hs-width1);
          }
          &:nth-child(2) {
            width: var(--bs-adms-hs-width2);
          }
          &:nth-child(3) {
            width: var(--bs-adms-hs-width3);
          }
        }
      }
      #pills-offer-benke{
        span {
          &:nth-child(1) {
            width: var(--bs-adms-bk-width1);
          }
          &:nth-child(2) {
            width: var(--bs-adms-bk-width2);
          }
          &:nth-child(3) {
            width: var(--bs-adms-bk-width3);
          }
        }
      }
      #pills-offer-yanjiusheng{
        span {
          &:nth-child(1) {
            width: var(--bs-adms-ss-width1);
          }
          &:nth-child(2) {
            width: var(--bs-adms-ss-width2);
          }
          &:nth-child(3) {
            width: var(--bs-adms-ss-width3);
          }
        }
      }
      #pills-offer-doctor {
          span {
            &:nth-child(1) {
              width: var(--bs-adms-bs-width1);
            }
            &:nth-child(2) {
              width: var(--bs-adms-bs-width2);
            }
            &:nth-child(3) {
              width: var(--bs-adms-bs-width3);
            }
          }
      }
    }
  }
}

.g-team {
  display: flex;
  background-color: #f5f5f5;
  padding: 0;

  .m-team {
    background: #ffffff;
    border-radius: 12px;
    margin-right: 12px;
    width: 680px;
    padding: 20px;

    .m-team-text {
      background: #f5f5f5;
      border-radius: 12px;
      padding: 20px;
      .swiper-slide>div {
        padding-bottom: 10px;
        &:last-child {
          padding-bottom: 0;
        }
      }

      .u-name {
        font-size: 18px;
        font-weight: bold;
      }

      .u-tag {
        color: var(--bs-main-color);
        font-size: 13px;
        font-weight: bold;
      }
    }
    .swiper-pagination-team {
      display: flex;
      margin: -12px 0 12px;
      padding: 0 20px 5px;

      .m-team-info {
        text-align: center;
        width: 160px;
        border-radius: 12px;
        background: #f1f6ff;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
        &.active {
          border: 2px solid var(--bs-secondary-color);
          box-shadow: 0 0 6px var(--bs-secondary-color);
          border-radius: 14px;
          &:after {
            content: "";
            width: 0;
            height: 0;
            position: relative;
            bottom: -10px;
            left: 0;
            border-right: 15px solid transparent;
            border-left: 15px solid transparent;
            border-bottom: 15px solid #f5f5f5;
          }
        }

        img {
          display: block;
          width: 100%;
          object-fit: cover;
          border-top-left-radius: 12px;
          border-top-right-radius: 12px;
          margin: 0 0 8px;
        }

        .u-name {
          font-size: 17px;
          font-weight: bold;
        }

        .u-title {
          font-size: 14px;
          font-weight: bold;
        }

        .u-years {
          font-size: 12px;
        }
      }
    }
    .swiper-button-team {
      display: inline-block;
      position: relative;
      top: -330px;
      width: 24px;
      height: 24px;
      &.swiper-button-team-prev {
        background: url("/static/images/liuxue/us/team_swiper_nav_03.png") no-repeat;
        left: -4px;
      }
      &.swiper-button-team-next {
        background: url("/static/images/liuxue/us/team_swiper_nav_05.png") no-repeat;
        right: -596px;
      }
    }
    .u-btn-zixun {
      a {
        color: #ffffff;
        float: right;
        display: block;
        background: #f27e15;
        line-height: 25px;
        padding: 0 18px;
        border-radius: 20px;
      }
    }
  }

  .m-suggest {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;

    .m-suggest-content {
      overflow-y: scroll;
      height: 480px;
      padding-right: 6px;

      .u-question {
        color: var(--bs-main-color);
        font-weight: bold;
      }

      .u-answer {
        margin-bottom: 20px;

        &:last-child {
          margin-bottom: 0;
        }
      }
    }

    .u-btn-zixun {
      padding: 20px 0 0;

      a {
        color: #ffffff;
        float: right;
        display: block;
        background: #f27e15;
        line-height: 25px;
        padding: 0 18px;
        border-radius: 20px;
      }
    }
  }
}

.g-abouthy {
  padding: 20px 0;

  .m-box-title {
    padding: 0 20px;
  }

  .m-abouthy {
    display: flex;
    padding: 0 20px;

    .m-play {
      width: 430px;
      height: 243px;
      margin-right: 18px;
      background-color: var(--bs-main-color);
      background: url("/static/images/liuxue/us/hy-video-bg.png") no-repeat;
      flex-grow: 0; /* 此属性为是否自动增长空间，默认值都是1，即自动增长/缩小，设置为0时，不会自动增长/缩小 */
      flex-shrink: 0; /* 此属性为是否自动缩小空间，默认值都是1，即自动增长/缩小，设置为0时，不会自动增长/缩小 */
      cursor: pointer;
      .u-play {
        width: 78px;
        height: 78px;
        margin: 78px auto 0;
        transition: all 1s ease;
      }
      i {
        color: #83593e;
      }
      &:hover {
        .u-play {
          -webkit-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          transform: rotate(360deg);
        }
      }
    }

    .m-abouthy-content {
      flex-grow: 2;
      .m-abouthy-content2 {
        display: flex;
        min-height: 125px;
        & > div {
          /*background: linear-gradient(180deg, #ffffff, #e0e4f7);*/
          flex: 220px;
          border: 1px solid #d8ddf4;
          border-radius: 12px;
          margin-right: 5px;
          margin-bottom: 5px;
          font-size: 13px;
          color: #727170;
          &.m-jingyan {
            background: var(--bs--abouthy-bg-01) no-repeat right bottom;
          }
          &.m-rongyu {
            background: var(--bs--abouthy-bg-02) no-repeat right bottom;
          }
          &.m-xiangmu {
            background: var(--bs--abouthy-bg-03) no-repeat right bottom;
          }
          &.m-chengguo {
            background: var(--bs--abouthy-bg-04) no-repeat right bottom;
          }
          &.m-tuandui {
            background: var(--bs--abouthy-bg-05) no-repeat right bottom;
          }
          &.m-fuwu {
            background: var(--bs--abouthy-bg-06) no-repeat right bottom;
          }

          .m-abouthy-content2-jingyan {
            padding: 12px 12px 5px;
            width: 100%;
            height: 100%;
            .u-title {
              font-weight: bold;
            }
          }
          .u-title {
            color: #3d3c3b;
            font-size: 18px;
            line-height: 32px;
          }
        }
      }
    }
  }

  .m-honor {
    width: 1080px;
    height: 215px;
    background: url("/static/images/liuxue/us/honor.png") no-repeat;
  }
}

.g-lxarea {
  background: #f5f5f5;
  padding: 0;

  .m-lxarea {
    & > div {
      width: 80px;
      height: 80px;
      float: left;
      background: linear-gradient(var(--bs-lxarea-color1), var(--bs-lxarea-color2));
      border-radius: 100px;
      box-shadow: 5px 5px 15px #ced9f4;
      padding: 9px;
      display: table;
      margin: 0 9px 20px 9px;

      a {
        display: table-cell;
        color: #ffffff;
        font-weight: bold;
        background: linear-gradient(var(--bs-lxarea-color3), var(--bs-lxarea-color4));
        line-height: 1.5;
        width: 62px;
        height: 62px;
        border-radius: 100px;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
      }
    }
  }
}

.g-reg {
  width: 500px;
  padding: 14px;
  background-color: rgba(11, 70, 168, 0.5)!important;
  display: none;

  .m-reg {
    background: var(--bs-main-color);
    display: flex;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 16px;

    .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 {
        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;
        }
      }
    }
  }
}

.g-kf {
  width: 525px;
  display: none;

  .m-kf {
    background: #f8e9d8;
    display: flex;
    padding: 10px;

    .m-img {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      padding: 11px;

      img {
        width: 241px;
        height: 214px;
      }
    }

    .m-qr {
      background: #fbb86e;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      color: #333333;
      padding: 0 16px;

      .u-title {
        text-align: center;
        font-size: 19px;
        line-height: 50px;
      }

      .u-qr {
        img {
          display: block;
          margin: 0 auto;
        }
      }

      .u-word {
        font-size: 13px;
        line-height: 50px;
      }
    }
  }
}

.g-order {
  width: 370px;
  padding: 9px;
  background-color: rgba(204, 224, 252, 0.5)!important;
  display: none;
  .m-order {
    border-radius: 10px;
    .m-img {
      padding: 8px;
      background: #ffffff;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      img {
        display: block;
        margin: 0 auto;
      }
    }
    .m-qr {
      color: #333333;
      background: #cce0fc;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      padding: 10px;
      text-align: center;
      .u-title {
        font-size: 20px;
        line-height: 30px;
        padding: 10px 0 0;
      }
      .u-qr {
        img {
          display: block;
          margin: 0 auto;
        }
      }
      .u-word {
        font-size: 13px;
        line-height: 30px;
      }
    }
  }
}