@media (max-width: 768px) {
  html {
    font-size: calc(100vw / 390 * 16);
  }
  body {
    background-color: #f6f6f6;
  }
  .mobile-wrap {
    width: calc(100% - 2rem);
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
  .mobile-wrap .wrap-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .625rem;
  }
  .mobile-wrap .wrap-head .wrap-title {
    font-size: 1.25rem;
  }
  .mobile-wrap .wrap-head .more {
    height: 1.5rem;
    font-size: .75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.75rem;
    color: #666;
    border-radius: 1.25rem;
    border: 1px solid #CCCCCC;
  }
  .mobile-wrap .wrap-head .more img {
    width: 1.25rem;
  }
}

.content-text {
  color: #666666;
}

.font-banner-subTitle {
  opacity: 0.75;
}

.cbl-expand {
  position: fixed;
  right: 0;
  z-index: 99;
  top: 20%;
  cursor: pointer;
  width: 40px;
  transition: all 0.2s ease;
}

.cbl-expand-close {
  right: -56px;
  transition-delay: 0.2s;
}

.cbl {
  position: fixed;
  right: -112px;
  top: 20%;
  z-index: 99;
  transition: all 0.2s ease;
  padding-right: 10px;
}

.cbl ul {
  display: flex;
  flex-direction: column;
}

.cbl ul li {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background: rgba(51, 51, 51, 0.65);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.cbl ul li:hover {
  background: #B21E28;
}

.cbl ul li p {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

.cbl ul li img {
  height: 40px;
  display: block;
}

.cbl ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.cbl ul li:not(:last-of-type) {
  margin-bottom: 14px;
}

.home-pc .cbl-expand {
  top: 50%;
  transform: translateY(-50%);
}

.home-pc .cbl {
  top: 50%;
  transform: translateY(-50%);
}

.active-cbl {
  right: 0;
  transition-delay: 0.2s;
}

@media (min-width: 768px) and (max-width: 1920px) {
  body {
    min-width: 1200px;
  }
  .page {
    font: normal 12px/30px "Microsoft YaHei";
  }
  .overviewDetail-title {
    font-size: 24px;
  }
  .breadcrumb {
    font-size: 14px;
  }
  .overviewDetail-content-text {
    font-size: 18px;
  }
  .sidebar .column-name {
    font-size: 16px;
  }
  .product-content h1 {
    font-size: 46px;
    line-height: 80px;
    padding: 0 40px;
  }
  .product-content h1 i {
    height: 80px;
    width: 40px;
  }
  .product-content .cpjs-tab-nr {
    padding: 34px 24px 18px 24px;
    font-size: 18px;
  }
  .product-content .cpjs-tab-nr p {
    font-size: 16px;
  }
  .product-content .cpjs-tab-nr .cpjs-tab-tit {
    font-size: 20px;
    line-height: 40px;
  }
  .product-content .cpjs-tab-nr .cpjs-tab-tit i {
    height: 40px;
    width: 24px;
  }
  .product-content .cpjs-tab-nr .ywlc i {
    font-size: 14px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .wrap {
    width: 1200px;
    margin: 0 auto;
  }
  .wrap .item-title {
    font-size: 24px;
  }
  .wrap .item-title-en {
    font-size: 18px;
  }
  .font-banner-title {
    font-size: 60px;
    line-height: 1.4;
    font-weight: 600;
  }
  .font-banner-subTitle {
    font-size: 28px;
  }
  .hxzx .bg {
    top: 60px;
  }
  .hxzx-main .tab {
    height: 60px;
    line-height: 60px;
    font-size: 28px;
  }
  .hxzx-main .more {
    font-size: 16px;
  }
  .hxzx-main .more img {
    height: 20px;
  }
  .hxry .more {
    font-size: 16px;
  }
  .hxry .more img {
    height: 20px;
  }
  .article-title {
    font-size: 16px;
    line-height: 2.4;
  }
  .home-banner {
    height: calc(100vh - 80px - 100px);
  }
  .home-banner .tt_banner .swiper-pagination {
    bottom: 50px;
  }
  .khfw .wrap {
    height: 100px;
  }
  .cpgg {
    height: 40px;
  }
  .home-cpgg-title {
    font-size: 16px;
  }
  .khfw-item-title {
    font-size: 16px;
    line-height: 1.4;
  }
  .khfw-icon {
    height: 40px;
  }
  .date {
    font-size: 16px;
  }
  .wrap-title {
    font-size: 28px;
  }
  .wrap-subTitle {
    font-size: 16px;
  }
  .content-text {
    font-size: 16px;
    line-height: 2;
  }
  .view-btn {
    font-size: 14px;
    line-height: 2.4;
  }
  .year-list {
    font-size: 28px;
  }
  .year-list .gray {
    font-size: 22px;
  }
  .hxry-main .content {
    height: 460px;
  }
  .swiper-button img {
    height: 50px;
    width: 50px;
  }
  .swiper-next {
    right: -20px;
  }
  .swiper-prev {
    left: -20px;
  }
}

@media (min-width: 1920px) and (max-width: 2650px) {
  .page {
    font: normal 14px/30px "Microsoft YaHei";
  }
  .overviewDetail-title {
    font-size: 30px;
  }
  .breadcrumb {
    font-size: 16px;
  }
  .overviewDetail-content-text {
    font-size: 22px;
  }
  .sidebar .column-name {
    font-size: 18px;
  }
  .product-content h1 {
    font-size: 56px;
    line-height: 100px;
    padding: 0 50px;
  }
  .product-content h1 i {
    height: 100px;
    width: 50px;
  }
  .product-content .cpjs-tab-nr {
    padding: 34px 24px 18px 24px;
  }
  .product-content .cpjs-tab-nr p {
    font-size: 20px;
  }
  .product-content .cpjs-tab-nr .cpjs-tab-tit {
    font-size: 24px;
    line-height: 40px;
  }
  .product-content .cpjs-tab-nr .cpjs-tab-tit i {
    height: 40px;
    width: 24px;
  }
  .product-content .cpjs-tab-nr .ywlc i {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .wrap {
    width: 1400px;
    margin: 0 auto;
  }
  .wrap .item-title {
    font-size: 28px;
  }
  .wrap .item-title-en {
    font-size: 22px;
  }
  .font-banner-title {
    font-size: 72px;
    line-height: 1.4;
    font-weight: 600;
  }
  .font-banner-subTitle {
    font-size: 36px;
  }
  .hxzx .bg {
    top: 60px;
  }
  .hxzx-main .tab {
    height: 60px;
    line-height: 60px;
    font-size: 32px;
  }
  .hxzx-main .more {
    font-size: 20px;
  }
  .hxzx-main .more img {
    height: 24px;
  }
  .hxry .more {
    font-size: 20px;
  }
  .hxry .more img {
    height: 24px;
  }
  .article-title {
    font-size: 20px;
    line-height: 2.4;
  }
  .home-banner {
    height: calc(100vh - 90px - 130px);
  }
  .home-banner .tt_banner .swiper-pagination {
    bottom: 80px;
  }
  .khfw .wrap {
    height: 130px;
  }
  .cpgg {
    height: 60px;
  }
  .home-cpgg-title {
    font-size: 20px;
  }
  .khfw-icon {
    height: 50px;
  }
  .khfw-item-title {
    font-size: 18px;
    line-height: 1.4;
  }
  .date {
    font-size: 20px;
  }
  .wrap-title {
    font-size: 32px;
  }
  .wrap-subTitle {
    font-size: 18px;
  }
  .content-text {
    font-size: 20px;
    line-height: 2;
  }
  .view-btn {
    font-size: 16px;
    line-height: 2.4;
  }
  .year-list {
    font-size: 32px;
  }
  .year-list .gray {
    font-size: 28px;
  }
  .hxry-main .content {
    height: 560px;
  }
  .swiper-button img {
    height: 70px;
    width: 70px;
  }
  .swiper-next {
    right: -70px;
  }
  .swiper-prev {
    left: -70px;
  }
}
