@import '../css/reset.css';
.w {
  width: 13rem;
  margin: 0 auto;
}
/*  隐藏滚动条 */
.pagination {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul {
  display: flex;
}
.pagination ul li {
  text-align: center;
  cursor: pointer;
  margin: 0 0.05rem;
  font-size: 0.16rem;
}
.pagination ul li a {
  display: block;
  color: #000;
  padding: 0.15rem 0.2rem;
}
.pagination ul li a:hover {
  background-color: #00adbb;
  color: #fff;
}
.pagination ul li a.active {
  color: #fff;
  background-color: #00adbb;
}
.pagination .prev a,
.pagination .nexts a {
  font-size: 0.2rem;
  display: block;
}
.pagination .prev a:hover i,
.pagination .nexts a:hover i {
  background-color: #00adbb;
  color: #fff;
}
.pagination .prev a i,
.pagination .nexts a i {
  font-size: 0.26rem;
  color: #c1becc;
  padding: 0.12rem 0.13rem;
}
.pagination .prev {
  margin-right: 0.05rem;
}
.pagination .prev a {
  transform: rotate(180deg);
}
.pagination .nexts {
  margin-left: 0.05rem;
}
.pagination .text {
  color: #333;
  font-size: 0.14rem;
  margin-left: 0.2rem;
}
h2 {
  font-size: 0.55rem;
}
.model {
  margin: 20px 0;
}
.index {
  background: #fff;
}
.banner {
  height: fit-content;
  position: relative;
  box-sizing: border-box;
}
.banner .head {
  margin-top: 0.8rem;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.banner .head .swiper {
  height: 95vh;
  width: 100%;
}
.banner .head .swiper .swiper-slide {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000;
  box-sizing: border-box;
}
.banner .head .swiper .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner .head .swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .head .swiper .swiper-slide .pay {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.banner .head .swiper .swiper-slide .pay a {
  color: #00adbb;
  font-size: 0.16rem;
  display: block;
  padding: 0.18rem 0.5rem;
  border: 1px solid #00adbb;
  border-radius: 0.4rem;
}
.banner .head .swiper .swiper-slide .title {
  position: absolute;
  color: #fff;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5rem;
  font-weight: bold;
}
.banner .head .swiper .swiper-pagination {
  bottom: 1.2rem;
}
.banner .head .swiper .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.1rem;
  background: rgba(0, 173, 187, 0.8);
  border-radius: 0.05rem;
  margin: 0 0.05rem;
}
.banner .head .swiper .swiper-pagination-bullet-active {
  width: 0.7rem;
  height: 0.1rem;
  background: #00adbb;
  border-radius: 5px;
}
.banner .head .image {
  width: 100%;
  height: auto;
}
.banner .head .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner .head .video {
  width: 100%;
  height: 92vh;
  overflow: hidden;
}
.banner .head .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner_main {
  position: absolute;
  top: 73%;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.banner .banner_main .content {
  width: 70%;
  height: auto;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  border-radius: 0.3rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  transition: background 0.5s ease, backdrop-filter 0.5s ease;
  position: relative;
}
.banner .banner_main .swiper {
  height: 100%;
  width: 70%;
  height: max-content;
  padding-bottom: 0.8rem;
  transition: width 0.01s ease;
}
.banner .banner_main .swiper .swiper-slide {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 0.4rem 0.4rem;
}
.banner .banner_main .swiper .swiper-slide h2 {
  font-size: 0.5rem;
  line-height: 0.45rem;
  font-weight: bold;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.banner .banner_main .swiper .swiper-slide .text {
  font-size: 0.3rem;
  margin-top: 0.28rem;
  text-align: center;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.banner .banner_main .swiper .swiper-slide .btn {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
}
.banner .banner_main .swiper .swiper-slide .btn .inner {
  margin-right: 0.2rem;
  display: block;
}
.banner .banner_main .swiper .swiper-slide .btn .inner button {
  padding: 0.17rem 0.34rem;
  background-color: #00adbb;
  color: #fff;
  border-radius: 0.4rem;
  font-size: 0.16rem;
}
.banner .banner_main .swiper .swiper-slide .btn .inner:last-child {
  margin-right: 0;
}
.banner .banner_main .swiper .swiper-slide .btn .inner:last-child button {
  background-color: transparent;
  color: #00adbb;
  border: 1px solid #00adbb;
}
.banner .banner_main .swiper .swiper-slide .imgs {
  padding: 0 0.5rem;
  margin-top: 0.7rem;
  max-width: 100%;
  height: 100%;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
}
.banner .banner_main .swiper .swiper-pagination {
  bottom: 0.4rem;
}
.banner .banner_main .swiper .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.1rem;
  background: rgba(0, 173, 187, 0.8);
  border-radius: 5px;
  margin: 0 0.05rem;
}
.banner .banner_main .swiper .swiper-pagination-bullet-active {
  width: 0.7rem;
  height: 0.1rem;
  background: #00adbb;
  border-radius: 5px;
}
.banner #bannerBody {
  display: none;
}
.empty {
  height: 56vh;
  margin-bottom: .4rem;
}
.ad {
  width: 100vw;
  height: 10.8rem;
  /*margin-top: .4rem;*/
}
.ad a {
  display: block;
  height: 100%;
}
.ad a .imgs {
     width: 100%;
  height: 100%;
}

.ad a .imgs img {
    height: 100%;
  width: 100%;
  object-fit: cover;
}
.advanced_list .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6.04rem;
}
.advanced_list .list .item {
  height: 100%;
  width: 100%;
  position: relative;
  cursor: pointer;
  margin-right: 1px;
  overflow: hidden;
}
.advanced_list .list .item .imgs {
  height: 100%;
  transition: 2s;
  position: relative;
}
.advanced_list .list .item .imgs .show {
  opacity: 0;
}
.advanced_list .list .item .imgs .show,
.advanced_list .list .item .imgs .hide {
  transition: 2s;
  position: absolute;
  inset: 0;
}
.advanced_list .list .item .body {
  position: absolute;
  top: 0;
  color: #fff;
  width: 100%;
  height: fit-content;
  transition: all 0.8s;
  padding-top: 40%;
}
.advanced_list .list .item .body .top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advanced_list .list .item .body .top .title {
  font-size: 0.38rem;
}
.advanced_list .list .item .body .top p.text {
  font-size: 0.22rem;
  margin-top: 0.1rem;
  font-family: 'HarmonyOS';
}
.advanced_list .list .item .body .mask {
  height: 6.04rem;
  transition: all 0.8s;
}
.advanced_list .list .item .body .mask .content {
  display: none;
  margin: 0 0.3rem;
  border-top: 1px solid #fff;
  font-size: 0.16rem;
  line-height: 0.24rem;
  transition: all 2s;
  height: 100%;
  padding-top: 0.1rem;
}
.advanced_list .list .item .body .mask .content .inner {
  margin-top: 0.1rem;
}
.advanced_list .list .item .body .mask .content .inner p {
  font-family: 'HarmonyOS';
  text-align: justify;
}
.advanced_list .list .item .body .mask .content .inner strong {
  padding-top: 0.1rem !important;
}
.advanced_list .list .item:last-child {
  margin-right: 0;
}
.advanced_list .list .item.active .imgs .show {
  opacity: 1;
}
.advanced_list .list .item.active .imgs .hide {
  opacity: 0;
}
.advanced_list .list .item.active .body {
  padding-top: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
}
.advanced_list .list .item.active .body .top {
  margin-bottom: 0.2rem;
}
.advanced_list .list .item.active .mask {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.3rem 0;
  height: 100%;
  transition: all 1s;
}
.advanced_list .list .item.active .mask .content {
  display: block;
}
.section-4 {
  height: 7.5rem;
  position: relative;
}
.section-4 .imgs {
  height: 100%;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
}
.section-4 .imgs img {
  transform: scale(1);
  object-fit: cover;
  transition: transform 0.8s;
}
.section-4 .mask {
  position: absolute;
  color: #fff;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, 0);
}
.section-4 .mask h2 {
  font-size: 0.16rem;
  width: 2.5rem;
  height: 0.5rem;
  background: #00adbb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
}
.section-4 .more {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  padding: 0.32rem 0.2rem;
  border-radius: 0.4rem;
  border: 2px solid #ffffff;
  display: block;
  font-size: 0.24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.section-4 .more p {
  writing-mode: vertical-rl;
  letter-spacing: 0.1rem;
}
.section-4 .more i {
  margin-top: 0.1rem;
  font-size: 0.25rem;
}
.section-4:hover .imgs {
  overflow: hidden;
  position: relative;
}
.section-4:hover .imgs img {
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(1.03);
}
.section-4:hover .more {
  color: #00adbb;
  border-color: #00adbb;
}
.section-5 {
  padding-top: 0.7rem;
  padding-bottom: 0.2rem;
}
.section-5 h2 {
  text-align: center;
}
.section-5 .w {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-5 .newList {
  margin-top: 0.4rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.28rem;
}
.section-5 .newList .inner {
  background: #f6f6f6;
  border-radius: 0.2rem;
}
.section-5 .newList .inner .imgs {
  border-radius: 0.2rem 0.2rem 0 0;
  height: 2.5rem;
  position: relative;
  overflow: hidden;
}
.section-5 .newList .inner .imgs img {
  border-radius: 0.2rem 0.2rem 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: all 0.5s;
}
.section-5 .newList .inner .imgs video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-5 .newList .inner .content {
  padding: 0.2rem;
  height: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.section-5 .newList .inner .content h3 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.section-5 .newList .inner .content .foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-5 .newList .inner .content .foot .mores {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
}
.section-5 .newList .inner .content .foot .mores i {
  font-size: 0.2rem;
  font-weight: bold;
}
.section-5 .newList .inner .content .foot .view,
.section-5 .newList .inner .content .foot .date {
  color: #8e8e8e;
}
.section-5 .newList .inner .content .foot .view {
  font-size: 0.16rem;
  display: flex;
  align-items: center;
}
.section-5 .newList .inner .content .foot .tip {
  color: #00adbb;
  font-size: 0.16rem;
}
.section-5 .newList .inner:hover .imgs {
  overflow: hidden;
  position: relative;
}
.section-5 .newList .inner:hover .imgs img {
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(1.05);
}
.section-5 .more {
  margin-top: 0.5rem;
  display: block;
}
.section-5 .more button {
  padding: 0.17rem 0.34rem;
  background-color: #00adbb;
  color: #fff;
  border-radius: 0.4rem;
  font-size: 0.16rem;
}
.section-6 {
  background: #f5f5f7;
  padding: 1rem 0 1.4rem;
}
.section-6 .main {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: 8rem auto;
  box-sizing: border-box;
}
.section-6 .main .le {
  border-right: 1px dotted #646464;
  padding: 0.08rem 0.55rem 0.5rem 0;
}
.section-6 .main .le h3 {
  font-size: 0.3rem;
  font-weight: normal;
  margin-bottom: 0.4rem;
}
.section-6 .main .le p.text {
  font-size: 0.2rem;
  line-height: 1.6;
  margin-top: 0.4rem;
}
.section-6 .main .le .address {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
}
.section-6 .main .le .address .icon {
  width: 0.28rem;
  height: 0.34rem;
}
.section-6 .main .le .address span {
  font-size: 0.2rem;
  margin-left: 0.15rem;
}
.section-6 .main .rg {
  padding-left: 0.55rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.section-6 .main .rg .inner {
  display: flex;
  align-items: center;
}
.section-6 .main .rg .inner .icon {
  min-width: 0.6rem;
  padding-left: 0.1rem;
}
.section-6 .main .rg .inner .icon img {
  width: 0.31rem;
  height: 0.31rem;
  object-fit: contain;
}
.section-6 .main .rg .inner span {
  font-size: 0.16rem;
}
.section-6 .main .rg .lx {
  margin: 0 0 0.3rem;
}
.section-6 .main .rg .lx .icon {
  padding-left: 0.06rem;
}
.section-6 .main .rg .lx .icon img {
  width: 0.38rem;
  height: 0.32rem;
}
.subpage .banners {
  margin-top: 0.8rem;
}
.chef .w {
  width: 16.65rem;
}
.chef .banners {
  margin-top: 1.6rem;
}
.chef .banners .title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.chef .banners .title h2 {
  font-size: 0.6rem;
  font-family: 'HarmonyOS_bold';
}
.chef .banners .title h4 {
  font-size: 0.26rem;
  font-family: 'HarmonyOS_Medium';
}
.chef .banners .swiper {
  margin-top: 0.86rem;
}
.chef .banners .swiper .swiper-slide {
  border-radius: 0.35rem;
  height: 7.5rem;
}
.chef .banners .swiper .swiper-slide img {
  border-radius: 0.35rem;
  object-fit: cover;
}
.chef .banners .imgs {
  margin-top: 0.86rem;
  border-radius: 0.35rem;
  height: 7.5rem;
}
.chef .banners .imgs img {
  border-radius: 0.35rem;
  object-fit: cover;
}
.chef .know {
  margin-top: 0.86rem;
}
.chef .know .title h2 {
  font-weight: 'HM';
  font-size: 0.5rem;
}
.chef .know .myswiper {
  margin-left: 6.5%;
}
.chef .know .swiper {
  padding-bottom: 1rem;
  margin-top: 0.86rem;
}
.chef .know .swiper .swiper-slide {
  height: 7rem;
  position: relative;
  color: #fff;
  border-radius: 0.2rem;
}
.chef .know .swiper .swiper-slide .inner {
  height: 100%;
  border-radius: 0.2rem;
  cursor: pointer;
}
.chef .know .swiper .swiper-slide .inner .imgs {
  height: 100%;
}
.chef .know .swiper .swiper-slide .inner .imgs img {
  object-fit: cover;
  border-radius: 0.2rem;
}
.chef .know .swiper .swiper-slide .inner .content {
  position: absolute;
  top: 0.3rem;
  left: 0.2rem;
}
.chef .know .swiper .swiper-slide .inner .content h4 {
  font-size: 0.25rem;
}
.chef .know .swiper .swiper-slide .inner .content p.text {
  font-size: 0.16rem;
  margin-top: 0.15rem;
}
.chef .know .swiper .swiper-slide .inner .add {
  position: absolute;
  bottom: 0.2rem;
  right: 0.1rem;
  font-size: 0.2rem;
  font-weight: bold;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 0.3rem;
  height: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.chef .know .swiper .swiper-button-prev,
.chef .know .swiper .swiper-button-next {
  top: 92%;
  width: 0.4rem;
  height: 0.4rem;
  background: #e2e2e5;
  border-radius: 50%;
}
.chef .know .swiper .swiper-button-prev img,
.chef .know .swiper .swiper-button-next img {
  width: 0.2rem;
  height: 0.2rem;
  object-fit: contain;
}
.chef .know .swiper .swiper-button-prev::after,
.chef .know .swiper .swiper-button-next::after {
  display: none;
}
.chef .know .swiper .swiper-button-prev {
  left: 88%;
}
.chef .know .swiper .swiper-button-next {
  right: 6%;
}
.chef .know .know_mask {
  position: fixed;
  z-index: 1000;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.2rem 0;
  display: none;
}
.chef .know .know_mask .body {
  height: 100%;
  border-radius: 0.2rem;
  position: relative;
  width: 60%;
  padding: 0.5rem 0.8rem 1.2rem;
  background: #fff;
}
.chef .know .know_mask .body .close {
  position: absolute;
  right: 0.25rem;
  top: 0.23rem;
  cursor: pointer;
}
.chef .know .know_mask .body .close i {
  font-size: 0.25rem;
  padding: 0.1rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  color: #fff;
}
.chef .know .know_mask .body .title {
  font-size: 0.5rem;
  margin-top: 0.7rem;
}
.chef .know .know_mask .box {
  margin-top: 0.4rem;
  height: 90%;
  padding-bottom: 1rem;
  overflow-y: auto;
  border-radius: 0.2rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.chef .know .know_mask .box::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.chef .know .know_mask .box img {
  object-fit: cover;
  border-radius: 0.2rem;
  margin-bottom: 0.2rem;
  height: auto;
  width: 100%;
  display: block;
}
.chef .know .know_mask.active {
  display: block;
}
.chef .look {
  margin-top: 0.9rem;
  position: relative;
  width: 100%;
}
.chef .look .title h2 {
  font-weight: 'HM';
  font-size: 0.5rem;
}
.chef .look .box {
  background: #000;
  height: 100%;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}
.chef .look .imgs {
  width: 100%;
  height: 100%;
}
.chef .look .imgs img {
  height: 100%;
  object-fit: contain;
}
.chef .look .video {
  height: 9.03rem;
  width: 100%;
  overflow: hidden;
}
.chef .look .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chef .shihe {
  margin-top: 0.8rem;
}
.chef .shihe .title h2 {
  font-size: 0.5rem;
}
.chef .shihe .list {
  box-sizing: border-box;
  margin: 1rem 1.9rem 0;
  padding-bottom: 1.24rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #a4a4a4;
}
.chef .shihe .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chef .shihe .list .item .swiper {
  width: 3.76rem;
  padding-bottom: 0.5rem;
}
.chef .shihe .list .item .swiper .swiper-slide {
  width: 100%;
  height: 2.83rem;
}
.chef .shihe .list .item .swiper .swiper-slide img {
  object-fit: cover;
}
.chef .shihe .list .item .swiper .swiper-pagination-bullet {
  background: rgba(0, 173, 187, 0.8);
  border-radius: 50%;
  margin: 0 0.05rem;
  width: 0.12rem;
  height: 0.12rem;
}
.chef .shihe .list .item .swiper .swiper-pagination-bullet-active {
  background: #00adbb;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
}
.chef .shihe .list .item .spec {
  margin-top: 0.3rem;
}
.chef .shihe .list .item .spec .box {
  display: flex;
  align-items: center;
  padding: 0.04rem 0.15rem;
  border: 2px solid #000;
  border-radius: 0.4rem;
  font-size: 0.2rem;
}
.chef .shihe .list .item .spec .box i {
  font-size: 0.2rem;
  transform: scale(2);
  margin-right: 0.05rem;
}
.chef .shihe .list .item .title {
  margin-top: 0.6rem;
  margin-bottom: 0.3rem;
  font-size: 0.3rem;
  font-family: 'HarmonyOS_bold';
  font-weight: bold;
}
.chef .shihe .list .item p.text {
  color: #1b1e27;
  font-size: 0.3rem;
  margin-bottom: 0.4rem;
}
.chef .shihe .list .item .gopay a button {
  background: #00adbb;
  border-radius: 0.4rem;
  font-size: 0.16rem;
  color: #fff;
  padding: 0.15rem 0.4rem;
}
.chef .shihe .list .item:nth-of-type(2) .spec .box i {
  color: #929292;
}
.chef .shihe .list .item:nth-of-type(3) .spec .box i {
  color: #898d94;
}
.chef .shihe .introduce {
  box-sizing: border-box;
  margin: 0.6rem 1.9rem 0;
}
.chef .shihe .introduce .lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 0.5rem;
}
.chef .shihe .introduce .lists li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chef .shihe .introduce .lists li .icon {
  margin-bottom: 0.2rem;
  width: 0.5rem;
  height: 0.5rem;
}
.chef .shihe .introduce .lists li .icon img {
  object-fit: contain;
}
.chef .shihe .introduce .lists li .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chef .shihe .introduce .lists li .content p.text {
  line-height: 0.24rem;
  font-size: 0.14rem;
  color: #4c4c4c;
}
.chef .experience {
  margin-top: 0.86rem;
  background-color: #f5f5f7;
  padding: 0.86rem 0;
}
.chef .experience .title h2 {
  font-weight: 'HM';
  font-size: 0.5rem;
}
.chef .experience .navs {
  padding-bottom: 0.42rem;
  border-bottom: 1px solid #a4a4a4;
  display: flex;
  margin: 1rem 4rem 0;
  justify-content: space-evenly;
}
.chef .experience .navs .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chef .experience .navs .inner .title {
  font-size: 0.2rem;
  margin: 0.38rem 0 0.2rem;
}
.chef .experience .navs .inner .go a {
  color: #00adbb;
}
.chef .experience .navs .inner:nth-child(1) .icons {
  width: 0.41rem;
  height: 0.4rem;
}
.chef .experience .navs .inner:nth-child(1) .icons img {
  object-fit: contain;
}
.chef .experience .navs .inner:nth-child(2) .icons {
  width: 0.53rem;
  height: 0.4rem;
}
.chef .experience .navs .inner:nth-child(2) .icons img {
  object-fit: contain;
}
.about {
  padding-bottom: 1.16rem;
}
.about_box .w {
  padding: 0 0.6rem;
}
.about_box .body {
  padding: 1rem 0.56rem 0;
}
.about_box .body h2 {
  font-size: 0.3rem;
}
.about_box .body p {
  font-size: 0.2rem;
  line-height: 1.6;
  margin-top: 0.5rem;
  text-align: left;
}
.about_box .body .address {
  margin-top: 0.84rem;
  display: flex;
  align-items: center;
  padding-bottom: 0.2rem;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}
.about_box .body .address .icon {
  width: 0.17rem;
  height: 0.21rem;
  margin-right: 0.2rem;
}
.about_box .body .address span {
  font-size: 0.18rem;
}
.about_box .cooperation {
  margin-top: 0.72rem;
}
.about_box .cooperation .list {
  background-color: #f5f5f7;
  height: 3.6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}
.about_box .cooperation .list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about_box .cooperation .list li .icon {
  width: 0.62rem;
  height: 0.62rem;
  margin-bottom: 0.4rem;
}
.about_box .cooperation .list li .title {
  font-size: 0.2rem;
  color: #000;
}
.about_box .cooperation .list li a {
  display: block;
  margin-top: 0.22rem;
  color: #00adbb;
}
.about_box .cooperation .list li:last-child a {
  color: #000;
}
.bannBox .banners {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.8rem;
}
.bannBox .banners .in {
  width: 100%;
  height: 100%;
}
.bannBox .banners .imgs {
  width: 100%;
  height: 6rem;
  border-radius: 0.2rem;
}
.bannBox .banners .imgs img {
  object-fit: cover;
  border-radius: 0.2rem;
}
.bannBox .banners h2 {
  text-align: center;
  margin: 0.76rem 0 0.52rem;
}
.gnjm {
  padding-bottom: 0;
}
.gnjm .fengcai {
  margin-top: 1.38rem;
}
.gnjm .fengcai .w {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gnjm .fengcai .swiper {
  margin-top: 0.43rem;
  width: 100%;
  height: 5.4rem;
}
.gnjm .fengcai .swiper .swiper-slide {
  height: 100%;
  border-radius: 0.2rem;
}
.gnjm .fengcai .swiper .swiper-slide img {
  object-fit: cover;
  border-radius: 0.2rem;
}
.gnjm .fengcai .swiper .swiper-pagination-bullet {
  background: #fff;
}
.gnjm .jlmx .list {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.6rem;
  row-gap: 0.4rem;
  height: fit-content;
}
.gnjm .jlmx .list li a {
  display: block;
}
.gnjm .jlmx .list li a .imgs {
  height: 2.36rem;
}
.gnjm .jlmx .list li a .imgs img {
  object-fit: cover;
}
.gnjm .jlmx .list li a .title {
  font-size: 0.2rem;
  margin: 0.2rem 0;
}
.gnjm .jlmx .list li a p.text {
  font-size: 0.14rem;
  color: #333;
  line-height: 1.6;
  text-align: justify;
}
.gnjm .jmtj .list {
  margin-top: 1.36rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}
.gnjm .jmtj .list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gnjm .jmtj .list li .icon {
  width: 0.85rem;
  height: 0.85rem;
}
.gnjm .jmtj .list li .icon img {
  object-fit: contain;
}
.gnjm .jmtj .list li .text {
  margin-top: 0.4rem;
  text-align: center;
}
.gnjm .jmlc .lc {
  margin-top: 1.06rem;
  width: 100%;
  height: auto;
}
.gnjm .jmxx .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.8rem;
}
.gnjm .jmxx .top .text {
  margin-top: 0.1rem;
}
.gnjm .jmxx .form {
  margin-top: 0.75rem;
  background-color: #e9e9e9;
  padding: 1.1rem 0 0.6rem;
}
.gnjm .jmxx .form .w {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gnjm .jmxx .form form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gnjm .jmxx .form .box {
  width: 100%;
  padding: 0 0.9rem;
}
.gnjm .jmxx .form select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../img/icon/down.png') 90% center no-repeat #fff;
}
.gnjm .jmxx .form .submit {
  margin: 0.1rem 0 0.6rem;
}
.gnjm .jmxx .form .submit button {
  display: block;
  background: #00adbb;
  color: #fff;
  font-size: 0.16rem;
  padding: 0.16rem 0.4rem;
  border-radius: 0.4rem;
}
.gnjm .jmxx .item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0.4rem;
}
.gnjm .jmxx .item .icon {
  width: 0.35rem;
  height: 0.35rem;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.gnjm .jmxx .item .icon img {
  vertical-align: middle;
  object-fit: contain;
}
.gnjm .jmxx .item .input {
  width: 100%;
}
.gnjm .jmxx .item .input input {
  display: block;
  width: 100%;
  height: 0.6rem;
  border: none;
  padding-left: 0.38rem;
  font-size: 0.16rem;
}
.gnjm .jmxx .item.last .input {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.46rem;
}
.gnjm .jmxx .item.last .input select {
  display: block;
  height: 0.6rem;
  width: 100%;
  border: none;
  padding: 0 0.3rem;
  font-size: 0.16rem;
  outline: none;
}
.gnjm .jmxx .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.7rem;
  width: 100%;
}
.gnjm .jmxx .inner .item:last-child .input {
  display: flex;
  align-items: center;
}
.gnjm .jmxx .inner .item:last-child .input .btn {
  flex-shrink: 0;
  white-space: nowrap;
  background: #00adbb;
  color: #fff;
  display: block;
  height: 0.6rem;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  padding: 0 0.38rem;
}
.gnjm .jmxx .submit {
  margin: 0.1rem 0 0.6rem;
}
.gnjm .jmxx .submit button {
  display: block;
  background: #00adbb;
  color: #fff;
  font-size: 0.16rem;
  padding: 0.16rem 0.4rem;
  border-radius: 0.4rem;
}
.gnsy .introduce {
  margin-top: 0.97rem;
}
.gnsy .introduce .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gnsy .introduce .w .le {
  font-size: 0.2rem;
  line-height: 1.6;
  margin-right: 0.7rem;
}
.gnsy .introduce .w .le .top {
  margin-bottom: 0.4rem;
}
.gnsy .introduce .w .imgs {
  width: 5.3rem;
  height: 3.76rem;
  flex-shrink: 0;
}
.gnsy .introduce .w .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gnsy .become {
  margin-top: 1.42rem;
}
.gnsy .become .form {
  margin-top: 0.75rem;
  background-color: #e9e9e9;
  padding: 1.1rem 0 0.6rem;
}
.gnsy .become .form .w {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gnsy .become .form form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gnsy .become .form .box {
  width: 100%;
  padding: 0 0.9rem;
}
.gnsy .become .form select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../img/icon/down.png') 90% center no-repeat #fff;
}
.gnsy .become .form .submit {
  margin: 0.1rem 0 0.6rem;
}
.gnsy .become .form .submit button {
  display: block;
  background: #00adbb;
  color: #fff;
  font-size: 0.16rem;
  padding: 0.16rem 0.4rem;
  border-radius: 0.4rem;
}
.gnsy .become h2 {
  text-align: center;
}
.gnsy .become .item {
  margin-bottom: 0.58rem;
  width: 100%;
}
.gnsy .become .item .label {
  font-size: 0.2rem;
}
.gnsy .become .item .input {
  margin-top: 0.2rem;
  width: 100%;
}
.gnsy .become .item .input input {
  display: block;
  width: 100%;
  height: 0.6rem;
  border: none;
  padding-left: 0.38rem;
  font-size: 0.16rem;
}
.gnsy .become .item:last-child {
  margin-bottom: 0;
}
.gnsy .become .city .select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.2rem;
}
.gnsy .become .city .select select {
  display: block;
  height: 0.6rem;
  width: 100%;
  border: none;
  padding: 0 0.3rem;
  font-size: 0.16rem;
  outline: none;
  margin-right: 0.45rem;
}
.gnsy .become .city .select select:last-child {
  margin-right: 0;
}
.gnsy .become .city .textarea {
  margin-top: 0.2rem;
  width: 100%;
}
.gnsy .become .city .textarea textarea {
  width: 100%;
  border: none;
  outline: none;
  height: 2.2rem;
  padding: 0.2rem 0.38rem;
  font-size: 0.16rem;
  resize: none;
}
.gnsy .become .city2 .select .date {
  position: relative;
  width: 100%;
  margin-right: 0.45rem;
}
.gnsy .become .city2 .select .date input {
  display: block;
  width: 100%;
  height: 0.6rem;
  border: none;
  padding: 0.2rem 0.38rem;
  font-size: 0.16rem;
}
.gnsy .become .city2 .select .date span {
  position: absolute;
  font-size: 0.15rem;
  color: #999;
  margin-top: 5px;
  display: block;
}
.gnsy .become .yuyue .select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.2rem;
}
.gnsy .become .yuyue .select select {
  display: block;
  height: 0.6rem;
  width: 100%;
  border: none;
  padding: 0 0.3rem;
  font-size: 0.16rem;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../img/icon/down.png') 97% center no-repeat #fff;
}
.hwzs .content {
  padding: 1.35rem 0 2.5rem;
}
.hwzs .content a {
  color: #00adbb;
  font-size: 0.2rem;
}
.hwzs .content .text {
  font-size: 0.2rem;
  line-height: 1.6;
}
.hwzs .content .en {
  margin: 0.3rem 0 0.56rem;
}
.hwzs .content .bold {
  margin: 0.89rem 0 0.3rem;
}
.fwBox {
  position: relative;
}
.fwBox .banners h2 {
  bottom: 20%;
}
.fwBox .filter {
  background-color: #efefef;
  padding: 1.68rem 0 0.8rem;
}
.fwBox .filter h3 {
  text-align: center;
  font-size: 0.55rem;
}
.fwBox .filter .box {
  margin-top: 1.33rem;
  display: grid;
  grid-template-columns: 6.3rem auto auto;
  column-gap: 0.45rem;
}
.fwBox .filter .box .item {
  background-color: #fff;
  width: 100%;
}
.fwBox .filter .box .search {
  display: flex;
  align-items: center;
}
.fwBox .filter .box .search input {
  display: block;
  height: 0.6rem;
  border: none;
  width: 100%;
  font-size: 0.16rem;
  padding-left: 0.4rem;
}
.fwBox .filter .box .search i {
  width: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.25rem;
}
.fwBox .filter .box select {
  width: 100%;
  height: 0.6rem;
  border: none;
  outline: none;
  padding-left: 0.4rem;
}
.fwBox .body {
  padding: 0.5rem 0 1rem;
}
.fwBox .body .w {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.4rem;
}
.fwBox .body .w .box .top {
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #000;
  font-size: 0.2rem;
  font-family: 'HarmonyOS_bold';
}
.fwBox .body .w .box .video .item {
  padding: 0.2rem 0;
  border-bottom: 1px solid #000;
}
.fwBox .body .w .box .video .item .li {
  background-color: #f8f8f8;
  display: flex;
  box-sizing: border-box;
}
.fwBox .body .w .box .video .item .imgs {
  position: relative;
  width: 3rem;
  height: 1.8rem;
  transition: all 0.5s;
  flex-shrink: 0;
  border-radius: 0.2rem;
  transform: scale(1);
}
.fwBox .body .w .box .video .item .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.2rem;
}
.fwBox .body .w .box .video .item .imgs i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 0.55rem;
  color: #fff;
}
.fwBox .body .w .box .video .item .con {
  width: 100%;
  padding: 0.24rem;
  padding-left: 0.16rem;
}
.fwBox .body .w .box .video .item .con .inner {
  margin-top: 0.24rem;
  display: flex;
  justify-content: space-between;
}
.fwBox .body .w .box .video .item .con .inner .date {
  color: #8d8d8d;
}
.fwBox .body .w .box .video .item .con .inner .view {
  display: flex;
  align-items: center;
  color: #8d8d8d;
  display: none;
}
.fwBox .body .w .box .video .item .con .inner .view i {
  color: #000;
  font-size: 0.2rem;
  margin-right: 0.1rem;
}
.fwBox .body .w .box .video .item:hover .imgs {
  overflow: hidden;
  position: relative;
}
.fwBox .body .w .box .video .item:hover .imgs img {
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(1.05);
}
.fwBox .body .w .box .tip {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.4rem;
  color: #999;
  margin-top: 35%;
}
.fwBox .video_mask {
  position: fixed;
  z-index: 1000;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.2rem 0;
  display: none;
}
.fwBox .video_mask .box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fwBox .video_mask .box .cont {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  height: 80vh;
}
.fwBox .video_mask .box .cont video {
  width: 100%;
  height: 100%;
}
.fwBox .video_mask .close {
  position: absolute;
  top: 10%;
  right: 10%;
  color: #ffff;
  cursor: pointer;
  z-index: 10;
}
.fwBox .video_mask .close i {
  font-size: 0.3rem;
}
.fwBox select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../img/icon/down.png') 90% center no-repeat #fff;
}
.vidoeBox .w {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.xianxia {
  background-color: #efefef;
}
.xianxia .w {
  width: 17.75rem;
}
.xianxia .banners .bg {
  height: 6rem;
  width: 100%;
}
.xianxia .banners .imgs {
  height: 100%;
}
.xianxia .banners .imgs img {
  object-fit: cover;
}
.xianxia .experiences {
  padding-top: 1.08rem;
}
.xianxia .experiences h2 {
  font-size: 0.55rem;
  text-align: center;
}
.xianxia .experiences .swiper {
  padding-bottom: 1.2rem;
}
.xianxia .experiences .swiper-slide {
  margin-top: 0.48rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  width: 100%;
}
.xianxia .experiences .swiper-slide .li {
  background-color: #fff;
  border-radius: 0.3rem;
}
.xianxia .experiences .swiper-slide .li .imgs {
  height: 3.2rem;
  border-radius: 0.3rem 0.3rem 0 0;
}
.xianxia .experiences .swiper-slide .li .imgs img {
  object-fit: cover;
  border-radius: 0.3rem 0.3rem 0 0;
}
.xianxia .experiences .swiper-slide .li .contnte {
  height: 3.5rem;
  box-sizing: border-box;
  padding: 0.37rem 0.52rem 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.xianxia .experiences .swiper-slide .li .contnte .top {
  flex: 1;
}
.xianxia .experiences .swiper-slide .li .contnte .title {
  font-size: 0.25rem;
  font-weight: bold;
}
.xianxia .experiences .swiper-slide .li .contnte .address {
  display: flex;
  font-size: 0.16rem;
  margin: 0.3rem 0 0.2rem;
}
.xianxia .experiences .swiper-slide .li .contnte .address i {
  font-size: 0.25rem;
  margin-right: 0.18rem;
}
.xianxia .experiences .swiper-slide .li .contnte .dh {
  display: flex;
  align-items: center;
}
.xianxia .experiences .swiper-slide .li .contnte .dh i {
  font-size: 0.26rem;
  margin-right: 0.17rem;
}
.xianxia .experiences .swiper-slide .li .contnte .user {
  margin: 0.2rem 0;
}
.xianxia .experiences .swiper-slide .li .contnte .user .icon {
  width: 0.22rem;
  margin-right: 0.2rem;
}
.xianxia .experiences .swiper-slide .li .contnte .user .icon img {
  object-fit: contain;
}
.xianxia .experiences .swiper-slide .li .contnte .go {
  background: #00adbb;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  border-radius: 0.4rem;
}
.xianxia .experiences .swiper-slide .li .contnte .go button {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0.15rem 0.17rem;
  font-size: 0.16rem;
}
.xianxia .experiences .swiper-slide .li .contnte .go button i {
  font-size: 0.25rem;
  margin-right: 0.1rem;
}
.xianxia .experiences .swiper-pagination-progressbar {
  top: 90%;
  width: 8rem;
  left: 50%;
  transform: translateX(-50%);
}
.xianxia .experiences .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #00adbb !important;
}
.xianxia .experiences .swiper-button-prev,
.xianxia .experiences .swiper-button-next {
  top: 92%;
  border-radius: 50%;
  padding: 0.24rem 0.25rem;
  transition: all 0.3s;
  border: 1px solid #00adbb;
}
.xianxia .experiences .swiper-button-prev i,
.xianxia .experiences .swiper-button-next i {
  font-size: 0.32rem;
  color: #00adbb;
}
.xianxia .experiences .swiper-button-prev::after,
.xianxia .experiences .swiper-button-next::after {
  display: none;
}
.xianxia .experiences .swiper-button-prev:hover,
.xianxia .experiences .swiper-button-next:hover {
  background: #00adbb;
}
.xianxia .experiences .swiper-button-prev:hover i,
.xianxia .experiences .swiper-button-next:hover i {
  color: #fff;
}
.xianxia .experiences .swiper-button-prev {
  left: 87%;
}
.xianxia .experiences .swiper-button-next {
  right: 6%;
}
.xianxia .tyd .icons {
  margin-top: 1.74rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.xianxia .tyd .icons img {
  width: 1.82rem;
  height: 1.25rem;
  object-fit: contain;
}
.xianxia .tyd .icons span {
  font-size: 0.25rem;
  margin-top: 0.28rem;
  color: #838383;
}
.xianxia .yytyd .form {
  background: #f5f5f7;
}
.xianxia .yytyd .form .box {
  padding: 0 3.2rem;
}
.fwzc {
  margin-top: 2.22rem;
  padding-bottom: 0.5rem;
  background: #fff;
}
.fwzc .top {
  text-align: center;
}
.fwzc .top h2 {
  font-size: 0.5rem;
}
.fwzc .top p.text {
  font-size: 0.24rem;
  margin-top: 0.25rem;
}
.fwzc .fwlist {
  margin-top: 0.76rem;
}
.fwzc .fwlist .w {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fwzc .fwlist .PC {
  width: 100%;
}
.fwzc .fwlist .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.1rem;
  box-sizing: border-box;
}
.fwzc .fwlist .list li {
  background: #f6f6f6;
  padding: 0.44rem 0.36rem 0.58rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.fwzc .fwlist .list li .title {
  font-size: 0.35rem;
  color: #00adbb;
  font-weight: bold;
  font-family: 'HarmonyOS_bold';
  transition: all 0.5s;
}
.fwzc .fwlist .list li .text {
  margin-top: 0.32rem;
  font-weight: bold;
  font-size: 0.18rem;
  text-align: center;
}
.fwzc .fwlist .list li .tip {
  font-size: 0.16rem;
  text-align: center;
  line-height: 1.6;
}
.fwzc .fwlist .list1 li {
  cursor: pointer;
}
.fwzc .fwlist .list1 li:hover .title {
  transition: 0.5s;
  transform: scale(1.1);
}
.fwzc .fwlist .list2 {
  margin-top: 0.1rem;
  grid-template-columns: repeat(4, 1fr);
}
.fwzc .fwlist .list2 li {
  padding: 0.55rem 0.3rem 0.63rem;
}
.fwzc .fwlist .list2 li .span {
  color: #5c5c5c;
}
.fwzc .fwlist .list2 li .icon {
  width: 0.66rem;
  height: 0.66rem;
}
.fwzc .fwlist .list2 li .icon img {
  object-fit: contain;
}
.fwzc .content {
  padding-top: 0.8rem;
}
.fwzc .fw-detail {
  margin-top: 0.25rem;
}
.fwzc .fw-detail .ftitle {
  font-size: 0.18rem;
  line-height: 1.6;
}
.fwzc .fw-detail .item {
  display: flex;
  align-items: baseline;
  margin-top: 0.05rem;
}
.fwzc .fw-detail .item .xh {
  font-size: 0.17rem;
  min-width: 0.3rem;
}
.fwzc .fw-detail h4 {
  font-size: 0.35rem;
  font-weight: normal;
}
.fwzc .fw-detail p.text {
  font-size: 0.16rem;
  line-height: 1.6;
}
.fwzc .fw-detail h6 {
  font-size: 0.18rem;
  font-weight: normal;
}
.fwzc .fw-detail p.tip {
  color: #929292;
  margin-top: 0.1rem;
}
.fwzc .fw-detail .box {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #b1b1b1;
}
.fwzc .fw-detail:last-child .box {
  border-bottom: none;
}
.fwzc .onw .box {
  margin-top: 0;
}
.repair {
  background-color: #f6f6f6;
  padding: 1.08rem 1.78rem 1.6rem;
}
.repair h4 {
  font-size: 0.35rem;
  font-weight: normal;
}
.repair .repair_box {
  margin-top: 0.58rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.repair .repair_box .inner {
  position: relative;
}
.repair .repair_box .item .icon {
  width: 0.55rem;
  height: 0.55rem;
}
.repair .repair_box .item .icon img {
  object-fit: contain;
}
.repair .repair_box .item .title {
  margin-top: 0.2rem;
  font-size: 0.22rem;
}
.repair .repair_box .item .text {
  font-size: 0.14rem;
  color: #4f4f4f;
  margin: 0.18rem 0;
}
.repair .repair_box .item .go {
  font-size: 0.14rem;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  position: relative;
  cursor: pointer;
  height: fit-content;
}
.repair .repair_box .item .go::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -0.05rem;
  left: 0;
  width: 100%;
  height: 0.02rem;
  background: #030303;
}
.repair .repair_box .item .go:hover {
  color: #00adbb;
}
.repair .repair_box .item .go:hover::after {
  background: #00adbb;
}
.repair .repair_box .mask {
  background: #fff;
  position: absolute;
  padding: 0.2rem 0.17rem;
  border-radius: 0.1rem;
  box-sizing: border-box;
  box-shadow: 0 0 0.1rem #ccc;
  bottom: -0.7rem;
  left: 24%;
  display: none;
}
.repair .repair_box .mask .box {
  box-sizing: border-box;
  display: flex;
}
.repair .repair_box .mask .box .icon {
  width: 0.19rem;
  height: 0.12rem;
  margin-right: 0.1rem;
}
.repair .repair_box .mask .box .icon img {
  object-fit: contain;
}
.repair .repair_box .mask .box .content {
  font-size: 0.14rem;
}
.repair .repair_box .mask .box .content .title {
  font-size: 0.14rem;
  font-family: 'HarmonyOS_Medium';
  font-weight: bold;
}
.repair .repair_box .mask .box .content .date {
  font-size: 0.12rem;
}
.repair .repair_box .mask .box .content .tip {
  margin: 0.05rem 0;
}
.repair .repair_box .mask .box .content .tel {
  font-weight: bold;
}
.repair .repair_box .mask .box .content .text a {
  color: #00adbb;
}
.repair .repair_box .mask2 {
  padding: 0.13rem;
  bottom: -1.5rem;
  z-index: 20;
}
.repair .repair_box .mask2 .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.repair .repair_box .mask2 .box .ewm {
  width: 1.25rem;
  height: 1.24rem;
  margin-top: 0.1rem;
}
.cjwt {
  padding-bottom: 1.43rem;
}
.cjwt .search {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.6rem;
  border: 1px solid #b1b1b1;
  width: 5.7rem;
  margin: 0.65rem auto 0.8rem;
  padding: 0 0.32rem;
}
.cjwt .search i {
  font-size: 0.3rem;
  color: #6a6a6a;
}
.cjwt .search input {
  display: block;
  width: 100%;
  border: none;
  height: 100%;
  margin: 0 0.2rem;
  font-size: 0.16rem;
}
.cjwt .search button {
  font-size: 0.16rem;
  color: #020202;
  flex-shrink: 0;
}
.cjwt .search button:hover {
  color: #00adbb;
}
.cjwt .main {
  border-top: 1px solid #000;
  padding-top: 0.25rem;
  display: grid;
  grid-template-columns: 1.2rem auto;
  column-gap: 0.2rem;
}
.cjwt .main .le .title {
  font-size: 0.2rem;
  font-family: 'HarmonyOS_bold';
  font-weight: bold;
}
.cjwt .main .le .tabs {
  margin-top: 0.7rem;
}
.cjwt .main .le .tabs .tab {
  font-size: 0.2rem;
  margin: 0.2rem 0;
  cursor: pointer;
}
.cjwt .main .le .tabs .tab.active {
  color: #00adbb;
}
.cjwt .main .rg .tab-content .box {
  padding: 0.25rem 0;
  border-bottom: 1px solid #b1b1b1;
}
.cjwt .main .rg .tab-content .box h5 {
  font-size: 0.25rem;
  margin-bottom: 0.24rem;
  font-weight: normal;
}
.cjwt .main .rg .tab-content .box .text {
  font-size: 0.16rem;
  line-height: 1.6;
}
.cjwt .main .rg .tab-content .box:first-child {
  padding-top: 0;
}
.cjwt .main .rg .tab-content .box:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.cjwt .tips {
  margin-top: 0.3rem;
  color: #929292;
}
.cjwt .tips .tip {
  font-size: 0.18rem;
}
.cjwt .tips .text {
  margin-top: 0.1rem;
  font-size: 0.16rem;
}
.sfbz {
  padding-bottom: 2.5rem;
}
.sfbz .tabs {
  display: flex;
  justify-content: space-evenly;
  border-bottom: 1px solid #b1b1b1;
}
.sfbz .tabs .tab {
  margin-top: 0.74rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.sfbz .tabs .tab .icon {
  width: 0.5rem;
  height: 0.5rem;
}
.sfbz .tabs .tab .icon img {
  object-fit: contain;
}
.sfbz .tabs .tab .icon .show {
  display: none;
}
.sfbz .tabs .tab .text {
  font-size: 0.18rem;
  margin-top: 0.28rem;
  padding-bottom: 0.35rem;
  position: relative;
}
.sfbz .tabs .tab.active .icon .show {
  display: block;
}
.sfbz .tabs .tab.active .icon .hide {
  display: none;
}
.sfbz .tabs .tab.active .text {
  color: #00adbb;
}
.sfbz .tabs .tab.active .text::after {
  content: '';
  display: block;
  position: absolute;
  width: 80%;
  height: 2px;
  left: 10%;
  bottom: 0;
  background-color: #00adbb;
}
.sfbz .table {
  width: 100%;
  margin-top: 0.4rem;
}
.sfbz .table table {
  width: 100%;
  border-collapse: collapse;
}
.sfbz .table table thead {
  background: #f6f6f6;
  width: 100%;
}
.sfbz .table table thead th {
  font-size: 0.14rem;
  color: #595959;
  font-weight: normal;
  padding: 0.2rem 0;
}
.sfbz .table table tbody tr {
  border-bottom: 1px solid #b1b1b1;
}
.sfbz .table table tbody tr td {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  font-size: 0.14rem;
  padding: 0.2rem 0.4rem;
  line-height: 1.4;
  color: #595959;
}
.sfbz .table table tbody .cen {
  padding-top: 0.5rem;
}
.sfbz .table .explain {
  font-size: 0.14rem;
  color: #7a7a7a;
  margin-top: 0.2rem;
  line-height: 1.6;
}
.sfbz .table1 tbody tr td:nth-child(4) {
  text-align: left;
  width: 3.1rem;
}
.download {
  margin-top: 0.8rem;
}
.download .fwpt,
.download .xcx {
  padding-top: 1rem;
  background: #efefef;
  box-sizing: border-box;
  position: relative;
}
.download .fwpt .w,
.download .xcx .w {
  display: flex;
  justify-content: space-around;
}
.download .fwpt .le,
.download .xcx .le {
  background: url('../img/phonebg.png') no-repeat;
  background-size: 100%;
  width: 4.3rem;
  flex-shrink: 0;
  padding: 0.16rem 0.18rem;
  padding-bottom: 0;
  height: 6.2rem;
  position: relative;
  border-radius: 0.85rem 0.85rem 0 0;
  box-sizing: border-box;
  z-index: 20;
  background-color: #949494;
  overflow: hidden;
}
.download .fwpt .le .swiper,
.download .xcx .le .swiper {
  width: 100%;
  height: 100%;
  border-radius: 0.55rem 0.55rem 0 0;
  background: #efefef;
}
.download .fwpt .le .swiper .swiper-slide,
.download .xcx .le .swiper .swiper-slide {
  height: 100%;
}
.download .fwpt .le .swiper .swiper-slide img,
.download .xcx .le .swiper .swiper-slide img {
  object-position: top center;
  border-radius: 0.55rem 0.55rem 0 0;
  margin-left: 1px;
}
.download .fwpt .le::before,
.download .xcx .le::before {
  content: '';
  position: absolute;
  top: 0.28rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.27rem;
  height: 0.4rem;
  background-color: #000;
  z-index: 10;
  border-radius: 0.4rem;
}
.download .fwpt .rg,
.download .xcx .rg {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.download .fwpt .rg h2,
.download .xcx .rg h2 {
  font-size: 0.5rem;
  font-weight: normal;
  white-space: nowrap;
}
.download .fwpt .rg .ftitle,
.download .xcx .rg .ftitle {
  font-size: 0.24rem;
  margin-top: 0.5rem;
}
.download .fwpt .rg .ewm,
.download .xcx .rg .ewm {
  width: 1.94rem;
  height: 1.94rem;
  margin: 0.5rem 0;
}
.download .fwpt .rg .down .item,
.download .xcx .rg .down .item {
  margin-bottom: 0.2rem;
}
.download .fwpt .rg .down .item a,
.download .xcx .rg .down .item a {
  display: flex;
  align-items: center;
  border: 1px solid #c6c6c6;
  border-radius: 0.4rem;
  padding: 0.16rem 0.8rem;
}
.download .fwpt .rg .down .item .icon,
.download .xcx .rg .down .item .icon {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.2rem;
}
.download .fwpt .rg .down .item .icon img,
.download .xcx .rg .down .item .icon img {
  object-fit: contain;
}
.download .fwpt .rg .down .item span,
.download .xcx .rg .down .item span {
  font-size: 0.18rem;
}
.download .fwpt .rg .down .item:last-child,
.download .xcx .rg .down .item:last-child {
  margin-bottom: 0;
}
.download .fwpt .le {
  background-color: #949494;
  box-shadow: 3.1px 0.5px 1.6px rgba(0, 0, 0, 0.011), 7.2px 1.1px 3.6px rgba(0, 0, 0, 0.023), 13px 1.9px 6.5px rgba(0, 0, 0, 0.036), 21.5px 3.2px 10.8px rgba(0, 0, 0, 0.051), 35.4px 5.3px 17.7px rgba(0, 0, 0, 0.065), 62px 9.2px 31px rgba(0, 0, 0, 0.073), 134px 20px 67px rgba(0, 0, 0, 0.07);
}
.download .xcx {
  padding-top: 1.2rem;
  position: relative;
  z-index: 1;
}
.download .xcx .le {
  height: 5.5rem;
  position: relative;
  z-index: 12;
  background-color: #949494;
  box-shadow: -3.1px 0.5px 1.6px rgba(0, 0, 0, 0.011), -7.2px 1.1px 3.6px rgba(0, 0, 0, 0.023), -13px 1.9px 6.5px rgba(0, 0, 0, 0.036), -21.5px 3.2px 10.8px rgba(0, 0, 0, 0.051), -35.4px 5.3px 17.7px rgba(0, 0, 0, 0.065), -62px 9.2px 31px rgba(0, 0, 0, 0.073), -134px 20px 67px rgba(0, 0, 0, 0.07);
}
.download .xcx .rg .ftitle {
  font-size: 0.24rem;
  margin-top: 0.5rem;
}
.download .xcx .rg .ewm {
  width: 1.94rem;
  height: 1.94rem;
  margin: 0.5rem 0 0.2rem;
  border: 2px solid #ccc;
  padding: 0.2rem;
  border-radius: 50%;
}
.download .xcx .rg .ewm img {
  border-radius: 50%;
}
.topNews {
  margin-top: 1.03rem;
  display: grid;
  background: #f3f3f3;
  height: 4.2rem;
}
.topNews .w {
  display: flex;
}
.topNews .content {
  padding: 0.5rem 0.6rem 0.5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 4.5rem;
}
.topNews .content h3 {
  font-size: 0.3rem;
  font-weight: normal;
}
.topNews .content .text {
  font-size: 0.2rem;
  line-height: 1.6;
  margin: 0.35rem 0 auto;
  text-align: justify;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.topNews .content .look a {
  font-size: 0.16rem;
}
.topNews .content .look a:hover {
  color: #00adbb;
}
.topNews .imgs {
  height: 4.2rem;
  flex-shrink: 0;
  width: 6.3rem;
}
.topNews .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsBox .section-5 h3 {
  font-size: 0.4rem;
  font-weight: normal;
  text-align: left;
  width: 100%;
}
.newsBox .details {
  margin-top: 1rem;
}
.newsBox .details .w {
  padding: 0 0.57rem;
}
.newsBox .details .top {
  padding: 0.6rem 0;
  width: 100%;
  border-bottom: 1px solid #ababab;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newsBox .details .top h2 {
  font-size: 0.5rem;
  text-align: center;
}
.newsBox .details .top .info {
  margin-top: 0.55rem;
  display: flex;
  align-items: center;
  color: #6e6e73;
}
.newsBox .details .top .info a {
  color: #6e6e73;
}
.newsBox .details .top .info .date {
  margin-right: 0.33rem;
}
.newsBox .details .content {
  margin-top: 0.5rem;
  padding-bottom: 1rem;
}
.newsBox .details .content p {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  line-height: 1.8;
  text-indent: 2em;
  text-align: justify;
}
.newsBox .details .content .title {
  font-size: 0.2rem;
  font-weight: normal;
  margin-top: 0.3rem;
}
.newsBox .details .content img {
  max-width: 100%;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  height: auto;
  display: block;
  margin: 0.5rem auto;
}
.newsBox .details .page {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsBox .details .page .item {
  width: 48%;
}
.newsBox .details .page .rg {
  text-align: right;
}
.newsBox .details .page a {
  font-size: 0.16rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.newsBox .details .page a:hover {
  color: #00adbb;
}
.news {
  padding-bottom: 1.2rem;
}
.brand .w {
  width: 15.37rem;
}
.brand .head {
  background: #fff;
  padding: 1.2rem 0 1rem;
}
.brand .head p {
  margin-top: 0.24rem;
  font-size: 0.2rem;
  line-height: 1.6;
  font-family: 'HarmonyOS';
}
.brand .body {
  background: #f3f3f3;
  padding: 0.8rem 0;
}
.brand .body .w {
  display: flex;
  align-items: center;
}
.brand .body .w .le {
  width: 5.89rem;
  height: 5rem;
  background: #09080c;
  flex-shrink: 0;
}
.brand .body .w .le img {
  object-fit: cover;
}
.brand .body .w .rg {
  height: 5rem;
  margin-left: 0.7rem;
  display: flex;
  flex-direction: column;
}
.brand .body .w .rg p {
  font-size: 0.2rem;
  font-family: 'HarmonyOS';
  line-height: 1.6;
  margin-bottom: 0.3rem;
}
.brand .body .w .rg p:last-child {
  margin-bottom: 0;
}
.tabBox {
  margin-top: 1rem;
}
.tabBox .tabs {
  display: flex;
  justify-content: space-evenly;
  border-bottom: 1px solid #ababab;
}
.tabBox .tabs .tab {
  font-size: 0.18rem;
  position: relative;
  padding-bottom: 0.35rem;
  cursor: pointer;
}
.tabBox .tabs .tab.active {
  color: #00adbb;
}
.tabBox .tabs .tab.active::after {
  content: '';
  display: block;
  position: absolute;
  width: 80%;
  height: 2px;
  left: 10%;
  bottom: 0;
  background-color: #00adbb;
}
.pphd .newlist {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #ababab;
}
.pphd .inner_mask {
  position: fixed;
  z-index: 1000;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.2rem 0;
  display: none;
}
.pphd .inner_mask .box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pphd .inner_mask .box .big {
  width: 50%;
  height: auto;
}
.pphd .inner_mask .box .big img {
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  object-fit: cover;
}
.pphd .inner_mask .close {
  position: absolute;
  top: 10%;
  right: 10%;
  color: #ffff;
}
.pphd .inner_mask .close i {
  font-size: 0.3rem;
  color: #fff;
}
.noMessage {
  font-size: 0.3rem;
  color: #999;
}
.hyqy {
  margin-top: 0.8rem;
}
.hyqy h2 {
  font-size: 0.55rem;
  font-weight: normal;
  text-align: center;
}
.hyqy .head {
  background: #ececec;
  padding: 1rem 0 1.13rem;
}
.hyqy .head .top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hyqy .head .top .text {
  font-size: 0.3rem;
  margin-top: 0.1rem;
}
.hyqy .head .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1.2rem;
  margin-top: 1.2rem;
}
.hyqy .head .list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hyqy .head .list li .icon {
  width: 0.6rem;
  height: 0.6rem;
}
.hyqy .head .list li .icon img {
  object-fit: contain;
}
.hyqy .head .list li .title {
  margin: 0.4rem 0 0.2rem;
  font-weight: bold;
  font-size: 0.2rem;
}
.hyqy .join {
  margin-top: 0.7rem;
}
.hyqy .join .tabBox {
  margin-top: 0.9rem;
}
.hyqy .join .tabContent {
  margin-top: 0.8rem;
  padding-bottom: 1.7rem;
}
.hyqy .join .tabContent .stepBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hyqy .join .tabContent .stepBox .step {
  width: 3.87rem;
  background: #f3f3f3;
  height: 7.5rem;
  border-radius: 0.35rem;
  padding: 0.3rem 0.3rem 0.4rem;
  box-sizing: border-box;
}
.hyqy .join .tabContent .stepBox .step .content {
  margin-top: 0.3rem;
  height: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.hyqy .join .tabContent .stepBox .step .content .imgs {
  width: 2rem;
  height: 4rem;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hyqy .join .tabContent .stepBox .step .content .imgs img {
  object-fit: contain;
}
.hyqy .join .tabContent .stepBox .step .content h3 {
  font-size: 0.3rem;
}
.hyqy .join .tabContent .stepBox .step .content .text {
  color: #4c4c4c;
  font-size: 0.18rem;
}
.hyqy .join .tabContent .stepBox .step .tip {
  font-size: 0.18rem;
  color: #4c4c4c;
  display: flex;
  align-items: center;
}
.hyqy .join .tabContent .stepBox .step .tip::before {
  content: '';
  display: inline-block;
  width: 0.05rem;
  height: 0.2rem;
  background: #00adbb;
  margin-right: 0.1rem;
}
.hyqy .join .tabContent .stepBox .step:first-child .content .imgs {
  width: 2.48rem;
  height: 2.48rem;
}
.hyqy .join .tabContent .stepBox .jt {
  width: 0.22rem;
  height: 0.28rem;
}
.spsj .banners {
  padding: 0 0.8rem;
  box-sizing: border-box;
  height: auto;
}
.spsj .banners .box {
  width: 100%;
  position: relative;
  height: 7.5rem;
}
.spsj .banners .bg {
  width: 100%;
}
.spsj .banners .bg .imgs {
  background: #000;
  width: 100%;
  height: 100%;
}
.spsj .banners .bg .imgs img {
  display: block;
  object-fit: cover;
}
.spsj .banners .content {
  max-width: 6.6rem;
  position: absolute;
  top: 1.28rem;
  color: #fff;
  left: 8%;
}
.spsj .banners .content h2 {
  font-size: 0.55rem;
  font-weight: normal;
}
.spsj .banners .content .ftitle {
  font-size: 0.3rem;
  font-weight: normal;
  margin: 0.32rem 0 0.57rem;
}
.spsj .banners .content .text {
  font-size: 0.2rem;
  line-height: 1.7;
  opacity: 0.8;
  text-align: justify;
  font-family: 'HarmonyOS_Regular';
}
.spsj .banners .content .text span {
  font-weight: bold;
}
.spsj .introduce {
  margin-top: -1px;
  padding: 1.3rem 0 1.6rem;
  color: #000;
}
.spsj .introduce .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.spsj .introduce .list li {
  padding: 0 0.15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.spsj .introduce .list li .icon {
  width: 1.02rem;
  height: 1.02rem;
}
.spsj .introduce .list li .title {
  margin: 0.62rem 0 0.52rem;
  font-size: 0.3rem;
}
.spsj .introduce .list li .text {
  font-size: 0.2rem;
  line-height: 1.6;
}
.spsj .spsj-img {
  background-color: #f5f5f7;
  padding: 1.3rem 1rem 0.8rem;
  box-sizing: border-box;
}
.spsj .spsj-img h3 {
  font-size: 0.5rem;
  margin-bottom: 1.7rem;
  text-align: center;
}
.spsj .spsj-img .imgs {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.spsj .spsj-img .imgs img {
  max-width: 100%;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  object-fit: contain;
}
.spsj .spsj-cooperation {
  padding: 0 0 1.25rem;
}
.spsj .spsj-cooperation h3 {
  font-size: 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
.spsj .spsj-cooperation .imgs {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.spsj .spsj-cooperation .imgs img {
  max-width: 100%;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  height: auto;
}
.spsj .spsj-cooperation .hz {
  margin-top: 1.35rem;
}
.spsj .remark {
  background: #f5f5f7;
  padding: 0.6rem 0;
}
.spsj .remark p.text {
  font-size: 0.2rem;
}
.spsj .remark p.text a {
  color: #00adbb;
}
.spsj .remark p.text:last-child {
  margin-top: 0.2rem;
  margin-left: 0.08rem;
}
.spsj .cp {
  height: 8.4rem;
  margin-top: -1px;
  box-sizing: border-box;
}
.spsj .cp .box {
  height: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 0.8rem;
}
.spsj .cp .box .imgs {
  width: 100%;
}
.spsj .cp .box .imgs img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}
.spsj .foot {
  padding: 0.1rem 0.8rem 1.11rem;
  margin-top: -1px;
}
.spsj .foot .spsj_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.28rem;
}
.spsj .foot .spsj_list .item {
  position: relative;
  height: 5.6rem;
  border-radius: 0.6rem;
}
.spsj .foot .spsj_list .item .imgs {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 0.6rem;
}
.spsj .foot .spsj_list .item .imgs img {
  object-fit: cover;
  border-radius: 0.6rem;
}
.spsj .foot .spsj_list .item .inner {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 0.4rem 0.8rem 0.9rem;
  background: #000000;
  background: linear-gradient(31deg, rgba(0, 0, 0, 0.72872899) 6%, rgba(255, 255, 255, 0) 55%);
  border-radius: 0 0 0.6rem 0.6rem;
}
.spsj .foot .spsj_list .item .inner h4 {
  font-size: 0.5rem;
}
.spsj .foot .spsj_list .item .inner .text {
  font-size: 0.3rem;
  margin-top: 0.25rem;
}
.spsj .foot .spsj_list .item:hover .imgs {
  overflow: hidden;
  position: relative;
}
.spsj .foot .spsj_list .item:hover .imgs img {
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(1.05);
}
.PC aside {
  position: fixed;
  right: 0.6rem;
  top: 70%;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 0.1rem;
}
.PC aside .masks {
  margin-bottom: 0.14rem;
  cursor: pointer;
}
.PC aside .masks .boxs {
  position: relative;
}
.PC aside .masks .imgs {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #333333;
  border-radius: 0.1rem;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #424242;
  padding: 0.1rem;
}
.PC aside .masks .imgs img {
  object-fit: contain;
}
.PC aside .masks .mask {
  position: absolute;
  padding: 0.1rem 0.2rem;
  border-radius: 0.1rem;
  top: 0;
  left: -1.7rem;
  display: none;
  font-size: 0.14rem;
  border: 1px solid #424242;
  background: #333333;
  color: #fff;
}
.PC aside .masks .mask::before {
  right: -15px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #333333;
  border-width: 8px;
  top: 30%;
}
.PC aside .masks .mask .box {
  box-sizing: border-box;
  display: flex;
}
.PC aside .masks .mask .box .icons {
  width: 0.19rem;
  height: 0.12rem;
  margin-right: 0.1rem;
}
.PC aside .masks .mask .box .title {
  font-weight: bold;
  margin-bottom: 0.05rem;
  background: transparent;
  font-size: 14px;
}
.PC aside .masks .mask .box a {
  color: #fff;
}
.PC aside .item {
  position: relative;
  cursor: pointer;
}
.PC aside .item .imgs {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #333333;
  border-radius: 0.1rem;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #424242;
  padding: 0.1rem;
}
.PC aside .item .mask {
  position: absolute;
  padding: 0.1rem 0.2rem;
  border-radius: 0.1rem;
  top: -10%;
  left: 0;
  display: none;
  font-size: 0.14rem;
  border: 1px solid #424242;
  background: #333333;
  color: #fff;
}
.PC aside .item .mask::before {
  right: -15px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #333333;
  border-width: 8px;
  top: 30%;
}
.PC aside .item .mask a {
  color: #fff;
  white-space: nowrap;
  font-size: 0.14rem;
  margin-top: 0.1rem;
}
.PC aside #kf .mask {
  left: -2.05rem;
}
.PC aside #app {
  margin-top: 0.14rem;
}
.PC aside #app .mask {
  left: -1.05rem;
  top: 5%;
}
.phone {
  display: none;
}
