@media (min-width: 768px) {
  .team-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .section-1 {
    margin-bottom: 1.7rem;
    position: relative;
    padding-top: 2.1rem;
  }
  .section-1 .links {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0.56rem;
  }
  .section-1 .links .left-box {
    display: flex;
    align-items: center;
  }
  .section-1 .links .left-box .icon {
    font-size: 0.2rem;
    color: #626262;
    margin-right: 0.05rem;
  }
  .section-1 .links .left-box .text,
  .section-1 .links .left-box .line {
    font-size: 0.18rem;
    font-weight: 400;
    color: #AAAAAA;
    line-height: 0.18rem;
  }
  .section-1 .links .left-box .line {
    margin: 0 0.05rem;
  }
  .section-1 .links .right-box {
    display: flex;
  }
  .section-1 .links .right-box .img {
    width: 0.24rem;
    height: 0.15rem;
    margin-right: 0.1rem;
  }
  .section-1 .links .right-box .text {
    font-size: 0.2rem;
    font-weight: 400;
    color: #AAAAAA;
    line-height: 0.2rem;
  }
  .section-1 .inner {
    display: flex;
    justify-content: space-between;
  }
  .section-1 .inner .img-box {
    width: 4.3rem;
    height: 4.9rem;
    position: relative;
    margin-top: 0.23rem;
  }
  .section-1 .inner .img-box .img {
    width: 0.46rem;
    height: 4.34rem;
    display: block;
    position: absolute;
    right: -0.46rem;
    bottom: 0;
  }
  .section-1 .inner .img-box .header {
    width: 4.3rem;
    height: 4.9rem;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .section-1 .inner .img-box .email {
    font-size: 0.25rem;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 0.34rem;
    left: 1.04rem;
  }
  .section-1 .inner .text-box .text-1 {
    font-size: 0.45rem;
    font-family: OPPOSans-B;
    color: #222222;
    line-height: 0.43rem;
  }
  .section-1 .inner .text-box .text-2 {
    margin: 0.42rem 0 0.24rem;
    font-size: 0.35rem;
    font-weight: 400;
    color: #222222;
    line-height: 0.33rem;
  }
  .section-1 .inner .text-box .textemail {
    font-size: 0.18rem;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #AAAAAA;
    margin-bottom: 1.06rem;
  }
  .section-1 .inner .text-box .textemail .icon {
    width: 0.24rem;
  }
  .section-1 .inner .text-box .line {
    width: 1.24rem;
    height: 0.04rem;
    margin: 0.6rem 0 0.5rem;
    background: #EF6E5B;
  }
  .section-1 .inner .text-box .desc {
    width: 6.68rem;
    font-size: 0.18rem;
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
    font-weight: 400;
    color: #626262;
    line-height: 0.36rem;
    white-space: pre-wrap;
  }
  .section-2 {
    padding-bottom: 1rem;
  }
  .section-2 .title {
    font-size: 0.45rem;
    font-weight: 400;
    color: #010101;
    line-height: 0.43rem;
  }
  .section-2 .line {
    margin: 1.06rem 0 0.5rem;
    width: 1.24rem;
    height: 0.04rem;
    background: #EF6E5B;
  }
  .section-2 .content {
    display: flex;
    flex-wrap: wrap;
  }
  .section-2 .content .item {
    width: 20%;
    margin-bottom: 0.59rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-2 .content .item .img {
    display: block;
    height: 0.39rem;
    margin-bottom: 0.2rem;
  }
  .section-2 .content .item .text {
    font-size: 0.16rem;
    line-height: 0.16rem;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
  }
  .section-2 .content .item .note {
    font-size: 0.15rem;
    line-height: 0.16rem;
    font-weight: 400;
    color: #000000;
  }
  .section-2 .content .item.curr {
    box-shadow: 0rem 0rem 1rem 0rem rgba(236, 220, 217, 0.35);
    background: #FFFFFF;
  }
}
@media (max-width: 768px) {
  .banner {
    width: 100%;
    position: relative;
    margin-bottom: 41px;
  }
  .banner .img-bg {
    width: 100%;
    height: 240px;
    display: block;
  }
  .banner .inner {
    display: flex;
    justify-content: space-between;
    width: 300px;
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner .inner .title {
    display: flex;
  }
  .banner .inner .title .img-1 {
    width: 13px;
    height: 14px;
  }
  .banner .inner .title .text {
    line-height: 34px;
    font-size: 17px;
    color: #222222;
    font-family: "OPPOSans-B";
    margin: 0 7px;
  }
  .banner .inner .title .img-2 {
    margin-top: 22px;
    width: 13px;
    height: 14px;
  }
  .section-1 {
    margin-bottom: 60px;
    padding-top: 50px;
  }
  .section-1 .links {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 59px;
  }
  .section-1 .links .left-box {
    display: flex;
    align-items: center;
  }
  .section-1 .links .left-box .icon {
    display: none;
  }
  .section-1 .links .left-box .text,
  .section-1 .links .left-box .line {
    font-size: 13px;
    font-weight: 400;
    color: #2A2A2A;
  }
  .section-1 .links .left-box .line {
    margin: 0 4px;
  }
  .section-1 .links .right-box {
    display: flex;
    align-items: center;
  }
  .section-1 .links .right-box .icon {
    font-size: 16px;
    color: #EF6E5B;
  }
  .section-1 .inner {
    position: relative;
  }
  .section-1 .inner .img-box {
    position: absolute;
    top: 0;
    right: 16px;
    width: 146px;
    height: 167px;
  }
  .section-1 .inner .img-box .img {
    display: block;
    width: 16px;
    height: 148px;
    position: absolute;
    right: -16px;
    bottom: 0;
  }
  .section-1 .inner .img-box .header {
    width: 146px;
    height: 167px;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  .section-1 .inner .img-box .email {
    width: 100%;
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 13px;
    left: 28px;
  }
  .section-1 .inner .text-box {
    padding-top: 58px;
  }
  .section-1 .inner .text-box .textemail {
    font-size: 12px;
    font-weight: 400;
    color: #626262;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .section-1 .inner .text-box .textemail .icon {
    width: 20px;
  }
  .section-1 .inner .text-box .text-1 {
    width: 110px;
    font-size: 19px;
    color: #222222;
    font-family: OPPOSans-B;
  }
  .section-1 .inner .text-box .text-2 {
    width: 110px;
    margin: 14px 0 147px;
    font-size: 15px;
    font-weight: 400;
    color: #222222;
  }
  .section-1 .inner .text-box .line {
    width: 62px;
    height: 2px;
    margin: 0 0 27px;
    background: #EF6E5B;
  }
  .section-1 .inner .text-box .desc {
    font-size: 12px;
    font-weight: 400;
    color: #626262;
    line-height: 24px;
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
  }
  .section-2 .inner {
    width: auto;
  }
  .section-2 .title-inner {
    width: 300px;
    margin: 0 auto;
  }
  .section-2 .title-inner .title {
    font-size: 19px;
    font-weight: 400;
    color: #010101;
    text-align: center;
  }
  .section-2 .title-inner .line {
    margin: 36px auto 34px;
    width: 62px;
    height: 2px;
    background: #EF6E5B;
  }
  .section-2 .content {
    width: 300px;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .section-2 .content .item {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 43px;
  }
  .section-2 .content .item .img {
    display: block;
    height: 28px;
    margin-bottom: 17px;
  }
  .section-2 .content .item .text {
    font-size: 10px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 2px;
    margin-bottom: 4px;
  }
  .section-2 .content .item .note {
    font-size: 10px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 2px;
  }
}
