.icon-group {
  background-repeat: no-repeat;
  background-image: url("https://p4.img.cctvpic.com/photoAlbum/templet/common/DEPA1733366680932753/icon.png");
}
@media screen and (max-width: 1024px) {
  html,
  body {
    margin: 0;
    padding: 0;
    font-size: 50px;
    min-width: 320px;
    margin: 0 auto;
    max-width: 750px;
    background: #f5f5f5
      url("https://p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1752833539070863/qsy_mobile_bg.png")
      no-repeat;
    background-size: 100%;
    background-position: center 1.76rem;
  }
  /* 导航 */
  .header {
    display: none;
  }
  .headerM {
    width: 100%;
    height: 0.88rem;
    background: #222222;
    padding: 0 0.28rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .headerLeft {
    height: 100%;
    display: flex;
  }

  .headerM_logo {
    width: 1.9rem;
    height: 100%;
    background: #bf0614;
    margin-right: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .headerM_logo img {
    width: 1.52rem;
  }

  .headerLeft span {
    font-size: 0.36rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 0.88rem;
  }

  .headerRight {
    width: 0.4rem;
    height: 0.4rem;
  }

  .headerRight img {
    width: 100%;
    display: block;
  }
  /* 目录 */
  .nav {
    width: 100%;
    height: 0.88rem;
    padding: 0 0.28rem;
    display: flex;
    align-items: center;
    background: #ffffff;
  }
  .nav_item {
    font-weight: 500;
    font-size: 0.32rem;
    margin-right: 0.72rem;
  }
  .nav_item:last-child {
    margin-right: 0;
  }
  .nav_active {
    color: #bf0614;
  }
  .wl_top {
    display: none;
  }
  /* 头部大图 */
  .big_img {
    width: 100%;
    height: 3.8rem;
    display: flex;
    margin-top: 4.17rem;
    padding: 0 0.3rem;
    overflow: scroll;
    display: none;
  }
  .big_img_item {
    flex-shrink: 0;
    width: 5.9rem;
    height: 100%;
    position: relative;
    margin-right: 0.2rem;
    background-color: #fff;
    background-size: 50% auto;
    background-position: center;
    background-image: url("https://p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1674975020722807/logo5.jpg");
    background-repeat: no-repeat;
    background-color: #e7e7e7;
  }
  .big_img_item:last-child {
    margin-right: 0;
  }
  .big_img_item img {
    width: 100%;
    height: 100%;
    object-fix: cover;
    display: block;
  }
  .big_img_item h1 {
    position: absolute;
    left: 0;
    bottom: 32px;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    padding-left: 26px;
  }

  #swiper_1st {
    margin-top: 5.12rem;
  }
  /* 第一组名片 */
  .first_card {
    width: 6.9rem;
    overflow: hidden !important;
    margin: 0.8rem auto 0 auto;
    padding-bottom: 0.8rem;
    position: relative;
  }
  .first_card .card_item {
    width: 285px;
    height: 3.36rem;
    display: block;
    position: relative;
  }
  .first_card .card-cover {
    width: 100%;
    height: 2.5rem;
    background-color: #fff;
    background-size: 50% auto;
    background-position: center;
    background-image: url("https://p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1674975020722807/logo5.jpg");
    background-repeat: no-repeat;
    background-color: #e7e7e7;
    overflow: hidden;
  }
  .first_card .card-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    display: block;
  }
  .first_card .card-title {
    width: 100%;
    height: 0.68rem;
    font-size: 0.24rem;
    font-weight: 500;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    margin: 0.08rem 0;
  }
  .first_card .card-qrcode {
    display: none;
  }
  .first_card .card-qrcode-img {
    display: none;
  }
  .card-cover img[src=""] {
    opacity: 0;
  }
  .card_item:hover .card-cover img {
    transform: scale(1.1);
  }
  .card_item:hover .card-identity .identity-img {
    margin-top: 25px;
  }
  .card-identity {
    position: absolute;
    top: 1.66rem;
    left: 0;
    width: 100%;
    height: 0.84rem;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 95%
    );
  }
  .card-identity .identity-img {
    width: 1.28rem;
    height: 0.32rem;
    margin: 0.32rem auto 0;
    background-size: 7.5rem auto;
    background-position: left top -1.28rem;
    transition: margin 0.3s ease;
  }
  .first_card .card-tag {
    position: absolute;
    top: 0.08rem;
    right: 0.08rem;
    font-size: 0.16rem;
    color: #eee;
    line-height: 0.24rem;
    padding: 0 0.07rem;
    background: rgba(0, 0, 0, 0.4);
  }

  .swiper-handle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    width: 100%;
    margin: 0.5rem auto 0 auto;
    position: relative;
  }
  .swiper-progress {
    position: relative;
    width: 4rem;
  }
  .page-progress .total-page {
    font-size: 0;
    height: 2px;
    background-color: #000;
    opacity: 0.2;
  }
  .page-btn div {
    display: inline-block;
    width: 0.64rem;
    height: 0.64rem;
    max-width: 0.64rem;
    max-height: 0.64rem;
    font-size: 0;
    color: #b1b1b1;
    border-radius: 0.04rem;
    border: 0.02rem solid #d9d9d9;
    background-color: #fff;
    margin-left: 10px;
    cursor: pointer;
    user-select: none;
  }
  .page-btn div:hover,
  .page-btn div.current-page {
    color: #c01e13;
    border-color: #c01e13;
  }

  .page-prev {
    background-size: 7.5rem auto;
    background-position: left 0.18rem top 0.18rem;
  }
  .page-next {
    background-size: 7.5rem auto;
    background-position: left -0.18rem top 0.18rem;
  }
  .page-prev:not(.page-disabled):hover,
  .page-next:not(.page-disabled):hover {
    background-position-y: -0.26rem;
  }

  /* .page-btn div.page-disabled,
.page-btn div.page-disabled:hover {
  cursor: not-allowed;
  color: #b1b1b1;
  border: 1px solid #d9d9d9;
  background-color: rgba(0, 0, 0, 0.02);
}
.swiper-backface-hidden .swiper-slide {
  transform: none;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 3px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  bottom: 0;
  top: auto;
  height: 5px;
} */

  .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 0.02rem;
  }
  .swiper-scrollbar-drag {
    height: 0.08rem;
    bottom: 0.03rem;
    top: auto;
    border-radius: 0;
  }

  /* 第二组名片 */
  .second_card {
    width: 6.9rem;
    overflow: hidden !important;
    margin: 0 auto;
    padding-bottom: 0.8rem;
    position: relative;
  }

  .second_card .card_item {
    height: 3.36rem;
    display: block;
    position: relative;
  }

  .second_card .card-cover {
    width: 100%;
    height: 2.52rem;
    background-color: #fff;
    background-size: 50% auto;
    background-position: center;
    background-image: url("https://p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1674975020722807/logo5.jpg");
    background-repeat: no-repeat;
    background-color: #e7e7e7;
    overflow: hidden;
  }
  .second_card .card-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
  }
  .second_card .card-title {
    width: 100%;
    height: 0.68rem;
    font-size: 0.24rem;
    font-weight: 500;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    margin: 0.08rem 0;
  }
  .second_card .card-qrcode {
    display: none;
  }
  .second_card .card-tag {
    position: absolute;
    top: 0.08rem;
    right: 0.08rem;
    font-size: 0.16rem;
    color: #eee;
    line-height: 0.24rem;
    padding: 0 0.07rem;
    background: rgba(0, 0, 0, 0.4);
  }
  .second_card .card-qrcode-img {
    display: none;
  }

  /* 第三组名片 */
  .third_card {
    width: 6.9rem;
    overflow: hidden !important;
    margin: 0 auto;
    padding-bottom: 0.8rem;
    position: relative;
  }

  .third_card .card_item {
    height: 3.04rem;
    display: block;
    position: relative;
    /* background: #fff; */
  }

  .third_card .card-cover {
    width: 100%;
    height: 2.3rem;
    background-color: #fff;
    background-size: 50% auto;
    background-position: center;
    background-image: url("https://p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1674975020722807/logo5.jpg");
    background-repeat: no-repeat;
    background-color: #e7e7e7;
    overflow: hidden;
  }
  .third_card .card-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
  }
  .third_card .card-title {
    width: 100%;
    height: 0.68rem;
    font-size: 0.24rem;
    font-weight: 500;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    margin: 0.08rem 0;
  }
  .third_card .card-tag {
    position: absolute;
    top: 0.08rem;
    right: 0.08rem;
    font-size: 0.16rem;
    color: #eee;
    line-height: 0.24rem;
    padding: 0 0.07rem;
    background: rgba(0, 0, 0, 0.4);
  }
  /* 查询 */
  .serve-search {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding: 0 0.3rem;
  }
  .search-logo {
    width: fit-content;
    font-size: 0.36rem;
    line-height: 0.88rem;
    padding-left: 2.2rem;
    padding-right: 0;
    margin-bottom: 0.36rem;
    background-size: 2.06rem auto;
    background-image: url("https://p4.img.cctvpic.com/photoAlbum/templet/common/DEPA1733366680932753/xiu_logo.png");
    background-repeat: no-repeat;
    background-position: left center;
  }
  .input-box {
    width: 100%;
    max-width: 100%;
    display: flex;
    font-size: 0;
    border: 1px solid #c01e13;
    position: relative;
    background: #ffffff;
  }
  .input-box button {
    font-size: 0.3rem;
    padding: 0 0.5rem;
    flex-shrink: 0;
    border: none;
    background-color: #c01e13;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
  }
  .input-box input {
    padding: 0.1rem 0.2rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
    border: none;
    outline: none;
    flex: 1;
  }
  .search-list {
    margin: 0.4rem auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0;
  }
  .search-list .card_item {
    width: calc(100% / 2 - 5px);
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .clear-btn {
    height: 0.7rem;
    right: 1.6rem;
    width: 0.6rem;
    background-size: 0.3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("https://os.j.cctv.com/common/user/sample/img/close.png");
    background-color: transparent;
  }

  .search-page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
  }
  .search-page div {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .search-page .page-num {
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #333;
  }

  .search-error {
    max-width: 88%;
    margin: 60px auto 0;
    display: none;
  }
  .search-error p:first-of-type {
    font-size: 0.3rem;
    font-weight: 500;
  }
  .search-error p:nth-of-type(2) {
    font-size: 0.28rem;
    color: #666;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 6px;
  }
  .search-error p:nth-of-type(3),
  .search-error p:nth-of-type(4) {
    font-size: 0.24rem;
    font-weight: 500;
    color: #666;
    line-height: 0.38rem;
  }
}

@media screen and (min-width: 1025px) {
  body {
    background: #f5f5f5
      url("https://p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1752833539070863/qsy_pc_bg.png")
      no-repeat;
    background-size: auto 640px;
    background-position: center 60px;
  }
  .headerM {
    display: none;
  }
  .nav {
    display: none;
  }
  /* header */
  .header {
    width: 100%;
    min-width: 1200px;
    height: 60px;
    background: #333333;
  }

  .header_content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
  }

  .header_logo {
    width: 195px;
    height: 86px;
  }

  .header_logo img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .header_list {
    width: 980px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    padding-left: 44px;
    padding-right: 28px;
    flex: 1;
  }

  .header_left {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .header_right {
    display: flex;
    height: 100%;
    line-height: 60px;
  }
  .header_menu {
    padding-right: 20px;
    cursor: pointer;
    background-image: url("https://p4.img.cctvpic.com/photoAlbum/templet/common/DEPA1752741105517665/icon_down_active.png");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 80px center;
    position: relative;
  }
  .header_menu_list {
    width: 140px;
    height: 100px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    padding: 18px 20px;
    flex-direction: column;
    justify-content: space-between;
    display: none;
  }
  .header_menu_item {
    padding-left: 12px;
    color: #000000;
    position: relative;
    cursor: pointer;
  }
  .header_menu_item:hover {
    color: #c01e13;
  }
  .header_menu_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #c01e13;
  }

  .header_tab,
  .header_menu {
    height: 100%;
    color: #ffffff;
    margin-right: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
  }

  .header_tab:hover,
  .header_menu:hover {
    color: #c01e13;
  }
  .header_menu:hover .header_menu_list {
    display: flex;
    z-index: 10;
  }

  .header_menu:hover {
    background-image: url("https://p4.img.cctvpic.com/photoAlbum/templet/common/DEPA1752741105517665/icon_down_active.png");
  }

  .header_list .header_tab:last-child {
    margin-right: 0;
  }

  .header_active {
    color: #c01e13;
  }
  /* 头部大图 */
  .big_img {
    width: 1200px;
    height: 380px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 280px auto 0;
    display: none;
  }
  .big_img_item {
    width: 590px;
    height: 100%;
    position: relative;
    background-color: #fff;
    background-size: 50% auto;
    background-position: center;
    background-image: url("https://p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1674975020722807/logo5.jpg");
    background-repeat: no-repeat;
    background-color: #e7e7e7;
  }
  .big_img_item img {
    width: 100%;
    height: 100%;
    object-fix: cover;
  }
  .big_img_item h1 {
    position: absolute;
    left: 0;
    bottom: 32px;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    padding-left: 26px;
  }
  #swiper_1st {
    margin-top: 400px;
    z-index: 11;
  }
  /* 第一组名片 */
  .first_card {
    width: 1200px;
    overflow: hidden;
    margin: 75px auto 0 auto;
    padding-bottom: 56px;
    position: relative;
  }
  .first_card .card_item {
    width: 285px;
    height: 272px;
    display: block;
    position: relative;
  }
  .first_card .card-cover {
    width: 100%;
    height: 213px;
    background-color: #fff;
    background-size: 375px auto;
    background-position: left 26px top -146px;
    overflow: hidden;
  }
  .first_card .card-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
  }
  .first_card .card-title {
    font-size: 16px;
    font-weight: 500;
    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;
  }
  .first_card .card-qrcode {
    position: absolute;
    bottom: 31px;
    right: 0;
    width: 20px;
    height: 20px;
    z-index: 1;
    cursor: pointer;
    background-size: 375px auto;
    background-position: left -40px top;
  }
  .first_card .card-qrcode:hover {
    background-position: left -40px top -24px;
  }
  .first_card .card-qrcode-img {
    display: none;
    position: absolute;
    top: 248px;
    right: 0;
    z-index: 1;
    padding: 8px 8px 30px;
    background-color: #fff;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
  }
  .card-cover img[src=""] {
    opacity: 0;
  }
  .card_item:hover .card-cover img {
    transform: scale(1.1);
  }
  .card_item:hover .card-identity .identity-img {
    margin-top: 25px;
  }
  .card-qrcode-img::before {
    content: "扫一扫查看";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
  }
  .card-qrcode-img canvas {
    width: 72px;
    height: 72px;
    display: block;
  }
  .card-identity {
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    height: 73px;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 95%
    );
  }
  .card-identity .identity-img {
    width: 110px;
    height: 28px;
    margin: 30px auto 0;
    background-size: 600px auto;
    background-position: left 5px top -100px;
    transition: margin 0.3s ease;
  }
  .first_card .card-tag {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 14px;
    color: #eee;
    line-height: 22px;
    padding: 0 6px;
    background: rgba(0, 0, 0, 0.4);
  }

  .swiper-handle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 284px;
    margin: 0 auto;
    position: relative;
    z-index: -1;
    opacity: 0;
    /* 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-btn {
    display: flex;
    align-items: center;
  }
  .page-btn div {
    width: 32px;
    height: 32px;
    max-width: 32px;
    max-height: 32px;
    font-size: 0;
    color: #b1b1b1;
    border-radius: 2px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    margin-left: 10px;
    cursor: pointer;
    user-select: none;
  }
  .page-btn div:hover,
  .page-btn div.current-page {
    color: #c01e13;
    border-color: #c01e13;
  }

  .page-prev {
    background-size: 375px auto;
    background-position: left 9px top 9px;
  }
  .page-next {
    background-size: 375px auto;
    background-position: left -9px top 9px;
  }
  .page-prev:not(.page-disabled):hover,
  .page-next:not(.page-disabled):hover {
    background-position-y: -13px;
  }

  /* .page-btn div.page-disabled,
.page-btn div.page-disabled:hover {
  cursor: not-allowed;
  color: #b1b1b1;
  border: 1px solid #d9d9d9;
  background-color: rgba(0, 0, 0, 0.02);
}
.swiper-backface-hidden .swiper-slide {
  transform: none;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 3px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  bottom: 0;
  top: auto;
  height: 5px;
} */

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

  /* 第二组名片 */
  .second_card {
    width: 1200px;
    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-size: 50% auto;
    background-position: center;
    background-image: url("https://p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1674975020722807/logo5.jpg");
    background-repeat: no-repeat;
    background-color: #e7e7e7;
    overflow: hidden;
  }
  .second_card .card-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
  }
  .second_card .card-title {
    font-size: 14px;
    font-weight: 500;
    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-tag {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 12px;
    color: #eee;
    line-height: 20px;
    padding: 0 6px;
    background: rgba(0, 0, 0, 0.4);
  }
  .second_card .card-qrcode-img {
    display: none;
    position: absolute;
    top: 200px;
    right: 0;
    z-index: 1;
    padding: 8px 8px 30px;
    background-color: #fff;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
  }

  /* 第三组名片 */
  .third_card {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 56px;
    position: relative;
  }

  .third_card .card_item {
    width: 182px;
    height: 210px;
    display: block;
    position: relative;
  }

  .third_card .card-cover {
    width: 100%;
    height: 125px;
    background-color: #fff;
    background-size: 50% auto;
    background-position: center;
    background-image: url("https://p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1674975020722807/logo5.jpg");
    background-repeat: no-repeat;
    background-color: #e7e7e7;
    overflow: hidden;
  }
  .third_card .card-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
  }
  .third_card .card-title {
    font-size: 14px;
    font-weight: 500;
    padding-right: 24px;
    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;
  }
  .third_card .card-tag {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 12px;
    color: #eee;
    line-height: 16px;
    padding: 0 4px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
  }
  .third_card .card-qrcode {
    position: absolute;
    bottom: 58px;
    right: 0;
    width: 20px;
    height: 18px;
    z-index: 1;
    cursor: pointer;
    background-size: 300px auto;
    background-position: left -30px top;
  }
  .third_card .card-qrcode-img {
    display: none;
    position: absolute;
    top: 160px;
    right: 0;
    z-index: 1;
    padding: 8px 8px 30px;
    background-color: #fff;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
  }
  /* 查询 */
  .serve-search {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search-logo {
    font-size: 24px;
    font-weight: 500;
    line-height: 45px;
    padding-left: 150px;
    padding-right: 18px;
    background-image: url("https://p4.img.cctvpic.com/photoAlbum/templet/common/DEPA1733366680932753/xiu_logo.png");
    background-repeat: no-repeat;
    background-size: 138px auto;
    background-position: left center;
  }
  .input-box {
    width: 48%;
    max-width: 560px;
    /* margin: 0 auto; */
  }
  .input-box {
    display: flex;
    font-size: 0;
    border: 1px solid #c01e13;
    position: relative;
  }
  .input-box input {
    flex: 1;
    padding: 10px 12px;
    font-size: 20px;
    line-height: 26px;
    outline: none;
    border: none;
  }
  .input-box button {
    flex-shrink: 0;
    font-size: 18px;
    border: none;
    padding: 0 40px;
    background-color: #c01e13;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
  }
  .input-box button:active {
    background-color: #d92518;
  }
  .search-list {
    width: 1200px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    overflow: visible;
  }
  .search-list .card_item {
    margin-top: 20px;
    margin-right: 20px;
  }
  .search-list .card_item:nth-of-type(4n + 4) {
    margin-right: 0;
  }
  .search-page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 56px;
  }

  .search-page .page-num {
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #333;
  }
  .text-highlight {
    color: #c01e13;
    font-weight: 500;
  }
  .search-error {
    display: none;
    width: 420px;
    word-break: break-all;
    margin: 10px auto 0;
  }
  .clear-btn {
    position: absolute;
    top: 0;
    right: 120px;
    width: 30px;
    height: 46px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("https://os.j.cctv.com/common/user/sample/img/close.png");
    background-color: transparent;
    cursor: pointer;
    display: none;
  }
}
