* {
  margin: 0;
  padding: 0;
}
html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: PingFang SC, Microsoft YaHei, Arial, Helvetica, sans-serif, SourceHanSansCN-Bold, SourceHanSansCN;
}

.t-box {
  background-color: #e9fcf5;
  width: 9.52rem;
  border-radius: 0.2667rem;
  margin: 0.2933rem auto;
  overflow: hidden;
  .title {
    color: #2c2c2c;
    font-size: 0.56rem;
    font-family: "思源黑体 CN";
    font-weight: 700;
    text-align: center;
    padding-top: 0.56rem;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .title::after {
    content: "STRENGTH";
    position: absolute;
    z-index: -1;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    background-image: -webkit-linear-gradient(
      bottom,
      transparent,
      #d2f5e9,
      #cdf4e6
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "思源黑体 CN";
    font-weight: 900;
    font-size: 0.5333rem;
    letter-spacing: 0.12rem;
  }

  .t-boxele-w {
    background-image: linear-gradient(to top, #93e5c9, #e2f6ef);
    margin: .3733rem auto 0;
    width: 9.2267rem;
    height: 5.4933rem;
    border-radius: 0.2667rem;
    position: relative;
    z-index: 1;
    border-top: 1px solid #e1f8ef;

    .t-boxele {
      width: 9.1733rem;
      height: 5.44rem;
      border-radius: 0.2667rem;
      background-color: #fff;
      margin: 0.0267rem auto 0;
      position: relative;
      background-image: url(../images/arrow.png);
      background-repeat: no-repeat;
      background-size: 4.0267rem 4.12rem;
      background-position: 0 200%;
      display: flex;
      overflow: hidden;
      .teacher {
        width: 38%;
        flex-grow: 0;
        margin-left: 0.1rem;
        position: relative;
        > img {
          width: 100%;
          position: absolute;
          bottom: 0;
        }
      }
      .intruduce {
        width: 62%;
        flex-shrink: 0;
        flex-grow: 0;
        margin-top: 0.52rem;
        padding-left: 0.1333rem;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
        .namebox {
          display: flex;
          .name {
            color: #07a66f;
            font-size: 0.4rem;
            font-family: "思源黑体 CN";
            font-weight: 700;
            margin-top: .0267rem;
          }
          .name-r {
            font-family: "思源黑体 CN";
            font-weight: 500;
            color: #fff;
            font-size: 0.32rem;
            background-image: linear-gradient(to left, #f13835, #fd9d2d);
            padding: 0 .1867rem;
            height: .44rem;
            text-align: center;
            line-height: .4667rem;
            border-radius: .2667rem;
            border-bottom-left-radius: 0;
            margin-left: 0.1867rem;
          }
        }
        .little {
          font-size: 0.2933rem;
          color: #2c2c2c;
          font-family: "思源黑体 CN";
          font-weight: 400;
          line-height: 0.3467rem;
          margin-top: 0.22rem;
          position: relative;
          width: 91%;
        }
        .little::after {
          position: absolute;
          left: 0;
          bottom: -0.1867rem;
          content: "";
          width: 0.7867rem;
          height: 0.0267rem;
          border-radius: 0.0027rem;
          background-color: #14bd82;
        }
        .little::before {
          position: absolute;
          left: 0;
          bottom: -0.1867rem;
          content: "";
          width: 5.2933rem;
          height: 0.0267rem;
          border-radius: 0.0027rem;
          background-color: #e9fcf5;
        }
        .intru {
          font-family: "思源黑体 CN";
          font-weight: 400;
          font-size: 0.2667rem;
          color: #7a7a7a;
          line-height: 0.3333rem;
          margin-top: 0.5333rem;
          width: 92%;
        }
      }
    }
    .t-boxele::after {
      position: absolute;
      content: "";
      width: 3.8133rem;
      height: 4.3333rem;
      background-image: url(../images/卷.png);
      background-repeat: no-repeat;
      left: 63%;
      top: 29%;
    }
    .t-boxele::before {
      position: absolute;
      content: "";
      background-image: url(../images/椭圆\ 1.png);
      background-repeat: no-repeat;
      width: 1.9067rem;
      height: 2.2933rem;
      left: 85%;
      top: 72%;
    }
  }
  .personal-style{
    padding: .1333rem .4rem;
    box-sizing: border-box;
    font-family: "思源黑体 CN";
    font-weight: 400;
    font-size: .24rem;
    line-height: .28rem;
    color: #ffffff;
    width: 9.2267rem;
    background-image: linear-gradient(342deg,#14bd82,#3fd8a2);
    border-radius: .4rem;
    margin: .1733rem auto 0;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .personal-style::after{
    content: '';
    position: absolute;
    top: -0.78rem;
    left: 1.1733rem;
    width: 0;
    height: 0;
    border-top: .4rem solid transparent;
    border-bottom: .4rem solid #3fd8a2;
    border-right: .4rem solid transparent;
    border-left: .4rem solid transparent;
  }
  
  .resizeheighr0,.resizeheighr6,.resizeheighr9{
    height: 5.85rem;
    .t-boxele{
      height: 5.8rem;
    }
  }
  .resizeheighr1{
    height: 6.55rem;
    .t-boxele{
      height: 6.5rem;
    }
  }
  .personal-style:last-child{
    margin-bottom: .3733rem;
  }
  .t-boxele-w::after {
    content: "";
    position: absolute;
    border-radius: 0.2667rem;
    z-index: -1;
    top: 0;
    width: 9.2267rem;
    height: 5.4933rem;
    box-shadow: 0 0 0.1867rem 0.04rem #dcf5ec;
  }
  .go-t {
    font-family: "思源黑体 CN";
    font-weight: 500;
    font-size: 0.4rem;
    color: #14bd84;
    width: 5.6667rem;
    height: 0.8667rem;
    border: 0.04rem solid #14bd84;
    border-radius: 0.4333rem;
    margin: 0.4rem auto 0;
    > a {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
}