.global-carousel-type-a {
  display: flex;
  width: 1280px;
}
.swiper-container-carousel-type-a-left {
  width: 856px;
  height: 100%;
}
.carousel-type-a-img_box {
  width: 856px;
  height: 100%;
}
.carousel-type-a-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}
.carousel-type-a-content .carousel-type-a-title span a {
  color: #000000;
}

.swiper-pagination-top-left.swiper-pagination-bullets {
  position: absolute;
  left: unset;
  right: -30px;
  z-index: 53;
  width: fit-content;
}
.carousel-type-a-swiper-title {
  display: none;
}
.swiper-container-carousel-type-a-right {
  width: 400px;
  height: 100%;
}
.carousel-type-a-content {
  width: 400px;
}
.global-carousel-type-a-horizontal {
  background: #FFF;
}
.carousel-type-a-title,
.global-carousel-type-a-horizontal .carousel-type-a-title {
  padding: 32px 24px 20px 32px;
}

.carousel-type-a-title a,
.global-carousel-type-a-horizontal .carousel-type-a-title a {
  color: #000000;
  font-weight: 700;
  font-size: var(--font-size-24);
  letter-spacing: 0.88px;
}
.carousel-type-a-desc,
.global-carousel-type-a-horizontal .carousel-type-a-desc {
  font-weight: 400;
  font-size: var(--font-size-16);
  letter-spacing: 0.88px;
  padding: 0 24px 0 32px;
}
.carousel-type-a-desc span,
.global-carousel-type-a-horizontal .carousel-type-a-desc span {
  color: rgb(0 0 0 / 80%);
}
.swiper-pagination-top-a-right.swiper-pagination-bullets {
  position: absolute;
  bottom: 40px;
  left: unset;
  transform: translate3d(50%, 50%, 0);
  z-index: 10;
  right: 50%;
  width: unset;
}

.swiper-pagination-top-a-right.swiper-pagination-bullets .swiper-pagination-bullet {width: 16px;  height: 16px;display: inline-block; margin: 0px 6px;background: rgba(34, 54, 91, 1);opacity: 1;}
.swiper-pagination-top-a-right.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: rgba(255, 120, 3, 1);
  width: 48px;
  border-radius: 20px;
}

/* 轮播形式 2  */
.global-carousel-type-b {
  width: 1280px;
  height: 530px;

}
.swiper-container-carousel-type-bv-left {
  width: 100%;
  width: 1280px;
  height: 530px;
}
.carousel-type-b-item {
  width: 790px;
  height: 530px;
}
.carousel-type-b-image {
  width: 100%;
  height: 100%;
}

/* 轮播形式 3  */
.global-carousel-type-c {
  display: flex;
  height: 387px;
  background: rgba(26, 44, 82, 1);
  padding: 32px 24px 32px 24px;
  position: relative;
}
.global-carousel-type-c-bg {
  position: absolute;
  background-size: cover;
  z-index: 1;
  background-color: rgba(20, 45, 86, 0.7);
  inset: 0;
  background-position: center;
}

.global-carousel-type-c-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); /* Safari 支持 */
  z-index: -1;
  background: rgba(20, 45, 86, 0.7);
}

.swiper-container-carousel-type-c-left {
  width: 688px;
  height: 451px;
}
.carousel-type-c-img_box {
  width: 100%;
  /* height: 100%; */
  aspect-ratio: 16 / 9;
}
.carousel-type-c-image {
  width: 100%;
  height: 100%;
}
.carousel-type-c-content .carousel-type-c-title span a {
  font-weight: 400;
  font-size: var(--font-size-32);
  line-height: 42px;
  letter-spacing: 2.35px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.carousel-type-c-content .carousel-type-c-desc span {
  margin-top: 48px;
  font-weight: 400;
  font-size: var(--font-size-20);
  line-height: 30px;
  letter-spacing: 2.35px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.swiper-pagination-top-left.swiper-pagination-bullets {
  position: absolute;
  left: unset;
  right: -30px;
  z-index: 53;
  width: fit-content;
}

.carousel-type-c-right-swiper {
  padding: 0 24px;
}
.swiper-container-carousel-type-c-right {
  width: 512px;
  height: 100%;
}
.carousel-type-c-content {
  height: 640px;
}
.swiper-container-carousel-type-c-top {
  height: calc(100% - 90px);
}

.carousel-type-c-swiper-thumbs .swiper-container{
  height: 90px;
}
.carousel-type-c-thumbs-img_box {
  height: 90px;
  cursor: pointer;
}
.carousel-type-c-thumbs-img_box.swiper-slide.swiper-slide-thumb-active img{
  outline: 2px solid  rgba(255, 255, 255, 1);
  outline-offset: -2px;
}

/* 轮播形式4 */
.global-carousel-type-d {
  display: flex;
  height: 492px;
  width: 1280px;
}
.swiper-container-carousel-type-d-left {
  width: 875px;
  height: 100%;
}
.carousel-type-d-img_box {
  width: 875px;
  height: 100%;
}
.carousel-type-d-image {
  width: 100%;
  height: 100%;
}
.carousel-type-d-content .carousel-type-d-title {
  padding: 24px 16px 20px;
}

.carousel-type-d-content .carousel-type-d-title span a {
  color: #000000;
}
.carousel-type-d-content .carousel-type-d-des span a {
  color: #000000;
}


.swiper-pagination-top-left.swiper-pagination-bullets {
  position: absolute;
  left: unset;
  right: -30px;
  z-index: 53;
  width: fit-content;
}
.swiper-container-carousel-type-d-right {
  width: 405px;
  height: 100%;
}
.carousel-type-d-content {
  font-size: var(--font-size-18);
  height: 100%;
  border-bottom: 1px solid rgba(223, 223, 223, 1);
  letter-spacing: 0.88px;
  display: flex;
  align-items: center;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.swiper-container-carousel-type-d-right  .swiper-slide-active .carousel-type-d-content {
  background: rgba(34, 106, 227, 0.6);
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
}

.swiper-container-carousel-type-d-right  .swiper-slide-active .carousel-type-d-content span a {
  color: rgba(255, 255, 255, 1);
}

/* 轮播样式5  background: rgb(255 255 255); */
.global-carousel-type-e {
  position: relative;
  padding: 24px 0;
  height: 100%;
  display: flex;
}
.swiper-container-carousel-type-e-left {
  width: 1100px;
  height: 460px;
}

.swiper-container-carousel-type-e-left .swiper-slide {
  width: 720px;
  height: 440px;
  background: #fff;
  box-shadow: 0px 5px 10px 0px #ddd;
}

.swiper-container-carousel-type-e-left img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}
.carousel-type-e-swiper-title {
  padding-top: 8px;
  text-align: center;
  font-size: var(--font-size-16);
  margin: 0;
  font-weight: 700;
}
.carousel-type-e-swiper-title a {
  color: rgba(57, 57, 57, 1);
}
.swiper-container-carousel-type-e-left .swiper-slide-next,
.swiper-container-carousel-type-e-left .swiper-slide-prev {
  transform:  scale(0.666667);
  z-index: 1;
}

.swiper-container-carousel-type-e-left .swiper-slide-active {
  z-index:2;
}

/* 轮播样式5    margin-left: -75px; */
.swiper-container-carousel-type-e-left .swiper-wrapper {
}
.swiper-e-button-prev {
  position: absolute;
  width: 48px;
  background: rgba(178, 178, 178, 1);
  height: 48px;
  border-radius: 50%;
  z-index: 4;
  top: 50%;
  left: 24px;
}
.swiper-e-button-next {
  position: absolute;
  width: 48px;
  background: rgba(178, 178, 178, 1);
  height: 48px;
  border-radius: 50%;
  z-index: 4;
  top: 50%;
  right: 24px;
}

.swiper-e-button-prev:after,
.swiper-e-button-next:after{
  font-family: swiper-icons;
  font-size: var(--font-size-24);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-weight: 900;
  color: #FFFFFF;
}


/* 轮播样式5-new */
.global-carousel-type-e-new {
  position: relative;
  padding: 24px 0;
  height: 100%;
  display: flex;
}
.swiper-container-carousel-type-e-new-left {
  width: 796px;
  height: 243px;
  margin-left: 72px;
}
.swiper-container-carousel-type-e-new-left .swiper-slide {
  transition: transform 0.3s ease,
    filter 0.3s ease,
    z-index 0.3s ease,
    margin-left 0.3s ease;
  transform: scale(0.75);
  z-index: 1;

}
.swiper-container-carousel-type-e-new-left .swiper-slide {
  overflow: hidden;
  width: 432px;
  height: 100%;
}

.swiper-container-carousel-type-e-new-left img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 16 / 9;
}
.swiper-container-carousel-type-e-new-left .swiper-slide.is-e-side-right {
  margin-left: -50px;
}

.swiper-container-carousel-type-e-new-left .swiper-slide.is-e-center {
  transform: scale(1);
  z-index: 3;
  margin-left: -50px;
}

.swiper-container-carousel-type-e-new-left .swiper-slide-prev {
  transform: scale(0.75);
  z-index: 2;
}
.swiper-container-carousel-type-e-new-left .swiper-slide-next {
  transform: scale(0.75);
  z-index: 2;
}
.swiper-container-carousel-type-e-new-left .swiper-slide-active {
  transform: scale(1);
  z-index: 3;
}
.swiper-container-carousel-type-e-new-left .swiper-slide.is-e-preview {
  margin-left: 20px;
}

.swiper-e-new-button-prev {
  position: absolute;
  width: 32px;
  background: rgba(178, 178, 178, 1);
  height: 32px;
  border-radius: 50%;
  z-index: 4;
  top: 50%;
  left: 24px;
}
.swiper-e-new-button-next {
  position: absolute;
  width: 32px;
  background: rgba(178, 178, 178, 1);
  height: 32px;
  border-radius: 50%;
  z-index: 4;
  top: 50%;
  right: 24px;
}

.swiper-e-new-button-prev:after,
.swiper-e-new-button-next:after{
  font-family: swiper-icons;
  font-size: var(--font-size-16);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-weight: 900;
  color: #FFFFFF;
}
.carousel-type-e-new-right-swiper {
  display: flex;
  align-items: center;
  width: 304px;
  margin-right: 92px;
}
.swiper-container-carousel-type-e-new-right {
  display: flex;
  width: 100%;
  position: relative;
  height: 100%;
  align-items: center;
  justify-content: center;
}
/* 轮播图，不压图片 */
.global-carousel-type-e-middle {
    height: 336px;
}
.global-carousel-type-e-middle  .swiper-container-carousel-type-e-left {
  height: 320px;    width: 1200px;
}
.global-carousel-type-e-middle .swiper-container-carousel-type-e-left .swiper-slide {
  width: unset;
  height: unset;
  transform: scale(0.666667);
  margin-bottom: 12px;
}
.global-carousel-type-e-middle .swiper-container-carousel-type-e-left .swiper-slide-active {
  transform: scale(1);
}
.global-carousel-type-e-middle .swiper-e-button-prev,
.global-carousel-type-e-middle .swiper-e-button-next {
    transform: translateY(-50%);
}
/* WebKit 内核（Chrome、Safari 等） */
.swiper-container-carousel-type-e-new-right::-webkit-scrollbar {
  display: none;
}
.swiper-container-carousel-type-e-new-right img {
  width: 324px;
  height: 100%;
  display: block;
  aspect-ratio: 16 / 9;
}

.carousel-type-e-new-item {
  position: absolute;
  width: 100%;
  z-index: 1;
  transform: translateX(0%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
/* 当前显示的那一张 */
.carousel-type-e-new-item.active {
  opacity: 1;
  z-index: 2;
  transform: translateX(0);
}

.carousel-type-e-new-item.leave-left {
  transform: translateX(-100%);
  opacity: 0;
  z-index: 1;
}
.carousel-type-e-new-item.leave-right {
  transform: translateX(100%);
  opacity: 0;
  z-index: 1;
}

/* 轮播样式 6*/
.global-carousel-type-f {
  height: 420px;
  width: 1392px;
  margin-left: -54px;
  width: 1296px;
  margin-left: -8px;
  position: relative;
}
.global-carousel-type-f .swiper-slide {
  transition: 300ms;
  transform: scale(0.75);
}
.global-carousel-type-f .swiper-slide-active,.swiper-slide-duplicate-active {
  transform: scale(1);
}
.swiper-wrapper-type-f {
  align-items: center;
}
.carousel-type-f-body {
  background: #FFF;
}
.carousel-type-f-content {
  padding: 24px 16px;
}
.carousel-type-f-content-img {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.carousel-type-f-image {
  aspect-ratio: 16 / 9;
  width: 100%;
}
.carousel-type-f-content-img .carousel-type-f-content-img-bottom-style {
  position: absolute;
  width: 100%;
  height: 24px;
  bottom: 0px;
  overflow: hidden;
}
.carousel-type-f-content-img-bottom-style::before {
  content: "";
  width: 12%;
  height: 24px;
  background: rgb(255, 255, 255);
  position: absolute;
  left: -5px;
  transform: skewX(30deg);
}
.carousel-type-f-content-img-bottom-style::after {
  content: "";
  position: absolute;
  width: 88%;
  height: 24px;
  right: -5px;
  background: rgb(255, 255, 255);
  transform: skewX(-30deg);
}
.global-carousel-type-f .swiper-slide .carousel-type-f-swiper-title {
  font-weight: 700;
  font-size: var(--font-size-26);
  letter-spacing: 0.83px;
  height: 3em;
  line-height: 1.5em;
}
.global-carousel-type-f .swiper-slide-active .carousel-type-f-swiper-title {
  font-size: var(--font-size-18);
}
.carousel-type-f-swiper-title a {
  color: rgba(57, 57, 57, 1);
}
.global-carousel-type-f .swiper-slide .carousel-type-f-swiper-desc {
  margin: 16px 0px;
  height: 3em;
  line-height: 1.5em;
  font-size: var(--font-size-20);
}
.global-carousel-type-f .swiper-slide-active .carousel-type-f-swiper-desc {
  font-size: var(--font-size-14);
}
.carousel-type-f-swiper-desc a {
  color: rgba(114, 114, 114, 1);
}
.carousel-type-f-swiper-time {
  font-size: var(--font-size-14);
}
.carousel-type-f-swiper-time span {
  color: rgba(114, 114, 114, 1);
}
.global-carousel-type-f .swiper-e-button-prev {
  position: absolute;
  width: 28px;
  background: rgba(178, 178, 178, 1);
  height: 60px;
  border-radius: 7px;
  z-index: 4;
  top: 50%;
  left: 10px;
}
.global-carousel-type-f .swiper-e-button-next {
  width: 28px;
  background: rgba(178, 178, 178, 1);
  height: 60px;
  border-radius: 7px;
  z-index: 4;
  top: 50%;
  right: 10px;
}
/* 轮播样式7 */
.global-carousel-type-g {
  display: flex;
  padding: 16px 28px 24px;
  position: relative;
}
.carousel-type-g-item {
  background: rgb(255 255 255);
}
.carousel-type-g-item-no-full {
  width: 288px;
  margin-right: 24px;
}
.global-carousel-type-g-body {
  width:100%;
}
.carousel-type-g-img_box {
  width: 100%;
  height: 100%;
  position: relative;
  aspect-ratio: 9 / 16;
}
.carousel-type-g-image {
  width: 100%;
  aspect-ratio: 9 / 16;
  display: block;
}
.carousel-type-g-swiper-info {
  padding: 16px;
}
.carousel-type-g-swiper-other {
  padding-top: 16px;
  display: flex;
  align-items: center;
}

.carousel-type-g-swiper-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: var(--font-size-16);
  letter-spacing: 1.95px;
  height: 3em;
  line-height: 1.5em;
}

.carousel-type-g-swiper-title a {
  color: rgba(63, 63, 63, 1);

}
.carousel-type-g-swiper-play {
  width: 24px;
  height: 24px;
  background: rgba(16, 119, 208, 1);
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.carousel-type-g-swiper-play-img {
  margin-left: 3px;
  width: 8px;
  height: 8px;
}
.carousel-type-g-swiper-time {
  color: rgba(63, 63, 63, 1);
  font-weight: 400;
  font-size: 14px;
  margin-left: 8px;
}

.swiper-g-button-prev, .swiper-g-button-next {
  position: absolute;
  width: 32px;
  background: rgb(255 255 255);
  height: 32px;
  border-radius: 50%;
  z-index: 4;
}
.swiper-g-button-prev {
  top: -10px;
  left: unset;
  right: 72px;
}
.swiper-g-button-next {
  top: -10px;
  left: unset;
  right: 24px;
}
.swiper-g-button-prev:hover, .swiper-g-button-next:hover {
  background: rgba(126, 184, 226, 1);
}
.swiper-g-button-prev:after, .swiper-g-button-next:after {
  font-family: swiper-icons;
  font-size: var(--font-size-16);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-weight: 900;
  color: rgba(0, 0, 0, 1);
  z-index: 10;
}


/* 轮播形式8 */
.global-carousel-type-h {
  display: flex;
  height: 477px;
  width: 1280px;
}
.swiper-container-carousel-type-h-left {
  width: 848px;
  height: 100%;
}

.carousel-type-h-left-swiper .carousel-type-h-item {
  display: none;
  background: #FFFFFF;
}

.carousel-type-h-left-swiper .carousel-type-h-item-active {
  display: block;
}
.carousel-type-h-img_box {
  width: 848px;
  aspect-ratio: 16 / 9;
  text-align: center;
  max-height: 100%;
}
.carousel-type-h-image {
  max-width: 100%;
  max-height: 100%;
}
.carousel-type-h-content .carousel-type-h-title {
  padding: 24px 16px 20px;
}

.carousel-type-h-content .carousel-type-h-title span a {
  color: #000000;
}
.carousel-type-h-content .carousel-type-h-des span a {
  color: #000000;
}

.swiper-pagination-top-left.swiper-pagination-bullets {
  position: absolute;
  left: unset;
  right: -30px;
  z-index: 53;
  width: fit-content;
}

.carousel-type-h-right-swiper {
  background: #FFF;

}
.container-carousel-type-h-right {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-end;
}
.carousel-type-h-item-info-active {
  background-image: linear-gradient(to bottom right, rgba(8, 119, 180, 1) 0, rgb(8 119 180 / 56%) 100%)
}

.carousel-type-h-content {
  font-size: var(--font-size-18);
  height: 100%;
  border-bottom: 1px solid rgba(223, 223, 223, 1);
  letter-spacing: 0.88px;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.carousel-type-h-title {
  line-height: 30px;
  color: #333333;
  font-weight: normal;
  overflow: hidden;
  font-size: var(--font-size-16);
  padding: 8px 16px;
}
.carousel-type-h-right-swiper .carousel-type-h-item {
  flex: auto;
  position: unset;
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--primary-bg-line-color);
}
.carousel-type-h-right-swiper .carousel-type-h-item:last-child {
  border-bottom:unset;
}
.carousel-type-h-item-info-active .carousel-type-h-title {

}

.carousel-type-h-desc {
  line-height: 1.2em;
  height: 2.4em;
  padding: 8px 16px;
}
.carousel-type-h-title a {
  color: #000000;
  font-size: var(--font-size-18);
}

.carousel-type-h-desc span {color: rgb(51 51 51);}
.carousel-type-h-item-info-active .carousel-type-h-title a {
  color: #FFF;
}

.carousel-type-h-item-info-active .carousel-type-h-desc {
  display: block;
}
.carousel-type-h-item-info-active .carousel-type-h-desc span {
  color: #FFFFFF;
  line-height: 1.2em;
  height: 2.4em;
}
.swiper-container-carousel-type-h-right .swiper-slide-active .carousel-type-h-content {
  background: rgba(34, 106, 227, 0.6);
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
}

.swiper-container-carousel-type-h-right .swiper-slide-active .carousel-type-h-content span a {
  color: rgba(255, 255, 255, 1);
}


/* 轮播样式9 */
.global-carousel-type-i {
  display: flex;
  padding: 16px 24px 16px;
  position: relative;
}

.global-carousel-type-i-body {
  width:100%;
}

.swiper-pagination-i-footer {
  position: relative;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 16px;
}
.swiper-i-button-prev, .swiper-i-button-next {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 4;
}
.swiper-i-button-prev {
  top: unset;
  left: unset;
  margin: unset;
}
.swiper-i-button-next {
  top: unset;
  right: unset;
  margin: unset;
}
.swiper-i-button-prev:hover, .swiper-i-button-next:hover {
  background: rgba(126, 184, 226, 1);
}
.swiper-i-button-prev:after, .swiper-i-button-next:after {
  font-family: swiper-icons;
  font-size: var(--font-size-16);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-weight: 900;
  color: rgb(122 118 118);
  z-index: 10;
}

.swiper-pagination-i-bottom {
  display: flex;
  gap: 16px;
}
.swiper-pagination-i-bottom  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(136 136 136);
}



/* 轮播形式10 */
.global-carousel-type-j {
  display: flex;
  height: 486px;
  width: 1280px;
}
.carousel-type-j-left-swiper {
  width: 864px;
}
.swiper-container-carousel-type-j-left {
  width: 864px;
  height: 100%;
}

.carousel-type-j-left-swiper .carousel-type-j-item {
  display: none;
}
.carousel-type-j-item-line {
  width: calc(100% - 36px);
  height: 2px;
  background: var(--primary-bg-line-color);
  margin-left: 20px;
}

.carousel-type-j-left-swiper .carousel-type-j-item-active {
  display: block;
}
.carousel-type-j-img_box {
  width: 864px;
  aspect-ratio: 16 / 9;
}
.carousel-type-j-image {
  width: 100%;
  height: 100%;
  display: block;
}
.carousel-type-j-item-wrap {
  padding: 0px 20px;
  padding-bottom: 0;
  padding-right: 20px;
}
.carousel-type-j-right-swiper .carousel-type-j-item:last-child .carousel-type-j-item-wrap {
  padding-bottom: 0;
}
.carousel-type-j-content .carousel-type-h-title {
  padding: 24px 16px 20px;
}

.carousel-type-j-content .carousel-type-j-title span a {
  color: #000000;
}
.carousel-type-j-content .carousel-type-j-des span a {
  color: #000000;
}

.swiper-pagination-top-left.swiper-pagination-bullets {
  position: absolute;
  left: unset;
  right: -30px;
  z-index: 53;
  width: fit-content;
}

.carousel-type-j-right-swiper {
  padding: 8px 0px;
  background: #FFF;
  flex: 1;
}
.swiper-container-carousel-type-j-right {
  width: 386px;
  height: 100%;
}
.carousel-type-j-content {
  font-size: var(--font-size-18);
  height: 100%;
  border-bottom: 1px solid rgba(223, 223, 223, 1);
  letter-spacing: 0.88px;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.carousel-type-j-title {
  color: #333333;
  font-weight: normal;
  font-size: var(--font-size-18);
  line-height: 30px;
  position: relative;
}

.carousel-type-j-title a {
  color: rgba(51, 51, 51, 1);
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 22px;
}
.carousel-type-j-title-supplement {
  margin-top: 8px;
}
.carousel-type-j-title-supplement a {
  color: rgba(102, 102, 102, 1);
  padding: 2px 0px;
  font-size: 15px;
  line-height: 26px;
}
.carousel-type-j-cover {
  height: 60px;
  padding: 0 20px 24px;
  pointer-events: none;
}
.carousel-type-j-desc {
  display: none;
  line-height: 1.2em;
  height: 2.4em;
  padding: 8px 16px;
}
.carousel-type-j-item-info-active .carousel-type-j-title{
  /* background-image: linear-gradient(to bottom right, rgba(8, 119, 180, 1) 0, rgb(8 119 180 / 56%) 100%) */
}
.carousel-type-j-item-info-active .carousel-type-j-title:before {
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  left: -20px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid rgba(20, 45, 86, 1);
  top: 50%;
  transform: translateY(-50%);
}
.carousel-type-j-item-info-active .carousel-type-j-title a {
  color: rgba(30, 70, 139, 1);
}
.carousel-type-j-desc {
  display: none;
}
.carousel-type-j-item-info-active .carousel-type-j-desc {
  display: block;
}
.carousel-type-j-item-info-active .carousel-type-j-desc span {
  color: #FFFFFF;
  line-height: 1.2em;
  height: 2.4em;
}
.swiper-container-carousel-type-j-right .swiper-slide-active .carousel-type-j-content {
  background: rgba(34, 106, 227, 0.6);
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
}

.swiper-container-carousel-type-j-right .swiper-slide-active .carousel-type-j-content span a {
  color: rgba(255, 255, 255, 1);
}
.container-carousel-type-j-right {
  overflow-y: hidden;
  max-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.carousel-type-j-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: auto;
  margin-bottom: 4px;
}
/*.carousel-type-j-title:hover {
transform: scale(1);
transition: opacity 0.3s ease, visibility 0.3s ease;
} */
/* 自定义滚动条（美观） */
.container-carousel-type-j-right::-webkit-scrollbar {
  width: 0px;
}
.container-carousel-type-j-right::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
}
.container-carousel-type-j-right::-webkit-scrollbar-track {
  background: #f5f5f5;
}
/* 轮播样式样式修改为白色 */
.global-carousel-type-c-light {
  background: #FFFFFF;
}

.global-carousel-type-c-light  .global-carousel-type-c-bg {
  background: #FFFFFF;

}
.global-carousel-type-c-light .carousel-type-c-content .carousel-type-c-title span a {
  color:rgba(57, 57, 57, 1);
}
.global-carousel-type-c-light .carousel-type-c-content .carousel-type-c-desc span {
  color: rgb(62 61 61);
}
.global-carousel-type-c-light .global-carousel-type-c-bg::before {
  background:unset;
}