.china_index{width: 100%;z-index: 3;}
.china_index_top_bg{
  height: 451px;
  background-image: url(../../img/travel/china_index_top_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.china_index_top_bg2{
  height: 340px;
  background-image: url(../../img/travel/china_index_top_bg2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.china_index_top_bg3{
  height: 1010px;
  background-image: url(../../img/travel/china_index_top_bg3.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.china_index_top_bg4{
  height: 462px;
  background-image: url(../../img/travel/china_index_top_bg4.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.containerZindex{z-index: 3;}

.travel_list{
  justify-content:space-around;
  align-items: flex-start;
  margin: -10px; /* 抵消子元素的外边距 */
}
.travel_li2{
  flex: 0 0 calc(33.3333% - 20px) !important; /* 中等屏幕一行显示3个 */
}
.travel_li{
  border: 1px solid #d1d1d1;
  box-shadow: 0 8px 12px -2px rgba(0, 0, 0, 0.2), 0 4px 8px -2px rgba(0, 0, 0, 0.15);border-radius: 0.5rem;
  transition: transform 0.3s ease;
  flex: 0 0 calc(25% - 20px); /* 一行显示4个，减去左右边距 */
  margin: 10px 10px 30px 10px;
  height: 33rem;
  overflow: hidden; /* 防止内容溢出影响布局 */
}
.travel_li a{text-decoration: none;}
.travel_li:hover {transform: scale(1.05);}
.travel_li img {
  width: calc(100% - 12px);/* 减去左右外边距的宽度 */
  height: 18rem;
  object-fit: cover;
  margin: 6px;
}
.travel_li_title2{text-align: center;color: #9c1c1c;}
.travel_li_title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */
  width: calc(100% - 1rem); /* 设置宽度，减去一些内边距 */
  padding: 0 0.5rem; /* 增加内边距 */
}
.travel_li_des{color: #9c1c1c;}
.travel_li_symbol{width: 7px; height: 7px; background-color: #202020;}
.travel_li_simple_txt{
  width: calc(100% - 0.75rem - 5px);
  line-height: 1.5; /* 控制行高，影响实际显示行数 */
  max-height: calc(1.5em * 3); /* 3 行的高度（根据 line-height 计算） */
  overflow: hidden; /* 溢出内容隐藏 */

  /* 以下为多行省略号的标准写法（主流浏览器支持） */
  display: -webkit-box; /* 弹性盒子模型（WebKit 内核） */
  -webkit-box-orient: vertical; /* 子元素垂直排列 */
  -webkit-line-clamp: 3; /* 限制最多显示 3 行 */
  text-overflow: ellipsis; /* 溢出部分显示省略号（需配合 overflow: hidden） */
}
.view_detail_btn{width:10rem;border: #ad182e solid 1px; margin:.5rem auto; padding: 0 1rem; font-size: 1.25rem; color: #ad182e;}



.des_card{background: url(../../img/des/des_card_bg.png) no-repeat top; border-radius: 20px; margin:30px 0 80px 0; padding:50px; display: flex; align-items: center; background-size: cover;}
.des_card_title{font-size: 1.575rem; color: #0056ca; margin-bottom: 10px;}
.des_symboll_btn_box{width: 225px; height: 48px; background-color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 10px; color: #0056ca; margin: 0 auto;}

/* ====== Visa / IVA info block (China index top) ====== */
.cv-visa-refund-section{
  position: relative;
  z-index: 5;
  padding: 18px 0 10px 0;
}
.cv-visa-refund-card{
  background: #ffffff;
  border: 1px solid rgba(27, 90, 190, 0.12);
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.10);
  display: flex;
  gap: 18px;
  padding: 22px 22px 20px 22px;
  align-items: flex-start;
}
.cv-visa-refund-content{
  flex: 1 1 auto;
  min-width: 0;
}
.cv-visa-refund-title{
  margin: 0 0 10px 0;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
  color: #2c78c6;
}
.cv-visa-refund-desc{
  margin: 0 0 14px 0;
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a3a;
}
.cv-visa-refund-highlightline{
  margin: 0 0 14px 0;
  font-size: 16px;
  line-height: 1.7;
  color: #2f2f2f;
}
.cv-visa-refund-highlight{
  display: inline-block;
  background: #1f66d6;
  color: #fff;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
  margin-right: 8px;
  box-shadow: 0 6px 14px rgba(31, 102, 214, 0.25);
  vertical-align: baseline;
}
.cv-visa-refund-list{
  margin: 0 0 14px 0;
  padding: 0;
}
.cv-visa-refund-item{
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 10px 0;
}
.cv-visa-refund-check{
  width: 20px;
  height: 20px;
  margin-top: 3px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  /* inline SVG check */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M7.8 14.7 3.7 10.6a1.2 1.2 0 0 1 1.7-1.7l2.7 2.7 6.6-7a1.2 1.2 0 1 1 1.8 1.7l-7.5 8a1.2 1.2 0 0 1-1.2.4 1.2 1.2 0 0 1-.3-.1Z' fill='%2328c77a'/%3E%3C/svg%3E");
}
.cv-visa-refund-itemtext{
  min-width: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #2f2f2f;
}
.cv-visa-refund-itemtitle{
  font-weight: 800;
  color: #2c78c6;
  margin-right: 4px;
}
.cv-visa-refund-note{
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #2f2f2f;
}
.cv-visa-refund-notelead{
  color: #2c78c6;
  font-weight: 800;
  margin-right: 4px;
}
.cv-visa-refund-illu{
  flex: 0 0 320px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 2px;
}
.cv-visa-refund-illu-svg{
  width: 320px;
  max-width: 100%;
  height: auto;
  display: block;
}



@media (max-width: 1200px) {

}

@media (max-width: 991px) {
  .travel_li {flex: 0 0 calc(33.3333% - 20px); /* 中等屏幕一行显示3个 */}
  .cv-visa-refund-card{padding: 18px;}
  .cv-visa-refund-title{font-size: 22px;}
  .cv-visa-refund-illu{flex-basis: 260px;}
}

/* 移动端控制按钮调整 */
@media (max-width: 767px) {
  /* 小屏幕一行显示2个 */
  .travel_li {flex: 0 0 calc(50% - 20px);}
  .cv-visa-refund-card{
    flex-direction: column;
    gap: 12px;
  }
  .cv-visa-refund-illu{
    width: 100%;
    justify-content: center;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  /* 超小屏幕一行显示1个 */
  .travel_li {flex: 0 0 calc(100% - 20px);}
  .cv-visa-refund-title{font-size: 20px;}
  .cv-visa-refund-highlight{padding: 6px 9px;}
}