body {
  overflow-x: hidden;
}
img.swiper_slide_img{
width: 100%;
}
.bannerTitle {
  display: none;
}
.swiper-slide {
    margin-bottom: 30px;
}
/*  關於萬通保險 */

.aboutYF {
  margin-top: 80px !important;
  margin-bottom: 60px !important;
}

.aboutYF .aboutYF_content {
  display: flex;
  flex-direction: row;
}

.aboutYF .aboutYF_content .aboutYF_content_left {
  width: 50%;
  font-family: 'Rubik Regular';
  font-size: 36px;
  line-height: 100%;
  color: #002F6C;
}

.aboutYF .aboutYF_content .aboutYF_content_right {
  width: 50%;
  font-family: 'Rubik Regular';
  font-size: 18px;
  line-height: 30px;
  color: #333;
}

.aboutYF .aboutYF_content .aboutYF_content_right .right_title {
  font-family: 'Rubik Regular';
  font-size: 24px;
  line-height: 100%;
  color: #00B9F2;
  margin-bottom: 50px;
}

.aboutYF .aboutYF_content .aboutYF_content_right .right_title1 {
  font-family: 'Rubik Regular';
  font-size: 24px;
  line-height: 100%;
  color: #00B9F2;
  margin-bottom: 68px;
}

.aboutYF .aboutYF_content .aboutYF_content_right .right_content {
  font-family: 'Rubik Regular';
  font-size: 18px;
  line-height: 30px;
  color: #333;
  text-align: start;
}

/* 四大标准 */
.standard {
  margin-top: 80px;
  width: 100%;
}

.standard .standard_PC {
  display: block;
  width: 100%;
}

.standard .standard {
  display: none;
}

/*  我們因何不同 */
.different {
  margin-top: 50px !important;
  margin-bottom: 80px !important;
}


.different_box .img2 {
  display: none;
}

.different_box:hover .img2 {
  display: block;
}

.different .different_content {
  display: flex;
  gap: 38px;
  width: 100%;
  justify-content: space-between;
}

.different .different_content .different_box {
  position: relative;
  width: 47%;
  height: 346px;
}

.different .different_content .different_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
  /* 防止图片遮挡交互 */
  border-radius: 8px;
}

.different .different_content .different_box .box_title {
  position: relative;
  z-index: 2;
  display: block;
  font-family: 'Rubik Regular';
  font-size: 24px;
  line-height: 100%;
  color: #002F6C;
  margin: 30px 54px 0 24px;
}

.different .different_content .different_box .box_contnet {
  position: relative;
  z-index: 2;
  display: none;
  line-height: 22px;
}

.different .different_content .different_box:hover .box_contnet {
  position: absolute;
  z-index: 2;
  display: block;
  color: #fff;
  bottom: 34px;
  left: 24px;
  right: 54px;
  font-family: 'Rubik Regular';
  font-size: 18px;
}
.different .different_content .different_box:hover .box_contnet p.baling_zh{
    line-height: 1.5;
}
/* 仅第一个盒子的 bottom 改为 42px */
/* .different .different_content .different_box:first-child:hover .box_contnet {
  bottom: 3px;
} */

/* swiper1 */
.swiper1 {
  margin-top: 50px;
  margin-bottom: 160px;
}

.swiper1 .swiper-swiper1 .swiper-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  margin-bottom: 50px;
}

.swiper1 .swiper-swiper1 {
  width: 100%;
}0 

.swiper1 .swiper-swiper1 .swiper-wrapper .swiper-slide img {
  width: 100%;
  margin: 0 33px;
}


/* swiper2 */
.swiper2 {
  margin-bottom: 160px;
  overflow: hidden;
}

.swiper2 .swiper-swiper2 .swiper-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 60px;

}

.swiper2 .swiper-swiper2 {
  width: 100%;
  position: relative;
}

.swiper2 .swiper-swiper2 .swiper-wrapper .swiper-slide .swiper2_box {
  box-shadow: 0px 20px 40px 0px #10182814;
  padding: 34px 40px 52px;
  box-sizing: border-box;
  min-height: 250px;
}

.swiper2 .swiper-swiper2 .swiper-wrapper .swiper-slide .swiper2_box img {
  width: 80px;
  height: 80px;
}

.swiper2 .swiper-swiper2 .swiper-wrapper .swiper-slide .swiper2_box .swiper2_box_title {
  margin-top: 42px;
  font-family: 'Rubik Regular';
  font-size: 18px;
  line-height: 100%;
}

.swiper2 .swiper-pagination {
  margin-top: 80px;
}

/* swiper样式 */
.swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  gap: 8px;
}

.feature-frame-card-list {
  position: relative;
}

.swiper-button-prev {
  background-image: url('/uiFramework/commonResource/image/2025032816173161731.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
}

.swiper-button-next {
  background-image: url('/uiFramework/commonResource/image/2025032816173161731.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
  top: 50%;
  right: 0;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: 50px !important;
  height: 50px !important;
  background-size: 100%!important;
}

.img {
  margin: 80px 0;
  width: 100%;
}

.img img {
  width: 100%;
  max-height: 778px;
  object-fit: contain;
}

.text-img {
  margin: 80px 0;
  width: 100%;
  position: relative;
  height: 300px;
  overflow: hidden;
}

.text-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.text-img .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 72px;
  text-align: center;
  width: 100%;
  font-family: 'Rubik Regular';
  display: none;

}

.invest-box {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 15px 30px 0px rgba(16, 24, 40, 0.08);
  // padding: 65px 42px 10px;
padding: 0px 0px 10px;
  min-height: 550px;
}

.invest-box-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.invest-title {
  position: absolute;
  z-index: 1;
  color: #00B9F2;
  font-family: 'Rubik Regular';
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: none;
}

.invest-content {
  margin-top: 80px;
  text-align: center;
  color: #333;
  text-align: center;
  font-family: 'Rubik Regular';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
    min-height: 65px;
}

@media screen and (max-width: 953px) {

.swiper1 .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: -4% !important;
}
.different .different_content .different_box .box_contnet p.baling_zh{
    line-height: 1.5;
}
  .different_box .img2 {
    display: block;
  }

  /* .swiper-slide {
    width: calc(100% / 1.2) !important;
  } */

  .img {
    margin: 16px 0;
  }

  .img img {
    width: 100%;
    max-height: 202px;
    object-fit: contain;
  }

  .swiper1 {
    margin-bottom: 50px;
    margin-top: 24px;
    overflow: hidden;
  }

  .swiper1 .swiper-swiper1 .swiper-wrapper {
    margin-bottom: 32px;
  }

  .swiper2 .swiper-swiper2 .swiper-wrapper {
    min-height: 132px;
    margin-top: 20px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .invest-box {
    border-radius: 2.909px;
    background: #FFF;
    box-shadow: 0px 7.273px 14.545px 0px rgba(16, 24, 40, 0.08);
    // padding: 32px 35px 27px;
padding: 0px 0px 27px;
    min-height: 285px;
  }

  .invest-box-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .invest-title {
    position: absolute;
    z-index: 1;
    color: #00B9F2;
    font-family: 'Rubik Regular';
    font-size: 13.091px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .invest-content {
    margin-top: 15px;
    text-align: center;
    color: #333;
    text-align: center;
    font-family: Rubik Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }

  /*  關於萬通保險 */
  .aboutYF {
    margin-top: 32px !important;
    margin-bottom: 20px !important;
  }

  .aboutYF .aboutYF_content {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .aboutYF .aboutYF_content .aboutYF_content_left {
    width: 100%;
    font-family: 'Rubik Regular';
    font-size: 18px;
    line-height: 28px;
    color: #002F6C;
    margin-bottom: 12px;
  }

  .aboutYF .aboutYF_content .aboutYF_content_right {
    width: 100%;
    font-family: 'Rubik Regular';
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: start;
  }

  .aboutYF .aboutYF_content .aboutYF_content_right .right_title {
    font-family: 'Rubik Regular';
    font-size: 13px;
    line-height: 20px;
    color: #00B9F2;
    margin-bottom: 12px;
  }

  .aboutYF .aboutYF_content .aboutYF_content_right .right_title1 {
    font-family: 'Rubik Regular';
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 12px;
  }

  .aboutYF .aboutYF_content .aboutYF_content_right .right_content {
    font-family: 'Rubik Regular';
    font-size: 14px;
    line-height: 20px;
    color: #333;
  }

  /* 四大标准 */
  .standard {
    margin-top: 16px;
    width: 100%;
  }

  .standard .standard_PC {
    display: none;
  }

  .standard .standard {
    display: block;
    width: 100%;
  }

  /*  我們因何不同 */
  .different {
    margin-top: 12px !important;
    margin-bottom: 16px !important;
  }

  .different .different_content {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .different_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    /* 半透明的黑色蒙层 */
    z-index: 2;
    /* 确保蒙层在图片下方 */
  }

  .different .different_content .different_box {
    position: relative;
    width: 100%;

  }

  .different .different_content .different_box .box_title {
    position: relative;
    z-index: 2;
    display: block;
    font-family: 'Rubik Regular';
    font-size: 18px;
    line-height: 28px;
    color: #002F6C;
    margin: 16px 23px 16px 15px;
  }

  .different .different_content .different_box .box_contnet {
    position: absolute;
    left: 14px;
    right: 39px;
    z-index: 2;
    display: block;
    color: #FFF;
    font-family: 'Rubik Regular';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    bottom: auto;
  }

  .different .different_content .different_box:hover .box_contnet {
    position: absolute;
    left: 14px;
    right: 39px;
    bottom: auto;
    display: block;
    color: #fff;
    font-family: 'Rubik Regular';
    font-size: 12px;
    line-height: 14px;
  }

  .text-img {
    height: 78px;
    overflow: hidden;
    margin: 32px auto 26px;
  }

  .text-img img {
    width: 100%;
    height: 78px;
    object-fit: cover;
    object-position: center;
  }

  .text-img .text {
    font-size: 16px;
    text-align: center;
  }

  .swiper2 .swiper-swiper2 .swiper-wrapper .swiper-slide .swiper2_box img {
    width: 30px;
    height: 30px;
  }

  .swiper2 .swiper-swiper2 .swiper-wrapper .swiper-slide .swiper2_box .swiper2_box_title {
    margin-top: 18px;
    font-family: 'Rubik Regular';
    font-size: 12px;
    line-height: 100%;
    color: #00B9F2;
  }

  .swiper2 .swiper-swiper2 .swiper-wrapper .swiper-slide .swiper2_box {
    box-shadow: 0px 10px 20px 0px #10182814;
    padding: 10px 10px 11px;
    min-height: 117px;
  }
}

.swiper-pagination-bullet-active {
  background: #00b9f2 !important
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -10% !important;
}