@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
}

.ab_team {
  margin-top: 1.46rem;
  background: #f5f7fb;
  padding: 0 0 1.46rem;
  margin-bottom: -1rem;
}
.ab_team .ab_02_t {
  width: 100%;
  position: relative;
  overflow: visible;
}
.ab_team .ab_02_t::before {
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 50%);
  background: #f5f7fb;
  height: 2rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: -1.46rem;
  content: "";
  z-index: 1;
}
.ab_team .ab_02_t p.p1 {
  color: #222;
  position: relative;
  z-index: 3;
}
.ab_team .ab_02_t p.p2 {
  color: #d0d0d0;
  position: relative;
  z-index: 3;
}
.ab_team ul.ul1 {
  display: grid;
  padding: 1rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1rem;
}
.ab_team ul.ul1 li.pintro {
  width: 100%;
  position: relative;
  font-size: 0.22rem;
  cursor: pointer;
}
.ab_team ul.ul1 li.pintro i {
  display: block;
  background: url(../upimg/w1/img_bg.png) bottom no-repeat;
  background-size: 100% 2.4rem;
}
.ab_team ul.ul1 li.pintro i img {
  max-width: 100%;
  display: block;
}
.ab_team ul.ul1 li.pintro .txt {
  position: relative;
  text-align: center;
  height: 1.7rem;
  top: -0.32rem;
}
.ab_team ul.ul1 li.pintro .txt::before {
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2.6rem;
  position: absolute;
  content: "";
  background: url(../upimg/w1/person_bg1.png) center no-repeat;
  background-size: 100%;
}
.ab_team ul.ul1 li.pintro .txt h4 {
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.5rem;
  background: #f0f4fb;
  display: inline-block;
  padding: 0 0.3rem;
  position: relative;
  z-index: 5;
}
.ab_team ul.ul1 li.pintro .txt p {
  position: relative;
  z-index: 5;
  margin-top: 0.3rem;
}
.ab_team ul.ul1 li.pintro:hover .txt::before {
  background: url(../upimg/w1/person_bg2.png) center no-repeat;
  background-size: 100%;
}
.ab_team ul.ul1 li.pintro:hover p {
  color: #fff;
}

/*弹窗*/
.tcbox {
  width: 12rem;
  height: 6.5rem;
  display: none;
}

.tcflex {
  width: 100%;
  background: #f5f7fb;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.16);
  border-radius: 0.2rem;
  padding: 0.6rem 0 0.6rem 0.5rem;
  color: #000;
  box-sizing: border-box;
  position: relative;
  cursor: default;
}
.tcflex .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
.tcflex .fl {
  width: 3.3rem;
  position: relative;
  font-size: 0.22rem;
  min-height: 5.1rem;
}
.tcflex .fl i {
  display: block;
  background: url(../upimg/w1/img_bg.png) bottom no-repeat;
  background-size: 100% 2.4rem;
}
.tcflex .fl i img {
  max-width: 100%;
  display: block;
}
.tcflex .fl::before {
  width: 100%;
  left: 0;
  bottom: 0;
  height: 3.6rem;
  position: absolute;
  content: "";
  background: url(../upimg/w1/person_bg1.png) center no-repeat;
  background-size: 100%;
}
.tcflex .fl .txt {
  position: relative;
  z-index: 5;
  text-align: center;
}
.tcflex .fl .txt::before {
  display: none;
}
.tcflex .fl .txt h4 {
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.5rem;
  background: #f0f4fb;
  display: inline-block;
  padding: 0 0.3rem;
  margin: -0.4rem auto 0;
}
.tcflex .fl .txt p {
  margin-top: 0.3rem;
  color: #000 !important;
}
.tcflex ::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}
.tcflex ::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #1d2088;
}
.tcflex ::-webkit-scrollbar-thumb:hover {
  background: #1d2088;
}
.tcflex .fr {
  width: calc(100% - 4rem);
  overflow-y: auto;
  height: 5rem;
  padding-right: 0.5rem;
}
.tcflex .tcbox_con p {
  margin-top: 0.15rem;
  position: relative;
  padding-left: 0.3rem;
  font-size: 0.18rem;
  color: #222 !important;
}
.tcflex .tcbox_con p::before {
  background: url(../upimg/w1/ico1.png) center no-repeat;
  background-size: 100%;
  width: 0.06rem;
  height: 0.06rem;
  content: "";
  position: absolute;
  left: 0;
  top: 0.09rem;
}

.tcflex .close09 {
  position: absolute;
  left: calc(50% - 0.21rem);
  bottom: -0.7rem;
  cursor: pointer;
  pointer-events: none;
}

.tcflex .close09 img {
  width: 0.42rem;
}

@media screen and (max-width: 1200px) {
  .ab_team ul.ul1 {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .ab_team ul.ul1 {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .ab_team {
    margin-top: 1rem;
  }
  .ab_team .ab_02_t::before {
    height: 1rem;
    top: -1rem;
  }
  .ab_team ul.ul1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-top: 0.3rem;
  }
  .tcflex .close09 {
    bottom: -0.6rem;
  }
  .tcbox {
    width: 100%;
    height: auto;
  }
  .tcflex {
    box-sizing: border-box;
    padding: 0.2rem;
  }
  .tcflex .content {
    flex-wrap: wrap;
  }
  .tcflex .content .fl {
    margin: 0 auto;
    width: 2rem;
    min-height: auto;
    font-size: 0.18rem;
  }
  .tcflex .content .fl img {
    width: 80%;
  }
  .tcflex .content .fl .txt {
    top: -0.2rem !important;
    height: 1.65rem !important;
  }
  .tcflex .content .fl .txt p {
    margin-top: 0 !important;
    line-height: 1.5;
    font-size: 0.18rem;
  }
  .tcflex .content .fl .txt h4 {
    padding: 0 0.12rem !important;
    height: 0.4rem;
    line-height: 0.4rem;
  }
  .tcflex .content .fl i {
    background-size: 100% 1.4rem !important;
  }
  .tcflex .content .fl::before {
    height: 3.2rem;
  }
  .tcflex .content .fr {
    width: 100%;
    height: 2.5rem;
    padding-right: 0.1rem;
    margin-top: -0.7rem;
  }
  .ab_team ul.ul1 li.pintro i img {
    width: 100%;
  }
  .tcflex .tcbox_con p {
    font-size: 0.16rem;
    margin-top: 0;
  }
  .ab_team ul.ul1 li.pintro .txt::before {
    border-radius: 0 0 0.15rem 0.15rem;
  }
}