
@charset "utf-8";

/* 2020/03/03 yyq 修改 */
.agent-mobile .npagePage .team .item_block {
  width: calc(100% / 3 - 1%);
}
/* 2020/03/03 yyq 修改 */

/* 2025-8-13 tao start */
.agent-pc .share_btn {
  position: absolute;
  left: 50%;
  bottom: 80px;
  display: block;
  margin-left: -8px;
  width: 16px;
  z-index: 30;
  filter: invert(0.7);
}
.agent-pc .share_btn .image {
  width: 100%;
}

/* 2025-8-13 tao end */
