@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  width: 100%;
  min-width: 1200px;
  background-color: #ffffff;
  /* color: #ffffff; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.25s ease;
}

a:hover {
  color: #ffca28;
}

/* img {
  display: block;
  border: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

ul, ol, li {
  list-style: none;
}

.cw-page-wrapper {
  width: 100%;
  min-height: 100vh;
  background: #ffffff url(https://v2.cri.cn/resource/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/2026/activity/2026colourfulworld/images.main_bg.jpg) no-repeat center 823px;
  background-size: 1920px auto;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 80px;
}

.cw-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ellipsis-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ellipsis-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.cw-section-header {
  width: 100%;
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cw-section-header .section-title-img {
  width: 591px;
  height: 130px;
  object-fit: contain;
}

.cw-section-header .more-link {
  position: absolute;
  right: 0;
  bottom: 28px;
  font-size: 16px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: all 0.3s;
  z-index: 5;
  text-decoration: none;
}

.cw-section-header .more-link:hover {
  color: #333333;
  transform: translateX(4px);
}

.cw-banner-section {
  background: url(https://v2.cri.cn/resource/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/2026/activity/2026colourfulworld/images.main_banner.jpg) top center no-repeat;
  width: 100%;
  height: 823px;
  background-size: 1920px 823px;
  position: relative;
  margin-bottom: 120px;
}

.cw-banner-section .cw-container {
  height: 100%;
}

.cw-lang-switch {
  position: absolute;
  right: 28px;
  bottom: 58px;
  width: 200px;
  height: 44px;
  z-index: 10;
}

.cw-lang-switch img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cw-lang-switch .lang-click-areas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 20;
}

.cw-lang-switch .lang-click-areas > div,
.cw-lang-switch .lang-click-areas > a {
  display: block;
  height: 100%;
  cursor: pointer;
  background: transparent;
}

.cw-lang-switch .lang-click-areas > div {
  flex: 1;
  cursor: default;
}

.cw-lang-switch .lang-click-areas > a {
  flex: 0 0 75px;
}

.cw-news-section {
  width: 1200px;
  height: 497px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}

.cw-news-section .news-bg-card {
  position: absolute;
  left: 53px;
  top: 29px;
  width: 1147px;
  height: 468px;
  background-color: #6686ff;
  background-image: linear-gradient(165deg, #6686ff 0%, #6686ff 52%, #797ffe 75%, #8c75ff 100%);
  border-radius: 0;
  box-shadow: none;
  z-index: 1;
}

.cw-news-section .news-slider-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 734px;
  height: 437px;
  overflow: hidden;
  z-index: 2;
  box-shadow: none;
}

.cw-news-section .news-slider-wrap .swiper-container {
  width: 100%;
  height: 100%;
}

.cw-news-section .news-slider-wrap .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.cw-news-section .news-slider-wrap .news-slide-link {
  display: block;
  width: 100%;
  height: 100%;
}

.cw-news-section .news-slider-wrap .news-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.cw-news-section .news-slider-wrap .news-slide-link:hover .news-slide-img {
  transform: scale(1.03);
}

.cw-news-section .news-pagination-wrap {
  position: absolute;
  left: 53px;
  top: 456px;
  width: 681px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.cw-news-section .swiper-pagination {
  position: static;
  display: inline-flex;
  gap: 12px;
}

.cw-news-section .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 50%;
  transition: all 0.25s;
  cursor: pointer;
  margin: 0 !important;
}

.cw-news-section .swiper-pagination-bullet-active {
  background: #ffffff;
  box-shadow: none;
}

.cw-news-section .news-list-wrap {
  position: absolute;
  left: 762px;
  top: 60px;
  width: 401px;
  height: 380px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.cw-news-section .news-lead-item {
  margin-bottom: 24px;
}

.cw-news-section .news-lead-item .lead-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 12px;
  transition: opacity 0.25s;
  display: block;
}

.cw-news-section .news-lead-item .lead-title:hover {
  color: #ffca28;
}

.cw-news-section .news-lead-item.active .lead-title {
  color: #ffca28;
}

.cw-news-section .news-lead-item .lead-desc {
  display: block;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 1);
}

.cw-news-section .news-lead-item.active .lead-desc {
  color: #ffca28;
}

.cw-news-section .news-sub-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cw-news-section .news-sub-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 20px;
  line-height: 1.45;
  color: #ffffff;
}

.cw-news-section .news-sub-item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  margin-top: 7px;
  flex-shrink: 0;
}

.cw-news-section .news-sub-item a {
  display: block;
  color: #ffffff;
  transition: opacity 0.25s;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.cw-news-section .news-sub-item a:hover {
  color: #ffca28;
}

.cw-news-section .news-sub-item.active a {
  color: #ffca28;
}

.cw-news-section .news-sub-item.active::before {
  background: #ffca28;
}

.cw-news-section .news-more-btn {
  position: absolute;
  right: 38px;
  bottom: 22px;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.9;
  transition: all 0.25s;
  z-index: 3;
}

.cw-news-section .news-more-btn:hover {
  opacity: 1;
  transform: translateX(3px);
}

.cw-shijie-content {
  width: 1200px;
  height: 677px;
  display: flex;
  justify-content: space-between;
}

.cw-shijie-left {
  width: 665px;
  height: 677px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cw-shijie-big {
  width: 665px;
  height: 440px;
  border-radius: 0;
  border: none;
  overflow: hidden;
  position: relative;
  box-shadow: none;
}

.cw-shijie-big a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.cw-shijie-big img {
  transition: transform 0.6s ease;
}

.cw-shijie-big:hover img {
  transform: scale(1.05);
}

.cw-shijie-big .card-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 72px;
  background: linear-gradient(0deg, rgba(102, 134, 255, 0.95) 0%, rgba(102, 134, 255, 0.65) 50%, rgba(102, 134, 255, 0) 100%);
  display: flex;
  align-items: flex-end;
  padding: 0 20px 16px 20px;
  font-size: 18px;
  color: #ffffff;
  z-index: 2;
}

.cw-shijie-big .card-caption p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cw-shijie-small-row {
  width: 665px;
  height: 212px;
  display: flex;
  justify-content: space-between;
}

.cw-shijie-small {
  width: 320px;
  height: 212px;
  border-radius: 0;
  border: none;
  overflow: hidden;
  position: relative;
  box-shadow: none;
}

.cw-shijie-small a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.cw-shijie-small img {
  transition: transform 0.6s ease;
}

.cw-shijie-small:hover img {
  transform: scale(1.05);
}

.cw-shijie-small .card-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 56px;
  background: linear-gradient(0deg, rgba(102, 134, 255, 0.95) 0%, rgba(102, 134, 255, 0.65) 50%, rgba(102, 134, 255, 0) 100%);
  display: flex;
  align-items: flex-end;
  padding: 0 14px 12px 14px;
  font-size: 18px;
  color: #ffffff;
  z-index: 2;
}

.cw-shijie-small .card-caption p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cw-shijie-right {
  width: 500px;
  height: 677px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cw-poster-slider-container {
  width: 378px;
  height: 677px;
  border-radius: 0;
  border: none;
  overflow: hidden;
  position: relative;
  box-shadow: none;
}

.cw-poster-slider-container .swiper-slide {
  width: 378px;
  height: 677px;
}

.cw-poster-slider-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.cw-poster-slider-container .swiper-slide img {
  transition: transform 0.5s ease;
}

.cw-poster-slider-container .swiper-slide:hover img {
  transform: scale(1.03);
}

.cw-shijie-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 0;
  background: #6985ff;
  background: linear-gradient(180deg, #6985ff 0%, #837cff 100%);
}

.cw-shijie-arrow {
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
  box-shadow: none;
}

.cw-shijie-arrow:hover {
  background: linear-gradient(180deg, #7a94ff 0%, #948eff 100%);
  transform: translateY(-50%) scale(1.06);
}

.cw-shijie-arrow::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.cw-shijie-arrow.arrow-prev {
  left: 0;
}

.cw-shijie-arrow.arrow-prev::after {
  transform: rotate(-135deg);
  margin-left: 5px;
}

.cw-shijie-arrow.arrow-next {
  right: 0;
}

.cw-shijie-arrow.arrow-next::after {
  transform: rotate(45deg);
  margin-right: 5px;
}

.cw-voice-content {
  width: 1200px;
  height: 677px;
  position: relative;
}

.cw-voice-slider-container {
  width: 1120px;
  height: 677px;
  margin: 0 auto;
  overflow: hidden;
}

.cw-voice-slider-container .swiper-slide {
  width: 378px;
  height: 677px;
  transform: scale(0.88);
  opacity: 0.72;
  transition: transform 0.5s ease, opacity 0.5s ease;
  z-index: 1;
}

.cw-voice-slider-container .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 3;
}

.cw-voice-slider-container .swiper-slide a,
.cw-voice-slider-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.cw-voice-slider-container .swiper-slide img {
  object-fit: cover;
}

.cw-voice-arrow {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 56px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  transition: transform 0.25s ease;
}

.cw-voice-arrow:hover {
  transform: translateY(-50%) scale(1.1);
}

.cw-voice-arrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #6985ff 0%, #9b6fff 100%);
  clip-path: polygon(0 0, 30% 0, 100% 50%, 30% 100%, 0 100%, 70% 50%);
}

.cw-voice-arrow.arrow-prev {
  left: 0;
}

.cw-voice-arrow.arrow-prev::after {
  transform: rotate(180deg);
}

.cw-voice-arrow.arrow-next {
  right: 0;
}

.cw-moment-section {
  width: 1200px;
}

.cw-moment-big-swiper {
  width: 1200px;
  height: 670px;
  border-radius: 0;
  border: none;
  overflow: hidden;
  position: relative;
  box-shadow: none;
  margin-bottom: 22px;
}

.cw-moment-big-swiper .moment-big-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.cw-moment-big-swiper .moment-big-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.cw-moment-big-swiper:hover .moment-big-link img {
  transform: scale(1.02);
}

.cw-moment-big-swiper .moment-big-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(0deg, rgba(102, 134, 255, 0.95) 0%, rgba(102, 134, 255, 0.65) 50%, rgba(102, 134, 255, 0) 100%);
  display: flex;
  align-items: flex-end;
  padding: 0 32px 20px 32px;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  z-index: 2;
}

.cw-moment-big-swiper .moment-big-title span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cw-moment-thumbs-wrap {
  width: 1200px;
  height: 110px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cw-moment-thumbs-container {
  width: 1072px;
  height: 110px;
  overflow: hidden;
}

.cw-moment-thumbs-container .swiper-slide {
  width: 200px !important;
  height: 110px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.25s;
  box-shadow: none;
  opacity: 0.65;
}

.cw-moment-thumbs-container .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 8px solid #d6d8fa;
  pointer-events: none;
  transition: all 0.25s;
  z-index: 2;
}

.cw-moment-thumbs-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cw-moment-thumbs-container .swiper-slide:hover,
.cw-moment-thumbs-container .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.cw-moment-thumbs-container .swiper-slide:hover::after,
.cw-moment-thumbs-container .swiper-slide.swiper-slide-thumb-active::after {
  border-color: #826dfb;
}

.cw-moment-arrow {
  width: 33px;
  height: 110px;
  background: linear-gradient(180deg, #fbdaf2 0%, #b9ebfb 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s;
  z-index: 5;
  border-radius: 0;
  box-shadow: none;
}

.cw-moment-arrow:hover {
  background: linear-gradient(180deg, #f2c7e8 0%, #a4dff5 100%);
}

.cw-moment-arrow::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-radius: 1px;
}

.moment-arrow-prev::after {
  transform: rotate(-135deg);
  margin-left: 4px;
}

.moment-arrow-next::after {
  transform: rotate(45deg);
  margin-right: 4px;
}

.cw-tour-grid {
  width: 1200px;
  display: grid;
  grid-template-columns: repeat(2, 572px);
  column-gap: 56px;
  row-gap: 44px;
}

.cw-tour-card {
  width: 572px;
  height: 378px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  border: none;
  box-shadow: none;
}

.cw-tour-card a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.cw-tour-card img {
  transition: transform 0.6s ease;
}

.cw-tour-card:hover img {
  transform: scale(1.06);
}

.cw-tour-card .tour-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 85px;
  background: linear-gradient(0deg, rgba(102, 134, 255, 0.95) 0%, rgba(102, 134, 255, 0.65) 50%, rgba(102, 134, 255, 0) 100%);
  display: flex;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.35s ease;
  z-index: 3;
}

.cw-tour-card:hover .tour-caption {
  transform: translateY(0);
  opacity: 1;
}

.cw-country-wrap {
  width: 1200px;
  height: 368px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.cw-country-info {
  width: 323px;
  height: 368px;
  background: url() no-repeat center center;
  background-size: 100% 100%;
  border-radius: 0;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: none;
}

.cw-country-info .country-name {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.3;
}

.cw-country-info .country-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #ffffff;
  text-align: justify;
}

.cw-news-section .news-lead-item a,
.cw-news-section .news-sub-item a,
.cw-news-section .news-lead-item a:hover,
.cw-news-section .news-sub-item a:hover {
  text-decoration: none;
}

.cw-country-img-box {
  width: 659px;
  height: 368px;
  overflow: hidden;
  position: relative;
  box-shadow: none;
}

.cw-country-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cw-country-list-box {
  width: 206px;
  height: 368px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.cw-country-arrow {
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s;
  z-index: 5;
}

.cw-country-arrow.arrow-up {
  top: -30px;
}

.cw-country-arrow.arrow-down {
  bottom: -30px;
}

.cw-country-arrow:hover {
  transform: scale(1.2);
}

.cw-country-arrow img {
  display: none;
}

.cw-country-arrow::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-top: 4px solid #8e90e7;
  border-right: 4px solid #8e90e7;
  border-radius: 2px;
}

.cw-country-arrow.arrow-up::after {
  transform: rotate(-45deg);
  margin-top: 10px;
}

.cw-country-arrow.arrow-down::after {
  transform: rotate(135deg);
  margin-bottom: 10px;
}

.cw-country-swiper {
  width: 100%;
  height: 368px;
  overflow: hidden;
  background-image: url();
  background-size: 1000px 1157px;
  background-position: -300px -440px;
  background-repeat: no-repeat;
}

.cw-country-item {
  width: 206px;
  height: 46px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.25s;
  box-sizing: border-box;
  border: none;
  border-bottom: 6px solid #ffffff;
  border-radius: 0;
  background: transparent;
}

.cw-country-item:hover,
.cw-country-item.active {
  background: #505cce !important;
  color: #ffffff;
}

.cw-country-main-link {
  display: flex;
  width: 982px;
  height: 368px;
  text-decoration: none;
}

.cw-news-columns {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.cw-news-col {
  width: 570px;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.cw-news-col.cw-multilingual-news {
  width: 1200px;
}

.cw-section-header .more-link,
.cw-col-header .col-more,
.cw-section-header .more-link:hover,
.cw-col-header .col-more:hover {
  color: #7357f6;
  font-weight: bold;
}

.cw-news-section .news-more-btn,
.cw-news-section .news-more-btn:hover {
  color: #ffffff;
  font-weight: bold;
}

.cw-col-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 0;
  border-bottom: none;
}

.cw-col-header .col-title-img {
  height: 48px;
  width: auto;
  object-fit: contain;
}

.cw-col-header .col-more {
  font-size: 15px;
  color: #7357f6;
  transition: all 0.3s;
}

.cw-col-header .col-more:hover {
  color: #7357f6;
  transform: translateX(3px);
}

.cw-col-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.cw-col-item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
}

.cw-col-item a {
  flex: 1;
  min-width: 0;
}

.cw-col-item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b5926b;
  flex-shrink: 0;
  box-shadow: none;
}

.cw-col-item a {
  flex: 1;
  display: block;
  color: inherit;
}

.cw-col-item a:hover {
  color: #6686ff;
}

.cw-review-grid {
  width: 1200px;
  display: grid;
  grid-template-columns: repeat(2, 540px);
  column-gap: 120px;
  row-gap: 71px;
  margin-bottom: 90px;
}

.cw-review-card {
  width: 540px;
  height: 232px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  border: 1px solid rgba(80, 120, 230, 0.3);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.cw-review-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: #00d2ff;
  box-shadow: none;
}

.cw-review-card a {
  display: block;
  width: 100%;
  height: 100%;
}

.cw-review-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-list-wrap .active a{background:none!important; color:#ffca28!important;}
