/* 公用 */
body {
  background: #f5f5f5;
  overflow-x: hidden;
  overscroll-behavior: none;
  touch-action: pan-y;
}

.icon-group {
  background-repeat: no-repeat;
  background-image: url("https://p4.img.cctvpic.com/photoAlbum/templet/common/DEPA1733366680932753/icon.png");
}

.sz_tit img {
  height: 100%;
}

.sz_tit::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 2px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(192, 30, 19, 1));
}

.cards_item {
  display: flex;
  justify-content: space-between;
}

.card_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img[src=""] {
  opacity: 0;
}

.left_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lj_carousel {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lj_carousel_image a {
  width: 100%;
  height: 100%;
  display: block;
}

.lj_carousel_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lj_carousel_image span {
  display: inline-block;
}

.lj_carousel_image div {
  position: absolute;
  top: 20px;
  right: 10px;
  color: #fff;
  font-size: 11.39px;
  height: 24px;
  line-height: 24px;
}

.lj_carousel_image span:nth-child(1) {
  background: #C01E13;
  height: 100%;
  padding: 0 7px;
}

.lj_carousel_image span:nth-child(2) {
  background: rgba(0, 0, 0, 0.40);
  padding: 0 7px;
  cursor: pointer;
}

.lj_carousel_image span img {
  width: 20px;
  vertical-align: middle;
  height: auto;
}

.lj_carousel_pagination {
  position: absolute;
  bottom: 0px !important;
  left: 0;
  width: 100%;
  text-align: center;
}

.lj_carousel_pagination .swiper-pagination-bullet {
  width: 24px;
  height: 2px;
  background: #DCDCDC;
  opacity: 0.5;
  margin: 0 5px;
  border-radius: 0;
}

.lj_carousel_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #C01E13;
}

.yy_box_left a span {
  width: 5px;
  height: 5px;
  background: #D63435;
  margin-right: 10px;
  /* position: absolute; */
}

.page-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-btn div {
  width: 35px;
  height: 35px;
  max-width: 35px;
  max-height: 35px;
  font-size: 0;
  color: #b1b1b1;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  margin-left: 10px;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-btn div:hover,
.page-btn div.current-page {
  color: #c01e13;
  border-color: #c01e13;
}

.page-prev {
  background-size: 433px auto;
  background-position: left 10px top 10px;
}

.page-next {
  background-size: 433px auto;
  background-position: left -12px top 10px;
  /* background-size: 375px auto;
    background-position: left -9px top 9px; */
}

.second_card .card-tag {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 12px;
  color: #eee;
  line-height: 20px;
  padding: 0 6px;
  background: #C01E13;
}

.second_card .card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.second_card .card-title {
  font-size: 14px;
  padding-right: 36px;
  height: 40px;
  line-height: 20px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  margin: 8px 0;
}

.second_card .card-qrcode {
  position: absolute;
  bottom: 35px;
  right: 0;
  width: 20px;
  height: 18px;
  z-index: 1;
  cursor: pointer;
  background-size: 300px auto;
  background-position: left -30px top;
}

.card_top_span {
  height: 100%;
  background: #C01E13;
  padding: 0 10px;
  display: flex;
  align-items: center;
}

.card_top_span2 {
  background: rgba(0, 0, 0, 0.40);
  padding: 0 10px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

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

  html,
  body {
    margin: 0;
    padding: 0;
    font-size: 0.24rem;
    min-width: 320px;
    margin: 0 auto;
    max-width: 750px;
    /* overflow-x: hidden; */
    background: #f5f5f5 url("https://p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1772690599574288/wl_m_bg.png") no-repeat;
    background-size: 100%;
    background-position: center 1.76rem;

  }

  .page_content {
    width: 100%;
    padding: 0 10px;
  }

  .page-btn {
    margin-top: 10px;
  }

  /* 新场景 */
  .news_cards {
    margin-top: 5.4rem;
  }

  .sz_tit {
    height: 1.2rem;
    position: relative;
  }

  .news_cards_list {
    display: grid;
    gap: 0.24rem;
    font-size: 0.24rem;
    background-color: #fff;
    padding: 0.2rem;
    margin-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .card_item_img {
    width: 2rem;
    height: 1.5rem;
    overflow: hidden;
    background: rgba(230, 230, 230, 1) url("https://p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1772690599574288/logo-2.png") no-repeat center;
    background-size: 68%;
  }

  .card_item_text {
    flex: 1;
    margin-left: 0.24rem;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .card_item_text h2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.28rem;
    line-height: 1.5;
  }

  .card_item_text span {
    color: #7F7F7F;
    font-size: 0.24rem;
  }

  /* 文旅 */
  .wl_top {
    width: calc(100% - 20px);
    height: 5.2rem;
    position: relative;
    /* padding: 0.2rem 0; */
    overflow: hidden;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 0.2rem;
  }

  .dljc_special {
    height: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    margin-left: 0.2rem;
  }

  .dljc_special_item {
    width: 1.1rem;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.2s ease;
    background: #f5f5f5 url("https://p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1674975020722807/logo5.jpg") center/50% no-repeat;
  }

  .dljc_special_item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .dljc_special_num {
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .dljc_special_title {
    display: table;
    padding: 0 0.43rem;
    height: 100%;
    line-height: 100%;
    font-size: 0.22rem;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
  }

  .dljc_special_title span {
    width: 0.24rem;
    display: table-cell;
    vertical-align: middle;
    line-height: 0.36rem;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
  }

  .dljc_special_con {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.3) 100%);
  }

  .special_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.26rem 0.32rem;
  }

  .special_box_top {
    width: 100%;
    height: 0.48rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .special_box_top img:first-child {
    height: 0.48rem;
  }

  .special_box_top img:last-child {
    height: 0.36rem;
  }

  .special_box_middle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .special_box_middle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .special_box_middle h1 {
    text-align: center;
    font-weight: 600;
    font-size: 0.24rem;
    color: #ffffff;
    margin-top: 0.32rem;
  }

  .special_box_bottom {
    width: 100%;
    height: 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .special_box_bottom span {
    font-weight: 400;
    font-size: 0.28rem;
    color: #ffffff;
  }

  .special_box_bottom img {
    height: 0.14rem;
  }

  .dljc_special_item.cur {
    width: 5.2rem;
    overflow: hidden;
  }

  .dljc_special_item.cur .dljc_special_num {
    display: none;
  }

  .dljc_special_item.cur .dljc_special_con {
    display: block;
  }

  /* 文旅名片下半部分 */
  .card_title {
    display: flex;
    justify-content: center;
    margin: 0.4rem auto;
  }

  .card_title img {
    display: block;
    height: 0.7rem;
  }

  .card_list {
    width: 100%;
    /* padding: 0 0.3rem 0.3rem 0.3rem; */
    /* margin-bottom: 0.3rem; */
    display: flex;
  }

  .card_item {
    /* width: 3.36rem; */
    height: 6rem;
    background-size: 100% 100%;
    position: relative;
  }

  .card_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0000004d;
    padding: 10px 0.14rem 0.2rem 0.14rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .card_top {
    width: 100%;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0.1rem;
    right: 0;
    font-size: 0.21rem;
    color: #fff;
    z-index: 99;
  }

  .card_top img {
    width: 0.3rem;
  }

  .card_middle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .card_middle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .card_bottom {
    font-weight: 400;
    font-size: 0.16rem;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    display: none;
  }

  .card_text {
    display: none;
  }

  /* 新路径 */
  .section_lj {
    margin-top: 0.4rem;
  }

  .lj_box_left_item {
    display: flex;
    margin-bottom: 0.2rem;
    align-items: center;
  }

  .lj_box {
    padding: 0.4rem 0.2rem 0;
    background: #fff;
    margin-top: 0.6rem;
  }

  .left_item_img {
    height: 1.5rem;
    width: 2.26rem;
    background: rgba(230, 230, 230, 1) url("https://p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1772690599574288/logo-2.png") no-repeat center;
    background-size: 68%;
  }

  .lj_box_left_item h2 {
    font-size: 0.28rem;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制显示的行数为2 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-left: 0.24rem;
  }

  .lj_box_right {
    overflow: hidden;
  }

  .lj_carousel_content {
    position: relative;
  }

  .lj_carousel_image {
    width: 100%;
    height: 3.68rem;
    overflow: hidden;
    background: rgba(230, 230, 230, 1) url("https://p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1772690599574288/logo-2.png") no-repeat center;
    background-size: 68%;
  }

  .lj_carousel_text h3 {
    font-size: 0.28rem;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    margin: 0;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制显示的行数为2 */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lj_carousel_pagination {
    bottom: 0.3rem !important;
  }

  .lj_carousel_wrapper {
    padding-bottom: 0.6rem;
  }

  .lj_carousel_text {
    margin-top: 0.2rem;
  }

  .section_yy {
    margin-top: 0.6rem;
    margin-bottom: 1rem;
  }

  .second_card .card-cover {
    width: 100%;
    height: 168px;
    background: #e7e7e7 url('https://p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1772690599574288/logo-2.png') no-repeat center;
    background-size: 50%;
    overflow: hidden;
  }

  .card_box {
    width: calc(100% - 20px) !important;
    padding-top: 0.4rem;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    padding: 0.4rem 10px 0.2rem;
    margin-top: -0.4rem;
  }

  /* 新应用 */
  .yy_box {
    background: #fff;
    margin-top: 0.4rem;
    padding: 0.2rem;
  }

  .yy_box_left p {
    font-size: 0.3rem;
    white-space: nowrap;
    /* 防止文本换行 */
    overflow: hidden;
    /* 隐藏溢出的文本 */
    text-overflow: ellipsis;
    flex: 1;
    /* 显示省略号来表示溢出的内容 */
  }

  .yy_box_left a {
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
  }

  .yy_box_right {
    overflow: hidden;
  }

  .second_card .card_item {
    position: relative;
    display: block;
    height: 230px;
  }

  .card-qrcode {
    display: none;
  }



  .first-progress {
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1025px) {
  body {
    background: #f5f5f5 url("https://p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1772690599574288/wl_pc_bg.jpg") no-repeat;
    background-size: auto 640px;
    background-position: center 148px;
    font-size: 14px;
  }

  .scale_img img {
    transition: all 0.5s;
  }

  .scale_img:hover img {
    transform: scale(1.1);
  }

  .page_content {
    width: 1200px;
    margin: 0 auto;
  }

  .sz_tit {
    height: 64px;
    position: relative;
    margin-bottom: 25px;
  }

  .news_cards {
    padding-top: 442px;
    font-size: 14px;
    margin-bottom: 28px;
  }

  .news_cards_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    background: #fff;
    padding: 20px;
  }

  .card_item_img {
    width: 225px;
    height: 150px;
    overflow: hidden;
    background: rgba(230, 230, 230, 1) url("https://p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1772690599574288/logo-2.png") no-repeat center;
    background-size: 68%;
  }


  .card_item_img img[src=""] {
    opacity: 0;
  }

  .card_item_text h2 {
    height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 限制行数为3 */
    -webkit-box-orient: vertical;
    font-size: 18px;
    margin-bottom: 55px;
  }

  .card_item_text {
    flex: 1;
    margin-left: 16px;
  }

  .card_item_text span {
    color: #7F7F7F;
  }

  .swiper-handle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 284px;
    margin: 10px auto;
    position: relative;
    z-index: 10;
    opacity: 1;
    /* display: none; */
  }

  .swiper-progress {
    position: relative;
    width: 60%;
    min-height: 10px;
  }

  .page-progress .total-page {
    font-size: 0;
    height: 2px;
    background-color: #000;
    opacity: 0.2;
  }

  .page-prev:not(.page-disabled):hover,
  .page-next:not(.page-disabled):hover {
    background-position-y: -16px;
  }

  .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 1px;
  }

  .swiper-scrollbar-drag {
    height: 5px;
    bottom: 4px;
    top: auto;
    border-radius: 0;
  }

  .city_list {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    display: none;
  }

  .city_item {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    margin-right: 42px;
    cursor: pointer;
  }

  .city_item:last_child {
    margin-right: 0;
  }

  .city_item:hover {
    color: #c01e13;
  }

  .city_item_active {
    color: #c01e13;
  }

  .wl_top {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .dljc_special {
    height: 420px;
    position: relative;
    overflow: hidden;
  }

  .dljc_special_item {
    /* width: 496px; */
    height: 100%;
    position: absolute;
    top: 0;
    background: #f5f5f5 url("https://p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1674975020722807/logo5.jpg") center/50% no-repeat;
  }

  .dljc_special_item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .dljc_special_num {
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .dljc_special_title {
    display: table;
    width: 18px;
    padding: 0 36px;
    height: 100%;
    line-height: 100%;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
  }

  .dljc_special_title span {
    display: table-cell;
    vertical-align: middle;
    width: 18px;
    line-height: 22px;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
  }

  .dljc_special_con {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .special_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 26px;
  }

  .special_box_top {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .special_box_top img:first-child {
    height: 40px;
  }

  .special_box_top img:last-child {
    height: 30px;
  }

  .special_box_middle {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
  }

  .special_box_middle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .special_box_middle h1 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    margin-top: 16px;
  }

  .special_box_bottom {
    width: 100%;
    height: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .special_box_bottom span {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
  }

  .special_box_bottom img {
    height: 12px;
  }

  .dljc_special_item.cur .dljc_special_num {
    display: none;
  }

  .dljc_special_item.cur .dljc_special_con {
    display: block;
  }

  /* 文旅名片下半部分 */
  .card_title {
    /* font-weight: 600;
    font-size: 22px;
    color: #333; */
    display: flex;
    justify-content: center;
    margin: 30px auto;
  }

  .card_title img {
    display: block;
    height: 35px;
  }

  .card_box {
    margin: 20px auto;
    overflow: hidden;
    width: 1200px;
  }

  .card_list {
    /* width: 1200px;
    margin: 16px auto 30px; */
    /* display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr; */
    display: flex;
  }

  .card_item {
    width: 288px;
    height: 370px;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
  }

  .card_cover {
    width: 100%;
    height: 100%;
    background: #0000004d;
    padding: 10px 14px 20px 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .card_top {
    /* width: 100%; */
    height: 24px;
    display: flex;
    color: #fff;
    font-size: 12px;
    justify-content: flex-end;
    align-items: center;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
  }

  .card_top_img {
    width: 20px;
  }

  .card_middle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .card_middle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .card_bottom {
    font-weight: 400;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 100%;
    display: none;
  }

  .card_text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: #000000cc;
    padding: 20px;
    color: #fff;
    transition: top 0.5s ease;
  }

  .card_text h1 {
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
  }

  .card_text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    overflow: hidden;
  }

  .card_item:hover .card_text {
    top: 0;
  }

  /* 新路径 */
  .section_lj {
    margin-bottom: 40px;
  }

  .lj_box {
    display: flex;
  }

  .lj_box_left {
    width: 590px;
    padding: 20px;
    background-color: #fff;
  }

  .left_item_img {
    width: 180px;
    height: 120px;
    background: rgba(230, 230, 230, 1) url('https://p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1772690599574288/logo-2.png') no-repeat center;
    background-size: 68%;
    margin-right: 12px;
    overflow: hidden;
  }

  .lj_box_left_item h2 {
    font-size: 18px;
    flex: 1;
  }

  .lj_box_left_item h2:hover {
    color: #C01E13;
  }

  .lj_box_left_item {
    display: flex;
    margin-bottom: 16px;
    align-items: center;
  }

  .lj_box_left_item:nth-last-child(1) {
    margin-bottom: 0;
  }

  .lj_box_right {
    overflow: hidden;
    padding: 20px;
    flex: 1;
    background-color: #fff;
    margin-left: 20px;
  }




  .lj_carousel_image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: rgba(230, 230, 230, 1) url("https://p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1772690599574288/logo-2.png") no-repeat center;
    background-size: 68%;
  }


  .lj_carousel_text {
    width: 100%;
    padding: 10px 0 20px;
  }

  .lj_carousel_text h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
    margin: 0;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制显示的行数为2 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* 显示省略号来表示溢出的内容 */
  }



  /* 新新应用 */
  .yy_box {
    display: flex;
    justify-content: space-between;
  }

  .yy_box_left {
    padding: 20px;
    font-size: 16px;
    width: 458px;
    background-color: #fff;
    display: grid;
    gap: 30px;
  }

  .yy_box_left a {
    line-height: 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: none
  }


  .yy_box_left a:hover {
    color: #D63435;
    font-weight: bold;
  }

  .yy_box_left a p {
    width: 402px;
    white-space: nowrap;
    /* 防止文本换行 */
    overflow: hidden;
    /* 隐藏溢出的文本 */
    text-overflow: ellipsis;
    /* 显示省略号来表示溢出的内容 */
  }

  .yy_box_right {
    padding: 10px 16px;
    background: #fff;
    width: 726px;
  }

  /* 第二组名片 */
  .second_card {
    width: 100%;
    overflow-x: hidden;
    /* overflow-y: visible; */
    margin: 0 auto;
    /* padding-bottom: 56px; */
    position: relative;
  }

  .second_card .card_item {
    width: 224px;
    height: 230px;
    display: block;
    position: relative;
  }

  .second_card .card-cover {
    width: 100%;
    height: 168px;
    background-color: #fff;
    background: #e7e7e7 url("https://p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1772690599574288/logo-2.png") no-repeat center;
    background-size: 50%;
    overflow: hidden;
  }

  .second_card .card-title {
    font-size: 12px;
    padding-right: 36px;
    height: 40px;
    line-height: 20px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    margin: 8px 0;
  }

  .second_card .card-qrcode {
    position: absolute;
    bottom: 35px;
    right: 0;
    width: 20px;
    height: 18px;
    z-index: 1;
    cursor: pointer;
    background-size: 300px auto;
    background-position: left -30px top;
  }



  .second_card .card-qrcode-img {
    display: none;
    position: absolute;
    top: 75px;
    right: 0;
    z-index: 1;
    padding: 8px;
    background-color: #fff;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
  }

  .section_yy {
    margin-bottom: 32px;
  }

  /* 发送体验弹窗 */



}