:root {
  --bs-main-color: #fd8e3c;/* 主色 */
  --bs-secondary-color: #5d449e; /* 次色 */
}

.g-location-nav {
  width: 1080px;
  margin: 0 auto;
  ul {
    li {
      line-height: 54px;
    }
  }
}

.g-adviser {
  padding: 0;
  .u-banner {
    background: url('/static/images/liuxue/adviser/banner.png') no-repeat center center;
    width: 1080px;
    height: 220px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .m-box-title {
    margin-top: -30px;
    ul.m-adviser-nav {
      padding: 0 70px;
      justify-content: space-around;
      width: 100%;
    }
    .nav-link {
      background: #ffffff;
      color: #686868;
      width: 116px;
      height: 56px;
      font-size: 18px;
      box-shadow: 5px 5px 15px #fce4d1;
      border-radius: 10px;
      padding: 0;
      &.active {
        background: linear-gradient(to right, #fac99b, #ffffff);
        color: #b54006;
        border:1px solid #f9a76a;
        box-shadow: 3px 3px 6px #fcc396;
      }
      .u-word {
        display: block;
        font-size: 36px;
        font-weight: bold;
        line-height: 56px;
        font-style: italic;
        background: linear-gradient(#ffffff, #fef0e4);
        -webkit-background-clip: text;
        color: transparent;
      }
      .u-text {
        display: block;
        font-weight: bold;
        font-size: 19px;
        color: #3d3c3b;
        margin-top: -56px;
        line-height: 56px;
      }
      &.active {
        background: linear-gradient(to right, #fac99b, #ffffff);
        color: #b54006;
        border:1px solid #f9a76a;
        box-shadow: 3px 3px 6px #fcc396;
        .u-word {
          padding-top: 26px;
          line-height: 24px;
          text-align: right;
          padding-right: 6px;
          color: #fdeadb;
          border-radius: 10px;
        }
        .u-text {
          color: #b54006;
          margin-top: -51px;
        }
      }
    }
  }
  .m-adviser-tabcontents {
    padding: 20px 38px;
    .m-adviser-container {
      display: flex;
      flex-wrap: wrap;
      .m-adviser {
        flex-basis: 50%;

        .m-adviser2 {
          margin: 4px;
          padding: 20px;
          border: 1px solid #fd8e3c;
          border-radius: 12px;
          box-shadow: 5px 5px 10px #fd8e3c;
          min-height: 300px;
          height: 97.5%;
        }
        .u-main {
          display: flex;
          flex-wrap: wrap;
          margin-bottom: 10px;
        }
        .u-hd {
          flex-basis: 100px;
          width: 100px;
          height: 100px;
          border-radius: 100px;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100%;
          margin:  0 20px;
        }
        .u-info {
          flex:1;
        }
        .u-name {
          color: #353535;
          font-size: 20px;
          font-style: italic;
        }
        .u-title {
          color: #353535;
          font-size: 15px;
          line-height: 25px;
          background: linear-gradient(to right, #f5b57e, #fbe0c6);
          width: 100%;
          display: inline-block;
          text-indent: 8px;
          margin-bottom: 10px;
        }
        .u-btn {
          display: inline-block;
          background: #f27e15;
          line-height: 32px;
          border-radius: 32px;
          padding: 0 40px;
          color: #ffffff;
          cursor: pointer;
        }
        .u-intro {
          color: #6c6c74;
          font-size: 13px;
          .u-big {
            color: #f27e15;
          }

        }
      }
    }
  }
}