@charset "UTF-8";
:root {
  --vi: #0064BC;
  --head-height: 1rem;
  --fw700: "HarmonyOS_Sans_SC_Bold" ;
}

.search_page {
  padding-top: var(--head-height);
  background: #F6F6F6;
}
.search_page .sea1 .head {
  background-color: #F1F3F5;
}
.search_page .sea1 .head .crumb {
  padding: 0.35rem 0;
}
.search_page .sea1 .head .search_box {
  padding: 0.7rem 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
}
.search_page .sea1 .head .search_box .search {
  width: 12.4rem;
  height: 0.5rem;
  position: relative;
}
.search_page .sea1 .head .search_box .search input {
  width: 100%;
  height: 100%;
  line-height: 0.5rem;
  padding-left: 0.5rem;
}
.search_page .sea1 .head .search_box .search input::placeholder {
  color: #999;
}
.search_page .sea1 .head .search_box .search .icon {
  position: absolute;
  top: 50%;
  left: 0.24rem;
  width: 0.15rem;
  height: 0.15rem;
  transform: translateY(-50%);
}
.search_page .sea1 .head .search_box .search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.search_page .sea1 .head .search_box .search button:hover {
  color: #fff;
  background-color: color-mix(in srgb, var(--vi), black 30%);
}
.search_page .sea1 .content {
  padding: 0.6rem 1.3rem 2rem;
}
.search_page .sea1 .content .filter_list {
  display: flex;
  gap: 0.24rem;
  margin-bottom: 0.5rem;
}
.search_page .sea1 .content .filter_list .item {
  padding: 0.12rem 0.4rem;
  border-radius: 0.275rem;
  background: #FFF;
  transition: all 0.5s;
}
.search_page .sea1 .content .filter_list .item:hover, .search_page .sea1 .content .filter_list .item.active {
  background-color: var(--vi);
  color: #fff;
}
.search_page .sea1 .content .list {
  width: 100%;
  display: none;
}
.search_page .sea1 .content .list .no_list {
    color: #333;
}
.search_page .sea1 .content .list:last-child {
  margin-bottom: 0;
}
.search_page .sea1 .content .list.active {
  display: flex;
}
.search_page .sea1 .content .list.product {
  flex-wrap: wrap;
  gap: 0.2rem;
}
.search_page .sea1 .content .list.product .item {
  width: calc((100% - 0.6rem) / 4);
  height: 4.35rem;
  padding: 0.3rem;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.search_page .sea1 .content .list.product .item .img_box {
  width: 2.41rem;
  height: 1.93rem;
  overflow: hidden;
  margin: auto;
}
.search_page .sea1 .content .list.product .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.search_page .sea1 .content .list.product .item .name {
  color: #333;
  line-height: 1.36;
  margin: 0 0 0.17rem 0;
  text-align: center;
}
.search_page .sea1 .content .list.product .item .btn {
  display: flex;
  justify-content: center;
  max-height: 0;
  overflow: hidden;
  transition: all 0.7s;
}
.search_page .sea1 .content .list.product .item:hover .btn {
  max-height: 1rem;
  margin: 0.17rem 0 0 0;
}
.search_page .sea1 .content .list.download {
  flex-wrap: wrap;
  gap: 0.3rem;
}
.search_page .sea1 .content .list.download .item {
  width: calc((100% - 0.9rem) / 4);
  padding: 0.32rem 0.3rem;
  border: 1px solid #efefef;
  background: #fff;
  position: relative;
  transition: all 0.5s;
}
.search_page .sea1 .content .list.download .item .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.85rem;
  height: 1.23rem;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.search_page .sea1 .content .list.download .item .top {
  display: flex;
  justify-content: space-between;
  gap: 0.2rem;
}
.search_page .sea1 .content .list.download .item .top .icon {
  position: relative;
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
}
.search_page .sea1 .content .list.download .item .top .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
}
.search_page .sea1 .content .list.download .item .top .icon .normal {
  opacity: 1;
}
.search_page .sea1 .content .list.download .item .top .time {
  display: flex;
  align-items: center;
  gap: 0.06rem;
  color: #86868b;
  transition: all 0.5s;
}
.search_page .sea1 .content .list.download .item .top .time img {
  width: 0.16rem;
  height: 0.16rem;
  flex-shrink: 0;
}
.search_page .sea1 .content .list.download .item .top .time .active {
  display: none;
}
.search_page .sea1 .content .list.download .item .name {
  color: #333;
  line-height: 1.3;
  margin: 0.3rem 0 0 0;
  transition: all 0.5s;
  height: 0.7rem;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search_page .sea1 .content .list.download .item .txt {
  color: #999;
  line-height: 1.5;
  margin: 0.12rem 0 0 0;
  transition: all 0.5s;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search_page .sea1 .content .list.download .item .bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0.2rem;
  margin: 0.36rem 0 0 0;
}
.search_page .sea1 .content .list.download .item .bottom .size {
  color: #86868b;
  transition: all 0.5s;
}
.search_page .sea1 .content .list.download .item .bottom .btn {
  display: flex;
  align-items: center;
  gap: 0.06rem;
  border: 1px solid var(--vi);
  color: var(--vi);
  background: #fff;
  padding: 0.1rem 0.43rem;
  position: relative;
  z-index: 2;
}
.search_page .sea1 .content .list.download .item .bottom .btn img {
  width: 0.16rem;
  flex-shrink: 0;
}
.search_page .sea1 .content .list.download .item .bottom .btn .active {
  display: none;
}
.search_page .sea1 .content .list.download .item .bottom .btn.no {
  background: #eaeaea;
  color: #666;
  border-style: none;
  cursor: not-allowed;
}
.search_page .sea1 .content .list.download .item .bottom .btn.no .normal {
  display: none;
}
.search_page .sea1 .content .list.download .item .bottom .btn.no .active {
  display: block;
}
.search_page .sea1 .content .list.download .item:hover {
  border-color: var(--vi);
  background: var(--vi);
}
.search_page .sea1 .content .list.download .item:hover .mask {
  opacity: 1;
}
.search_page .sea1 .content .list.download .item:hover .top .icon .normal {
  opacity: 0;
}
.search_page .sea1 .content .list.download .item:hover .top .icon .active {
  opacity: 1;
}
.search_page .sea1 .content .list.download .item:hover .top .time {
  color: rgba(255, 255, 255, 0.8);
}
.search_page .sea1 .content .list.download .item:hover .top .time .normal {
  display: none;
}
.search_page .sea1 .content .list.download .item:hover .top .time .active {
  display: block;
}
.search_page .sea1 .content .list.download .item:hover .name {
  color: #fff;
}
.search_page .sea1 .content .list.download .item:hover .txt,
.search_page .sea1 .content .list.download .item:hover .bottom .size {
  color: rgba(255, 255, 255, 0.8);
}
.search_page .sea1 .content .list.faq {
  gap: 0.2rem;
  justify-content: space-between;
}
.search_page .sea1 .content .list.faq .info {
  width: 8.2rem;
  height: 5.3rem;
  flex-shrink: 0;
  position: relative;
  background: #fff;
}
.search_page .sea1 .content .list.faq .info .item {
  position: absolute;
  padding: 0.6rem 0.45rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.search_page .sea1 .content .list.faq .info .item.on {
  opacity: 1;
}
.search_page .sea1 .content .list.faq .info .item .title {
  color: #333;
  line-height: 1.3;
  position: relative;
}
.search_page .sea1 .content .list.faq .info .item .desc {
  color: #666;
  line-height: 1.75;
  margin: 0.35rem 0 0 0;
  text-transform: capitalize;
  max-height: 3rem;
  overflow-y: auto;
}
.search_page .sea1 .content .list.faq .info .item .desc ul {
  padding-left: 0.25rem;
  margin: 0.2rem 0;
}
.search_page .sea1 .content .list.faq .info .item .desc ul,
.search_page .sea1 .content .list.faq .info .item .desc li {
  list-style-type: disc;
}
.search_page .sea1 .content .list.faq .nav_list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  height: 5.3rem;
  overflow-y: auto;
  padding-right: 0.38rem;
}
.search_page .sea1 .content .list.faq .nav_list .item {
  background: #fff;
  padding: 0.34rem 0.3rem;
  transition: all 0.5s ease;
  cursor: pointer;
}
.search_page .sea1 .content .list.faq .nav_list .item.on {
  background: var(--vi);
}
.search_page .sea1 .content .list.faq .nav_list .item.on .title {
  color: #fff;
}
.search_page .sea1 .content .list.faq .nav_list .item .title {
  color: #333;
  line-height: 1.3;
  text-transform: capitalize;
  transition: all 0.5s ease;
}

.about_page .title {
  font-size: 0.44rem;
  font-weight: 700;
  font-family: var(--fw700);
  text-transform: capitalize;
  line-height: 1.2;
}
.about_page section {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.about_page .abo1 {
  position: relative;
  padding-top: var(--head-height);
}
.about_page .abo1 .crumb {
  position: fixed;
  top: 1.5rem;
  left: 1.3rem;
  z-index: 2;
}
.about_page .abo1 .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.about_page .abo1 .wrap .lf {
  padding: 1.2rem 0.9rem 1.5rem 1.3rem;
  width: 9.5rem;
}
.about_page .abo1 .wrap .lf .info {
  margin-bottom: 0.5rem;
}
.about_page .abo1 .wrap .lf .info .title {
  margin-bottom: 0.3rem;
}
.about_page .abo1 .wrap .lf .info .txt p {
  margin-bottom: 0.2rem;
}
.about_page .abo1 .wrap .lf .info .txt p:last-child {
  margin-bottom: 0;
}
.about_page .abo1 .wrap .lf .card_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.2rem;
}
.about_page .abo1 .wrap .lf .card_list .item {
  width: calc((100% - 0.2rem) / 2);
  height: 2.4rem;
  background: #F6F6F6;
  transition: all 0.5s;
  padding: 0.45rem 0.33rem 0.36rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about_page .abo1 .wrap .lf .card_list .item .tit {
  display: flex;
  gap: 0.12rem;
  align-items: center;
  transition: all 0.5s;
}
.about_page .abo1 .wrap .lf .card_list .item .tit .icon {
  width: 0.24rem;
  height: 0.24rem;
  transition: all 0.5s;
}
.about_page .abo1 .wrap .lf .card_list .item .num {
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.about_page .abo1 .wrap .lf .card_list .item:hover {
  background-color: var(--vi);
}
.about_page .abo1 .wrap .lf .card_list .item:hover .tit {
  color: #fff;
}
.about_page .abo1 .wrap .lf .card_list .item:hover .tit .icon {
  filter: brightness(0) invert(1);
}
.about_page .abo1 .wrap .lf .card_list .item:hover .num {
  color: #fff;
}
.about_page .abo1 .wrap .rg {
  z-index: 1;
  flex: 1;
  position: sticky;
  top: var(--head-height);
  height: calc(100vh - var(--head-height));
}
.about_page .abo1 .wrap .rg .pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.about_page .abo2 {
  background: #F9F9F9;
  padding-top: 1.5rem;
}
.about_page .abo2 .wrap .title {
  margin-bottom: 0.8rem;
}
.about_page .abo2 .wrap .cont {
  display: flex;
  justify-content: space-between;
  height: 7.9rem;
}
.about_page .abo2 .wrap .cont .lf {
  width: calc(100% - 7.5rem);
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.about_page .abo2 .wrap .cont .lf .bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.6rem;
  width: 4.8rem;
  height: 4.8rem;
  z-index: 1;
  pointer-events: none;
}
.about_page .abo2 .wrap .cont .lf .bg svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about_page .abo2 .wrap .cont .lf .bg svg path {
  transition: all 0.5s ease;
}
.about_page .abo2 .wrap .cont .lf .bigyear {
  position: relative;
  z-index: 2;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  height: 2.6rem;
}
.about_page .abo2 .wrap .cont .lf .bigyear .swiper_abo2_year {
  width: 100%;
  transform: translateY(-0.2rem);
}
.about_page .abo2 .wrap .cont .lf .bigyear .swiper_abo2_year .swiper-slide {
  width: fit-content;
  height: fit-content;
  margin-bottom: -0.4rem;
}
.about_page .abo2 .wrap .cont .lf .bigyear .swiper_abo2_year .swiper-slide div {
  opacity: 0.1;
  transition: all 0.5s;
  line-height: 1;
  transform: scale(0.4);
}
.about_page .abo2 .wrap .cont .lf .bigyear .swiper_abo2_year .swiper-slide.swiper-slide-prev div, .about_page .abo2 .wrap .cont .lf .bigyear .swiper_abo2_year .swiper-slide.swiper-slide-next div {
  opacity: 0.1;
  transform: scale(0.6);
}
.about_page .abo2 .wrap .cont .lf .bigyear .swiper_abo2_year .swiper-slide.swiper-slide-active div {
  transform: scale(1);
  opacity: 1;
}
.about_page .abo2 .wrap .cont .rg {
  flex-shrink: 0;
  width: 7.5rem;
  height: 100%;
}
.about_page .abo2 .wrap .cont .rg .swiper_abo2_rg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about_page .abo2 .wrap .cont .rg .swiper_abo2_rg .swiper-slide {
  width: 100%;
  height: fit-content;
}
.about_page .abo2 .wrap .cont .rg .swiper_abo2_rg .item {
  padding: 0.5rem 0;
  border-bottom: 0.01rem solid #CDCDCD;
}
.about_page .abo2 .wrap .cont .rg .swiper_abo2_rg .item .year {
  margin-bottom: 0.2rem;
}
.about_page .abo3 {
  height: 10.8rem;
  position: relative;
  overflow: hidden;
}
.about_page .abo3 .bg {
  width: 100%;
  height: 100%;
}
.about_page .abo3 .wrap {
  position: absolute;
  inset: 0;
}
.about_page .abo3 .wrap .title {
  margin-top: 2.68rem;
}
.about_page .abo3 .wrap .swiper_abo3 {
  width: 100%;
  padding: 0 1.3rem;
  position: absolute;
  bottom: 0.95rem;
}
.about_page .abo3 .wrap .swiper_abo3 .swiper-slide {
  width: 4.2rem;
  margin-right: 0.2rem;
}
.about_page .abo3 .wrap .swiper_abo3 .swiper-slide:last-child {
  margin-right: 0;
}
.about_page .abo3 .wrap .swiper_abo3 .item {
  width: 100%;
  height: 4.8rem;
  position: relative;
  padding: 0.66rem 0.44rem 0.35rem;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(0.35rem);
  overflow: hidden;
}
.about_page .abo3 .wrap .swiper_abo3 .item::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  top: 100%;
  width: 180%;
  height: 150%;
  border-radius: 50%;
  background-color: #fff;
  transition: left 0.5s, top 0.5s, border-radius 0.8s;
}
.about_page .abo3 .wrap .swiper_abo3 .item .logo_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.55rem;
  height: 1.78rem;
  opacity: 0;
  transition: all 0.5s;
}
.about_page .abo3 .wrap .swiper_abo3 .item .num_box {
  position: absolute;
  bottom: 0.35rem;
  left: 0.44rem;
  display: flex;
  gap: 0.12rem;
  align-items: center;
}
.about_page .abo3 .wrap .swiper_abo3 .item .num_box .num {
  transition: all 0.5s;
}
.about_page .abo3 .wrap .swiper_abo3 .item .num_box .total {
  transition: all 0.5s;
  letter-spacing: 0.02rem;
}
.about_page .abo3 .wrap .swiper_abo3 .item .info .icon {
  width: 0.6rem;
  height: 0.6rem;
  margin-bottom: 0.45rem;
  /*filter: brightness(0) invert(1);*/
  transition: all 0.5s;
}
.about_page .abo3 .wrap .swiper_abo3 .item .info .tit {
  margin-bottom: 0.2rem;
  transition: all 0.5s;
}
.about_page .abo3 .wrap .swiper_abo3 .item .info .txt {
  transition: all 0.5s;
}
.about_page .abo3 .wrap .swiper_abo3 .item:hover::before {
  left: -1rem;
  top: -0.8rem;
  border-radius: 40%;
}
.about_page .abo3 .wrap .swiper_abo3 .item:hover .logo_icon {
  opacity: 1;
}
.about_page .abo3 .wrap .swiper_abo3 .item:hover .num_box .num {
  color: var(--vi);
}
.about_page .abo3 .wrap .swiper_abo3 .item:hover .num_box .total {
  color: #999;
}
.about_page .abo3 .wrap .swiper_abo3 .item:hover .info .icon {
  filter: brightness(1) invert(0);
}
.about_page .abo3 .wrap .swiper_abo3 .item:hover .info .tit {
  color: #111;
}
.about_page .abo3 .wrap .swiper_abo3 .item:hover .info .txt {
  color: #666;
}
.about_page .abo4 {
  padding: 1.6rem 0 1rem;
}
.about_page .abo4 .wrap .title {
  margin-bottom: 0.5rem;
}
.about_page .abo4 .wrap .swiper_abo4 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.about_page .abo4 .wrap .swiper_abo4 .swiper-slide {
  width: 4rem;
  margin-right: 0.2rem;
}
.about_page .abo4 .wrap .swiper_abo4 .swiper-slide:last-child {
  margin-right: 0;
}
.about_page .abo4 .wrap .swiper_abo4 .item {
  width: 100%;
  height: 5.3rem;
  background: #F9F9F9;
  display: flex;
  flex-direction: column;
}
.about_page .abo4 .wrap .swiper_abo4 .item .pic {
  flex-shrink: 0;
  width: 100%;
  height: 4.17rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 0.2rem 0.48rem;
  border-bottom: 0.01rem solid #D8D8D8;
}
.about_page .abo4 .wrap .swiper_abo4 .item .info {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0.2rem;
}
.about_page .abo4 .wrap .page-box {
  justify-content: flex-end;
}
.about_page .abo5 {
  padding: 1rem 0 1.6rem;
}
.about_page .abo5 .wrap .title {
  margin-bottom: 0.5rem;
}
.about_page .abo5 .wrap .swiper_abo5 {
  padding: 0 1.3rem;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.about_page .abo5 .wrap .swiper_abo5 .swiper-slide {
  width: 7.2rem;
  margin-right: 0.2rem;
}
.about_page .abo5 .wrap .swiper_abo5 .swiper-slide:last-child {
  margin-right: 0;
}
.about_page .abo5 .wrap .swiper_abo5 .item {
  width: 100%;
}
.about_page .abo5 .wrap .swiper_abo5 .item .pic {
  width: 100%;
  height: 4.6rem;
  margin-bottom: 0.3rem;
}
.about_page .abo5 .wrap .page-box {
  padding-right: 1.3rem;
  justify-content: flex-end;
}
.about_page .abo6 {
  padding: 1.1rem 0 0;
  background-color: #F9F9F9;
}
.about_page .abo6 .wrap .title {
  margin-bottom: 0.5rem;
}
.about_page .abo6 .wrap .list {
  display: flex;
  flex-direction: column;
}
.about_page .abo6 .wrap .list .item {
  display: flex;
  height: 6.8rem;
}
.about_page .abo6 .wrap .list .item .pic {
  height: 100%;
  width: 50%;
  flex-shrink: 0;
  background: #FFF;
}
.about_page .abo6 .wrap .list .item .cont {
  width: 50%;
  padding: 1.5rem 1.2rem;
  background-color: #F9F9F9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about_page .abo6 .wrap .list .item .cont .info .tit {
  margin-bottom: 0.4rem;
}
.about_page .abo6 .wrap .list .item .cont .info .txt p {
  margin-bottom: 0.1rem;
}
.about_page .abo6 .wrap .list .item .cont .info .txt p:last-child {
  margin-bottom: 0;
}
.about_page .abo6 .wrap .list .item:nth-child(even) {
  flex-direction: row-reverse;
}
.about_page .abo7 {
  padding: 1.6rem 1.3rem 2.8rem;
}
.about_page .abo7 .wrap {
  position: relative;
  overflow: hidden;
}
.about_page .abo7 .wrap .bg {
  width: 100%;
  height: 8.4rem;
  transition: all 0.5s;
  transform: translateZ(0);
  will-change: transform;
}
.about_page .abo7 .wrap .cont {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 0.8rem);
  padding: 0.46rem 1.2rem 0.46rem 0.74rem;
  background-color: #fff;
  transition: all 0.5s;
}
.about_page .abo7 .wrap .cont .title {
  transition: all 0.5s;
  margin-bottom: 0.2rem;
}
.about_page .abo7 .wrap .cont .txt {
  transition: all 0.5s;
}
.about_page .abo7 .wrap .cont:hover {
  background-color: var(--vi);
  transform: translateX(-50%) translateY(-0.2rem);
}
.about_page .abo7 .wrap .cont:hover .title {
  color: #fff;
}
.about_page .abo7 .wrap .cont:hover .txt {
  color: #fff;
}
.about_page .abo7 .wrap .cont:hover .bg {
  transform: scale(1.04);
}
.res_page {
  background: #F9F9F9;
  padding-top: var(--head-height);
}
.res_page .crumb {
  padding: 0.4rem 1.3rem;
}
.res_page .res1 {
  padding: 0.7rem 0 1.6rem;
}
.res_page .res1 .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.1rem;
}
.res_page .res1 .wrap .pic {
  position: sticky;
  top: 1.2rem;
  background-color: #fff;
  width: 8.3rem;
  height: 6.8rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.res_page .res1 .wrap .info {
  padding-top: 0.65rem;
  flex: 1;
}
.res_page .res1 .wrap .info .tit {
  margin-bottom: 0.35rem;
  font-weight: 700;
  line-height: 1.2;
  color: 111;
}
.res_page .res1 .wrap .info .txt p {
  margin-bottom: 0.3rem;
  line-height: 2;
  color: #666;
}
.res_page .res1 .wrap .info .txt p:last-child {
  margin-bottom: 0;
}


.ibtn {
  padding: 0.14rem 0.48rem;
  background-color: var(--vi);
  color: #fff;
  transition: all 0.5s;
  cursor: pointer;
  width: fit-content;
  border: 1px solid transparent;
  text-transform: capitalize;
}
.ibtn:hover {
  background-color: #fff;
  color: var(--vi);
  border: 1px solid var(--vi);
}

.tact {
  text-align: center;
}

.fw400 {
  font-weight: 400;
  font-family: "HarmonyOS_Sans_SC_Regular";
}

.fw500 {
  font-weight: 500;
  font-family: "HarmonyOS_Sans_SC_Medium";
}

.fw600 {
  font-weight: 600;
  font-family: "HarmonyOS_Sans_SC_Bold";
}

.fw700 {
  font-weight: 700;
  font-family: "HarmonyOS_Sans_SC_Bold";
}

.c-111 {
  color: #111;
}

.c-666 {
  color: #666;
}

.c-333 {
  color: #333;
}

.c-fff {
  color: #fff;
}

.c-vi {
  color: var(--vi);
}

.lh-13 {
  line-height: 1.3;
}

.lh-14 {
  line-height: 1.4;
}

.lh-15 {
  line-height: 1.5;
}

.lh-16 {
  line-height: 1.6;
}

.lh-17 {
  line-height: 1.7;
}

.lh-175 {
  line-height: 1.75;
}

.lh-18 {
  line-height: 1.8;
}

.lh-2 {
  line-height: 2;
}

.w1660 {
  padding-left: 1.3rem !important;
  padding-right: 1.3rem !important;
}

img {
  border: none;
  max-width: 100%;
  display: block;
}
img.pic-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
img.pic-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img.pic-fill {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
img[src=""] {
  opacity: 0;
}

video.pic-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
video.pic-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
video.pic-fill {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.pic-scale .pic, .pic-scale.pic {
  overflow: hidden;
}
.pic-scale .pic img, .pic-scale.pic img {
  transition: all 0.5s;
  transform: translateZ(0);
  will-change: transform;
}
.pic-scale:hover .pic img, .pic-scale:hover.pic img {
  transform: scale(1.05);
}

.t_line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

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

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

.t_line4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

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

.t_line6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 6;
  -moz-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

.t_line7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 7;
  -moz-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

.t_line8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 8;
  -moz-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

.page-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  pointer-events: none;
  z-index: 2;
  /* 上一页下一页样式 */
}
.page-box .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  position: relative;
  pointer-events: none;
}
.page-box .navigation .next {
  padding-left: 0.02rem;
}
.page-box .navigation .prev {
  padding-right: 0.02rem;
}
.page-box .navigation .next,
.page-box .navigation .prev {
  pointer-events: auto;
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #D6D6D6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  position: relative;
}
.page-box .navigation .next img,
.page-box .navigation .prev img {
  width: 0.08rem;
  height: auto;
  transition: all 0.5s;
}
.page-box .navigation .next:hover,
.page-box .navigation .prev:hover {
  background-color: #333;
}
.page-box .navigation .next:hover img,
.page-box .navigation .prev:hover img {
  filter: brightness(0) invert(1);
}
.page-box .navigation .next.swiper-button-disabled,
.page-box .navigation .prev.swiper-button-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/*# sourceMappingURL=he.css.map */
