.fleet-team-root .overlay .content {
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 260px;
  top: 24%;
  color: rgb(237, 237, 237);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  padding: 16px 24px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(40px);
          transform: translateX(-50%) translateY(40px); /* 初始Y轴位移40px */
  visibility: hidden;
  -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out;
  transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out, opacity 300ms ease-out;
  transition: transform 300ms ease-out, opacity 300ms ease-out, -webkit-transform 300ms ease-out;
  /* 弹窗显示时的效果 */
  /* 弹窗退场时的效果 */
}
.fleet-team-root .overlay .content.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0); /* Y轴位移回归 */
}
.fleet-team-root .overlay .content.hide {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(40px);
          transform: translateX(-50%) translateY(40px);
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.fleet-team-root .overlay .content .tipIcon {
  width: 50px;
  height: 50px;
}
.fleet-team-root .overlay .content .text1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding: 10px 0 24px 0;
  text-align: center;
}
.fleet-team-root .overlay .content .closeIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: 16px 0;
  cursor: pointer;
}
.fleet-team-root .overlay .content .icon {
  width: 4.333333vw;
}
.fleet-team-root .overlay .content .title {
  text-align: center;
  color: #252728;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 24px;
}

.fleet-team-root .login-name-popper {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 4px;
  border: 1px solid #DCDDDF;
}
.fleet-team-root .custom-tooltip-content {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding: 4px 4px;
  cursor: pointer;
  border-radius: 4px;
}
.fleet-team-root .custom-tooltip-content:hover {
  background: #F7F7F7;
}

.login-name-popper {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 4px;
  border: 1px solid green;
}

.custom-tooltip-content {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding: 4px 8px;
  cursor: pointer;
  border-radius: 4px;
}

.custom-tooltip-content:hover {
  background: #F7F7F7;
}
/*order-option*/
/*order-option*/
.team-container[data-v-45e6c1c9] {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 56px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Montserrat;
}
.team-container .customer-team-top[data-v-45e6c1c9] {
  width: 1120px;
  font-weight: 600;
  font-size: 32px;
  line-height: 28px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.team-container .swiper[data-v-45e6c1c9] {
  width: 100%;
}
.team-container .swiper .swiper-wrapper .swiper-slide[data-v-45e6c1c9] {
  width: 300px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.team-container .swiper .swiper-wrapper .swiper-slide .card-wrap[data-v-45e6c1c9] {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #DCDDDF;
  padding: 20px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.team-container .swiper .swiper-wrapper .swiper-slide .card-wrap .person-img[data-v-45e6c1c9] {
  width: 80px;
  height: 80px;
  border-radius: 24px;
  margin-bottom: 20px;
}
.team-container .swiper .swiper-wrapper .swiper-slide .card-wrap .name[data-v-45e6c1c9] {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #252728;
}
.team-container .swiper .swiper-wrapper .swiper-slide .card-wrap .job[data-v-45e6c1c9] {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #252728;
  margin-top: 4px;
  margin-bottom: 16px;
}
.team-container .swiper .swiper-wrapper .swiper-slide .card-wrap .call-content[data-v-45e6c1c9] {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.team-container .swiper .swiper-wrapper .swiper-slide .card-wrap .call-content .call-link[data-v-45e6c1c9] {
  display: block;
}
.team-container .swiper .swiper-wrapper .swiper-slide .card-wrap .call-content .call-link .call-but[data-v-45e6c1c9] {
  width: 128px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background: #F7F7F7;
  cursor: pointer;
}
.team-container .swiper .swiper-wrapper .swiper-slide .card-wrap .call-content .call-link .call-but .call-text[data-v-45e6c1c9] {
  font-weight: 600;
  font-size: 14px;
  color: #252728;
  margin-left: 4px;
}
.team-container .swiper .swiper-wrapper .swiper-slide .card-wrap .call-content .call-link:hover .call-but[data-v-45e6c1c9] {
  background: #252728;
}
.team-container .swiper .swiper-wrapper .swiper-slide .card-wrap .call-content .call-link:hover .call-text[data-v-45e6c1c9] {
  color: #fff;
}
.team-container .swiper .swiper-wrapper .swiper-slide .card-wrap .call-content .call-link:hover .call-svg rect[data-v-45e6c1c9] {
  stroke: #fff;
}
.team-container .swiper .swiper-wrapper .swiper-slide .card-wrap .call-content .call-link:hover .call-svg path[data-v-45e6c1c9] {
  stroke: #fff;
}
.team-container .swiper .fleet-team-operation .swiper-button-next[data-v-45e6c1c9],
.team-container .swiper .fleet-team-operation .swiper-button-prev[data-v-45e6c1c9] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #DCDDDF;
  opacity: 1;
  top: unset;
  left: unset;
  bottom: 0;
}
.team-container .swiper .fleet-team-operation .swiper-button-prev[data-v-45e6c1c9] {
  right: 235px;
}
.team-container .swiper .fleet-team-operation .swiper-button-next[data-v-45e6c1c9] {
  right: 170px;
}
.team-container .swiper .fleet-team-operation .swiper-horizontal > .swiper-pagination-bullets[data-v-45e6c1c9],
.team-container .swiper .fleet-team-operation .swiper-pagination-bullets.swiper-pagination-horizontal[data-v-45e6c1c9],
.team-container .swiper .fleet-team-operation .swiper-pagination-custom[data-v-45e6c1c9],
.team-container .swiper .fleet-team-operation .swiper-pagination-fraction[data-v-45e6c1c9] {
  width: unset;
}
.team-container .swiper .swiper-button-next[data-v-45e6c1c9]::after,
.team-container .swiper .swiper-button-prev[data-v-45e6c1c9]::after {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  padding: 13px 17px;
  border-radius: 30px;
}
.team-container .swiper .swiper-button-next.swiper-button-disabled[data-v-45e6c1c9],
.team-container .swiper .swiper-button-prev.swiper-button-disabled[data-v-45e6c1c9] {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #EAEBEC;
  pointer-events: none;
  /* 禁用点击事件 */
}
[data-v-45e6c1c9] .fleet-team-operation .swiper-pagination-bullet {
  background: #686D71 !important;
  opacity: 1;
}
[data-v-45e6c1c9] .fleet-team-operation .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #DCDDDF !important;
  opacity: 1;
}
[data-v-45e6c1c9] .login-name-popper {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 4px;
  border: 1px solid green;
}
[data-v-45e6c1c9] .custom-tooltip-content {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding: 4px 8px;
  cursor: pointer !important;
  border-radius: 4px;
}
[data-v-45e6c1c9] .custom-tooltip-content:hover {
  background: #F7F7F7;
  background: red !important;
}
.swiper-pagination-bullet-active[data-v-45e6c1c9] {
  background: #252728;
}
.fleet-team-swiper-wrapper[data-v-45e6c1c9] {
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
.team-container .customer-team-top[data-v-45e6c1c9] {
    width: 85%;
}
}
@media screen and (max-width: 768px) {
.team-container[data-v-45e6c1c9] {
    padding: 30px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.team-container .customer-team-top[data-v-45e6c1c9] {
    width: 90%;
    font-size: 24px;
    margin-bottom: 24px;
}
.team-container .swiper-button-next[data-v-45e6c1c9],
  .team-container .swiper-button-prev[data-v-45e6c1c9] {
    display: none;
}
.team-container .swiper-pagination[data-v-45e6c1c9] {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 36px !important;
}
}