* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.agent_content img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* object-position: center; */
}
.agent_content {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.agent_part1 {
  margin: 70px auto 30px;
}
.agent_part_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 400px; */
  margin-bottom: 76px;
}
@media (max-width: 1400px) {
  .agent_part_con {
    align-items: flex-start;
  }
}
.agent_part_img {
  width: 55%;
  /* height: 100%; */
  border-radius: 10px;
  overflow: hidden;
}
.agent_part_text {
  width: 43%;
}
.agent_part_text_title {
  font-weight: bold;
  font-size: 48px;
  color: #333333;
  margin-bottom: 20px;
}
.agent_part_text_subheading {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
}
.agent_part_text_liner {
  width: 135px;
  height: 6px;
  background: #46356e;
  border-radius: 3px;
  margin: 20px 0;
}
.agent_part_text_content {
  font-size: 18px;
  color: #666666;
  line-height: 2rem;
}
.agent_part_text_subheading {
  font-weight: bold;
  font-size: 29px;
  color: #333333;
  line-height: 1.2;
}
.agent_part3 {
  margin: 110px auto 40px;
}
.agent_part3_img {
  width: 100%;
  /* height: 450px; */
  margin: 44px 0 27px;
  border-radius: 10px;
  overflow: hidden;
}
.agent_part3_video_lists {
  display: flex;
  justify-content: space-between;
}
.agent_part3_video {
  position: relative;
  width: 32%;
  /* height: 300px; */
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
}
.agent_part3_video:hover {
  background-color: #fff;
  box-shadow: 2px 2px 8px 2px rgba(128, 128, 128, 0.5);
}
.agent_video_body {
  width: 100%;
  height: 100%;
}
/* 遮罩层 - 默认隐藏 */
.agent_video_body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 50%透明度的灰色 */
  opacity: 0; /* 默认不可见 */
  transition: opacity 0.3s ease; /* 添加过渡效果 */
}

/* 悬停状态 - 显示遮罩 */
.agent_part3_video:hover .agent_video_body::after {
  opacity: 1; /* 悬停时可见 */
}
.video_play {
  display: none;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.video_play img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  object-fit: contain;
}
.agent_part3_video:hover .video_play {
  display: block;
}
.agent_part4 {
  margin: 70px auto 60px;
}
.agent_part4_title_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.agent_part4_title {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  background: #46356e;
  border-radius: 5px;
  width: 290px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.agent_part_text_content strong {
  font-style: italic;
}
.agent_part_faq {
  margin-top: 50px;
}
.agent_part_faq .agent_part_con {
  align-items: flex-start;
  height: fit-content;
}
.agent_faq_img {
  width: 50%;
  /* height: 672px; */
  border-radius: 50px 10px 50px 10px;
  overflow: hidden;
}
.agent_faq_text {
  padding-top: 30px;
  width: 48%;
}
.agent_faq_span {
  font-weight: 500;
  font-size: 14px;
  color: #46356e;
  text-transform: uppercase;
}
.agent_faq_body {
  margin-top: 32px;
}
.agent_faq_list {
  position: relative;
  padding: 30px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding-left: 70px;
  transition: all 0.6s;
  cursor: pointer;
}
.agent_faq_left {
  position: absolute;
  top: 35px;
  left: 30px;
}
#add,
#subtract {
  width: 14px;
  height: 14px;
}
#add img,
#subtract img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#subtract {
  display: none;
}
.agent_faq_right {
  display: inline-block;
}
.agent_faq_right .agent_faq_title {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  transition: all 0.6s;
}
.agent_faq_list .agent_faq_answer {
  display: none;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  transition: all 0.6s;
  line-height: 1.4;
}
/* .agent_faq_list:target {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
}
.agent_faq_list:target #add {
  display: none;
}
.agent_faq_list:target .agent_faq_answer,
.agent_faq_list:target #subtract {
  display: block;
}
.agent_faq_list:target .agent_faq_title {
  color: #46356e;
  margin-bottom: 25px;
} */
.agent_faq_list.active {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid transparent;
}

.agent_faq_list.active .agent_faq_answer {
  display: block;
}

.agent_faq_list.active .agent_faq_title {
  color: #46356e;
  margin-bottom: 25px;
}

.agent_faq_list.active #add {
  display: none;
}
.agent_faq_list.active #subtract {
  display: block;
}

/* 媒体查询 */
@media (max-width: 1400px) {
  .agent_content {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 1100px) {
  .agent_part_con {
    flex-direction: column;
    height: fit-content;
  }
  .agent_part_img,
  .agent_part_text,
  .agent_faq_img,
  .agent_faq_text {
    width: 100%;
  }
  /* .agent_content img {
    height: 400px;
  } */
  /* .agent_faq_img img {
    height: 672px;
  } */
  .agent_part_text_title {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .agent_part3_video_lists {
    flex-direction: column;
    gap: 30px;
  }
  .agent_part3_video {
    width: 100%;
    height: auto;
  }
}
/* 视频 */
.video_play_content {
  display: none;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.video_play_content .msg-tt.msg-tt2 {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.video_play_content .msg-close {
  cursor: pointer;
}
.video_play_content .layui-layer-content video {
  height: 500px;
  margin-bottom: 40px;
}
/* 遮罩层样式 */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

#overlay.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1074px) {
  .video_play_content .layui-layer-content video {
    height: fit-content;
    margin-top: 40px;
  }
}

/* 轮播 */
.agent_part2 {
  width: 100%;
  height: fit-content;
}
.swp_all {
  background: url(../images/agent_bg.png) no-repeat 80%;
  background-size: cover;
  padding: 270px 0 100px;
  overflow: hidden;
  position: relative;
}
.swp_all::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* 灰色遮罩，透明度可调整 */
  z-index: 0; /* 确保在背景之上但在内容之下 */
}

/* 确保内容在遮罩之上 */
.swp_container,
.swp_card,
.swp_card * {
  /* position: relative; */
  z-index: 1;
}
.swp_container {
  max-width: 1480px;
  margin: 0 auto;
}

.swp_card {
  color: #fff;
  position: relative;
  /* min-height: 643px;
        background: url(line.png) no-repeat;
        background-size: auto;
        background-position: right; */
}

.swp_card img {
  width: 109.23%;
  transform: translateX(-9.23%);
}

.ipd-20 {
  padding: 0 20px;
}

.swp_card .swiper {
  position: absolute;
  left: 0;
  bottom: 1.5%;
  width: 100%;
  overflow: visible;
}

.swp_li {
  padding: 5px;
}

.swp_title {
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-weight: 500;
  font-size: 86px;
  padding: 0 15px;
  position: relative;
  line-height: 1;
}

.swp_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
}
.swp_title .swp_title_year {
  font-size: 36px;
}
.swp_text {
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  padding: 20px 15px;
}

.swp_text::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  height: 100%;
  border-left: 3px dotted #fff;
}

.swp_text em {
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.swp_text em::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.swp_text .swp_rich {
  /* height: 12vw; */
  /* max-height: 305px; */
  /* max-height: 240px; */
  overflow-y: auto;
}

.swp_bg_title {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 510px;
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  text-align: right;
  text-transform: uppercase;
}
.swp_bg_title .swiper-pagination {
  position: relative;
  text-align: right;
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
}
.swp_bg_title .swiper-pagination .swiper-pagination-current {
  font-weight: 500;
  font-size: 48px;
  color: #ffffff;
}
/* .swp_bg_title span {
  display: block;
  margin-bottom: 10px;
} */
/* .swp_bg_title span strong {
  font-weight: 300;
  font-size: 24px;
} */
.swp_dot {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}
.swp_dot .swiper-button-prev,
.swp_dot .swiper-button-next {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-left: 20px;
  border: 1px solid #ffffff;
  transition: all 0.3s;
}
.swp_dot .swiper-button-prev:hover,
.swp_dot .swiper-button-next:hover {
  background-color: #fff;
}
.swp_dot .swiper-button-prev img,
.swp_dot .swiper-button-next img {
  width: auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "" !important;
}
.swp_card .swiper-slide {
  opacity: 0;
  transition: ease-out 0.5s !important;
}

.swp_card .swiper-slide-active {
  opacity: 1;
}
.swp_card .swiper-slide .swp_text .swp_rich {
  height: 407px;
}
.swp_card .swiper-slide-next {
  opacity: 1;
  transform: translateY(-75px);
}
.swp_card .swiper-slide-next .swp_text .swp_rich {
  height: 385px;
}
.swp_card .swiper-slide-next ~ .swiper-slide {
  transform: translateY(-225px);
}
.swp_card .swiper-slide-next ~ .swiper-slide .swp_text .swp_rich {
  height: 323px;
}
.swp_card .swiper-slide-next + .swiper-slide {
  opacity: 1;
}

@media screen and (max-width: 1480px) {
  /* .swp_card .swiper-slide-active .swp_text .swp_rich */
  .swp_card .swiper-slide .swp_text .swp_rich,
  .swp_card .swiper-slide-next .swp_text .swp_rich,
  .swp_card .swiper-slide-next ~ .swiper-slide .swp_text .swp_rich {
    height: 20vw !important;
  }
  /* .swp_card .swiper-slide-active {
    transform: translateY(-91%);
  } */
  .swp_card .swiper-slide-next {
    transform: translateY(-22%);
  }

  .swp_card .swiper-slide-next ~ .swiper-slide {
    transform: translateY(-69.5%);
  }
}

@media screen and (max-width: 1400px) {
  .swp_card .swiper-slide-next {
    transform: translateY(-21%);
  }

  .swp_card .swiper-slide-next ~ .swiper-slide {
    transform: translateY(-69%);
  }
  .swp_bg_title,
  .swp_bg_title .swiper-pagination .swiper-pagination-current {
    width: 464px;
    font-size: 38px;
  }
}

@media screen and (max-width: 1340px) {
  .swp_card .swiper-slide-next {
    transform: translateY(-21%);
  }

  .swp_card .swiper-slide-next ~ .swiper-slide {
    transform: translateY(-67%);
  }
}

@media screen and (max-width: 1280px) {
  .swp_title {
    font-size: 66px;
  }
  .swp_title .swp_title_year {
    font-size: 26px;
  }
  .swp_card .swiper-slide-next {
    transform: translateY(-21.5%);
  }

  .swp_card .swiper-slide-next ~ .swiper-slide {
    transform: translateY(-69%);
  }
}

@media screen and (max-width: 1200px) {
  .swp_title {
    font-size: 66px;
  }

  .swp_card .swiper-slide-next {
    transform: translateY(-21.6%);
  }

  .swp_card .swiper-slide-next ~ .swiper-slide {
    transform: translateY(-69%);
  }
}

@media screen and (max-width: 1150px) {
  .swp_card .swiper-slide-next {
    transform: translateY(-21%);
  }

  .swp_card .swiper-slide-next ~ .swiper-slide {
    transform: translateY(-68%);
  }
}

@media screen and (max-width: 1100px) {
  .swp_card .swiper-slide-next {
    transform: translateY(-20%);
  }

  .swp_card .swiper-slide-next ~ .swiper-slide {
    transform: translateY(-66%);
  }
  .swp_bg_title,
  .swp_bg_title .swiper-pagination .swiper-pagination-current {
    font-size: 32px;
    width: 100%;
    bottom: -90px;
  }
}

@media screen and (max-width: 1050px) {
  .swp_card .swiper-slide-next {
    transform: translateY(-19.5%);
  }

  .swp_card .swiper-slide-next ~ .swiper-slide {
    transform: translateY(-64.5%);
  }
}

@media screen and (max-width: 990px) {
  .swp_all {
    padding-top: 120px;
  }
  .swp_card .swiper-slide-active ~ .swiper-slide {
    transform: translateY(-37%) !important;
  }
  .swp_dot {
    bottom: 16px;
  }
}

@media screen and (max-width: 900px) {
  .swp_card .swiper-slide-active ~ .swiper-slide {
    transform: translateY(-37%) !important;
  }
}

@media screen and (max-width: 850px) {
  .swp_card .swiper-slide-active ~ .swiper-slide {
    transform: translateY(-35%) !important;
  }
}

@media screen and (max-width: 768px) {
  .swp_card .swiper-slide-active ~ .swiper-slide {
    transform: translateY(-35%) !important;
  }

  .swp_text .swp_rich {
    height: 20vw;
  }

  .swp_text {
    font-size: 15px;
  }

  .swp_title {
    font-size: 50px;
  }
  .swp_bg_title,
  .swp_bg_title .swiper-pagination .swiper-pagination-current {
    font-size: 26px;
  }
  .swp_title .swp_title_year {
    font-size: 20px;
  }
  .swp_dot {
    bottom: 0;
  }
  .swp_dot .swiper-button-prev,
  .swp_dot .swiper-button-next {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 425px) {
  .swp_bg_title,
  .swp_bg_title .swiper-pagination .swiper-pagination-current {
    font-size: 20px;
  }
  .swp_bg_title .swiper-pagination {
    font-size: 16px;
  }
  .swp_dot .swiper-button-prev,
  .swp_dot .swiper-button-next {
    width: 12px;
    height: 12px;
  }
}

.swp_rich::-webkit-scrollbar {
  width: 6px;
}

.swp_rich::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.swp_rich::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.swp_rich::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.swp_rich {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.1);
}
.video-dialog {
  z-index: 19891019;
  width: 90%;
  max-width: 1280px;
  height: auto;
}

.video-dialog iframe {
  height: 500px !important;
}
