body {
  background-color: #FAFAFA;
}
@media screen and (min-width: 768px) and (max-width: 99999px) {
  .content {
    margin: 0.54rem auto;
    display: flex;
    flex-wrap: wrap;
    width: 12.3rem;
  }
  .content .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.5rem;
    cursor: pointer;
    width: 3.8rem;
    margin: 0.15rem;
  }
  .content .item .img {
    width: 100%;
    margin-bottom: 0.26rem;
  }
  .content .item .t_1 {
    font-size: 0.24rem;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #313131;
  }
  .content .item .t_2 {
    font-size: 0.14rem;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #aaaaaa;
  }
  .team_dia {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    display: none;
  }
  .team_dia .inner {
    background: #ffffff;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
    position: relative;
  }
  .team_dia .inner .detail {
    display: flex;
  }
  .team_dia .inner .detail .head_logo {
    width: 3.8rem;
    height: 3.8rem;
  }
  .team_dia .inner .detail .text_b {
    padding: 0.53rem;
    height: 3.8rem;
  }
  .team_dia .inner .detail .text_b .text_1 {
    font-size: 0.24rem;
    font-family: OPPOSans-R;
    font-weight: 500;
    color: #313131;
  }
  .team_dia .inner .detail .text_b .text_2 {
    font-size: 0.14rem;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #a0a0a0;
    margin-bottom: 0.25rem;
  }
  .team_dia .inner .detail .text_b .text_3 {
    font-size: 0.14rem;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #626262;
    line-height: 0.26rem;
    width: 5.64rem;
    height: 1.97rem;
    overflow-y: scroll;
  }
  .team_dia .inner .close_btn {
    width: 0.18rem;
    height: 0.18rem;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .team_dia .inner .close_btn .img {
    width: 0.14rem;
    height: 0.14rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  body {
    padding-top: 60px;
  }
  .content {
    width: 276px;
    margin: 0 auto;
    padding: 30px 0 50px;
    display: flex;
    flex-wrap: wrap;
  }
  .content .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    padding: 0 5px !important;
    width: 92px;
  }
  .content .item .img {
    width: 100%;
    margin-bottom: 3px;
  }
  .content .item .t_1 {
    font-size: 9px;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #313131;
  }
  .content .item .t_2 {
    font-size: 7px;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #aaaaaa;
    text-align: center;
  }
  .team_dia {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    display: none;
  }
  .team_dia .inner {
    padding: 25px 30px;
    width: 314px;
    background: #ffffff;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
    position: relative;
  }
  .team_dia .inner .head_logo {
    display: none;
  }
  .team_dia .inner .close_btn {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .team_dia .inner .close_btn .img {
    width: 11px;
    height: 11px;
  }
  .team_dia .inner .text_1 {
    font-size: 17px;
    font-family: OPPOSans-R;
    font-weight: 500;
    color: #313131;
  }
  .team_dia .inner .text_2 {
    font-size: 12px;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #a0a0a0;
    margin-bottom: 32px;
  }
  .team_dia .inner .text_3 {
    font-size: 10px;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #626262;
    line-height: 17px;
    height: 210px;
    overflow-y: scroll;
  }
}
